@import "product.css";
@import "product_list.css";
@import "order.css";
@import "contact.css";
@import "jmsfont.css";
@import "shoppingcart.css";
@import "cart.css";
@import "checkout.css";
@import "order-confirmation.css";
@import "ressources_page_cms.css";
@import "basler_font.css";

html, html a {
	-webkit-font-smoothing:antialiased
}
html {
	-ms-overflow-style:scrollbar
}
body {
	font-size:13px;
	line-height:1.2;
	color:#2b2b2b;
	font-weight:300;
	font-family: DINWebPro-Regular,Helvetica,Arial,Meiryo,sans-serif;
	letter-spacing: 0.05em;
	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 {
    color: #F59D21;
    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, a.label:focus, a.label:hover{
  color:#F59D21;
  text-decoration: none;
  outline: none;
}
a:active, a:focus, input {
    outline: 0;
    outline-style:none;
    outline-width:0;
}
img {
  vertical-align: middle;
}
th, td {
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: 500;
}
td,
tr td {
}

.label {
	font-weight:500;
	color: #2b2b2b;
	font-size: 100%;
}
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: #EA5921;
}
.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 #CD1719;
    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;
}
.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,h2,h3,h4,h5,h6{
    font-family: DINWebPro-Regular,Helvetica,Arial,Meiryo,sans-serif;
}
h1 {
	font-size: 24px;
    line-height: 26px;
}
h2 {
    font-size: 21px;
    line-height: 38px;
}
h3 {
    font-size: 21px;
    line-height: 22px;
}
h4 {
    font-size: 18px;
    line-height: 20px;
}
h5 {
    font-size: 16px;
    line-height: 18px;
}
h6 {
    font-size: 14px;
    line-height: 16px;
}
table thead tr th{
    font-family: "DINWebPro-medium";
    font-size: 14px;
    line-height: 22px;
}

@media(min-width: 1440px){
	.container{
		width: 1410px;
	}

}
.container-fluid{
	padding: 0
}
.title-block{
	font-size: 24px;
	text-transform: uppercase;
	color: #444;
}
.page-heading {
    color: #3C3C3B;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.075em;
    line-height: 18px;
    text-transform: uppercase;
    font-family: DINWebPro-Regular,Helvetica,Arial,Meiryo,sans-serif;
}
.page-subheading {
    color: #000;
    font-size: 0.86em;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 24px;
    text-transform: uppercase;
}
.postcode input.uniform-input{
    background: #f6f6f6 !important;
    border-color: #f0f0f0;
}
label {
	margin-bottom: 10px;
	font-weight: 400;
}
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: DINWebPro-Regular,Helvetica,Arial,Meiryo,sans-serif;
}
.page-header {
	margin-top:0px;
}
.form-group > label {
    margin-bottom: 6px;
}
.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 {
padding-top: 45px;
}
.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
}

#product .attribut_group ul{  height: 118px;
  overflow-y: auto;}

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: #f0f0f0;
}
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: #999;
}
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: #999;
  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: #999;
}
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: #999;
}
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;
}
.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: #999999;
	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: #000;
}
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: #999;
}
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: #999;
  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: #999;
}
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: #999;
}
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: #999999;
	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: #999999;
    font-size: 12px;
    letter-spacing: 0.075em;
    line-height: 24px;
    border-color: #f0f0f0;
    height: 39px;
    width: 100%;
    border:1px solid;
    padding-left: 5px;
  }
}
select,
select.form-control,
select.inputbox,
select.input {
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance: none;
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right 0.5rem center / 2.25rem 2.25rem !important;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #d0d0d0;
    box-shadow: none;
    min-width: 80px;
    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-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: none;
    color: #666;
    font-weight: 400;
    line-height: 30px;
    overflow: auto;
    display: block;
}
thead{
	border-top: 1px solid #f0f0f0;
}
.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;
}
section.col-md-12{
		max-width: 100%;
	}
@media (max-width: 768px) {

  .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.06em;
	text-transform: uppercase;
	background-color: transparent;
	border: none;
	color: #fff;
	padding: 13px 20px;
}
.btn-default,
.button_large {
    font-size: 10px;
    background: #f7b3b3;
    letter-spacing: 0.2em;
}
.button_large {
	font-size: 14px;
    padding: 9.5px 20px;
    vertical-align: middle;
}

.button_large:hover{
	color: #000;
}
.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;
}
.shopnow:hover,
.shopnow:focus,
.shopnow:active,
.btn-active:hover,
.btn-active:focus,
.btn-active:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-mega:hover,
.btn-mega:focus,
.btn-mega:active {
	background-color: #ffb3b3 !important ;
    border:none;
    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: #333e4e;
	border: 1px solid #333e4e;
	color:#fff;
}
.btn.active,
.btn:active{
	box-shadow:none;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff !important;
    background-color: #ffb3b3 !important;
}
#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:hover {
	background: #ffb3b3;
}
#button_order_cart {
    background: #f7b3b3;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: DINWebPro-Regular,Helvetica,Arial,Meiryo,sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin: 20px 0 30px;
    width: 100%;
    text-align: center;
    border: none;
    padding:0;
    height: 40px;
}
#button_order_cart span  {
    height: 40px;
    line-height: 37px;
    text-transform: uppercase;
    width: 100%;
}
.checkout-info {
    clear: both;
    text-align: center;
}
.btn-group.open .dropdown-toggle{
	box-shadow: none;
}
#jmstools .btn-action .btn{
	padding: 0 30px !important;
}
.cart_quantity .input-group-addon {
    height: 35px;
    line-height: 35px;
    padding: 0;
    width: 35px;
	border: 2px solid #e3e3e3;
	background: none;
	border-radius: 0;
}
.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 {
	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: 1px;
   	width: 205px;
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
    left: unset;
}
.module-group-box.open > .dropdown-menu{
	padding-left:20px;
	padding-right: 20px;
	min-width: 210px;
	padding-bottom: 10px;
}
.module-group-box .dropdown-menu {
 right: 0px;
}
.module-group-box ul.dropdown-menu{
	display: block;
	opacity: 1;
	position: unset;
	border-radius: unset;
	box-shadow: unset;
	border-bottom: none;
    border-left: none;
    border-right: none;
    width: 100%;
    padding: 3px 0;
}
.module-group-box .compact-hidden:first-child ul.dropdown-menu{
	border: none;
}
.module-group-box div .btn-xs.dropdown-toggle {
    display: none;
}
.module-group-box .dropdown-menu > li > a{
	padding:10px 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 2;
}
.module-group-box .dropdown-menu a{
	padding:0;
	font-size: 13px;
	font-weight: 400;
	line-height: 2.5;
}
.module-group-box .image_language span{
	display: none;
}
 .module-group-box .language-selector li,.module-group-box .currency-selector li{
	float: left;
	padding-right:10px;
}
.module-group-box .lang li a,.module-group-box.open .currencies li a, .module-group-box.open .user-info li a {
	padding: 10px 0;
}
.user-info{
	line-height:2.5;
}
.topbar .dropdown-menu > li > a {
    color: #999;
    font-family: DINWebPro-Regular,Helvetica,Arial,Meiryo,sans-serif;
    line-height: 24px;
    padding: 3px 20px;
}
/******** HEADER **************/
#page {
    overflow: hidden;
    position: relative;
}
.jms-row {
}
header .addon-box {
	float: left;
}
.topbar .topbar-right {
    text-align: right;
}
.topbar .topbar-right  .addon-box{
	float: right;
}
.topbar {
    border-bottom: 1px solid #f6f6f6;
    display: block;
    height: 58px;
    line-height: 57px;
    margin: 0;
    width: 100%;
}
header .btn-xs.dropdown-toggle{
	line-height: 90px;
}
header .btn-xs .icon {
    display: inline-block;
    height: 23px;
    line-height: 1;
    position: relative;
    vertical-align: middle;
    width: 20px;
}
.btn-group-xs > .btn,
.btn-xs.dropdown-toggle {
	border-radius: 0;
	color: #2b2b2b;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	line-height: 1;
}
.module-group-box .user-info a {
	font-size: 14px;
	padding-left: 0;
}
.module-group-box li > a{
	padding: 10px 0;
	display: block;
}
.module-group-box .myaccount-title{
	display: none;
}
.module-group-box #block_myaccount_infos > ul {
    display: table;
    margin: 0;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 10px;
}
header .logo.img-responsive {
    display: inline;
}
.logo .addon-box a{
	line-height: 85px;
}
.topbar .btn-xs{
	line-height: 57px;
	padding: 0 35px;
	border-right: 1px solid #f6f6f6;
	display: inline-block;
	letter-spacing: 0.075em;
}
.topbar .btn-group{
	vertical-align: top;
}
.box-cart.ajax_cart_quantity {
    background: #f7b3b3 none repeat scroll 0 0;
    border-radius: 50%;
    color: white;
    line-height: 1;
    padding: 3px 5px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    font-size:12px;
}
.header-bar .search_block .addon-box {
    text-align: right;
    padding-left:14px;
}
.jms-row.header-bar {
    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;}
header .layout-column.search_block, header .layout-column.menu {
    position: static;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
#header .phone .jms-phone-1 {
    color:#00457C !important;
    margin-right: 20px;
}
/********* 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;
    overflow: hidden;
}
.jms-banner > a{
    display: inline-block;
    width: 100%;
	float: left;
}
.jms-banner > a {
    display: table;
    float: none;
    height: 100%;
    vertical-align: middle;
    width: 100%;
    position: relative;
}
.jms-banner a {
	color: #fff;
}
.jms-banner > a:before {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: transform 0.5s ease 0s;
    width:100%;
    z-index: 3;
}
.jms-banner a img {
    max-width: 100%;
    width: 100%;
	transition: transform 1s ease 0s;
}
.jms-banner:hover a > img {
    transform: scale(1.1);
}
.jms-banner:hover a:before {
    transform: scale(1.1);
}
.banner-category .jms-banner{
	margin-bottom: 20px;
}
.banner-content {
    color: #2b2b2b;
    left: 0px;
    position: absolute;
    text-align: left;
    top: 0px;
    width: 100%;
    z-index: 99;
}
.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: DINWebPro-Regular,Helvetica,Arial,Meiryo,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: DINWebPro-Regular,Helvetica,Arial,Meiryo,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;
    text-transform: uppercase;
	padding-bottom: 76px;
}
.addon-title h3 {
    font-weight: 50;
    letter-spacing: 0.07em;
	padding-bottom: 0;
	position: relative;
	line-height: 1.2;
}
.addon-title h3::after {
    content: "\e947";
    font-family: 'jmsfont';
    display: inline-block;
    font-size: 14px;
    left: 50%;
    position: absolute;
    bottom: -39px;
    transform: translate(-50%,-0%);
    color: #f7b3b3;
}
.addon-title h3::before {
	background: rgba(0, 0, 0, 0) url("../img/border.png") no-repeat scroll center center;
    content: "";
    left: 50%;
    position: absolute;
    bottom: -31px;
    transform: translate(-50%,-0%);
    width: 200px;
   	height: 2px;
}
.section-home-banner {
    color: #fff;
    font-family: DINWebPro-Regular,Helvetica,Arial,Meiryo,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: 17px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: capitalize;
	padding-bottom: 0;
	line-height: 1.2;
	margin-bottom: 12px;
	max-height: 41px;
	overflow: hidden;
}
h4.post-title.title-blog-cat{
	margin-bottom: 30px;
}
.post-meta {
    margin-bottom: 10px;
    display: table;
}
.post-meta li {
    color: #2b2b2b;
    display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 14.4px;
    font-style: italic;
}
.post-meta li span{
	color: #999;
}
.post-meta li a{
	color: #2b2b2b;
}
.post-meta li a:hover{
	color: #f7b3b3;
}
.post-intro {
    display: inline-block;
    float: left;
	margin-top: 17px;
    width: 100%;
    line-height: 1.5;
}
.post-intro p{
	margin-bottom: 0;
}
.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;
}
.post-image img {
	max-width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	width:100%;
}
.widget-tabs .nav-tabs a {
	border: 0 none !important;
    color: #000 !important;
    font-family: DINWebPro-Regular,Helvetica,Arial,Meiryo,sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.075em;
    line-height: 26px;
    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: #f8f8f8 none repeat scroll 0 0;
    text-align: center !important;
	padding: 38px 0;
	position: relative;
}
.section-services {
    background: #f6f6f6 none repeat scroll 0 0;
    clear: both;
    padding: 100px 0;
}
.service-box i{
	font-size: 32px;
	margin-right: 20px;
	vertical-align: middle;
	line-height: 1;
}
.service-box h2 {
    font-weight: 400;
    letter-spacing: 0.07em;
    line-height: 2;
    padding-bottom: 0;
    text-transform: uppercase;
	font-size: 13px;
	font-family: DINWebPro-Regular,Helvetica,Arial,Meiryo,sans-serif;
	color: #000;
	display: inline-block;
}
.service-box-content {
    background: #fff none repeat scroll 0 0;
    color: #999999;
	display: none;
    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: 2;
    margin-bottom: 0;
}
.service-box:hover .service-box-content{
    display: table-cell;
}
footer {
    margin-top: 100px;
    font-weight: 400;
}
footer .addon-title {
    padding: 0;
    text-align: left;
}
footer .addon-title::after {
    display: none;
}
footer .addon-title h3 {
    font-size: 16px;
	padding-bottom: 32px;
}
footer .addon-title h3::after, footer .addon-title h3::before {
	display: none;
}
footer #newsletter_block_left{
	text-align: unset;
}
footer #newsletter_block_left h3::after, footer #newsletter_block_left h3::before {
	display: none;
}
footer #newsletter_block_left h3{
	font-size: 16px;
	padding-bottom: 29px;
}
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 li > a {
    font-size: 13px;
    line-height: 2.5;
    font-weight: 300;
}
footer #newsletter-input.form-control {
    border-color: #dddddd;
    border-style: solid none solid solid;
    border-width: 1px;
    color: #2b2b2b;
    font-weight: 300;
    height: 50px;
}
footer .inputNew.form-control.grey.newsletter-input {
	width: 78%;
}
 footer .newsletter-btn.btn.btn-default.button.button-small {
	width: 22%;
	height: 50px;
}
footer .newsletter-btn {
    border: 0 none;
    padding: 0;
    height: 66px;
}
.find-us {
    margin-bottom: 0;
}
.find-us .divider {
    display: inline-block;
	margin-right: 17px;
}
.find-us .divider:last-child{
	margin-right: 0px;
}
.find-us .divider a {
    color: #5f5f5f;
    font-size: 18px;
    line-height: 1;
}
.find-us .divider a:hover{
	color: #f7b3b3;
}
footer .addon-box > #social_block {
    margin-top: 24px;
    margin-bottom: 20px;
    clear: both;
}
.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: DINWebPro-Regular,Helvetica,Arial,Meiryo,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;
}
.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: 40px !important;
    width: 40px !important;
	text-align: center;
	color: #999999;
}
.fraction-slider .prev{
	left: 35px !important;
}
.fraction-slider .prev:hover,
.fraction-slider .next:hover{
	background: #0352be !important;
	color: #fff;
}
.fraction-slider .prev::after {
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 40px;
}
.fraction-slider .next::after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 40px;
}
.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;
}
.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: #999999;
    font-size: 14px;
    padding: 35px 0;
    text-align: center;
}
.footer-bottom p {
    margin-bottom: 0;
}
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: "Karla",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: "Karla",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 {
	display: none;
}
.star::before {
	content: "\f006";
	display: inline-block;
    font-family: "FontAwesome";
    font-size: 12px;
    font-style: normal;
	color: #c6c6c6;
	line-height: 18px;
}
.star.star_hover::before, .star.star_on::before {
	content: "\f005";
	cursor: pointer;
}
.product-preview .rating .nbcomments {
    display: none;
}
/*********HOME PAGE 4**********/
.section-cat {
    clear: both;
}
.section-cat.livingroom {
    margin-top: -10px;
}
.section-cat .jms-banner {
    overflow: hidden;
}
.section-cat .product-info {
    text-align: center;
}
.section-cat .owl-item .item {
    margin: 0 15px;
}
.section-cat .layout-column.category-tab {
    padding: 85px 220px 0 190px;
}
.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: "Karla",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: 45px;
}

.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;
}
.custom-title h1 {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
    color: #fff;
    display: table-cell;
    font-weight: 700;
    letter-spacing: 0.2em;
    padding-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
.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;
}
/**********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: #999999;
    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: "Karla",sans-serif;
}
.section-brand.brand-home6 {
    background: #f6f6f6 none repeat scroll 0 0;
    margin-top: 100px;
    padding: 120px 0 130px;
}
/********HOME PAGE 7********/
.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;
}
.label-box {
    background: #bbdcab none repeat scroll 0 0;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0 7px;
    position: absolute;
    text-transform: uppercase;
}
.label-box.new-box {
    top:10px;
    right: 10px;
}

.label-box.sale-box {
    background: #f7b3b3 none repeat scroll 0 0;
    top:10px;
    left: 10px;
    padding: 0 6px;
}
/**
.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: #999999;
    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: "Karla",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: "karla",sans-serif;
    font-size: 17px;
    font-weight: 700;
}
.hotdeal-carousel .price.old {
    color: #999;
    font-size: 14px;
    font-weight: 400;
}
.countdown.is-countdown {
    margin-top: 16px;
}
.countdown-section {
    border: 2px solid #f6f6f6;
    display: inline-block;
    height: 60px;
    text-align: center;
    width: 60px;
    margin-right: 30px;
    padding-top: 15px;
}
.countdown-section .countdown-period {
    font-size: 14px;
    color: #999;
}
.countdown-section .countdown-amount {
    display: block;
    font-family: "Karla", sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 18px;
    line-height: 10px;
}
.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: "Karla",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#header {
    z-index: 2001;
}
.section-slider-layer.slider-8{
	margin-top: -160px;
}
.topbar.topbar2 .btn-xs {
    color: #fff;
}
.topbar2 .box.ajax_cart_quantity {
    border-color: #fff;
    color: #fff;
}
.topbar.topbar2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
    z-index: 2001;
}
.topbar.topbar2 .btn-xs {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.header-bar2 #jms_ajax_search .btn-xs.search-icon {
    color: #fff;
}
.header-bar2 .jms-megamenu .nav > li > a {
    color: #ffffff;
}
.header-bar.header-bar2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
    z-index: 2001;
}
.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: #999;
    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: "Karla",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: "Karla",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: #999999;
    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;
}
/******** PRODUCT BOX ********/
.product-preview {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.product-preview:last-child{
    text-align: center;
    margin-bottom: 0px
}
.preview {
	position: relative;
}
.product_action {
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
}
.product_action > ul {
    display: flex;
    margin:0;
    justify-content: center;
}
.product_action ul li{
	flex: 0.5 1 0;
	background: #f8bebe;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
    transition: transform 0.5s ease 0s;
	-moz-transition: transform 0.5s ease 0s;
	-webkit-transition: transform 0.5s ease 0s;
	-o-transition: transform 0.5s ease 0s;
}
.product-btn {
	background: #f8bebe;
    color: #fff;
    display: inline-block;
    padding: 7px 0px;
    width: 100%;
    cursor: pointer;

}
.product-btn:hover{
	background: #ffb3b3;
	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-btn.checking .jms-bag-4,
.product-btn.checked .jms-bag-4,
.product-btn.checking .jms-compare-2,
.product-btn.checked .jms-compare-2 {
	display: none;
}
.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(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;
	width: auto;
	height: auto;
}
.product-preview:hover  .cart-button.ajax_add_to_cart_button,
.product-preview:hover .product_action ul li{
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
}
.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: 11px;
    position: absolute;
    width: 100%;
}
/**
.product-info > a {
    color: #000;
    font-family: "Roboto Slab",sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.075em;
}
**/
.product-preview .product-info{
	text-align: left;
}
.product-info a.addToWishlist {
    float: right;
    font-size: 14px;
}
.content_price {
    margin-top: 16px;
}
.price {
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}
.old.price {
    margin-left: 11px;
    text-decoration: line-through;
    color: #8c8c8c;
    font-weight: 300;
}
.product-info {
    padding-top: 23px;
    font-weight: 400;
}
.image_swap .product-img2 {
    left: 0;
    position: absolute;
    top: 0;
	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: #efefef none repeat scroll 0 0;
    border-radius: 0;
    font-size: 11px;
    letter-spacing: 0.075em;
    line-height: 1.2;
    padding: 20px 0;
    text-transform: capitalize;
    vertical-align: middle;
	margin-bottom: 0;
}
.breadcrumb a{
	color: #999;
}
.breadcrumb a:hover{
	color: #000;
}
.category-name {
    color: #2b2b2b;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.navigation-pipe .navigation-pipe {
    font-size: 0;
}
.navigation-pipe .navigation-pipe::after {
    content: "/";
    font-size: 11px;
    margin: 0 5px;
}
.container.page-content{
}
#product header {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
/*********PRODUCT-LIST********/
.sort-select {
    display: flex;
    justify-content: end;
    text-align: right;
}
.products-sort-order .fa.fa-angle-down {
    position: absolute;
    right: 0;
    top: 0;
}
.products-sort-order .select-title span {
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 16px;
    min-width: 112px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(90% - 12px);
}
.products-sort-order .dropdown-menu {
    left: auto;
    min-width: 200px;
    padding: 20px 30px;
    position: absolute;
    right: 0;
    top: 42px;
}
.products-sort-order .dropdown-menu a {
    display: block;
	line-height:30px;
}
.product_list .item.ajax_block_product {
    float: left;
    width: 25%;
	margin-bottom: 44px;
	padding: 0 15px;
	margin-top: 5px;
}
#productsSortForm .select {
    text-align: left;
}
.filters-panel {
    padding-bottom: 10px;
}
.filters-panel label {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    vertical-align: middle;
}
.view-modes label{
    display: none;
}
.view-modes a {
    color: #666666;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
	margin-right: 15px;
}
.view-modes .active{
	color: #00457C;
}
.view-modes a:hover, .view-modes a:active{
	color: #00457C;
}
.pagination{
	padding: 0;
}
.product-count {
    color: #666;
    font-size: 14px;
    text-align: right;
    display: none;
}
.filters-panel-bottom {
    border-top: 1px solid #f6f6f6;
	padding-top: 30px;
}
.filters-panel-bottom a{
	font-weight: 400;
}
.product-list-info {
    display: none;
}
.pagination > li > a,
.pagination > li > span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: none;
    color: #666666;
    float: left;
    line-height: 1.2;
    margin-left: 0;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 38px;
	font-weight: 400;
}
.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;
    color: #f7b3b3;
    cursor: default;
    z-index: 2;
    border:none;
}
.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:none;
	color: #f7b3b3;
}
#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;
    width: 24%;
}
.products-list-in-row .product-info {
    padding-top: 0px;
    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;
    vertical-align: middle;
	margin-right: 15px;
	float: left;
	width: unset;
	padding: 15px 20px;
	text-transform: uppercase;
}
.products-list-in-row .product-info > .addToWishlist{
	display: none;
}
.products-list-in-row .product-info > a{
	font-size: 32px;
	font-weight: 300;
}
.products-list-in-row .price{
	font-size: 30px;
	font-weight: 400;
}
.products-list-in-row .product-btn span.jms-quickview-2 {
	border: none;
}
.products-list-in-row .product-preview .preview .action,
.products-list-in-row .product-preview .preview .product_action {
    display: none;
}
.products-list-in-row .product_button .fa-spin {
	animation: none;
}
.products-list-in-row .product-preview .product_button .cart-button.ajax_add_to_cart_button {
    line-height: 44px;
    padding: 0 40px;
	font-family: "Karla",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;
}
.products-list-in-row .color_to_pick_list{
	display: none !important;
}
.product_list .item.ajax_block_product .product-preview .preview img {
    max-width: 100%;
    width: 100%;
}
#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: #f7b3b3;
}
#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 {
	background-color: #fbfbfb;
}
.input-group #quantity_wanted.form-control {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    display: inline-block;
    float: left;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    height: 48px;
    text-align: center;
    width: 60px;
}
.input-group.quantity-control {
    float: left;
}
#cart_summary .input-group.quantity-control {
    width: 129px;
}
#quantity_wanted_p .input-group-addon:hover,#quantity_wanted_p .input-group-addon:focus{
	cursor: pointer;
}
#quantity_wanted_p .input-group-addon{
    border-color: #dddddd;
    border-radius: 0;
    border-width: 1px;
    float: left;
    line-height: 49px;
    padding: 0;
    width: 45px;
    color: #7c7c7c;
}
.input-group-addon{
    border-color: #ddd;
    border-radius: 0;
    border-width: 1px;
    float: left;
    font-size: 13px;
    height: 48px;
    line-height: 44px;
    padding: 0;
    text-align: center;
    width: 30px;
}
.cart_description .product-name {
    font-family: "Roboto Slab",sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.075em;
}
.cart_description small, .cart_description small a {
    color: #999;
    display: block;
    line-height: 30px;
}
.cart_unit .price,
.cart_unit .old-price,
.cart_unit span,
.cart_total span {
    color: #666666;
    font-family: "Karla",sans-serif;
    font-size: 14px;
}
.cart_unit .old-price {
    color: #999;
    margin-right: 20px;
    text-decoration: line-through;
}
.option {
    display: inline-block;
    float: left;
    margin-right: 15px;
}

#availableCarriers_table th {
	background:#FBFBFB;
	border:1px solid #e5e5e5;
	padding:10px;
}
.table tbody > tr > td.cart_quantity {
    width: 160px;
}
ul.step {
 	 margin-bottom: 30px;
     width:100%;
 	 overflow: hidden;
}
@media (min-width: 480px) {
    ul.step {
    }
}
ul.step li {
    float: left;
    width: 20%;
    text-align: left;
    border: 1px solid;
    border-top-color: #cacaca;
    border-bottom-color: #cacaca;
    border-right-color: #cacaca;
    border-left-width: 0px;
}
@media (max-width: 479px) {
    ul.step li {
        width: 100%;
	}
}

ul.step li a,
ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span {
    display: block;
    padding: 5px 10px 6px 13px;
    color: #000;
    font-size: 1.15em;
    line-height: 1.61;
    font-weight: 500;
    position: relative;
}
@media (max-width: 992px) {
    ul.step li a,
    ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span {
          font-size: 1.15em;
    }
}
@media (min-width: 992px) {
}
ul.step li a:focus,
ul.step li span:focus, ul.step li.step_current span:focus, ul.step li.step_current_end span:focus {
    text-decoration: none;
    outline: none;
}
ul.step li.first {
}

ul.step li.first span,
ul.step li.first a {
    z-index: 5;
    padding-left: 23px!important;
}
@media (max-width: 480px) {
    ul.step li.first span,
    ul.step li.first a {
   		padding-left: 13px!important;
    }

}
ul.step li.second span, ul.step li.second a {
    z-index: 4;
}
ul.step li.third span, ul.step li.third a {
    z-index: 3;
}
ul.step li.four span, ul.step li.four a {
    z-index: 2;
}
ul.step li.last span {
    z-index: 1;
}
@media (min-width: 480px) {
    ul.step li.last {

    }
    ul.step li.last span {

    }
}
ul.step li.step_current {
		font-weight: bold;
		background: #f7b3b3 none repeat scroll 0 0;
		border-color: #f7b3b3;
}
ul.step li.step_current span {
      position: relative;
		color:#fff;
}
@media (min-width: 992px) {
      ul.step li.step_current span {
        padding-left: 48px;
      }
}
ul.step li.step_current_end {
    font-weight: bold;
}
ul.step li.step_todo {
      background: #D9D9D9;
	  border-color:#e2e2e2;
}
ul.step li.step_todo span {
        display: block;
        color: #555;
        position: relative;
}
@media (min-width: 992px) {
     ul.step li.step_todo span {
            padding-left: 48px;
     }
}
ul.step li.step_done {
    background: #ADADAD;
	border-top-color: #ADADAD;
    border-bottom-color: #ADADAD;
}
ul.step li.step_done a {
}

@media (min-width: 992px) {
      ul.step li.step_done a {
            padding-left: 48px;
      }
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
      ul.step li#step_end span:after {
        display: none;
      }
}
ul.step li em {
      font-style: normal;
}
@media (min-width: 480px) and (max-width: 767px) {
        ul.step li em {
          display: none;
        }
}
@media (max-width: 480px) {
    ul.step li.step_done {
    	border-bottom-color:#FFF;
	}
	ul.step li.step_todo {
		border-top-color:#FFF;
	}
}
/************** ORDER *****************/
.page-heading span.heading-counter {
    color: #666;
    float: right;
    font-family: Karla,sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.075em;
    margin-bottom: 10px;
    text-transform: none;
}
.table tbody > tr > td.cart_quantity {
    padding: 25px 15px;
    width: 160px;
}
.cart_quantity .cart_quantity_input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #e3e3e3;
    float: left;
    font-size: 16px;
    font-weight: 700;
    height: 48px;
    line-height: 46px;
    padding: 0;
    text-align: center;
    width: 60px;
}
.cart_quantity .cart_quantity_input {
	width: 59px;
	height: 35px;
}
#cart_summary.table-bordered > tfoot > tr > td {
    color: #666666;
    font-family: "Karla",sans-serif;
    font-size: 14px;
    line-height: 30px;
}
.cart_total .price {
    color: #222;
    font-size: 14px;
	float: none;
}
.cart_avail > span {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    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;
    border-color: 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: 50px;
}
.fancybox-error {
    font-size: 15px !important;
}
.fa.fa-bars {
    font-size: 1.4em;
    line-height: 1.25;
    margin-left: 20px;
}

.product_action ul > li {
    position: relative;
}
.product_action ul > li:nth-child(2) {
   margin-right: -1px;
}
.product_action ul > li:before {
    content: "";
    position: absolute;
    height: 11px;
    width: 1px;
    top: 50%;
    margin-left: -0.5px;
    transform: translateY(-50%);
    left: 0;
    border-right: 1px solid white;
}
.product_action ul > li:first-child:before {
    content: none;
}
.navbar{
	border: none;
}
.nav.nav-tabs.boder-style{
	border:none;
	padding-bottom: 54px;
	position: relative;
}

.nav.nav-tabs.boder-style::before {
   background: rgba(0, 0, 0, 0) url("../img/border.png") no-repeat scroll center center;
    left: 50%;
    position: absolute;
    bottom: 47px;
    transform: translate(-50%,-0%);
    width: 200px;
    height: 1px;
}
.nav.nav-tabs.boder-style::after {
    content: "\e947";
    font-family: 'jmsfont';
    bottom:40px;
    display: inline-block;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0%);
    color: #f7b3b3;
}
.jms-tab1{
	text-align: center;
}
.jms-tab1 .nav-tabs>li{
	float: unset;
	display: inline-block;
}
.jms-tab1 .nav-tabs > li > a {
	border: none;
	color: #8c8c8c;
	border-radius: unset;
	margin: 0;
}
.jms-tab1 .nav-tabs > li > a {
	text-transform: uppercase;
}
.jms-tab1 .nav-tabs > li > a.active, .jms-tab1 .nav-tabs > li > a.active:focus, .jms-tab1 .nav-tabs > li > a.active:hover {
    border: none;
    color: #2b2b2b;
    border-radius: unset;
    margin: 0;
}
.jms-tab1 .nav-tabs > li > a  h3{
	letter-spacing: 0.06em;
}
.block_content .newsletter-btn{
	height: 60px;
	border: none;
	background: #f8bebe;
	color: white;
}
.inputNew.form-control.grey.newsletter-input {
    width: calc(100% - 90px);
    float: left;
    height: 60px;
    border-right: none;
    border-color: #dddddd;
}
#newsletter-input:focus ,#newsletter-input:active , #newsletter-input:hover{
	border: 1px solid #f7b3b3;
	border-right: none;
}
.newsletter-btn.btn.btn-default.button.button-small {
    float: left;
    width: 90px;
    font-size: 24px;
    line-height: 1;
}
#newsletter_block_left{
	text-align: center;
}
#newsletter_block_left h3{
	letter-spacing: 0.06em;
	padding-bottom: 77px;
	position: relative;
	text-transform: uppercase;
}
#newsletter_block_left h3::before {
    background: rgba(0, 0, 0, 0) url("../img/border.png") no-repeat scroll center center;
    content: "";
    display: inline-block;
    height: 19px;
    left: 50%;
    position: absolute;
    top: 59px;
    transform: translate(-50%,-50%);
    width: 200px;
    height: 1px;
}
#newsletter_block_left h3::after {
    content: "\e947";
    font-family: 'jmsfont';
    display: inline-block;
    font-size: 14px;
    left: 50%;
    position: absolute;
    top: 51px;
    transform: translate(-50%,-0%);
    color: #f7b3b3;
}
#newsletter_block_left p{
	margin-bottom:21px;
	line-height: 1.5;
	font-weight: 300;
}
.new-sletter {
    padding: 123px 100px;
}
.blog-item {
    display: table;
    width: 100%;
}
.blog-item .post-thumb{
	width: 30%;
	float: left;
}
.blog-item .blog-info{
	width: 70%;
	float: left;
	padding-left:30px;
}
.addon-desc {
	display: none;
	font-weight: 300;
	line-height: 1.5;
}
.blog-item .post-created {
    display: table;
    padding: 10px 14px;
    font-size: 14px;
    border:1px solid;
    float: left;
    letter-spacing: 0.1em;
    text-align: center;
    margin-right: 20px;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
.blog-item .post-created p{
	font-size: 24px;
	color: #00457C;
	font-weight: 700;
	line-height: 28.8px;
	margin: 0;
}
.btn-deault, .btn-active{
	background: #f7b3b3;
    padding: 13px 20px;
    border: none;
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    line-height: 12px;
    color: white;
}
.btn-active span {
	padding-left: 13px;
}
#category .page-content{
	padding-top: 45px;
}
.breadcrumb{
    text-transform: uppercase;
    font-weight: 400;
}
.slide-title {
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.15em;
}

.slide_headtitle {
	font-family: 'Playfair Display', serif;
	letter-spacing: 0.125em;
	line-height: 1.2;
}
.box-content h1 {
    font-size: 46px;
    letter-spacing: 0.11em;
}
.row-services{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #2b2b2b;
}
.jms-row.header-bar a:hover, .jms-row.header-bar a:focus, .jms-row.header-bar a:active {
    color: #f7b3b3;
}
header .search_block .addon-box {
    float: right;
}
header .jms-row.navbar-fixed-top {
	background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
}
header .jms-row.navbar-fixed-top .jms-megamenu .nav > li > a {
	line-height: 60px;
}
header .navbar-fixed-top .btn-xs {
	line-height: 60px;
}
header .navbar-fixed-top .open > .dropdown-menu{
	margin-top: 1px;
}

header .navbar-fixed-top .logo .addon-box a{
	line-height: 55px;
}
 .btn-active span{
	font-size: 14px;
	vertical-align: middle;
}
.slider .slide{
	background-position: center center !important;
}
.title-disable.gallery-title{
	display: none;
}
.selector > span{
	display: none !important;
}
.selector{
	border: 1px solid #efefef;
}
.block_content.list-block ul li{
	line-height: 51px;
}
.google_map iframe {
    width: 100%;
}
.menu-icon-mobile{
	line-height: 1;
	color: #2b2b2b;
    font-size: 24px;
    font-weight: 700;
    padding: 0px 5px;
    cursor: pointer;
}
#jms-megamenu-container.navbar{
	position: static;
}
.jms-megamenu .menu-align-center {
	position: static;
}
.header-bar .container{
	position: relative;
}
.btn-group{
	position: static;
}
.post-thumb a{
	position: relative;
	display: table;
	width: 100%;
}
#module-jmsblog-archive .post-thumb a, #module-jmsblog-category .post-thumb a, #module-jmsblog-tag .post-thumb a{
	position: relative;
	display: table;
	width: auto;
}
.post-thumb a:hover:before, .post-thumb a:hover:after{
	transform: scale(1 , 1);
}
.post-thumb a:before{
	position: absolute;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    content: "";
    display: inline-block;
    left: 5px;
    top: 5px;
    bottom: 5px;
    right: 5px;
    transform: scale(0 , 1);
    transition: transform 1s ease 0s;
    z-index: 3;
}
.post-thumb a:after{
	position: absolute;
    border-left: 1px solid white;
    border-right: 1px solid white;
    content: "";
    display: inline-block;
    left: 5px;
    top: 5px;
    bottom: 5px;
    right: 5px;
    transform: scale(1 , 0);
    transition: transform 1s ease 0s;
    z-index: 3;
}
.menu-icon-mobile span{
	vertical-align: sub;
	font-size: 27px;
}
.nav-fixed-top .menu-icon-mobile {
    line-height: 1;
}
.menu-icon-mobile {
    line-height: 1;
}
.copyright p{
	margin-bottom: 0;
}
#comments{
	margin-top: 10px;
}
#uniform-selectProductSort {
	border: none;
}
#total_price_without_tax{
	display: block;
}
td.price{
	width: 100%;
}
.widget-tabs .item-post img {
    float: left;
    margin-right: 10px;
    width: 98px;
}
aside .item-post{
	margin-bottom: 10px;
	margin-top: 10px;
}
.block-center {
    overflow: scroll;
}
.widget-tabs h6 {
    font-size: 12px;
    line-height: 20px;
    max-height: 65px;
    overflow: hidden;
    padding-bottom: 5px;
}
.variant-links{
    bottom: 0;
    float: right;
    margin-bottom: 3px;
    position: absolute;
    right: 0;
    display: block;
}
.product-info .variant-links a.color{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-left: 5px;
	display: block;
	float: right;
}
.breadcrumb .category-name{
	display: none;
}
.content-aside div > ul > li{
	 border-bottom: 1px solid #efefef;
	 font-weight: 400;
	 margin:0 5px;
}
.content-aside div > ul {
	 margin-bottom: 0;
}
.content-aside-inner .block{
	margin-bottom: 47px;
}
.content-aside-inner .block #layered_form > div > div{
	margin-top: 50px;
}
.myaccount-column .logout{
	margin-top: 20px;
}
.owl-controls{
	display: none;
}
.owl-carousel:hover .owl-controls{
	display: block;
}
.shopnow {
    background: #f7b3b3 none repeat scroll 0 0;
    letter-spacing: 0.05em !important;
}
.brand-item img {
    opacity: 0.6;
}
.brand-item:hover img {
    opacity: 1;
}
.nbcomments {
    padding: 0 10px;
    display: inline-block;
}
.bx-prev::before {
    content: "\f107" !important;
}
.bx-next::before {
    content: "\f106" !important;
}
.bx-wrapper img {
    display: block;
    width: 100%;
}
.bx-controls{
	display: none;
}
.bx-wrapper:hover .bx-controls{
	display: block;
}
#thumbs_list_frame.slides{
	width: 100% !important;
}
a.product-btn.ajax_add_to_cart_button:focus{
	color: white;
}
a.product-btn.add_to_compare:focus{
	color: white;
}
.post-fulltext {
    margin-top: 20px;
}
.social-sharing {
    margin: 20px 0;
}
.post-list article.blog-post{
	margin-bottom: 30px;
}
.ajax-add-to-cart.product-btn.cart-button {
	border: none;
}
.brand-carousel .brand-item img {
    display: inline;
    width: auto !important;
}
.cover_product1 {
    background: #efefef none repeat scroll 0 0;
    padding: 15px;
}
.thumb-container {
    height: 100%;
    width: auto;
}
.navbar-fixed-top {
    animation-duration: 0.8s;
    animation-name: slideDown;
    animation-timing-function: ease;
}
@keyframes slideDown {
0% {
    transform: translateY(-100%);
}
100% {
    transform: translateY(0%);
}
}
.modal.fade.quickview.in .cover_product1{
	margin-top: 30px;
}
.quickview .layer {
    display: none;
}
.quickview .arrows.js-arrows {
    display: block;
}
.quickview #content{
	position: relative;
}
.arrows.js-arrows .arrow-up.js-arrow-up {
	position: absolute;
    background-color: #E3E3E3;
    height: 26px;
    left: 0;
    line-height: 2;
    margin: 0;
    right: auto;
    text-align: center;
    top: -30px !important;
    width: calc(100% - 10px);
    cursor: pointer;
    color: #999999;
}
.arrows.js-arrows .arrow-down.js-arrow-down {
	position: absolute;
    background-color: #E3E3E3;
    bottom: -30px !important;
    height: 26px;
    left: 0;
    line-height: 2;
    margin: 0;
    right: auto;
    text-align: center;
    top: auto;
    width: calc(100% - 10px);
    cursor: pointer;
    color: #999999;
}
.arrows.js-arrows .arrow-up.js-arrow-up:hover, .arrows.js-arrows .arrow-down.js-arrow-down:hover{
	color: #000;
}
.search-widget form button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    bottom: 1.3125rem;
    color: #878787;
    position: absolute;
    right: 15px;
}
.modal-dialog-a{
	margin: 20px auto;
}
.modal {
	font-weight: unset;
}
.body.dropdown-menu.shoppingcart-box {
    max-height: 80vh;
    overflow: auto;
}
.language-selector.dropdown .dropdown-menu {
  margin:0;
  padding: 0;
}
.title-blog-cat{
	margin-top: 15px;
}
.edit-address {
    display: inline-block;
}
.status {
    margin: 10px 0 20px;
}
.address-footer{
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0;
}
#checkout{
	font-size: 14px;
}
.custom-checkbox label{
	display: inline;
}
.modal-dialog .btn-continue{
	margin-bottom: 15px;
}
#search_widget{
	padding: 0;
}
#search .page-heading.product-listing {
    margin-left: 0;
}
header.page-header .h3 {
	color: rgba(17, 17, 17, 0.9);
    font-size: 26px;
    padding: 0;
    text-transform: uppercase;
}
#addresses .card.card-block >.address-footer {
    padding: 0 15px;
}
.breadcrumb ol{
	margin-bottom: 0;
}
#module-jmsblog-categories .post-thumb img{
	width: 100%;
}
#stores .store-item.card{
	margin-bottom: 30px;
	box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
	padding: 20px 15px;
}
#stores .h3.card-title{
	margin:0;
}
.modal.fade.quickview.in .variant-links{
	display: none;
}
.modal.fade.quickview.in section > .product-info{
	display: none;
}
header#header .container > .row{
	display: flex;
	align-items: center;
}

@media only screen and  (min-width: 480px) {

.navbar-fixed-top img.logo.img-responsive {
    width: 50%;
}
}

@media (max-width: 768px) {

.navbar-fixed-top img.logo.img-responsive {
    width: 20% !important;
}
}

.category-description-long{
    margin-top: 30px;
    color: #3C3C3B;
}


/******************** QUOTATION - AWAM *************************/
.img-fluid{
    width: 100%;
    height: auto;
    max-width: 100%;
}
.w-100{
    width: 100%;
}
.color-blue{
    color: #00457C !important;
}
.f-relaway{
    font-family: Raleway;
}
.f-archivo{
    font-family: Archivo black;
}
.round-blue{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #00457C;
    opacity: 0.5;
}
.round-blue-current{
    opacity: 1;
}
.stick{
    width: 40%;
    height: 2px;
    background: #00457C;
    opacity: 0.5;
}
.stick-current{
    opacity: 1;
}
/****************** QUOTATION - HEADER ***********************/
.header-quotation{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
@media (min-width: 768px){
    .header-quotation{
        width: 100%;
    }
}
.header-quotation-logo{
    width: 10%;
    padding: 20px;
}

.header-quotation-menu{
    position: absolute;
    right: 40px;
    top: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
@media (max-width: 767px){
    .header-quotation-logo{
        width: 30%;
    }
    .header-quotation-menu{
        top: 15px;
    }
}

/****************** QUOTATION - PAGE-HEADING ***********************/
.quotation-page-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quotation-page-heading-title,
.quotation-page-heading-steps{
    width: 40%;
}
@media (max-width: 767px){
    .quotation-page-heading{
        flex-wrap: wrap;
    }
    .quotation-page-heading-title,
    .quotation-page-heading-steps{
        width: 100%;
    }
}
.quotation-page-heading-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.block-rounds, .block-steps{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.block-steps{
    margin-top: 15px;
}
.step{
    opacity: 0.5;
}
.block-step-current .step{
    opacity: 1;
}
.step-strong{
    font-weight: bold;
}
.quotation-cart{
    margin-top: 40px;
    border-top: 1px solid #efefef;
}
/****************** QUOTATION - FORM ***********************/
.quotation-information-block{
    display: flex;
    margin-top: 40px;
    border-top: 1px solid #efefef;
    position: relative;
}
.quotation-information-img{
    width: 40%;
    height: auto;
    background-color: rgb(0, 74, 149, .6);
}
.quotation-information-form{
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #EFF2F7;
    padding: 40px;
    color: #00457C;
}
@media (max-width: 767px){
    .quotation-information-img{
        display: none;
    }
    .quotation-information-form{
        width: 100%;
        position: relative;
        transform: translate(0%, 0%);
        top: 0;
        left: 0;
    }
}

.quotation-information-form input{
    background-color: white;
    border-color: white;
    color: #00457C;
}
.quotation-information-form select.form-control{
    height: 39px;
    border: none;
}

.quotation-information-form .custom-radio input[type="radio"]:checked + span{
    background-color: #00457C;
}
/****************** QUOTATION - SUMMARY ***********************/

.quotation-summary-block{
    padding-top: 40px;
    border-top: 1px solid #efefef;
    margin-top: 30px;
}
.quotation-summary-information{
    margin-top: 20px;
}
.quotation-customer-information{
    border-bottom: 1px solid #efefef;
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
}
.quotation-customer-civility,
.quotation-customer-address{
    width: 50%;
}
.quotation-summary-cart .button-container{
    display: flex;
    justify-content: end;
}
.product-summary-content{
    margin: 20px 0;
}
.product-summary-content .product-container{
    margin: 20px 0;
    border-bottom: 1px solid #efefef;
}
.product-summary-content .product-container:last-child{
    border-bottom: none;
}
.update-information-link{
    padding: 10px;
}
.quotation-summary-img{
    max-height: 350px;
    overflow:hidden;
}
.quotation-summary-img img{
    transform: translate(0, -35%);
}
@media (max-width:767px){
    .quotation-summary-img{
        display: none;
    }
}

#blockcart-modal #add-to-cart-modal{
    margin-bottom: 15px;
}

.btn-quotation{
    background-color: #F59D21 !important;

}
.btn-quotation a{
    color: white;
}

.block-product-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#product .pb-right-column .product-add-to-cart #add_to_cart {
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 20px;
    height: auto;
    text-transform: uppercase;
}
@media (max-width: 767px) {

    .block-product-title{
        flex-wrap: wrap;
        margin: 20px 0;
    }
}
.btn, button, a.btn{
    border-radius: 0 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    background-color: #F59D21 !important;
    color: #FFF !important;
}
