
@font-face {
  font-family: 'CanterBoldStrips';
  font-style: normal;
  font-weight: 900;
  src: url(fonts/CanterBoldStrips.otf) format('truetype');
}
@font-face {
  font-family: 'CanterBold';
  font-style: normal;
  font-weight: 900;
  src: url(fonts/CanterBold.otf) format('truetype');
}

@font-face {
  font-family: 'Avalon';
  src: url(fonts/avalon.ttf) format('truetype');
}
@font-face {
  font-family: 'AvalonMedium';
  src: url(fonts/Avalon-Medium-webfont.ttf) format('truetype');
}
@font-face {
  font-family: 'AvalonXLite';
  src: url(fonts/Avalon-XLight-webfont.ttf) format('truetype');
}
@font-face {
  font-family: 'AvalonDemi';
  src: url(fonts/Avalon-Demi-webfont.ttf) format('truetype');
}
@font-face {
  font-family: 'AvalonBook';
  src: url(fonts/Avalon-Book-webfont.ttf) format('truetype');
}
@font-face {
  font-family: 'AvalonBold';
  src: url(fonts/Avalon-Bold-webfont.woff2) format('truetype');
} 

html, html a {
	-webkit-font-smoothing:antialiased
}
html {
	-ms-overflow-style:scrollbar
}
body {
	color:#333;
	font-weight:400;
	font-family: 'avalonBook', sans-serif !important;
	background: #fff;
}
.container{
	margin-left: auto;
    margin-right: auto;
    --padding-left: 0px;
    --padding-right: 0px;
}


body.content_only {
	padding:15px;
	margin: 0 !important;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	padding:0px;
	margin:0px;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a,button {
	color: #454545;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover,
a:focus {
  color:#000;
  text-decoration: none;
  outline: none;
}
a:active, a:focus, input {
    outline: 0;
    outline-style:none;
    outline-width:0;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
th,
td {
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: 500;
}
td,
tr td {
}

.label {
	font-weight:500;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.wrap {
  width: auto;
  clear: both;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}

.success,
.alert-success {
	background: #e7f6cd none repeat scroll 0 0;
    border: 1px solid #dce2ed;
    color: #84be20;
    font-size: 1em;
    margin: 0 0 10px;
    padding: 10px 30px;
}
.warning,
.alert-warning,
.warning_inline {
    background-color: #faf4d4;
    border-color: #dce2ed;
    color: #d49809;
}
.warning,
.alert {
    border: 1px solid #dce2ed;
    border-radius: 0;
    margin-bottom: 18px;
    padding: 15px;
}
.error {
    background: none repeat scroll 0 0 #FFCCCC;
    border: 1px solid #990000;
    font-size: 100%;
    margin: 0 0 10px;
    padding: 10px;
    font-weight: bold;
}
.error ol {
    margin-left: 20px;
}
ol, ul {
    list-style: none outside none;
}
p {
  margin: 0 0 10px;
  line-height: auto;
}
.lead {
  margin-bottom: 20px;
  font-size: 1.15em;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.5em;
  }
}
small {
  font-size: 0.96em;
}
cite {
  font-style: normal;
}
.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}
h1 {
	margin:0;
	padding:0 0 0.75em;
	font-size:2.25em;
	font-family:'avalonBook', serif;
	letter-spacing: 2px;
}
h2 {
	margin:0;
	padding:0 0 0.75em;
	font-size:1.875em;
	font-family:'Roboto Slab', serif;
}
h3 {
	margin:0;
	padding:0 0 0.67em;
	font-size:1.5em;
	font-family:'avalonBook', serif;
}
h4 {
	margin:0;
	padding:0.2 0 0.52em;
	font-size:1.125em;
}
h5 {
	margin:0;
	padding:0 0 0.52em;
	font-size:1em;
	font-family:'Roboto Slab', serif;
}
h6 {
	margin:0;
	padding:0 0 0.92em;
	font-size:1em;
	font-family:'Roboto Slab', serif;
}
.title-block{
	font-size: 24px;
	text-transform: uppercase;
	color: #444;
}
.page-heading,#Parrainage h2, #cms h3 {
      font-size: 21px !important;
	font-family: 'avalon' !important;
	font-weight:normal;
	letter-spacing: 0.08em;
	line-height: 24px;
	margin-bottom: 0;
	padding-bottom:20px !important;
	text-transform: uppercase;
}
#my-account .page-heading.welcome {
		font-size: 39px;
        line-height: normal;
}
.page-subheading {
  font-size: 1.2em;
	margin-top:50px;
	font-family: 'avalon' !important;
	font-weight:300 !important;
	text-transform:uppercase !important;
	letter-spacing: 0.08em;
	line-height: 24px;
	margin-bottom: 0;
	padding-bottom:20px;
	text-transform: none;
	color: #333333 !important;
}
.postcode input.uniform-input{
    background: #f6f6f6 !important;
    border-color: #f0f0f0;
}
label {
	margin-bottom: 10px;
	font-weight: 300;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  list-style:none;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #010101;
}
abbr.initialism {
  font-size: 0.9em;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #010101;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.page-header {
	margin-top:0px;
}
.form-group > label {
    margin-bottom: 2px;
	margin-top:15px;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 60px;

}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 3.46em;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 60px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 60px;
}
.features-list .feature-row h3 {
  font-size: 2em;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.jumbotron h2 {
  font-size: 3.46em;
}
.jumbotron iframe {
  margin-top: 20px;
}
.jumbotron p {
  line-height: 1.4;
}

.page-content {
}
.dropcap {
	display:block;
	float:left;
	margin:-2px 5px 0 0;
	padding:0 10px;
	color:#000;
	font:49px/16px Arial, Helvetica, sans-serif
}
.dropcap.color {
	color:#000000;
}
.dropcap.dark {
	color:#fff;
	background-color:#000000;
}
.styled-list {
	position:relative;
	margin:0 0 20px;
	padding:0;
	list-style:none;
	line-height:18px
}
.styled-list li {
	margin-bottom:6px;
	padding:0
}
.styled-list li span {
	display:block;
	overflow:hidden
}
.styled-list li i {
	width:16px;
	float:left;
	margin-right:10px;
	text-align:center;
	color:#000;
	font-size:1.07em
}
.styled-list li:before {
	color:#000000;
	float:left
}
.styled-list .circle li, .styled-list.circle li {
	text-indent:0;
	margin-left:0;
	padding-left:0;
	list-style:none
}
.styled-list .circle li:before, .styled-list.circle li:before {
	content:"\25CF";
	margin:-1px 10px 0 0;
	font-size:0.92em
}
.styled-list.arrow>li {
	margin-left:-15px;
	padding-left:35px
}
.styled-list.arrow > li:before {
	margin:-1px 8px 0 -20px;
	content: "\f18e";
	font-family: FontAwesome;
	font-size:1.23em
}
.styled-list ul {
	margin-left:0;
	padding:5px 0 0
}
.styled-list ul.circle li:before {
	content:"\25CB";
	color:#000000
}
ul.sitemap.styled-list.circle ul li:before {
	content:"\25CF"
}
ul.sitemap.styled-list.circle ul ul li:before {
	content:"\25CB"
}
.styled-list.checkmark>li {
	margin-left:-15px;
	padding-left:35px;
	margin-bottom:10px
}
.styled-list.checkmark> li:before {
	margin:-1px 8px 0 -20px;
	content:'\e013';
	font-family: FontAwesome;
	font-size:1.23em
}
.styled-list.decimal {
	list-style:decimal outside;
	margin-left:25px
}
.styled-list.decimal li {
	padding-left:0;
	text-indent:0
}
.mark {
	background:#d9d9d9;
	padding:2px 2px 0
}
.color_mark {
	background-color:#000000;
	color:#fff;
	padding:2px 2px 0
}
.color, .color:hover {
	color:#000000
}
.underline {
	text-decoration:underline
}
.underline:hover {
	text-decoration:none
}
.blockquote {
	position:relative;
	border-top:4px solid #000000
}
.blockquote .inside {
	padding:15px;
	border:1px solid #eaeaea
}
.testimonials {
	position:relative;
}
.testimonials .inside {
	padding:15px 15px 15px 114px;
	border:1px solid #eaeaea;
	position:relative
}
.testimonials .inside :before {
	display:block;
	position:absolute;
	top:18px;
	left:20px;
	color:#fff;
	border-radius:50%;
	background:#ececec;
	text-align:center;
	content: "\f007";
	font-family: FontAwesome;
	font-size:3.53em;
	line-height:1.52;
	width:77px;
	height:77px
}
.infobox {
	border:1px solid #000000
}
.infobox .inside {
	padding:15px 15px 15px 84px;
	position:relative
}
.infobox .inside :before {
	infobox:block;
	position:absolute;
	top:16px;
	left:16px;
	color:#000000;
	content: "\f05a";
	font-family: FontAwesome;
	font-size:3.61em;
	line-height:0.76
}
.comment {
	position:relative;
	color:#333
}
.comment .inside {
	padding:30px 15px 30px 100px;
	border-top:1px solid #eaeaea;
	position:relative
}
.comment .inside :before {
	display:block;
	position:absolute;
	top:30px;
	left:10px;
	color:#fff;
	border-radius:50%;
	background:#ececec;
	text-align:center;
	content: "\f007";
	font-family: FontAwesome;
	font-size:5.07em;
	line-height:19px;
	width:77px;
	height:77px
}
.comment a {
	color:#00B2BA;
	text-decoration:underline
}
.comment a:hover {
	text-decoration:none
}
.comment p {
	margin-bottom:.112px
}
.comments .comment {
	padding-left:10%
}
.comments>.comment:first-child {
	padding-left:0
}
.comments>.comment:first-child .inside {
	border:none
}
.icon-circle {
	background:#e2e2e2;
	border-radius:50%;
	color:#fff;
	display:block;
	height:101px;
	width:101px;
	margin:10px auto 15px
}
.icon-circle .fa {
	font-size:6em;
	line-height:25px
}
.icon-circle .fa-plane {
	font-size:4.3em;
	line-height:2.77
}
.icon-circle-sm.active, .icon-circle-xs.active, .icon-circle.active {
	background:#000000;
}
.icon-circle-sm {
	background:#e2e2e2;
	border-radius:50%;
	color:#fff;
	display:block;
	float:left;
	height:62px;
	width:62px;
	margin:0 20px 10px 0;
	text-align:center
}
.icon-circle-sm .fa {
	font-size:3.69em;
	line-height:1.92
}
.icon-circle-sm .fa-plane {
	font-size:2.65em;
	line-height:2.76
}
.icon-circle-xs {
	background:#e2e2e2;
	border-radius:50%;
	color:#fff;
	display:block;
	float:left;
	height:46px;
	width:46px;
	margin:0 3px 10px 0;
	text-align:center
}
.icon-circle-xs .fa {
	font-size:2.15em;
	line-height:2.5;
	color:#fff!important
}
.icons-set {
	line-height:32px;
	color:#000;
	margin:10px 0
}
.icons-set span span {
	font-size:1.46em;
	color:#000!important
}
.icons-set span span:before {
	padding-top:3px;
	display:block;
	float:left;
	margin-right:4px
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox,
.form-control {
  border-radius: 0px;
  border-color: #f6f6f6;
  border-bottom-color:#333;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus,
.form-control:focus {
  border-color: #000;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.inputbox:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #333;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #333;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #333;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #333;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox,
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 20px;
}
.radio label,
.checkbox label {
  display: inline-block;
  font-weight: 300;
  min-height: auto;
  max-width:90%;
}
.form-control-static {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  display:inline;
}
.form-group.date-time-select .col-sm-6 > div {
  display: inline-block;
  margin-right: 30px;
}
.checkbox-margin input[type="checkbox"]{
	margin:6px 0 0 0;
	display: inline-block;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.btn-inverse {
  color: #000;
  background-color: #000;
  border-color: #262626;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  color: #000;
  background-color: #000;
  border-color: #080808;
}
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse .badge {
  color: #333333;
  background-color: #ffffff;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
	box-shadow: none;
	color: #333;
	font-size: 12px;
	letter-spacing: 0.075em;
	line-height: 24px;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus,
select:hover,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover,
.inputbox:hover,
select:active,
textarea:active,
input[type="text"]:active,
input[type="password"]:active,
input[type="datetime"]:active,
input[type="datetime-local"]:active,
input[type="date"]:active,
input[type="month"]:active,
input[type="time"]:active,
input[type="week"]:active,
input[type="number"]:active,
input[type="email"]:active,
input[type="url"]:active,
input[type="search"]:active,
input[type="tel"]:active,
input[type="color"]:active,
.inputbox:active {
  box-shadow: none;
  border-color: #333;
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.inputbox:-moz-placeholder {
  color: #333;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #333;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #333;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #333;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
	height: auto;
	color: #333999;
	font-size: 12px;
	letter-spacing: 0.075em;
	line-height: 24px;
}
@media screen and (min-width: 768px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .inputbox {
	color: #333999;
    font-size: 12px;
    letter-spacing: 0.075em;
    line-height: 24px;
	background: #f6f6f6 none repeat scroll 0 0;
    border-color: #f0f0f0;
    height: 39px;
    width: 100%;
  }
}
select,
select.form-control,
select.inputbox,
select.input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #d0d0d0;
    box-shadow: none;
    min-width: 120px;
    padding-right: 5px;
    width: auto;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  box-shadow: none;
}
.input-append .active,
.input-prepend .active {
  background-color: #bbff33;
  border-color: #669900;
}
sup {
    color: #fd0101;
    font-size: 15px;
}
/********* TABLES ********/
table.std, table.table_block {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    margin-bottom: 20px;
    width: 100%;
}
table.std td, table.table_block td {
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    padding: 10px;
    vertical-align: top;
}
.table {
  width: 100%;
  margin-bottom: 30px;
}
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
    line-height: 1.42857;
    vertical-align: top;
    border-bottom:none;
}
.table thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #d6d4d4;
}
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0 none;
    font-family: "Roboto Slab",sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 24px;
    text-transform: uppercase;
}
.table tbody + tbody {
    border-top: 2px solid #fff;
}
.table .table {
    background-color: white;
}
.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.table > thead > tr > th {
    border-bottom-width: 1px;
    color: #333333;
    vertical-align: middle;
}
.table-bordered {
	border: 1px solid #f0f0f0;
    color: #666;
    font-weight: 400;
    line-height: 30px;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid #f0f0f0;
	--text-align: center;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: whitesmoke;
}

table col[class*="col-"] {
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #55c65e;
  border-color: #48b151;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
  background-color: #42c04c;
  border-color: #419f49;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f3515c;
  border-color: #d4323d;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
  background-color: #f13946;
  border-color: #c32933;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fe9126;
  border-color: #e4752b;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
  background-color: #fe840d;
  border-color: #da681c;
}
.table tbody > tr > td {
    vertical-align: middle;
}
body#index .product-carousel {
	padding-left: 15px;
    padding-right: 15px;
}
body#index .owl-theme .owl-controls .owl-nav div.owl-next,body#product .owl-theme .owl-controls .owl-nav div.owl-next {
right: 70px !important;
}
body#index .owl-theme .owl-controls .owl-nav div.owl-prev,body#product .owl-theme .owl-controls .owl-nav div.owl-prev {
left: 0px;
}

@media (max-width: 768px) {
	select {
		min-width:30px;
	}
	body#index .owl-theme .owl-controls .owl-nav div.owl-next {
	right: 40px;
	}
	body#index .owl-theme .owl-controls .owl-nav div.owl-prev {
	left: 0px;
	}

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #d6d4d4;
  }
  .table-responsive > .table {
      margin-bottom: 0;
      background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
        white-space: normal;
  }
  .table-responsive > .table-bordered {
      border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
  }
  #order-list td > .label {
  		white-space:normal;
  }

}
.table tfoot tr {

}
.unvisible {
    display: none;
}
.nav > li > a:focus, .nav > li > a:hover{
	background-color: transparent;
}
/********* BUTTON *******/
.btn,
.btn-default {
	border-radius: 0;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.btn-default,
.button_large {
	border: 2px solid #000;
    font-size: 14px;
    padding: 13px 35px;
}
.button_large {
    padding: 9.5px 20px;
    vertical-align: middle;
}

.button_large:hover{
	background:#000000;
	color: #fff;
}
.btn-mega {
    border-radius: 0;
    color: #000000;
    font-size: 0.92em;
    padding: 6px 20px;
	border-radius: 2px;
}
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default.active[disabled], .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
	background:#9b9b9b;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-mega:hover,
.btn-mega:focus,
.btn-mega:active {
	background-color: #000000 ;
    border-color: #000000;
    color: #fff;
    outline: 0 none !important;
}

.btn-primary {
	opacity:1;
	background:#000000;
	padding:10px 35px;
}
.btn-primary:hover,
.btn-default.active:hover,
.btn.active:hover{
  background-color: #000000;
  border-color: #000000;
  color: #fff;
  outline: 0 none !important;
}
.btn.active,
.btn:active{
	box-shadow:none;
}
#bt_compare {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #b6b6b6;
    font-size: 13px;
    font-weight: 400;
    opacity: 1;
    padding: 6px 18px;
    text-transform: capitalize;
}
#bt_compare:hover {
    border-color: #a1a1a1;
    color: #a1a1a1;
}
#bt_compare strong {
    font-weight: 500;
}

#button_order_cart,#content-wrap .btn-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #000;
    border-radius: 0;
    border-width: 2px;
    color: #000;
    display: inline-block;
    font-family: "avalonMedium";
    font-size: 16px;
    margin: 30px 0;
    padding: 4px 50px;
    text-align: center;
   letter-spacing: 0.04em;
   text-transform: inherit;
}

#order #content-wrap #center_column #sidebar-cart .btn-default {
    margin: 10px 30px !important;
}
#order #content-wrap #center_column .btn-default {
    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
    border: solid 1px #dadada;
    color: #fff;
    display: block;
    font-family: "avalon",sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.2em;
    padding: 8px;
    text-align: center;
}

#content-wrap p.address_add,.address_update {
	text-align:center;
}
#content-wrap p.address_add .btn-default {
	display:inline-block;
	margin:auto;
	padding:4px 20px;
}

#order #content-wrap #center_column .btn-default span  {
    height: 40px;
    text-transform: none;
    width: 100%;
	letter-spacing:0.1em;
}

.checkout-info,.checkout-info-back {
    clear: both;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
	background-color: #FBBE41;
}
.checkout-info-back {
	background-color: #333333;
	bottom:92px;
}
.checkout-info-back #button_order_cart {
	margin:10px;
	color:#fff;
    border-color: #fff;
    padding: 4px 10px;
    font-size: 12px;
}

#cart_block_list {
	height: 100%;
    overflow: auto;
    position: relative;
}
#button_order_cart:hover,#content-wrap .btn-default:hover {
    background: #2887dd none repeat scroll 0 0;
    color: #fff;
}
.btn-group.open .dropdown-toggle{
	box-shadow: nones;
}
#jmstools .btn-action .btn{
	padding: 0 30px !important;
}

#button_order_cart,#content-wrap .sales,#button_order_cart,#content-wrap .sales:hover {
  background-color: #d11c3a;
  border-color: #d11c3a;
  padding: 4px;
  color: #fff;
  clear: both;
  display: block;
  margin: auto;
  text-transform: initial !important;
  letter-spacing:0.05em;
  line-height: normal;
  margin-bottom:-10px;
}
#button_order_cart,#content-wrap .sales i {
  text-transform: none;
  display: block;
  font-size: 9px;
  line-height: normal;
  margin-bottom:2px;
}

.newproduct, .coupdecoeur,.pastillesoldes {
  display: inline-block;
  text-transform: uppercase;
  position: absolute;
  font-family: avalon;
  letter-spacing: 0.04em;
  background-color: #0088fb;
  clear: both;
  color: #ffffff;
  padding: 2px 6px 2px 8px;
  font-size: 12px;
  top: 25px;
  left: 10px;
  z-index: 20;
  font-style: normal;
  letter-spacing: 2px;
}
.newproduct {
	color:#333;
	background-color:transparent;
}
.coupdecoeur {
  background-color: #f2aa00;
}

.cart_quantity .input-group-addon {
    height: 35px;
    line-height: 35px;
    padding: 0;
    width: 35px;
	border: 2px solid #e3e3e3;
	background: none;
	border-radius: 0;
}
.cart_item .cart_quantity .input-group-addon {
	display:block;
	clear: both;
	text-decoration: none;
  border: 0;
}
.cart_item .cart_quantity .input-group-addon:active,.cart_item .cart_quantity .input-group-addon:focus {
	text-decoration: none;
}
.cart_item .cart_quantity .cart_quantity_input {
	font-size:12px;
	border: 0;
}
#cart_summary .cart_delete {
	border-right: 0;
}
#cart_summary .cart_description {
	border-left: 0;
  vertical-align:top;
  font-size:14px;
}
#cart_summary .cart_description i {
  font-size:12px;
}
#cart_summary .cart_quantity, #cart_summary .cart_total,#cart_summary .cart_photo,#cart_summary .cart_delete {
  vertical-align:top;
}
#cart_summary .cart_total .old-price{
  text-decoration: line-through;
  font-size: 14px;
  font-weight: normal;
  display: inline;
  color:#ff0000;
}

@media (max-width: 768px) {
  #cart_summary .cart_quantity, #cart_summary .cart_total {
  	padding-top:0px;
    vertical-align:top;
  }
  #order .table-responsive {
    border:0 !important;
  }
  .cart_delete a {
    font-size:14px;
  }
  .essaiprix {
    margin-top:-70px;
  }
  div.memeprix, a.tropcher {
    margin-top: 0;
  }
  div.prixsimples {
    margin-bottom:25px;
    padding:7px 25px 20px;
  }
  .homebanner .container .centerbanner {
    padding-left: 35px;
  }
  .homebanner a.button {
    font-size: 2vw;
  }
  #content-wrap .sales {
    font-size:14px;
  }
}
@media (max-width:480px){
    .essaiprix {
        margin-top:0px;
    }  
}

p.product-name a {
	color:#29a5dc !important;
  font-size: 14px;
   letter-spacing: 0;
   font-family: avalonBook;
   font-weight: 0;
}
.cart_item .input-group.quantity-control {
    float: none;
    border: solid 2px #1C1F23;
    margin: auto;
}

.cart_quantity .input-group-addon.cart_quantity_down {
    border-right: 0 none;
}
.cart_quantity .input-group-addon.cart_quantity_up {
    border-left: 0 none;
}
.dropdown-menu {
	transform: translateY(30px);
	opacity: 0;
	transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s, transform 0.3s ease 0s;
}
.open > .dropdown-menu {
	background-color: #fff;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    margin-top: 0;
    min-width: 120px;
    opacity: 1;
    padding: 10px 5px;
    transform: translateY(0px);
    visibility: visible;
    z-index: 5000;
}
.topbar .dropdown-menu > li > a {
    color: #333;
    font-family: "Montserrat",sans-serif;
    line-height: 24px;
    padding: 3px 20px;
	font-size: 11px;
}
/******** HEADER **************/
#page {
    overflow: hidden;
}
.jms-row {
}
header .topbar-left .addon-box {
	float: left;
}
.topbar .topbar-right {
    text-align: right;
}
.topbar a:hover,.topbar a:active,.topbar a:focus {
	color:#14D0B6;
	text-decoration:none;
}
.topbar .topbar-right  .addon-box{
  float: none;
  display: inline;
}

.btn-group-xs > .btn,
.btn-xs {
	border-radius: 0;
	color: #fff;
	font-size: 0.86em;
	font-weight: 700;
	line-height: 30px;
	padding: 0;
	text-transform: uppercase;
}
.topbar .btn-xs{
	line-height: 26px;
	padding: 0 7px;
	border-right: 0px solid #f6f6f6;
	display: inline-block;
	letter-spacing: 0.075em;
    -webkit-font-smoothing: auto;
}
.topbar .btn-group{
	vertical-align: top;
}

.topbar .btn-group.user-info span:nth-child(2) {
	display:none;
}

.box.ajax_cart_quantity {
    border: 2px solid #000;
    color: #000;
    display: inline-block;
    height: 26px;
    line-height: 24px;
    text-align: center;
    width: 31px;
	margin-left: 25px;
}
.header-bar .search_block .addon-box {
    line-height: 15px;
    text-align: right;
    width: 100%;
}
.jms-row.header-bar {
    min-height: 102px;
    padding:  5px;
    z-index: 1000;
}
.topbar .dropdown-menu > li > a .image_language img {
    margin-right: 5px;
    vertical-align: baseline;
}
.topbar .dropdown-menu > li > a:hover{color: #000;}
.layout-column.search_block {
    position: static;
}
#cart_block {
  -webkit-transition: transform 1s ease-in-out;
  -moz-transition: transform 1s ease-in-out;
  -o-transition: trnasform 1s ease-in-out;
  transition: transform 1s ease-in-out;
}
#cart_block .shoppingcart-box {
    left:auto;
    width: 340px;
    padding: 0;
    right: 0;
	  height: 100%;
    position: fixed;
    top: 0;
    transform: translateX(100%);
	   padding-bottom: 159px;
  -webkit-transition: transform 1s ease-in-out;
  -moz-transition: transform 1s ease-in-out;
  -o-transition: trnasform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  z-index:1001;
}
#cart_block.open .shoppingcart-box {
  transform: translateX(0);

}
#cart_block .shoppingcart-box:before
{
	content:"";
    position:absolute;
    z-index:-1;
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    border-radius:100px / 10px;
}


/********* HOME PAGE **********/
.section-slider-layer {
	clear: both;
    display: inline-block;
    margin: 0;
    width: 100%;
}
.section-features-product {
    margin-top: 90px;
}
.jms-slider-wrapper {
    margin: 0 !important;
}
.jms-banner {
    position: relative;
}
.jms-banner > a{
    display: inline-block;
    width: 100%;
	float: left;
}
.jms-banner > a {
    display: table;
    float: none;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
.jms-banner a {
	color: #fff;
}
.jms-banner a img {
    max-width: 100%;
    width: 100%;
	transition: transform 1s ease 0s;
}
.jms-banner a:hover img {
    --transform: scale(1.1);
}
.banner-content {
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.banner-box {
    display: table;
    height: 100%;
    width: 100%;
}
.box-content {
    display: table-cell;
    vertical-align: middle;
}
.box-content h2.title {
    font-size: 2.25em;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
	margin-bottom: 25px;
}
.section-categorylist .layout-column {
    padding: 0;
}
.section-bottom-banner .layout-column {
    padding: 0;
}
.list-categories {
    height: 0;
    opacity: 0;
    transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
    transition: transform 0.5s ease 0s, opacity 0.1s ease 0s;
	-moz-transition: transform 0.5s ease 0s, opacity 0.1s ease 0s;
	-webkit-transition: transform 0.5s ease 0s, opacity 0.1s ease 0s;
	-o-transition: transform 0.5s ease 0s, opacity 0.1s ease 0s;
}
.list-categories a {
    color: #cdcdcd;
    font-family: "montserrat",sans-serif;
    font-size: 0.86em;
    letter-spacing: 0.075em;
    line-height: 36px;
    text-transform: capitalize;
}
.list-categories a:hover{color: #fff;}
.jms-banner a.shopnow-button {
    border: 2px solid #fff;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    letter-spacing: 0.2em;
    padding: 11px 40px;
    text-transform: uppercase;
}
.jms-banner a.shopnow-button:hover{
	color: #000;
	background: #fff;
}
.banner-box:hover .list-categories {
    height: auto;
    margin-bottom: 45px;
    opacity: 1;
    transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
}
.banner-box:hover h2.title{
	margin-bottom: 0;
}
.jms-row.section-categorylist {
    display: inline-block;
    margin: 100px 0 0;
    width: 100%;
}
.section-lastestproduct {
    margin-top: 85px;
}
.addon-title {
    color: #000;
    text-align: center;
	position: relative;
    text-transform: uppercase;
	padding-top: 48px;
	padding-bottom: 55px;
}
.addon-title h3 {
    letter-spacing: 0.05em;
	padding-bottom: 0;
}
.addon-title::after {
    --background: rgba(0, 0, 0, 0) url("../img/border.png") no-repeat scroll center center;
    --content: "";
    --display: inline-block;
    --height: 11px;
    --left: 50%;
    --margin-left: -30px;
    --position: absolute;
    --top: 0;
    --width: 60px;
}
.section-home-banner {
    color: #fff;
    font-family: "Roboto Slab",sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 36px;
    margin-top: 90px;
    min-height: 771px;
    text-align: center;
    text-transform: uppercase;
	position: relative;
}
.section-home-banner .layout-column {
    position: static;
}
.home-banner {
    left: 0;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.home-banner > p {
    line-height: normal;
    margin-bottom: 0;
}
.section-blog {
    margin-top: 100px;
}
h4.post-title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.075em;
    text-transform: capitalize;
	line-height: 36px;
	padding-bottom: 0;
	margin-top: 22px;
}
.post-meta {
    margin-bottom: 0;
}
.post-meta li {
    color: #333;
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 36px;
}
.post-meta li a{
	color: #333;
}
.post-meta li a:hover{
	color: #000;
}
.post-intro {
    display: inline-block;
    float: left;
	margin-top: 15px;
    width: 100%;
}
.blog-intro {
	margin:20px 0px;
}
.blog-post .blog-readmore {
	margin-bottom:30px;
}
.post-meta li::after {
    content: "/";
    margin: 0 5px;
}
.post-meta li:last-child::after {
    content: "";
}
.blog-widget {
	margin-bottom:30px;
}
.widget-tabs .nav-tabs a {
	border: 0 none !important;
    color: #000 !important;
    font-family: roboto;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.075em;
    line-height: 18px;
    margin-bottom: 13px;
    padding: 0;
    text-transform: uppercase;
}
.widget-tabs .nav-tabs {
	border-bottom:1px solid #ccc;
}
.section-bottom-banner {
    margin-left: 0;
    margin-right: 0;
    margin-top: 90px;
}
.section-bottom-banner .layout-column .box-content h2.title {
    font-size: 1.5em;
    line-height: 48px;
    margin-bottom: 0;
    padding: 0;
}
.service-box {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    text-align: center !important;
	padding: 40px 0;
	position: relative;
}
.section-services {
    background: #f6f6f6 none repeat scroll 0 0;
    clear: both;
    padding: 100px 0;
}
.service-box h2 {
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 48px;
    padding-bottom: 0;
    text-transform: uppercase;
	font-size: 24px;
	color: #000;
}
.service-box-content {
    background: #fff none repeat scroll 0 0;
    color: #333999;
	display: none;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    height: 100%;
    letter-spacing: 0.075em;
    line-height: 48px;
    padding: 40px 0;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 100%;
}
.service-box-content > p {
    line-height: 48px;
    margin-bottom: 0;
}
.service-box:hover .service-box-content{
    display: table-cell;
}
footer {
    margin-top: 100px;
	background-color: #f5f6fa;
}

#order .lpp-contact {
    display:none;
}
#product footer, #order footer {
    margin-top: 0px;
}
#index footer{
	margin-top: 0;
}
footer .addon-title {
    padding: 70px 0 0;
    text-align: left;
}
footer .addon-title::after {
    display: none;
}
footer .addon-title h3 {
	margin: 0 0 1em;
    font-size: 14px;
	color: #666;
	font-family:"montserrat"
}
footer #newsletter_block_left > h4 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.2em;
	padding-top: 70px;
    text-transform: uppercase;
	padding-bottom: 35px;
}
.footer-navbar {
    padding-left: 95px;
}
footer .addon-box a {
  color: #2e2d2c;
}
footer .addon-box li > a {
    color: #2e2d2c;
    font-family: "montserrat",sans-serif;
    font-size: 12px;
	letter-spacing:0.02em;
    font-weight: 300;
    line-height: 26px;
}
footer .addon-box li > a:hover{
	color: #c8a894;
    text-decoration: none;
}
footer input.form-control {
    border-color: transparent transparent #000;
    border-style: none none solid;
    border-width: 0 0 2px;
    color: #666666;
    font-family: "avalonBook",sans-serif;
    font-weight: 400;
    height: auto;
    padding: 15px 0;
}
footer #newsletter_block_left .form-group {
    position: relative;
	margin-right: 50px;
}
footer .newsletter-btn {
    background: rgba(0, 0, 0, 0) url("../img/newsletter.png") no-repeat scroll left center;
    border: 0 none;
    margin-top: -4px;
    min-height: 8px;
    min-width: 18px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
}
footer .newsletter-btn:hover {
    background-color: transparent;
}
.find-us {
    margin-bottom: 0;
}
.find-us .divider {
    display: inline-block;
	margin-right: 50px;
}
.find-us .divider a {
    color: #333;
}
footer .addon-box > #social_block {
    margin-top: 60px;
}
.the_story_box {
    color: #fff;
    height: 100%;
    padding: 90px 23px 90px 80px;
    position: absolute;
    top: 0;
    width: 100%;
}
.jms-banner.the_story img {
    width: auto;
}
.the_story_box .title {
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.the_story_content > p {
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
	opacity: 0;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
    transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}
footer .jms-banner > a{
	position: relative;
}
footer .jms-banner > a::before {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	opacity: 0;
}

.ilsnousontessayes {
    margin-top:50px;
    font-family: "Roboto Slab",sans-serif;
    font-size:16px;
    color:#7c7c7c;
    text-align: center;
}
.ilsnousontessayes .container{
    border-bottom:solid 1px #000000;
    padding-bottom:50px;
    margin-bottom:50px;
}
.ilsnousontessayes .footerline {
    background-image:url('https://www.lunetterie-pourquoipas.ca/img/footerline.jpg');
    background-repeat:repeat-x;
    background-position: center;
    text-align: center;


}
.ilsnousontessayes .fbetoiles {
    margin-bottom:50px;
}

.ilsnousontessayes .footerline span{
    background-color:#fff;
    display:inline-block;
    color:black;
    font-family: "Montserrat",sans-serif;
    font-size:28px;
    font-weight:bold;
}
.ilsnousontessayes .signature {
    font-family: "Montserrat",sans-serif;
    font-size:14px;
    font-weight:bold;
    display:block;
    color:#434343;
    margin-top:30px;
}

.the_story_content {
    margin-top: 15px;
}
.the_story.jms-banner:hover  > a::before,
.the_story:hover .the_story_content > p{
	opacity: 1;
	transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
}
/********HOME PAGE 2********/
.fraction-slider .prev,
.fraction-slider .next {
    background: #fff none repeat scroll 0 0 !important;
    height: 50px !important;
    width: 50px !important;
	text-align: center;
	color: #333999;
}
.fraction-slider .prev{
	left: 35px !important;
}
.fraction-slider .prev:hover,
.fraction-slider .next:hover{
	background: #000 !important;
	color: #fff;
}
.fraction-slider .prev::after {
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 50px;
}
.fraction-slider .next::after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 50px;
}
.section-category .jms-banner a img,
.section-category .jms-banner a {
    width: auto;
}
.section-category .jms-banner {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.section-category .jms-banner > a {
    overflow: hidden;
}
.name_category {
    display: table-cell;
    height: 100%;
    min-width: 270px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    vertical-align: middle;
}
.chair-collection .name_category,
.cup-collection .name_category,
.plates-collection .name_category{
    right: 0;
}
.plates-collection .name_category{
    background: #bce5d3;
}
.cup-collection .name_category{
	background: #a7c8eb;
}
.chair-collection .name_category {
    background: #c7db9c none repeat scroll 0 0;
}
.lamp-collection .name_category{
    background: #f4dc86;
}
.clock-collection .name_category{
	background: #d1aece;
}
.watch-collection .name_category {
    background: #c7db9c none repeat scroll 0 0;
}
.section-category .lamp-collection .jms-banner,
.section-category .clock-collection .jms-banner,
.section-category .watch-collection .jms-banner{
	text-align: right;
}
.section-category .lamp-collection .jms-banner a,
.section-category .clock-collection .jms-banner a,
.section-category .watch-collection .jms-banner a{
	float: right;
}
.section-category .lamp-collection .name_category,
.section-category .clock-collection .name_category,
.section-category .watch-collection .name_category{
	left: 0;
	right: auto;
}
.name_category_list {
    display: table;
    height: 100%;
    width: 100%;
}
.box_category_list {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
.icon {
    display: inline-block;
	margin-bottom: 21px;
}
.rating .icon{
	margin-bottom: 0;
	display: inline;
}
.lamp-collection .icon{
	background: rgba(0, 0, 0, 0) url("../img/icon/lamp.png") no-repeat scroll center center;
    height: 48px;
    width: 34px;
}
.clock-collection .icon{
	background: rgba(0, 0, 0, 0) url("../img/icon/clock.png") no-repeat scroll center center;
    height: 48px;
    width: 48px;
}
.watch-collection .icon{
	background: rgba(0, 0, 0, 0) url("../img/icon/watch.png") no-repeat scroll center center;
    height: 37px;
    width: 28px;
}
.chair-collection .icon{
	background: rgba(0, 0, 0, 0) url("../img/icon/chair.png") no-repeat scroll center center;
    height: 42px;
    width: 46px;
}
.cup-collection .icon{
	background: rgba(0, 0, 0, 0) url("../img/icon/cup.png") no-repeat scroll center center;
    height: 48px;
    width: 46px;
}
.plates-collection .icon{
	background: rgba(0, 0, 0, 0) url("../img/icon/plates.png") no-repeat scroll center center;
    height: 48px;
    width: 66px;
}
.jms-row.section-category .layout-column {
    margin: 20px 0 10px;
}
.box_category_list > p {
    color: #fff;
    font-family: "Roboto Slab",sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 30px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.jms-row.section-brand {
    padding: 130px 0 140px;
}
.footer-2.footer-navbar {
    padding: 90px 0 50px;
}
.footer-center .find-us .divider {
    display: inline-block;
    margin-right: 35px;
}
.footer-center .find-us .divider:last-child{
	margin-right: 0;
}
footer .footer-center #newsletter_block_left .form-group {
    margin-right: 0;
	margin-bottom: 0;
}
.footer-center {
	padding: 26px 0;
    background: #f6f6f6 none repeat scroll 0 0;
}
footer .footer-center #newsletter_block_left > h4 {
    display: inline-block;
    float: left;
	padding: 7px 0;
}
footer .footer-center #newsletter-input.form-control {
    border: 2px solid #dddddd;
    color: #666;
    float: right;
    font-family: "montserrat",sans-serif;
    height: 45px;
    min-width: 570px;
    padding: 10px 20px;
    width: auto;
}
footer .footer-center .newsletter-btn {
    margin-top: 18px;
    right: 20px;
}
footer .footer-center .addon-box > #social_block {
    margin-top: 0;
    padding: 4px 0;
}
.footer-bottom {
    color: #333999;
    font-size: 14px;
    padding: 35px 0;
    text-align: center;
}
.footer-bottom p {
    margin-bottom: 0;
    margin-top: 20px;
    color: #333;
    text-align: left;
}
footer .footer-2 .addon-title {
    padding-top: 0;
}
/**********HOME PAGE 3***********/
.jms-row.section-products {
    margin-top: 90px;
}
.section-products .preview {
    float: left;
    width: 170px;
	margin-right: 30px;
}
.section-products .product-info {
    padding-top: 0;
    text-align: left;
}
.section-products .product-preview {
    display: inline-block;
	margin-bottom: 30px;
    width: 100%;
}
.section-products .product-preview:last-child{
	margin-bottom: 0;
}
.section-products .price {
    font-family: "avalonBook",sans-serif;
}
.section-lastestproduct.lastestproduct {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    margin-top: 100px;
    width: 100%;
}
.mask-product-info {
    display: table;
    height: 100%;
    width: 100%;
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.mask-product {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
.lastestproduct .product-info {
    height: 100%;
    padding-top: 0;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 100%;
	transform: translateX(-100%);
    transition: transform 1s ease 0s;
}
.lastestproduct .product-preview:hover .product-info {
    transform: translateX(0px);
}
.lastestproduct .product-preview {
    position: relative;
	overflow: hidden;
}
.mask-product > a {
    color: #fff;
    font-family: "Roboto Slab",sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.075em;
    text-transform: capitalize;
}
.mask-product .price {
    color: #fff;
    font-family: "avalonBook",sans-serif;
}
.blog-home3 h4.post-title {
    display: none;
}
.section-blog.blog-home3 {
    margin-top: 30px;
}
.jms-row.section-brand.brand-home3 {
    padding: 100px 0;
}
.section-services.services-home3 {
    padding: 90px 0;
}
.jms-row.section-aboutus {
    margin-top: 90px;
}
.about-us-content {
    color: #fff;
    height: 100%;
    left: 0;
    padding: 55px 40px 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.section-aboutus .container .layout-column.about-left {
    padding-right: 15px;
}
.section-aboutus .container .layout-column.about-right {
    padding-left: 15px;
}
.about-us-content > h4 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 30px;
	margin-bottom: 23px;
    text-transform: uppercase;
}
.about-us-content > ul {
    margin-bottom: 0;
    margin-top: 27px;
}
.about-us-content > p {
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 0;
}
.jms-banner.about-us a {
    overflow: hidden;
}
#newsletter_block_left > p {
    display: none;
}
.about-right #newsletter_block_left > p {
    display: inline-block;
    line-height: 30px;
    margin-bottom: 40px;
    margin-top: 25px;
}
.about-right #newsletter_block_left.block {
    border: 2px solid #dddddd;
    padding: 57px 30px;
    text-align: center;
	min-height: 360px;
}
.about-right .form-control.newsletter-input {
    border: 2px solid #ddd;
    height: 48px;
    width: 100%;
}
.about-right .newsletter-btn {
    background: rgba(0, 0, 0, 0) url("../img/newsletter.png") no-repeat scroll center center;
    border: 0 none;
    border-radius: 0;
    height: 48px;
    padding: 0;
    position: absolute;
    right: 13px;
    top: 0;
    width: 18px;
}
#newsletter_block_left .form-group {
    position: relative;
}
#newsletter_block_left > h4 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 30px;
    text-transform: uppercase;
}
.footer-3.footer-bottom {
    background: #f6f6f6 none repeat scroll 0 0;
	padding: 35px 0 25px;
}
.footer-3.footer-bottom .addon-box > #social_block {
    margin-top: 0;
	margin-bottom: 10px;
}
.rating .icon::before {
    content: "\f006";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 12px;
    font-style: normal;
	color: #c6c6c6;
	line-height: 18px;
}
.rating .icon.star-full::before{
	color: #6fd9e9;
}
.star {
	display:inline-block;
}
.star > a::before {
	content: "\f006";
	display: inline-block;
    font-family: "FontAwesome";
    font-size: 12px;
    font-style: normal;
	color: #c6c6c6;
	line-height: 18px;
}
.star.star_hover > a::before {
	color: #6fd9e9;
}
.product-preview .rating .nbcomments {
    display: none;
}
/*********HOME PAGE 4**********/
.section-cat {
    clear: both;
}
.section-cat.livingroom,.section-cat.table-box {
    margin-top: 10px;
	margin-bottom: 10px;
}
.section-cat .jms-banner {
    overflow: hidden;
}
.section-cat .product-info {
    text-align: center;
	padding-top:0px;
}
.section-cat .product-info .color-list-container {
	height:27px;
	overflow:hidden;
}

.section-cat .owl-item .item {
    margin: 0 15px;
}
.section-cat .layout-column.category-tab {
    padding: 0px 80px 0px !important;
}
.section-cat .layout-column.category-tab.category-tab2{
	padding: 85px 190px 0 220px;
}
.section-cat .product-box {
    margin-bottom: 50px;
}
.section-cat .product-box:last-child{
	margin-bottom: 0;
}
.section-cat .price {
    font-family: "avalonBook",sans-serif;
}
.section-cat .jms-tab .nav-tabs {
    border-bottom: 0 none;
    text-align: center;
}
.section-cat .jms-tab .nav-tabs > li > a {
    border: 0 none;
    border-radius: 0;
    color: #000;
    font-family: "Roboto Slab",sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 30px;
    text-transform: uppercase;
}
.section-cat .jms-tab .nav-tabs > li {
    float: none;
	margin-bottom: 0px;
}

.layout-column.custom-box {
    height: 400px;
    min-height: 400px;
}
.layout-column.custom-box .addon-box {
    display: table;
    height: 100%;
    width: 100%;
}
.layout-column.custom-box .addon-box .custom-block {
    display: table-cell;
    vertical-align: middle;
}
.our-story .custom-box {
    background: #c7db9c none repeat scroll 0 0;
}
.custom_block .custom-box {
    background: #a7c8eb none repeat scroll 0 0;
}
.custom-title {
    display: table;
    height: 100%;
    position: absolute;
    top: 0;
    vertical-align: middle;
}
.special-offer .custom-title {
    right: 0;
}
.custom-content {
    float: right;
	padding: 0 255px 0 190px;
}
.special-offer .custom-content{
	float: left;
}
h1 {
	position:relative;
	padding-bottom: 15px;
}
.custom-title h1 {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
    display: table-cell;
    padding-bottom: 0;
    text-align: center;
    vertical-align: middle;
	position:relative;
	color: #fff;
	margin-bottom:10px;
}

h1 span {
    --font-weight: 900;
    --letter-spacing: 0.2em;
	--text-transform: uppercase;
	--font-size:48px;
	--font-family:'CanterBold';
	--position:relative;
	--left:0;
}
.custom-title h1 span {
	--top:35%;
}

h1 span.ombre {
	font-family:'CanterBoldStrips';
	opacity:0.7;
	position:absolute;
}
#cms h2,#fulldesc h2, .addon h2 {
	font-family:'avalon' !important;
	letter-spacing:0.05em;
	letter-spacing: 2px;
}
.custom-content p {
    color: #010101;
    line-height: 30px;
    margin: 0;
}
.special-offer {
    clear: both;
    min-height: 400px;
}
.special-offer .custom-content .title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 30px;
    text-transform: uppercase;
	margin-bottom: 10px;
}
.special-offer .custom-content p {
    color: #666;
    width: 55%;
}
.special-offer .custom-content > a {
    color: #666;
    display: inline-block;
    letter-spacing: 0.075em;
    margin-top: 40px;
}
.custom-content > a::after{
	background: rgba(0, 0, 0, 0) url("../img/newsletter.png") no-repeat scroll center center;
    content: "";
    display: inline-block;
    height: 8px;
    margin-left: 15px;
	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;
    width: 18px;
}
.special-offer .custom-content > a:hover::after {
    transform: translateX(10px);
	-moz-transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-o-transform: translateX(10px);
}
.section-blog.blog-home4 {
    display: inline-block;
    margin: 100px 0 0;
    width: 100%;
	padding-bottom: 80px;
}
/*********HOME PAGE 5*********/
.section-blog.blog-home5 {
    padding-bottom: 90px;
}
.section-features-product.features-product-home5 {
    background: #f6f6f6 none repeat scroll 0 0;
    margin-top: -10px;
    padding: 100px 0;
}
.jms-row.new-collection {
    background: #f6f6f6 none repeat scroll 0 0;
    margin-top: 90px;
}
.collection-info {
    float: left;
	margin-top: 116px;
}
.new-collection {
    clear: both;
    display: inline-block;
    margin-bottom: -9px;
    position: relative;
    width: 100%;
}
.img-new-collection2 {
    left: 50%;
    margin-left: -250px;
    margin-top: -187.5px;
    position: absolute;
    top: 50%;
}
.img-new-collection3 {
    margin-top: 180px;
}
.collection-info .title {
    color: #010101;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 30px;
    text-transform: uppercase;
}
.collection-info .title {
    color: #010101;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 30px;
    text-transform: uppercase;
	margin-bottom: 10px;
}
.collection-info > p {
    line-height: 30px;
    margin-bottom: 0;
    width: 300px;
}
.collection-info > a {
    display: inline-block;
    font-size: 0;
    height: 8px;
    width: 18px;
}
.collection-info > a::after{
	background: rgba(0, 0, 0, 0) url("../img/newsletter.png") no-repeat scroll center center;
    content: "";
    display: inline-block;
    height: 8px;
    width: 18px;
}
.categories-list.category-home5 .jms-banner{
	overflow: hidden;
}

.categories-list.category-home5 {
    margin-top: 85px;
}
.category-home5 .jms-banner > p {
    bottom: 30px;
    left: 0;
    line-height: 30px;
    margin-bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.category-home5 .jms-banner > p a {
    background: #fff none repeat scroll 0 0;
    color: #000;
    display: inline-block;
    font-family: "Roboto Slab",sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    padding: 9px 40px;
    text-align: center;
    text-transform: uppercase;
}
.category-home5 .jms-banner > p a:hover {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}
.category-home5 .banner_block {
    margin: 15px 0;
}
/**********HOME PAGE 6**********/
.section-banner .box-sale {
    background: #c7db9c none repeat scroll 0 0;
    text-align: center;
	padding: 54px 30px 27px;
}
.section-banner .box-sale-content {
    border: 2px solid #fff;
	position: relative;
}
.box-sale-content > p {
    color: #fff;
    font-family: "Roboto Slab",sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 56px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.box-sale-content > span {
    background: #c7db9c none repeat scroll 0 0;
    color: #000;
    display: inline-block;
    font-size: 12px;
    left: 18%;
    letter-spacing: 0.1em;
    padding: 0 40px;
    position: absolute;
    text-transform: uppercase;
    top: -15px;
}
.box-sale > p {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 30px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.section-banner .jms-banner {
    overflow: hidden;
}
.jms-row.section-banner {
    margin-top: 90px;
}
.section-banner #newsletter_block_left.block {
    text-align: center;
	margin-top: 54px;
}
.text_newsletter {
    display: none;
}
.section-banner #newsletter_block_left.block .text_newsletter {
    color: #333999;
    display: inline-block;
    font-size: 14px;
}
.section-banner #newsletter_block_left > h4 {
    color: #c7db9c;
}
.section-banner #newsletter_block_left .form-group {
    margin-bottom: 0;
}
.section-banner .newsletter-input {
    border-color: #f6f6f6;
    color: #666666;
	margin-top: 24px;
    height: 50px;
}
.section-banner .newsletter-btn.btn.btn-default.button {
    background: rgba(0, 0, 0, 0) url("../img/newsletter.png") no-repeat scroll center center;
    border: 0 none;
    border-radius: 0;
    height: 50px;
    padding: 0 25px;
    position: absolute;
    right: 0;
    top: 0;
}
.section-categories .category-box .jms-banner > a {
    overflow: hidden;
}
.section-categories {
    margin-top: 163px;
}
.category-box .feature-box > a {
    color: #fff;
    display: block;
    width: 100%;
}
.category-box .image {
    overflow: hidden;
    position: relative;
}
.category-box .image img {
    transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	width: 100%;
	max-width: 100%;
}
.category-box:hover .image img {
    transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.category-box .feature-box > a {
    background: #c7db9c none repeat scroll 0 0;
    font-family: "Roboto Slab",sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 30px;
    margin-bottom: 0;
    padding: 50px 0;
    text-align: center;
    text-transform: uppercase;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}
.category-box .feature-box > a::after {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}
.category-box .feature-box > a:hover::after{
	top: 0;
}
.category-box.lamp-box .feature-box > a{
	background: #f4dc86;
}
.category-box.cup-box .feature-box > a{
	background: #a7c8eb;
}
.category-box.plates-box .feature-box > a{
	background: #bce5d3;
}
.section-banner-product {
    margin-top: 90px;
}
.section-banner-product .product_block .product-image > img {
    max-width: 100%;
    width: 100%;
}
.section-banner-product .product-info {
    bottom: -100%;
    left: 0;
    padding-left: 22px;
    padding-top: 0;
    position: absolute;
    text-align: left;
    transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
    width: 100%;
    z-index: 1;
}
.section-banner-product .product-preview:hover .product-info {
    bottom: 17px;
}
.section-banner-product .product-preview {
    position: relative;
	overflow: hidden;
}
.section-banner-product .product-preview.product-preview-first {
    margin-bottom: 30px;
}
.section-banner-product .product_block_3 .product-preview {
    padding: 0;
}
.section-banner-product .layout-column .addon-box .row {
    margin-bottom: 30px;
}
.section-banner-product .layout-column .addon-box .row:last-child{
	margin-bottom: 0;
}
.section-banner-product .product-preview::after {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
	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;
}
.section-banner-product .product-preview:hover::after {
    top: 0;
}
.section-banner-product .product-info > a {
    color: #fff;
}
.section-banner-product .product-info > a:hover {
    color: #000;
}
.section-banner-product .product-info .price {
    color: #ededed;
    font-family: "avalonBook",sans-serif;
}
.section-brand.brand-home6 {
    background: #f6f6f6 none repeat scroll 0 0;
    margin-top: 100px;
    padding: 120px 0 130px;
}
/********HOME PAGE 7********/
.topbar-header7 .topbar-left {
    position: static;
}
.topbar-left #jms_ajax_search{
	line-height: 26px;
}
.topbar-header7 #jms_ajax_search .btn-xs.search-icon {
    line-height: 26px;
    vertical-align: top;
}

.topbar.topbar-header7 .topbar-center .addon-box {
    float: none;
    text-align: center;
}
.topbar.topbar-header7 .topbar-center .addon-box a {
    display: inline-block;
	margin-top: 20px;
}
.header-bar.header-bar-7 .addon-box {
    float: none;
    text-align: center;
}
.jmsvermegamenu .addon-box:last-child {
    display: none;
}
.jmsslider-layer .jms-slider-wrapper .slider{
	background: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
.section-vertical-slider {
    padding: 60px 0;
}
.jms-banner.slider-banner {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    margin-top: 30px;
    overflow: hidden;
    padding: 35px;
}
.jms-banner.slider-banner a {
    overflow: hidden;
}
.jmsslider-layer .fraction-slider .prev,
.jmsslider-layer .fraction-slider .next {
    display: block;
	right: -60px;
    top: 0;
	left: auto !important;
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0 !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
.jmsslider-layer .fraction-slider .prev:hover,
.jmsslider-layer .fraction-slider .next:hover{
	background: #000 !important;
}
.jmsslider-layer .jms-slider-wrapper,
.jmsslider-layer .fraction-slider {
    overflow: visible !important;
}
.jmsslider-layer .fraction-slider .prev {
    top: 60px;
}
.jmsslider-layer .fraction-slider .prev::after,
.jmsslider-layer .fraction-slider .next::after{
	font-size: 12px;
}
.section-lastestproduct.lastestproduct-home7 {
    margin-top: 100px;
}
.section-lastestproduct.lastestproduct-home7 .product-preview:first-child {
    margin-bottom: 50px;
}
.lastestproduct-home7 .price {
    font-family: "avalonBook",sans-serif;
}
.label-box {
    background: #8ec78e none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-family: "avalonBook",sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 0;
    padding: 0 11px;
    position: absolute;
    right: 16px;
    text-transform: uppercase;
    top: 16px;
}
.label-box.sale-box {
    background: #6fd9e9 none repeat scroll 0 0;
}

.label-box::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #8ec78e;
    bottom: -4px;
    content: "";
    left: 50%;
    margin-left: -2px;
    position: absolute;
}
.label-box.sale-box::after {
    border-top-color: #6fd9e9;
}
.section-categories-list {
    margin: 90px 0 0;
}
.section-categories-list .layout-column{
	padding: 0;
}
.section-categories-list .title {
    padding-bottom: 0;
}
.section-categories-list .title > a {
    color: #000;
    font-family: "Roboto Slab",sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 48px;
    text-transform: uppercase;
}
.section-categories-list .box-content > p {
    color: #333999;
    line-height: 34px;
    margin-bottom: 0;
}
.section-categories-list .box-content {
    padding-left: 60px;
    text-align: left;
}
.section-categories-list .row {
    margin: 0;
}
.section-testimonials {
    background: #c7db9c none repeat scroll 0 0;
    color: #fff;
    margin-top: 100px;
    padding: 180px 0 120px;
    text-align: center;
}
.testimonial-comment {
    font-family: "Crete Round",serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
	margin-bottom: 35px;
	padding: 0 150px;
}
.testimonial-author {
    font-family: "Roboto Slab",sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}
.show_office {
    display: block;
    font-family: "avalonBook",sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: capitalize;
	margin-top: 5px;
}
.section-hotdeal {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 100px 0;
}
.hotdeal-carousel .product-preview {
    background: #fff none repeat scroll 0 0;
	padding: 30px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.section-services.services-home7 {
    background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #eeeeee;
	padding: 100px 0 90px;
}
.hotdeal-carousel .product-info {
    text-align: left;
}
.hotdeal-carousel .price {
    color: #000;
    font-family: "avalonBook",sans-serif;
    font-size: 17px;
    font-weight: 700;
}
.hotdeal-carousel .price.old {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
.countdown.is-countdown {
    margin-top: 16px;
}


.hotdeal-carousel .product-preview .preview {
    height: 350px;
    overflow: hidden;
}
.hotdeal-carousel .product-preview .preview img {
    margin-top: -60px;
}

.services-home7 .service-box-content {
    color: #666666;
    display: block;
    font-family: "avalonBook",sans-serif;
    letter-spacing: 0;
    line-height: 28px;
    padding: 0;
    position: static;
}
.services-home7 .service-box-content > p {
    line-height: 28px;
}
.services-home7 .service-box {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
    padding: 0;
}
.services-home7 .service-box h2 {
    font-size: 18px;
    margin-bottom: 5px;
}
.services-home7 .image {
    min-height: 37px;
}
footer .jms-banner > a{
	width: auto;
}
footer .jms-banner a:hover img {
    transform: none;
}
.footer-7 .jms-banner.logo-footer > p {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 15px;
	margin-top: 30px;
}
footer .footer-7 .addon-title {
    padding-top: 0;
}
footer .footer-7 #newsletter_block_left > h4 {
    padding-top: 0;
}
footer .footer-7 .addon-title h3{
	line-height: 30px;
	padding-bottom: 27px;
}
footer .jms-row.footer-7.footer-navbar {
    padding-bottom: 55px;
    padding-left: 0;
    padding-top: 85px;
}
.footer-7 #newsletter_block_left > p {
    color: #666;
    display: block;
    font-size: 14px;
    margin-bottom: 0;
	padding-right: 90px;
}
.footer-7 #block_contact_infos li, .footer-7 #block_contact_infos li a {
    color: #666666;
    font-size: 14px;
    line-height: 36px;
}
.footer-7 #block_contact_infos li a:hover{
	color: #000;
}
.footer-7 #block_contact_infos li i {
    color: #000;
    margin-right: 15px;
}
footer .footer-7 #newsletter-input.form-control {
    border: 2px solid #ddd;
    height: 48px;
    padding: 0 20px;
}
footer .footer-7 #newsletter_block_left .form-group {
    margin: 30px 0 0;
}
footer .footer-7 .newsletter-btn{
	right: 20px;
}
.footer-7 .find-us .divider {
    margin: 0 15px;
}
.footer-7.footer-bottom{
	background: #f6f6f6;
	padding: 35px 0 25px;
}
footer .footer-7 .addon-box > #social_block{
	margin-top: 0;
}
.footer-7 .my-acoount-box {
    padding-left: 0;
}
/*********HOME PAGE 8**********/
header {
    z-index: 2005;
	position:relative;
}
.section-slider-layer.slider-8{
	margin-top: -160px;
}


.chair-collection.collection_block {
    margin-top: -10px;
}
.collection_block .row,
.collection_block .layout-column,
.collection_block .addon-box {
    height: 100%;
    width: 100%;
}
.collection_block .container{
	height: 100%;
}
.chair-collection.collection_block .banner-content {
    color: #333;
    text-align: left;
}
.collection_block .title {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 36px;
    text-transform: uppercase;
}
.chair-collection.collection_block .title{
	margin-bottom: 12px;
	color: #000;
}
.chair-collection.collection_block .title > a{
	color: #000;
}
.chair-collection.collection_block .box-content > p {
    font-family: "Crete Round",sans-serif;
    font-style: italic;
    line-height: 30px;
    margin-bottom: 40px;
	width: 100%;
}
.collection_block .box-content > a {
    border: 2px solid #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    padding: 7px 45px;
    text-transform: uppercase;
	background: #fff;
}
.chair-collection.collection_block .box-content > a {
    border: 2px solid #000;
	background: none;
}
.chair-collection.collection_block .box-content > a:hover {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}
.collection_block .title > a {
    color: #fff;
}
.collection_block .box-content > p {
    font-family: "avalonBook",sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0 auto 40px;
    width: 48%;
}
.collection_block .box-content > a {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #000;
}
.collection_block .box-content > a:hover {
    background: #000 none repeat scroll 0 0;
    border-color: #000;
    color: #fff;
}
.collection_block .title {
    margin-bottom: 25px;
}
.bedroom-collection .banner-content {
    text-align: left;
}
.bedroom-collection.collection_block .title,
.office-collection.collection_block .title {
    font-size: 30px;
    margin-bottom: 25px;
}
.bedroom-collection.collection_block .box-content > p {
    margin-left: 0;
}
.office-collection.collection_block .box-content > p {
    margin-right: 0;
}
.office-collection .banner-content{
	text-align: right;
}
/**********HOME PAGE 9*********/
.section-categorylist.categorylist9 {
    margin-top: 0;
}
.categorylist9 .banner-content {
    text-transform: uppercase;
}
.categorylist9 .box-content > p {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 30px;
}
.categorylist9 .banner-content h4.title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.2em;
}
.products-filter .owl-item .item {
    margin: 0 15px;
}
.products-filter .owl-item .item .product-box {
    margin-bottom: 50px;
	text-align: center;
}
.products-filter .owl-item .item .product-box .price {
    font-family: "avalonBook",sans-serif;
}
.products-filter .owl-item .item .product-box:last-child {
    margin-bottom: 0;
}
.products-filter {
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 90px;
}
.products-filter .jms-tab .nav-tabs {
    border-bottom: 0 none;
}
.products-filter .nav-tabs > li {
    margin: 0 15px;
}
.products-filter .nav-tabs > li:first-child {
    margin-left: 0;
}
.products-filter .nav-tabs > li > a {
    border: 0 none;
    border-radius: 0;
    color: #333999;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.075em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.products-filter .nav-tabs > li.active > a,
.products-filter .nav-tabs > li.active > a:focus,
.products-filter .nav-tabs > li.active > a:hover{
	border: 0;
	color: #000;
}
.products-filter .nav-tabs > li::after {
    background: #d4d4d4 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 4px;
    left: -17px;
    position: absolute;
    top: 9px;
    vertical-align: middle;
    width: 4px;
}
.products-filter .nav-tabs > li:first-child::after {
    display: none;
}
.products-filter .jms-tab {
    margin-bottom: 55px;
    margin-top: 65px;
}
.footer-7.footer-9 .find-us .divider {
    margin: 0 25px;
}
.footer-9 .find-us {
    margin-bottom: 10px;
}
.addon-box div.jms-tab {
	display:none;
}
/******** PRODUCT BOX ********/
.product-preview {
    text-align: center;
    position: relative;
	background-color:#f5f5f5;
}
#index .product-preview {
    padding-top: 25%;
    padding-bottom: 25%;
}

#product_lis .product-preview {
	background-color:transparent;
}

.preview {
	position: relative;
	background-color: #F5F5F5;
}
.preview picture {
	
}
.shoppingcart-box .preview {
    background-color:transparent;
}
.category-15 .preview {
background-color:transparent;

}
.product_action {
    position: absolute;
    top: 11px;
    width: 100%;
}
.product-btn {
    background: #fff none repeat scroll 0 0;
    color: #333;
    display: inline-block;
    font-size: 0.86em;
    height: 48px;
    line-height: 50px;
    margin: 0 -1.5px;
    width: 70px;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
    transition: transform 1s ease 0s;
	-moz-transition: transform 1s ease 0s;
	-webkit-transition: transform 1s ease 0s;
	-o-transition: transform 1s ease 0s;
}
.product-btn:hover{
	background: #000;
	color: #fff;
}
.product-btn .fa-spin,
.product-btn .fa-check,
.product-btn.checked .fa-spin,
.product-btn.checking .fa-check,
.product-btn.checked .fa-exchange{
    display: none;
}
.product-btn.checking .fa-spin,
.product-btn.checked .fa-check{
	display: inline-block;
}
.product-preview  .cart-button.ajax_add_to_cart_button {
    background: #fff none repeat scroll 0 0;
    border-color: #fff;
    border-radius: 0;
    color: #000;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 30px;
    padding: 9px 40px;
    text-transform: uppercase;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(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;
	width: auto;
	height: auto;
  position: absolute;
  width: 100%;
  top: 0px;
}
.product-preview:hover  .cart-button.ajax_add_to_cart_button,
.product-preview:hover .product-btn{
	--transform: scale(1);
	---moz-transform: scale(1);
	---webkit-transform: scale(1);
	---o-transform: scale(1);
  top:0;
}
.product-preview .cart-button.ajax_add_to_cart_button:hover {
    background: #000 none repeat scroll 0 0;
    border-color: #000;
    color: #fff;
}
.product-preview .cart-button.ajax_add_to_cart_button.disable:hover {
    background: #f0f0f0 none repeat scroll 0 0;
    border-color: #f0f0f0;
    color: #ccc;
    cursor: default;
}
.product-preview .action {
    bottom: 0px;
    position: absolute;
    width: 100%;
    height: 42px;
    overflow: hidden;
}
.product-preview .action a.showdetails {
  height: 42px;
  width: 100%;
  text-align: right;
  background-color: #3d3d3c;
  display: block;
  color: #fff;
  padding-top: 10px;
  padding-right: 20px;
  font-weight: normal;
  margin-top: 42px;
  font-family: "avalonBook",sans-serif;
  letter-spacing: 0.08em;
  font-size:14px;
  text-decoration:none;
}
.product-preview .action a.showdetails svg {
  height: 15px;
    margin-left: 10px;
    margin-top: 4px;
    width: 30px;
    display: inline-block;
    fill: #fff;
    float: right;
}

.product-preview:hover .action a.showdetails {
    margin-top: 0px;
}

.product-info > a {
    color: #000;
    font-family: "Avalon",sans-serif;
    font-size: 12px;
    letter-spacing: 0.075em;
    text-transform: uppercase;
	letter-spacing: 3px;
}
.price {
    color: #000000;
    font-size: 12px;
}
.old.price {
  font-size: 13px;
  text-decoration: line-through;
  color: #aaa;
  margin-right: 10px;
}
.product-info {
    padding-top: 5px;
    text-align:left;
	padding-left: 10px;
    padding-right: 10px;
}
.image_swap .product-img2 {
    left: 0;
    position: absolute;
    top: 100%;
	opacity:0;
	filter:alpha(opacity=0);
}
.image_swap img {
    height: 100%;
    width: 100%;
}
.image_swap:hover .product-img1 {
	animation: img1Effect .5s ease-out 0ms;
	-moz-animation: img1Effect .5s ease-out 0ms;
	-webkit-animation: img1Effect .5s ease-out 0ms;
}
.image_swap:hover .product-img2 {
    left: 0;
    top: 0;
	animation: img2Effect .5s ease-in 0ms;
	-moz-animation: img2Effect .5s ease-in 0ms;
	-webkit-animation: img2Effect .5s ease-in 0ms;
	opacity:1;
}
@-webkit-keyframes img1Effect {
	0% {
		opacity: 1;
	}
	20% {
		opacity: 0.8;
	}
	40% {
		opacity: 0.6;
	}
	60% {
		opacity: 0.4;
	}
	80% {
		opacity: 0.2;
	}
	100% {
		opacity: 0;
	}
}
@-moz-keyframes img1Effect {
	0% {
		opacity: 1;
	}
	20% {
		opacity: 0.8;
	}
	40% {
		opacity: 0.6;
	}
	60% {
		opacity: 0.4;
	}
	80% {
		opacity: 0.2;
	}
	100% {
		opacity: 0;
	}
}
@keyframes img1Effect {
	0% {
		opacity: 1;
	}
	20% {
		opacity: 0.8;
	}
	40% {
		opacity: 0.6;
	}
	60% {
		opacity: 0.4;
	}
	80% {
		opacity: 0.2;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes img2Effect {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0.2;
	}
	40% {
		opacity: 0.4;
	}
	60% {
		opacity: 0.6;
	}
	80% {
		opacity: 0.8;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes img2Effect {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0.2;
	}
	40% {
		opacity: 0.4;
	}
	60% {
		opacity: 0.6;
	}
	80% {
		opacity: 0.8;
	}
	100% {
		opacity: 1;
	}
}
@keyframes img2Effect {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0.2;
	}
	40% {
		opacity: 0.4;
	}
	60% {
		opacity: 0.6;
	}
	80% {
		opacity: 0.8;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes spinAround {
	from {
		-moz-transform: rotate(0deg)
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@keyframes spinAround {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg);
	}
}
/*********BREADCRUMB**********/
.breadcrumb {
    background: #f6f6f6 none repeat scroll 0 0;
    border-radius: 0;
    color: #333;
    font-size: 0.86em;
    letter-spacing: 0.075em;
    line-height: 36px;
    text-transform: capitalize;
    vertical-align: middle;
	margin-bottom: 0;
  padding: 8px 15px;
    margin-bottom: 20px;
}
.breadcrumb a{
	color: #333;
}
.breadcrumb a:hover{
	color: #000;
}
.category-name {
    color: #000;
    font-family: "Roboto Slab",sans-serif;
    font-size: 1.14em;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.navigation-pipe .navigation-pipe {
    font-size: 0;
}
.navigation-pipe .navigation-pipe::after {
    content: "/";
    font-size: 14px;
    margin: 0 5px;
}
#category .container.page-content{
	margin-top: -20px;
	width: 100%;
}
#product header {

}
/*********PRODUCT-LIST********/
.product_list .item.ajax_block_product {
    float: left;
    width: 25%;
	margin-bottom: 25px;
	padding: 0 15px;
  position: relative;
}
.box-pub.lumierebleue .box-pub-table {

}
.box-pub.lumierebleue .box-pub-cell {
  color:#fff;
}
.box-pub.lumierebleue .box-pub-cell p {
  --width:50%;
}
.box-pub.lumierebleue .box-pub-cell .btn {
  text-transform: none;
  border: solid 1px #ffffff;
  font-size:20px;
}
#productsSortForm .select {
    text-align: left;
}
.filters-panel {
    position: fixed;
    bottom: 10px;
    left: 25%;
    width: 50%;
    z-index: 2002;
    background-color: #000;
    padding: 7px 3px;
    font-family: avalonDemi;
    border: solid 1px #000;
    display: none;
}
.filters-panel label {
    color: #fff;
    font-size: 1.1em;
    margin-bottom: 0;
    vertical-align: middle;
	font-weight: 300;
    font-family: avalonBook;
}
.filters-panel label i {
	margin-right: 10px;
}
.view-modes {
    text-align: right;
}
.view-modes a {
    color: #666666;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
	margin-left: 15px;
}
.pagination{
	padding: 0;
}
.product-count {
    color: #666;
    font-size: 14px;
    text-align: right;
}
.filters-panel-bottom {
    border-top: 2px solid #f6f6f6;
	padding-top: 30px;
}
.product-list-info {
    display: none;
}
.product_list .price {
    font-family: "avalonBook",sans-serif;
    font-size:16px;
}
.pagination > li > a,
.pagination > li > span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid transparent;
    color: #666666;
    float: left;
    height: 40px;
    line-height: 38px;
    margin-left: 0;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 47px;
	font-weight: 700;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span{
	border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #f0f0f0;
    color: #000;
    cursor: default;
    z-index: 2;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover{
	border-color: transparent;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover{
	background: none;
	border-color: #f0f0f0;
	color: #000;
}
#pagination.pagination,
.pagination {
    margin: 0;
}
.pagination > li {
    display: inline-block;
    margin: 0 1px;
}
.product_list.products-list-in-row .item.ajax_block_product {
    width: 100%;
}
.products-list-in-row .preview {
    display: inline-block;
    float: left;
	margin-right: 55px;
}
.products-list-in-row .product-info {
    padding-top: 15px;
    text-align: left;
}
.products-list-in-row .product-list-info {
    display: block;
}
.products-list-in-row .product_button .product-btn,
.products-list-in-row .product-preview .product_button .cart-button.ajax_add_to_cart_button {
    transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	text-align: center;
	border: 2px solid #e3e3e3;
    line-height: 46px;
    min-height: 48px;
    vertical-align: middle;
	margin: 0 15px;
	float: left;
}
.products-list-in-row .product-preview .preview .action,
.products-list-in-row .product-preview .preview .product_action {
    display: none;
}
.products-list-in-row .product-preview .product_button .cart-button.ajax_add_to_cart_button {
    line-height: 44px;
    padding: 0 40px;
	font-family: "avalonBook",sans-serif;
	border-color: #000;
	margin-left: 0;
}
.products-list-in-row .product_button .product-btn:hover {
    border-color: #000;
}
.products-list-in-row .list_info {
    margin-top: 17px;
}
.products-list-in-row .product_button {
    margin-top: 45px;
}
.product_list .item.ajax_block_product .product-preview .preview img {
    --max-width: 100%;
    width: 100%;
    display: block;
		padding-top: 10%;
    padding-bottom: 10%;
}
#search .auglioCtn {
	display:none;
}
#wishlist_block {
    margin-top: 50px;
}
#wishlist_block .select_wish {
    border: 1px solid #cacaca;
    overflow: hidden;
    width: 200px;
	position: relative;
}
#wishlist_block .select_wish::after {
    content: "";
    font-family: "FontAwesome";
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 0;
}
#wishlist_block .select_wish > select {
    border: 0 none;
    height: 40px;
    min-width: 250px;
    padding: 0 10px;
	position: relative;
	z-index: 100;
}

#wishlist_block .block_content > a {
    font-size: 13px;
    margin-top: 15px;
}
#wishlist_block .no-products{
	font-size: 14px;
}
#wishlist_block .select_wish > select {
	padding: 3px 15px;
}
.selector > span {
    display: none;
}
.results-select {
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
	line-height: 30px;
}
.results-select .lnr {
    font-size: 22px;
    margin-right: 10px;
    vertical-align: text-bottom;
}
.results-select .deactive .lnr-cross::before {
    content:"\e871";
}
.filters-panel .pagination {
    border: 1px solid #a6a5a5;
    border-radius: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 62px;
	float: left;
}
.nbrItemPage.pagination::after {
    border-left: 1px solid #dadada;
    color: #333333;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 15px;
    line-height: 32px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2001;
}
.nbr-product {
    text-align: right;
}
.nbrItemPage.pagination > select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none !important;
    height: 30px;
    line-height: 29px;
    width: 62px;
}
.nbr_form {
    margin-right: 30px;
}
.nb_item {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    font-weight: 400;
    height: 35px;
    min-width: 80px;
    padding: 0 7px;
    text-transform: uppercase;
}
.product-sort {
    display: inline-block;
    text-align: right;
    width: 100%;
}
.nb_item > option {
     float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 30px;
}
.sort-select .btn-default {
    line-height: 25px;
    min-width: 85px;
    padding: 0 35px 0 10px;
	border-radius: 5px!important;
    text-transform: none;
	border: 1px solid #b6b6b6;
	text-align: left;
}
.sort-select .btn-default .arrow_triangle-down {
    color: #191919;
    display: inline-block;
    float: right;
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 25px;
}
.sort-select .btn-default:hover {
    color: #fff;
}
.sort-select .btn-default:hover .arrow_triangle-down{
	color: #fff;
}
.product-sort .dropdown-menu {
    border-radius: 0;
    z-index: 2002;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover{
	background: none;
	color: #F01342;
}
#results-select {
    position: relative;
}
#results-select::before {
    bottom: -54px;
    color: #ffffff;
    content: "\f0d8";
    font-family: "FontAwesome";
    font-size: 25px;
    left: 50%;
    position: absolute;
    text-shadow: 0 -3px 3px #dddddd;
}
#my-account .content-center {
	padding-top:0;
}
/**********ORDER**********/
.input-group-addon {
}
.input-group #quantity_wanted.form-control {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-right:solid 2px #1C1F23;
	border-left:solid 2px #1C1F23;
    display: inline-block;
    float: left;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    height: 48px;
    text-align: center;
    width: 60px;
    border-width:0 !important;
}
.input-group #quantity_wanted.form-control:hover {
	border-top:0;
	border-bottom:0;
}
.input-group.quantity-control {
    float: left;
		border:solid 2px #1C1F23;
}
#quantity_wanted_p span {
	cursor:pointer;
}

#quantity_wanted_p .input-group-addon:last-child{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #f0f0f0;
    border-radius: 0;
    border:0;
    border-left-width: 2px;
    float: left;
    line-height: 44px;
    padding: 0;
    width: 30px;
    height:48px;
}
.input-group-addon:first-child {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #f0f0f0;
    border-radius: 0;
    border:0;
    border-right: 2px none #f0f0f0;
    border-width: 2px;
    float: left;
    font-size: 26px;
    height: 48px;
    line-height: 44px;
    padding: 0;
    text-align: center;
    width: 30px;
}

.fa-close {
	color: #000 !important;
}
.cart_description .product-name {
    font-family: "Roboto Slab",sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.075em;
    line-height: normal;
    margin-bottom:0;
}
.cart_description small, .cart_description small a {
    color: #1c1f23;
    display: inline-block;
    line-height:normal;
    margin-top: -5px;
    font-size: 1.2em;
}
.cart_description small {
	margin-bottom:14px;
}
.cart_description .product-name small{
			font-size: 70%;
			margin-bottom:0;
}

.cart_description .price,
.cart_description .old-price,
.cart_description span,
.cart_total span {
    color: #666666;
    font-family:'AvalonBook';
    font-size:16px;
}
.cart_description .old-price {
    color: #f00;
    margin: 0px;
    text-decoration: line-through;
    font-size: 11px;
}
.option {
    display: inline-block;
    float: left;
    margin-right: 15px;
}

#availableCarriers_table th {
	background:#FBFBFB;
	border:1px solid #e5e5e5;
	padding:10px;
}

/************** ORDER *****************/
.page-heading span.heading-counter {
    color: #666;
    float: right;
    font-family: avalonBook,sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.075em;
    margin-bottom: 10px;
    text-transform: none;
}
#cart_summary, #cart_summary td, #cart_summary label, #cart_summary input, #cart_summary strong, #cart_summary span, #cart_summary small,.summary {
    font-family: 'avalonBook';
    color:#1c1f23;
    font-size:13px;
}


#cart_summary .cart_discount td,#cart_summary td.cart_discount_price,#cart_summary td.cart_discount_price span {
  font-weight:bold;
  color:#f00;
}
#cart_summary .table {
  margin:0;
}
#cart_summary .table tbody, #cart_summary .table td, #cart_summary .table th {
    font-family: 'avalonBook',sans-serif;
    font-size: 13px;
    text-align:center;
}
#cart_summary .table th {
  font-weight:bold;
}
#cart_summary h3 {
  font-family: 'avalonMedium';
  font-size: 16px;
  margin-top: 30px;
  float:left;
}
#cart_summary a.modifyprescription {
  float:right;
}

.soustotal {
  margin-bottom: 40px;
}
div.dotted {
  position: relative;
}
div.dotted:last-child {
  margin-top:15px;
}
div.dotted::before {
  content: ' ';
  border-top: dotted 1px #000;
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  top: 50%;
}
div.dotted.bold::before {
  border-top: dotted 2px #000;
}

div.dotted span {
  background-color:#ffffff;
  position: relative;
  padding-right:10px;
  text-align: left;
}
div.dotted span:nth-child(2) {
  padding-right:0px;
  padding-left:10px;
  float:right;
  text-align: right;
}
div.dotted span.zero {

}
div.dotted.bold span {
  font-weight:bold;
}

input.cart_quantity_input {
  width: 40px;
  display: inline-block;
  line-height: initial;
  height: auto;
  padding: 0;
  text-align: center;
  margin-left: 10px;
  color: #333;
}
a.remove-button {
  text-decoration:underline;
}


#cart_summary label {
    margin-bottom:20px;
}
#cart_summary strong {
    display:block;
    font-weight:bold;
    font-size: 14px;
}
#cart_summary label {
    font-family: 'avalonMedium';
    font-size: 16px;
    text-transform: uppercase;
}
#cart_summary .cart_total span, #cart_summary .cart_total_price .price,#cart_summary .cart_total_price .total_price, #total_price_container span,#cart_summary tfoot .text-right {
    font-family: 'avalonMedium';
	font-size:16px;
}
#cart_summary .cart_item .input-group.quantity-control {
	background: #fff;
    border: 1px solid #e9e9e9;
    color:#1c1f23;
    padding: 0px;
    text-align: right;
    --width: 80px;
}
#cart_summary .cart_photo img {
    width:100%;
    --display: none;
}

#cart_summary .cart_item .input-group.quantity-control input {
    height:auto;
    height: auto;
    padding: 1px 5px;
    text-align:right;
}
#cart_summary.table-bordered > tfoot > tr > td {
    color: #666666;
    font-family: "avalonBook",sans-serif;
    font-size: 14px;
    line-height: normal;
}
#cart_summary tfoot tr.cart_total_price td {
      padding: 0;
      padding-top:10px;
      padding-right: 8px;
      padding-left: 8px;
}
#cart_summary tfoot tr.cart_total_price td:first-child {
    font-weight: bold;
    color: #29a5dc;
    --font-size: 1.2em;
    padding-left: 0px;
}

#cart_summary tfoot td {
    border:0;
    padding:2px 8px;
}
.cart_total .price {
    color: #222;
    font-size: 14px;
	float: none;
}

#order .breadcrumb,#order .footer-navbar,#authentication .breadcrumb {
    display:none;
}
#order .page-heading,#authentication .page-heading{
    line-height: normal;
    margin-bottom:5px;
    letter-spacing: 0.1em !important;
    font-size: 1.30em !important;
    background-color:#fff;
    padding:20px 40px;
	text-transform:uppercase;
	font-family:'avalon' !important;
	font-weight:300;
}
#order .page-heading.voucher {
  margin-bottom:0px;
  padding-bottom: 0px;
  margin-top: 10px;
}
#order .productline,#account-creation_form, #authentication .productline,#order .addresses,#opc_payment_methods,#order .discounts {
  background-color:#fff;
  padding:20px 40px;
  margin-bottom:10px;
}
#order .discounts {
    border: solid 1px #998c84;
    color: #998c84;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
}
#order .discounts a.price_discount_delete {
  float: right;
  margin-right: -10px;
  margin-top: -5px;
  color: #998c84;
}
#order .discounts .fa-close {
  color: #998c84 !important;
}
#order .discounts .price-discount {
  display:none;
}
#order .discounts i {
  display: block;
  font-size: 12px;
  font-weight: 300;
  color:#f00;
}

#order #content-wrap #center_column sidebar .btn-default, #order #content-wrap #center_column .btn-default.processAddress {
    width:100%;
    background-color:#998c84;
    color:#fff;
    margin-top:35px;
    border: 0;
    margin-bottom:10px;
    text-transform: uppercase;
}
#order #content-wrap #center_column sidebar .btn-default span, #order #content-wrap #center_column .btn-default, #order #content-wrap #center_column .btn-default span {
    text-transform: none;
    letter-spacing: 0.1em;
}
#order #content-wrap #center_column .btn-default:hover {
    background-color:#2887dd;
    color:#ffffff;
}
#uniform-addressesAreEquals {
	margin-top:9px;
}
#order #content-wrap #center_column .btn-default.processAddress {
  margin-top: 0px;
}
#order .page-subheading {
  margin-top:10px;
  margin-bottom:10px;
}

@media (max-width: 767px) {
    #order .addressespadding_old {
        position: fixed;
        background-color: #ffffff;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        margin:0;
        padding:20px;
        border-top:solid 1px #cccccc;
    }

    #order .addressespadding button {
          width: auto;
          display: block;
    }
	#order .addressespadding {
      margin-left: 10px;
      margin-right: 10px;
    }
}	
	
	
@media (max-width: 480px) {
    #cart_summary > tbody > tr > td,#cart_summary tfoot td {
        padding:1px !important;
    }
    #cart_summary .cart_photo img {
        width:50px;
    }
    #cart_summary .cart_item .input-group.quantity-control {
        width:30px;
    }
    #cart_summary,#order .addresses {
      margin-left:10px;
      margin-right:10px;
    }
    #cart_summary .cart_description {
      margin-top: 10px;
      margin-bottom: 10px;
    }
    #order .productline, #authentication .productline, #order .addresses,#opc_payment_methods,#order .discounts {
      padding: 10px 20px !important;
    }
    #order .table-responsive {
      padding:0;
	  padding-left:15px;
	  padding-right:15px;
      margin:0;
      border:0;
    }
    #cart_summary h3,#cart_summary a.modifyprescription {
      margin-top: 15px;
    }
    .cart_delete a {
      color: #998c84;
      font-size:13px;
    }
    #cart_summary .table {
      margin-bottom: 15px;
    }
    #cart_summary .table tbody, #cart_summary .table td, #cart_summary .table th {
      border:0px;
    }
    .soustotal {
          margin-top: 20px;
    }

    #cart_summary, #cart_summary td, #cart_summary label, #cart_summary input, #cart_summary strong, #cart_summary span, #cart_summary small,#cart_summary tfoot td,#order #content-wrap .btn-default {
        font-size:14px !important;
    }

    .cart_description .product-name {
      font-size: 8px !important;
    }
    .cart_description .product-name i {
      font-size: 7px !important;
      display: block;
    }
    #cart_summary label {
      display: none;
    }
    .cart_delete small {
      display: none;
    }
    #cart_summary tfoot tr.cart_total_price td:first-child {
      font-size: 6px !important;
    }
    #order .page-heading {
      margin-top:10px;
      margin-left: 10px;
      margin-right: 10px;
    }
    #order sidebar .productline,#authentication sidebar .productline,#order .addresses,#opc_payment_methods {
      margin-left: 10px;
      margin-right: 10px;
    }

    #order #content-wrap button.btn-default span {
          font-size: 14px !important;
          text-transform: uppercase !important;
    }
    #order .page-heading.voucher {
      margin-bottom:5px !important;
      padding-bottom: 20px !important;
      margin-top: 10px !important;
    }
    #cart_summary .satisfaction {
      margin-bottom: 5px;
      text-align:center;
    }
    #cart_summary .satisfaction strong {
      font-size:16px !important;
    }
}

ul.step {
}
ul.step { width: 100%; overflow: hidden; margin-bottom: 30px; }
ul.step li { width: 25%; display: block; float: left; background-color: #CCC; font-size: 18px; text-align: center; padding: 12px 0; position: relative; height: 42px; line-height: 18px; color: #FFF; }
ul.step li a { color: #FFF; font-weight:bold;}
ul.step li.step_current, ul.step li.step_done { background-color: #444; }
ul.step li.step_current:after, ul.step li.step_done:after { border-left: 20px solid #444; }
ul.step li:after, ul.step li:before { content:""; width: 0; height: 0; border-top: 23px solid transparent; border-bottom: 23px solid transparent; border-left: 20px solid #CCC; position: absolute; display: block; top: -1px; right: -18px; z-index: 2; }
ul.step li:before { right: -20px; border-left: 20px solid #FFF; z-index: 1; }
ul.step li.last:after, ul.step li.last:before { border: none; }


#order_step > li > a > em {
	display:none;
}

#authentification > #content-wrap > div > div.breadcrumb {
	display:none;
}


.cart_avail > span {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    color: #6fd9e9;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
}
div#uniform-id_state.selector span {
    display: none;
}
div#uniform-currency_payment.selector span {
    display: none;
}
div#uniform-currency_payment.selector select {
    border: 0 none;
}
div#uniform-currency_payment.selector {
    border: 1px solid #f0f0f0;
}
.radio-inline label {
    margin-bottom: 0;
}
div#uniform-newsletter.checker span,
div#uniform-optin.checker span,
div#uniform-invoice_address.checker span {
    position: relative;
    top: -2px;
}
.date-select-form div {
    display: inline-block;
    margin-right: 10px;
}
.date-select-form div.selector span,
div#uniform-id_country.selector span {
    display: none;
}
.date-select-form div.selector select {
    border: 0 none;
}
.date-select-form div.selector {
    border: 1px solid #f0f0f0;
}

.required div.selector select {
    border: 0 none;
}
.required div.selector {
    border: 1px solid #f0f0f0;
}
.form-control.grey {
    background: none;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button a {
    float: left;
}
.btn.button-plus, .btn.button-minus {
    color: #595959;
    line-height: 36px;
	border-color: #ddd;
    padding: 0 10px;
}
.cart_delete a.cart_quantity_delete:hover,
a.price_discount_delete:hover{
	border-color: #222;
}
/********** ORDER PAGE ********/
@import url('order.css');
/**********WISHLIST***********/
#hideWishlist {
    line-height: 35px;
    padding: 0 20px;
}
.display_list {
    margin: 0;
}
.display_list li {
    margin-bottom: 20px;
}
.product_image_wishlist .product_image > a {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.product_button_action a {
    display: inline-block;
    width: 100%;
}
.product_button_action .btn_action a {
    margin-top: 10px;
}
.product_quantity_wishlist .form-control {
    text-align: center;
}
/********MANUFACTURERS********/
#manufacturers_list.list li > div {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}
.right-side {
    text-align: center;
	padding: 20px 10px;
}
.description_box {
    margin-bottom: 30px;
}
.middle-side {
}
.back-to-top {
    background-color:rgba(0,0,0,0.7);
    bottom: 10%;
    cursor: pointer;
    display: none;
    font-size: 28px;
    height: 45px;
    line-height: 1.6;
    position: fixed;
    right: 0;
    text-align: center;
    width: 45px;
    z-index: 1000;
    display:none;
}
.back-to-top:hover {
    color: #FFFFFF;
	background: #F01342;
}
.back-to-top span {
	color:#FFF;
}
.categories-list .blog-intro {
    margin: 0;
}
.container .pagenotfound {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.pagenotfound > #error-code {
    color: #a1a1a1;
    font-size: 150px;
}
.fontawesome-icon-list > div {
    font-size: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
}
}
.fileupload .filename, .fileupload .action {
    display: none;
}
.footer_links > li {
    display: inline-block;
}
.footer_links {
    margin-bottom: 0;
    margin-top: 10px;
}
.fancybox-error {
    font-size: 15px !important;
}



/* DDO Pourquoi-Pas */
.topbar {
    border-bottom: 0px;
    display: block;
    height: 33px;
    line-height: 33px;
    margin: 0;
    width: 100%;
	  background-color:#f5f5f5;
	color:#333;
    z-index: 1001;
    position: fixed;
    top: 0;
}
.topbar .btn-xs {
	text-transform:none;
	font-weight:400;
}
.topbar #cart_block .btn-xs {
	padding-right:0;
}
.topbar a.btn-xs:hover .text-box, .topbar a:active, .topbar a:focus {
    color: #998c84 ;
}

img.logo,img.sticky-logo {
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
	max-height: 30px;
	display: inline-block;
}
img.sticky-logo {
	display:none;
}
.is-sticky  img.sticky-logo {
	display:block;
}
.is-sticky  img.logo {
	display:none;
}

.box.ajax_cart_quantity {
    border: 2px solid #F4A984;
    color: #fff;
    display: inline-block;
    height: 33px;
    line-height: 30px;
    text-align: center;
    width: 31px;
    margin-left: 25px;
	  background-color:#F4A984;
		-webkit-transition: all 700ms ease;
		transition: all 700ms ease;
}
#cart_block {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
  display: inline;
  line-height: normal;
}
#cart_block.is_stuck {
	z-index:2001;
	margin-top:10px;
}
#cart_block.is_stuck .text-box {
	display:none;
}
.btn-group.open.is_stuck .dropdown-toggle {
	box-shadow: none;
}

@media (min-width: 1200px){
  .topbar div.row {
    margin-left: auto;
    margin-right: auto;
  }
}
.topbar .btn-group {
	--border-right:solid 1px #fff;
}

.topbar p {
	font-size:12px;
	text-align:center;
	margin-top:2px;
    letter-spacing: 0.5pt;
    margin-bottom:0;
}
.topbar span:nth-child(1),.topbar span:nth-child(2) {
  padding-right:12px;
  border-right:solid 1px #333;
  font-weight: 800;
}
.topbar span:nth-child(3),.topbar span:nth-child(2),topbar span.text-box {
  padding-left:12px;
  font-weight: 800;
}
.languages-info span {
  border-right:0;
  padding-right: 0px !important;
  padding-left: 0px !important;
  font-size:12px;
}
.languages-info a span {
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
    font-style: normal;
    font-family: avalonBook;
}


.languages-info span.selected {
    color: #fff;
    margin: 0;
	font-weight: bold;
}


@media (max-width: 768px) {
  .topbar span:nth-child(1),.topbar span:nth-child(2) {
    border:0;

  }
  .topbar span {
    display:block;
    padding:0;
    text-align:center;
    display:none;
  }
  .topbar span:nth-child(1),.topbar span:nth-child(2) {
    display:inline-block;
  }

}


.topbar span.ajax_cart_quantity,.topbar span.ajax_cart_quantity:nth-child(1),.topbar span.text-box,.topbar span.text-box:nth-child(1) {
    color:#333;
    padding:0;
    background:transparent;
    border:0;
    width:auto;
    height:auto;
    margin-left:0;
    font-weight:bold;
}
.topbar span.ajax_cart_quantity::before {
  content:'(';
  display:inline-block;
}
.topbar span.ajax_cart_quantity::after {
  content:')';
  display:inline-block;
}

.topbar-left .addon-box:nth-child(2) {
	--float:right;
}

.jms-row.header-bar div.row{
    display: table;
    width: 1160px;
    margin-left: 0;
    margin-right: 15px;
    padding-left: 0px;
    padding-right: 0px;
}

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

	.jms-megamenu .nav > li > a {
		letter-spacing:0 !important;
		font-size:11px !important;
	}

	.container {
    --width: 92% !important;
}
	.jms-row.header-bar div.row {
        width: 100%;
        --margin-left: auto;
        --margin-right: auto;
    }
}


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

	.jms-megamenu .nav > li > a {
		letter-spacing:0 !important;
		font-size:11px !important;
	}

	.container {
        width: auto !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}


@media (max-width: 767px){
    .jms-row.header-bar div.row {
    --margin-left: 10px;
    --margin-right: 10px;
    width:100%;
    }

.jms-row.header-bar .mega-menu,.jms-row.header-bar .navbar-logo {
  display:none;
}
}
@media (min-width: 992px){
	.open-button {
    display: none;
	}
	.jms-row.header-bar .navbar-logo-mobile {
	  display:none !important;
	}
    .jms-row.header-bar div.row {
		width:100%;
    }
}

.menu-icones {
  padding:0;
}
.jms-row.header-bar .layout-column {
	display:table-cell;
	vertical-align:middle !important;
	float:none !important;
	text-align:right;
}
.menu-logo {
	text-align:center !important;
}
@media (max-width: 767px){
	.menu-logo {
		text-align:left !important;
	}
}
.jms-row.header-bar.is_stuck .layout-column {
  vertical-align:middle !important;
}

.jms-row.header-bar .mega-menu, .jms-row.header-bar .menu-icones {
padding:0;
}

.jms-row.header-bar .mega-menu,.jms-row.header-bar .navbar-logo {
  text-align:left;
}
.jms-row.header-bar .cart_block .addon-box {
  float:right;
}

.header-bar .search_block .addon-box {
  --width:auto;
}
.header-bar #cart_block .text-box, .header-bar .hometryon_top .text-box, .header-bar .user-info .text-box, .header-bar .favoris_top .text-box {
  display: none !important;
  color: #000;
  text-transform: uppercase;
  font-family: 'avalon';
  font-weight: 100;
  line-height: normal;
  font-size:12px;
}

.header-bar .box.ajax_cart_quantity, .header-bar .hometryon_top .box.ajax_cart_quantity,.header-bar a.favoris_top .ajax_favoris_quantity {
    border: 0;
    background: none;
    padding: 0;
    margin-top:4px;
    color: #fff;
    height: auto;
    line-height: 14px;
    width: 14px;
    margin-left:0px;
    border-radius: 10px;
    font-size: 12px;
    font-weight:100;
    background-color: #000;
}

.header-bar .box.ajax_cart_quantity {
  margin-left:0px;
  margin-right:0px;
}
.header-bar a.hometryon_top {
    background-image: url(https://www.lunetterie-pourquoipas.ca/themes/jms_delphinus/img/01-home.png);
}
.header-bar a.favoris_top {
    background-image: url(https://www.lunetterie-pourquoipas.ca/themes/hypnotic/img/favorites.svg);
}
.header-bar a.favoris_top .ajax_favoris_quantity {
    display: inline-block;
    text-align: center;
    margin-left: 0;
}
.header-bar #cart_block a.btn-xs {
  margin-top: 4px;
  background-image: url(https://www.lunetterie-pourquoipas.ca/themes/hypnotic/img/cart.svg);
}


.header-bar a.hometryon_top, .header-bar .user-info a.btn-xs, .header-bar #cart_block a.btn-xs, .header-bar a.favoris_top {
    background-size: contain;
    transition: none !important;
    padding-right: 6px !important;
    padding-left: 16px !important;
    width: 20px !important;
    margin-right: 20px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin-top: 0 !important;
    height: 19px !important;
    background-repeat: no-repeat;
}
.header-bar a.hometryon_top:hover, .header-bar .user-info a.btn-xs:hover, .header-bar #cart_block a.btn-xs:hover, .header-bar a.favoris_top:hover {
    background-position: top;
}

.header-bar .user-info a.btn-xs {
  background-image:url('../img/user.svg');
  width:15px;
  margin-right:10px;
}


@media (max-width: 991px) {
  .header-bar .btn-xs {
    margin-right: 5px !important;
  }
  .header-bar .hometryon_top .text-box, .header-bar .favoris_top .text-box,.header-bar #logout {
    margin-top:5px;
  }

  .header-bar a.hometryon_top {
    margin-left: 10px;
  }
  .header-bar #cart_block a.btn-xs {
    margin-left: 10px;
	margin-right:5px !important;
  }

}

.topbar .addon-box:nth-child(3) {

}

.header-bar .user-info a:hover.btn-xs, .header-bar #cart_block a:hover.btn-xs, .header-bar a:hover.hometryon_top  {
	background-position: top;
}

.menu-icones .addon-box {
	float:none !important;
	display:inline-block;
}

a.big_black_button, a:hover.big_white_button{
	color:#ffffff !important;
	background-color:#000000;
	border:1px solid #ffffff;
    letter-spacing: 1.5px;
    padding: 10px 25px 10px 25px;
	line-height:36px;
	text-decoration:none !important;

}

a.big_white_button, a:hover.big_black_button {
	color:#000000 !important;
	background-color:#ffffff;
	border:1px solid #000000;
	letter-spacing: 1.5px;
    padding: 10px 25px 10px 25px;
	line-height:36px;
	text-decoration:none !important;
}

.tp-caption.large_text {
	font-family:avalonmedium !important;
}


.jms-megamenu .mega-nav li.group {
	padding-top:5px !important;
}


@media (max-width: 1200px) {
  .topbar div.row {
    padding-left:10px;
    padding-right:10px;
}
}


@media (max-width: 991px) {
	.header-bar .fa-bars:before {
    color: #000;
}

	}
}

@media (max-width: 768px) {
  .header-bar .layout-column.mega-menu {
    width:33.33333333%;
  }
  .header-bar .layout-column.navbar-logo {
    width:33.33333333%;
    text-align: center;
  }
  .header-bar .layout-column.search_block {
    width:33.33333333% !important;
    display:none !important;
  }
  .header-bar .layout-column.cart_block {
    width:33.33333333%;
  }
  .header-bar .user-info a.btn-xs {
    font-size:11px;
  }
  .header-bar .logo {
    --display:none;
}
  .topbar {
    line-height: normal;
  }
  .topbar .addon-box:nth-child(3) {
    display: block;
    float: none;
    text-align: center;
  }
  .topbar .addon-box:nth-child(2) {
    display:none !important;
  }
  .topbar .btn-xs {
    padding: 0 !important;
    line-height: normal;
  }
  .topbar .user-info {
    padding-top:12px;
  }

  .topbar span.ajax_cart_quantity, .topbar span.ajax_cart_quantity:nth-child(1), .topbar span.text-box, .topbar span.text-box:nth-child(1) {
	  font-size:14px;
	  font-weight:100;
  }

}



header .mega-menu .addon-box {
	float:none;
}

.jms-row.header-bar {
    min-height: 0px;
    padding-left: 0;
    padding-right: 0;
    z-index: 1000;
	background-color: #fff;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
    font-family: avalonMedium;
    border-bottom: solid 1px #cccccc;
    width: 100%;
	position: relative;
}
.jms-row.header-bar.sticky {
	position:fixed;
	top:0px;
}
.header-bar #logout {
	display:none !important;
}
.jms-row.topbar {
  font-family: avalonBook;
  margin-top:0;
}
.jms-megamenu .nav a {
  font-family: 'avalonBook' !important;
  font-size:14px !important;
  font-weight:400 !important;
}

@media (max-width: 991px) {
 .header-bar .mega-menu {
    float:left !important;
 }
 .jms-row.header-bar .layout-column.navbar-logo {
	display:none;
 }
 .is_stuck .sticky-logo {
   left: 35%;
 }
}

.is_stuck .logo {
	display:none;
	height:0px;
}
.sticky-logo {
	height: 0px;
}
.is_stuck .sticky-logo {
	display:inline-block;
	height: 42px;
  position: absolute;
  top: -3px;
  --left: 25%;
}
@media (min-width: 768px) {
  .is_stuck .logo {
    display: inline-block;
    height: 30px;
  }
  .is_stuck .sticky-logo {
    display: none;
  }
}
.jms-row.header-bar.is_stuck {
    padding-top: 10px;
	padding-bottom: 10px;
	min-height:0;
    border-bottom: 1px solid #cccccc;
}
.jms-row.header-bar.is_stuck .layout-column {
	vertical-align: middle;
}
.jms-megamenu .nav > li {
    margin: 0 10px !important;
}
.jms-megamenu .nav > li > a {
	color:#333 !important;
  letter-spacing:normal !important;
      padding-bottom: 5px !important;
    border-bottom: solid 2.5px white;5
}

.jms-megamenu .nav > li > a:hover {
	color:#000 !important;
	background-color: transparent;
	border-bottom: solid 2.5px #000;
    padding-bottom: 5px;
}

.jms-megamenu .nav > li.red > a {
    color:#ff0000 !important;
}




.category .breadcrumb {
  display:none !important;
}


header {
	width: 100%;
	top: 0;
	background:transparent;
	margin-bottom:5px;
}

header>div:nth-child(3) {
	--display:none !important;
}
body#index header {
	position: relative;
}
#jms_ajax_search.open > .dropdown-menu {
    margin-top: 30px !important;
}

@media (min-width: 480px) {

.slider-resp {
    display:none;
}

}
@media (max-width: 991px) {
    header {
        padding-top:76px;
    } 
}
@media (max-width: 767px) {
	header {
		background-color:rgba(255, 255, 255, 1);
        padding-top:90px;
		margin-bottom:0px;
	}
	body#index header {
		position: relative;
	}

	.rev_slider_wrapper {
		display:none;
	}
  .slider-resp {
    margin-top: -20px;
    background-size: cover;
  }
  body.lang_fr .slider-resp {
    background-image:url('https://www.lunetterie-pourquoipas.ca/themes/jms_delphinus/img/slider-resp-motifs.jpg');
  }
  body.lang_en .slider-resp {
    background-image:url('https://www.lunetterie-pourquoipas.ca/themes/jms_delphinus/img/slider-resp-motifs-EN.jpg');
  }

  .slider-resp:before {
    --background-position: 80% !important;
    --height: 430px;
    display:block;
    content:' ';
    padding-top:140%;
    cursor: pointer;
}

.slider-resp h2 {
	font-weight: bold;
    color: #ffffff !important;
    background-color: transparent;
    font-size: 35px;
    font-family: avalonbook;
    line-height: 40px;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px;
	margin-top:240px;
}

.slider-resp h4 {
	    font-size: 18px;
    font-weight: bold;
    color: #ffffff !important;
    background-color: transparent;
    font-size: 20px;
    font-family: avalonbook;
    margin-top: -50px !important;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px;
}
}

.section-slider-layer {
    clear: both;
    display: inline-block;
    margin: 0;
    width: 100%;
    position: relative;
    height: 100%;
    --margin-top: -135px;
	z-index:1;
    margin-bottom:15px;
    cursor:pointer;
}
.video-background-wrap {
    position: relative;
	width: 100%;
	height: 100% !important;
}
.jms-megamenu .dropdown-menu {
	padding-top:10px !important;
}
.slogan-accueil {
    position:absolute;
    width:50%;
    margin-left: 25%;
    top:25%;

}
.messageorder {
	color: #595959;
    font-family: 'Roboto Slab', serif;
    font-size: 0.66em;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border: solid 1px #595959;
    padding: 5px;
    text-align: center;
}
#trustlogo {
position:relative;
z-index:1000;
float:right;
}
@media (min-width: 768px) {
	#content-wrap .txt_block:after, #content-wrap .txt_block:before {
	    content: "";
	    display: block;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    margin: auto 0;
	    background: #282828;
	    width: 30px;
	    height: 30px;
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    transform: rotate(45deg);
	    -webkit-transition: all 700ms ease;
	    transition: all 700ms ease;
		z-index: 90;
	}
	#content-wrap .carre-femme .txt_block:after, #content-wrap .carre-femme .txt_block:before {
		background:#302051;
	}
	#content-wrap .carre-homme .txt_block:after, #content-wrap .carre-homme .txt_block:before {
		background:#FBBE41;
	}

	#content-wrap .block_hover .txt_block:before{
		right: 11px;
	}
	#content-wrap .block_hover .txt_block:after {
		left: -10px;
	}
	#content-wrap .block_hover:hover .txt_block:before {
		right: -10px;
	}
	#content-wrap .block_hover:hover .txt_block:after {
		left:11px;
	}

	#content-wrap .block_hover .txt_block.left:before{
		right: -10px;
	}
	#content-wrap .block_hover .txt_block.left:after {
		left: 11px;
	}
	#content-wrap .block_hover:hover .txt_block.left:before {
		right: 11px;
	}
	#content-wrap .block_hover:hover .txt_block.left:after {
		left:-10px;
	}

	#content-wrap .block_hover:hover .block_left {
	    -webkit-transform: translateX(100%);
	    -moz-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	    -o-transform: translateX(100%);
	    transform: translateX(100%);
	}
	#content-wrap .block_hover:hover .block_right {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
	}
	.scalecol .block_hover:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
	}
}

@media (min-width: 850px) {
	.avantages .layout-column:nth-child(2) {
		border-left:solid 1px #696968;
		border-right:solid 1px #696968;
	}
}

#content-wrap .block_left,#content-wrap .block_right {
	padding-left: 5px;
	padding-right: 5px;
	transition: all 700ms ease;
}
#content-wrap .txt_in {
	z-index:100;
}

#content-wrap .block_hover {
	margin-top: 10px;
	overflow: hidden;
}

#content-wrap .block_hover img {
    width: 100%;
    -webkit-transition: all 3000ms ease 700ms;
    transition: all 3000ms ease 700ms;
}
.scalecol {
	padding: 0px !important;
	padding-right: 8px !important;
}

.avantages .container {
	border-top:solid 1px #696968;
	border-bottom:solid 1px #696968;
}

.avantages .addon-title::after {
    background: none;
    content: "";
    display: none;
}
.avantages .addon-title h3 {
    font-weight: 700;
    letter-spacing: 0.2em;
    padding-bottom: 0;
	font-size: 1.0em;
	color: #000;
	font-style: italic;
	margin-top: 10px;
}
.avantages {
	margin-bottom:20px;
}
.avantages .addon-title {
    color: #000;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 5px;
}
.avantages .addon-desc {
	font-weight: 400;
	letter-spacing: 0.2em;
	padding-bottom: 0;
	font-size: 0.9em;
	text-align: center;
	color: #000;
	line-height:20px;
}
.our-story,.custom_block,.footeravantages {
	margin-top:20px;
	margin-bottom:20px;
}
.our-story .custom-box {
    background: #F7B692 none repeat scroll 0 0;
	color:#fff;
}
.our-story .custom-content p,.our-story .custom-content h3,.custom_block .custom-content p, .custom_block .custom-content h3 {
	color:#fff;
	text-align:center;
}
.our-story .custom-content p,.custom_block .custom-content p {
	font-size: 1.2em;
    font-style: italic;
	margin-bottom:10px;
}

.our-story .custom-content h3,.custom_block .custom-content h3  {
	text-decoration: underline;
	text-transform:uppercase;
	padding-bottom:15px !important;
	font-size: 24px !important;
}
.bannertitle {
	position: absolute;
    z-index: 1000;
    bottom: 0;
	text-align: center;
	background-color:rgba(255,255,255,0.5);
	width: 100%;
}
.livingroom .bannertitle {
	--background-color:rgba(100,199,204,0.5);
}
.bannertitle h1 {
	margin-bottom:0px;
	padding:0;
	margin: auto;
    display: inline-block;
}

.bannertitle p {
	margin:0px;
}
.custom_block .custom-content {
	float:left;

}
.custom_block .custom-title {
	float:right;
	background-color:#784c99;
	right:0;
}
.custom-box .custom-title, .custom_block .custom-title {
    display: table;
    height: 100%;
    position: absolute;
    top: 0;
    vertical-align: middle;
}
.custom_block .custom-title h1 {
	background: none;
}
.our-story  .custom-content {
	float:right;
}

.footeravantages {
	background-color:#1C1F23;
	--background-image: url(/img/cms/design-lunettes.jpg);
	color:#fff;
}
.custom_block .custom-box {
    background: #343893 none repeat scroll 0 0;
}
footer .footeravantages {
	text-align: center;
}

footer .footeravantages .addon-title {
	padding-top:20px;
	padding-bottom: 0px;
}
footer .footeravantages .addon-title h3 {
    padding-bottom: 0px;
	background-color:#1C1F23;
	color:#fff;
	text-align: center;
	font-size: 1.0em;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0;
}
footer .footeravantages p {
	background-color:#1C1F23;
	color:#fff;
	font-weight: bold;
	font-size:0.8em;
}
footer .footeravantages div.addon-box {
		width:80%;
		margin:auto;
		margin-bottom: 40px;
}

.footer-2.footer-navbar {
    padding: 40px 0 20px;
	background-color: #f5f5f5;
	padding-left: 15px;
    padding-right: 15px;
}
.footer-2.footer-navbar p {
  margin:0;
}

.footer-3.footer-bottom {
    background: #fff;
    padding: 15px;
}





.jms-megamenu .dropdown-menu.fullwidth {
    width: 100% !important;
    position: fixed !important;
    top:auto;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.jms-megamenu .dropdown-menu .mega-dropdown-inner {
	background-color:#fff;

  border:solid 2px #000;
  padding:20px;
  margin: -30px 10px 0 10px;
  margin-top:9px;
}

.jms-megamenu .dropdown-menu .mega-inner a {
  display:none;
}
.jms-megamenu .dropdown-menu .mega-inner .mod-content a {
  display:block;
}

.jms-megamenu .dropdown-menu .mega-inner p {
  margin:0;
  line-height: normal;
}
.jms-megamenu .dropdown-menu .mega-inner p span {
  position: relative;
}
.jms-megamenu .dropdown-menu .mega-inner p span:before {
  border-bottom: 1px solid red;
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
}
.jms-megamenu .dropdown-menu .mega-inner li {
  padding: 0;
  margin: 0;
  margin-left:10px;
  margin-right:10px;
}
.jms-megamenu .dropdown-menu .mega-inner li.menu-title {
  background-color:#000;
  color:#fff;
  padding:3px;
  text-align:left;
}
.jms-megamenu .dropdown-menu .mega-inner li.menu-title a {
  display:block;
  color:#fff;
  padding: 4px 20px;
  font-family: 'AvalonMedium';
}

.jms-megamenu .dropdown-menu .mega-inner h1 {
  font-size: 26px;
  font-family: 'AvalonDemi';
  color:#1c1f24;
  margin: 0;
  text-align:center;
  color:#539ed8;
}
.jms-megamenu .dropdown-menu .mega-inner h2 {
  font-size: 20px;
  font-family: 'AvalonDemi';
  color:#000;
  margin:0;
  text-align:center;
}
.jms-megamenu .dropdown-menu .mega-inner img {
  width: 100%;
  height: auto;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.jms-megamenu .dropdown-menu .mega-inner img:hover {
    transform: scale(1.2,1.2);
}
.jms-megamenu .dropdown-menu .mega-inner li.menu-item {
  text-align:left;
  overflow: hidden;
}

nav#off-canvas-menu .dropdown-menu li {
  display:none;
}
nav#off-canvas-menu .dropdown-menu li.menu-title {
  display:block;
}


.footer-bottom {

}
.footer-copyrights p {
	margin-top:20px;
	color:#333;
	text-align:left;
}

.carre-femme .txt_block{
	background-color:#302051;
}
.carre-homme  .txt_block{
	background-color:#FBBE41;
}

.jms-megamenu .dropdown-menu.innermenufemmes .mega-dropdown-inner {
	background-color:#64C7CC;
	margin-top:9px;
}

.jms-megamenu .nav .innermenufemmes a,.jms-megamenu .nav .innermenuhommes a  {
	color:#fff !important;
	font-size: 1.0em;
	font-weight: 600;
}

.jms-megamenu .dropdown-menu.innermenuhommes .mega-dropdown-inner {
	background-color:#f8daa4;
	margin-top:9px;
}

.breadcrumb,.breadcrumb a {
	color:#1C1F23;
}
.category-5 .breadcrumb {
	background-color:#64C7CC;
}
.category-4 .breadcrumb {
	background-color:#f8daa4;
}
.cms .breadcrumb {
	background-color:#784c99;
	color:#fff;
	display:none;
}
.cms .breadcrumb a {
	color:#fff;
}
.category-6 .breadcrumb {
	background-color:#c7db9c;
}

#mainSVG {
	position: absolute;
	z-index: 90;
	bottom:10px;
	left: -5px;
}
#mainSVG text.rond,#mainSVG text.ombre {
	font-weight:700;
	font-family: 'avalonBook', sans-serif;
	text-transform:uppercase;
	font-size: 1.73em;
	fill:#fff;
}
#mainSVG text.ombre {
	fill:#64C7CC;
	opacity: 0.6;
}
ul.color_to_pick_list {
  margin-bottom:0px;
}
.color-list-container a {
    display: inline-block;
    height: 18px;
    width: 18px;
    border-radius: 9px;
    margin: 0;
    padding: 0;
}
.color-list-container a img {
    height: 18px;
    width: 18px;
    border-radius: 9px;
    display: block;
}
.color-list-container li {
    display: inline-block;
    /* width: auto; */
    /* padding: 1px; */
    height: 23px;
    width: 23px;
    border: solid 1px #ccc;
    border-radius: 12px;
    margin-right: 4px;
    padding-left: 2px;
    padding-top: 2px;
	opacity: 70%;
}
.color-list-container li.selected {
  border:solid 1px #000;
  opacity: 100%;
}
.color-list-container li:hover {
  opacity: 100%;	
}
.content_price {
  float:none;
}
.color-list-container {
  float: right;
  clear: both;
}

.price.new {
  color:#000;
  font-size: 12px;
  font-family: 'avalon';
  height: 28px;
  display: inline-block;
  text-align: center;
  padding-top: 3px;
}

span.labelsoldes {
  position: absolute;
  bottom: 50px;
  right: 10px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  background-color: black;
  padding: 5px;
  padding-bottom: 5px;
  border-radius: 20px;
  color: #fff;
  height: 42px;
  padding-top: 10px;
}
span.label30 {
  background-color:#e2b61d;
}
span.label50 {
  background-color:#0d8a04;
}

@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

#mainSVG text.rond,#mainSVG text.ombre {
    --webkit-animation: rotating 20s linear infinite;
		top: 50%;
		left: 50%;
		width: 100%;
		height: 100%;
		transform-origin: center center;
}


#mainSVG text.prix {
	font-weight:700;
	font-family: 'avalonBook', sans-serif;
	font-size: 8em;
	fill:#F7B692;
	text-shadow: -1px -1px 8px #64C7CC;
}
#mainSVG text.legend {
	font-weight: 700;
    font-family: 'avalonBook', sans-serif;
    font-size: 3.2em;
    fill: #FBBE41;
}
#off-canvas-menu img {
    display: none;
}

.layered_filter {
	margin-bottom:5px !important;
}
.block .title_block {
	margin-bottom:5px !important;
}

body.product section#center_column, body.product .container.page-content {
	width:100% !important;
	margin:0 !important;
	min-height: 100%;
}

#closecart {
  display: block;
  margin: 0px;
  padding-right: 13px;
  padding-top: 2px;
  text-align: right;
  background: white;
  cursor: pointer;
}


/* DDO Pourquoi-Pas - FAQ */
.nav-stacked li a {
	z-index:91;
	background-color:#fff;
	color: #333;
}
ul.extra {
	border-top: solid 1px #ccc;
	text-align:left;
}
ul.extra li {
	padding-top:5px;
	padding-bottom:5px;
}

ul.extra a {
	color:#333;
	padding: 10px 15px;
	text-transform: initial !important;
}
.nav-stacked li.active {
	border:solid 1px #282828;
	color:#282828;
	border-radius:3px;
	background-color:#fff;
}
.nav-stacked li.active a {
	background-color:#eeeeee;
}
.nav-stacked li.active:after {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #282828;
    width: 16px;
    height: 16px;
	right: -8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    z-index: 90;
}
.panel-title > a,.panel-title > a:hover {
	display:block;
	text-decoration:none;
}

#display_cart_vouchers .voucher_name {
  color:#29a5dc !important;
}

#voucher ul {
    margin-top:10px;
    margin-bottom:0px;
}
#voucher .discount_name {
	width:100%;
	margin:auto;
    display:inline;
    border:solid 1px #333333;
    background-color:#fff;
    color:#333333;
}
#order #content-wrap #center_column sidebar #voucher .btn-default {
    padding: 0px;
    display: inline;
    height: 39px;
    width:100%;
    background-color:#333333;
    color:#fff;
    margin-top: 10px;
    text-transform:uppercase;
}
#order #content-wrap #center_column sidebar #voucher .btn-default:hover {
  background-color:#000000;
}


#uniform-cgv {
    cursor: pointer;
    margin-right: 0px;
    margin-top: 10px;
}

#opc_delivery_methods .checkbox label {
	display:inline;
}

.category-6 .content-aside,.category-15 .content-aside {
    display:none;
}
.category-6 #center_column,.category-15 #center_column {
        width:100% !important;
}

video {
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.content-aside .filters-panel {
	display:none;
}
td.text-right {
	text-align:right;
}

td.delivery_option_logo {
	width:96px;
}
td.delivery_option_desc {
	width:100%;
}
.delivery_option label {
	font-weight: normal;
}
img.order_carrier_logo {
	width:80px;
}
div.boxpp {
	padding: 20px;
	border: solid 1px #ccc;
}

p.info-title {
	line-height:20px;
	font-size:16px;
}

.customerphotoform label#confirmlabel {
    margin-left: 30px;
    margin-top: -9px;
}

#waiting_for_customerlabel {
    margin-left: 30px;
    margin-top: -7px;
}

.checkbox input[type="checkbox"],.radio-inline input[type="radio"] {
  margin-left:0px !important;
  left:0 !important;
}
.radio-inline, .checkbox-inline {
    padding-left: 20px !important;
}
@media (min-width: 767px) {
	#cart-sidebar div.shopping-cart{
		margin-top:80px;
	}
	.order-opc .breadcrumb {
		border-bottom:0;
	}
	#cart_title {
		--display:none;
	}
}

a..btn-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #1C1F23;
    border-radius: 0;
    color: #1C1F23;
    font-family: "Karla",sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    padding: 0 45px;
    text-transform: initial;
}

a.btn-default:hover {
	background: #1C1F23 none repeat scroll 0 0;
    border: 2px solid #1C1F23;
    color: #fff;
}
#my-account #DDOmiroirVirtuel {
    clear:both;
}

.content-aside-inner #DDOmiroirVirtuel{
    z-index: 20;
	background-color: #fff;

}

#DDOmiroirVirtuel.is_stuck{
	margin-top: 42px;
	--padding-left: 15px;
}
#form_wishlist {
    display:none;
}

.collection {
    position: relative;
    width: 100%;
    min-height: 521px;
    margin-bottom:10px;
	overflow: hidden;
}
.collection .collectiontitre {
  position:absolute;
  width:55%;
}
.collection:nth-child(odd) .collectiontitre {
  right:0;
}
.collection .backcollection {
	    position: absolute;
		width: 50%;
		right:0;
		text-align: right;
}
.collection .collectionimage {
  width: 50%;
  float: right;
  overflow:hidden;
  text-align: right;
  position: relative;
  margin-left: 0px;
  	margin-right: 20px;
  margin-top: 20px;
}
.collection:nth-child(odd) .backcollection  {
	right:auto;
	left:0;
	text-align: left;
}
.collection:nth-child(odd) .collectionimage {
    float: left;
    text-align: left;
	margin-left: 20px;

}
.collection .collectionimage img {
  transition: transform 1s ease 0s;
  max-width:348px !important;
}
.collection .collectionimage:hover img {
  transform: scale(1.1);
}
.collection .collectionproduits {
  position:absolute;
  width: 55%;
  text-align: right;
  right: 25%;
  bottom:0px;
}
.collection:nth-child(odd) .collectionproduits {
  text-align: left;
  right:auto;
  left:25%;
}
.collection .collectionproduits .preview {
  float:right;
  margin-right: 15px;
  width:150px;
  height:150px;
  transition: all 1s;
}
.collection .collectionproduits .preview:hover {
	border:solid 1px #1C1F23;
	--background-color:#64C7CC;
}
.collection:nth-child(odd) .collectionproduits .preview {
  float:left;
}
.collection .collectionproduits .preview span {
  position:absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 0;
  font-family: 'CanterBold' !important;
  text-transform: uppercase !important;
  color:#333333;
  font-size: 22px;
}
.remerciements {
	text-align:center;
}
.remerciements img {
	max-height:50px;
}
.accueilcollections h1 {
position: absolute;
    bottom: 0;
    right: 10px;
    text-align: right;
    color: white;
}
.accueilcollections h1 .ombre {
color:#000 !important;
}

.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959;margin-bottom: 5px; font-family: 'Roboto Slab', serif;font-size: 0.86em;font-weight: 700;letter-spacing: 0.2em;text-transform: uppercase;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #333; font-family: 'Roboto Slab', serif;font-size: 0.66em;font-weight: 700;letter-spacing: 0.2em;text-transform: uppercase;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

@media (max-width: 767px) {
	.thumb-carousel.owl-theme .owl-controls {
		top:50% !important;
	}
    .jms-row.header-bar {
        padding-right: 140px !important;
    }
}

@media (max-width: 991px) {
	.jms-row.header-bar {
		--padding-right: 140px !important;
    padding:0px !important;
    padding-left:0px !important;
    padding-right:0px !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
	}
	.jms-row.header-bar.is_stuck .layout-column {
		margin-top:15px !important;
	}
	.collection {
		padding-bottom: 70px;
	}
	.collection .backcollection,.collection .collectionimage {
		width:40%;
	}
	.collection .collectiontitre {
		width:55%;
	}
}

#off-canvas-menu a#logout:before {
    content: '/';
    display: inline-block;
    color: #333;
    margin-right: 15px;
  }
#off-canvas-menu .languages-info {
	position: absolute !important;
	top: 10px !important;
	left: 40px;
	text-transform: uppercase;
  }
#off-canvas-menu .languages-info span.selected,.languages-info a span {
	  color:black;
	  padding-right: 15px !important;
  }
#off-canvas-menu .user-info {
	display: block;
    margin-top: 0px;
    margin-bottom: 0px;
  }
#off-canvas-menu #myaccount {
		background-image: url(https://www.lunetterie-pourquoipas.ca/themes/jms_delphinus/img/ico-user.svg);
		margin-left: 15px;
		margin-top: 10px !important;
		margin-bottom: 10px;
		background-size: cover;
		transition: none!important;
		vertical-align: bottom;
		padding-right: 6px;
		padding-left: 16px;
		width: 20px;
		margin-right: 15px;
		display: inline-block !important;
		vertical-align: middle !important;
		margin-top: 0 !important;
		height: 21px !important;
  }
#off-canvas-menu #myaccount .text-box {
	     display: block !important;
		margin-left: 20px;
		position: absolute;
		top: 6px;
		white-space: nowrap;
  }
#off-canvas-menu #logout {
	display:none !important;
  }
  
  
@media (max-width: 480px) {
  .jms-row.header-bar {
      padding: 17px 0px 11px !important;
  }
  .menu-icones {
      padding-right: 15px !important;
  }
  #productmaincontent {
    margin-left:-10px !important;
    margin-right:-10px !important;
  }
  .header-bar .user-info a.btn-xs,.header-bar .user-info a.btn-xs .text-box {
	  display:inline !important;  
  }
  
  
  .header-bar a.favoris_top, .header-bar a.hometryon_top {
	  margin-left: 10px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
	#mainSVG {
		transform:scale(0.6,0.6);
		top: 25px !important;
		bottom:auto;
		margin-left:auto;
	}
}

#closefilters,#cancelfilters,.layered_block_button,#layered_block_title {
  display:none;
}

.submit2 {
    text-align:center;
}
@media (min-width: 480px) {
    .hide-sm {
        display:none !important;
    }
}
@media (max-width: 991px) {
    .jms-row.header-bar .mega-menu, .jms-row.header-bar .menu-icones {
        padding-left:15px;
        padding-right:10px;
    }
	.jms-row.header-bar .layout-column.navbar-logo-mobile {
		    text-align: center;
	} 
}
@media (max-width: 480px) {
	#trustlogo {
	position:relative;
	z-index:1000;
	float:none;
	text-align:center;
	}

	.bs-wizard {
		margin-top: 0px;
	}
	.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {font-size: 0.66em;}
	.bs-wizard > .bs-wizard-step .bs-wizard-info {font-size: 0.46em;}

	#cart_summary th {
		font-size: 9px !important;
	}
	.cart_description .price, .cart_description .old-price, .cart_description span, .cart_total span {
		font-size: 11px !important;
	}
	#cart_summary.table-bordered > tfoot > tr > td {
		font-size: 11px !important;
	}

	.collection {
		padding-bottom: 70px;
	}
	.collection .backcollection,.collection .collectionimage {
		width:100%;
	}
	.collection .collectiontitre {
		width:100%;
		position:relative;
	}

	.collection .collectionproduits,.collection:nth-child(odd) .collectionproduits {
		width:100%;
		right: 0;
	}
	.collection:nth-child(odd) .collectionproduits {
		left:0;
	}
	.collection .collectionproduits .preview {
		width:125px;
	}


	#mainSVG {
		transform:scale(0.5,0.5);
		top: -80px;
		bottom:auto;
	}
	.our-story .custom-box .custom-title {
		position: static !important;
		min-height:250px;
	}
	.custom_block .custom-title h1 span,.our-story .custom-box .custom-title h1 span{
		--top: 25%;
	}
	.custom_block .custom-title {
		position: relative;
		min-height: 250px;
	}

	header .topbar .layout-column.topbar-right .addon-box {
		float:none;
	}
	.topbar .topbar-right{
		padding-right:10px !important;
    text-align: right !important;

	}
	.topbar p {
		margin:0;
	}
	.box.ajax_cart_quantity {
		display:inline-block !important;
	}
	#cart_block .shoppingcart-box {
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12) !important;
		left: auto !important;
		min-width: 340px !important;
		padding: 0 !important;
		right: 0 !important;
	}
	select.attribute_select {
		width: 270px !important;
		height: 48px;
		border:solid 2px #1C1F23 !important;
		border-radius:0;
	}
	#attributes,fieldset.attribute_fieldset {
		margin:0 !important;
		padding:0 !important;
	}
	.attribute_list.product-options {
		width:100%;
	}
	#more_info_block .nav-tabs > li > a {
		padding:10px 15px !important;
	}



	.content-aside #PPmiroirvirtuel{
		display:none;
	}
	.view-modes {
		display:none;
	}
  .footer_links > li {
    display: block;
        text-align: center;
  }

  #content-wrap .btn-default {
    padding: 4px 10px;
  }

  #button_order_cart{
    padding: 4px 50px !important;
  }
  .checkout-info-back #button_order_cart {
	padding: 4px 10px !important;
  }

  select.form-control {
    min-width:0;
    max-width: 100%;
  }
  #order #content-wrap #center_column sidebar #stickyorder .btn-default {
    margin: 5px;
    width: auto;
    display: block;
	background-color: #1c1f23 !important;
    color: #fff !important;
	font-size: 13px !important;
    font-family: avalonBook;
    text-transform: uppercase;
    border: solid 1px #1c1f23;
    box-shadow: none;
    padding: 10px;
  }

    #my-account .page-heading,#myhometryon .page-heading, #history .page-heading,#identity .page-heading, #addresses .page-heading, #address .page-subheading,#Parrainage h2 {
        margin-top:15px !important;
        margin-bottom: 6px !important;
        padding: 0 !important;
    }
    .bannerAccount {
        padding:20px !important;
		margin-top: 5px;
    }
    .bannerAccount h3 {
        font-size: 20px !important;
    }
    .bannerAccount p {
        line-height: 16px;
        font-size: 14px !important;
    }
    .bannerAccount img {
        width:50%;
    }
    .main-page-indent,.submit2 {
        margin-top:7px;
        text-align:center;
    }
    .submit2 {
        margin-top: 7px;
        text-align: center;
        position: fixed;
        bottom: -1px;
        width: 100%;
        left: 0;
        background-color: #ffffff;
        margin: 0;
        padding: 5px;
        z-index: 1000;
        border-top: solid 1px #cccccc;
    }
    .submit2 .button.button-medium,.submit2 .button.button-medium span {
        font-family: "avalondemi";
        font-size: 17px !important;
        font-weight: 700;
        padding: 0 4px;
    }
    #content-wrap .submit2 .btn-default {
        padding:4px;
        margin: 5px;
    }
    #content-wrap .submit2 #submitPrescription,#content-wrap .submit2 #submitIdentity,#content-wrap .submit2 #submitAddress,#content-wrap .submit2 #submitSponsorFriends,#content-wrap .submit2 #validatetryon {
        background-color:#998c84;
        border-color: #998c84;
        padding: 4px 10px;
        color: #ffffff;
        margin: 0 !important;
    }
    #content-wrap .submit2 #cancelPrescription {
        padding: 4px 10px;
    }
    ul.current_list li.footerlabel {
        width: 85% !important;
    }
    ul.current_list li.footerlabel small{
        font-size: 12px !important;
    }
    ul.current_list li.footerprice {
        width: 15% !important;
    }
}


div.ctndown {
	border: solid 2px #fbbd19;
    background-color: #f8daa4;
    padding: 7px;
    font-weight: bold;
	color:#000;
	font-family: "Roboto Slab",sans-serif;
	font-size:14px;
	text-transform:uppercase;
}
div.ctndown span{
	font-size:28px;
	text-transform:capitalize;
	color:#f00;
}

.customerprescriptionsform {
	margin-top:27px;
}

#selectPrescriptionType li.orpp span {

    padding: 5px !important;
    font-size: 10px !important;
    margin-left: -14px !Important;
    margin-top: -14px !important;
}
#selectPrescriptionType li {
	border-radius:0px !important;

}

div.uploader span.action {
	background-image:none !important;
	background-color:#43A9C5 !important;
}   



.jms-megamenu .nav > li.newproducts > a {
  font-weight:bold !important;
  color:#f09819 !important;
}
.jms-megamenu .nav > li.noel > a {
  font-weight:bold !important;
  color:#ff0000 !important;
}


@media (max-width: 767px) {
	 #stickyorder_old {
		position: fixed;
		background-color: #ffffff;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 9999;
		border-top:solid 1px #cccccc;
		height:50px;
		max-height:50px;
	  }
    .content-aside-inner {
        height:0;
        overflow: hidden;
        -webkit-transition: all 1.4s;
      -moz-transition: all 1.4s;
      -o-transition: all 1.4s;
      -ms-transition: all 1.4s;
      transition: all 1.4s;
    }
    .content-aside.open .content-aside-inner {
        height:auto;
    }

    .filters-panel.open .fa-chevron-down {
        display:inline-block;
    }
    .content-aside .fa-chevron-up {
        display:inline-block;
    }
  .content-aside .fa-chevron-down {
    display:none;
  }
    .filters-panel.open .fa-chevron-up {
        display:none;
    }
    .open .layered_block_button,.open #layered_block_title {
        display:block;
    }
    .open #layered_block_title { 
        text-align:center;
        background-color:#000;
        color:#fff;
        font-family: avalonMedium;
        font-size: 16px;
        position: absolute;
        left: 0;
        top: 0;
        width:100%;
        padding:10px;
    }

  .open .layered_block_button {
    position: absolute;
    bottom: 0px;
    width:100%;
    left: 0;
    z-index: 3000;
  }
  .open #cancelfilters,.open #closefilters {
    font-family: avalonMedium;
    font-size: 14px;
    color:#fff;
    padding:10px;
    display:inline-block;
    width: 50%;
    border:1;
  }

  .open #cancelfilters {
    background-color:#fff;
    border:solid 1px #333;
	color:#333;
  }
  .open #closefilters {
    background-color:#333;
    border:solid 1px #333;
    
  }

    .content-aside .filters-panel {
        display:block;
        cursor:pointer;
            text-align: center;
    }
    .category-26 .content-aside .filters-panel,.category-26 #layered_block_left {
        display:none !important;
    }
}


@media (max-width: 480px) {

	.topbar .layout-column.topbar-left {
		display:none;
	}
}
@media (max-width: 1200px) {
	.topbar .layout-column {
		margin-top:0px;
    padding-right: 10px;
	}
}

.order-opc .breadcrumb,.order-opc .footer-navbar {
    display:none;
}



.cms-noel .breadcrumb {
	display:none;
}
.cms-noel .noel1 {
    background-image:url(/img/cms/avent/advent1.jpg);
}
.cms-noel .noel2 {
    background-image:url(/img/cms/avent/advent2.jpg);
}
.cms-noel .noel3 {
    background-image:url(/img/cms/avent/advent3.jpg);
}
.cms-noel .noel4 {
    background-image:url(/img/cms/avent/advent4.jpg);
}
.cms-noel .noel5 {
    background-image:url(/img/cms/avent/advent5.jpg);
}
.cms-noel .noel6 {
    background-image:url(/img/cms/avent/advent6.jpg);
}
.cms-noel .noel7 {
    background-image:url(/img/cms/avent/advent7.jpg);
}
.cms-noel .noel8 {
    background-image:url(/img/cms/avent/advent8.jpg);
}
.cms-noel .noel9 {
    background-image:url(/img/cms/avent/advent9.jpg);
}
.cms-noel .noel10 {
    background-image:url(/img/cms/avent/advent10.jpg);
}
.cms-noel .noel11 {
    background-image:url(/img/cms/avent/advent11.jpg);
}
.cms-noel .noel12 {
    background-image:url(/img/cms/avent/advent12.jpg);
}
.cms-noel .noel13 {
    background-image:url(/img/cms/avent/advent13.jpg);
}
.cms-noel .noel14 {
    background-image:url(/img/cms/avent/advent14.jpg);
}
.cms-noel .noel15 {
    background-image:url(/img/cms/avent/advent15.jpg);
}
.cms-noel .noel16 {
    background-image:url(/img/cms/avent/advent16.jpg);
}
.cms-noel .noel17 {
    background-image:url(/img/cms/avent/advent17.jpg);
}
.cms-noel .noel18 {
    background-image:url(/img/cms/avent/advent18.jpg);
}
.cms-noel .noel19 {
    background-image:url(/img/cms/avent/advent19.jpg);
}
.cms-noel .noel20 {
    background-image:url(/img/cms/avent/advent20.jpg);
}
.cms-noel .noel21 {
    background-image:url(/img/cms/avent/advent21.jpg);
}
.cms-noel .noel22 {
    background-image:url(/img/cms/avent/advent22.jpg);
}
.cms-noel .noel23 {
    background-image:url(/img/cms/avent/advent23.jpg);
}
.cms-noel .noel24 {
    background-image:url(/img/cms/avent/advent24.jpg);
}

.cms-noel .grid-item  {
	width: 18%;
	margin:1%;
    background-color:#fff;
}
.cms-noel .grid-item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.cms-noel .grid-item--width2,.cms-noel .grid-item--height2 {
    --background-color:#ddd;
}
.cms-noel .grid-item--width2 { width: 38%; }
.cms-noel .grid-item--width2:after {
	padding-bottom: 47.125%;
}
.cms-noel .grid-item--height2:after {
  padding-bottom: 213%;
}
.cms-noel .grid-item--height2.grid-item--width2:after {
	padding-bottom: 100%;
}




.card__front,
.card__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card__front,
.card__back {
    cursor:pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
}

.card__front,.grid-item,.card__back {
    cursor:pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card__back {
  background-color: #1C1F23;
  color:#fff;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.selected .card__back {
    background-image:url('/img/cms/avent/aubainedujour.jpg');
    background-color: #fff;
}

.card__text {
    padding:10px;
    text-align:center;
    display: block;
}
#content-wrap .card__text .btn-default,#content-wrap div.hovernoel .btn-default {
    padding: 6px 12px;
    border-color:#fff;
    color:#fff;
    display:block;
    clear:both;
}
#content-wrap div.hovernoel .btn-default {
    margin:5px;
        display: inline-block;
}
#content-wrap .selected .card__text .btn-default {
    width:50%;
    margin:auto;
    margin-top:20px;
}
.selected .card__back .card__text {
    overflow: hidden;
    font-family: "avalonBook",sans-serif;
    font-size: 16px;
    position: absolute;
    bottom: 15%;
    padding-left: 10%;
    padding-right: 10%;
}

.grid-item.effect__click.flipped .card__front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.grid-item.effect__click.flipped .card__back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.etoiles,.progressifs,.joyeuxnoel,.clip {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display:none;
}
.etoiles {
    background-image:url('/img/cms/avent/etoiles.jpg');
}
.progressifs {
    background-image:url('/img/cms/avent/progressifs.jpg');
}
.joyeuxnoel {
    background-image:url('/img/cms/avent/joyeuxnoel.jpg');
}
.clip {
    background-image:url('/img/cms/avent/clips.jpg');
}
.progressifs span {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-transform: uppercase;
    text-align:center;
    font-weight:bold;
    font-size:24px;
    font-family:'CanterBold';
}
div.hovernoel {
    position: absolute;
    bottom: 0;
    padding: 3%;
    text-align: center;
    color: white;
    font-family: 'CanterBold';
    font-size: 28px;
    line-height: 26px;
}

@media only screen and (max-width: 992px) {
    .card__back .card__text {
        font-size:11px;
    }
    .selected .card__back .card__text {
        font-size:14px;
        position: absolute;
        bottom: 10%;
    }

    #content-wrap .selected .card__text .btn-default {
        width:80%;
    }
    div.hovernoel {
        font-size: 18px;
        padding:5px;
    }
    #content-wrap div.hovernoel .btn-default {
        padding: 3px 6px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .cms-noel .grid-item  {
        width: 48%;
    }
    .cms-noel .grid-item--width2 { width: 98%; }
}

@media only screen and (max-width: 479px) {
    .card__back .card__text {
        font-size:11px;
    }
    .selected .card__back .card__text {
        font-size:14px;
        position: absolute;
        bottom: 10%;
    }
    #content-wrap .selected .card__text .btn-default {
        width:80%;
    }
}
.fieldset_8 {

}
.verres {
    margin-bottom:20px;
}
.verres .box {
    border: 1px solid #f0f0f0;
    padding: 0px 20px 15px;
    transition: all 0.2s ease-in 0s;
}
.verres .box img {
    max-width:50% !important;
}
.verres h1 {
    margin-bottom:0 !important;
    padding:0;
}
.verres h1 span {
    font-size: 38px;
}
.verres h1 span.ombre {
    top:0px;
    line-height: 43px;
}
.verres h2 {
    margin-top: 0px;
    clear: both;
}
.verres h1.right {
    float:right;
    font-size:72px;
}
.verres h1.right span {
    font-size:96px;
}
.verres h1.right span.ombre {
    line-height: 106px;
    --top:10px;
}
.verres h1.barre {
    position:relative;
    clear: both;
    padding: 0;
    margin: 0;
    font-size:14px;
    width: 154px;
    text-align: center;
}
.verres h1.barre span,.verres h1.barre span.ombre {
    font-size:14px;
    line-height:24px;
    position:relative;
}

@media only screen and (max-width: 992px) {
    .verres h1.right {
        float:none;
    }
    .verres h1.barre {
        padding:0 !important;
        margin:0 !important;
    }
}
@media only screen and (max-width: 479px) {
    .verres h1 span {
        font-size: 32px;
    }
    .verres h1 span.ombre {
        display:none;
    }
    .verres h1.right span.ombre {
        display:inline-block;
    }
    .verres h2 {
        font-size:22px;
    }


}

.wpb_alert-info {
    color: #fff !important;
    border-color: #bce8f1 !important;
    background-color: #2196f3 !important;
}

/* NOUVEL ACCUEIL */
.testimonialstop {
  margin-bottom:20px;
  margin-top:20px;
}
.enfinir {
    background-color:#1c1f24;
    color:#fff;
    padding:55px;
    text-align:left;
    font-size:11px;
    font-family:'AvalonBook';
}
.enfinir strong {
  font-size:27px;
  font-family:'AvalonDemi';
}
.enfinir p {
  margin:0;
  font-size:17px;
  line-height: normal;
  text-align:center;
}
.enfinir,.testimonial-box {
  height:175px;
  overflow:hidden;
}
.testimonial-box {
  padding:40px;
  border:solid 3px #1c1f24;
  padding-bottom:0;
  background-color: #fff;
}
.boite-box .testimonial-box, .boite-box .testimonial-comment {
  height:auto;
}
.testimonial-img {
  width:80px;
  height:80px;
  border:solid 3px #1c1f24;
  border-radius:40px;
  float:left;
  margin-right:30px;
  overflow:hidden;
}
.testimonial-img img {
  border-radius:40px;
}
.testimonial-comment {
	margin-top:10px;
    font-size: 15px;
	font-family:"avalonbook", sans-serif;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 0;
    line-height: 28px;
    color:#1d1d25;
    height: 80px;
    overflow:hidden;
    line-height: 20px;
}
.testimonial-author {
  font-family: "Roboto Slab",sans-serif;
  color:#1d1d25;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: none;
}
.show_office {
    display: inline;
    margin-top: 0px;
}
.show_office::before {
  content:' - ';
}

.prix {
  padding:33px 39px;
  margin-bottom:20px;
}
.prix-simples {
  background-color:#662581;
}
.prix-progressifs {
  background-color:#f08f02;
}
.cadre {
  border:solid 5px #fff;
  padding:40px 20px;
  text-align: center;
  color:#fff;
  font-family:'AvalonBook';
}
.cadre h2 {
  font-size:29px;
  font-weight:normal;
  text-transform:uppercase;
  margin:0;
  padding:0;
  font-family:'Avalonbook';
}
.cadre h3 {
  font-size:38px;
  font-weight:bold;
  text-transform:uppercase;
  margin:0;
  padding:0;
  font-family:'AvalonBold';
}
.cadre h1 {
  font-size:128px;
  text-transform:uppercase;
  margin:0;
  padding:0;
  margin-top:38px;
  margin-bottom:18px;
  font-family:'AvalonBook';
}
.cadre h1 sup {
  font-size:17px;
  font-weight:normal;
  text-transform:uppercase;
  color:#fff;
  font-family:'AvalonBook';
}
.cadre h4 {
  font-size:33px;
  font-weight:bold;
  margin:0;
  padding:0;
  margin-bottom:25px;
  font-family:'AvalonMedium';
}
.cadre p {
  font-size:16px;
  margin:0;
  padding:0;
  line-height: 22px;
  font-family:'AvalonBook';
}

.section-collections {
  margin-bottom:20px;
}
.section-collections .container .row {
  text-align:center;
  font-size:24px;
  text-decoration:none;
  font-family:'AvalonBook';
  padding:70px 0 35px 0;
  margin-left: 0px;
  margin-right: 0px;
}
.section-collections .container strong {
  font-size:35px;
  font-family:"AvalonDemi";
}
.section-collections a {
  color:#333;
}

.section-collections a:hover {
  text-decoration: none;
  color:#43A5DB;
}

.section-collections img {
	margin-bottom:35px;
	max-width:100%;
}


.boite-box .container {
  background-position: center;
  background-size: cover;
  background-repeat:no-repeat;
  margin-bottom:20px;
  border-left: solid 10px #fff;
  border-right: solid 10px #fff;
  margin-bottom: 20px;
}
.boite-box .layout-column {
  padding:80px 40px;
}

.box-assurances,.box-mesures,.box-verres,.box-garantie {
  text-align:center;
  color:#fff;
  position: relative;
  font-family:'AvalonBook';
}
.section-forces {
  margin-bottom:20px;
  margin-top: 20px;
}
.section-forces h2 {
  font-size:20px;
  padding:0;
  margin:0;
  margin-bottom:15px;
  font-family:'AvalonDemi';
}
.section-forces h2 span{
  display:block;
  text-align:center;
  height:40px;
  margin-bottom:15px;
  background-repeat:no-repeat;
  background-position: center;
  background-size: contain;
}
.section-forces p {
  line-height:normal;
  margin:0;
  font-size: 17px;
}
.section-forces .addon-box::before {
  content:'';
  display: block;
  padding-top:50%;
}
.section-forces .box-garantie  .addon-box::before {
  padding-top:65%;
}

.section-forces .addon-box, .section-forces .addon-box .testimonial-box {

	min-height:220px;
}
.section-forces .addon-box > div {
  position:absolute;
  top: 0;
  right: 10px;
  left: 10px;
  padding:30px;
}
.section-forces .box-testimonial .addon-box> div {
    padding:0;
}

.box-assurances .addon-box{
  background-color:#4d4d4d;
}
.box-assurances .addon-box h2 span{
  background-image:url('/img/cms/accueil/piggy-bank.png');
}
.box-mesures .addon-box{
  background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
}
.box-mesures .addon-box h2 span{
  background-image:url('/img/cms/accueil/ruler.png');
}
.box-verres .addon-box{
  background-color:#43A5DB;
}
.box-verres .addon-box h2 span{
  background-image:url('/img/cms/accueil/glass.png');
}
.box-garantie .addon-box{
  background-color:#1b59bc;
}
.box-garantie .addon-box h2 span{
  background-image:url('/img/cms/accueil/technology.png');
}

#DDOmiroirVirtuel {
	--margin:inherit !important;
}

#DDOmiroirVirtuel button, #ddoSelectDialog button {
  background-color:#000000;
    color: white;
    width: 100%;
    font-family: avalondemi;
    font-size: 15px;
}

#DDOmiroirVirtuel i {
    color: #333 !important;
}

#DDOmiroirVirtuel i:hover {
    color: #000 !important;
}

#DDOmiroirVirtuel button:hover, #ddoSelectDialog button:hover {

}

@media (min-width: 768px){
  .enfinir {
      padding: 25px;
      padding-top:25px;
  }
  .testimonial-box {
    padding: 25px;
  }
  .testimonial-comment {
      height: 100px;
  }
  .section-forces .addon-box::before {
    padding-top: 75%;
  }
  .section-forces .box-garantie .addon-box::before {
    padding-top: 105%;
  }
  .section-forces .addon-box > div {
    padding:10px;
  }
  .section-forces h2 {
    margin-bottom: 7px;
  }
  .testimonial-img {
      width: 40px;
      height: 40px;
      border-radius: 20px;
  }
  .testimonial-img img {
    border-radius: 20px;
  }
  .boite-box .container {
    background-image:url('/img/cms/accueil/box-background.gif');
  }
}

@media (min-width: 992px) {
  .enfinir {
      padding: 25px;
      padding-top:55px;
  }
  .testimonial-box {
    padding: 25px;
  }
  .testimonial-comment {
      height: 100px;
  }
  .section-forces .addon-box::before {
    padding-top: 75%;
  }
  .section-forces .box-garantie .addon-box::before {
    padding-top: 80%;
  }
  .section-forces .addon-box > div {
    padding:30px;
  }
  .section-forces h2 {
    margin-bottom: 15px;
  }
  .testimonial-img {
      width: 80px;
      height: 80px;
      border-radius: 40px;
  }
  .testimonial-img img {
    border-radius: 40px;
  }
  .section-forces .addon-box > div {
    padding-top: 15px;
  }
}

@media (min-width: 1200px) {
  .enfinir {
      padding: 55px;
  }
  .testimonial-box {
    padding: 40px 30px;
  }
  .testimonial-comment {
      height: 100px;
  }
  .section-forces .addon-box::before {
    padding-top: 50%;
  }
  .section-forces .box-garantie .addon-box::before {
    padding-top: 65%;
  }
  .section-forces .addon-box > div {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .enfinir {
    padding: 25px;
    text-align: center;
  }
  .testimonial-box {
    padding: 20px;
    height: auto;
    padding-bottom: 20px;
    text-align: center;
  }
  .testimonial-img {
    float:none;
    margin:auto;
  }
  .prix {
    padding:13px 19px;
  }
  .cadre h2 {
    font-size: 24px;
  }
  .cadre h3 {
    font-size: 34px;
  }
  .cadre h1 {
    font-size: 86px;
    margin-top: 0px;
  }
  .addon-box {
	  min-height:inherit !important;
  }
  .section-forces .addon-box::before {
    display:none;
  }
  .section-forces h2 span {
	  display:none;
  }
  .box-garantie .addon-box {
    background-color: #1b59bc;
    display: none;
   }
  .section-forces .addon-box > div {
    position:relative;
    right:0;
	left:0;
  }
  .section-forces {
    margin-bottom: 0px;
  }
  .section-forces p {
	  display:none;
  }

  .cadre p{
    display:none;
  }
  .testimonial-box {
    margin-top:20px;
    height:auto;
  }
  .boite-box .container {
    background-image:url('/img/cms/accueil/box-mobile.gif');
    background-position:bottom;
    background-size: 100%;
  }
  .boite-box .layout-column {
    padding: 0px;
  }
  .boite-box .layout-column:nth-child(2) {
    padding-top:70%;
  }

  .jms-row.header-bar.is_stuck {
    border-bottom: 1px solid #2d2d2b;
}

}

.hometryon_top,#hometryon_button,#my-account .myaccount_lnk_list li.lnk_hometryon {
    --display:none !important;
}


.bannerAccount {
  background-color:#2196f3;
  color:#fff;
  padding:10px;
  margin-bottom:40px;
  margin-top:15px;
  border-radius: 5px;
}
.bannerAccount h3 {
  color:#fff;
  font-size:36px;
  font-family: 'avalondemi';
  margin:0;
  padding:0;
  margin-bottom:10px;
  margin-top:10px;
}
.bannerAccount p {
  font-family: avalondemi;
}
.bannerAccount a.btn {
  background-color:#fff;
  color:#2196f3;
  font-weight:bold;
  text-decoration:none;
  border:solid 2px #fff;
  font-family: avalonmedium;
  text-transform:none;
  padding-left:50px;
  padding-right:50px;
  font-size:16px;
  margin-top:10px;
}
.bannerAccount a.btn:hover {
  background-color:#2196f3;
  color:#fff;
}
.bannerAccount div.right {
  text-align:right;
}
#bannerDone {
  background-color:#1565c0;
}
#bannerValidated {
  background-color:#63be98;
}
#bannerFabrication {
  background-color:#efb75f;
}
#bannerWaiting {
  background-color:#d05a55;
}
#bannerFabrication {
  background-color:#efb75f;
}
#bannerFabrication {
  background-color:#efb75f;
}


@media (max-width: 480px) {
  .bannerAccount div,.bannerAccount div.right {
    text-align:center;
  }
  .bannerAccount div.right {
    padding-bottom:15px;
  }
  .bannerAccount a.btn {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
}


.attribute_group8 {
  display:none;
}


.concept {
	font-size:18px;
}

.concept p {
	line-height:28px !important;
}



/* Page Essai-a-Domicile */


.wpb_button {
    padding: 6px 30px 6px !important;
	background-color:#db285a !important;
    color: #fff !important;
	font-size:16px !important;
}

.title_white {
	text-align:center;
	display:block;
	margin-bottom:0px !important;
	color:#fff !important;
}

.btryon  {
    max-height: 420px;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}

.howtotryon  {
    margin-left: 90px;
    max-width: 380px;
    line-height: normal;
}
#cms #center_column p {
  line-height: 18px;
  font-size:15px;
}
div.verres {
	width:48%!important;
}
.verres.full,.verres:last-child.full {
	width:100%!important;
  margin-left: 0;
}

div.verres:last-child {
	margin-left:4%
}

.vc_separator.vc_separator_align_left h4 {

    font-family: 'avalondemi' !important;
    font-size: 20px;
    padding: 3px 30px !important;
    background: #1c1f23;
    color: #fff;
}

.vc_separator .vc_sep_holder {
	vertical-align:top !important;
}

.verres-prix {
    font-family: 'avalondemi' !important;
    font-size: 26px;
    margin-top: -85px;
    margin-bottom: 70px;
    margin-left: -65px;
    padding: 1px 50px;
    max-width: 140px;
    background: #1c1f23;
    color: #fff;
}
@media (max-width: 1200px) {
.howtotryon {
    margin-left: 30px;
}
}

@media (max-width: 992px) {
.howtotryon {
    margin-right: 30px;
}
}

@media (min-width:780px){
.resphowto, .respimg {
	display:none;
}

.background-prix  {
background-image:url(https://www.lunetterie-pourquoipas.ca/img/cms/prix_lunettes_pas_cher.jpg) !important;
background-size:cover !important;

    margin-right: 26px;
    margin-left: 16px;
    padding-top: 100px;
    padding-bottom: 180px;
    padding-left: 90px;
	max-height:478px;
}
}

@media (max-width: 780px) {
.howtotryon {
    width:100%;
	display:none;
}

.resphowto {
	border:0px none;
	padding-top:0px !important;
	padding-bottom:0px !important;
	margin-top:0px !important;
	margin-bottom:0px !important;
}

.steptryon{
	margin-left:30px;
	padding-top:-50px;
}

.btryon {
    max-height: 410px;
    background-size: cover;
    background-image: url('http://lunetterie-pourquoipas.ca/img/cms/Pourquoi-Pas_Try-From-Home_Square-Banner_FR.jpg') !important;
}

.background-prix  {
	background-image:none !important;
	padding:10px !important;
}

.eshop {
	display:none;
}
}


.homebanner .jms-banner {
  overflow:hidden;
}
.homebanner .jms-banner::before {
  content:'';
  display:block;
  padding-top:47.41%;
}
.homebanner .jms-banner a,.homebanner .homebannertext,.homebanner2 .homebannertext {
    position: absolute;
    bottom:10%;
}
.homebanner2 {
    margin-top: -20px;
}
.homebanner2 .img-responsive {
	width:100%;
}
.homebanner2 .homebannertext {
    width:100%;
}
.homebanner2 h3,.homebanner2 h5 {
    margin:0px;
    margin-bottom:15px;
    font-size: 16px;
    line-height: normal;
    padding: 0;
    font-family: avalonBook;
}
.homebanner2 .encard {
    background-color:rgba(255,255,255,0.8);
    border:solid 1px #000000;
    padding:70px 45px;
    max-width: 350px;
}
.homebanner2 a.button {
    background-color: #000000;
    display: block;
    width: 100%;
    padding: 5px;
    color: #ffffff;
    border: solid 1px #000000;
    text-decoration:none;
    text-align: center;
    font-family: avalondemi;
    letter-spacing: 0.01em;
    margin-top: 25px;
    margin-bottom: 0px;
}
.homebanner2 a.button:hover {
    background-color: #ffffff;
    color:#000000;
}
.homebanner .homebannertext {
  color:#000;
  font-family:'AvalonBook';
  font-size:20px;
  width:33%;
  text-align:center;
  padding-top:15%;
}
.homebanner .homebannertext.right {
  right:0;
}
.homebanner .homebannertext.white {
  color:#fff;
}
.homebanner .homebannertext p{
  margin:0;
  padding:0;
  line-height: normal;
}
.homebanner .homebannertext strong {
  font-size:32px;
  line-height:32px;
  font-family:'AvalonDemi';
  letter-spacing: 0.05em;
}
.homebanner .homebannertext a {
  position:relative;
  display:inline-block;
  padding:5px 15px;
  color:#fff;
  border:solid 1px #fff;
  font-family:'avalonmedium';
  font-size:14px;
  color:#fff;
  margin-top:30px;
  margin-left: 10px;
  margin-right: 10px;
  text-transform: uppercase;
}
.homebanner .homebannertext a:hover {
  text-decoration:none;
  background-color:#fff;
}

.homebaseline {
  color:#000;
  font-family:'AvalonBook';
  font-size:20px;
  padding:20px;
}
.homebaseline strong {
  font-size:24px;
  font-family:'AvalonDemi';
}
.homefeatured {
  margin-bottom:50px;
}
.homefeatured.titre {
  margin-bottom:10px;
  margin-top: 30px;
}

.homefeatured .product-carousel {
  padding-right:20px;
}
.homefeatured .product-carousel .preview {
  height: 150px;
  overflow: hidden;
  vertical-align: middle;
}
.homefeatured .product-carousel .preview .product-image {
  margin-top: -10%;
  display: block;
}

.homefeatured .owl-dots {
  display:block !important;
}
.homefeatured .owl-theme .owl-controls {
  top: auto;
  padding-top: 20px;
}

.homefeatured div.row {
  display:table !important;
  width: 100%;
  table-layout: fixed;
  margin:0;
}
.homefeatured .layout-column {
  display:table-cell !important;
  float: none;
}
.homefeatured .layout-column.col-lg-4 {
  text-align:center;
  vertical-align: middle;
  border:solid 1px #000;
}

.homefeatured,.homefeatured a {
  color:#000;
  font-family:'AvalonBook';
  font-size:20px;
}
.homefeatured .product-info a {
  font-weight:bold;
  font-size:14px;
}

.homefeatured strong {
  font-size:30px;
  font-family:'AvalonDemi';
  padding-right: 20px;
}

.homefeatured div.box {
  font-family: 'AvalonBook';
  font-size: 28px;
}
.homefeatured div.box strong {
  padding-right: 0px;
}
.homefeatured .product-preview {
  margin-bottom:10px;
}

.homepointsforts {
  margin-top:15px;
}
.homepointsforts .testimonial-box {
  border:0px;
}
.homepointsforts .box-assurances .addon-box {
  border:solid 1px #218be8;
  background-color:#218be8;
}
.homepointsforts .box-assurances .addon-box p {
  font-family:'AvalonBook';
  font-size:16px;
  line-height: normal;
  font-weight:bold;
  padding:10px;
  margin:0;
}
.homepointsforts .testimonial-carousel {
  text-align:left;
}

.homelistepoints {
  line-height: normal;
  font-family:'AvalonBook';
  font-size:16px;
  margin-top:20px;
}
.homelistepoints div.addon-box div {
  border-bottom:solid 1px #000;
  max-width: 80%;
  margin: auto;
}
.homelistepoints div.addon-box div:last-child {
  border:0;
}
.homelistepoints div.addon-box span {
  padding:10px;
  padding-left:20px;
  display:inline-block;
}
.homelistepoints div.addon-box span.icone {
  width:70px;
  text-align:center;
  border-right:solid 1px #000;
  padding:10px
}



.homeconseils {
  padding-top:80px;
  padding-bottom:30px;
  line-height: normal;
  font-family:'AvalonBook';
}
.homeconseils p {
  line-height: normal;
  font-family:'AvalonBook';
  font-size:16px;
}

.homeconseils a {
  display:inline-block;
  padding:5px 15px;
  color:#fff;
  border:solid 1px #fff;
  background-color:#218be8;
  font-family:'AvalonBook';
  font-size:16px;
  color:#fff;
  margin:10px;
  margin-top:30px;
}
.homeconseils a:hover {
  text-decoration:none;
  color:#fff;
  background-color:#000;
}

.commentfairetitre {
  background-color:#f2f2f2;
  border-top:solid 1px #868686;
  padding-top:35px;
  padding-bottom:35px;
  margin-top:30px;
}
.commentfairetitre h2 {
  font-family: AvalonBold;
}
.commentfaire strong {
  font-family: AvalonDemi;
  font-size:24px;
}

.commentfaire {
  background-color:#f2f2f2;
  border-bottom:solid 1px #868686;
  padding-bottom:35px;
  margin-bottom:30px;
  line-height:24px;
  font-family: AvalonBook;
}
.commentfaire img {
  margin-bottom:30px;
}

@media (max-width:767px){
  .homelistepoints {
    font-size:12px;
  }
  .homelistepoints div.addon-box div {
    max-width: 100%;
    margin: auto;
  }
  .homebanner .homebannertext {
    font-size: 12px;
    width:60%;
    padding-top: 5%;
  }
  .homebanner .homebannertext strong {
    font-size: 14px;
  }
  .homebanner .homebannertext a {
    font-size: 12px;
  }
  .homefeatured .layout-column {
    display:table-cell !important;
    float: none;
    width:100%;
  }
  .homefeatured .layout-column.col-lg-4 {
    display:none !important;
  }
  .homefeatured .product-carousel .preview {
    height: auto;
  }
  .homefeatured strong {
    font-size:20px;
  }
  .homefeatured a {
    font-size:14px;
  }
}


span.oldlpp {
  font-family: avalonMedium;
  font-size: 18px;
  position: relative;
}
span.oldlpp:before {
  content: '';
  border-top: solid 1px #000;
  width: 100;
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
}

#attributes span.oldlpp {
  float: right;
  font-family: AvalonBook;
  font-size: 14px;
  color: #5b5e63;
}



.pasdeboutique li {
  list-style-type: disc;
  color: #fff;
}

img.enfant-sticker {
    width: auto !important;
    position: absolute;
    top: 15px;
    right: 10px;
}


/* ACCUEIL EFFET HOVER */
.section-layla {
  margin-bottom:35px;
}
.lpp-grid {
    position: relative;
    margin: 0 auto;
    --padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}
.lpp-offredujour {

}
.lpp-offredujour img {
  width:100%;
    margin-top:10px;
}
/* Common style */
.lpp-grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.lpp-grid figure img {
    position: relative;
    display: block;
    width: 100%;
    opacity: 1;
}

.lpp-grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lpp-grid figure figcaption::before,
.lpp-grid figure figcaption::after {
    pointer-events: none;
}

.lpp-grid figure figcaption,
.lpp-grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.lpp-grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.lpp-grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.lpp-grid figure h2 span {
    font-weight: 800;
}

.lpp-grid figure h2,
.lpp-grid figure p {
    margin: 0;
}

.lpp-grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
.lpp-grid figure a.calltoaction,.lpp-grid a.calltoaction {
    padding:10px;
    background-color:#fff;
    border:solid 2px #fff;
    color:#000;
    position: absolute;
    bottom: 40px;
    width:50%;
    left:25%;
}
.lpp-grid figure:hover a.calltoaction,.lpp-grid:hover a.calltoaction {
  background-color:transparent;
  color:#fff;
}
figure.effect-layla {

}

figure.effect-layla img {
    height: auto;
}

figure.effect-layla figcaption {
    padding: 35px;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}

figure.effect-layla figcaption::before {
    top: 25px;
    right: 15px;
    bottom: 25px;
    left: 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
    top: 15px;
    right: 25px;
    bottom: 15px;
    left: 25px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

figure.effect-layla h2 {
    padding-top: 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    text-transform: none;
    font-size: 24px;
    font-family: 'avalonBook';
}

figure.effect-layla p {
    padding: 0.5em 2em;
    text-transform: none;
    font-family: 'avalonBook';
    font-size:18px;
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
    line-height: normal;
}
figure.effect-layla p a {
  background-color:#fff;
  padding:5px;
  margin-top:5px;
}
figure.effect-layla img,
figure.effect-layla h2 {
    ---webkit-transform: translate3d(0,-30px,0);
    --transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
    opacity: 1;
    ---webkit-transform: translate3d(0,0,0);
    --transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.lpp-temoignages {
  background-color:#faf9f5;
  margin-top:20px;
}
.lpp-temoignages h3 {
  display:block;
  text-align:center;
  margin-top:45px;
  margin-bottom:20px;
  font-family: avalonBold;
}
.box-white {
  background-color:#fff;
  margin:5px;
  padding:20px;
  text-align:center;
  font-family: 'AvalonBook';
  font-size:16px;
  margin-top:70px;
  min-height: 270px;
  margin-top: 30px;
  margin-bottom: 45px;
}
.box-white .profile {
  width:70px;
  height:70px;
  border-radius: 35px;
  overflow: hidden;
  vertical-align: middle;
  margin:auto;
  margin-top:-60px;
}
.box-white .profile img {
  width:70px;
}
.box-white .client {
  margin-top:10px;
}
.box-white .tetoiles {
  height:14px;
  display: block;
  margin-top:10px;
  margin-bottom:20px;
  background-repeat:no-repeat;
  background-position: center;
}
.box-white .t5etoiles {
  background-image:url('/img/cms/service-5-etoiles.png')
}

.lpp-boutique {
background-color:#ffffff;
}
.lpp-equipe {
  background-color:#cf9083;
}
.lpp-equipe .equipe {
  color:#fff;
  text-align:center;
  font-family: 'avalonBook';
  padding-top:30px;
  padding-bottom:30px;
}
.lpp-equipe .equipe h3{
  font-family: 'avalonDemi';
  display: block;
  color:#fff;
}
.lpp-equipe .equipe a {
  padding:5px;
  padding-left:20px;
  padding-right:20px;
  border:solid 1px #fff;
  background-color:#e66f57;
  color:#fff;
  text-decoration:none;
  margin-top:10px;
  display: inline-block;
  cursor:pointer;
}
.lpp-equipe .equipe a:hover {
  background-color:#fff;
  color:#e66f57;
}
.lpp-equipe .equipe-image {
  padding-top:30px;
}


.revesdenfants {
  background-color: #fff;
  padding:5px;
  padding-top:20px;
  padding-bottom:20px;
}
.revesdenfants a.button {
  background-color: #52c8ec;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  width: 70%;
  display: inline-block;
  text-align: center;
  margin:auto;
}
.revesdenfants p {
  line-height:normal;
}

@media (max-width: 480px) {
  .revesdenfants a.button {
    margin-bottom:40px;
  }
}

#cart_summary .essai {
    margin-left: -40px;
    margin-right: -40px;
    padding: 10px 20px;
    font-size: 12px;
    border: solid 1px #ccc;
}

#cart_summary .satisfaction strong {
  color:#ffffff;
  font-family:'AvalonBook';
  font-size:18px;
  text-transform:uppercase;;
}
#cart_summary .satisfaction a {
  color:#ffffff;
  text-decoration:underline;
}

@media (max-width: 480px) {
  .satisfaction {
    font-size:11px;
  }
  .satisfaction strong {
    font-size:12px;
  }
  .homebanner2 h3 {
    line-height: 1.05em;
    font-size: 2em !important;
  }
   .homebanner2 h5 {
      margin-bottom: 15px !important;
     font-size: 16px !important;
    }
    .homebanner2 h5 strong {
        display:none;
    }
}

@media (max-width: 991px) {
    .homebanner .tp-caption.large_text,.homebanner .tp-caption.medium_text,.homebanner .tp-caption.big_black_button,.homebanner .tp-caption.small_text {
     margin-left: 50px !important;
    }
    .homebanner2 .homebannertext {
        position: absolute;
        top: 0;
        bottom:0;
        padding-top: 0px;
    }
    .homebanner2 .container {
        width:100%;
    }
    .homebanner2 .encard {
        padding: 35px 30px;
        position: absolute;
        bottom: 0;
        top: 0;
        border:0;
        text-align: center;
    }
    .homebanner2 h3, .homebanner2 h5 {
        margin-bottom:15px;
        font-size: 16px;
    }
    .homebanner2 a.button {
        margin-bottom: 55px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .homebanner2 .encard {
         padding: 55px 30px;
         position: absolute;
         bottom: 0;
         top: 0;
         border: 0;
         text-align: left;
    }
    .homebanner2 .homebannertext {
         position: absolute;
         top: 0;
         bottom: 0;
         padding-top: 0;
         border-bottom: 1px solid #000;
    }
    .essaiprix {
     margin-top: -40px;
    }

}



body.index h3 {
  font-family:'avalonBold';
  color: #000;
  font-size: 1.8em;
}
.prixsimples, .memeprix, .tropcher {
  padding:22px 60px;
  position: relative;
  margin-bottom:20px;
  display: block;
  font-size: 1.1em;
}

.prixsimples {
    background-color: #33313a;
    color: #ffffff;
    --margin-top: 15px;
    z-index: 900;
}
.prixsimples h2{
    font-family: 'AvalonBook';
    margin: 0px;
    padding: 0;
    text-align: center;
    font-size: 1.3em;
}
body.index .prixsimples h3{
    font-size: 1.3em;
    color: white;
    text-align: right;
    font-family: 'avalonBook';
}

	
	

#cms .prixsimples {
    margin-top: 0px;
}
#cms .prixsimples strong{
  margin-bottom: 5px;
  display: inline-block;
}

.prixsimples h4,.prixsimples h5 {
  font-family:'avalonBold';
}
.prixsimples h4 {
  margin-bottom: 20px;
  text-align: left;
  border-bottom:solid 1px #ffffff;
}

.prixsimples h5,.prixsimples hr {
  display: block;
  clear: both;
  text-align: center;
  font-family: avalonBook;
  font-size: 14px;
  border-top: dotted 1px #fff;
  border-bottom: dotted 1px #fff;
  padding: 3px;
}
.prixsimples hr {
  border-bottom:0;
  margin: 0;
}

.prixsimples ul {
  margin-top: 10px;
}
.prixsimples li {
  width: 33%;
  padding:7px;
  display: inline-block;
  float: left;
  text-align: center;
  font-size: 12px;
  font-family: 'avalonBook';
}

.prixsimples ul.montures {
  width:66%;
  margin:auto;
}
.prixsimples ul.montures li {
  width:50%;
}

.prixsimples li span {
  font-size: 18px;
  font-family: 'avalonDemi';
  display: block;
}
.prixsimples li input {
  display: block;
  clear: both;
  margin: auto;
  margin-bottom:5px;
}
.prixsimples li div.radio {
  width: 26px;
  height: 26px;
  display: block;
  margin: auto;
}
.prixsimples li div.radio span {
  width: 26px;
  height: 26px;
  background-size:64px;
  background-position: 0 -33px;
  background-image: url('https://www.lunetterie-pourquoipas.ca/img/cms/radio_button_group.png');
}
.prixsimples li div.radio span.checked {
    background-position:  0 -4px;
}
.prixsimples li div.radio span input {
  width: 26px;
  height: 26px;
  left: 0;
  top: 0;
}
.prixsimples div.total {
  display: block;
  clear: both;
  padding: 5px;
  text-align: center;
  font-family: avanlonBold;
  font-size: 22px;
}
.prixsimples form {
  margin-bottom: 10px;
}
.prixsimples div.contact {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  border-top: solid 1px #fff;
  padding: 5px;
  background-color: #f99d1e;
}


.memeprix {
  background-color:#eccce6;
}
.tropcher, .tropcher:hover {
    background-color: #33313a;
    color: #ffffff;
    margin-top: -50px;
    margin-bottom: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em;
	z-index:2;
}



.faqhommesfemmes img {
  width:100%;
}
.faqhommesfemmes p {
  margin:0;
  padding:0;
}

button.nim,button.essai {
  margin:0;
  padding:0;
  border:0;
  position:relative;
  display: block;
  width:100%;
  margin-bottom:20px;
  cursor:pointer;
  overflow:hidden;
}
button.nim::before {
  display: block;
  position: relative;
  content: '';
  padding-top:70%;
}
button.nim.vertical::before {
	padding-top:124%;
}
button.nim b,button.essai b {
  position: absolute;
  margin-top: -80px;
  left:0;
  min-width: 70%;

  background: linear-gradient(to right, black 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}
button.nim:hover b,button.essai:hover b {
  background-position: left bottom;
}

button.nim b span,button.essai b span {
  padding: 10px 30px;
  display:block;
  font-size: 1.3em;
  font-family: avalonbook;
  font-weight: 100;
  transition: all .6s ease-out;
  text-align: left;
}
button.nim:hover b span,button.essai:hover b span{
  color:#ffffff !important;
}
button.nim .img-responsive {
  width:auto;
  height:auto;
  max-width: 1000px;
  position: absolute;
  top: 0;
  left: 0;
}
button.nim.vertical .img-responsive {
  width:100%;
	height:auto;
}
button.essai .img-responsive {
  width: 100%;
  max-width: 100%;
}

.tropcher svg.icon--arrowlong,.faqhommesfemmes svg.icon--arrowlong,.collectionsection svg.icon--arrowlong  {
  height: 14px;
  display: inline;
  width: 30px;
  margin: 0;
  vertical-align: middle;
  transition: all .6s ease-out;
}
button.nim:hover svg.icon--arrowlong,button.essai:hover svg.icon--arrowlong {
    stroke:#ffffff;
    fill:#ffffff;
}

.faqhommesfemmes svg.icon--arrowlong,.collectionsection svg.icon--arrowlong {
  float: right;
  margin-top: 10px;
}

.faqhommesfemmes ul {
  display:block;
  width:100%;
  margin:0;
  padding:0;
  position:relative;
}
.faqhommesfemmes li {
    padding:10px 20px;
    font-family: 'AvalonBook';
    font-size: 0.99em;
    color: #000;
}
.faqhommesfemmes li.question {
  border-bottom:solid 1px #333999;
  background: linear-gradient(to right, black 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .3s ease-out;
  background-repeat: no-repeat;
}
.faqhommesfemmes li.reponse {
  padding:40px;
  position: absolute;
  background:#000000;
  color:#ffffff;
  width: 100%;
  left: 20%;
  margin-left: 80%;
  margin-top: -46px;
  opacity:0;
  visibility: hidden;
  border: 0;
  transition-delay:5s;
  transition-property: visibility opacity;
  transition-duration:0s;
  transition-delay:0.3s;
  transition-timing-function: linear;
}
.faqhommesfemmes li.question:hover {
  background-position: left bottom;
  color:#ffffff;
}
.faqhommesfemmes li:hover + li.reponse {
  opacity:1;
  visibility: visible;
}

.faqhommesfemmes h3 {
  text-align:center;
  display:block;
  margin-top:40px;
  margin-bottom:20px;
}



body#index .messagetop,body#category .messagetop{
  margin-bottom: 0px;
      background: #000;
}
header .messagetop .addon-box {
  float: none;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.messagetop a,.messagetop a:hover {
  text-decoration:none;
  --display:block;
}
.messagetop p {
  margin:0;
	display:block;
  padding: 0;
  line-height: initial;
}
.messagetop span {
  font-size: 14px;
  font-family:'avalonDemi';
  display:inline-block;
  padding:5px 10px;
  font-style: italic;
  line-height: initial;
  margin:5px;
}
.messagetop span.banner_desc,.messagetop span.banner_code {
  background-color:#ffffff;
}
.messagetop span.banner_date {
  background-color: rgba(0, 0, 0, 0.5);
  color:#ffffff;
}
.messagetop i {
  font-size: 14px;
  font-family:avalonBook;
  display:inline-block;
  color:#fff;
  font-style: normal;
  margin-left: 20px;
}
.messagetop a#fbconditions {
  color:#fff;
  font-size: 12px;
  font-family:avalonBook;
}

span.countdown-container, span.countdown-container span {
    display: inline;
    background-color:transparent;
    line-height:normal;
    padding:1px;
}
span.countdown-row {
  border:solid 0px #fff;
  background-color:transparent;
  padding:3px;
}
.countdown.is-countdown {
    margin-top: 0px;
    display:inline-block;
    border:solid 0px #fff;
    background-color:transparent;
}
span.countdown-section {
    border: 0;
    display: inline-block;
    height: auto;
    text-align: center;
    width: auto;
	background-color:#000;
	color:#fff;
    margin:0;
    padding:7px;
	padding-top:0px;
	padding-bottom:0px;
	margin-right: 10px;
    line-height: 30px;
}
.countdown-section .countdown-period {
    display: inline-block;
    font-family: "AvalonDemi", sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 50%;
	margin-left:5px;
}
.countdown-section .countdown-amount {
    display: inline;
    font-family: "AvalonBook", sans-serif;
    color: #fff;
    margin:0;

}

.homebanner {
  --height: 100vh;
  display: table;
  width: 100%;
  --background-image:url('https://www.lunetterie-pourquoipas.ca/img/cms/slider-accueil-automne.jpg');
  background-size:cover;
  background-position: top right;
  margin-top:-20px;
}
.homebanner .container,.homebanner2 .containerimage {
    bottom: 0;
    padding-left: 0;
    padding-right:0;
    width:100%;
}
.homebanner .container .centerbanner {
    max-width:1160px;
    margin:auto;
    padding-left:15px;
}

.homebanner .layout-column.col-lg-12 {
    padding:0 !important;
}

.homebanner > .row {
  --display: table-cell;
  display:block;
  margin: 0;
  vertical-align: middle;
}
.homebanner h1 {
  z-index: 2;
  min-height: 0px;
  min-width: 0px;
  white-space: nowrap;
  line-height: 40px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  font-size: 45px;
  opacity: 1;
  transform: none;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  text-shadow: rgba(0, 0, 0, 0.498) 0px 2px 5px;
  font-family: avalonmedium;
  line-height:45px;
  margin-bottom:30px;
  font-size: 3.90vw;
}
.homebanner h2 {
  z-index: 4;
  min-height: 0px;
  min-width: 0px;
  white-space: nowrap;
  line-height: 2vw;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  visibility: visible;
  opacity: 1;
  transform: none;
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px;
  font-family: Arial;
  margin-bottom:5px;
  font-size: 1.30vw;
}
.homebanner a.button {
  z-index: 5;
  min-height: 0px;
  min-width: 0px;
  white-space: nowrap;
  line-height: 22px;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  visibility: visible;
  opacity: 1;
  transform: none;
  background-color: #ffffff;
  color:#000000;
  border: solid 1px #ffffff;
  white-space: nowrap;
  line-height: 36px;
  border-width: 1px;
  margin: 0px;
  padding: 0px 10px;
  font-size: 16px;
  font-family: avalonmedium;
  margin-top:20px;
  margin-right:10px;
  float:left;
  font-size: 1.20vw;
  border:solid 1px #000;
  text-decoration: none;
}

.homebanner a.button:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 1);
}
#categoryback {
  width: 100vw;
   position: relative;
   margin-left: -50vw;
   margin-top: 0px;
   left: 50%;
}
#categorybanner {
  position: relative;
  margin-top:0px;
  margin-bottom:0px;
  border-bottom: solid 1px black;
}
#categorytxt {
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  bottom: 0;
  font-family: avalonMedium;
  font-size: 13px;
}
#categorytxt ul {
  display: none;
  width: 50%;
}
.category-5 #categorytxt ul,.category-19 #categorytxt ul {
  margin-left:auto;
}
.category-5 #categorytitre,.category-19 #categorytitre {
  text-align: right;
}
#categorytxt li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width:25%;
}
#categorytxt li img {
  display: block;
  max-width: 100%;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
#categorytitre {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  font-family: avalonDemi;
  font-size:30px;
  color:#ffffff;
}

.homebanner2 .placeholder {
    position: absolute;
    top: 10%;
    width: 40%;
	left:5%;
    display: block;
    color: white;
	background-color: #ffffffc9;
    padding: 45px 25px;
}
.homebanner2 .placeholder h2 {
padding: 0;
color: #33313a;
}
.homebanner2 .placeholder h2.subtitle {
margin-top: 0;
    paddin-top: 0;
    font-size: 24.5px;
}
.homebanner2 .placeholder h1 {
    margin: 0;
    font-family: 'avalonBook';
    line-height: initial;
    padding: 0;
    font-size: 46px;
    text-shadow: none;
	color: #33313a;
}
.homebanner2 .placeholder strong {
	font-size: 140px;
    text-transform: uppercase;
	font-weight: 300;
    margin-bottom: 20px;
    display: inline-block;
	font-family: avalonMedium;
}
.homebanner2 video {
	width: 100%;
    max-width: 100%;
}
.homebanner2 .placeholder strong.promo {
	padding:5px;
	border: solid 1px #33313a;
	display:inline-block;
	margin-bottom:10px;
}

.homebanner2 .placeholder a, .prixsimples a {
    color: #33313a;
    font-size: 16px;
    padding: 5px 15px;
    border: solid 1px #33313a;
    border-radius: 15px;
    margin-left: 25px;
    text-decoration: none;
    margin-top: 25px;
    display: inline-block;
    background-color: transparent;
}
.homebanner2 .placeholder a:hover, .prixsimples a:hover {
    background-color: #33313a;
    color: #ffffff;
	text-decoration:none;
}

@media (max-width: 1024px) {
    .homebanner a.button {
        font-size: 2.0vw;
    }
}

@media (max-width: 768px) {
  .faqhommesfemmes li {
    background: none;
    padding: 10px 0px;
    font-size:0.8em;
  }
  .faqhommesfemmes li.question {
    cursor: pointer;
  }
  .faqhommesfemmes li.question::after {
    content:'+';
    float:right;
  }
  .faqhommesfemmes li.reponse {
    background: none;
    position: relative;
    color:#000000;
    width: 100%;
    left: 0;
    margin-left: 0;
    margin-top:0;
    opacity: 1;
    visibility: visible;
    transition-delay:0s;
  }
  .faqhommesfemmes li.question:hover {
    font-weight:bold;
    background-position: right bottom;
    color: #000000;
  }
  .faqhommesfemmes li:hover + li.reponse {

  }
  .faqhommesfemmes ul {
    margin-bottom: 20px;
  }
  .prixsimples {
    --margin-top:15px;
    font-size: 1.0em;
  }
  .prixsimples, .memeprix, .tropcher {
    margin-bottom: 0px;
  }
  body.index .essayerchezvous h3 {
    font-size: 1.4em;
    margin-top:80px;
  }
  .homebanner a.button {
    font-size: 2vw;
  }
  #categoryback,#categorybanner {
    margin-top:0px;
    margin-bottom:0;
  }
  #categorytxt {
    
  }
  #categorytxt {
    font-size: 6px;
    vertical-align: top;
  }
  #categorytxt li {
    vertical-align: top;
  }
  #categorytxt li img {
    max-width: 70%;
  }
  #categorytitre {
    font-size: 20px;
    bottom: 5px;
  }
  .homebanner .container {
    margin-bottom: 7%;
  }
  .homebanner .homebannertext strong{
    font-size: 22px;
    line-height:22px;
  }
  .homebanner .homebannertext a {
    margin-top: 10px;
  }
  .homebanner .homebannertext {
    padding-top: 10%;
  }
}
@media (max-width: 480px) {
  .prixsimples {
    --margin-top:15px;
    margin-bottom: 0px;
  }
  #cms .prixsimples {
    font-size: 14px;
  }
  .tropcher {
    margin-bottom:0;
    font-size:0.99em !important;
  }
  .prixsimples, .memeprix, .tropcher {
    padding: 12px 30px;
  }
  #cms .prixsimples {
    padding: 12px;
  }
  #optionsdispos {
    display:none;
  }
  a#voirlesoptions {
    display:block;
    text-align:center;
    text-decoration: none;
    font-style: italic;
    text-align: center;
    color:#ffffff;
  }
  .faqhommesfemmes h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.4em;
  }

  button.nim b,button.essai b {
    margin-top: -40px;
  }
  button.nim b span,button.essai b span {
    padding: 0px 10px;
  }

  .messagetop {
    background-size:cover;
    background-repeat:no-repeat;
    text-align: center;
    margin-top: -1px;
  }
  .messagetop span {
    font-size: 11px;
    padding: 7px;
  }
  body#index .messagetop,body#category .messagetop{
    margin-bottom: 0px;
  }
  .messagetop span.banner_desc {
    display:inline-block;
    margin-bottom: 5px;
  }
  .messagetop span.banner_code,.messagetop span.banner_date {
    display: inline-block;
    margin: 0;
    font-size: 11px;
  }
  #fbconditions {
    display:inline-block;
  }
  .homebanner {
    display:none;
  }
  #categoryback,#categorybanner {
    margin-top:0;
    display: none;
  }
  #categorytxt {
    --display:none;
  }
  .container.page-content {
    margin-top: 0px;
  }
  #category .container.page-content {
    margin-top: 0px;
  }
  .essayerchezvous {
    padding-top:0px;
  }

  body.index .essayerchezvous h3 {
    font-size: 1.1em;
    text-align: center;
    margin-top:11px;
  }
  .product_list .item.ajax_block_product {
    width: 100%;
	padding: 0;
  }
  .product_list .old.price {
    padding-top: 5px;
  }
  
  .homebanner2 .homebannertext,.homebanner2 .encard {
    position: relative;
  }
  .homebanner2 .encard {
    text-align:center;
    padding: 0; 
    padding-top: 25px;
    margin: auto; 
    float: none;
    border: none;
    margin-bottom: 30px;
  }
  
  .homebanner2 .placeholder h1 {
		font-size: 25px !important;
		padding-left: 0px;
}

.homebanner2 .summersale .placeholder h1 {
	font-size: 55px !important;
}
.homebanner2 .summersale .placeholder {
    bottom: 20% !important;
}

.homebanner2 .placeholder strong {
		font-size: 100px;
		font-weight: 300;
		text-transform: uppercase;
	}
.homebanner2 .placeholder a {
	font-size: 12px;
}

  
  
	.homebanner2 .placeholder {
		top: 40px;
		text-align: left;
		left: 20px;
		right: 20px;
		width: auto;
	}
	.homebanner2 .placeholder h2.subtitle {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.homebanner2 .placeholder a {
		margin-top:0px;
		margin-left:0;
		margin-right: 15px;
		padding: 5px 15px;
		font-size: 14px !important;
	}
/* 	.homebanner2 .placeholder h2 strong.promo {
		font-size: 16px;
		font-weight: 300;
		text-transform: uppercase;
		margin-bottom: 0px;
		position: absolute;
		right: 10px;
		top: 5px;
		padding: 5px;
		border: solid 1px black;
	}	 */
	
}

.taille i {
	font-style: normal;
	padding: 3px;
	background-color: #1c1f23;
	color: #fff;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	margin-right: 4px;
    margin-left: 10px;
}
#productname .taille i {
    display:none;
}

.deal {
  border: 1px solid #f00;
  padding:5px;
  position: relative;
  color:red;
  margin-top:10px;
  margin-bottom: 10px;
  text-align: center;
}
.deal:after {
    content: '';
    display: block;
    background: #fff;
    border-top: 1px solid #f00;
    border-left: 1px solid #f00;
    height: 15px;
    width: 15px;
    transform: rotate(45deg);
    position: absolute;
    right: calc(0px - -35px);
    bottom: -8px;
    opacity: 1;
    transition-property: bottom,opacity;
    transition-duration: .3s;
    transition-delay: .1s;
}
.deal.blue {
    border-color: #998c84;
    color: #2887dd;
}
.deal.blue:before {
    border-top: 1px solid #998c84;
    border-left: 1px solid #998c84;
}
.deal.fou {
    border-color: #333;
    background-color: #333;
    color: white;
    text-transform: uppercase;
    font-family:'avalonBook';
	font-size: 12px;
}
.deal.fou:after {
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    background-color: #333;
}
.deal.fou i {
	display:none;
}
div.bandeausolaires {
  background-color: #f99d1e !important;
  padding: 10px;
  color: #fff;
}
div.bandeausolaires h2 {
  line-height: normal;
  padding: 0;
}
div.bandeausolaires a {
  display: inline-block;
  padding: 7px;
  border: solid 1px #fff;
  color: #fff;
}
div.bandeausolaires a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

@media (max-width: 480px) {
  div.bandeausolaires {
    text-align:center;
  }
  .homebanner2 .summersale .placeholder {
    bottom: 15% !important;
  }
}

#product #tawkchat-container {
    bottom: 60px !important;
}



.lpp-contact{
    background-color: #efe9e2;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding-top:15px;
    padding-bottom:15px;
    font-family:avalonBook, sans-serif;
    font-size:14px;
    font-weight:400;
	padding-left: 15px;
    padding-right: 15px;
}
.lpp-contact h2, #cms .lpp-contact h2 {
    margin: 0;
    line-height: normal;
    padding: 0;
    font-family:avalonBook, sans-serif !important;
    font-size:30px;
    font-weight:500;
}
.lpp-contact h2.tel {
   color: #733640;  
}
.lpp-contact form {
    position: relative;
}
footer .lpp-contact input.form-control {
    padding: 6px 0;
}
#content-wrap footer .lpp-contact .btn-default {
    background-color: #998c84;
    margin-top: 6px;
    width: auto;
    display: inline-block;
    padding: 4px 50px;
    color: #fff;
    margin-bottom: 0;
    top: -2px;
    right: 0;
}
#content-wrap footer .lpp-contact .btn-default:hover {
    background-color: #efe9e2;
	color:black;
}
footer .lpp-contact .addon-box a {
    color: #c8a894;
}
.lpp-meilleur {
    margin-bottom:20px;
}
.lpp-video {
    background-color:#733640;
    margin:0;
    padding:0;  
    margin-bottom:20px;
}
.lpp-avantages {
    padding-bottom:20px;
    background-color: #ffffff;
	border-top:solid 1px #ccc;
	padding-left: 15px;
    padding-right: 15px;
}
#order .lpp-avantages {
    background-color: #f7f6f4;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}
.lpp-avantages img {
    float:left;
    margin-right:5px;
}
.lpp-avantages p {
    line-height:normal;
}


#searchBtn {
	width:15px;
	height:22px;
	background-image:url('https://www.lunetterie-pourquoipas.ca/themes/hypnotic/img/search.svg');
	display:inline-block;
	background-size:contain;
	margin:0;
	margin-right: 10px !important;
	background-repeat: no-repeat;
}
#searchClose {
	position:absolute;
	font-size:20px;
	font-weight:300;
	right:0;
}
#searchresult {
    position:fixed;
    top: 0;
    left:0;
    right: 0;
    bottom: 0;
    background-color:#fff;
	z-index:2003;
}
form#searchframe {
	display:block;
	text-align:center;
	background-color:#fff;
	padding:5px 10px;
	margin:20px 0px;
}
#searchframe input {
	height: 48px;
    border-radius: 5px;
    background-color: #efefef;
    font-size: 16px;
    line-height: 24px;
	width:70%;
	font-family:'avalon';
	border:0;
	padding: 0px 10px;
}
#searchframe input::placeholder {
	text-align:center;
}
#searchframe button {
	border:0;
	background:transparent;
	height:48px;
	width:48px;
	margin-left:-48px;
	
}
#searchresult iframe {
    width: 100%;
    height: 100%;
    border: 0;
	left:0;
	top:0;
}
.noscroll {
	overflow:hidden;
}
fieldset.total {
	position: fixed;
	bottom: 0;
	right: 0px;
	left: 0;
	border-top: solid 1px #ccc;
	padding-top: 10px;
	background-color: #fff;
	z-index: 3000;
}
fieldset div.total {
	border: solid 1px #1c1f23;
   padding: 5px;
   width: 200px;
   text-align: center;
   margin: auto;
   font-family: 'avalonBook';
   font-weight: 600;
   text-transform: uppercase;
   font-size: 14px;
   margin-bottom: 20px;
   margin-top: 10px;
   position: absolute;
   top: 0;
   left: 45%;
}  
fieldset a.previous {
    padding-left: 5%;
    padding-top: 10px;
    padding-right: 10px;
    font-size: 15px;
    color: #1c1f23;
    font-family: 'avalonBook';
    position: fixed;
    top: 0;
    left: 50%;
    width: 50%;
    background-color: white;
	z-index:2500;
}

fieldset div.help {
  float: left;
  text-align: center;
  margin-top: 7px;
}
fieldset div.help i,fieldset div.help strong {
	display: block;
}

@media (max-width: 767px) {
		.accueil-right .addon-box {
		width: 50%;
		float: left;
		position: relative;
		padding-left: 10px;
		padding-right: 0px;
	}
}

@media (max-width: 480px) {
    #content-wrap footer .lpp-contact .btn-default {
        display: block;
        position: relative;
        width: 100%;
    }
    .lpp-contact h2 {
        margin-top: 30px;
    }
    .lpp-contact {
        text-align:center;
    }
	fieldset div.total {
		width: 50%;
		left: 25%;
	}
	#cart_summary .table th {
		padding-left: 0;
	}
	
	.accueil-right .addon-box:first-child {
		padding-left: 0px;
		padding-right: 10px;
	}
	
	#index .owl-stage {
		left: 18%;
	}
	#index .collectionsection .owl-stage {
		left: 25%;
	}
}

