@charset "UTF-8";
@import url(product.css);
@import url(product-list.css);
@import url(authenication.css);
@import url(cart.css);
@import url(checkout.css);
@import url(order-confirmation.css);
@import url(stores.css);
@import url(contact.css);
@import url(pagenotfound.css);
@import url(identity.css);
@import url(my-account.css);
@import url(addresses.css);
@import url(history.css);
@import url(order-slip.css);
@import url(manufacturer.css);
@import url(password.css);
@import url(sitemap.css);
@import url(cms.css);
@import url(order-detail.css);
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Navigation
  ## Links
# Elements
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html, html a {
  -webkit-font-smoothing: antialiased; }

html {
  -ms-overflow-style: scrollbar;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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; }

body {
  font-size: 15px;
  line-height: 1.8667em;
  color: #000;
  font-weight: 400;
  font-family: "Inconsolata", monospace; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px; }

.container-fluid {
  padding-left: 0px;
  padding-right: 0px; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #FFFFFF;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

blockquote {
  border-color: #efefef; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

.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; }

ul, ol {
  margin: 0; }

ul {
  list-style: none;
  padding: 0; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0; }

dt {
  font-weight: bold; }

dd {
  margin: 0; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

code, kbd, tt, var {
  font-size: 1em; }

pre {
  font-size: 1em;
  overflow: hidden;
  white-space: pre-wrap; }

sup {
  color: #fd0101;
  font-size: 15px; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

table, th, td {
  border: 1px solid rgba(51, 51, 51, 0.1); }

table {
  width: 100%; }

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed;
  width: 100%; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

th {
  border-width: 0 1px 1px 0;
  font-weight: 700; }

td {
  border-width: 0 1px 1px 0; }

th, td {
  padding: 0.4em; }

/********* TABLES ********/
table.std, table.table_block {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #EBEBEB;
  margin-bottom: 20px;
  width: 100%; }

table.std td, table.table_block td {
  border-bottom: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  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 #EBEBEB; }

.table caption + thead tr:first-child th, .table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0 none;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase; }

.table tbody + tbody {
  border-top: 2px solid #EBEBEB; }

.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-top-color: #ebebeb;
  border-bottom: 0;
  border-left: 0;
  border-right-color: #ebebeb; }

.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-bottom: 1px solid #ebebeb;
  text-align: center;
  border-top: 0;
  border-right: 0;
  border-left-color: #ebebeb; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #EBEBEB; }

.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: #e2bdb3; }

.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: #e2bdb3;
  border-color: #e2bdb3; }

.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; }

@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; } }

.unvisible {
  display: none; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #000; }
  a:visited {
    text-decoration: none;
    outline: 0; }
  a:hover, a:focus, a:active {
    color: #e2bdb3;
    text-decoration: none;
    outline: 0; }
  a:focus {
    outline: 0;
    text-decoration: none; }
  a:hover, a:active {
    outline: 0;
    text-decoration: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 400;
  line-height: 1.8333em; }

h1 {
  font-size: 3.33333em; }

h2 {
  font-size: 3em; }

h3 {
  font-size: 2em; }

h4 {
  font-size: 1.53333em; }

h5 {
  font-size: 1.2em; }

h6 {
  font-size: 1.066666em; }

.page-heading {
  font-size: 2em;
  text-transform: uppercase;
  font-family: "Inconsolata", monospace;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-bottom: 15px; }

.page-subheading {
  color: #222;
  font-size: 1.467em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 17px; }
  .page-subheading::before {
    content: "";
    width: 40px;
    height: 2px;
    background: #dadada;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6em;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #e1e1e1;
  cursor: help; }

mark, ins {
  font-weight: 500;
  text-decoration: none; }

del {
  font-weight: 300;
  color: #8c8c8c; }

big {
  font-size: 125%; }

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;
  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; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-radius: 0;
  background: #fff;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  min-width: 132px;
  padding: 15px 20px;
  text-transform: uppercase;
  border: 0; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #e2bdb3; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #e2bdb3; }

.btn,
.btn-default {
  background: none;
  border: 1px solid #000;
  color: #000;
  font-size: 1.3333em;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 0;
  display: inline-block; }
  .btn:hover, .btn:active, .btn:focus,
  .btn-default:hover,
  .btn-default:active,
  .btn-default:focus {
    background: #e2bdb3;
    border-color: #e2bdb3; }

.button_large {
  padding: 9.5px 20px; }

.btn-mega {
  border-radius: 0;
  color: #000000;
  font-size: 0.92em;
  padding: 6px 20px;
  border-radius: 2px; }

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default.active[disabled],
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background: #9b9b9b; }

.btn-primary {
  opacity: 1;
  background: #000000;
  padding: 10px 35px; }

.btn-primary:hover,
.btn-default.active:hover,
.btn.active:hover {
  border: 1px solid #92c72a;
  color: #92c72a; }

.btn.active,
.btn:active, .btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn:hover,
.btn:active,
.btn:focus,
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background: #000;
  border-color: #000; }

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  color: #fff; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #606060;
  border: 1px solid #ebebeb;
  border-radius: 0;
  font-size: 1em; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #000; }

select {
  border: 1px solid #ebebeb; }

textarea {
  width: 100%; }

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: #ebebeb; }

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: #ebebeb;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

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: #606060; }

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: #606060;
  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: #606060; }

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: #606060; }

.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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #606060;
  font-size: 1.07em;
  min-height: 50px; }

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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ebebeb; }

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: #606060;
  font-size: 1.07em; }

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: #606060;
  font-size: 1.07em; }

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: #606060;
  font-size: 1.07em; }

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: #606060;
  font-size: 1.07em; }

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 {
  color: #606060;
  font-size: 1.07em; }

select,
select.form-control,
select.inputbox,
select.input {
  border-color: #ebebeb;
  -webkit-box-shadow: none;
  box-shadow: none; }

.form-group label,
form label {
  font-weight: 400; }

/*--------------------------------------------------------------
# Nomarl
--------------------------------------------------------------*/
.main-site {
    overflow: hidden;
}
@media (min-width: 1480px) {
  .container {
    width: 1400px; } }

header {
  padding: 0 70px; }
  header .alert {
    margin: 0 -70px; }

.alert {
  text-align: center;
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  border: 0;
  position: relative;
  margin-bottom: 0;
  min-height: 50px; }
  .alert span {
    font-weight: 700;
    color: #fff600; }
  .alert .close {
    color: #fff;
    opacity: 1;
    position: absolute;
    right: 0;
    width: 50px;
    height: 48px;
    top: 0;
    line-height: 46px;
    text-align: center; }
    .alert .close:hover {
      color: #fff600; }

.alert-info {
  background: #e2bdb3;
  color: #fff; }

.btn-group-xs > .btn,
.btn-xs {
  padding: 0;
  border-radius: 0; }

.logo_column .addon-box {
  padding-top: 50px;
  padding-bottom: 50px; }

.right_column {
  text-align: right; }
  .right_column .addon-box {
    display: inline-block;
    padding: 49px 10px; }
    .right_column .addon-box .icon {
      font-size: 1em;
      padding: 0;
      line-height: 22px;
      border-radius: 0;
      display: inline-block;
      vertical-align: middle; }
      .right_column .addon-box .icon span.lnr {
        font-size: 1.4em; }

.btn-group.open .dropdown-toggle {
  box-shadow: initial;
  -moz-box-shadow: initial;
  -webkit-box-shadow: initial;
  -o-box-shadow: initial; }

.dropdown-menu {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  border-radius: 0;
  padding: 6px 25px 15px;
  margin-top: 9px;
  min-width: 108px; }
  .dropdown-menu li a {
    font-size: 13px;
    color: #000;
    padding: 0;
    line-height: 25px; }
    .dropdown-menu li a:hover {
      background: none;
      color: #e2bdb3; }
  .dropdown-menu li.selected span {
    font-size: 13px;
    color: #e2bdb3;
    line-height: 25px;
    display: block; }

.jms-banner.home-banner {
  position: relative;
  overflow: hidden; }
  .jms-banner.home-banner::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 3;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg); }
  .jms-banner.home-banner a {
    position: relative;
    z-index: 2; }
    .jms-banner.home-banner a img {
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
  .jms-banner.home-banner:hover a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .jms-banner.home-banner:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s; }

.home-banner-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .home-banner-content .banner-content-box {
    display: table;
    width: 100%;
    height: 100%; }
    .home-banner-content .banner-content-box .banner-content {
      display: table-cell;
      vertical-align: middle; }
      .home-banner-content .banner-content-box .banner-content h3, .home-banner-content .banner-content-box .banner-content p {
        position: relative;
        z-index: 3;
        height: auto;
        line-height: normal;
        display: inline-block;
        width: 100%; }
      .home-banner-content .banner-content-box .banner-content h3 {
        text-transform: uppercase;
        padding-bottom: 0;
        font-family: 'Old Standard TT', serif;
        line-height: 38px; }
      .home-banner-content .banner-content-box .banner-content p {
        font-size: 1.1333em;
        margin-bottom: 0;
        opacity: 0.8;
        filter: alpha(opacity=80); }
      .home-banner-content .banner-content-box .banner-content .content-box {
        width: 60%;
        float: right;
        text-align: center; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

.banner-row .row {
  margin: 0 -1px; }
  .banner-row .row .layout-column {
    padding: 0 1px; }

/**
 * PRODUCT BLOCk
 */
.addon-title {
  text-align: center; }
  .addon-title h3 {
    text-transform: uppercase;
    padding-bottom: 0;
    letter-spacing: 0.025em; }

.addon-desc {
  text-align: center;
  margin-bottom: 31px;
  color: #474747; }

.color_to_pick_list {
  position: relative;
  z-index: 2;
}
  .color_to_pick_list a{
    display: inline-block;
    float: left;
    margin-right: 5px;
    border: 1px solid #fff;
    width: 13px;
      height: 13px;
      display: block; }

.product-preview {
  overflow: hidden;
  margin-bottom: 42px; }
  .product-preview .label-box {
    min-width: 46px;
    background: #e2bdb3;
    height: 22px;
    line-height: 21px;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-radius: 11px;
    position: absolute;
    top: 11px;
    left: 11px;
    margin: 0;
    z-index: 2; }
  .product-preview .out_of_stock {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #838383;
    color: #fff;
    text-transform: capitalize;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 22px;
    border-radius: 20px; }
  .product-preview .preview {
    border: 1px solid #e9e9e9;
    position: relative;
    background: #F0EEEF; }
    .product-preview .preview::before {
      content: "";
      width: calc(100% + 2px);
      width: -webkit-calc(100% + 2px);
      width: -moz-calc(100% + 2px);
      width: -o-calc(100% + 2px);
      height: calc(100% + 2px);
      height: -webkit-calc(100% + 2px);
      height: -moz-calc(100% + 2px);
      height: -o-calc(100% + 2px);
      background: rgba(0, 0, 0, 0.2);
      display: inline-block;
      position: absolute;
      top: -1px;
      left: -1px;
      opacity: 0;
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s;
      z-index: 2; }
  .product-preview .product_action {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2; }
  .product-preview .product-btn {
    font-size: 1.6667em;
    width: 55px;
    height: 55px;
    display: inline-block;
    background: #fff;
    text-align: center;
    color: #e2bdb3;
    border: 0;
    line-height: 55px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
    .product-preview .product-btn:hover {
      background: #e2bdb3;
      color: #fff;
      cursor: pointer; }
    .product-preview .product-btn .lnr-sync,
    .product-preview .product-btn .lnr-checkmark-circle {
      display: none; }
  .product-preview .product-btn.checking .lnr-sync {
    display: inline-block;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear; }
  .product-preview .product-btn.checking .lnr-cart {
    display: none; }
  .product-preview .product-btn.checked .lnr-checkmark-circle {
    display: inline-block; }
  .product-preview .product-btn.checked .lnr-cart,
  .product-preview .product-btn.checked .lnr-sync {
    display: none; }
  .product-preview .product-btn.disable {
    cursor: default;
    background: #ebebeb;
    color: #dadada; }
    .product-preview .product-btn.disable .lnr-cart {
      display: inline-block !important; }
  .product-preview .product-btn.quick-view {
    transform: translateX(-63px);
    -moz-transform: translateX(-63px);
    -webkit-transform: translateX(-63px);
    -o-transform: translateX(-63px);
    -ms-transform: translateX(-63px); }
  .product-preview .product-btn.addToWishlist {
    transform: translateX(-125px);
    -moz-transform: translateX(-125px);
    -webkit-transform: translateX(-125px);
    -o-transform: translateX(-125px);
    -ms-transform: translateX(-125px); }
  .product-preview:hover .preview::before {
    opacity: 1; }
  .product-preview:hover .product_action {
    opacity: 1;
    filter: alpha(opacity=100); }
  .product-preview:hover .quick-view.product-btn,
  .product-preview:hover .addToWishlist.product-btn {
    transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%); }
  .product-preview .product-info {
    padding-top: 10px;
    text-align: center; }
    .product-preview .product-info a {
      display: block;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .product-preview .product-info .product-link-category {
      font-size: 14px;
      color: #6f6f6f;
      margin-bottom: 3px; }
      .product-preview .product-info .product-link-category:hover {
        color: #e2bdb3; }
    .product-preview .product-info .product-link {
      font-size: 16px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding: 0 20px; }
    .product-preview .product-info .price {
      font-size: 1.4em;
      color: #000;
      font-weight: 700; }
    .product-preview .product-info .old.price {
      font-size: 1.2em;
      font-weight: 400;
      text-decoration: line-through;
      color: #a2a2a2;
      margin-right: 20px; }
  .product-preview .image_swap img {
    -webkit-transition: opacity 1s ease 0s;
    -moz-transition: opacity 1s ease 0s;
    -o-transition: opacity 1s ease 0s;
    transition: opacity 1s ease 0s; }
  .product-preview .image_swap .product-img2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .product-preview:hover .image_swap .product-img2 {
    opacity: 1; }
  .product-preview:hover .image_swap .product-img1 {
    opacity: 0; }

.spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

.spin-pulse {
  -webkit-animation: spin 1s infinite steps(8);
  animation: spin 1s infinite steps(8); }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/**
 * BANNER BOTTOM
 */
.banner-bottom-content {
  padding: 145px 113px; }
  .banner-bottom-content .title-box {
    font-size: 1.6em;
    margin-bottom: 13px; }
  .banner-bottom-content h2 {
    font-family: 'Old Standard TT', serif;
    font-size: 3.333em;
    padding-bottom: 0;
    line-height: normal;
    margin-bottom: 5px; }
  .banner-bottom-content .content {
    font-size: 1.333em;
    text-transform: capitalize;
    margin-bottom: 46px; }
    .banner-bottom-content .content span {
      font-weight: 700;
      color: #e2bdb3; }
  .banner-bottom-content .btn-default {
    font-size: 1.333em;
    border-radius: 0;
    padding: 8px 26px; }

/**
 * FEATURED ROW
 */
.featured-row {
  background: #f9f9f9;
  padding: 100px 0 91px; }
  .featured-row .feature-box > i {
    font-size: 3.0667em;
    color: #8A8A8A;
    position: relative; }
    .featured-row .feature-box > i::after {
      content: "";
      width: calc(100% + 20px);
      width: -webkit-calc(100% + 20px);
      width: -moz-calc(100% + 20px);
      width: -o-calc(100% + 20px);
      height: calc(100% + 20px);
      height: -webkit-calc(100% + 20px);
      height: -moz-calc(100% + 20px);
      height: -o-calc(100% + 20px);
      border: 2px dashed #8a8a8a;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: -10px;
      opacity: 0;
      margin-left: -10px; }
  .featured-row .feature-box:hover > i::after {
    opacity: 1;
    -webkit-animation: spinAround 2s linear infinite;
    -moz-animation: spinAround 2s linear infinite;
    animation: spinAround 2s linear infinite; }
  .featured-row .include_content_s {
    margin-top: 5px; }
  .featured-row .include_content_s h2 {
    font-size: 1.933em;
    padding-bottom: 0;
    text-transform: uppercase; }
  .featured-row .include_content_s p {
    margin-bottom: 0;
    letter-spacing: -0.015em;
    color: #555555;
    padding: 0 20px; }

@-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 {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.owl-carousel.owl-theme .owl-controls {
  display: none;
  text-align: left; }
  .owl-carousel.owl-theme .owl-controls.disabled,
  .owl-carousel.owl-theme .owl-dots.disabled{
    display: none;
  }
  .owl-carousel.owl-theme .owl-controls div[class*="owl"] {
    width: 44px;
    height: 26px;
    border-radius: 0;
    background: url(../img/icon/prev.jpg) no-repeat center center;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
    margin-left: -22px;
    top: calc(50% - 84px);
    top: -moz-calc(50% - 84px);
    top: -webkit-calc(50% - 84px);
    top: -o-calc(50% - 84px); 
    right: auto;
  }
    .owl-carousel.owl-theme .owl-controls div[class*="owl"]:hover {
      background: url(../img/icon/prev-hover.jpg) no-repeat center center; }
  .owl-carousel.owl-theme .owl-controls div.owl-next {
    background: url(../img/icon/next.jpg) no-repeat center center;
    margin-right: -22px;
    margin-left: 0;
    right: 0; }
    .owl-carousel.owl-theme .owl-controls div.owl-next:hover {
      background: url(../img/icon/next-hover.jpg) no-repeat center center; }

.owl-carousel.owl-theme:hover .owl-controls {
  display: block; }
 .owl-carousel.owl-theme:hover .owl-controls.disabled,
  .owl-carousel.owl-theme:hover .owl-dots.disabled{
    display: none;
  }
/**
 * BLOG
 */
.blog-row .container {
  border-top: 1px solid #edeef0; }
  .blog-row .container .post-meta li {
    display: inline;
    font-size: 14px;
    color: #6f6f6f;
    margin-right: 35px; }
    .blog-row .container .post-meta li i {
      color: #000; }
  .blog-row .container .post-info {
    padding-top: 15px; }
  .blog-row .container .post-title {
    font-size: 17px;
    margin-top: 5px; }

.blog-row .owl-carousel.owl-theme .owl-controls div[class*="owl"] {
  top: calc(50% - 52px);
  top: -moz-calc(50% - 52px);
  top: -webkit-calc(50% - 52px);
  top: -o-calc(50% - 52px); }
.post-list {
  margin: 0 -20px; }
  .post-list .blog-post {
    width: 50%;
    float: left;
    padding: 0 20px; }
.widget-tabs .nav-tabs li a {
  border: 0 !important;
  padding: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-right: 20px;
  background: none !important; }

.widget-tabs .nav-tabs li:last-child a {
  margin-right: 0; }

.widget-tabs .nav-tabs li:hover a {
  color: #e2bdb3; }

.widget-tabs .nav-tabs > li.active > a {
  color: #e2bdb3; }

.tab-content .post-created {
  font-size: 11px;
  margin-bottom: 0; }

.comment-item > p {
  line-height: 20px; }

.item-post.clearfix:first-child {
  padding-top: 0; }

.item-post.clearfix:last-child {
  border-bottom: 0px;
  padding-bottom: 0; }

.blog-post .post-thumb img {
  width: 100%; }

.block_content ul ul {
  padding-left: 10px; }

.blog-intro > p {
  opacity: 0.7; }

.blog-widget .item-post .post-img {
  float: left;
  margin-right: 20px;
  width: 126px; }
  .blog-widget .item-post .post-img img {
    width: 100%; }

.blog-widget .item-post .post_info {
  display: inline-block;
  width: calc(100% - 146px);
  width: -moz-calc(100% - 146px);
  width: -webkit-calc(100% - 146px);
  width: -o-calc(100% - 146px);
  float: left; }
  .blog-widget .item-post .post_info ul li {
    display: inline-block;
    float: left;
    padding-right: 15px;
    font-size: 13px;
    opacity: 0.8; }
    .blog-widget .item-post .post_info ul li span {
      vertical-align: sub;
      font-size: 14px; }
    .blog-widget .item-post .post_info ul li:last-child {
      padding-right: 0; }

.blog-widget .item-post.comment-item .post_info {
  width: calc(100% - 85px);
  width: -moz-calc(100% - 85px);
  width: -webkit-calc(100% - 85px);
  width: -o-calc(100% - 85px); }
  .blog-widget .item-post.comment-item .post_info p {
    margin-bottom: 0; }

.widget-tabs .comment-item img {
  float: left;
  margin-right: 20px;
  width: 65px; }

.widget-tabs .comment-item,
.widget-tabs .item-post {
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  padding: 11px 0 20px;
  display: inline-block; }

.widget-title,
.title_block {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Inconsolata", monospace;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 17px; }
  .widget-title::before,
  .title_block::before {
    content: "";
    width: 40px;
    height: 2px;
    background: #dadada;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0; }

.blog-widget {
  margin-bottom: 40px; }

.blog-widget.widget-tabs {
  margin-top: 0; }

.block.tags_block .title_block {
  margin-bottom: 30px; }

article.blog-post {
  margin-bottom: 40px;
  padding-bottom: 10px; }

#module-jmsblog-post h3 {
  font-size: 1.65em; }

h3.title-blog {
  font-size: 24px;
  text-align: left;
  text-transform: uppercase; }

.widget-tabs .nav-tabs {
  border-bottom: 0 none;
  padding-bottom: 35px; }

.widget-tabs h6 {
  line-height: 20px;
  padding-bottom: 5px;
  text-transform: capitalize; }

.widget-categories li ul {
  display: none; }

.widget-categories li a {
  display: block;
  line-height: 36px;
  position: relative; }

.widget-categories li a span {
  display: block;
  width: 20px;
  height: 20px;
  top: 9px;
  right: 10px;
  position: absolute; }

.widget-categories li a span.child-icon {
  background: url("../img/open.png") no-repeat 4px 5px; }

.widget-categories li.open a span.child-icon {
  background: url("../img/close.png") no-repeat 4px 8px; }

.widget-categories li ul {
  margin-left: 10px; }

.post-view .fa-eye {
  margin-right: 5px; }

.blog-social-sharing {
  margin-bottom: 30px; }

.blog-post .post-image > img {
  width: 100%;
  padding-bottom: 22px; }

#module-jmsblog-tag .post-info {
  padding: 0; }

#module-jmsblog-post .block .title_block, #module-jmsblog-category .block .title_block, #module-jmsblog-tag .block .title_block, #module-jmsblog-archive .block .title_block, #module-jmsblog-categories .block .title_block {
  background: transparent none repeat scroll 0 0;
  color: #222;
  margin-bottom: 15px;
  padding-left: 0; }

.block {
  margin-bottom: 40px; }

footer .block {
  margin-bottom: 0; }

/**
 * INSTAGRAM
 */
.instagram-row {
  background: #f9f9f9; }
  .instagram-row .instagram_elements::after {
    content: "\f16d";
    font-family: Fontawesome;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 39px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin-top: -17px;
    margin-left: -17px;
    -ms-transform: scale(0);
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .instagram-row .instagram_elements::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.69);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
  .instagram-row .instagram_elements:hover::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .instagram-row .instagram_elements:hover::before {
    opacity: 1; }
  .instagram-row .instagram_elements:hover span {
    opacity: 1;
    filter: alpha(opacity=100); }
  .instagram-row .instagram_elements span {
    color: #fff;
    font-size: 17px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-family: "Inconsolata", monospace;
    opacity: 0;
    filter: alpha(opacity=0); }
    .instagram-row .instagram_elements span::before {
      margin-right: 5px;
      font-family: Fontawesome;
      font-size: 15px; }
  .instagram-row .instagram_elements span.number-comments {
    margin-left: 55px; }
    .instagram-row .instagram_elements span.number-comments::before {
      font-size: 16px; }

/**
 * FOOTER
 */
#index footer{
  margin-top: 0;
}
footer {
  background: #000;
  color: #8D8D8D; }
  footer .addon-desc {
    color: #8D8D8D; }
  footer .footer-top {
    padding: 87px 0 89px; }
  footer p {
    margin-bottom: 0; }
  footer a {
    color: #8D8D8D; }
    footer a:hover {
      color: #fff; }
  footer .addon-title {
    text-align: left;
    margin-bottom: 17px; }
    footer .addon-title h3 {
      font-size: 20px;
      color: #fff; }
  footer .block .title_block {
    font-size: 20px;
    color: #fff;
    text-align: left;
    margin-bottom: 17px;
    text-transform: uppercase;
    font-family: "Inconsolata", monospace;
    font-weight: 400;
    padding-bottom: 0;
    line-height: 1.8333em; }
    footer .block .title_block::before {
      display: none; }
    footer .block .title_block > a {
      color: #fff; }
  footer ul li {
    padding: 2px 0; }
  footer .contact_us p {
    margin-bottom: 15px;
    text-align: left; }
  footer .follow_footer .addon-desc {
    text-align: left;
    font-style: italic;
    margin-bottom: 21px; }
  footer .follow_footer #newsletter_block {
    margin-bottom: 25px; }
    footer .follow_footer #newsletter_block .form-group {
      position: relative; }
      footer .follow_footer #newsletter_block .form-group #newsletter-input {
        border: 1px solid #1f1f1f;
        background: none;
        min-height: 48px;
        color: #606060;
        font-size: 14px; }
      footer .follow_footer #newsletter_block .form-group .newsletter-btn.btn-bold {
        background: #1f1f1f;
        padding: 0;
        font-size: 19px;
        min-width: auto;
        width: 63px;
        height: 48px;
        position: absolute;
        right: 1px;
        top: 0px; }
        footer .follow_footer #newsletter_block .form-group .newsletter-btn.btn-bold:hover {
          background: #fff;
          color: #000; }
  footer #social_block .find-us li {
    display: inline;
    float: left;
    margin-right: 25px; }
    footer #social_block .find-us li span {
      color: #808080;
      font-size: 0px; }
      footer #social_block .find-us li span span {
        font-size: 20px; }
      footer #social_block .find-us li span:hover {
        color: #fff; }
    footer #social_block .find-us li:last-child {
      margin-right: 0; }
  footer .footer-bottom .container {
    border-top: 1px solid #141414;
    padding: 30px 0 35px; }
    footer .footer-bottom .container #paiement_logo_block_left {
      text-align: right;
      padding-top: 5px; }
    footer .footer-bottom .container .copy-right p {
      line-height: 24px;
      text-align: left; }
      footer .footer-bottom .container .copy-right p .theme-name {
        color: #e2bdb3; }
      footer .footer-bottom .container .copy-right p a {
        color: #fff; }
        footer .footer-bottom .container .copy-right p a:hover {
          color: #e2bdb3; }

.contact_us label {
  font-weight: 400;
  margin-bottom: 0; }

#back-to-top {
  background: #1F1F1F;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 2; }
  #back-to-top:hover {
    background: #e2bdb3; }

/**
 * HOME 2
 * 
 */
.jms-tab .nav-tabs {
  text-align: center;
  border-bottom: 0;
  margin-bottom: 40px; }
  .jms-tab .nav-tabs li {
    margin: 0 25px;
    position: relative;
    float: none;
    display: inline-block; }
    .jms-tab .nav-tabs li::before {
      content: "";
      width: 1px;
      height: 15px;
      display: block;
      background: #e1e1e1;
      position: absolute;
      top: 5px;
      right: -25px; }
    .jms-tab .nav-tabs li a {
      font-size: 1.1333em;
      text-transform: uppercase;
      margin: 0;
      padding: 0 0 3px 0;
      border-radius: 0;
      border: 0;
      position: relative;
      background: none; }
      .jms-tab .nav-tabs li a:before {
        content: "";
        width: 100%;
        height: 1px;
        background: #e2bdb3;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        -ms-transform: scale(0);
        transform: scale(0);
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s; }
    .jms-tab .nav-tabs li:last-child::before {
      display: none; }
  .jms-tab .nav-tabs li.active a,
  .jms-tab .nav-tabs li:hover a {
    border: 0;
    color: #e2bdb3;
    background: none; }
    .jms-tab .nav-tabs li a.active::before,
    .jms-tab .nav-tabs li:hover a::before {
      -ms-transform: none;
      transform: none;
      -moz-transform: none;
      -webkit-transform: none;
      -o-transform: none; }

.index footer {
  margin-top: 0; }

footer {
  margin-top: 100px; }
  footer #block_various_links_footer .toggle-footer {
    margin-bottom: 23px; }
  footer #block_various_links_footer .theme-name {
    color: #e2bdb3; }
  footer #block_various_links_footer li {
    display: inline-block;
    padding: 0 12px;
    text-transform: uppercase; }
    footer #block_various_links_footer li:first-child {
      padding-left: 0; }
    footer #block_various_links_footer li a {
      color: #999; }
      footer #block_various_links_footer li a:hover {
        color: #fff; }
  footer #locations_map {
    width: 100% !important; }

/**
 * HOME 3
 */
.categories-wrapper.wrapper-banner {
  border: 1px solid #E9E9E9;
  position: relative; }
  .categories-wrapper.wrapper-banner .category-info {
    position: absolute;
    bottom: 2em;
    left: 0;
    text-align: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    padding: 14px 0; }
    .categories-wrapper.wrapper-banner .category-info p {
      margin-bottom: 0;
      font-size: 1.06667em; }
    .categories-wrapper.wrapper-banner .category-info a {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 1.4em;
      letter-spacing: 0.02em; }

.testimonial-box {
  overflow: hidden; }

.testimonial-row {
  position: relative; }
  .testimonial-row::before {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    background: rgba(0, 0, 0, 0.75); }
  .testimonial-row .container {
    color: #fff; }
    .testimonial-row .container .owl-theme .owl-controls {
      display: none; }
      .testimonial-row .container .owl-theme .owl-dots {
        position: absolute;
        width: 15px;
        bottom: auto;
        right: 0;
        text-align: center;
        margin-top: -25px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%); }
        .testimonial-row .container .owl-theme .owl-dots .owl-dot {
          margin: 0;
          display: block;
          height: 15px;
          float: left;
          width: 15px; }
          .testimonial-row .container .owl-theme .owl-dots .owl-dot span {
            background: #828182;
            width: 9px;
            height: 9px;
            margin: 3px;
            vertical-align: middle;
            float: left; }
        .testimonial-row .container .owl-theme .owl-dots .owl-dot.active,
        .testimonial-row .container .owl-theme .owl-dots .owl-dot:hover {
          margin: 3px 0; }
          .testimonial-row .container .owl-theme .owl-dots .owl-dot.active span,
          .testimonial-row .container .owl-theme .owl-dots .owl-dot:hover span {
            width: 15px;
            height: 15px;
            background: none;
            border: 2px solid #e2bdb3;
            margin: 0; }
    .testimonial-row .container .owl-carousel.owl-theme .owl-controls{
      display: none; }
      .testimonial-row .container .owl-carousel.owl-theme .owl-controls div[class*="owl"] {
        width: 34px;
        height: 67px;
        background: url(../img/owl-controls.png) no-repeat left center;
        -webkit-box-shadow: none;
        box-shadow: none;
        top: 50%;
        margin-top: -75px; }
        .testimonial-row .container .owl-carousel.owl-theme .owl-controls div[class*="owl"]:hover {
          background-image: url(../img/owl-controls-hover.png); }
      .testimonial-row .container .owl-carousel.owl-theme .owl-controls div.owl-next {
        background-position: right center; }
    .testimonial-row .container .owl-carousel.owl-theme:hover .owl-controls {
      display: block; }
    .testimonial-row .container #testimonial {
      padding: 82px 125px 89px; }
    .testimonial-row .container .addon-title {
      text-align: left; }
      .testimonial-row .container .addon-title h3 {
        font-size: 1.8em;
        position: relative;
        padding-bottom: 12px;
        margin-bottom: 22px; }
        .testimonial-row .container .addon-title h3::before {
          content: "";
          width: 40px;
          height: 2px;
          display: inline-block;
          position: absolute;
          left: 0;
          bottom: 0;
          background: #fff; }
    .testimonial-row .container .testimonial-comment {
      line-height: 32px;
      opacity: 0.75;
      margin-bottom: 26px; }
    .testimonial-row .container .testimonial-author {
      font-size: 1.46667em;
      font-weight: 700;
      line-height: 1.363em; }
    .testimonial-row .container .show_office {
      font-size: 13px;
      line-height: 2.3em; }

/**
 * HOTDEAL
 */
.countdown {
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 2; }

.countdown-row {
  text-align: center;
  display: block; }
  .countdown-row .countdown-section {
    width: 68px;
    height: 68px;
    background: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    padding: 13px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.03); }
    .countdown-row .countdown-section .countdown-amount {
      display: block;
      font-size: 21px;
      font-weight: 700;
      line-height: initial; }
    .countdown-row .countdown-section .countdown-period {
      display: block;
      font-size: 14px;
      text-transform: lowercase;
      line-height: initial; }

/**
 * PRODUCT LIST HOMEPAGE
 */
.product-list-row .container .row {
  margin: 0 -20px; }

.product-list-row .layout-column {
  padding: 0 20px; }

.product-list-row .addon-title,
.product-list-row .title_block {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.025em;
  padding-bottom: 2px;
  position: relative;
  margin-bottom: 40px;
  text-align: left; }
  .product-list-row .addon-title h3,
  .product-list-row .title_block h3 {
    font-size: 1em; }
  .product-list-row .addon-title::before,
  .product-list-row .title_block::before {
    content: "";
    width: 40px;
    height: 2px;
    display: inline-block;
    background: #d7d7d7;
    position: absolute;
    left: 0;
    bottom: 0; }

.product-list-row .product-preview {
  margin-bottom: 40px;
  position: static !important; }

.product-list-row .preview {
  border: 1px solid #E9E9E9;
  display: inline-block;
  float: left;
  width: 90px;
  margin-right: 20px;
  min-height: 106px; }

.product-list-row .product-info {
  display: inline-block;
  width: calc(100% - 110px);
  width: -moz-calc(100% - 110px);
  width: -webkit-calc(100% - 110px);
  width: -o-calc(100% - 110px);
  text-align: left;
  padding-top: 5px; }
  .product-list-row .product-info .product-link-category {
    font-size: 14px;
    color: #6f6f6f;
    margin-bottom: 9px;
    display: block; }
    .product-list-row .product-info .product-link-category:hover {
      color: #e2bdb3; }
  .product-list-row .product-info .product-link {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 6px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0; }
  .product-list-row .product-info .price {
    font-size: 21px;
    font-weight: 700; }

.product-list-row .owl-carousel.owl-theme .owl-controls div[class*="owl"] {
  top: -70px;
  margin: 0;
  left: auto;
  right: 0; }

.product-list-row .owl-carousel.owl-theme .owl-controls div.owl-prev {
  right: 54px; }

.product-list-row .layout-column:hover .owl-carousel.owl-theme .owl-controls {
  display: block; }
  .product-list-row .layout-column:hover .owl-carousel.owl-theme .owl-controls.disabled {
  display: none; }

/**
 * CATEGORY
 */
#categories_block_left.block ul li a:hover {
  color: #e2bdb3; }

/**
 * BREADCRUMB
 */
.breadcrumb {
  background: url(../img/bn-breadcrumb.jpg) no-repeat center center;
  margin-bottom: 0;
  text-align: center;
  border-radius: 0;
  color: #fff;
  padding: 82px 0;
  margin-bottom: 86px; }
  .breadcrumb a {
    color: #fff; }
    .breadcrumb .content_fullpath ol{
      list-style: inherit;
    }
    .breadcrumb .content_fullpath ol li {
    display: inline;
}
    .breadcrumb .content_fullpath ol li::before {
    content: "/";
    font-size: 14px;
    margin: 0 5px;
}
.breadcrumb .content_fullpath ol li:first-child::before{
  display: none;
}
    .breadcrumb a:hover {
      color: #e2bdb3; }
  .breadcrumb .content_category {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2em;
    letter-spacing: 0.025em;
    margin-bottom: 15px; }
  .breadcrumb .name_categories {
    display: inline; }

.navigation-pipe:before {
  content: "/";
  font-size: 14px;
  margin: 0 5px; }

.navigation-pipe {
  font-size: 0;
  margin: 0; }

.page-content > .row {
  margin: 0 -20px; }
  .page-content > .row > [class*="col-"] {
    padding: 0 20px; }

/** Carousel **/
#thumbs_list {
  position: relative;
  overflow: hidden;
  width: 90px;
  height: 526px; 
  margin-top: 60px;
}

#thumbs_list img {
  display: block; }

#thumbs_list ul {
  width: 100%;
  height: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

#thumbs_list li {
  float: left;
  height: 106px;
  margin-bottom: 34px;
  border: 1px solid #E9E9E9;
  background: #EFEDEE; }

/** Carousel Controls **/
.scroll-box-arrows.scroll i,
.arrows.js-arrows i{
  width: 90px;
  height: 30px;
  border: 1px solid #DADADA;
  text-align: center;
  background: #fff;
  color: #585858;
  display: inline-block;
  font-size: 18px;
  line-height: 27px;
cursor: pointer;
position: absolute;
left: 20px;}
.scroll-box-arrows.scroll i:hover,
.arrows.js-arrows i:hover{
    background: #000;
    color: #fff;
    border-color: #000; }
.scroll-box-arrows.scroll .right,
.arrows.js-arrows .arrow-down {
  bottom: 0;
}
.scroll-box-arrows.scroll .left,
.arrows.js-arrows .arrow-up {
    top: 0;
}
/**
 * COMMENTs
 */
.rating {
  font-size: 14px;
  color: #797979; }
  .rating .icon {
    width: 16px;
    height: 28px;
    display: inline-block;
    background: url(../img/star-emty.png) no-repeat center center;
    float: left; }
  .rating .icon.star-full {
    background-image: url(../img/star-full.png); }

.star {
  display: inline-block;
  float: left; }

/**
 * MANUFACTURERS
 */
#manufacturers_list li,
#suppliers_list li {
  border-bottom: 1px solid #ebebeb; }
  #manufacturers_list li .middle-side,
  #suppliers_list li .middle-side {
    padding-top: 15px; }
  #manufacturers_list li .right-side,
  #suppliers_list li .right-side {
    padding-top: 30px; }
  #manufacturers_list li:last-child,
  #suppliers_list li:last-child {
    border-bottom: 0; }

.description_box.rte {
  margin-bottom: 40px; }
  .description_box.rte .hide_desc {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    float: left; }

/**
 * ORDER
 */
.footer_links {
  margin-top: 20px; }
  .footer_links li {
    display: inline-block;
    float: left;
    margin-right: 10px; }
    .footer_links li:last-child {
      margin-right: 0; }

.input-group.quantity-control {
  margin: 0 auto; }

.input-group-addon,
.cart_quantity_input {
  width: 25px;
  border: 0;
  height: 42px;
  background: #ebebeb;
  text-align: center;
  line-height: 42px;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-weight: 700; }

.input-group .form-control.cart_quantity_input {
  width: 45px;
  border: 0;
  margin: 0 5px; }

.cart_description small {
  display: block;
  opacity: 0.8; }

#order_step li {
  display: inline-block;
  width: 20%;
  float: left;
  border: 1px solid #ebebeb;
  border-right: 0;
  font-style: normal;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 40px;
  font-size: 16px; }
  #order_step li em {
    font-style: normal; }
  #order_step li:last-child {
    border-right: 1px solid #ebebeb; }

#order_step .step_done {
  background: #e2bdb3;
  border-color: #e2bdb3;
  border-left-color: #fff; }
  #order_step .step_done a {
    color: #fff; }

#order_step .step_done.step_done_last {
  background: #f79b9b;
  border-color: #f79b9b; }

#uniform-id_state.selector,
#uniform-id_country.selector,
#uniform-id_address_delivery.selector,
#uniform-currency_payment.selector,
#uniform-days,
#uniform-months,
#uniform-years,
#uniform-radiusSelect,
#uniform-locationSelect {
  height: 50px;
  width: 100% !important; }
  #uniform-id_state.selector select,
  #uniform-id_country.selector select,
  #uniform-id_address_delivery.selector select,
  #uniform-currency_payment.selector select,
  #uniform-days select,
  #uniform-months select,
  #uniform-years select,
  #uniform-radiusSelect select,
  #uniform-locationSelect select {
    padding: 6px 12px !important; }
  #uniform-id_state.selector span,
  #uniform-id_country.selector span,
  #uniform-id_address_delivery.selector span,
  #uniform-currency_payment.selector span,
  #uniform-days span,
  #uniform-months span,
  #uniform-years span,
  #uniform-radiusSelect span,
  #uniform-locationSelect span {
    display: none; }

input.uniform-input, select.uniform-multiselect, textarea.uniform {
  padding: 6px 12px !important; }

.cart_navigation.exclusive {
  margin-top: 40px;
  margin-bottom: 0; }

.address li .fa.fa-check-square-o {
  display: none; }

.address li::before {
  content: "-";
  display: inline-block;
  float: left;
  margin-right: 10px; }

.address li:first-child::before,
.address li.address_update::before {
  display: none; }

.is_wish_list_default {
  margin-bottom: 0; }

.content_only {
  padding: 10px; }

/**
 * SETTING PANEL
 */
#jmstools-arrow i::before {
  content: "\e810";
  font-family: 'Linearicons-Free';
  font-style: normal;
  font-size: 20px;
  font-weight: normal; }

#jmstools-content select {
  padding: 0 10px; }

#jmstools.jmsopen .btn-action .btn {
  border-color: #000;
  color: #000; }

/**
 * PS SHOPPINGCART
 */
.dropdown-menu.shoppingcart-box {
  right: -65px;
  left: auto;
  min-width: 350px;
  margin-top: 27px;
  padding: 25px 35px 40px;
  border: 0;}
  .dropdown-menu.shoppingcart-box ul li {
    position: relative; }
    .dropdown-menu.shoppingcart-box ul li .description a {
      font-size: 16px;
text-transform: capitalize;
margin-bottom: 9px;
display: block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap; }

#cart_block .dropdown-toggle::before {
  content: "\f0d8";
  font-family: Fontawesome;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 0;
  font-size: 22px;
  text-shadow: 0 -5px 8px rgba(0, 0, 0, 0.25);
  color: #fff;
  z-index: 1001;
  width: 100%;
  text-align: center;
  opacity: 0; }

#cart_block.open .dropdown-toggle::before {
  opacity: 1;
  bottom: -35px;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s; }

#cart_block_list .preview-image {
  display: inline-block;
  float: left;
  margin-right: 25px; }

.price-quantity .price {
  font-size: 21px;
  font-weight: 700; }

.quantity-formated {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #686868;
  margin-top: 17px; }

.dropdown-menu li .remove_link {
  position: absolute;
  bottom: 29px;
  right: 90px; }
  .dropdown-menu li .remove_link a {
    font-size: 17px; }

.remove_link .fa {
  color: #686868; }

#cart_block_list li {
  display: inline;
  float: left;
  padding: 15px 0;
  position: relative;
  width: 100%; }

.ajax_cart_no_product {
  display: block;
  width: 100%;
  padding-top: 15px; }

#cart_block {
  line-height: 1; }

.box-cart.ajax_cart_quantity {
  background: #e2bdb3;
  border-radius: 50%;
  color: #fff;
  height: 18px;
  line-height: 17px;
  position: absolute;
  text-align: center;
  width: 18px;
  font-weight: 700;
  top: -12px;
  right: -11px; }

#cart_block_list .preview-image img {
  border: 1px solid #E9E9E9; }

.cart-prices {
  display: inline-block;
  width: 100%;
  float: left;
  border-top: 1px solid #e6e6e6;
  margin-top: 20px;
  padding-top: 26px;
  font-size: 20px; }
  .cart-prices .price {
    font-size: 22px;
    font-weight: 700; }
  .cart-prices .cart-prices-line {
    width: 100%;
    display: block;
    text-align: right; }
    .cart-prices .cart-prices-line .cart-label {
      float: left; }
      .cart-prices .cart-prices-line span{
        line-height: 30px;
      }

.checkout-info {
  display: inline-block;
  width: 100%;
  margin-top: 23px;
  float: left; }
  .checkout-info #button_order_cart {
    width: 100%;
    display: block;
    border: 1px solid #000;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 0; }
    .checkout-info #button_order_cart:hover {
      background: #000;
      color: #fff; }

.product-image {
  margin-left: 3.6em;
}

.left-column  .product-image {
  margin-left: 0em !important;
}
/*# sourceMappingURL=custom.css.map */