@font-face {
    font-family: 'Lato-Medium';
	src: url('fonts/lato/Lato-Medium.ttf');
    font-style: normal;
    font-weight: 500;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Lato-Heavy';
	src: url('fonts/lato/Lato-Heavy.ttf');
    font-style: normal;
    font-weight: 800;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Lato-Semibold';
	src: url('fonts/lato/Lato-Semibold.ttf');
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
}
html, html a {
	-webkit-font-smoothing:antialiased
}
html {
	-ms-overflow-style:scrollbar
}
body {	
	font-size:16px;		
	line-height: normal;
	letter-spacing: 0.01em;
	color:#37474f;
	font-weight:400;	
	font-family: 'Lato', sans-serif;
	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: #37474f;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
a:hover,
a:focus {
  color:#00C0A5;
  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: #00C0A5;
    border: 1px solid #00C0A5;
    border-radius: 0;
    color: #fff;
    margin-bottom: 18px;
    padding: 15px; 
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
.warning,
.alert-warning,
.alert-danger,
.warning_inline {
    background-color: #EC971F;
    border-color: #EC971F;
    color: #fff;
	border-radius: 0;
}
.alert.alert-success::before {
    content: "\f05d";
    font-family: "FontAwesome";
    font-size: 20px;
    padding-right: 7px;
    vertical-align: -2px;
}
.alert.alert-danger::before {
    content: "\f0e7";
    font-family: "FontAwesome";
    font-size: 20px;
    padding-right: 7px;
    vertical-align: -2px;
}
.error {
    background: none repeat scroll 0 0 #FFCCCC;
    border: 1px solid #990000;
    font-size: 100%;
    margin: 0 0 10px;
    padding: 10px;
    font-weight: bold;
}
.error ol {
    margin-left: 20px;
}
ol, ul {
    list-style: none outside none;
}
p {
  margin: 0 0 10px;
}
.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.625em;
	font-family:"Lato-Heavy";
}
h2 {
	margin:0;
	padding:0 0 0.75em;
	font-size:2.25em;	
	font-family:"Lato-Heavy";
}
h3 {
	margin:0;
	padding:0 0 0.67em;
	font-size:1.875em;
	font-family:"Lato-Heavy";
}
h4 {
	margin:0;
	padding:0 0 0.52em;
	font-size:1.5em;	
	font-family:"Lato-Heavy";
}
h5 {
	margin:0;
	padding:0 0 0.52em;
	font-size:1em;
	font-family:"Lato-Heavy";	
}
h6 {
	margin:0;
	padding:0 0 0.92em;
	font-size:1em;
	font-family:"Lato-Heavy";	
}
.page-heading {
    font-size: 25px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}
.page-subheading {
    font-size: 0.86em;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}
.postcode input.uniform-input {
    background: #f8f8f8 none repeat scroll 0 0;
    border-color: #ebebeb;
    padding: 0 15px;
}
label {
	margin-bottom: 10px;
	font-weight: 300;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  list-style:none;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #010101;
}
abbr.initialism {
  font-size: 0.9em;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #010101;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.page-header {
	margin-top:0px;
}
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: #00C0A5;
  outline: 0;
}
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 {
	background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    box-shadow: none;
    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: #00C0A5;
}
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: #7d7d7d;
  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: #7d7d7d;
}
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: #7d7d7d;
}
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: #7d7d7d;
	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 {  
	background: #f8f8f8 none repeat scroll 0 0;
    border-color: #ebebeb;
    color: #2b3e50;
    font-size: 12px;
    height: 30px;
    line-height: normal;
    width: 100%;
  }
}
select,
select.form-control,
select.inputbox,
select.input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0;
    box-shadow: none;
    min-width: 120px;
    padding-right: 5px;
    width: auto;
}
div.selector1 > div{
	border: 1px solid #b6b6b6;
}
div.selector select{
	padding: 0 5px;
}
.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: #00C0A5;
  border-color: #669900;
}
sup {
    color: #fd0101;
    font-size: 15px;
}
#uniform-id_address_delivery select.form-control{
	border: 0;
}
div.selector1 > div#uniform-id_address_delivery {
    border: 1px solid #e3e3e3;
	min-width: 120px;
}
.addressesAreEquals div.checker span {
    position: relative;
    top: -4px;
}
/********* TABLES ********/
table.std, table.table_block {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    margin-bottom: 20px;
    width: 100%;
}
table.std td, table.table_block td {
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    padding: 10px;
    vertical-align: top;
}
.table {
  width: 100%;
  margin-bottom: 30px;
}
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
    line-height: 1.42857;
    vertical-align: top;
    border-bottom:none;
}
.table thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #d6d4d4;
}
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0 none;
    font-family: "Lato-Heavy",sans-serif;
    font-size: 17px;
    letter-spacing: 0;
    padding: 13px 8px;
    text-align: center;
    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;
    vertical-align: middle;
}
.table-bordered {
	border: 1px solid #ebebeb;
    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 #ebebeb;
	text-align: center;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 0;
}

.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 tbody > tr > td.cart_delete{
	text-align: center;
	min-width: 30px;
}
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;
	/*min-width: 200px;*/
	padding: 10px;
}
@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 {
	color: #2b3e50;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
	border-radius: 0;
	position: relative;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active{
	background: #00C0A5;
	color: #fff;
    border-color: #00C0A5;
    outline: 0 none !important;
	cursor: pointer;
}
.btn-default,
.button_large {
	background: #fff none repeat scroll 0 0;
    /*border-radius: 3px;*/
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    font-family: "Lato-Heavy",sans-serif;
    font-size: 17px;
    padding: 12px 20px;
}
.button_large {
    padding: 9px 20px;
    vertical-align: middle;
}
.button_large:hover{
	background:#000000;
	color: #fff;
}
.btn-mega {
    border-radius: 0;
    color: #000000;
    font-size: 0.92em;
    padding: 6px 20px;    
	border-radius: 2px;  
}
.btn-default.disabled, 
.btn-default.disabled.active, 
.btn-default.disabled:active, 
.btn-default.disabled:focus, 
.btn-default.disabled:hover, 
.btn-default[disabled], 
.btn-default.active[disabled], 
.btn-default[disabled]:active, 
.btn-default[disabled]:focus, 
.btn-default[disabled]:hover, 
fieldset[disabled] .btn-default, 
fieldset[disabled] .btn-default.active, 
fieldset[disabled] .btn-default:active, 
fieldset[disabled] .btn-default:focus, 
fieldset[disabled] .btn-default:hover {
	background:#EEE;
}
.btn-mega:hover,
.btn-mega:focus,
.btn-mega:active {
	background-color: #00C0A5;
    border-color: #00C0A5;
    color: #fff;
    outline: 0 none !important;
}
.btn-primary {
	opacity:1;
	padding:10px 35px;
}
.btn-default.active:hover,
.btn.active:hover{
	background-color: transparent;
	border: 1px solid #00C0A5;
	color:#00C0A5;
}
.btn.active,
.btn:active{
	box-shadow:none;
}
.btn {
    border-color: #ebebeb;
    font-family: "Lato",sans-serif;
    font-size: 17px;
    letter-spacing: 0.05em;
    padding: 12px 25px;
    text-transform: uppercase;
}
.nav-tabs > li > a::before {
    background: #00C0A5 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
}
.nav-tabs > li > a {
    border: 0 none;
    border-radius: 0;
    color: #31415c;
    font-size: 17px;
    font-weight: 800;
    line-height: 30px;
    margin-right: 0;
    padding: 0 0 7px;
    text-transform: uppercase;
}
.nav-tabs > li.active > a::before, 
.nav-tabs > li:hover > a::before {
    opacity: 1;
}
.nav-tabs > li {
    margin: 0 20px;
}
.nav-tabs > li:first-child {
    margin-left: 0;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover{
	border: 0;
}
.nav-tabs > li.active > a, 
.nav-tabs > li:hover > a {
    color: #00C0A5;
	background: none;
}
.tab-content > .tab-pane{
	opacity: 0;
	filter: alpha(opacity=0);
}
.tab-content > .tab-pane.active{
	opacity: 1;
	filter: alpha(opacity=100);
}
.tab-content > .active.tab-pane {
    height: auto;
    visibility: visible;
}
.tab-content {
    padding: 25px 0 0;
}
.panel-default > .panel-heading {
    background-color: #f0f0f0;
    border-radius: 0;
}
.panel-group .panel {
    border-color: #ebebeb;
    border-radius: 0;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-color: #ebebeb;
}
.icon.icon-typo {
    position: relative;
}
.icon.icon-typo::before {
    content: "-";
    display: inline-block;
    float: right;
    font-size: 17px;
    font-style: normal;
}
.panel-title {
    padding: 5px 0;
}
.collapsed .icon.icon-typo::before {
    content: "+";
}
.map {
    margin-bottom: 30px;
}
.form-group > label {
    font-size: 13px;
    font-weight: 400;
}
.fontawesome-icon-list .fa-hover a {
    line-height: 28px;
}
.styled-list > li {
    line-height: 28px;
    padding-left: 15px;
}
.styled-list > li::before {
    content: "-";
    margin-right: 10px;
}


.font-anton {
  font-family: 'Anton', sans-serif!important;  
}


/******** HEADER **************/
.mega-menu.navbar-fixed-top {
    background: #ffffff;
    box-shadow: 0 0 5px;
}
.topbar.navbar-fixed-top {
    background: #000000;
    padding: 20px 0;
    box-shadow: 0 0 5px;
}
.btn-group.open .dropdown-toggle{
	box-shadow: none;
}
.search_block .btn-group > a {
    background: #00c0a5 url("../img/search.png") no-repeat scroll center center;
    border-radius: 0 3px 3px 0;
    font-size: 0;
    min-height: 50px;
    min-width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: -1px;
}
.jms_ajax_search input[type="text"]::-moz-placeholder {
    color: #37474f;
    letter-spacing: 0.05em;
    line-height: 48px;
}
.topbar-right .addon-box, 
.topbar-right .addon-box a {
    color: #37474f;
    font-family: "Lato-Medium",sans-serif;
    font-size: 15px;
    letter-spacing: 0.05em;
}
.topbar-right {
    float: right;
    text-align: right;
    width: auto;
}
.topbar-right .addon-box {
    display: inline-block;
}
.topbar-right .addon-box:first-child {
    border-bottom: 1px solid #ebebeb;
    display: block;
}
.topbar-right .addon-box:first-child p {
    margin-bottom: 9px;
}
.topbar-right .addon-box .btn-group a {
    border-radius: 0;
    padding: 7px 20px 0;
	display: inline-block;
}
.topbar-right .addon-box .btn-group a .fa {
    color: #7f7f7f;
    font-size: 12px;
    margin-left: 2px;
    vertical-align: middle;
}
.topbar-right .addon-box:last-child .btn-group a {
    padding-right: 0;
}
.topbar .search_block {
    padding: 4.5px 15px;
}
.topbar .navbar-logo {
    padding: 14.5px 15px;
}
.topbar{
	padding: 35px 0;
}
.topbar .open > .dropdown-menu {
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
    margin-top: 15px;
    min-width: 110px;
    padding: 12px 25px;
}
.topbar .open > .dropdown-menu li > a {
    font-size: 13px;
    padding: 0;
}
.topbar .open > .dropdown-menu li > a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #00c0a5;
}
.topbar .open > .dropdown-menu li {
    padding: 3px 0;
}
.topbar .jms-megamenu .mega-nav li > a {
    font-size: 15px;
}
.topbar .jms-megamenu .mega-nav li.group > a {
    font-size: 16px;
}
.topbar .image_language img {
    margin-right: 5px;
    vertical-align: baseline;
}
.topbar .open > .dropdown-menu li > a .icon_curencies {
    margin-right: 5px;
}
.header-bar {
    background: #f3f3f3 none repeat scroll 0 0;
	position:relative;
}
.cart_block {
    text-align: right;
}
.header-bar .mega-menu {
    position: static;
}
.header-bar .container {
    position: relative;
}
.jms-row .change-position .price.old {
    color: #37474f;
}
.mega-menu .change-position.position-2 .col-sm-2 {
    float: left;
    width: 20%;
}
.jms-megamenu .dropdown-menu .products-top .mega-nav li.group {
    margin-bottom: 0;
}
.jms-megamenu .dropdown-menu .products-top .mega-nav li.group > a {
    margin-bottom: 30px;
}
.change-position .owl-theme .owl-controls .owl-nav div.owl-prev, 
.change-position .owl-theme .owl-controls .owl-nav div.owl-next {
    height: 24px;
    width: 24px;
}
.change-position .owl-theme .owl-controls .owl-nav div.owl-prev::before, 
.change-position .owl-theme .owl-controls .owl-nav div.owl-next::before {
    line-height: 24px;
    font-size: 13px;
}
.change-position .owl-theme .owl-controls {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-top: 0;
    right: 0;
    top: -54px;
}
.change-position .product-info {
    min-height: auto;
    padding-bottom: 0;
}
.change-position .product-preview:hover {
    box-shadow: none;
}
.change-position .product-preview:hover .hook-reviews {
    display: block;
}
#off-canvas-menu li .product-info a {
    font-size: 16px;
    font-weight: 600;
    padding: 0;
}
#off-canvas-menu li .product-preview a.products-block-image {
    padding: 0;
}
/*******SLIDER*******/
.jms-slider-wrapper {
    margin: 0 !important;
}
/******** PRODUCT BOX ********/
.ajax_block_product {
    margin:5px 15px 5px;
}
.label-product {
    background: #ff5252;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    left: 10px;
    letter-spacing: 0.05em;
    line-height: normal;
    padding: 3px 5px;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
}
.new-box.label-product {
    background: #00c0a5;
    left: auto;
    right: 10px;
}
.product-preview .nbcomments{
	display: none;
}
.rating .icon {
    display: inline-block;
}
.rating .icon::before {
    color: #d5d5d5;
    content: "\f005";
    font-family: "FontAwesome",sans-serif;
    font-size: 16px;
    font-style: normal;
}
.rating .icon.star-full::before {
    color: #ffae00;
}
.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{
    display: none;
}
.product-btn.checking .fa-spin,
.product-btn.checked .fa-check{
	display: inline-block;
}
.product-preview .quick-view.btn-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    bottom: 0;
    line-height: 47px;
    height: 45px;
    width: 40px;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0px;
    text-align: center;
    transition: opacity 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s;
	-webkit-transition: opacity 0.5s ease 0s;
	-o-transition: opacity 0.5s ease 0s;
	margin: 0;
}
.product-preview .preview {
    position: relative;
	overflow:hidden;
}
.product-preview .quick-view.btn-default::before {
    border-color: transparent #d7d7d7 #d7d7d7 transparent;
    border-style: solid;
    border-width: 34px;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
}
.product-preview .quick-view.btn-default:hover::before {
    border-color: transparent #00C0A5 #00C0A5 transparent;
}
.product-preview .quick-view.btn-default:hover{
	background: none;
}
.product-preview .quick-view.btn-default span {
    font-size: 20px;
    position: relative;
}
.product-info {
    padding-bottom: 30px;
    padding-top: 22px;
    text-align: center;
	min-height: 165px;
}
.product-info .title {
    font-family: "Lato-Semibold",sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}
.product-preview:hover .quick-view.btn-default {
    opacity: 1;
}
.product-preview:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.product-preview:hover .color_to_pick_list {
    transform: translateX(0px);
    transition: all 0.4s ease 0s;
	opacity:1;
	visibility:visible;
}
.color_to_pick_list {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    margin: 0;
    padding: 10px 15px;
    position: absolute;
    transform: translateX(-100%);
    transition: all 0.4s ease 0s;
	opacity:0;
	visibility:hidden;
}
.color_to_pick_list > li {
    display: flex;
    float: left;
    margin-right: 5px;
}
.color_to_pick_list a {
    height: 20px;
    margin: 0;
    width: 20px;
}
.product-button {
    display: none;
    margin-top: 13px;
}
.product-preview:hover .product-button {
    display: block;
}
.product-preview:hover .hook-reviews {
    display: none;
}
.product-preview:hover .content-price {
    margin-top: 0;
}
.product-preview .product-btn.checking, 
.product-preview .product-btn.checked,
.product-preview .product-btn.checking:hover, 
.product-preview .product-btn.checked:hover,
.product-preview .product-btn.checking:focus, 
.product-preview .product-btn.checked:focus,
.product-preview .product-btn.checking:active, 
.product-preview .product-btn.checked:active{
    background: #00c0a5 none repeat scroll 0 0;
    color: #fff;
}
.price {
    font-family: "Lato-Heavy",sans-serif;
    font-size: 1.3125em;
    letter-spacing: 0;
}
.price.old, .old-price {
    font-family: "Lato-Medium",sans-serif;
    font-size: 1.07em;
    margin-right: 25px;
    opacity: 0.6;
	filter: alpha(opacity=0.6);
    text-decoration: line-through;
}

.vc_add_to_cart .price {
    font-family: "Anton",sans-serif;
    font-size: 80px;
    line-height: 80px;
}
.vc_add_to_cart .price.old, .old-price {
    font-family: "Anton",sans-serif;
}

.product-preview .product-btn {
    background: #e1e1e1 none repeat scroll 0 0;
    border-color: #e1e1e1;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    margin: 0 2px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 45px;
}
.product-preview .product-btn:hover{
	background: #00C0A5;
	border-color: #00C0A5;
}
.product-preview .product-btn.ajax_add_to_cart_button {
    font-size: 17px;
    letter-spacing: 0;
    padding: 0 20px;
    width: auto;
	background: #00C0A5;
	color: #fff;
	border-color: #00C0A5;
}
.product-preview .product-btn.ajax_add_to_cart_button .fa {
    font-size: 20px;
    margin-right: 6px;
    vertical-align: calc(1px);
	vertical-align: -moz-calc(1px);
	vertical-align: -webkit-calc(1px);
	vertical-align: -o-calc(1px);
}
.hook-reviews {
    margin-top: 5px;
	margin-bottom: 12px;
}
.content-price {
    margin-top: 12px;
}
.image_swap .product-img2 {
    left: 0;
    position: absolute;
    top: 100%;
	opacity:0;
	filter:alpha(opacity=0);
}
.image_swap img {
    height: 100%;
    width: 100%;
}
.product-preview:hover .image_swap .product-img1 {
	animation: img1Effect .5s ease-out 0ms;
	-moz-animation: img1Effect .5s ease-out 0ms;
	-webkit-animation: img1Effect .5s ease-out 0ms;
}
.product-preview:hover .image_swap .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);
	}
}
/**********SLIDER**********/
.fraction-slider .prev, 
.fraction-slider .next {
}
.fraction-slider .next{
}
.fraction-slider .prev:hover {
}
.fraction-slider .next:hover {
}
.addon-title > h3 {
    display: inline-block;
    letter-spacing: 0.025em;
    padding-bottom: 12px;
    position: relative;
    text-transform: uppercase;
}
.addon-title {
    border-bottom: 3px solid #f1f1f1;
    margin-bottom: 35px;
}
.addon-title > h3::before {
    background: #00c0a5 none repeat scroll 0 0;
    bottom: -6px;
    content: "";
    display: inline-block;
    height: 6px;
    left: 0;
    position: absolute;
    width: 60px;
    transform: skewX(-30deg);
}
/************SERVICES************/
.wrapper-banner,
.jms-megamenu .mod-content > p,
.section-gallery .image-image {
	overflow: hidden;
    position: relative;
}
.wrapper-banner .banner-content {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
	z-index: 2001;
}
.wrapper-banner img,
.banner-image img,
.jms-megamenu .mod-content > p img,
.section-gallery .image-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;
	max-width: 100%;
	width: 100%;
}
.banner-image{
	position: relative;
	overflow: hidden;
}
.wrapper-banner a {
    display: inline-block;
    position: relative;
    z-index: 2;
}
.banner-box {
    display: table;
    height: 100%;
    width: 100%;
	position: relative;
}
.wrapper-banner .box-content {
    display: table-cell;
	text-align: center;
    vertical-align: middle;
}
.wrapper-banner-1 .box-content > p {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border: 4px solid #fff;
    color: #fff;
    display: inline-block;
    font-family: "Lato-Heavy",sans-serif;
    font-size: 36px;
    letter-spacing: 0.025em;
    margin-bottom: 0;
    padding: 18px 25px 22px;
    text-transform: uppercase;
}
.wrapper-banner-1 .box-content > p span {
    display: block;
    font-family: "Playfair Display",sans-serif;
    letter-spacing: 0.05em;
    margin-bottom: 11px;
    text-transform: capitalize;
}
.wrapper-banner-2 .box-content {
    color: #fff;
    text-align: left;
}
.wrapper-banner-2 .box-content > p {
    font-family: "Lato-Heavy",sans-serif;
    font-size: 42px;
    margin-bottom: 0;
    padding-left: 50px;
    text-transform: uppercase;
}
.wrapper-banner-2 .box-content > p span {
    display: block;
    font-family: "Lato-Semibold",sans-serif;
    font-size: 30px;
    letter-spacing: 0.05em;
    margin-top: 5px;
    text-transform: none;
}
.wrapper-banner-2 .box-content > p em {
    display: inline-block;
    font-family: "Playfair Display",sans-serif;
    font-size: 48px;
    font-style: normal;
    margin-top: 10px;
}
.wrapper-banner:hover img,
.banner-image:hover img,
.jms-megamenu .mod-content > p:hover img,
.section-gallery .image-image:hover img {
    transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.wrapper-banner a::before,
.banner-image a::before,
.jms-megamenu .mod-content > p::before,
.section-gallery .image-image::before {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: calc(100% - 50px);
	height: -webkit-calc(100% - 50px);
	height: -moz-calc(100% - 50px);
	height: -o-calc(100% - 50px);
    left: 25px;
    position: absolute;
    top: 25px;
    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: calc(100% - 50px);
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: -o-calc(100% - 50px);
    z-index: 3;
}
.section-gallery .image-image::before {
    height: 100%;
    width: 100%;
	left: 0;
	top: 0;
}
.wrapper-banner:hover a::before,
.banner-image:hover a::before,
.jms-megamenu .mod-content:hover > p::before,
.section-gallery .image-image:hover::before{
    transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
}
/**********TESTIMONIAL***********/
.testimonial-img {
    border: 3px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    width: 118px;
	float: left;
	margin-right: 30px;
}
.testimonial-img img {
    border-radius: 50%;
}
.testimonial-box {
    clear: both;
    color: #fff;
    display: inline-block;
    padding: 135px 90px 130px;
    width: 100%;
}
.testimonial-left {
    float: left;
	width: 40%;
}
.testimonial-right {
    width: 60%;
    float: right;
	padding: 15px 90px 15px 0;
}
.testimonial-author span {
    display: block;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0.025em;
    text-transform: capitalize;
	margin-top: 10px;
}
.testimonial-author {
    font-family: "Lato-Heavy";
    font-size: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
	padding: 28px 0;
	position: relative;
}
.testimonial-author::after {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 75px;
    position: absolute;
    right: 85px;
    top: 23px;
    width: 1px;
}
.testimonial-comment {
    line-height: 28px;
}
.testimonial-carousel.owl-theme .owl-controls {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    top: 50%;
    width: 13px;
	margin-top: -25px;
	right: 90px;
}
.testimonial-carousel.owl-theme .owl-controls .owl-dot span {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    display: block;
    height: 13px;
    width: 13px;
}
.testimonial-carousel.owl-theme .owl-controls .owl-dot.active span {
    background: #00c0a5 none repeat scroll 0 0;
}
.testimonial-carousel.owl-theme .owl-controls .owl-dot {
    margin: 0;
}
/***********BLOG************/
.module-jmsblog-post .page-content.container,
.module-jmsblog-category .page-content.container,
.module-jmsblog-categories .page-content.container,
.module-jmsblog-tag .page-content.container,
.module-jmsblog-archive .page-content.container{
	padding: 0;
}
.content-center-full .post-list .blog-post {
    width: 33.33%;
}
.post-image > img {
    max-width: 100%;
    width: 100%;
}
.blog-item h4 {
    font-family: "Lato-Semibold",sans-serif;
    font-size: 16px;
    letter-spacing: 0.025em;
    padding-bottom: 0;
    text-transform: uppercase;
}
.blog-item ul {
    margin-bottom: 0;
	margin-top: 12px;
}
.blog-item ul li {
    display: inline-block;
	font-size: 0.92em;
	margin: 0 20px;
	letter-spacing: 0.025em;
	position: relative;
}
.blog-item ul li::before {
    content: "-";
    left: -25px;
    position: absolute;
}
.blog-item ul li:first-child::before {
    content: "";
}
.blog-item ul li:first-child{
	margin-left: 0;
}
.blog-info {
    bottom: 0;
    color: #fff;
    padding: 0 30px 25px;
    position: absolute;
}
.blog-item h4 a{
	color: #fff;
}
.post-thumb {
    overflow: hidden;
}
.post-thumb img{
	max-width: 100%;
    transition: all 1s ease 0s;
    width: 100%;
}
.blog-item:hover .post-thumb img{
	transform: scale(1.1);
}
/***********SERVICES************/
.section-services {
    background: #e5e5e5;
	margin-top: 110px;
}
.section-services .row .layout-column {
    padding: 90px 0;
}
.section-services .row {
    margin: 0;
}
.section-services .row .layout-column.service_block_2{
	background: #ebebeb;
}
.service_box .image {
    font-size: 30px;
    margin-bottom: 27px;
}
.service_box .image i {
    border: 2px solid #b9bdbf;
    border-radius: 3px;
    color: #00c0a5;
    display: inline-block;
    height: 70px;
    line-height: 68px;
    text-align: center;
    width: 70px;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.service_block_2 .service_box .image i {
    border-color: #bec2c4;
}
.section-services .row .layout-column:hover .image i {
    background: #00c0a5 none repeat scroll 0 0;
    border-color: #00c0a5;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    color: #fff;
}
.service_box h2 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.035em;
    padding-bottom: 18px;
    text-transform: uppercase;
}
.services-block > p {
    margin-bottom: 0;
}
/************FOOTER**********/
footer .addon-title h3 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.01em;
    padding-bottom: 9px;
}
footer .addon-title {
    border-bottom: 0 none;
    margin-bottom: 24px;
}
footer .addon-title > h3::before {
    height: 2px;
    width: 30px;
}
footer .addon-box ul li > a {
    font-size: 15px;
    opacity: 0.75;
    text-transform: capitalize;
}
footer .addon-box ul {
    margin-bottom: 0;
}
footer .addon-box ul li > a:hover {
    opacity: 1;
}
footer .addon-box ul li {
    padding: 5px 0;
}
footer .paiement_logo_block {
    text-align: right;
	padding: 5px 0;
}
.footer-right .copy_right {
    color: #5f5f5f;
    font-size: 12px;
    letter-spacing: 0.025em;
    line-height: 20px;
    margin-bottom: 0;
}
.footer-right .copy_right a {
    color: #00c0a5;
}
footer .addon-box .contact-info li {
    line-height: 28px;
    opacity: 0.75;
    padding: 4px 0;
    text-transform: capitalize;
}
footer .addon-box .contact-info li label {
    font-weight: 400;
    margin-bottom: 0;
}
footer .addon-box ul.find-us li {
    background: #efefef none repeat scroll 0 0;
    border-radius: 3px;
    display: inline-block;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 13px;
    padding: 0;
    text-align: center;
    width: 35px;
}
footer .addon-box ul.find-us li:last-child {
    margin-right: 0;
}
footer .addon-box ul.find-us {
    border-bottom: 1px solid #e7e9ea;
    display: inline-block;
    margin-bottom: 18px;
    margin-top: 10px;
    padding-bottom: 30px;
    width: 100%;
}
.footer .footer-left .addon-box:first-child {
    padding-top: 86px;
}
footer .addon-box ul.find-us li .fa-facebook {
	color: #3b5998;
}
footer .addon-box ul.find-us li .fa-twitter {
	color: #00abf1;
}
footer .addon-box ul.find-us li .fa-pinterest {
	color: #B80E21;
}
footer .addon-box ul.find-us li .fa-youtube {
	color: #D62424;
}
footer .addon-box ul.find-us li .fa-linkedin {
	color: #0177B5;
}
footer .addon-box ul.find-us li .fa-google-plus{
	color: #e53935;
}
/*********BREADCRUMB**********/
.breadcrumb{
	/*background: rgba(0, 0, 0, 0) url("../img/ct1.jpg") no-repeat scroll center center;*/
  background: url('../img/hixs_pattern_evolution.png') repeat fixed center center;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.025em;
	height: 305px;
    padding: 0;
    text-align: center;
	margin-bottom: 90px;
	border-radius: 0;
}
.breadcrumb a {
    color: #fff;
}
.breadcrumb a:hover{
	color: #00C0A5;
}
.category-name > p {
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.breadcrumb-box {
    display: table;
    height: 100%;
    width: 100%;
}
.breadcrumb-content {
    display: table-cell;
    vertical-align: middle;
}
.navigation-pipe .navigation-pipe {
    font-size: 0;
}
.navigation-pipe .navigation-pipe::before {
    content: ".";
    font-size: 15px;
    margin: 0 3px;
}
.page-content {
	padding: 0 30px;
}
.content_only .product-action > div{
	margin-right: 30px;
}
.content_only .product-action .product-btn {
    margin: 0 15px;
}
.content_only .option {
    margin-bottom: 30px;
    width: 100%;
}
.content_only fieldset.attribute_fieldset {
    margin-left: 0;
    margin-right: 30px;
}
.content_only fieldset.attribute_fieldset:last-child {
    margin-right: 0;
}
.content_only .extra-product .rating .nbcomments,
.content_only .extra-product .rating .open-comment-form {
    display: none;
}
#view_full_size > img {
    width: 100%;
    max-width: 100%;
}
/*********PRODUCT-LIST********/
.block {
    margin-bottom: 40px;
}
.block ul li {
    font-family: "Lato-Medium",sans-serif;
}
.block .title_block {
    border-bottom: 3px solid #ebebeb;
    font-size: 25px;
    letter-spacing: 0.025em;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
	margin-bottom: 23px;
}
.block .title_block::before {
    background: #00c0a5 none repeat scroll 0 0;
    bottom: -6px;
    content: "";
    display: inline-block;
    height: 6px;
    left: 0;
    position: absolute;
    width: 60px;
    transform: skewX(-30deg);
}
#bt_compare {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #00174f;
    font-family: "Lato-Medium",serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.025em;
    opacity: 1;
    padding: 0;
    text-transform: none;
}
#bt_compare strong {
    font-weight: 400;
}
div.selector1 > div span {
    display: none;
}
.compare-block.block {
    margin-bottom: 50px;
}
.productsSortForm {
    display: inline-block;
	margin-left: 15px;
}
.productsSortForm label {
    display: inline-block;
    float: left;
    font-family: "Lato-Medium",sans-serif;
    margin-bottom: 0;
    margin-right: 10px;
    padding: 7px 0;
    vertical-align: middle;
}
.productsSortForm .select {
    float: left;
}
.filters-panel {
    margin-bottom: 30px;
}
.filters-panel-left .view-panel {
    border: 1px solid #b6b6b6;
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 35px;
    line-height: 33px;
    margin-right: 5px;
    text-align: center;
    width: 35px;
}
.filters-panel-left .view-panel.active,
.filters-panel-left .view-panel:hover {
    background: #00c0a5 none repeat scroll 0 0;
    border-color: #00c0a5;
    color: #fff;
}
.pagination {
    margin: 0;
}
.filters-panel-right{
	text-align: right;
}
.filters-panel .product-count {
    display: none !important;
}
.filters-panel-bottom .pagination-list {
    display: inline-block;
    float: right;
}
.filters-panel-bottom .product-count {
    padding: 8px 0;
}
.filters-panel-bottom {
    border-top: 1px solid #ebebeb;
    display: inline-block;
    padding-top: 20px;
    width: 100%;
}
.pagination > li > a, 
.pagination > li > span {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    color: #8f8f8f;
    float: left;
    font-family: "Lato-Heavy",sans-serif;
    font-size: 15px;
    height: 35px;
    line-height: 33px;
    margin: 0 2.5px;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 35px;
}
.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover,
.pagination > li > a:hover, 
.pagination > li > a:focus {
	background: #00C0A5;
	border-color: #00C0A5;
	color: #fff;
}
.pagination > li:first-child > a, 
.pagination > li:first-child > span,
.pagination > li:last-child > a, 
.pagination > li:last-child > span{
	border-radius: 0;
}
.pagination > .disabled > a, 
.pagination > .disabled > a:focus, 
.pagination > .disabled > a:hover, 
.pagination > .disabled > span, 
.pagination > .disabled > span:focus, 
.pagination > .disabled > span:hover{
}
.pagination > li > a:focus, 
.pagination > li > a:hover, 
.pagination > li > span:focus, 
.pagination > li > span:hover{
}
/**********ORDER**********/
.input-group-addon {
    background: none;
    border: 1px solid #ebebeb;
    border-radius: 0;
    color: #7b7881;
    padding: 0;
    width: 27px;
}
#quantity_wanted.form-control {
    background: none;
    color: #00C0A5;
    text-align: center;
    width: 60px;
	border-color: #ebebeb;
	height: 45px;
	font-weight: 800;
	font-size: 14px;
}
.input-group-addon:first-child {
    border-radius: 2px 0 0 2px;
    cursor: pointer;
}
.input-group-addon:last-child {
    border-radius: 0 2px 2px 0;
    cursor: pointer;
}
.table tbody > tr > td.cart_description {
    text-align: center;
}
.cart_description .product-name {
    font-family: "Lato-Semibold",sans-serif;
    font-size: 16px;
    letter-spacing: 0.035em;
    line-height: 35px;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.cart_description small, 
.cart_description small a {
    display: block;
    font-size: 16px;
    line-height: 28px;
}
.cart_description small {
    margin-bottom: 7px;
}
.cart_unit .price, 
.cart_unit span {
	color: #00c0a5;
    font-size: 21px;
}
.cart_total span {
	color: #00c0a5;
    font-family: "Lato-Heavy",sans-serif;
    font-size: 21px;
}
.cart_unit .old-price {
    color: #828282;
    font-size: 14px;
    margin-right: 20px;
    text-decoration: line-through;
}
/*.cart_navigation > a:last-child {
    float: right;
}*/
#availableCarriers_table th {
	background:#FBFBFB;
	border:1px solid #e5e5e5;
	padding:10px;
}
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 {
    color: #000;
    display: block;
    font-size: 1em;
    font-weight: 600;
    line-height: 24px;
    padding: 5px 10px 6px 13px;
    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: #00C0A5 none repeat scroll 0 0;
		border-color: #00C0A5;
}
ul.step li.step_current span {            
      position: relative;
		color:#fff;
}
@media (min-width: 992px) {
      ul.step li.step_current span {
        padding-left: 48px;
		background: #00C0A5 none repeat scroll 0 0;
		border-color: #00C0A5;
      }
}
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;
	}
}
.footer_links {
    margin-bottom: 0;
    margin-top: 70px;
}
.footer_links > li {
    display: inline-block;
}
.footer_links .btn-defaul {
    border-color: #ebebeb;
    border-radius: 3px;
}
.footer_links .btn-defaul:hover {
    background: #00c0a5 none repeat scroll 0 0;
    border-color: #00c0a5;
    color: #fff;
}

.box-addresses .page-subheading{
	color: #00c0a5;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
	padding-bottom: 19px;
}
.box.box-addresses {
    border: 1px solid #ebebeb;
    padding: 60px 50px;
}
.cart_navigation {
    margin-bottom: 0;
    margin-top: 70px;
}
/************** ORDER *****************/
#cart_summary tbody td.cart_product {
    text-align: center;
}
.table tbody > tr > td.cart_quantity {
    padding: 25px 15px;
}
.cart_quantity .cart_quantity_input.form-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #ebebeb;
    color: #00c0a5;
    font-size: 14px;
    font-weight: 800;
    height: 40px;
    text-align: center;
    width: 60px;
}
#cart_summary.table-bordered > tfoot > tr > td {
    font-family: "Lato-Semibold",sans-serif;
    font-size: 16px;
    letter-spacing: 0.035em;
    line-height: 40px;
    text-transform: capitalize;
}
#cart_summary.table-bordered > tfoot > tr > td.price {
    color: #00c0a5;
    font-family: "Lato-Heavy",sans-serif;
    font-size: 21px;
    letter-spacing: 0;
}
.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;
    color: #006cfe;
    letter-spacing: 0.025em;
    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;
}
.personal_information div#uniform-newsletter.checker span, 
.personal_information div#uniform-optin.checker span, 
.personal_information div#uniform-invoice_address.checker span{
	top: -7px;
}
.personal_information label {
    font-weight: 400;
}
.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 #ebebeb;
}
.required div.selector select {
    border: 0 none;
	height: 100%;
}
.required div.selector::before{
	top: 17px;
}
.required div.selector {
    border: 1px solid #ebebeb;
    height: 40px;
    min-width: 135px;
}
.form-control.grey {
    background: none;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button a {
    float: left;
}
.btn.button-plus, .btn.button-minus {
    color: #595959;
    line-height: 36px;
	border-color: #ddd;
    padding: 0 10px;
}
.cart_delete a.cart_quantity_delete:hover, 
a.price_discount_delete:hover{
    color: #00C0A5;
}
/********** ORDER PAGE ********/
@import url('order.css');
.heading-counter {
    display: inline-block;
    float: right;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 8px;
    text-transform: none;
    vertical-align: bottom;
}
#cart_title.page-heading {
    margin-bottom: 17px;
}
/**********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********/
.back-to-top {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 10%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    display: none;
    font-size: 25px;
    height: 53px;
    line-height: 50px;
    position: fixed;
    right: 70px;
    text-align: center;
    width: 53px;
    z-index: 20001;
}
.back-to-top:hover {
    color: #FFFFFF;
	background: #00C0A5;
}
.back-to-top span{
	color: #00C0A5;
}
.back-to-top:hover span {
	color:#FFFFFF;
}
.fileupload .filename, .fileupload .action {
    display: none;
}
/************PAGENOTFOUND*************/

.pagenotfound {
    text-align: center;
}
.pagenotfound .searchbox {
    display: inline-block;
    width: 100%;
}
.pagenotfound .searchbox form {
    display: inline-block;
}
.pagenotfound h1 {
    font-family: "Lato",sans-serif;
    font-size: 200px;
    font-weight: 800;
    letter-spacing: 0.025em;
    padding-bottom: 5px;
}
.pagenotfound > p {
    font-family: "Lato-Heavy",sans-serif;
    font-size: 25px;
    letter-spacing: 0.025em;
    margin-bottom: 26px;
}
.pagenotfound > span {
    display: block;
    font-size: 18px;
    letter-spacing: 0.025em;
    margin-bottom: 45px;
}
.pagenotfound .searchbox form input#ajax_search {
    background: #ebebeb none repeat scroll 0 0;
    float: none;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    min-width: 800px;
}
.pagenotfound .searchbox form input#ajax_search::-moz-placeholder {
    color: #00174f;
}
.pagenotfound .searchbox form input#ajax_search::-webkit-placeholder {
    color: #00174f;
}
.pagenotfound .searchbox form input#ajax_search::-o-placeholder {
    color: #00174f;
}
.pagenotfound .searchbox a {
    background:url("../img/search2.png") no-repeat scroll center center;
    display: inline-block;
    height: 60px;
    position: absolute;
    width: 60px;
	margin-left: -60px;
}
.buttons .btn-default {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    padding: 11px 30px;
}
.buttons {
    margin-top: 45px;
}
.jms-popup-overlay > .jms-popup{
	background: url(../img/popup.jpg) no-repeat center center;
	box-shadow: 0 0 7px rgba(0,0,0,0.75);
}
.section-popup {
    height: 0;
    overflow: hidden;
}


.wpb_content_element ul {
}
.wpb_content_element li {
  margin-left: 20px;
  list-style: disc;
}
.vc_add_to_cart .content_price {
  vertical-align: top;
  font-size: 30px;
  font-family: 'Anton', sans-serif;
  margin: 20px 0;
}

.show-menu .menu-wrap {
  z-index: 9999999;
}