@import "product.css";
@import "product_list.css";
@import "order.css";
@import "contact.css";
@import "404.css";
@import "checkout.css";
@import "order-confirmation.css";
@import "order-detail.css";
@import "order-slip.css";
@import "cart.css";
html, html a {
	-webkit-font-smoothing:antialiased
}
html {
	-ms-overflow-style:scrollbar
}
body {	
	font-size:14px;		
	line-height: 24px;
	font-weight:400;	
	font-family: 'Roboto', sans-serif;
	color:#000000;
}
.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:#000;
  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#open-button  {
    color: #ffffff;
}

a:hover,
a:focus {
  color:#d5292c;
  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;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

.success,
.alert-success {
	background: #e7f6cd none repeat scroll 0 0;
    border: 1px solid #dce2ed;
    color: #84be20;
    font-size: 1em;
    margin: 0 0 10px;
    padding: 10px 30px;
}
.warning,
.alert-warning,
.warning_inline {
    background-color: #faf4d4;
    border-color: #dce2ed;
    color: #d49809;
}
.warning,
.alert {
    border: 1px solid #dce2ed;
    border-radius: 0;
    margin-bottom: 18px;
    padding: 15px;    
}
.error {
    background: none repeat scroll 0 0 #FFCCCC;
    border: 1px solid #990000;
    font-size: 100%;
    margin: 0 0 10px;
    padding: 10px;
    font-weight: bold;
}
.error ol {
    margin-left: 20px;
}
ol, ul {
    list-style: none outside none;
}

.lead {
  margin-bottom: 20px;
  font-size: 1.15em;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.5em;
  }
}
small {
  font-size: 0.96em;
}
cite {
  font-style: normal;
}
.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}
h1 {
	margin:0;
	padding:0 0 0.75em;
	font-size:2.25em;
	font-family:'Roboto', sans-serif;	
	font-weight:400;
}
h2 {
	margin:0;
	padding:0 0 0.75em;
	font-size:1.875em;	
	font-family:'Roboto', sans-serif;	
	font-weight:400;
}
h3 {
	margin:0;
	padding:0 0 0.67em;
	font-size:1.5em;	
	font-family:'Roboto', sans-serif;	
	font-weight:400;
}
h4 {
	margin:0;
	padding:0 0 0.52em;
	font-size:1.125em;	
	font-family:'Roboto', sans-serif;	
	font-weight:400;
}
h5 {
	margin:0;
	padding:0 0 0.52em;
	font-size:1em;	
	font-family:'Roboto', sans-serif;	
	font-weight:400;
}
h6 {
	margin:0;
	padding:0 0 0.92em;
	font-size:1em;	
	font-family:'Roboto', sans-serif;
    font-weight:400;	
}
.title-block{
	font-size: 24px;
	text-transform: uppercase;
	color: #444;
}
.page-heading {
    color: #1f1f1f;
    font-family: "Oswald";
    font-size: 24px;
    padding-bottom: 24px;
    text-transform: uppercase;
}
.block .title_block  {
  
	text-transform:uppercase;
	margin-bottom:7px;
	  font-family: "Oswald";
	  font-size:14px;
}
.page-subheading {
    font-family: "Oswald";
    text-transform: uppercase;
}
.postcode input.uniform-input{
    background: #f6f6f6 !important;
    border-color: #f0f0f0;
}
label {
	margin-bottom: 10px;
	font-weight: 300;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  list-style:none;
}

#js-active-search-filters ul {
    margin-bottom: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}

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

.page-content.page-cms ul {
    list-style: inside;
}

.dropcap {
	display:block;
	float:left;
	margin:-2px 5px 0 0;
	padding:0 10px;
	color:#000;
	font:49px/16px Arial, Helvetica, sans-serif
}
.dropcap.color {
	color:#000000;
}
.dropcap.dark {
	color:#fff;
	background-color:#000000;
}
.styled-list {
	position:relative;
	margin:0 0 20px;
	padding:0;
	list-style:none;
	line-height:18px
}
.styled-list li {
	margin-bottom:6px;
	padding:0
}
.styled-list li span {
	display:block;
	overflow:hidden
}
.styled-list li i {
	width:16px;
	float:left;
	margin-right:10px;
	text-align:center;
	color:#000;
	font-size:1.07em
}
.styled-list li:before {
	color:#000000;
	float:left
}
.styled-list .circle li, .styled-list.circle li {
	text-indent:0;
	margin-left:0;
	padding-left:0;
	list-style:none
}
.styled-list .circle li:before, .styled-list.circle li:before {
	content:"\25CF";
	margin:-1px 10px 0 0;
	font-size:0.92em
}
.styled-list.arrow>li {
	margin-left:-15px;
	padding-left:35px
}
.styled-list.arrow > li:before {
	margin:-1px 8px 0 -20px;
	content: "\f18e";
	font-family: FontAwesome;
	font-size:1.23em
}
.styled-list ul {
	margin-left:0;
	padding:5px 0 0
}
.styled-list ul.circle li:before {
	content:"\25CB";
	color:#000000
}
ul.sitemap.styled-list.circle ul li:before {
	content:"\25CF"
}
ul.sitemap.styled-list.circle ul ul li:before {
	content:"\25CB"
}
.styled-list.checkmark>li {
	margin-left:-15px;
	padding-left:35px;
	margin-bottom:10px
}
.styled-list.checkmark> li:before {
	margin:-1px 8px 0 -20px;
	content:'\e013';
	font-family: FontAwesome;
	font-size:1.23em
}
.styled-list.decimal {
	list-style:decimal outside;
	margin-left:25px
}
.styled-list.decimal li {
	padding-left:0;
	text-indent:0
}
.mark {
	background:#d9d9d9;
	padding:2px 2px 0
}
.color_mark {
	background-color:#000000;
	color:#fff;
	padding:2px 2px 0
}
.color, .color:hover {
	color:#000000
}
.underline {
	text-decoration:underline
}
.underline:hover {
	text-decoration:none
}
.blockquote {
	position:relative;
	border-top:4px solid #000000
}
.blockquote .inside {
	padding:15px;
	border:1px solid #eaeaea
}
.testimonials {
	position:relative;
}
.testimonials .inside {
	padding:15px 15px 15px 114px;
	border:1px solid #eaeaea;
	position:relative
}
.testimonials .inside :before {
	display:block;
	position:absolute;
	top:18px;
	left:20px;
	color:#fff;
	border-radius:50%;
	background:#ececec;
	text-align:center;
	content: "\f007";
	font-family: FontAwesome;
	font-size:3.53em;
	line-height:1.52;
	width:77px;
	height:77px
}
.infobox {
	border:1px solid #000000
}
.infobox .inside {
	padding:15px 15px 15px 84px;
	position:relative
}
.infobox .inside :before {
	infobox:block;
	position:absolute;
	top:16px;
	left:16px;
	color:#000000;
	content: "\f05a";
	font-family: FontAwesome;
	font-size:3.61em;
	line-height:0.76
}
.comment {
	position:relative;
	color:#333
}
.comment .inside {
	padding:30px 15px 30px 100px;
	border-top:1px solid #eaeaea;
	position:relative
}
.comment .inside :before {
	display:block;
	position:absolute;
	top:30px;
	left:10px;
	color:#fff;
	border-radius:50%;
	background:#ececec;
	text-align:center;
	content: "\f007";
	font-family: FontAwesome;
	font-size:5.07em;
	line-height:19px;
	width:77px;
	height:77px
}
.comment a {
	color:#00B2BA;
	text-decoration:underline
}
.comment a:hover {
	text-decoration:none
}
.comment p {
	margin-bottom:.112px
}
.comments .comment {
	padding-left:10%
}
.comments>.comment:first-child {
	padding-left:0
}
.comments>.comment:first-child .inside {
	border:none
}
.icon-circle {
	background:#e2e2e2;
	border-radius:50%;
	color:#fff;
	display:block;
	height:101px;
	width:101px;
	margin:10px auto 15px
}
.icon-circle .fa {
	font-size:6em;
	line-height:25px
}
.icon-circle .fa-plane {
	font-size:4.3em;
	line-height:2.77
}
.icon-circle-sm.active, .icon-circle-xs.active, .icon-circle.active {
	background:#000000;
}
.icon-circle-sm {
	background:#e2e2e2;
	border-radius:50%;
	color:#fff;
	display:block;
	float:left;
	height:62px;
	width:62px;
	margin:0 20px 10px 0;
	text-align:center
}
.icon-circle-sm .fa {
	font-size:3.69em;
	line-height:1.92
}
.icon-circle-sm .fa-plane {
	font-size:2.65em;
	line-height:2.76
}
.icon-circle-xs {
	background:#e2e2e2;
	border-radius:50%;
	color:#fff;
	display:block;
	float:left;
	height:46px;
	width:46px;
	margin:0 3px 10px 0;
	text-align:center
}
.icon-circle-xs .fa {
	font-size:2.15em;
	line-height:2.5;
	color:#fff!important
}
.icons-set {
	line-height:32px;
	color:#000;
	margin:10px 0
}
.icons-set span span {
	font-size:1.46em;
	color:#000!important
}
.icons-set span span:before {
	padding-top:3px;
	display:block;
	float:left;
	margin-right:4px
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox,
.form-control {
  border-radius: 0px;
  border-color: #f6f6f6;
}
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;
  border:2px solid #e0e0e0;
}
.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 {
	border: 2px solid #e0e0e0;
    box-shadow: none;
    color: #e0e0e0;
    font-size: 12px;
    height: 42px;
    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: #d5292c;
}
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;
	background: #fff none repeat scroll 0 0;
    border-color: #e0e0e0;
    height: 42px;
    width: 100%;
	border-width:2px;
  }
}
select, select.form-control, select.inputbox, select.input {
   /* background: rgba(0, 0, 0, 0) none repeat scroll 0 0;*/
    border: 1px solid #ccc;
    box-shadow: none;
    min-width: 155px;
    padding-right: 5px;
    width: 100%;
	height:40px;
}
.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 {
    font-size: 14px;
    padding-right: 7px;
    top: 2px;
}
/********* 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 {
    background: #000000 none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    font-family: "Roboto";
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}
.table tbody + tbody {
    border-top: 2px solid #fff;
}
.table .table {
    background-color: white;
}
.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
  background-color: #fe840d;
  border-color: #da681c;
}
.table tbody > tr > td {
    max-width: 200px;
  /*  padding: 20px;*/
    text-align: left;
    vertical-align: middle;
}
@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;
}
.btn-group-xs > .btn, .btn-xs{
	line-height:24px;
	padding:0px;
}
/********* BUTTON *******/


.btn, .btn-default, .button_large {
    background-color: #48B777 ;
    border-color: #48B777;
    color: #ffffff;
    padding: 10px 35px;
	border-radius: 0;
	font-weight: 700;
	text-transform: uppercase;
}
.button_large {
    padding: 9.5px 20px;
    vertical-align: middle;
}
.btn-continue {
    margin: 0 10px;
}

.checkout-buttons-row {
    padding-top: 20px;
}

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

.btn-primary {
	opacity:1;
	background:#48B777;
	padding:12px 35px;
}
.btn-primary:hover, .btn-default.active:hover, .btn.active:hover {
    background-color: #000000 !important;
   /* border: 2px solid #000000 !important;*/
    color: #ffffff;
}
.btn.active,
.btn:active{
	box-shadow:none;
}
.btn-effect::after {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    transition-duration: 0.4s;
    transition-property: transform;
    transition-timing-function: ease-out;
    opacity:0;
}
.btn-effect:hover::after, .btn-effect:focus::after, .btn-effect:active::after {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	opacity:1;
}
#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: #d5292c;
    color: #d5292c;
}
#bt_compare strong {
    font-weight: 500;
}
#button_order_cart {
    background: #48B777 none repeat scroll 0 0;
    border-color: #48B777;
    clear: both;
    color: #ffffff;
    margin: 19px auto 29px;
    padding: 5px 43px;
}
#button_order_cart:hover{
	background: #000000;
	color:#fff;
	border-color: #000000;
}
#button_order_cart span  {
    height: 40px;
    line-height: 37px;
    text-transform: uppercase;
    width: 100%;
}
.btn-default.btn-shopping, .btn-primary.btn-shopping {
    background: #d5292c none repeat scroll 0 0;
    border-color: #d5292c;
    border-radius: 3px;
    color: #fff;
    padding: 11px 7px;
}
.btn-default.btn-shopping:hover, .btn-primary.btn-shopping:hover{
	background:#000;
	border-color:#000;
}
.checkout-info {
    clear: both;
    text-align: center;
	line-height:26px;
}
.btn-group.open .dropdown-toggle{
	box-shadow: none;
}
#jmstools .btn-action .btn{
	padding: 0 30px !important;
}
.cart_quantity .input-group-addon {
	border: 1px solid #e0e0e0;
	border-radius: 0;
	color: #7b7881;
	padding: 0;
	width: 27px;
	background:#e0e0e0;
}
.cart_quantity .input-group-addon.cart_quantity_down {
    border-right: 0 none;
}
.cart_quantity .input-group-addon.cart_quantity_up {
    border-left: 0 none;
}
.dropdown-menu {
	transform: translateY(30px);
	opacity: 0;
	transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s, transform 0.3s ease 0s;
}
.open.btn-group > .dropdown-menu {
    background-color: #fff;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    left: auto;
    margin-top: 7px;
    min-width: 116px;
    opacity: 1;
    padding: 10px 5px;
    position: absolute;
    right: 0;
    transform: translateY(0px);
    visibility: visible;
    z-index: 5000;
}
.btn-hover:hover {
	background:#d5292c ;
	color:#ffffff;
	border:2px solid #d5292c;
}

.button-small {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #000000;
    color: #000000;
    font-size: 14px;
    padding: 0.6vw 1.6vw;
}
.btn-shop-now {

    background: #E30620;
    color: #ffffff;
    font-weight: 700;
    padding: 0.8vw 1.9vw;
    font-size: 16px;
    text-transform: uppercase;

  /*  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-weight: 700;
    padding: 0.6vw 1.9vw;
    text-transform: uppercase;
    */
}








/******** HEADER **************/
#page {
    overflow: hidden;
}
.topheader{
	background:#DEDEDE;
	padding:7px 0;
}
.topheader_left .text-topheader {
    display: inline-block;
    margin-right: 14px;
}
.topheader_left {
    color: #4A4A4A;
    font-size: 16px;
}
.text-topheader {
    color: #a3a3a3;
}
.text-topheader.contact_us {
    color: #ffffff;
}
.topheader_right .addon-box {
    display: inline-block;
    float: right;
	padding-right:30px;
}
.topheader_right .addon-box:first-child{
	padding-right:0px;
}
.topheader_right .btn-xs {
    color: #4A4A4A;
    font-size: 16px;
}
.topheader_right .btn-xs:hover {
    color: #d5292c;
    cursor: pointer;
}
.topheader_right .fa.fa-sort-desc {
    padding-left: 7px;
    position: relative;
    top: -3px;
}
.image_language > img {
    margin-right: 7px;
}
.currency-info .title, .languages-info .title {
	color:#111111;
	font-weight:700;
	letter-spacing:0.05em;
	line-height:30px;
	font-size:13px;
}
.currency-info ul li a, .languages-info ul li a {
	font-size:13px;
	display:block;
}
.current .dropdown-item, .dropdown .current a{
    color: #d5292c !important;
}

.currency-info ul li a:hover , .languages-info ul li a:hover {
	color:#d5292c;
}
.languages-info .dropdown-menu .image_language img {
    float: left;
    margin-top: 4px;
}
.icon_curencies, .languages-info .btn-name{
    padding-right: 7px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background:none;
	color:#d5292c;
}
.logout.hidden-sm-down.btn-group.btn-xs {
    float: right;
}
#index .text-wishlist {
    display: none;
}
.topheader .text-wishlist {
    display: block !important;
}
.text-wishlist {
    line-height: 27px;
}
.topbar {
    padding: 15px 0;
    background: #000000;
}
.megamenu_home {
    text-align: right;
}
.topbar_right .fa.fa-search {
    font-size: 15px;
    line-height: 24px;
    padding-right: 20px;
}
.topbar_right .addon-box {
  /*  display: inline-block;*/
}
.topbar_right {
  /*  margin-top: 36px;*/
    background-color: #E30620;
    height: 56px;
    margin-bottom: -24px;
    margin-top: -15px;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
}
.top-bar-value {
    text-align: right;
    float: right;
    color: #ffffff;
    font-family: "Oswald";
    font-size: 21px;
    font-weight: 400;
    padding-left: 10px;
    text-transform: uppercase;
}

@media (max-width: 991px) {

    .top-bar-value {
        font-size: 20px;
    }
}


img.logo {
    display: inline-block;
}

.topbar_right .fa{
	color:#ffffff;
}
.topbar_right .fa.fa-shopping-cart{
	font-size:15px;
}
.topbar_right .fa.fa-shopping-cart {
    font-size: 26px;
    line-height: 26px;
}
.blockcart.cart-preview{
	position:relative;
}
.box.ajax_cart_quantity {
 /*   background: #d5292c none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    height: 22px;
    left: 11px;
    line-height: 22px;
    position: absolute;
    text-align: center;
    top: -12px;
    width: 22px;*/

    background: #000000 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    height: 20px;
    left: 7px;
    line-height: 19px;
    position: absolute;
    text-align: center;
    top: -7px;
    width: 20px;

}

.cart-subtotals .shipping {
    display: none;
}
.shoppingcart-box .cart-total {
    display: none;
}

#cart-subtotal-shipping.cart-summary-line {
    display: none;
}


#off-canvas-menu .open > .dropdown-menu {
    margin-bottom: 27px;
    margin-top: -37px;
    padding-left: 20px;
}
/*--- Product slider ---*/
.rating .icon {
    background: rgba(0, 0, 0, 0) url("../img/demo/star_empty.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 13px;
    margin: 0 1px;
    width: 13px;
}
.rating .icon.star-full{
	background: url("../img/demo/star_full.png") repeat scroll 0 0;
}
.nbcomments{
	display:none;
}
.product-btn .fa-spin, .product-btn .fa-check, .product-btn.checked .fa-spin, .product-btn.checking .fa-check, .product-btn.checked .fa-retweet, .product-btn.checking .fa-shopping-bag, .product-btn.checked .fa-shopping-bag, .product-btn.checking .fa-retweet, .product-btn.checked .fa-retweet ,
.product-btn.checking span, .product-btn.checked  span{
    display: none;
}
.product-btn.checking .fa-spin, .product-btn.checked .fa-check {
    display: inline-block;
}

.product-preview {
	position:relative;
}

.product-miniature {

    border: solid 1px #D8D8D8;
}

.products-list-in-column .product-miniature:hover {
    box-shadow: 0px 2px 15px 0 rgba(0, 0, 0, 0.2);
}


.products-list-in-column .product-preview .preview {
    min-height: 250px;
    background-position: center center;
    background-position: 50% 125px;
    background-repeat: no-repeat;
    padding: 15px 15px 0 15px;
}

.products-list-in-column .product-preview .preview-rims {
    min-height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
   /* padding: 15px 15px 0 15px;*/
}

.product-carousel .js-product-miniature .product-preview .preview {
    min-height: 250px;
    background-position: 50% 125px;
    background-repeat: no-repeat;
    padding: 15px 15px 0 15px;
}

.products-list-in-column .product-preview .features-right-info {
    position: absolute;
    right: 15px;
    top: 15px;
    max-width: 30%;
}

.product-carousel .js-product-miniature .product-preview .features-right-info {
    position: absolute;
    right: 15px;
    top: 15px;
    max-width: 30%;
}

.products-list-in-column .product-preview .features-size-details {
    font-size: 20px;
    font-weight: 700;
}

.product-carousel .js-product-miniature .product-preview .features-size-details {
    font-size: 20px;
    font-weight: 700;
}

 .product-preview .features-protector-index {
    font-size: 14px;
    color: #9B9B9B;
}



 .product-preview .features-eu {
    font-family: "Oswald";
    font-size: 21px;
    font-weight: 500;
}

.feature-eu-rate-A {
    color: #45D60D;
}

.feature-eu-rate-B {
    color: #94D807;
}

.feature-eu-rate-C {
    color: #A5B95F;
}

.feature-eu-rate-D {
    color: #DDBD3E;
}

.feature-eu-rate-E {
    color: #F19400;
}

.feature-eu-rate-F {
    color: #F15D00;
}



.product-preview .features-eu-db {
    font-family: "Oswald";
    font-size: 17px;
    font-weight: 100;
    color: #4A4A4A;
}



.feature-eu-fuel::before {
    background: url(../img/icon-eu-fuel.svg) no-repeat;
    content: "";
    height: 18px;
    width: 17px;
    margin-right: 5px;
    display: inline-block;
}

.feature-eu-wet::before {
    background: url(../img/icon-eu-wet.svg) no-repeat;
    content: "";
    height: 18px;
    width: 17px;
    margin-right: 5px;
    display: inline-block;
}

.feature-eu-db-sign::before {
    background: url(../img/icon-eu-sound.svg) no-repeat  0 4px;
    content: "";
    height: 18px;
    width: 17px;
    padding-top: 10px;
    margin-right: 5px;
    display: inline-block;
}

.features-season-suverehv::before {
    background: url(../img/summer.svg) no-repeat  0 0;
    content: "";
    height: 18px;
    width: 34px;
   /* padding-top: 10px;*/
    margin-right: 5px;
    display: inline-block;
}

.features-season-talverehv::before {
    background: url(../img/winter.svg) no-repeat  0 0;
    content: "";
    height: 18px;
    width: 34px;
   /* padding-top: 10px;*/
    margin-right: 5px;
    display: inline-block;
}

.features-season-m\+s::before {
    background: url(../img/m+s.svg) no-repeat  0 0;
    content: "";
    height: 28px;
    width: 34px;
    /* padding-top: 10px;*/
    margin-right: 5px;
    display: inline-block;
}

.features-studed::before {
    background: url(../img/studed.svg) no-repeat  0 0;
    content: "";
    height: 18px;
    width: 35px;
    /* padding-top: 10px;*/
    margin-right: 5px;
    display: inline-block;
}


.product_action{
	clear:both;
}
.product_action .product-btn , .product_button .product-btn{
    border: 0px;
    color: #ffffff;
    display: inline-block;
    font-size: 21px;
    font-family: "Oswald";
    height: 45px;
    letter-spacing: -1px;
    line-height: 41px;
    min-width: 45px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.product_action .product-btn.cart-button, .product_button .product-btn.cart-button  {
    background: #48B777 none repeat scroll 0 0;
    font-weight: 700;
    line-height: 21px;
   /* margin-left: 8px;*/
    margin-right: 0;
    text-transform: uppercase;
}
.product_action .product-btn.cart-button {
   /* width: calc(100% - 57px);*/
    width: 100%;
}
.product_button .product-btn.cart-button {
    padding: 0 25px;
}
.product_action .product-btn:hover, .product_button .product-btn:hover {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
}
.label-box {
    border: 2px solid #cccccc;
    border-radius: 50%;
    color: #ffffff;
    font-family: "Oswald";
    font-weight: 700;
    font-size: 16px;
    padding: 13px 12px;
    position: absolute;
    right: -13px;
    text-transform: uppercase;
    top: -22px;
	background:#d5292c;
}
.label-box.sale-box {
    background: #E30620 none repeat scroll 0 0;
    padding: 13px 11px;
    z-index: 1;
    width: 55px;
    height: 55px;
}
.product-title {
    border-bottom: 1px solid #000000;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 0;
    text-transform: uppercase;
    width: 100%;
}

.product-title-brand {
    font-family: "Oswald";
    display: block;
    font-size: 21px;
    font-weight: 700;
   /* padding: 14px 0;*/
    text-transform: uppercase;
    width: 100%;
}

.product-title-rims {
    font-family: "Oswald";
    display: inline-block;
    font-size: 21px;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
    width: 100%;
    padding: 10px;
}

.products-list-in-row .product-title-rims {
    font-family: "Oswald";
    display: block;
    position: absolute;
    top: 25%;
    font-size: 21px;
    font-weight: 400;
    /* background-color: rgba(255, 255, 255, 0.65); */
    text-transform: uppercase;
    width: 70%;
    padding: 10px;
    margin-left: 90px;
}

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

    .products-list-in-row  .product-title-rims {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 65%;
    }
    .products-list-in-row .info_down_rims {
        right: 15px;
    }

    .products-list-in-row .info_down_rims .product_button .product-btn.cart-button {
        padding: 0 15px;
    }
    .products-list-in-row  .product_action .product-btn.cart-button, .product_button .product-btn.cart-button {
        margin-left: 15px;
    }

}

.tabname {
    background: #000000 none repeat scroll 0 0;
    bottom: 0;
    font-size: 11px;
    font-weight: 700;
    line-height: 21px;
    padding: 0 8px;
    position: absolute;
    text-transform: uppercase;
}
.tabname a{
	color: #ffffff;
}
.tabname a:hover{
	color:#d5292c;
}
 .review {
    float: left;
    padding-right: 66px;
}
.content_price .price {
   /* font-family: "Oswald";
    font-size: 16px;
	float:right;*/
    font-family: "Oswald";
    font-weight: 500;
    font-size: 25px;
}
.content_price .old.price {
    color: #a3a3a3;
    font-weight: 300;
   /* padding-left: 10px;*/
	position:relative;
    font-size: 16px;
}
.content_price .old.price::before {
    background: rgba(0, 0, 0, 0) url("../img/demo/beforeoldprice.png") repeat scroll 0 0;
    content: " ";
    height: 15px;
    left: 8px;
    position: absolute;
    top: 4px;
    width: 44px;
}
/*.info_down {
    padding: 21px 0;
}
*/
.info_down {
  /*  margin-top: -51px;
    padding: 21px 0;
    position: relative;
    width: auto;*/
    padding: 5px 0;
    position: relative;
    width: auto;
    color: #E30621;
}

.info_down_rims {
    padding: 10px 10px 6px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #E30621;
    background-color: rgba(255, 255, 255, 0.65);
}


.products-list-in-row .info_down_rims {
    padding: 10px 10px 6px;
    position: absolute;
    display: inline-block;
    /* bottom: 0; */
    top: 25%;
    right: 0;
    width: 15%;
    color: #E30621;
}

/* category page */
.filters-panel {
  /*  border-bottom: 1px solid #000;*/
    float: left;
  /*  margin-top: -5px;
    padding-bottom: 12px;*/
    width: calc(100% + 30px);
}
.view-modes{
	padding:0px;
}
.view-modes a {
    display: inline-block;
    height: 34px;
    line-height: 31px;
    margin-right: 3px;
    text-align: center;
    width: 34px;
	border: 2px solid #000000;
}

.view-modes a:hover, .view-modes a.active {
  color: #ffffff;
}
.view-modes a:hover, .view-modes a.active {
    background: #000000 none repeat scroll 0 0;
}
.sort-select{
	text-align: left;
}
.sort-select .selector > span {
	border: 0 none;
	color: #404040;
	font-size: 14px;
	line-height: 2;
}
.sort-select .selector {
    border: 1px solid #ccc;
    height: 34px;
    line-height: 33px;
    max-width: 155px !important;
    position: relative;
}
.sort-select .selector1 label {
    color: #a3a3a3;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 8px;
    padding-right: 15px;
}
.sort-select select, .sort-selec select.form-control, .sort-selec select.inputbox, .sort-selec select.input {
  max-width:95px;
}
#selectProductSort {
	max-width:129px;
}
.pagination-top {
    color: #a3a3a3;
    float: right;
    text-align: right;
    width: 50%;
}
.pagination-top.bottom {
    border-top: 1px solid #000000;
    margin-top: 40px;
    padding-top: 30px;
    width: 100%;
}
.pagination-top #pagination {
	display:inherit;
}
.pagination-top .pagination {
	margin:0px;
}
.pagination-top #pagination {
    text-align: center;
    width: 100% !important;
}
.pagination-top .product-count, .pagination-bottom .product-count {
	display:none !important;
}
.pagination-top .pagination > li > a, .pagination-top .pagination > li > span {
    border: 2px solid #000000;
    color: #000000;
    font-weight: 700;
    height: 45px;
    line-height: 31px;
    margin-left: 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 45px;
}
.pagination-top .clearfix.selector1 {
    display: flex;
    float: right;
}

.pagination-top  #uniform-nb_item > span {
    display: none;
}
.product_list {
    padding-top: 30px;
}
.product_list .sort-select .selector1 {
	float: left;
	width: 40%;
	text-align:left;
}
.pagination-top .pagination > li:last-child > a, .pagination-top .pagination > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagination-top .pagination > li:first-child > a, .pagination-top .pagination > li:first-child > span {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	margin-left: 0;
}
.pagination-top .pagination > .active > a, .pagination-top .pagination > .active > a:focus, .pagination-top .pagination > .active > a:hover, .pagination-top .pagination > .active > span, .pagination-top .pagination > .active > span:focus, .pagination-top .pagination > .active > span:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #000000;
    color: #ffffff !important;
}
.product_list .img-product {
	position:relative;
	overflow:hidden;
}
.product_list .img-product img {
	width:100%;
}
.product_list .rating .nbcomments, .section-hot-deal .nbcomments {
	display:none;
}
.product_list .action {
	width:100%;
	text-align:center;
	position: absolute;
	top:-35%;
	z-index: 1;
	transition: top 0.5s;
}
.product_list .action .cart-button .fa-refresh, .product_list .action .cart-button .fa-check, 
.product_list .action .add_to_compare .fa-check {
	display:none;
}
.product_list .action .cart-button {
	margin:0 8px;
}
.product_list .action a.product-btn {
	display:inline-block;
	width:60px;
	height:60px;
	border-radius:60px;
	line-height:66px;
	background:rgba(255,255,255,0.8);
	text-align:center;
}
.product_list .action a.product-btn span {
	font-size:24px;
	color:#111111;
}
.product_list .action .add_to_compare.checked .icon-basic-heart {
	display:none;
}
.product_list .action .add_to_compare.checked .fa-check {
	display:inline-block;
}
.product_list .action .cart-button.checking .icon-ecommerce-bag, 
.product_list .action .cart-button.checking .icon-ecommerce-bag.fa-check,
.product_list .action .cart-button.checked .fa-refresh, 
.product_list .action .cart-button.checked .icon-ecommerce-bag {
	display:none;
	
}
.product_list .action .cart-button.checking .fa-refresh, 
.product_list .action .cart-button.checked .fa-check {
	display:inline-block;
}
.product_list.products-list-in-column {
    float: left;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
}
.product_list.products-list-in-column .item {
  float: left;
  width: 33.33%;
}
.product_list.products-list-in-column .cart-action {
	display:none;
}
.product_list.products-list-in-column .product-info .product-desc {
	display:none;
}
.product_list.products-list-in-column .item {
    margin-bottom: 30px;
    padding: 0 15px;
}
.product_list.products-list-in-row .item {
	clear:both;
	float:left;
	width:100%;
	/*margin-bottom:10px;*/
}





.product_list.products-list-in-row .product-info {
    width: 20%;
    float: right;
}
.product_list.products-list-in-row .cart-action {
	width:100%;
	float:left;
	margin-top:30px;
}
.product_list.products-list-in-row .cart-action .cart-button {
    display: inline-block;
    float: left;
    line-height: 21px;
    margin-right: 11px;
    padding: 10px 35px;
    text-align: center;
    width: 164px;
}

.products-list-in-row .product_button {
    margin: 15px 0;
   /* height: 60px;*/
}

.products-list-in-row .product_button .product-btn {

    height: 55px;
}

.products-list-in-row .product-preview {
    float: left;
    width: 77%;
}
.products-list-in-row .product-preview .preview {
    max-height: 90px;
    width: 100%;
    overflow: hidden;
    background-position: -3% -13%;
    background-repeat: no-repeat;
    background-size: 150px;
}

.products-list-in-row .product-preview .preview-rims {
    min-height: 85px;
    /* width: 100%; */
    overflow: hidden;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 85px;
}

.products-list-in-row .product-title-brand {
    margin-left: 135px;
    margin-top: 10px;
}

.products-list-in-row .features-protector-index {
    font-size: 12px;
    min-width: 135px;
}

.products-list-in-row .features-size-details {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 3px;
}

.products-list-in-row .features-left-info {
    margin-left: 135px;
    max-width: 20%;
}

.products-list-in-row .content_price.info_down {
    float: right;
    margin-top: -56px;
}


.products-list-in-row .features-right-info {
    top: 37%;
    position: absolute;
    margin-left: 45%;
}

.products-list-in-row .features-right-info .features-eu, .products-list-in-row .features-right-info .features-eu-db {
    display: inline-block;
    margin-left: 15px;
}

@media (max-width: 991px) {

    .products-list-in-row .features-right-info .features-eu, .products-list-in-row .features-right-info .features-eu-db {
        display: none;
    }

    .products-list-in-row .features-right-info{
        margin-left: 63%;
    }

    .products-list-in-row .features-size-details {
        font-size: 14px;
    }

}

.products-list-in-row .features-season-suverehv, .products-list-in-row .features-season-talverehv, .products-list-in-row .features-season-m\+s, .products-list-in-row .features-studed {
    float: left;
}


.product_list.products-list-in-row .product_action {
    display: none;
}
 .product_list.products-list-in-row .cart-action.product_action {
    display: block !important;
}
.product_list.products-list-in-row .product-desc {
    float: left;
    width: 100%;
}
.product_list.products-list-in-row .product-info .review {
	margin-top:0;
}
.product_list.products-list-in-column .product-image .img-responsive{
	width:100%;
}/*
.products-list-in-row .content_price.info_down {
    float: left;
    margin-top: 0;
}*/
.products-list-in-row .review{
	float:right;
}
.products-list-in-row .price.new {
    font-size: 21px;
    line-height: 21px;
}




/* ------------------------------- */
/* Custom search tyres */


.search_tyre_block {
    background-color: #E6E6E6;
}

.search-tyre-text {
    margin-bottom: 15px;
    text-align: center;
}

.search-rim-text2 {
    margin-top: 22px;
    margin-bottom: 10px;
    text-align: center;
}

.search_tyre_block .block_content {
    padding: 0 15px;
}

.search_tyre_block h2 {
    padding: 15px;
    font-family: "Oswald";
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}

select.search-tyre-korgus {
    font-size: 18px;
    color: #4A4A4A;
    font-weight: 600;
    min-width: 0;
    text-align-last: center;

}

@media (min-width: 768px) and (max-width: 1200px) {

    select.search-tyre-korgus {
        font-family: "Oswald";
        font-weight: 400;
    }

    .search-tyre-sel-block2 {
        width: 31%;
    }

}

.search_tyre_block .tyre-search-btn {
    background: #48B777 none repeat scroll 0 0;
    font-weight: 700;
    line-height: 21px;
    color: #ffffff;
    display: inline-block;
    font-size: 21px;
    font-family: "Oswald";
    margin: 15px 0;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
    border: 0;
}

.search_tyre_block .tyre-search-btn:hover {
    background: #000 none repeat scroll 0 0;
}

.search-tyre-sel-block , .search-tyre-sel-block2  {
    float: left;
    text-align: center;
    width: 30%;
}


 .search-rim-sel-left  {
    float: left;
    text-align: center;
    width: 45%;
    margin-right: 5%;
}

.search-rim-sel-right  {
    float: left;
    text-align: center;
    width: 45%;
    margin-left: 5%;

}


.search-tyre-sel-block label {
    display: block;
    font-size:14px;
    font-weight: 100;
    text-align: center;
    margin-bottom: -3px;
    color: #6D6D6D;
    margin-top: 30px;
}

.search-tyre-sel-block2 label {
    display: block;
    font-size:14px;
    font-weight: 100;
    text-align: center;
    margin-bottom: -3px;
    color: #6D6D6D;
    margin-top: 10px;
}

.tyre-middle-block {
    margin: 0 10px;
}



.broneeri-aeg-img {

    margin-right: auto;
    margin-left: auto;
    display: block;
    padding-top: 30px;
}

@media (max-width: 1200px) {
    .tyre-middle-block {
        margin: 0 5px;
    }

}

.tyre-search-tyre-info {
  background: url(../img/tyre-info.png) no-repeat center bottom;
    height: 90px;
    width: 100%;
    display: inline-block;
}
.search-tyre-suve {
    background: url(../img/search-suve.svg) no-repeat center top;
    min-height: 40px;

}

.search-tyre-talve {
    background: url(../img/search-talve.svg) no-repeat center top;
    min-height: 40px;

}

.search-tyre-naast {
    background: url(../img/search-naast.svg) no-repeat center top 5px;
    min-height: 40px;

}

/* ------------------------------- */

/* ------------------------------- VIEWED PRODUCTS ------------------------------- */

.featured-products .ajax_block_product .product-miniature {

    width: 250px;

}

.featured-products .product-preview .preview-img {
    min-height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 250px;
}






/* ------*/
/* order page */

.table tbody > tr > td.cart_delete {
  min-width: 60px;
  text-align: center;
}
.table tbody > tr > td.cart_product img {
	width:100%;
}
.cart_description .product-name {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.cart_description small, .cart_description small a {
    color: #a3a3a3;
    display: block;
	line-height:24px;
}
.cart_avail > span {
    background: #5cb85c none repeat scroll 0 0;
    border-radius: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 6px;
    text-transform: uppercase;
}
.cart_unit .old-price {
	color: #828282;
	margin-right: 20px;
	text-decoration: line-through;
	font-weight:400;
	font-size: 14px;
}
.cart_unit .price, .cart_unit span {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}
.cart_quantity .cart_quantity_input.form-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #e0e0e0;
    color: #000000;
    height: 44px;
    width: 47px;
}
.quantity-control .input-group-addon:first-child {
	border-radius: 2px 0 0 2px;
}
.quantity-control .input-group-addon:last-child {
	border-left:none;
}
.quantity-control .input-group-addon:first-child {
	border-right:none;
}
.cart_total span {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}
#cart_summary.table-bordered > tfoot > tr > td {
    color: #a3a3a3;
    line-height: 32px;
    padding-left: 33px;
    text-align: left;
    text-transform: uppercase;
}
#cart_summary.table-bordered > tfoot > tr > td.price {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
}

.total_price_container.text-right span {
    color: #000000;
    font-weight: 700;
}
.date-select-form div.selector span, div#uniform-id_country.selector span {
	display: none;
}
.date-select-form div.selector {
	border: 1px solid #ebebeb;
}
.date-select-form div {
  display: inline-block;
  margin-right: 10px;
}
.btn.btn-default.standard-checkout {
    margin-left: 7px;
}

div#uniform-id_state.selector span {
  display: none;
}
.required div.selector {
  border: 1px solid #ebebeb;
  height: 40px;
  min-width: 135px;
}
/* ------ */
.breadcrumb {
    background: rgba(0, 0, 0, 0) url("../img/def-top-bg2.jpg") center center;
    border-radius: 0;
    padding: 45px 0;
    text-align: left;
    background-size: cover;
}

@media (max-width:1199px) {
    .breadcrumb {
        padding: 15px 0;
    }
}
.breadcrumb, .breadcrumb a {
	color:#fff;
}
.breadcrumb a:hover{color:#d5292c;}
.breadcrumb-link , .breadcrumb .home, .bread-content, .display-link{
    text-transform: uppercase;
}
.category-name_bread {
    font-family: "Oswald";
    font-size: 36px;
    padding-bottom: 6px;
    text-transform: uppercase;
}

#best-sales .breadcrumb {
	margin-bottom:90px;
}
.breadcrumb .category-description {
	color:#ffffff;
}
.image_swap:hover .product-img1 {
	transition:all 0.5s ease-out 0s;
}
.image_swap:hover .product-img2 {
	transition:all 0.5s ease-out 0s;
	left: 0;
	opacity: 1;
	top: 0;
}
.image_swap .product-img2 {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition:all 0.5s ease-out 0s;
}
.bestseller_products .image_swap .product-img2 {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 112px !important;
}
.bestseller_products .image_swap:hover .product-img2 {
	transition:all 0.5s ease-out 0s;
	left: 0;
	opacity: 1;
	top: 0;
}
.bestseller_products .preview {
    float: left;
    margin-right: 20px;
    width: 112px;
}
.bestseller_products .product-info {
    margin-left: 132px;
    text-align: left;
}
.bestseller_products .product-preview{
    background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;
}
.bestseller_products .product-title {
    padding: 3px 0 13px;
}
.bestseller_products .review {
    display: block;
    float: none;
    padding-bottom: 10px;
    padding-right: 0;
    padding-top: 16px;
}
.bestseller_products .content_price .price {
    float: left;
}
.bestseller_products h3 , h3.text-topheader, .brand_home1 .addon-title > h3, #newsletter_block_left > h3, .blog_home1 h3{
    font-family: "Oswald";
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}
h3.text-topheader {
    font-size: 22px;
    font-weight: 500;
    padding: 0;
}
.bestseller_products .product-img2 {
    width: 112px;
}
.bestseller_products .product-carousel {
    overflow: hidden;
}
.bestseller_products .content_price .old.price{
	padding-left:0px;
	padding-right:10px;
}
.color_to_pick_list {
   /* float: left;*/
    margin: 22px 0 0;
    opacity: 1;
    transition: all 0.5s ease 0s;
    width: auto;
}
.color_to_pick_list a {
    background-size: cover;
    display: inline-block;
    height: 20px;
    margin: 0;
    width: 20px;
}
.color_to_pick_list.clearfix.variant-links > li {
    float: left;
    margin-right: 5px;
}
.dontshow input, .dontshow > div {
	padding-top: 9px !important;
}
#off-canvas-menu li > a em.fa-angle-left {
	display:none !important;
}
/*=====================================
=            SHOPPING CART            =
=====================================*/
ul#order_step {
    margin-bottom: 40px;
	
	
}

ul#order_step li {
    background: #000000 none repeat scroll 0 0;
    border: 2px solid #000000 !important;
    float: left;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 20%;
}

ul#order_step li span,
ul#order_step li a {
    color: #fff;
    font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
}

ul#order_step li.step_current {
    background: #fff;
    border: 1px solid #d5292c;
}

ul#order_step li.step_current span,
ul#order_step li.step_current a {
    color: #666;
}

ul#order_step li span em,
ul#order_step li a em {
    font-style: normal;
}

#order #order-detail-content {
    margin-bottom: 50px;
}

table#cart_summary .cart_avail,
table#cart_summary .cart_unit,
table#cart_summary .cart_total {
	text-align: center;
}


table#cart_summary .cart_quantity_input {
	font-weight: 400;
	font-size: 14px;
	text-align: center;
}
table#cart_summary .cart_quantity_button {
	padding-top: 5px;
}
.blog-widget {
	margin-bottom:20px;
}
.alert.alert-success, .alert.alert-danger {
    display: none;
}
.nav-tabs > li > a:hover{
	border-color:#ccc ;
}
/*Blog*/
.post-info {
    margin-top: 20px;
}
.post-title {
    border-bottom: 1px solid #000000;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 15px;
    padding-top: 4px;
    text-transform: uppercase;
}
.blog-carouselfooter .post-title{
	font-weight:500;
}
.post-date span {
    display: block;
}
.post-date {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    margin-right: 23px;
    padding: 10px 12px;
    text-align: center;
}
.post-date .day {
    font-family: "Oswald";
    font-size: 24px;
}
.post-date .month {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}
.comment_views {
    padding-top: 12px;
}

.comment_views span {
    font-size: 12px;
    font-weight: 700;
    margin-right: 12px;
}
.comment_views > span i {
    padding-right: 6px;
}
/**FOOTER*/
.footer_home {
    background: #000000 none repeat scroll 0 0;
}
.footer_home {
    background: #000000 none repeat scroll 0 0;
    padding: 60px 0 47px;
}
.footer1_left {
    color: #a3a3a3;
}
.footer1_left  .addon-box {
    color: #a3a3a3;
    float: left;
}
.footer1_left {
    color: #a3a3a3;
}
.footer1_left  .addon-box {
    color: #a3a3a3;
    float: left;  
}
.footer1_left .addon-box:nth-child(1){
	width: 45%;
	padding-bottom:25px;
}
.footer1_left  .addon-box:nth-child(2) {
	width: 55%;
}
.footer1_left .addon-box:nth-child(3), .footer1_left  .addon-box:nth-child(4) {
    clear: both;
    width: 100% !important;
}
.footer1_left .contact-info label {
    color: #ffffff;
    margin-bottom: 0;
    padding-right: 3px;
}
.footer1_left .contact-info > span {
    display: block;
    text-transform: uppercase;
}
.footer1_left .contact-info label {
    color: #ffffff;
    margin-bottom: 0;
    padding-right: 3px;
}
.footer1_left .contact-info > span {
    display: block;
    text-transform: uppercase;
}
.footer1_left #social_block {
    margin-top: 43px;
}
.footer1_left #social_block li {
    border: 2px solid #ffffff;
    display: inline-block;
    height: 45px;
    line-height: 43px;
    margin-right: 9px;
    text-align: center;
    width: 45px;
}
.footer1_left #social_block li:hover {
    border-color: #d5292c;
}
.footer1_left #social_block li  a{
	color:#fff;
}
.footer1_left #social_block li:hover a {
	    color: #d5292c;
}
.footer_blog .blog-item {
    float: left;
    height: 99px;
    width: 100%;
}
.footer_blog .post-date {
    border: 2px solid #ffffff;
}
.contact-info.contact__info_sub li {
    text-transform: uppercase;
}
.blog-carouselfooter {
    height: 272px;
    overflow: hidden;
}
.footer_blog .addon-title > h3, .instagram h3, .footer_content h3, #block_myaccount_infos h3.myaccount-title {
    color: #ffffff;
    font-family: "Oswald";
    font-size: 24px;
    padding-bottom: 25px;
    text-transform: uppercase;
}

#block_myaccount_infos .account-list a, ul#footer_account_list.account-list a {
    color: #a3a3a3;
}
.footer_blog  .post-date {
    padding: 9px 10px;
}
.footer_blog .post-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    padding-bottom: 18px;
}
.footer_blog .blog-item:hover .post-date {
    border-color: #d5292c;
}
.footer_blog  .blog-item:hover .post-title{
	color:#d5292c;
}
.contact-info span {
    line-height: 28px;
}
.instagram a img {
    opacity: 0.8;
    transition: all 250ms ease-in-out 0ms;width: 100%;
	overflow:hidden;
	height:100%;
}
.instagram a:hover img{
    margin: 0;
    opacity: 1;
}
.instagram .addon-box > div > a {
  display: flex;
  flex: 1 1 22%;
  padding: 8px;
}
.instagram .addon-box > div {
    display: flex;
    flex-flow: row wrap;
    margin: -6px -8px 0;
}
.footer_2 {
    background: #000000 none repeat scroll 0 0;
    padding: 50px 0 37px;
}
.footer_2 .addon-box a {
    color: #a3a3a3;
}
.footer_2 .addon-box a:hover{
	color:#d5292c;
}
#paiement_logo_block_left img {
    border-radius: 3px;
    height: 22px;
    margin-right: 8px;
    width: 30px;
}
.footer_3 {
    border-bottom: 1px solid #333333;
    border-top: 1px solid #333333;
    padding: 24px 0;
}
.footer_3_right {
    color: #a3a3a3;
    text-align: right;
}
.footer_3_right a {
    color: #ffffff;
    text-transform: capitalize;
}
.adsensebanner {
    border-bottom: 1px solid #333333;
    border-top: 1px solid #333333;
}
.adsensebanner .container {
    padding: 20px 0;
}
.adsensebanner .jms-banner{
    text-align:center;
}

.nav-tabs{
	border-bottom:0;
}
.nav-tabs > li > a {
    border: 0 none;
    color: #cccccc;
    float: left;
    font-family: "Oswald";
    font-size: 16px;
    padding: 0px 24px;
    text-transform: uppercase;
    margin-right: 0px;
	border-right:2px solid #cccccc;
	border-radius:0px;
}
.nav-tabs > li {
    float: none;
}
.nav-tabs > li:last-child > a{
	border-right:0px;
}
.nav.nav-tabs li {
    display: inline-block;
}
.nav-tabs li  a.active, .nav-tabs li a.active:focus, .nav-tabs li  a.active:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 0 none;
    border-left: 0 none;
    border-top: 0 none;
    color: #000000;
	border-right:2px solid #cccccc;
}
.product_tab .nav-tabs li a.active{
	 text-decoration: line-through ;
	 text-decoration-color:#d5292c;
}
.nav-tabs li:last-child a.active, .nav-tabs li:last-child  a.active:focus, .nav-tabs li:last-child a.active:hover{
	border-right:0;
}
.category_tag .nav-tabs > li > a {
    font-size: 24px;
    font-weight: 400;
    padding: 0 0 16px;
    border: 0;
	color:#000;
}
.category_tag .nav-tabs > li > a:hover {
    border: 0;
}
.back-to-top {
    background: #d5292c none repeat scroll 0 0;
    bottom: 10%;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    height: 48px;
    line-height: 47px;
    position: fixed;
    right: 0;
    text-align: center;
    width: 48px;
    z-index: 9;
}
.adsensebanner .jms-banner img {
    width: 100%;
}
/*effect blog*/
.view-blog {
    overflow: hidden;
    position: relative;
}
.blog-item a.preview-image::before {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: -100%;
    content: "";
    height: 100%;
    position: absolute;
    transition: all 0.6s ease 0s;
    width: 100%;
	  z-index: 1;
}
.view-blog .read-more {
    border: 1px solid #ffffff;
    color: #ffffff;
    left: 50%;
    margin-left: -58px;
    margin-top: -22px;
    padding: 10px 25px;
    position: absolute;
    top: -50%;
	z-index:1;
}
.view-blog .read-more:hover {
    background:#d5292c;
}
.blog-item:hover a.preview-image::before {
    bottom: 0;
    transition: all 0.8s ease 0s;
}
.blog-item:hover .read-more {
    top: 50%;
}

.view-blog .read-more:hover{
	background-color:#d5292c
}
footer {
    margin-top: 40px;
}
#index footer {
    margin-top: 0;
}
.pagenotfound h1 {
    font-family: "Oswald";
}
#off-canvas-menu li > a em::before {
    background: rgba(0, 0, 0, 0) url("../img/demo/plus.png") no-repeat scroll 0 0;
    height: 23px;
    position: absolute;
    right: 0;
    top: 11px;
    width: 23px;
}
#off-canvas-menu li.open> a em::before {
    background: rgba(0, 0, 0, 0) url("../img/demo/minus.png") no-repeat scroll 0 0;
    height: 23px;
    position: absolute;
    right: 0;
    width: 23px;
	top: 11px;
}
#off-canvas-menu .fa.fa-angle-right::before, #off-canvas-menu .fa.fa-angle-down::before
{
	font-size:0px;
}
.close-button::after {
    background: rgba(0, 0, 0, 0) url("../img/demo/icon_close.png") no-repeat scroll 0 0;
    content: " ";
    height: 24px;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 24px;
}
#off-canvas-menu .nav .open > a, #off-canvas-menu .nav .open > a:focus, #off-canvas-menu .nav .open > a:hover{
	background:#fff;
}
/*effect*/
.wrapper-banner a {
    overflow: hidden;
}
.wrapper-banner:hover  img {
    transform: scale(1.1);
}
.wrapper-banner:hover > a::before {
    transform: scale(1);
}
.wrapper-banner > a::before {
    background: rgba(250, 250, 250, 0.1) none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: transform 1s ease 0s;
    width: 100%;
    z-index: 5000;
}
.wrapper-banner img {
    transition: all 1s ease 0s;
    width: 100%;
}
/*custom_carousel*/
.custom_carousel .item.ajax_block_product{
    padding-top:22px;
}
.custom_carousel .owl-stage-outer, .product-carousel  .owl-stage-outer{
    overflow: unset !important;
}
.product_tab .tab-pane, .category_tab .tab-pane {
    overflow: hidden;
    padding: 0 14px 3px;
}
.product_tab .tab-content, .category_tab .tab-content {
	margin: 0 -15px;
}
.latest_products .product_tab, .tag_bestshoes, .tag_bestbags{
	overflow: hidden;
	padding-bottom:3px;
}
/**/
#categories_block_left.block::before, #layered_block_left.block::before, 
#best-sellers_block_right.block::before{
    content: "";
    height: 30px;
    position: absolute;
    right: -6px;
    top: 4px;
    width: 30px;
	z-index:1;
}
#layered_block_left.block::before, #categories_block_left.block::before,
#best-sellers_block_right.block::before {
    background: rgba(0, 0, 0, 0) url("../img/demo/minus.png") no-repeat scroll 0 0;
}
#categories_block_left.block.show::before, #layered_block_left.block.show::before,
#best-sellers_block_right.block.show::before{
	background: rgba(0, 0, 0, 0) url("../img/demo/plus.png") no-repeat scroll 0 0;
}
#categories_block_left.block.show .block_content, #layered_block_left.block.show  .block_content,
#best-sellers_block_right.block.show  .block_content{
	display:none;
}
#categories_block_left.block .block_content, #layered_block_left.block .block_content,
#best-sellers_block_right.block  .block_content{
	display:block;
}
#layered_block_left, #categories_block_left, #best-sellers_block_right{
	position:relative;
	z-index:2;
}
#categories_block_left li span.grower.OPEN::before {
    background: rgba(0, 0, 0, 0) url("../img/demo/minussmall.png") no-repeat scroll 0 0;
    top: 15px;
}
#categories_block_left li span.grower.CLOSE::before {
	background: rgba(0, 0, 0, 0) url("../img/demo/plussmall.png") no-repeat scroll 0 0;
	top:9px;
}
/**shopping_cart*/
.shoppingcart-box {
    border: 2px solid #000000 !important;
    left: auto;
    min-width: 321px !important;
    padding: 0 !important;
    right: 0;
    z-index: 5001;
}
.cart_dropdown_list .product-image {
    display: inline-block;
    float: left;
    width: 112px;
}
.cart_dropdown_list .description {
    color: #111111;
    float: left;
    line-height: 26px;
    padding-left: 20px;
    position: relative;
    width: calc(100% - 112px);
}
.cart_dropdown_list {
    border-bottom: 2px solid #000000;
    margin-bottom: 20px;
    padding: 23px 25px 10px;
}
.cart_dropdown_list, .cart_dropdown_list .cart-wrap {
    clear: both;
    float: left;
    width: 100%;
}
.description > a {
    border-bottom: 1px solid #000000;
    display: block;
    padding-bottom: 13px;
}
.description > a, .description > span {
    font-weight: 700;
    text-transform: uppercase;
}
.quantity {
    color: #a3a3a3;
    font-weight: 300;
}

.fa-trash:before {
    content: "\f1f8";
}

.cart_dropdown_list .remove_link {
 /*   position: absolute;
    color: #000;
    right: auto;
    top: auto;
    bottom: 26px;
    left: calc( 50% + 30px);
    font-size: 17px;*/
}

.remove_link .fa {
    color: rgba(17, 17, 17, 0.5);
}

.description .quantity-formated, .description .price {
    display: inline-block;
    font-family: "Oswald";
    font-size: 16px;
    padding-top: 8px;
}

.cart-subtotals .products .label, .cart-subtotals .shipping .label, .cart-subtotals .tax .label, .cart-total .label {
    clear: both;
    color: #000;
    float: left;
    font-family: "Oswald";
    font-size: 16px;
    font-weight: 400;
    padding-left: 24px;
    text-transform: uppercase;
}
.cart-subtotals .products .value, .cart-subtotals .shipping .value, .cart-subtotals .tax .value, .cart-total .value{
	text-align:right;
	float:right;
	padding-right:23px;
	 font-family: "Oswald";
    font-size: 16px;
    font-weight: 400;
    padding-left: 24px;
    text-transform: uppercase;
}
.checkout-info {
    text-align: center;
}
.cart_dropdown_list li {
    display: inline;
    float: left;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}
.check_button {
    clear: both;
    margin: 0 auto;
    text-align: center;
}
.remove_link {
   /* bottom: -22px;
   position: absolute;*/
    margin-left: 30px;
    /*right: 0;*/
}
.topbar_right .cart-products-count {
    font-family: "Oswald";
    font-size: 16px;
    padding-left: 21px;
    padding-top: 20px;
    text-transform: uppercase;
}
.open > .dropdown-menu{
	border-radius:0px !important;
}
/*custom*/
.discount.flag-item{
	display:none;
}
.navbar-toggler.collapse-icons .icon_sub::before {
    color: #a3a3a3;
    content: " ";
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    vertical-align: middle;
    width: 25px;
}
.navbar-toggler.collapse-icons .icon_sub.add::before {
    background: rgba(0, 0, 0, 0) url("../img/demo/plussmall.png") no-repeat scroll 0 0;
	top:12px;
}
.navbar-toggler.collapse-icons .icon_sub.remove::before {
    background: rgba(0, 0, 0, 0) url("../img/demo/minussmall.png") no-repeat scroll 0 0;
	top:17px;
}
#product .navbar-toggler.collapse-icons .icon_sub.add::before {
    top: -4px;
}
#product .navbar-toggler.collapse-icons .icon_sub.remove::before {
    right: -11px;
    top: 15px;
}
.quantity::after {
    color: #a3a3a3;
    content: "x";
    padding-left: 3px;
    padding-right: 3px;
}
.quickview .product-cover .layer {
    display: none;
}
#blockcart-modal .close{
	opacity:1 !important;
	color:#fff !important;
}
.quickview  .images-container .product-images > li.thumb-container > .thumb{
	width:93px;
	margin-right:0px;
}
.quickview  .product-images.js-qv-product-images {
    margin: 0 auto;
    width: 100%;
}
.modal.fade.quickview.in {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    z-index: 5002;
}
.pb-left-column{
	padding-left:15px;
}
.modal-backdrop.in {
    display:none;
}
.breadcrumbfirst {
    padding-bottom: 10px;
}
.product_list.products-list-in-column .filters-panel-bottom {
    border-top: 1px solid #000;
}
.product_list.products-list-in-row .products.row {
    border-bottom: 1px solid #000;
}
.pagination-list.clearfix.pagination-top, .product-count {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
}
.product_list.row.products-list-in-row {
    margin-left: 0;
    margin-right: 0;
}
.modal-dialog.cover_product1 {
    margin: 66px auto;
    width: 1170px;
}
.images-container .product-images > li.thumb-container {
    display: inline;
}
.modal-dialog.cover_product1 .arrows.js-arrows, .modal-dialog.cover_product1 .scroll-box-arrows {
    display: none;
}
#search_widget button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    left: auto;
    line-height: 40px;
    position: absolute;
    right: 30px;
    top: 3px;
}
.search-widget {
    padding: 0;
    position: relative;
}
.ui-autocomplete-input::-webkit-input-placeholder{
	padding-left:3px;
}
.ui-autocomplete-input::-moz-placeholder {
	padding-left:3px;
}
.highlighted-informations.hidden-sm-down {
  /*  margin-top: 21px;*/
}
.product-btn[disabled] {
    background-color: #ccc !important;
    border-color: #ccc;
    color: #fff;
    opacity: 0.65;
}

.product-btn[disabled] span, .btn-primary[disabled] span{
    font-size:0px;
}
.product-btn[disabled]::before {
    content: "OUT OF STOCK";
    line-height: 32px;
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary.active[disabled], .btn-primary.focus[disabled], .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover{
	background-color: #ccc !important;
    border-color: #ccc;
}
#add_to_cart.btn-primary[disabled]{
	padding:9px 35px;
}
#add_to_cart.btn-primary[disabled]::before{
    content: "OUT OF STOCK";
    line-height: 23px;
	
}
.language-selector-wrapper .dropdown-item > img {
    margin-right: 5px;
}
#index .item.ajax_block_product {
  /*  margin-bottom: 22px;*/
	clear:both;
}
.breadcrumbfirst .container > span {
    display: block;
    font-family: "Oswald";
    font-size: 36px;
    line-height: 43px;
    text-transform: uppercase;
}
@media (max-width:600px) {
    .breadcrumbfirst .container > span {
        display: none;
}

.breadcrumbfirst ol {
    text-transform: uppercase;
}
.img-responsive.product-img1 , .image_swap .product-img2{
    width: 100%;
}

