@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);
html, html a {
  -webkit-font-smoothing: antialiased; }

html {
  -ms-overflow-style: scrollbar; }

body {
  font-size: 14px;
  color: #292b2c;
  font-family: "Karla", sans-serif;
  line-height: 1.7;
  font-weight: 400;
  background: #fff; }

.main-site {
  overflow: hidden; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 1140px; }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0; }
  .container-fluid > .row {
    margin-left: 0;
    margin-right: 0; }
  .container-fluid .layout-column {
    padding-left: 0;
    padding-right: 0; }

body.content_only {
  padding: 30px 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: #333;
  text-decoration: none;
  outline: none; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none; }
  a:active, a:focus {
    text-decoration: none;
    outline: none; }

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; }

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; }

table th {
  font-weight: 500 !important; }

.success {
  background: none repeat scroll 0 0 #43B754;
  border: 1px solid #43B754;
  font-size: 1em;
  margin: 0 0 10px;
  padding: 10px;
  color: #FFFFFF;
  font-weight: 500; }

.warning,
.alert-warning,
.warning_inline {
  background-color: #FCF8E3;
  border-color: #E4752B;
  color: #8A6D3B; }

.warning,
.alert {
  border: 1px solid transparent;
  border-radius: 0;
  margin: 10px 0;
  padding: 10px; }

.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; }

.text-primary {
  color: #f2735a; }

.text-warning {
  color: #c09853; }

.text-danger {
  color: #b94a48; }

.text-success {
  color: #468847; }

.text-info {
  color: #3a87ad; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: inherit;
  font-family: inherit;
  line-height: 1.4;
  margin-bottom: 0.5rem; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem;
  font-weight: 700; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.page-heading {
  color: #333;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px 0px 17px 0px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  overflow: hidden; }

.page-subheading {
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-bottom: 25px;
  font-size: 17px; }

label {
  margin-bottom: 10px;
  font-weight: 400; }

.label {
  font-size: 12px;
  font-weight: 500;
  color: #525252;
  font-size: 15px; }

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; }

.btn-actions {
  text-align: center; }

.dropcap {
  display: block;
  float: left;
  margin: -2px 5px 0 0;
  padding: 0 10px;
  color: #000;
  font: 49px/16px Arial, Helvetica, sans-serif;
  line-height: 1; }

.dropcap.color {
  color: #000000; }

.dropcap.dark {
  color: #fff;
  background-color: #000000; }

.styled-list {
  position: relative;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  line-height: 18px; }
  .styled-list ul {
    margin-left: 0;
    padding: 5px 0 0; }
    .styled-list ul li {
      margin-bottom: 6px;
      padding: 0; }
      .styled-list ul li span {
        display: block;
        overflow: hidden; }
      .styled-list ul li i {
        width: 16px;
        float: left;
        margin-right: 10px;
        text-align: center;
        color: #000;
        font-size: 1.07em; }
    .styled-list ul li:before {
      color: #000000;
      float: left; }

.styled-list .circle li, .styled-list.circle li {
  text-indent: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none; }

.styled-list .circle li:before, .styled-list.circle li:before {
  content: "\25CF";
  margin: -1px 10px 0 0;
  font-size: 0.92em; }

.styled-list.arrow > li {
  margin-left: -15px;
  padding-left: 35px; }

.styled-list.arrow li:before {
  margin: -1px 8px 0 -20px;
  content: "\f18e";
  font-family: FontAwesome;
  font-size: 1.23em; }

.styled-list ul.circle li:before {
  content: "\25CB";
  color: #000000; }

ul.sitemap.styled-list.circle ul li:before {
  content: "●"; }

ul.sitemap.styled-list.circle ul ul li:before {
  content: "○"; }

.styled-list.checkmark > li {
  margin-left: -15px;
  padding-left: 35px;
  margin-bottom: 10px; }

.styled-list.checkmark > li:before {
  margin: -1px 8px 0 -20px;
  content: '\e013';
  font-family: FontAwesome;
  font-size: 1.23em; }

.styled-list.decimal {
  list-style: decimal outside;
  margin-left: 25px; }

.styled-list.decimal li {
  padding-left: 0;
  text-indent: 0; }

.mark {
  background: #d9d9d9;
  padding: 2px 2px 0; }

.color_mark {
  background-color: #000000;
  color: #fff;
  padding: 2px 2px 0; }

.color, .color:hover {
  color: #000000; }

.underline {
  text-decoration: underline; }

.underline:hover {
  text-decoration: none; }

.blockquote {
  position: relative;
  border-top: 4px solid #000000; }

.blockquote .inside {
  padding: 15px;
  border: 1px solid #eaeaea; }

.testimonials {
  position: relative; }
  .testimonials .inside {
    padding: 15px 15px 15px 114px;
    border: 1px solid #eaeaea;
    position: relative; }
  .testimonials .inside :before {
    display: block;
    position: absolute;
    top: 18px;
    left: 20px;
    color: #fff;
    border-radius: 50%;
    background: #ececec;
    text-align: center;
    content: "\f007";
    font-family: FontAwesome;
    font-size: 3.53em;
    line-height: 1.52;
    width: 77px;
    height: 77px; }

.infobox {
  border: 1px solid #000000; }
  .infobox .inside {
    padding: 15px 15px 15px 84px;
    position: relative; }
  .infobox .inside :before {
    infobox: block;
    position: absolute;
    top: 16px;
    left: 16px;
    color: #000000;
    content: "\f05a";
    font-family: FontAwesome;
    font-size: 3.61em;
    line-height: 0.76; }

.comment {
  position: relative;
  color: #333; }
  .comment .inside {
    padding: 30px 15px 30px 100px;
    border-top: 1px solid #eaeaea;
    position: relative; }
  .comment .comment .inside :before {
    display: block;
    position: absolute;
    top: 30px;
    left: 10px;
    color: #fff;
    border-radius: 50%;
    background: #ececec;
    text-align: center;
    content: "\f007";
    font-family: FontAwesome;
    font-size: 5.07em;
    line-height: 19px;
    width: 77px;
    height: 77px; }
  .comment a {
    color: #00B2BA;
    text-decoration: underline; }
    .comment a:hover {
      text-decoration: none; }
  .comment p {
    margin-bottom: 0.112px; }
  .comment .comment {
    padding-left: 10%; }
  .comment .comments > .comment:first-child {
    padding-left: 0; }
    .comment .comments > .comment:first-child .inside {
      border: none; }

.icon-circle {
  background: #e2e2e2;
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 101px;
  width: 101px;
  margin: 10px auto 15px; }

.icon-circle .fa {
  font-size: 6em;
  line-height: 25px; }

.icon-circle .fa-plane {
  font-size: 4.3em;
  line-height: 2.77; }

.icon-circle-sm.active, .icon-circle-xs.active, .icon-circle.active {
  background: #000000; }

.icon-circle-sm {
  background: #e2e2e2;
  border-radius: 50%;
  color: #fff;
  display: block;
  float: left;
  height: 62px;
  width: 62px;
  margin: 0 20px 10px 0;
  text-align: center; }

.icon-circle-sm .fa {
  font-size: 3.69em;
  line-height: 1.92; }

.icon-circle-sm .fa-plane {
  font-size: 2.65em;
  line-height: 2.76; }

.icon-circle-xs {
  background: #e2e2e2;
  border-radius: 50%;
  color: #fff;
  display: block;
  float: left;
  height: 46px;
  width: 46px;
  margin: 0 3px 10px 0;
  text-align: center; }

.icon-circle-xs .fa {
  font-size: 2.15em;
  line-height: 2.5;
  color: #fff !important; }

.icons-set {
  line-height: 32px;
  color: #000;
  margin: 10px 0; }

.icons-set span span {
  font-size: 1.46em;
  color: #000 !important; }

.icons-set span span:before {
  padding-top: 3px;
  display: block;
  float: left;
  margin-right: 4px; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox,
.form-control {
  border-radius: 0px;
  border-color: #eee; }

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 {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.inputbox:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #010101; }

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: #010101;
  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: rgba(40, 33, 31, 0.5); }

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: #010101; }

textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox,
textarea.form-control {
  height: auto;
  padding: 5px 10px; }

.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: #ffffff;
  background-color: #333333;
  border-color: #262626; }

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #1f1f1f;
  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 {
  background: #f3f3f3;
  -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 {
  color: #010101; }

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: rgba(40, 33, 31, 0.5); }

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: rgba(40, 33, 31, 0.5); }

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: rgba(40, 33, 31, 0.5); }

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; }

select,
select.form-control,
select.inputbox,
select.input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 120px;
  padding-right: 5px;
  width: auto; }

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  -webkit-box-shadow: none;
  box-shadow: none; }

.input-append .active,
.input-prepend .active {
  background-color: #bbff33;
  border-color: #669900; }

.form-control {
  height: 40px;
  line-height: 40px;
  border: 1px solid #eee;
  padding: 0 10px; }

textarea.form-control {
  padding: 5px 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 25px; }

textarea.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

/********* 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 th, .table td {
    padding: 9px 10px;
    text-align: center; }
  .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: middle;
    border-bottom: none;
    text-align: center; }
  .table thead > tr > th.active, .table thead > tr > td.active, .table tbody > tr > th.active, .table tbody > tr > td.active, .table tfoot > tr > th.active, .table tfoot > tr > td.active {
    background-color: whitesmoke; }
  .table thead > tr > th.success, .table thead > tr > td.success, .table tbody > tr > th.success, .table tbody > tr > td.success, .table tfoot > tr > th.success, .table tfoot > tr > td.success {
    background-color: #55c65e;
    border-color: #48b151; }
  .table thead > tr > th.danger, .table thead > tr > td.danger, .table tbody > tr > th.danger, .table tbody > tr > td.danger, .table tfoot > tr > th.danger, .table tfoot > tr > td.danger {
    background-color: #f3515c;
    border-color: #d4323d; }
  .table thead > tr > th.warning, .table thead > tr > td.warning, .table tbody > tr > th.warning, .table tbody > tr > td.warning, .table tfoot > tr > th.warning, .table tfoot > tr > td.warning {
    background-color: #fe9126;
    border-color: #e4752b; }
  .table thead > tr.active > th, .table thead > tr.active > td, .table tbody > tr.active > th, .table tbody > tr.active > td, .table tfoot > tr.active > th, .table tfoot > tr.active > td {
    background-color: whitesmoke; }
  .table thead > tr.success > th, .table thead > tr.success > td, .table tbody > tr.success > th, .table tbody > tr.success > td, .table tfoot > tr.success > th, .table tfoot > tr.success > td {
    background-color: #55c65e;
    border-color: #48b151; }
  .table thead tr.warning > th, .table thead tr.warning > td, .table tbody tr.warning > th, .table tbody tr.warning > td, .table tfoot tr.warning > th, .table tfoot tr.warning > td {
    background-color: #fe9126;
    border-color: #e4752b; }
  .table thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #d6d4d4;
    border-bottom-width: 1px;
    color: #333333;
    vertical-align: middle; }
  .table thead > tr.danger > th, .table thead > tr.danger > td {
    background-color: #f3515c;
    border-color: #d4323d; }
  .table tbody > tr > td {
    vertical-align: middle; }
  .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; }
  .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-bordered {
  border: 1px solid #ddd;
  color: #333;
  font-weight: 400; }
  .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 #ddd;
    text-align: center; }
  .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    background: #000;
    color: #fff;
    border-bottom-width: 2px;
    text-align: center;
    padding: 10px; }

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

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

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

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

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #fe840d;
  border-color: #da681c; }

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

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

.table-hover > tbody > tr.warning:hover > td {
  background-color: #fe840d;
  border-color: #da681c; }

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

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

@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; }

.nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent; }

/* Dropdown Menu */
.dropdown-menu {
  margin: 0;
  min-width: 120px;
  border-radius: 0;
  border: none;
  padding: 5px 10px; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background: none; }

.languages-info .dropdown-menu > li.title, .currency-info .dropdown-menu > li.title {
  display: none; }

/* ----- */
.cart_quantity .input-group-addon {
  height: 35px;
  line-height: 35px;
  width: 35px; }

#page {
  position: relative; }

img.logo {
  display: inherit; }

.icon:before {
  margin-left: 0; }

img {
  max-width: 100%; }

/********* BUTTON *******/
.btn,
.btn-default {
  background-color: #000;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  border: none; }
  .btn.medium,
  .btn-default.medium {
    line-height: 45px;
    font-weight: 700; }
  .btn.large,
  .btn-default.large {
    line-height: 55px;
    font-weight: 700;
    padding: 0 35px; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
  outline: none !important; }

.btn-mega {
  background-color: #bb0101;
  color: #fff; }

.btn-primary {
  opacity: 1;
  /*background: #1fbba6;*/
  background:#333;
  line-height: 35px;
  padding: 0 25px;
  color: #fff; }

.btn.active,
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none; }

/* Button Style */
.btn-effect {
  position: relative;
  overflow: hidden; }

.btn-effect:after {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50% 0;
  -ms-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1; }

.btn-effect:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  z-index: 1; }

/* Banner Style */
.banner-style2 {
  text-align: center;
  border: 20px solid #f0fafd; }
  .banner-style2 .text-wrapper .top {
    color: #666666;
    letter-spacing: 1.5px;
    margin-bottom: 15px; }
  .banner-style2 .text-wrapper .bottom {
    line-height: 1.5;
    color: #292b2c;
    margin-bottom: 25px; }
  .banner-style2 .text-wrapper .btn {
    background: #000;
    color: #fff; }
    .banner-style2 .text-wrapper .btn:hover {
      opacity: 0.6; }

.banner-style3 .text-wrapper {
  color: #292b2c;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  width: 100%; }

.banner-style3 .large-text {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.1; }

.banner-style3 .btn-shop {
  color: #000;
  text-decoration: underline;
  text-transform: uppercase; }

.banner-style4.left .html-content {
  text-align: left; }

.banner-style4.left .text-wrapper {
  left: 30px; }

.banner-style4 .html-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center; }

.banner-style4 .text-wrapper {
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px 30px;
  color: #fff;
  bottom: 30px;
  position: relative; }

.banner-style4 .large-text {
  border-bottom: 1px solid #fff;
  font-family: "Lora","sans-serif";
  font-size: 24px;
  font-style: italic;
  margin-bottom: 8px;
  line-height: 1.5; }

.banner-style4 .small-text {
  line-height: 1.2; }

.banner-style5 .html-content {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-align: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.banner-style5 .text-wrapper {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
  position: relative;
  bottom: 20px; }

.banner-style6 .html-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Satisfy', cursive;
  color: #fff;
  font-size: 50px;
  line-height: 1.4;
  text-shadow: 0 0 5px #191212; }

.banner-style7 .html-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 50px; }

.banner-style7 .small-text {
  color: #bc9c72;
  display: block;
  font-family: "Italianno";
  font-size: 28px;
  margin-bottom: 5px;
  line-height: 1.2; }

.banner-style7 .large-text {
  color: #fff;
  font-family: "lora";
  font-size: 28px;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 1.4; }

.banner-style7 .price {
  color: #bc9c72;
  display: inline-block;
  font-family: "lora";
  font-size: 26px;
  margin-right: 20px;
  vertical-align: middle; }

.banner-style7 .btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff; }
  .banner-style7 .btn:hover {
    background: #bc9c72; }

.banner-text {
  text-align: center;
  padding: 33px 0; }
  .banner-text .large-text {
    color: #fff;
    font-family: "Karla","sans-serif";
    font-size: 22px;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .banner-text .small-text {
    color: #fff;
    display: block;
    margin-bottom: 0; }

.category-item .cat-info-wrapper {
  text-align: center;
  color: #292b2c; }

.category-item .cat-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 8px;
  padding-top: 8px; }

.category-item .cat-desc {
  line-height: 1.5;
  margin-bottom: 16px; }

.category-item .read-more {
  color: #212121;
  text-decoration: underline; }

/* ------   */
.navbar-fixed-top {
  background: #fff;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1002;
  position: fixed; 
  margin-top:41px;}

.fixed-topbar {
  width:100%;
  /*background: #fff;*/
  background:#333;
  z-index: 1002;
  position: fixed; }

/* ------ */
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #4b5257 !important; }

.text-primary {
  color: #0275d8 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5 !important; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important; }

.text-danger {
  color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important; }

.text-gray-dark {
  color: #292b2c !important; }

a.text-gray-dark:focus,
a.text-gray-dark:hover {
  color: #101112 !important; }

.text-hide {
  background-color: transparent;
  border: 0 none;
  color: transparent;
  font: 0px/0 a;
  text-shadow: none; }

.text-center {
  text-align: center !important; }

.invisible {
  visibility: hidden !important; }

/* ------- */
/* Fixed Menu */
.change-style .header-bottom {
  border-bottom: 2px solid #f5f5f5; }
  .change-style .header-bottom .jms-megamenu .nav > li > a {
    line-height: 66px; }
  .change-style .header-bottom .right-items .user-info {
    line-height: 66px; }
  .change-style .header-bottom #cart_block .icon {
    line-height: 66px; }
  .change-style .header-bottom .jms-megamenu .label-see, .change-style .header-bottom .jms-megamenu .label-new {
    top: 13%; }

.change-style .top-bar .jms-megamenu .nav > li > a {
  line-height: 66px; }

.change-style .top-bar .right-items .user-info {
  line-height: 66px; }

.change-style .top-bar #cart_block .icon {
  line-height: 66px; }

.change-style .top-bar .jms-megamenu .label-see, .change-style .top-bar .jms-megamenu .label-new {
  top: 13%; }

/* ------ */
/* Vertical menu */
.ver-menu-wrapper {
  border-bottom: 3px solid #276f44;
  background: #339059; }
  .ver-menu-wrapper .ver-title {
    background: #276f44;
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 63px;
    letter-spacing: 0.3px;
    line-height: 63px;
    margin: 0;
    padding: 0 20px;
    text-transform: uppercase;
    position: relative; }
    .ver-menu-wrapper .ver-title i {
      position: absolute;
      right: 20px;
      top: calc(50% - 8px); }

/* ------- */
/* Header Top */
.phone-number {
  font-family:"Montserrat", sans-serif;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  line-height: 41px;}
  .phone-number i {
    margin-right: 5px; }
  .phone-number .number {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-left: 10px; }

.phone-number span {
  color:#fff;
}

.phone-number span a {
  color: #fff;
  text-decoration: none;
}

.phone-number span a:hover {
  color:#EBB361;
}

.registrate {
  font-family:"Montserrat", sans-serif;
  font-size:13px;
  color:#fff;
  font-weight:500;
  line-height: 41px;
  letter-spacing:0;
  text-align: center;
  margin-bottom:0;}

.top-list {
  text-align: right; }
  .top-list ul {
    display: inline-block;
    margin-bottom: 0; }
    .top-list ul li {
      font-family: "Montserrat", sans-serif;
      font-size: 13px;
      font-weight: 500;
      display: inline-block;
      line-height: 41px;
      margin-left: -2px;
      position: relative; }
      .top-list ul li:before {
        background-color: rgba(255, 255, 255, 0.1);
        content: "";
        display: inline-block;
        height: 25px;
        margin-left: 10px;
        margin-right: 10px;
        vertical-align: middle;
        width: 1px; }
      .top-list ul li:first-child::before {
        content: none; }
      .top-list ul li a {
        font-size: 12px;
        text-transform: uppercase;
        color: #fff;
        position: relative;
        letter-spacing: 0.3px;
        display: inline-block;
        line-height: 18px; }
        .top-list ul li a i {
          margin-right: 5px; }
        .top-list ul li a:hover:after {
          left: 0;
          width: 100%; }
        .top-list ul li a:after {
          background-color: rgba(255, 255, 255, 0.7);
          bottom: 0;
          content: " ";
          height: 1px;
          position: absolute;
          right: 0;
          -webkit-transition: width 0.2s ease 0s;
          -moz-transition: width 0.2s ease 0s;
          -o-transition: width 0.2s ease 0s;
          transition: width 0.2s ease 0s;
          width: 0; }

/* ------- */
/* Right box */
.right-items {
  text-align: right; }
  .right-items .addon-box {
    display: inline-block; }
  .right-items .user-info {
    padding-left:15px;
    padding-right: 15px;
    line-height: 95px;
    position: relative; 
    border-left: 2px solid #f5f5f5;}
    .right-items .user-info .dropdown-menu {
      left: auto;
      right: 0; }
    .right-items .user-info > a {
      color: rgba(0, 0, 0, 0.9);
      font-size: 13px;
      font-weight: 600;
      /*font-style: italic;*/
      position: relative; }

      .right-items .user-info > a:hover {
        color:#EBB361;
      }
      .right-items .user-info > a:after {
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        content: " ";
        height: 1px;
        left: 0;
        position: absolute;
        -webkit-transition: width 0.2s ease 0s;
        -o-transition: width 0.2s ease 0s;
        transition: width 0.2s ease 0s;
        width: 0; }
      .right-items .user-info > a:hover:after {
        background-color:#EBB361;
        width: 99%; }
  .right-items #jms_ajax_search {
    padding-left: 10px;
    padding-right: 10px; }
  .right-items .wishlist-box {
    padding-right: 22px;
    padding-left: 12px; }
  .right-items .wishlist-box a i {
    font-size: 0;
    position: relative;
    top: 3px; }
    .right-items .wishlist-box a i:before {
      font-size: 22px; }

/* ------ */
/* Custom title */
.custom-title {
  margin-bottom: 15px;
  position: relative;
  text-align: center; }
  .custom-title .b-title_separator::before {
    background-color: #dcdcdc;
    bottom: -12px;
    content: " ";
    display: inline-block;
    height: 1px;
    left: 50%;
    margin-left: -34px;
    position: absolute;
    width: 24px; 
    display:none;}
  .custom-title .b-title_separator::after {
    background-color: #dcdcdc;
    bottom: -12px;
    content: " ";
    display: inline-block;
    height: 1px;
    left: 50%;
    margin-left: 10px;
    position: absolute;
    width: 24px; 
    display:none;}
  .custom-title .b-title_separator span::before {
    background-color: #c1c1c1;
    bottom: -12px;
    content: " ";
    display: inline-block;
    height: 1px;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 12px; 
    display:none;}
  .custom-title .b-title_separator span::after {
    background-color: #c1c1c1;
    bottom: -12px;
    content: " ";
    display: inline-block;
    height: 1px;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 12px; 
    display:none;}
  .custom-title .addon-desc {
    margin-bottom: 0;
    color: #9b9b9b;
    display: block;
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 5px; }
  .custom-title h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    position: relative;
    text-transform: uppercase; }

  .ser-mujer .custom-title h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 52px;
    position: relative;
    text-transform: uppercase;
  }

.custom-title2 {
  position: relative;
  text-align: center;
  margin-bottom: 45px; }
  .custom-title2:after {
    background-color: #ececec;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%; }
  .custom-title2 h3 {
    background-color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 0 25px;
    z-index: 1;
    position: relative;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 0; }

.custom-title3 {
  text-align: center; }
  .custom-title3 h3 {
    font-size: 26px;
    color: #b63d44;
    font-weight: 700;
    position: relative;
    line-height: 1.4;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .custom-title3 h3:after {
      content: "";
      background-color: #b63d44;
      height: 2px;
      width: 50px;
      position: absolute;
      left: calc(50% - 25px);
      bottom: 0; }
  .custom-title3 .addon-desc {
    color: #4c4c4c;
    font-family: "Lora","sans-serif";
    font-size: 16px;
    font-style: italic;
    line-height: 1.5;
    margin: auto auto 35px;
    max-width: 435px;
    padding: 0 15px; }

.custom-title4 {
  text-align: center; }
  .custom-title4 h3 {
    font-size: 26px;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 12px;
    margin-bottom: 20px; }
  .custom-title4 .b-title_separator::before {
    background-color: #dcdcdc;
    bottom: 0;
    content: " ";
    display: inline-block;
    height: 1px;
    left: 50%;
    margin-left: -34px;
    position: absolute;
    width: 24px; }
  .custom-title4 .b-title_separator::after {
    background-color: #dcdcdc;
    bottom: 0;
    content: " ";
    display: inline-block;
    height: 1px;
    left: 50%;
    margin-left: 10px;
    position: absolute;
    width: 24px; }
  .custom-title4 .b-title_separator span::before {
    background-color: #c1c1c1;
    bottom: 0;
    content: " ";
    display: inline-block;
    height: 1px;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 12px; }
  .custom-title4 .b-title_separator span::after {
    background-color: #c1c1c1;
    bottom: 0;
    content: " ";
    display: inline-block;
    height: 1px;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 12px; }
  .custom-title4 .addon-desc {
    color: #4c4c4c;
    font-family: "Lora","sans-serif";
    font-size: 16px;
    font-style: italic;
    line-height: 1.5;
    margin: auto auto 25px;
    max-width: 485px;
    padding: 0 15px; }

.custom-title5 {
  text-align: center;
  margin-bottom: 20px; }
  .custom-title5 h3 {
    font-family: "Lora","sans-serif";
    font-weight: 700;
    font-size: 26px;
    position: relative;
    line-height: 1.2;
    margin-bottom: 0; }
  .custom-title5 span {
    color: #9b9b9b;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 3px; }
  .custom-title5 .addon-desc {
    color: #4c4c4c;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    max-width: 405px;
    padding: 0 15px;
    display: block;
    margin: 7px auto 0; }

/* ------- */
/* Categories Banners */
.categories-banner .custom-title-box {
  text-align: center; }
  .categories-banner .custom-title-box .text-wrapper {
    color: #4c4c4c;
    font-family: "Lora","sans-serif";
    font-size: 16px;
    font-style: italic;
    line-height: 1.5;
    margin: auto auto 25px;
    max-width: 485px;
    padding: 0 15px; }

/* ------ */
/* About Story */
.section-story .left .addon-box {
  width: 50%;
  float: left; }
  .section-story .left .addon-box:nth-child(1), .section-story .left .addon-box:nth-child(2) {
    padding-bottom: 1px; }
  .section-story .left .addon-box:nth-child(3), .section-story .left .addon-box:nth-child(4) {
    padding-top: 1px; }
  .section-story .left .addon-box:nth-child(1), .section-story .left .addon-box:nth-child(3) {
    padding-right: 1px; }
  .section-story .left .addon-box:nth-child(2), .section-story .left .addon-box:nth-child(4) {
    padding-left: 1px; }

.section-story .custom-title-box {
  text-align: center; }
  .section-story .custom-title-box .btn {
    background-color: #31262a;
    color: #fff;
    margin-top: 25px;
    display: inline-block; }

/* ------ */
/* Product box */
.product-preview .product-btn.loading i {
  display: none; }

.product-preview .product-btn.loading:before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -webkit-animation: 450ms linear 0s normal none infinite running load-spin;
  animation: 450ms linear 0s normal none infinite running load-spin;
  border-bottom: 1px solid #000;
  -webkit-border-image: none;
  -o-border-image: none;
  border-image: none;
  border-left-color: transparent !important;
  border-radius: 50%;
  border-right-color: transparent !important;
  border-style: solid;
  border-top: 1px solid #000;
  border-width: 1px;
  content: " ";
  display: inline-block;
  height: 15px;
  position: relative;
  right: 0;
  top: -1px;
  margin-right: 5px;
  -webkit-transition: right 0.2s ease-in-out 0s, opacity 0.25s ease-in-out 0s;
  -o-transition: right 0.2s ease-in-out 0s, opacity 0.25s ease-in-out 0s;
  transition: right 0.2s ease-in-out 0s, opacity 0.25s ease-in-out 0s;
  vertical-align: middle;
  width: 15px; }

.product-preview .preview {
  position: relative; }
  .product-preview .preview .new-label {
    background: #5cb85c; }
  .product-preview .preview .sale-label, .product-preview .preview .new-label {
    height: 50px;
    left: 5px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 50px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase; }

.product-preview .action-box {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 5px;
  visibility: hidden;
  z-index: 2; }
  .product-preview .action-box a {
    width: 25px;
    line-height: 25px;
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 10px; }
    .product-preview .action-box a:last-child {
      margin-bottom: 0; }
    .product-preview .action-box a:hover span.text {
      visibility: visible; }
    .product-preview .action-box a span.text {
      background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
      color: #fff;
      display: block;
      font-size: 12px;
      line-height: 25px;
      position: absolute;
      right: calc(100% + 10px);
      text-align: center;
      top: -5px;
      width: 114px;
      visibility: hidden; }
      .product-preview .action-box a span.text:after {
        border-bottom: 5px solid transparent;
        border-left: 5px solid rgba(0, 0, 0, 0.7);
        border-top: 5px solid transparent;
        content: "";
        height: 0;
        position: absolute;
        right: -5px;
        top: 8px;
        width: 0; }
    .product-preview .action-box a i {
      cursor: pointer;
      display: block;
      font-size: 18px; }

.product-preview .product-link {
  display: inline-block;
  font-family: "Karla","sans-serif";}

.product-preview .content_price {
  color: #bbbbbb;
  display: block;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .product-preview .content_price .price.old {
    text-decoration: line-through;
    margin-right: 7px; }

.product-preview .bottom-info {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.product-preview .left-content {
  height: 25px;
  overflow: hidden; }

.product-preview .color_to_pick_list .variant-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .product-preview .color_to_pick_list .variant-links a {
    height: 15px;
    margin: 0;
    width: 15px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: block;
    margin-right: 5px;
    -webkit-box-shadow: 1px 1px 3px rgba(136, 136, 136, 0.19);
    box-shadow: 1px 1px 3px rgba(136, 136, 136, 0.19); }
    .product-preview .color_to_pick_list .variant-links a:last-child {
      margin-right: 0; }

.product-preview.default .content_price {
  text-align: left; }

.product-preview.default:hover .content_price {
  top: -30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.product-preview.default:hover .cart-button {
  top: -29px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.product-preview.default .cart-button {
  font-family:"Montserrat", sans-serif;
  line-height: 30px;
  top: 0;
  position: relative;
  background-color: #000;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #fff;
  border: none;
  /*background: none;*/ }

/*.product-preview.default .cart-button.disabled {
  font-family:"Montserrat", sans-serif;
  line-height: 30px;
  top: 0;
  position: relative;
  background-color: #ddd;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #fff;
  opacity:0.7;
  border: none;*/
  /*background: none;*//* }*/

.product-preview.default .content_price {
  font-family: "Montserrat", sans-serif;
  font-size: 16px; }

.product-preview.default .content_price .old {
  font-family: "Montserrat", sans-serif;
  color: #a7a7a7;
  font-size: 14px; }

.product-preview.default .content_price .new {
  font-family: "Montserrat", sans-serif;
  font-weight:600;
  color:#333;
  font-size: 16px; }

.product-preview.default .product-link {
  line-height: 19px;
  color: #252222;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;}

.product-preview.style2 {
  position: relative; }
  .product-preview.style2 .product-info {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    text-align: center; }
  .product-preview.style2 .product-link {
    font-size: 15px;
    color: #fff;
    position: relative;
    bottom: -10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .product-preview.style2 .product-link:hover {
      color: #cccccc; }
  .product-preview.style2 .content_price {
    color: #949494;
    margin-top: 8px;
    margin-bottom: 40px;
    bottom: -10px;
    top: auto;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .product-preview.style2 .action-box a {
    color: #fff; }
  .product-preview.style2 .cart-button {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    bottom: -25px; }
    .product-preview.style2 .cart-button:hover {
      background: #fff;
      color: #313131; }
  .product-preview.style2:hover .product-info {
    opacity: 1; }
  .product-preview.style2:hover .content_price, .product-preview.style2:hover .product-link, .product-preview.style2:hover .cart-button {
    bottom: 0; }

.product-preview.style3 .preview {
  overflow: hidden; }

.product-preview.style3 .action-box3 {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: -40px;
  height: 40px;
  left: 0;
  opacity: 1;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .product-preview.style3 .action-box3 a {
    width: 25px;
    display: block;
    text-align: center;
    position: relative;
    margin-right: 10px;
    color: #fff; }
    .product-preview.style3 .action-box3 a:last-child {
      margin-right: 0; }
    .product-preview.style3 .action-box3 a:hover span.text {
      visibility: visible; }
    .product-preview.style3 .action-box3 a span.text {
      background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
      color: #fff;
      display: block;
      font-size: 12px;
      left: -48px;
      line-height: 25px;
      position: absolute;
      text-align: center;
      top: -30px;
      visibility: hidden;
      width: 114px; }
      .product-preview.style3 .action-box3 a span.text:after {
        border-left: 5px solid transparent;
        border-top: 5px solid rgba(0, 0, 0, 0.7);
        border-right: 5px solid transparent;
        content: "";
        height: 0;
        position: absolute;
        left: calc(50% - 2.5px);
        top: 100%;
        width: 0; }
    .product-preview.style3 .action-box3 a i {
      cursor: pointer;
      display: block;
      font-size: 18px;
      line-height: 40px; }

.product-preview.style3 .product-info {
  text-align: center; }

.product-preview.style3 .product-link {
  color: #000;
  font-family: "Lora","sans-serif";
  font-size: 15px;
  padding: 16px 8px 8px;
  line-height: 1.2; }

.product-preview.style3 .content_price {
  font-size: 16px;
  line-height: 1.2; }
  .product-preview.style3 .content_price .new {
    color: #000; }

.product-preview.style4 .product-link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #252222;
  display: inline;
  font-family: "Lora","sans-serif";
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  padding-bottom: 1px; }

.product-preview.style4 .content_price {
  margin: 15px 0; }
  .product-preview.style4 .content_price .new {
    color: #292b2c;
    font-weight: 700; }

.product-preview.style4 .cart-button {
  background-color: #edc5c7;
  color: #fff; }
  .product-preview.style4 .cart-button:hover {
    background-color: #e49a9e; }

.product-preview.style4 .product-info {
  text-align: center; }

.product-preview.style5 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .product-preview.style5 .preview {
    width: 80px; }
  .product-preview.style5 .product-info {
    width: calc(100% - 80px);
    padding-left: 15px; }
  .product-preview.style5 .product-link {
    font-size: 13px;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.9);
    font-family: "Karla",sans-serif; }

.product-preview:hover .action-box3 {
  bottom: 0; }

.product-preview:hover .action-box {
  visibility: visible; }

.cart-button {
  font-weight: 700;
  color: #000;
  position: relative;
  cursor: pointer; }
  .cart-button span {
    display: inline-block; }
  .cart-button .fa-spinner, .cart-button .fa-check {
    display: none; }
  .cart-button .icon-basket {
    margin-right: 5px; }
  .cart-button .fa-check {
    margin-right: 7px; }
  .cart-button .icons {
    font-size: 16px;
    font-weight: bold; }
  .cart-button.checking .icon-basket {
    display: none; }
  .cart-button.checking:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -webkit-animation: 450ms linear 0s normal none infinite running load-spin;
    animation: 450ms linear 0s normal none infinite running load-spin;
    border-bottom: 1px solid #000;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-left-color: transparent !important;
    border-radius: 50%;
    border-right-color: transparent !important;
    border-style: solid;
    border-top: 1px solid #000;
    border-width: 1px;
    content: " ";
    display: inline-block;
    height: 15px;
    position: relative;
    right: 0;
    top: -1px;
    margin-right: 6px;
    -webkit-transition: right 0.2s ease-in-out 0s, opacity 0.25s ease-in-out 0s;
    -o-transition: right 0.2s ease-in-out 0s, opacity 0.25s ease-in-out 0s;
    transition: right 0.2s ease-in-out 0s, opacity 0.25s ease-in-out 0s;
    vertical-align: middle;
    width: 15px; }
  .cart-button.checked .icon-basket {
    display: none; }
  .cart-button.checked .fa-check {
    display: inline-block; }

@-webkit-keyframes load-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* ------ */
/* Product Carousel */
.product-carousel-wrapper .ajax_block_product .product-preview {
  height: 360px;
  margin-bottom: 40px; }
  .product-carousel-wrapper .ajax_block_product .product-preview:last-child {
    margin-bottom: 0; }

/* ------ */
/* Product Load more Style */
.product-no-carousel .product-preview {
  margin-bottom: 40px; }

.product-no-carousel #loadMore {
  text-align: center;
  margin-top: 15px; }
  .product-no-carousel #loadMore a {
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 0;
    color: #000;
    font-weight: 700;
    position: relative;
    text-transform: uppercase; }
    .product-no-carousel #loadMore a:hover {
      background: #000;
      color: #fff; }

/* ------ */
/* Services */
.feature-box-style1 {
  padding: 30px 0; }
  .feature-box-style1 .feature-img {
    color: rgba(42, 42, 42, 0.8);
    display: inline-block;
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1; }
  .feature-box-style1 h4 {
    font-size: 20px; }
  .feature-box-style1 .text {
    margin: 15px auto;
    line-height: 1.5; }
  .feature-box-style1 .btn-shopnow {
    color: rgba(42, 42, 42, 0.8);
    display: inline-block;
    line-height: 1; }

.feature-box-style2 .feature-img {
  font-size: 38px;
  opacity: 0.8;
  margin-bottom: 20px;
  line-height: 1; }

.feature-box-style2 .include_content_s h4 {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  max-width: 190px; }

.feature-box-style2 .include_content_s p {
  line-height: 1.5; }

.feature-box-style2 .btn-shopnow {
  text-transform: capitalize;
  color: #797979;
  text-decoration: underline; }
  .feature-box-style2 .btn-shopnow:hover {
    color: #000; }

/* ------ */
/* Addon Blog */
.blog-box .post-thumb {
  position: relative;
  overflow: hidden; }

.blog-box .post-created {
  background-color: #fff;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  left: 10px;
  min-width: 53px;
  position: absolute;
  top: 10px;
  z-index: 1;
  text-align: center; }
  .blog-box .post-created span {
    color: #1b1919;
    display: block;
    line-height: 1.2; }
    .blog-box .post-created span.date {
      font-size: 24px;
      padding-top: 4px; }
    .blog-box .post-created span.month {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.5px;
      padding-bottom: 8px;
      text-transform: uppercase; }

.blog-box .cat-box {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center; }
  .blog-box .cat-box a {
    background-color: #1daaa3;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 0 10px;
    line-height: 25px; }

.blog-box .post-title {
  color: #1b1919;
  font-family: "Lora","sans-serif";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 1.8;
  margin-bottom: 5px;
  display: inline-block; }

.blog-box .post-info {
  text-align: center; }

.blog-box .view-comment .space {
  margin: 0 5px; }

.blog-box .view-comment span {
  color: #787878;
  font-family: "Lato","sans-serif";
  line-height: 1.7; }
  .blog-box .view-comment span:hover {
    text-decoration: underline; }

.blog-box .post-intro {
  color: #4c4c4c;
  line-height: 1.7;
  margin-bottom: 0; }

.blog-box .post-readmore {
  border-bottom: 1px solid #b5b5b5;
  color: #6d6d6d;
  margin-top: 12px;
  display: inline-block;
  line-height: 1.2; }
  .blog-box .post-readmore:hover {
    border-bottom: 1px solid #000; }

.blog-box #loadMore {
  text-align: center; }
  .blog-box #loadMore a {
    background-color: transparent;
    border-radius: 0;
    border: 2px solid #000;
    color: #000;
    font-weight: 700;
    position: relative;
    text-transform: uppercase; }
    .blog-box #loadMore a:hover {
      color: #fff;
      background: #000; }

/* ------ */
/* Testimonials */
.testimonial-wrapper .testimonial-box {
  text-align: center;
  padding: 15px 0; }

.testimonial-wrapper .testimonial-img {
  display: inline-block;
  width: 100px;
  heigh: 100px;
  border-radius: 50%;
  overflow: hidden; }
  .testimonial-wrapper .testimonial-img img {
    width: 100%; }

.testimonial-wrapper .testimonial-info {
  margin-top: 15px; }

.testimonial-wrapper .testimonial-comment {
  color: #4c4c4c;
  line-height: 1.6;
  margin-bottom: 15px;
  max-width: 540px;
  margin: 0 auto; }

.testimonial-wrapper .owl-dots {
  position: static; }

.testimonial-wrapper .info_people {
  color: #1b1919;
  font-weight: 700; }
  .testimonial-wrapper .info_people .show_office {
    color: #4c4c4c;
    font-weight: 400; }

/* -------  */
/* Addon Category show */
.home_categories .categoy-image {
  position: relative; }

.home_categories .cat-name {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700; }

.home_categories2 .desc {
  text-align: center;
  padding: 0 17%;
  color: #555555; }

.home_categories2 .cat-name {
  font-size: 18px;
  color: #111;
  font-weight: 700;
  text-transform: uppercase; }

.home_categories2 .categoy-image {
  position: relative;
  overflow: hidden; }
  .home_categories2 .categoy-image img {
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s; }

.home_categories2 .featured-info {
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -o-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  opacity: 0;
  text-align: center; }

.home_categories2 .categories-wrapper:hover .featured-info {
  opacity: 1;
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px); }

.home_categories2 .categories-wrapper:hover img {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px); }

.home_categories3 {
  padding-top: 33px; }
  .home_categories3 .addon-desc {
    margin-bottom: 0; }
  .home_categories3 .categoy-image {
    position: relative; }
  .home_categories3 .cat-name {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center; }
    .home_categories3 .cat-name span {
      display: inline-block;
      background-color: #fff;
      -webkit-box-shadow: 1px 1px 3px rgba(136, 136, 136, 0.19);
      box-shadow: 1px 1px 3px rgba(136, 136, 136, 0.19);
      padding: 12px 25px;
      line-height: 1.3;
      color: #000; }
  .home_categories3 .categories-carousel {
    padding: 24px;
    background: #fff; }

.home_categories4 .categoy-image {
  position: relative; }

.home_categories4 .product-count {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  opacity: 0; }

.home_categories4 .categories-wrapper:hover .product-count {
  opacity: 1; }

.home_categories4 .category-info {
  text-align: center; }

.home_categories4 .cat-name {
  color: #000;
  font-family: Lora, sans-serif;
  font-size: 24px;
  padding-top: 5px;
  text-transform: capitalize; }

.home_categories4 .view-product {
  border-bottom: 1px solid #e6e6e6;
  color: #8a8a8a;
  text-decoration: none; }

/* ------ */
/* Tab Style */
.nav-tabs {
  border-bottom: none;
  display: inline-block; }
  .nav-tabs > li > a {
    border: none;
    border-radius: 0;
    line-height: 1.4;
    margin-right: 0;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    padding: 0;
    color: #292b2c; }
    .nav-tabs > li > a:after {
      content: "";
      width: 0;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: 0;
      -webkit-transition: width 0.2s ease 0s;
      -moz-transition: width 0.2s ease 0s;
      -o-transition: width 0.2s ease 0s;
      transition: width 0.2s ease 0s; }
    .nav-tabs > li > a:hover:after {
      background: #000;
      width: 100%; }
    .nav-tabs > li > a.active:after {
      width: 100%; }
  .nav-tabs > li {
    margin-bottom: 0;
    padding: 0 23px;
    position: relative; }
    .nav-tabs > li:after {
      content: "/";
      display: inline-block;
      font-size: 16px;
      line-height: 20px;
      position: absolute;
      right: -3px;
      top: calc(50% - 11px); }
  .nav-tabs > li:last-child:after {
    content: none; }

/* ------ */
/* Categories Tab */
.categories-tab-wrapper .jms-tab {
  text-align: center;
  line-height: 1;
  margin-bottom: 35px; }

/* ------ */
/* Banners & Newsletters */
.banners-newsletter .layout-column .addon-box {
  width: 50%; }

.banners-newsletter .first .addon-box:last-child {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%; }

.banners-newsletter .second .addon-box:first-child {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%; }

.banners-newsletter .second .addon-box:last-child {
  float: right; }

.banners-newsletter #newsletter_block_left {
  border: 20px solid #f0fafd;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.banners-newsletter .banner-style2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%; }

/* ------- */
/* Addon Instagram */
.instagram-wrapper .image-box {
  overflow: hidden; }

.instagram-wrapper2 {
  position: relative; }
  .instagram-wrapper2 .insta-title {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    height: 220px;
    left: 0;
    margin: auto;
    max-width: 300px;
    outline: 5px solid rgba(255, 255, 255, 0.5);
    padding: 25px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    text-align: center; }
    .instagram-wrapper2 .insta-title h3 {
      text-transform: uppercase;
      font-size: 28px;
      font-weight: 700;
      line-height: 1.4; }
    .instagram-wrapper2 .insta-title .addon-desc {
      line-height: 1.5;
      margin-bottom: 15px; }
    .instagram-wrapper2 .insta-title hr {
      margin-top: 10px; }
    .instagram-wrapper2 .insta-title a {
      background-color: transparent;
      border-color: #000;
      border-radius: 0;
      border-width: 2px;
      color: #000;
      font-weight: 600;
      position: relative;
      text-transform: uppercase;
      line-height: 38px; }
      .instagram-wrapper2 .insta-title a:hover {
        background: #000;
        color: #fff; }

/* ------ */
/* Brands */
.brand-wrapper .addon-title.default {
  position: relative;
  text-align: center;
  margin-bottom: 20px; }
  .brand-wrapper .addon-title.default h3 {
    background-color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 0 25px;
    line-height: 1.2;
    font-size: 26px;
    margin-bottom: 0; }
    .brand-wrapper .addon-title.default h3:after {
      content: "";
      display: block;
      height: 1px;
      position: absolute;
      top: calc(50% - 1px);
      left: 0;
      width: 100%;
      background-color: #ececec;
      z-index: -1; }

/* ------- */
/* Social Icon */
#social_block .find-us {
  display: block;
  line-height: 1;
  list-style: outside none none;
  padding: 0; }
  #social_block .find-us li {
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    margin: 5px 5px 0; }
    #social_block .find-us li:first-child {
      margin-left: 0;
      padding-left: 0; }
    #social_block .find-us li:last-child {
      margin-right: 0; }
    #social_block .find-us li a {
      color: rgba(255, 255, 255, 0.6);
      font-size: 18px; }
    #social_block .find-us li a:hover {
      color: rgba(255, 255, 255, 1);
      font-size: 18px; }


/* ------ */
/* Footer Navbar */
.footer-navbar {
  background: #000;
  /*padding-top: 50px;*/
  padding-top:0; }
  .footer-navbar .container {
    padding-left: 0;
    padding-right: 0; }
  .footer-navbar .top-content .addon-box {
    text-align: center; }
  .footer-navbar .addon-title {
    position: relative; }
    .footer-navbar .addon-title h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    /* letter-spacing: 1.5px; */
    margin-bottom: 5px;
    padding-bottom: 4px;
    position: relative;
    text-transform: uppercase; }
      .footer-navbar .addon-title h3:before {
        background-color: rgba(255, 255, 255, 0.8);
        bottom: 0;
        content: "";
        display: inline-block;
        height: 2px;
        position: absolute;
        width: 30px; }
  .footer-navbar .footer_menu li {
    line-height: 1;
    /*margin-bottom: 15px;*/
    margin-bottom:5px; }
    .footer-navbar .footer_menu li a {
      color: rgba(255, 255, 255, 0.6);
      font-size: 14px; }
      .footer-navbar .footer_menu li a:hover {
        color: #fff;
        text-decoration: underline; }
  .footer-navbar .contact-info-wrapper .addon-desc {
    color: rgba(255, 255, 255, 0.6); }
  .footer-navbar .contact-info-wrapper .contact-info ul {
    /*margin-bottom: 20px;*/
    margin-bottom:5px; }
    .footer-navbar .contact-info-wrapper .contact-info ul li {
      color: rgba(255, 255, 255, 0.6);
      font-size: 14px;
      line-height: 2; }
      .footer-navbar .contact-info-wrapper .contact-info ul li i {
        color: #676767;
        margin-right: 4px;
        text-align: center;
        width: 15px; }
  .footer-navbar .top-content {
    margin-bottom: 35px; }
  .footer-navbar .bottom-content {
    margin-top: 65px; }
    .footer-navbar .bottom-content .addon-box {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      padding: 20px 0; }
  .footer-navbar .copy-right {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1.6;
    text-align: center; }

/* ------ */
/* Breadcrumb */
.breadcrumb-wrapper {
  margin-top: 40px;
  margin-bottom: 100px; }
  .breadcrumb-wrapper .content_fullpath {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666666;
    line-height: 30px;
    border-bottom: 1px solid #ebebeb; }
    .breadcrumb-wrapper .content_fullpath a {
      color: #666666; }
      .breadcrumb-wrapper .content_fullpath a i {
        margin-right: 5px; }
    .breadcrumb-wrapper .content_fullpath .navigation-pipe {
      display: inline-block;
      margin: 0 15px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #d7d7d7;
      font-size: 0; }
    .breadcrumb-wrapper .content_fullpath .categories_child {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }

/* ------ */
/* Social Follow */
.ps-social-follow {
  margin-top: 20px; }
  .ps-social-follow ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .ps-social-follow ul li {
      margin-right: 10px; }
      .ps-social-follow ul li.label {
        padding: 0;
        margin: 0;
        font-weight: 700;
        color: #000;
        margin-right: 5px; }
      .ps-social-follow ul li:last-child {
        margin-right: 0; }
      .ps-social-follow ul li a {
        display: block;
        color: #4e4e4e; }
        .ps-social-follow ul li a i {
          font-size: 16px;
          display: block; }
          .ps-social-follow ul li a i.facebook:before {
            content: "\f09a"; }
          .ps-social-follow ul li a i.twitter:before {
            content: "\f099"; }
          .ps-social-follow ul li a i.googleplus:before {
            content: "\f0d5"; }
          .ps-social-follow ul li a i.pinterest:before {
            content: "\f0d2"; }
          .ps-social-follow ul li a i.instagram:before {
            content: "\f16d"; }
          .ps-social-follow ul li a i.rss:before {
            content: "\f09e"; }
          .ps-social-follow ul li a i.youtube:before {
            content: "\f167"; }
          .ps-social-follow ul li a i.vimeo:before {
            content: "\f27d"; }

/* ------ */
.list-brands {
  background: #ffffff none repeat scroll 0 0;
  margin: 1.25rem 0 0.625rem; }

.list-brands .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px; }

.list-brands .brand:last-child {
  margin-bottom: 0; }

.list-brands .brand > div {
  -moz-box-align: center;
  -moz-box-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.back-to-top {
  background: #EBB361 none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 5%;
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.12);
  color: #f5f5f5;
  cursor: pointer;
  font-size: 20px;
  height: 40px;
  line-height: 39px;
  position: fixed;
  right: 14px;
  text-align: center;
  width: 40px;
  z-index: 9999; }

/* search bar */
.menu-wrap #search_widget {
  padding: 0 15px 10px;
  border-bottom: 1px solid #eee; }
  .menu-wrap #search_widget input {
    width: 100%;
    padding: 0 10px; }
  .menu-wrap #search_widget form {
    position: relative; }
  .menu-wrap #search_widget button {
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    right: 10px;
    top: calc(50% - 9px);
    color: #aaaaaa;
    font-size: 16px; }
    .menu-wrap #search_widget button .text {
      display: none; }
    .menu-wrap #search_widget button i {
      visibility: visible !important;
      display: inline-block !important; }

.menu-wrap .user-info {
  border-bottom: 1px solid #eee; }
  .menu-wrap .user-info > a {
    display: block;
    line-height: 22px;
    padding: 10px 15px;
    color: #000;
    text-transform: uppercase; }

/* ------- */
/* Popup */
.jms-popup #newsletter_block_left .popup-text {
  display: block !important;
  visibility: visible !important; }
  .jms-popup #newsletter_block_left .popup-text .cap {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 30px; }
    .jms-popup #newsletter_block_left .popup-text .cap span {
      font-weight: 700; }
  .jms-popup #newsletter_block_left .popup-text .desc {
    line-height: 1.5;
    margin-bottom: 10px; }

.jms-popup #newsletter_block_left #newsletter-input {
  background: none;
  border: none;
  border-bottom: 2px solid #000;
  color: #000;
  padding-left: 25px;
  margin-bottom: 20px; }

.jms-popup #newsletter_block_left .input-email::before {
  color: #000;
  top: 4px; }

.jms-popup #newsletter_block_left .newsletter-btn {
  width: 165px;
  background: #000;
  color: #fff; }

.jms-popup #newsletter_block_left .form-group {
  display: block; }
  .jms-popup #newsletter_block_left .form-group *::-moz-placeholder {
    color: #000; }

.jms-popup #newsletter_block_left .input-email {
  width: 100%; }

.jms-popup .jms-popup-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .jms-popup .jms-popup-content .html-content {
    padding-left: 0;
    padding-right: 0; }

/* ------- */
#cart_block .shoppingcart-box {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  width: 400px;
  padding: 10px 15px;
  /*width: 325px;
  padding: 20px 36px;*/
  left: auto;
  right: 0;
  z-index: 1001;
  max-height: 500px;
  overflow-y: auto; }

#cart_block_list .preview-image {
  display: block;
  width: 88px; }

#cart_block_list .preview-image img {
  width: 100%; }

#cart_block_list .description {
  line-height: 1;
  width: calc(100% - 88px);
  padding-left: 15px; }

#cart_block .icon {
  color: #000000;
  font-weight: 500;
  line-height: 95px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

#cart_block .icon > span {
  display: block; }

#cart_block .icon .cart-left .text {
  display: none; }

#cart_block .icon .icon-basket {
  font-size: 20px;
  margin-right: -15px; }

#cart_block .icon .icon-basket, #cart_block .icon .space, #cart_block .icon .cart_block_total, #cart_block .icon .ajax_cart_quantity {
  position: relative;
  top: -3px; }

#cart_block .icon .ajax_cart_quantity {
  background: #EBB361;
  color:#fff;
  border-radius: 50%;
  height: 17px;
  line-height: 17px;
  text-align: center;
  width: 17px;
  top:-18px;
  /*font-size: 12px;*/}

#cart_block .icon .space {
  margin: 0 2px; }

#cart_block .icon .cart_block_total {
  font-weight: 700;
  margin-right: 10px; }

.description > a {
  display: block;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden; }

.quantity-formated {
  display: block;
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  color: #555555;
  letter-spacing: 0.2em; }

.price-content .price {
  font-weight: 700;
  font-size: 20px;
  line-height: 2; }

.remove_link {
  /*right: 30%;
  position: absolute;
  bottom: 16px; */
  right: 185px;
  position: absolute;
  bottom: 4px;}

.remove_link a {
  font-size: 17px;
  color: #696969; }

#cart_block_list li {
  padding: 15px 0;
  position: relative; }

.ajax_cart_no_product {
  font-style:italic;
  display: block;
  padding-top: 34px;
  width: 100%; }

#cart_block {
  line-height: 1; }

.cart-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

.cart-prices-line {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.cart-prices-line .price {
  font-weight: 600;
  font-size: 18px;
  line-height: 35px; }

.cart-prices-line.last-line {
  padding-bottom: 20px; }

#cart_block .cart-label {
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  text-transform: capitalize; }

#cart_block_list li.last_item {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 17px;
  padding-bottom: 31px; }

#button_order_cart {
  border: medium none;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 18px;
  margin-top: 5px;
  line-height: 45px;
  text-align: center;
  width: 100%; }

/*******************************************************************
					Cart Block Styles
********************************************************************/
#header .shopping_cart {
  position: relative;
  float: right;
  padding-top: 50px; }

#header .shopping_cart > a:first-child:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  display: inline-block;
  float: right;
  font-size: 18px;
  color: #686666;
  padding: 6px 0 0 0; }

#header .shopping_cart > a:first-child:hover:after {
  content: "\f0d8";
  padding: 4px 0px 2px 0px; }

.shopping_cart {
  width: 270px; }

@media (max-width: 480px) {
  .shopping_cart {
    padding-top: 20px; } }

@media (max-width: 1200px) {
  .shopping_cart {
    margin: 0 auto;
    float: none;
    width: 100%; } }

.shopping_cart > a:first-child {
  padding: 7px 10px 14px 16px;
  background: #333;
  display: block;
  font-weight: bold;
  color: #777777;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  overflow: hidden; }

@media (min-width: 768px) and (max-width: 991px) {
  .shopping_cart > a:first-child span.ajax_cart_product_txt, .shopping_cart > a:first-child span.ajax_cart_product_txt_s {
    display: none !important; } }

.shopping_cart > a:first-child b {
  color: #fff;
  font: 600 18px/22px "Open Sans", sans-serif;
  padding-right: 5px; }

.shopping_cart > a:first-child:before {
  content: "\f07a";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 23px;
  line-height: 23px;
  color: #fff;
  padding-right: 15px; }

.shopping_cart .ajax_cart_total {
  display: none !important; }

.shopping_cart .block_cart_expand:after, .shopping_cart .block_cart_collapse:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  display: inline-block;
  float: right;
  font-size: 18px;
  color: #686666;
  padding: 6px 0 0 0; }

.shopping_cart .block_cart_collapse:after {
  content: "\f0d8";
  padding: 4px 0px 2px 0px; }

.cart_block .cart_block_list .remove_link {
  position: absolute;
  right: 10px;
  top: 19px; }

.cart_block .cart_block_list .remove_link a,
.cart_block .cart_block_list .ajax_cart_block_remove_link {
  color: #777;
  display: block;
  width: 100%;
  height: 100%; }

.cart_block .cart_block_list .remove_link a:before,
.cart_block .cart_block_list .ajax_cart_block_remove_link:before {
  display: inline-block;
  content: "\f057";
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 18px; }

.cart_block .cart_block_list .remove_link a:hover,
.cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
  color: #515151; }

.cart_block .cart-images {
  float: left;
  margin-right: 20px; }

.cart_block .cart-info {
  overflow: hidden;
  position: relative;
  padding-right: 20px; }

.cart_block .cart-info .product-name {
  padding-bottom: 5px;
  margin-top: -4px; }

.cart_block .cart-info .product-name a {
  font-size: 13px;
  line-height: 18px;
  display: inline-block; }

.cart_block .cart-info .quantity-formated {
  display: inline-block;
  color: #9c9b9b;
  text-transform: uppercase;
  font-size: 10px;
  padding-right: 5px; }

.cart_block .cart-info .quantity-formated .quantity {
  font-size: 15px; }

.cart_block dt {
  font-weight: normal;
  overflow: hidden;
  padding: 20px 10px 16px 20px;
  position: relative; }

.cart_block dd {
  position: relative; }

.cart_block dd .cart_block_customizations {
  border-top: 1px dashed #333; }

.cart_block dd .cart_block_customizations li {
  padding: 10px 20px; }

.cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
  position: absolute;
  right: 10px; }

.cart_block .cart_block_no_products {
  margin: 0;
  padding: 10px 20px; }

.cart_block .cart-prices {
  border-top: 1px solid #d6d4d4;
  font-weight: bold;
  padding: 10px 20px 22px 20px; }

.cart_block .cart-prices .cart-prices-line {
  overflow: hidden;
  border-bottom: 1px solid #515151;
  padding: 7px 0; }

.cart_block .cart-prices .cart-prices-line.last-line {
  border: none; }

.cart_block .cart-buttons {
  overflow: hidden;
  padding: 20px 20px 10px 20px;
  margin: 0;
  background: #f6f6f6; }

.cart_block .cart-buttons a {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 10px; }

.cart_block .cart-buttons a#button_order_cart {
  margin-right: 0;
  border: none; }

.cart_block .cart-buttons a#button_order_cart span {
  padding: 7px 0;
  font-size: 1.1em;
  border: solid 1px #63c473;
  background: #43b155; }

.cart_block .cart-buttons a#button_order_cart:hover span {
  border: solid 1px #358c43;
  background: #2e7a3a;
  color: #fff; }

/*******************************************************************
					Cart Block(Header) Styles
********************************************************************/
#header .cart_block {
  position: absolute;
  top: 95px;
  right: 0;
  z-index: 100;
  display: none;
  height: auto;
  background: #484848;
  color: #fff;
  width: 270px; }

@media (max-width: 480px) {
  #header .cart_block {
    width: 100%; } }

@media (max-width: 1200px) {
  #header .cart_block {
    width: 100%; } }

#header .cart_block a {
  color: #fff; }

#header .cart_block a:hover {
  color: #9c9b9b; }

#header .cart_block .cart_block_list .remove_link a,
#header .cart_block .cart_block_list .ajax_cart_block_remove_link {
  color: #fff;
  outline: none;
  text-decoration: none; }

#header .cart_block .cart_block_list .remove_link a:hover,
#header .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
  color: #9c9b9b; }

#header .cart_block .price {
  color: #fff; }

#header .cart_block dt {
  background: url(../../../img/cart-shadow.png) repeat-x; }

#header .cart_block dt.first_item {
  background: none; }

#header .cart_block .product-atributes {
  padding-bottom: 10px;
  font-size: 11px; }

#header .cart_block .product-atributes a {
  color: #9c9b9b; }

#header .cart_block .product-atributes a:hover {
  color: #fff; }

#header .cart_block .cart-prices {
  border: none;
  background: url(../../../img/cart-shadow.png) repeat-x #3d3d3d; }

#header .cart_block .cart-buttons {
  background: url(../../../img/cart-shadow.png) repeat-x #333; }

#header .block_content {
  margin-bottom: 0; }

.cart_block #cart_block_summary,
.cart_block .title_block span,
#header .cart_block h4,
#header .cart_block .title_block,
#header .cart_block h4 {
  display: none; }

.cart_block .cart_block_shipping_cost,
.cart_block .cart_block_tax_cost,
.cart_block .cart_block_total,
.cart_block .cart_block_wrapping_cost {
  float: right; }

.cart_block table.vouchers {
  clear: both;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px; }

.cart_block table.vouchers tr td {
  padding: 2px; }

.cart_block table.vouchers tr td.quantity {
  margin-right: 5px;
  min-width: 18px; }

.cart_block table.vouchers tr td.delete {
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  width: 15px; }

/*****************************************************************************
					Layer Cart Css
*****************************************************************************/
.layer_cart_overlay {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.5; }

* html .layer_cart_overlay {
  position: absolute;
  left: 0;
  margin-left: -160px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2; }

#layer_cart {
  background-color: #fff;
  border-radius: 4px;
  display: none;
  left: 50%;
  margin: 0 auto;
  position: fixed;
  right: 0;
  top: 32% !important;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: 60%;
  z-index: 10002; }

.home_7 #layer_cart {
  left: 100%;
  top: -400px !important;
  width: 647px;
  z-index: 1001; }

#layer_cart .layer_cart_product {
  padding: 30px 30px 30px 30px;
  overflow: hidden;
  position: static; }

#layer_cart .layer_cart_product .title {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 22px; }

@media (max-width: 767px) {
  #layer_cart .layer_cart_product .title {
    font-size: 18px;
    padding-right: 0;
    line-height: normal; } }

#layer_cart .layer_cart_product .title i {
  font-size: 30px;
  line-height: 30px;
  float: left;
  padding-right: 8px; }

@media (max-width: 767px) {
  #layer_cart .layer_cart_product .title i {
    font-size: 22px;
    line-height: 22px; } }

#layer_cart .layer_cart_product .product-image-container {
  max-width: 178px;
  border: 1px solid #d6d4d4;
  float: left;
  margin-right: 30px; }

@media (max-width: 480px) {
  #layer_cart .layer_cart_product .product-image-container {
    float: none;
    margin-right: 0;
    margin-bottom: 10px; } }

#layer_cart .layer_cart_product .layer_cart_product_info {
  padding: 38px 0 0 0; }

#layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title {
  display: block;
  padding-bottom: 8px; }

#layer_cart .layer_cart_product .layer_cart_product_info > div {
  padding-bottom: 7px; }

#layer_cart .layer_cart_product .layer_cart_product_info > div strong {
  padding-right: 3px; }

#layer_cart .layer_cart_cart {
  background: #fafafa;
  border-left: 1px solid #d6d4d4;
  padding: 21px 30px 170px 30px;
  -moz-border-radius: 0px 4px 4px 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px 4px 4px 0px;
  position: relative; }

@media (min-width: 1200px) {
  #layer_cart .layer_cart_cart {
    min-height: 318px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #layer_cart .layer_cart_cart {
    min-height: 360px; } }

@media (max-width: 991px) {
  #layer_cart {
    width: 90%; }
  #layer_cart .layer_cart_cart {
    -moz-border-radius: 0px 0 4px 4px;
    -webkit-border-radius: 0px;
    border-radius: 0px 0 4px 4px;
    border-left: none;
    border-top: 1px solid #d6d4d4; } }

#layer_cart .layer_cart_cart .title {
  display: block;
  color: #333;
  border-bottom: 1px solid #d6d4d4;
  padding-bottom: 13px;
  margin-bottom: 17px; }

@media (max-width: 767px) {
  .home_2 #layer_cart, .home_4 #layer_cart, .home_5 #layer_cart,
  .home_7 #layer_cart {
    width: 451px; }
  .home_2 #layer_cart {
    left: -43%;
    -webkit-transform: translate(-46%);
    -ms-transform: translate(-46%);
    transform: translate(-46%); }
  #layer_cart .layer_cart_cart .title {
    font-size: 18px; } }

#layer_cart .layer_cart_cart .layer_cart_row {
  padding: 0 0 7px 0; }

#layer_cart .layer_cart_cart .button-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 30px 20px 30px; }

#layer_cart .layer_cart_cart .button-container .btn {
  margin-bottom: 10px; }

#layer_cart .layer_cart_cart .button-container span.exclusive-medium {
  margin-right: 5px; }

#layer_cart .layer_cart_cart .button-container span.exclusive-medium i {
  padding-right: 5px;
  color: #777777; }

#layer_cart .cross {
  position: absolute;
  right: 7px;
  top: 8px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  color: #333;
  z-index: 2; }

#layer_cart .cross:before {
  content: "\f057";
  display: block;
  font-family: "FontAwesome";
  font-size: 25px;
  line-height: 25px; }

#layer_cart .cross:hover {
  color: #515151; }

#layer_cart .continue {
  cursor: pointer; }

#layer_cart p {
  padding: 0px; }

@media (max-width: 481px) {
  .home_2 #layer_cart, .home_4 #layer_cart, .home_5 #layer_cart,
  .home_7 #layer_cart {
    width: 290px; }
  .home_2 #layer_cart {
    left: -22%;
    -webkit-transform: translate(-22%);
    -ms-transform: translate(-22%);
    transform: translate(-22%); } }

/************************************************************************
						Layer Cart Caroucel
*************************************************************************/
#layer_cart .crossseling .crossseling-content {
  border-top: 1px solid #d6d4d4;
  padding: 26px 30px 40px 30px;
  position: relative; }

#layer_cart .crossseling h2 {
  font: 400 23px/26px Arial, Helvetica, sans-serif;
  color: #333;
  margin-bottom: 25px; }

#layer_cart .crossseling #blockcart_list {
  max-width: 773px;
  width: 84%;
  margin: 0 auto;
  overflow: hidden; }

#layer_cart .crossseling #blockcart_list ul {
  display: block; }

#layer_cart .crossseling #blockcart_list ul li {
  float: left;
  width: 178px;
  margin: 0 0px 0 0; }

#layer_cart .crossseling #blockcart_list ul li .product-image-container {
  border: 1px solid #d6d4d4;
  text-align: center;
  padding: 5px;
  margin-bottom: 15px; }

#layer_cart .crossseling #blockcart_list ul li .product-image-container img {
  width: 100%; }

#layer_cart .crossseling #blockcart_list ul li .product-name {
  padding-bottom: 5px; }

#layer_cart .crossseling #blockcart_list ul li .product-name a {
  font-size: 15px;
  line-height: 20px; }

#layer_cart .crossseling #blockcart_list a.bx-prev,
#layer_cart .crossseling #blockcart_list a.bx-next {
  display: block;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  color: #333;
  text-indent: -5000px;
  position: absolute;
  top: 45%;
  margin-top: -20px; }

#layer_cart .crossseling #blockcart_list a.bx-prev:after,
#layer_cart .crossseling #blockcart_list a.bx-next:after {
  display: block;
  text-indent: 0; }

#layer_cart .crossseling #blockcart_list a.bx-prev:hover,
#layer_cart .crossseling #blockcart_list a.bx-next:hover {
  color: #c0c0c0; }

#layer_cart .crossseling #blockcart_list a.bx-prev.disabled,
#layer_cart .crossseling #blockcart_list a.bx-next.disabled {
  display: none; }

#layer_cart .crossseling #blockcart_list a.bx-prev {
  left: 5%; }

#layer_cart .crossseling #blockcart_list a.bx-prev:after {
  content: "\f137"; }

#layer_cart .crossseling #blockcart_list a.bx-next {
  right: 5%; }

#layer_cart .crossseling #blockcart_list a.bx-next:after {
  content: "\f138"; }

#layer_cart .crossseling #blockcart_list .bx-controls {
  overflow: hidden; }

#cart_block_list .review .nbcomments {
  display: none; }

#cart_block_list .review {
  padding: 9px 0; }

.shoppingcart-bottom.open .dropdown-menu::before {
  display: none; }

.tab-title {
  display: none; }

.shoppingcart-bottom.open .tab-title {
  display: block; }

.shoppingcart-bottom .tab-title {
  position: fixed;
  top: 0;
  right: 0px;
  width: 300px;
  z-index: 1003;
  background: #000;
  line-height: 24px; }

.shoppingcart-bottom .description > a {
  font-size: 14px;
  margin-bottom: 6px;
  opacity: 0.8;
  line-height: 1.2;
  letter-spacing: 0; }

.shoppingcart-bottom .price-content .price {
  font-size: 16px; }

.shoppingcart-bottom .tab-title .b-close_search {
  cursor: pointer;
  display: block;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 30px;
  z-index: 301; }

.shoppingcart-bottom .tab-title .b-close_search::after, .shoppingcart-bottom .tab-title .b-close_search::before {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 3px;
  position: absolute;
  right: 0;
  top: 15px;
  width: 35px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.shoppingcart-bottom .tab-title .b-close_search:hover::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.shoppingcart-bottom .tab-title .b-close_search:hover::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.shoppingcart-bottom .tab-title > span {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px;
  display: block;
  text-align: left; }

#cart_block.shoppingcart-bottom .tab-title .box-cart.ajax_cart_quantity {
  background: none; }

.shoppingcart-bottom .tab-title > span i {
  margin-left: 15px; }

.shoppingcart-bottom .tab-title > span i.fa-chevron-down,
.shoppingcart-bottom.open .tab-title > span i.fa-chevron-up {
  display: none; }

.shoppingcart-bottom.open .tab-title > span i.fa-chevron-down {
  display: inline-block; }

#cart_block.shoppingcart-bottom .tab-title .box-cart.ajax_cart_quantity {
  position: relative;
  border-radius: 0px;
  width: auto;
  height: auto;
  left: 0px;
  top: auto;
  line-height: auto; }

#cart_block.shoppingcart-bottom .shoppingcart-box {
  position: fixed;
  top: 0 !important;
  width: 300px;
  height: 100%;
  left: auto !important;
  right: 0px !important;
  padding: 80px 15px 0;
  max-height: none; }

.shoppingcart-bottom .shoppingcart-content {
  float: left;
  list-style: outside none none;
  overflow-y: hidden;
  margin: 0px; }

.shoppingcart-bottom.open:after {
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }

.shoppingcart-bottom #cart_block_list .preview-image {
  width: 70px; }

.shoppingcart-bottom #cart_block_list .description {
  width: calc(100% - 70px); }

.shoppingcart-bottom #cart_block_list li {
  position: relative;
  padding: 0px !important;
  margin-bottom: 10px; }
  .shoppingcart-bottom #cart_block_list li:last-child {
    margin-bottom: 0; }

#cart_block.shoppingcart-bottom.open .icon::before {
  content: none !important; }

.shoppingcart-bottom #button_order_cart {
  margin-bottom: 0px;
  margin-top: 15px; }

#cart_block.shoppingcart-bottom .remove_link {
  top: auto;
  bottom: 10px;
  right: 16px; }

.shoppingcart-bottom .cart-prices-line {
  width: 100%; }

.shoppingcart-bottom .cart-prices-line .price {
  font-size: 14px; }

#cart_block.shoppingcart-bottom .cart-label {
  font-size: 14px; }

/* Newsleter */
#newsletter_block_left .block_content {
  text-align: center; }

#newsletter_block_left .news_content {
  max-width: 590px;
  display: inline-block;
  width: 100%; }

#newsletter_block_left .newsletter-btn {
  border: none;
  width: 160px;
  text-align: center;
  padding: 0; }

#newsletter_block_left .input-email {
  width: calc(100% - 160px);
  padding-right: 5px;
  position: relative; }
  #newsletter_block_left .input-email:before {
    color: #fff;
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 14px;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 7px; }

#newsletter_block_left #newsletter-input {
  background: none;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  padding-left: 25px; }

#newsletter_block_left .form-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  #newsletter_block_left .form-group *::-moz-placeholder {
    color: #fff; }

/* -------- */
.best-sellers_block_right .title-block {
  position: relative;
  margin-bottom: 25px; }
  .best-sellers_block_right .title-block h3 {
    color: #1b1919;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding-bottom: 4px;
    position: relative;
    text-transform: uppercase;
    line-height: 1.4; }
    .best-sellers_block_right .title-block h3:before {
      background-color: rgba(0, 0, 0, 0.1);
      bottom: 0;
      content: "";
      display: inline-block;
      height: 2px;
      position: absolute;
      width: 30px; }

.best-sellers_block_right .products .product-miniature {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(124, 124, 124, 0.15); }
  .best-sellers_block_right .products .product-miniature:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }

/* Categories List */
.block-categories {
  margin-bottom: 50px; }
  .block-categories .title-block {
    position: relative;
    margin-bottom: 25px; }
    .block-categories .title-block h3 {
      color: #1b1919;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 1.5px;
      padding-bottom: 4px;
      position: relative;
      text-transform: uppercase;
      line-height: 1.4; }
      .block-categories .title-block h3:before {
       background-color: rgba(0, 0, 0, 0.1);
      bottom: 2px;
      content: "";
      display: inline-block;
      height: 4px;
      position: absolute;
      width: 9px; }
  .block-categories > ul > li {
    list-style-type: disc;
    margin-left:14px;
  }

  .block-categories > ul > li > a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    position: relative;
    -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; }
    .block-categories > ul > li > a:hover {
      text-decoration: underline; }
  .block-categories .collapse-icons i {
    display: inline-block;
    font-size: 18px; }
  .block-categories .cat-item .sub-list ul {
    padding: 0 10px; }
  .block-categories .cat-item .sub-list li a {
    font-size: 14px;
    font-weight: 300;
    line-height: 28px; }
  .block-categories .cat-item .sub-list .arrows {
    margin-left: 10px;
    cursor: pointer; }
    .block-categories .cat-item .sub-list .arrows .arrow-down {
      display: none; }
    .block-categories .cat-item .sub-list .arrows.collapsed .arrow-down {
      display: inline-block; }
    .block-categories .cat-item .sub-list .arrows.collapsed .arrow-right {
      display: none; }
  .block-categories .collapse-icons {
    position: absolute;
    right: 0;
    top: 0; }
  .block-categories .collapse-icons[aria-expanded="true"] i:before {
    content: "\f01a"; }

/* ------- */
/* Faceted Search */
#search_filters .filter-box {
  margin-bottom: 53px; }
  #search_filters .filter-box .box-title {
    position: relative;
    margin-bottom: 25px; }
    #search_filters .filter-box .box-title h3 {
      color: #1b1919;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 1.5px;
      padding-bottom: 4px;
      position: relative;
      text-transform: uppercase;
      line-height: 1.4; }
      #search_filters .filter-box .box-title h3:before {
        background-color: rgba(0, 0, 0, 0.1);
        bottom: 2px;
        content: "";
        display: inline-block;
        height: 4px;
        position: absolute;
        width: 9px; }
  #search_filters .filter-box .clear-all-wrapper button {
    /*letter-spacing: 0.05em;*/ }
    #search_filters .filter-box .clear-all-wrapper button i {
      margin-left: 10px; }

#search_filters .facet-box {
  margin-bottom: 53px; }
  #search_filters .facet-box .facet-title {
    position: relative;
    margin-bottom: 10px; }
    #search_filters .facet-box .facet-title h3 {
      color: #1b1919;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 1.5px;
      padding-bottom: 4px;
      position: relative;
      text-transform: uppercase;
      line-height: 1.4; }
      #search_filters .facet-box .facet-title h3:before {
        background-color: rgba(0, 0, 0, 0.1);
        bottom: 2px;
        content: "";
        display: inline-block;
        height: 4px;
        position: absolute;
        width: 9px;}

.facet > li {
  margin-bottom: 10px; }
  .facet > li:last-child {
    margin-bottom: 0; }

.facet li {
  position: relative; }
  .facet li .facet-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .facet li .facet-label a {
      color: rgba(0, 0, 0, 0.9); }
    .facet li .facet-label .magnitude {
      position: absolute;
      top: calc(50% - 13px);
      right: 0;
      color: #bbb; }
    .facet li .facet-label .custom-checkbox input[type="checkbox"] + span {
      margin-right: 10px; }

.facet .custom-checkbox {
  display: block; }

/* ------ */
/* Input Style */
.custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .custom-checkbox .checkbox-wrapper {
    position: relative;
    margin-right: 10px; }
  .custom-checkbox span, .custom-checkbox input {
    margin: 0; }
  .custom-checkbox input {
    width: 15px;
    height: 15px; }

.custom-checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  left: 0;
  display: block;
  top: calc(50% - 7.5px); }

.custom-checkbox input[type="checkbox"] + span {
  border: 1px solid #bbb;
  cursor: pointer;
  display: block;
  width: 15px;
  height: 15px; }
  .custom-checkbox input[type="checkbox"] + span.color {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #deeded;
    -webkit-box-shadow: 1px 1px 3px rgba(136, 136, 136, 0.19);
    box-shadow: 1px 1px 3px rgba(136, 136, 136, 0.19); }

.custom-checkbox input[type="checkbox"] + span .checkbox-checked {
  color: #232323;
  display: none;
  font-size: 13px;
  margin: 0; }

.custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
  display: block; }

.custom-checkbox input[type="checkbox"]:focus + span {
  border-color: #7a7a7a; }

.custom-checkbox label {
  text-align: left; }

.custom-radio {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #bbb;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  width: 15px; }

.custom-radio input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0; }

.custom-radio input[type="radio"]:checked + span {
  background-color: #2fb5d2;
  border-radius: 50%;
  display: block;
  height: calc(100% - 2px);
  left: 1px;
  position: absolute;
  top: 1px;
  width: calc(100% - 2px); }

.custom-radio input[type="radio"]:focus + span {
  border-color: #7a7a7a; }

.custom-checkbox {
  position: relative; }

/* ------- */
/* Filter Panel */
.cat_desc {
  margin-bottom: 45px; }

.view-modes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .view-modes > a {
    border: 1px solid #f0f1f3;
    color: #a6a5a5;
    display: block;
    font-size: 18px;
    line-height: 33px;
    margin-right: 10px;
    text-align: center;
    width: 35px; }
    .view-modes > a:last-child {
      margin-right: 0; }
    .view-modes > a:first-child {
      margin-left: 10px; }

.sort-select .inlude_sort_by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .sort-select .inlude_sort_by .products-sort-order {
    margin-left: 10px;
    cursor: pointer;
    min-width: 150px;
    height: 35px; }
    .sort-select .inlude_sort_by .products-sort-order a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-align: space-between;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      line-height: 35px;
      position: relative; }
      .sort-select .inlude_sort_by .products-sort-order a i {
        font-size: 16px;
        color: #666; }
      .sort-select .inlude_sort_by .products-sort-order a > span {
        color: #666; }
    .sort-select .inlude_sort_by .products-sort-order .dropdown-menu {
      padding: 10px 15px;
      width: 100%;
      top: 101%; }

.filters-panel {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 5px;
  margin-bottom: 20px; }
  .filters-panel .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

/* ------ */
/* Active Filter*/
.active_filters {
  background: #dededd none repeat scroll 0 0;
  margin: 20px 0;
  padding: 10px 20px; }

.active_filters ul li:last-child {
  margin-right: 0; }

#js-active-search-filters > ul li {
  background: #ebebeb none repeat scroll 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 5px;
  padding: 0 10px;
  vertical-align: middle; }

#js-active-search-filters > ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0; }

.active_filters {
  display: inline-block;
  margin-top: 18px; }

.filter-block .js-search-link {
  display: inline-block;
  font-size: 15px;
  line-height: 35px;
  margin-left: 10px; }

.filter-block .js-search-link i {
  font-size: 18px; }

/* ------ */
.cat_desc p {
  line-height: 1.3; }

/* List Product */
.products-list-in-column .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .products-list-in-column .products .product-miniature {
    padding: 0 15px;
    margin-bottom: 40px; }

.products-list-in-column.products-list-6 .product-miniature {
  width: 16.66%; }

.products-list-in-column.products-list-5 .product-miniature {
  width: 20%; }

.products-list-in-column.products-list-4 .product-miniature {
  width: 25%; }

.products-list-in-column.products-list-3 .product-miniature {
  width: 33.33%; }

.products-list-in-column.products-list-2 .product-miniature {
  width: 50%; }

.products-list-in-column .product-preview .product-info.list-info {
  display: none; }

.products-list-in-row .product-miniature {
  width: 100%;
  padding: 20px 15px;
  position: relative; }
  .products-list-in-row .product-miniature:last-child {
    padding-bottom: 0; }
    .products-list-in-row .product-miniature:last-child:after {
      content: none; }
  .products-list-in-row .product-miniature:after {
    content: "";
    background: #ebebeb;
    position: absolute;
    bottom: 0;
    left: 15px;
    height: 1px;
    width: calc(100% - 30px); }

.products-list-in-row .product-preview {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .products-list-in-row .product-preview .product-info {
    display: none; }
    .products-list-in-row .product-preview .product-info.list-info {
      display: block; }
    .products-list-in-row .product-preview .product-info .addToWishlist {
      display: inline-block;
      position: static;
      visibility: visible;
      width: auto;
      border-radius: 0;
      background: none;
      line-height: 1.2;
      font-size: 14px;
      cursor: pointer; }
    .products-list-in-row .product-preview .product-info .product-description {
      color: rgba(0, 0, 0, 0.8);
      margin-top: 15px; }
  .products-list-in-row .product-preview .quick-view-box {
    display: none; }
  .products-list-in-row .product-preview .action-box {
    display: none; }
  .products-list-in-row .product-preview .preview {
    width: 25%; }
  .products-list-in-row .product-preview .product-info {
    width: 75%;
    padding-left: 30px;
    text-align: left; }
  .products-list-in-row .product-preview .cart-button {
    width: auto;
    display: inline-block; }
  .products-list-in-row .product-preview .quick-view {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .products-list-in-row .product-preview .button-box {
    margin: 25px 0; }
    .products-list-in-row .product-preview .button-box a {
      margin-right: 10px; }
      .products-list-in-row .product-preview .button-box a:last-child {
        margin-right: 0; display: none;}
  .products-list-in-row .product-preview .bottom-box a {
    line-height: 1.2; }
    .products-list-in-row .product-preview .bottom-box a.add_to_compare .fa-check {
      display: none; }
    .products-list-in-row .product-preview .bottom-box a .fa {
      font-size: 18px; }
  .products-list-in-row .product-preview.default .cart-button {
    line-height: 40px;
    font-weight: 400;
    background: #000c; }
  .products-list-in-row .product-preview.default:hover .content_price {
    top: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .products-list-in-row .product-preview.default:hover .cart-button {
    top: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }

/* ------ */
/* Pagination Style */
.pagination {
  margin-top: 10px;
  padding-left: 15px; }
  .pagination .left-pagination, .pagination .right-pagination {
    padding-left: 0;
    padding-right: 0; }

ul.page-list {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  ul.page-list li {
    margin-right: 10px; }
    ul.page-list li:last-child {
      margin-right: 0; }
    ul.page-list li a, ul.page-list li span {
      font-size: 16px;
      padding: 0;
      border-radius: 0;
      width: 35px;
      line-height: 33px;
      text-align: center;
      color: #000;
      border-bottom: 1px solid #b1b1b1;
      display: block; }
      ul.page-list li a .fa, ul.page-list li span .fa {
        font-size: 15px; }
    ul.page-list li a:hover {
      color: #fff;
      background: #000;
      border-bottom: 1px solid #000; }
    ul.page-list li.current a {
      color: #fff;
      background: #000;
      border-bottom: 1px solid #000; }
  ul.page-list .pagination_previous, ul.page-list .pagination_next {
    margin: 0; }
    ul.page-list .pagination_previous a, ul.page-list .pagination_previous span, ul.page-list .pagination_next a, ul.page-list .pagination_next span {
      padding: 0;
      margin: 0;
      display: block;
      width: 35px;
      line-height: 25px;
      border: 1px solid #efefef;
      background: #fff;
      font-size: 10px;
      text-align: center;
      color: #9f9f9f; }

/* ------ */
/* Responsive */
@media (max-width: 1366px) {
  .products-list-in-column.products-list-4 .product-miniature {
    width: 33.33%; } }

@media (max-width: 1199px) {
  .products-list-in-column.products-list-4 .product-miniature {
    width: 50%; } }

@media (max-width: 991px) {
  .view-modes {
    -webkit-box-align: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px; }
  .sort-select .inlude_sort_by {
    -webkit-box-align: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .left-pagination {
    text-align: center; }
  .right-pagination {
    margin-top: 10px; }
  ul.page-list {
    -webkit-box-align: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (max-width: 480px) {
  .products-list-in-column.products-list-4 .product-miniature {
    width: 50%; }
  .products-list-in-column.products-list-3 .product-miniature {
    width: 50%; } }

@media (max-width: 360px) {
  .products-list-in-column.products-list-4 .product-miniature {
    width: 50%; }
  .products-list-in-column.products-list-3 .product-miniature {
    width: 50%; } }

/* ------- */
/* Breadcrumb */
.breadcrumb {
  font-family: "Josefin Sans", sans-serif;
  padding-top: 8.5px;
  padding-bottom: 8.5px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  margin-bottom: 40px;
  background: #f9f9f9; }
  .breadcrumb .container-fluid {
    padding-left: 3.5%;
    padding-right: 3.5%; }

.breadcrumb-box .breadcrumb-inner a {
  color: #1b1919;
  font-size: 14px; }
  .breadcrumb-box .breadcrumb-inner a:hover {
    text-decoration: underline; }
  .breadcrumb-box .breadcrumb-inner a i {
    margin-right: 3px; }

.breadcrumb-box .breadcrumb-inner ol {
  font-family:"Montserrat", sans-serif;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666666;
  line-height: 30px; }
  .breadcrumb-box .breadcrumb-inner ol li:after {
    content: "/";
    display: inline-block;
    margin: 0 5px 2px; }
  .breadcrumb-box .breadcrumb-inner ol li:last-child:after {
    content: none; }

/* In Category Page */
.content_scene_cat_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px; }
  .content_scene_cat_bg .cat_desc {
    display: inline-block;
    margin: 0 auto; }
    .content_scene_cat_bg .cat_desc .flex-box {
      text-align: center; }
    .content_scene_cat_bg .cat_desc h3 {
      font-size: 24px;
      color: #20254e;
      font-weight: 500; }
    .content_scene_cat_bg .cat_desc .desc_short {
      font-size: 14px;
      color: rgba(32, 37, 78, 0.75); }
  .content_scene_cat_bg .text-muted {
    color: #fff; }

/* ------ */
/*=====================================
=            SHOPPING CART            =
=====================================*/
ul#order_step {
  margin-bottom: 40px; }

ul#order_step li {
  float: left;
  width: 20%;
  text-align: center;
  height: 45px;
  line-height: 45px; }

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

ul#order_step li.step_current {
  background: #fff; }

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

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

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

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

table#cart_summary .cart_unit,
table#cart_summary .cart_total {
  font-weight: 500; }

table#cart_summary .cart_quantity_input {
  font-weight: 400;
  font-size: 14px;
  text-align: center; }

table#cart_summary tfoot {
  font-weight: 500; }

table#cart_summary .cart_quantity_button {
  padding-top: 5px; }

table#cart_summary .cart_quantity_button a {
  width: 20px;
  display: inline-block;
  position: absolute;
  top: 10px; }

table#cart_summary .quantity-box {
  position: relative; }

table#cart_summary .cart_quantity_button a.button-plus {
  right: 5px; }

table#cart_summary .cart_quantity_button a.button-minus {
  left: 5px; }

ul.footer_links {
  margin-top: 20px; }
  ul.footer_links a {
    margin-bottom: 5px; }

ul.footer_links li {
  display: inline-block;
  margin-right: 10px; }

ul.footer_links li:last-child {
  margin-right: 0; }

.page-heading.step-num {
  margin-top: 50px; }

.cart_navigation {
  margin-top: 55px;
  margin-bottom: 45px; }

.store-content .search_locations {
  height: 40px;
  line-height: 40px; }

/* Brand */
.list-brands {
  background: #ffffff none repeat scroll 0 0;
  margin: 1.25rem 0 0.625rem; }

.list-brands .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px; }

.list-brands .brand:last-child {
  margin-bottom: 0; }

.list-brands .brand > div {
  -moz-box-align: center;
  -moz-box-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* ------- */
/* Modal & QUick view */
/* ------ */
#blockcart-modal {
  color: #414141; }

#blockcart-modal .modal-body {
  background: #fff;
  padding: 3.125rem 1.875rem; }

#blockcart-modal .modal-body .divide-right span {
  display: inline-block;
  margin-bottom: 0.3125rem; }

#blockcart-modal .modal-dialog {
  max-width: 1140px;
  width: 100%;
  font-family: "Roboto", sans-serif; }

#blockcart-modal .product-image {
  float: left;
  margin-right: 10px;
  width: 150px; }

#blockcart-modal .modal-title {
  font-weight: 500;
  color: #454545;
  font-size: 1.6rem;
  padding: 0; }

#blockcart-modal .modal-header {
  background: #ebebeb; }

#blockcart-modal .modal-title i.material-icons {
  margin-right: 1.875rem; }

#blockcart-modal .product-name {
  font-size: 1.7rem;
  margin: 0;
  line-height: 26px; }

#blockcart-modal .cart-products-count {
  font-size: 1.7rem;
  line-height: 26px; }

#blockcart-modal .cart-content-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px; }
  #blockcart-modal .cart-content-btn button {
    margin-right: 10px; }

#blockcart-modal .divide-right {
  border-right: #acaaa6 1px solid; }

#blockcart-modal .divide-left .btn-default {
  float: left;
  border: none;
  margin-right: 10px; }

/* Quick view */
.modal-dialog.cover_product1 {
  width: 1200px;
  margin: 66px auto; }
  .modal-dialog.cover_product1 .close {
    margin-top: -10px; }
  .modal-dialog.cover_product1 .modal-header {
    padding: 25px 15px;
    border-bottom: none; }
  .modal-dialog.cover_product1 .thumbs-list .thumb-container {
    padding: 15px; }
    .modal-dialog.cover_product1 .thumbs-list .thumb-container img {
      width: 100%;
      border: 1px solid #ebebeb; }
  .modal-dialog.cover_product1 .thumbs-list .thumb-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .modal-dialog.cover_product1 .images-container .image-box .layer {
    display: none; }
  .modal-dialog.cover_product1 .images-container .thumb-box .arrows.js-arrows {
    display: block; }
  .modal-dialog.cover_product1 .scroll-box-arrows {
    display: none; }
  .modal-dialog.cover_product1 .modal-footer .block-social .social-title {
    display: none; }
  .modal-dialog.cover_product1 .modal-footer .block-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }
    .modal-dialog.cover_product1 .modal-footer .block-social ul li {
      margin-right: 20px; }
      .modal-dialog.cover_product1 .modal-footer .block-social ul li.facebook a:before {
        content: "\f09a"; }
      .modal-dialog.cover_product1 .modal-footer .block-social ul li.twitter a:before {
        content: "\f099"; }
      .modal-dialog.cover_product1 .modal-footer .block-social ul li.googleplus a:before {
        content: "\f0d5"; }
      .modal-dialog.cover_product1 .modal-footer .block-social ul li.pinterest a:before {
        content: "\f0d2"; }
      .modal-dialog.cover_product1 .modal-footer .block-social ul li a:before {
        font-family: "FontAwesome";
        font-size: 20px;
        color: #e3e3e3; }
  .modal-dialog.cover_product1 .layer {
    display: none; }
  .modal-dialog.cover_product1 .product-add-to-cart {
    margin-top: 20px;
    margin-bottom: 30px; }
  .modal-dialog.cover_product1 .breadcrumb-box .breadcrumb {
    margin-bottom: 20px; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 1038; }

.modal-backdrop.in {
  opacity: 0.5; }

.quickview .breadcrumb-box {
  padding: 0; }
  .quickview .breadcrumb-box .breadcrumb-inner {
    padding: 25px 0; }

.quickview .images-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .quickview .images-container .product-cover {
    width: calc(100% - 120px);
    padding-right: 10px; }
  .quickview .images-container .thumb-box {
    width: 120px;
    position: relative;
    height: 535px;
    padding: 40px 0; }
    .quickview .images-container .thumb-box img {
      width: 100%; }
    .quickview .images-container .thumb-box .mask {
      overflow: hidden;
      height: 100%; }
    .quickview .images-container .thumb-box .product-images > li.thumb-container {
      display: block;
      margin-bottom: 10px; }
    .quickview .images-container .thumb-box .js-arrows i {
      position: absolute;
      left: calc(50% - 12.5px);
      width: 25px;
      height: 25px;
      text-align: center;
      line-height: 25px;
      background: #f5f5f5;
      color: #7f7f7f;
      cursor: pointer; }
      .quickview .images-container .thumb-box .js-arrows i.arrow-up {
        top: 0; }
      .quickview .images-container .thumb-box .js-arrows i.arrow-down {
        bottom: 0; }

/* Brand List Module */
.brand-list-wrapper {
  margin-top: 50px; }
  .brand-list-wrapper .title-block {
    position: relative;
    margin-bottom: 25px; }
    .brand-list-wrapper .title-block h3 {
      color: #1b1919;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 1.5px;
      padding-bottom: 4px;
      position: relative;
      text-transform: uppercase;
      line-height: 1.4; }
      .brand-list-wrapper .title-block h3:before {
        background-color: rgba(0, 0, 0, 0.1);
        bottom: 0;
        content: "";
        display: inline-block;
        height: 2px;
        position: absolute;
        width: 30px; }
  .brand-list-wrapper ul > li > a {
    font-size: 14px;
    line-height: 32px;
    display: block;
    position: relative;
    -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; }
    .brand-list-wrapper ul > li > a:hover {
      text-decoration: underline; }

/* ------ */
/* Effect */
.jms-banner {
  overflow: hidden;
  position: relative; }

.banner-effect1:before {
  content: "";
  background: transparent -moz-linear-gradient(left center, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
  height: 200%;
  left: -210%;
  opacity: 0;
  position: absolute;
  top: -110%;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transition-duration: 0.5s, 0.5s, 0.1s;
  -o-transition-duration: 0.5s, 0.5s, 0.1s;
  transition-duration: 0.5s, 0.5s, 0.1s;
  -webkit-transition-property: left, top, opacity;
  -o-transition-property: left, top, opacity;
  transition-property: left, top, opacity;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  width: 200%; }

.banner-effect1:hover:before {
  left: -30%;
  opacity: 1;
  top: -30%; }

.banner-effect2 a:before, .banner-effect2 a:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 900ms ease 0s;
  -moz-transition: all 900ms ease 0s;
  -o-transition: all 900ms ease 0s;
  transition: all 900ms ease 0s; }

.banner-effect2:hover a:before {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  bottom: 50%;
  top: 50%; }

.banner-effect2:hover a:after {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  left: 51%;
  right: 50%; }

.img-zoom {
  overflow: hidden; }
  .img-zoom img {
    -webkit-transition: all 900ms ease 0s;
    -moz-transition: all 900ms ease 0s;
    -o-transition: all 900ms ease 0s;
    transition: all 900ms ease 0s; }
  .img-zoom:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

/* Image Swap */
.image_swap .product-img2 {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%; }

.image_swap img {
  height: 100%;
  width: 100%; }

.product-preview.default .preview:hover .image_swap .product-img1, .product-preview.style2:hover .image_swap .product-img1 {
  -webkit-animation: 0.5s ease-out 0ms normal none 1 running img1Effect;
  animation: 0.5s ease-out 0ms normal none 1 running img1Effect; }

.product-preview.default .preview:hover .image_swap .product-img2, .product-preview.style2:hover .image_swap .product-img2 {
  -webkit-animation: 0.5s ease-in 0ms normal none 1 running img2Effect;
  animation: 0.5s ease-in 0ms normal none 1 running img2Effect;
  left: 0;
  opacity: 1;
  top: 0; }

@-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; } }

@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; } }

@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; } }

@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; } }

@keyframes img2Effect {
  0% {
    opacity: 0; }
  20% {
    opacity: 0.2; }
  40% {
    opacity: 0.4; }
  60% {
    opacity: 0.6; }
  80% {
    opacity: 0.8; }
  100% {
    opacity: 1; } }

.image-menu img {
  width: 100%;
  -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; }

.image-menu:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

/**** Preload *****/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.85); }

.spinner1 {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px; }

.spinner1 .bounce1,
.spinner1 .bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loadingstyle1 2.0s infinite ease-in-out;
  animation: loadingstyle1 2.0s infinite ease-in-out; }

.spinner1 .bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: loadingstyle2 1.2s infinite ease-in-out;
  animation: loadingstyle2 1.2s infinite ease-in-out;
  background-color: #FFFFFF;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }

.spinner2,
.spinner3 {
  background-image: url("../img/icon/loader.gif");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-color: #fff;
  margin: -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  left: 50%;
  position: absolute;
  top: 50%; }

.spinner4 {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
  margin: -9px 0 0 -35px;
  width: 70px;
  text-align: center; }

.spinner4 .bounce1,
.spinner4 .bounce2,
.spinner4 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: loadingstyle4 1.4s infinite ease-in-out;
  animation: loadingstyle4 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.spinner4 .bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s; }

.spinner4 .bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s; }

.spinner5 {
  left: 50%;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -webkit-animation: loadingstyle5 1s infinite ease-in-out;
  animation: loadingstyle5 1s infinite ease-in-out; }

.spinner6 {
  left: 50%;
  position: absolute;
  top: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: loadingstyle6 2s infinite linear;
  animation: loadingstyle6 2s infinite linear; }

.spinner6 .dot1, .spinner6 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #FFFFFF;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2s infinite ease-in-out;
  animation: tp-bounce 2s infinite ease-in-out;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }

.spinner6 .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.spinner {
  -webkit-animation: spinner 2s infinite linear;
  animation: spinner 2s infinite linear; }

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

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

@-webkit-keyframes counter-clockwise {
  to {
    -webkit-transform: rotate(-360deg) translatez(0);
    transform: rotate(-360deg) translatez(0); } }

@keyframes counter-clockwise {
  to {
    -webkit-transform: rotate(-360deg) translatez(0);
    transform: rotate(-360deg) translatez(0); } }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loadingstyle1 {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes loadingstyle1 {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes loadingstyle1 {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes loadingstyle2 {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    -moz-transform: perspective(120px) rotateX(0) rotateY(0);
    -o-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@-moz-keyframes loadingstyle2 {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    -moz-transform: perspective(120px) rotateX(0) rotateY(0);
    -o-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes loadingstyle2 {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    -moz-transform: perspective(120px) rotateX(0) rotateY(0);
    -o-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@-webkit-keyframes loadingstyle4 {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes loadingstyle4 {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes loadingstyle4 {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes loadingstyle5 {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@-moz-keyframes loadingstyle5 {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes loadingstyle5 {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@-webkit-keyframes loadingstyle6 {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes loadingstyle6 {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loadingstyle6 {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes tp-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes tp-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* ------ */
/* Fix CSS in Chrome */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .addon-box .vermenu-wrapper .dropdown-box:after {
    left: calc(50% - 10.5px); } }

/* ------- */

.header-top {
  background: #333;}

#block-reassurance ul li{padding:15px 0;}

.block-reassurance-item .h6 {
  font-size:14px;}

.product-description {
  font-family:"Montserrat", sans-serif;
  font-size:15px;}

.product-description p {font-size:15px;}

.product-description ul li {
  font-size: 15px;
  margin-left:20px;}

/*precio page product*/

.product-prices {
  padding: 20px 30px 10px 0;}

.current-price span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600;
  color:#EBB361;}

.has-discount {margin-top:0;}

#product-availability {
  margin-top: .625rem;
  display: inline-block;
  font-weight: 700;}

.regular-price {
  font-size: 22px;
  color: rgba(0,0,0,0.4);
  text-decoration: line-through;}

.current-price .discount-percentage {
  font-size: 22px;
  color: #fff;
  background:#D0A6FF;
  padding: 8px 10px 4px;
  margin-left: 25px;}

.product-desc {color:#666;}

/*flags*/
.product-flags {position:relative; margin-bottom:0;}

li.product-flag.on-sale {
  font-size:12px;
  font-style: italic;
  background:#D0A6FF;
  text-align: left;
  margin: 0;
  left: 0;
  top: 0;}

li.product-flag.online-only {
  font-size:11px;
  font-style: italic;
  background:#000;
  text-align: left;
  margin: 0;
  left: 0;
  top: 0px;
  font-style: italic;}

li.product-flag.discount {
  font-size: 11px;
  font-style: italic;
  background: #000;
  text-align: left;
  margin: 0;
  left: 0;
  top: 0px;
  font-style: italic;}

li.product-flag.new {display:none;}

li.product-flag {
  display: block;
  position: absolute;
  background: #2fb5d2;
  font-weight: 700;
  padding: .3125rem .4375rem;
  text-transform: uppercase;
  color: #fff;
  margin-top: .625rem;
  z-index: 2;
  box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);}

li.product-flag {
  display: block;
  position: absolute;
  background: #2fb5d2;
  font-weight: 700;
  padding: .3125rem .4375rem;
  text-transform: uppercase;
  color: #fff;
  margin-top: .625rem;
  z-index: 2;
  box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);}

.discount-percentage.discount-product{
  font-size: 16px;
  color: #fff;
  background: #D0A6FF;
  padding: 2px 4px;
  margin-left: 10px;
  font-weight: 600;}

/*.product-miniature {
  position: relative;
  margin-bottom: 1.563rem;*/
  /*height: 318px;
  width: 257px;*/
  /*background: #fff;
   box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);}*/

.psproductcountdown h4 {
    margin-top: 0;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;}

#product .psproductcountdown {
    width: 200px;
    padding: 20px 0 0 0;
    text-align: center;
    background: rgba(255,255,255,0.5);
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.0);
    margin-bottom: 1rem;}

#products .pspc-main .count,
.pspc-main .count {
    background: rgba(214, 214, 214, 0.5);
    color: #333333;
    display: block;
    font-family:"Josefin Sans", sans-serif;
    font-size: 2em;
    line-height: 2.6em;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    box-shadow: 0 0 15px #fff;
    font-weight: normal;}

.pspc-main .seconds .count,
#products .pspc-main .seconds .count {
    font-family:"Josefin Sans", sans-serif;
    font-size: 2em;
    color: #EBB361;}

.tax-shipping-delivery-label {display:none;}


.action-box {display:none;}

.title-detalles-checkout {
    font-family: "Montserrat", sans-serif;
    background-color: #000;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 13px 15px;
    text-transform: uppercase;}

.identity a {
    font-weight: 600;
    color: #000;
    transition: 0.2s all;}

.identity.identity-logout a {
    padding: 5px 10px;
    margin-left: 10px;
    color: #fff;
    background: #EBB361;
    transition: 0.2s all;}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=30);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .3;}

/*recom pro*/
.txt-img-recom {
  font-family: 'Montserrat', sans-serif;
  font-size:45px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  width: 100%;}

/*sharing*/
.social-sharing li {
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
    background-position: .25rem .25rem;
    cursor: pointer;
    margin-left: .5rem;}

.facebook.icon-gray {
    background-image: url(../css/082a716….svg);}

.facebook:before {
    content: "";
    background-image: url(../css/8b05d51….svg);}

.twitter.icon-gray {
    background-image: url(../css/e049aeb….svg);}

.twitter:before {
    content: "";
    background-image: url(../css/ffddcb3….svg);}


/*precio home*/
.content_price span.discount-amount.discount-product {
  display:none;}

li.discount-amount-flag {
  display:none;}


/*precio page prod*/
.pd-left-content ul.product-flags li.product-flag.on-sale {
  top:47px;}

.pd-left-content ul.product-flags li.product-flag.online-only {
  top:110px;}

.has-discount .discount {
  background: #F68A59;
  color: #fff;
  font-weight: 600;
  padding: 7px 7px 2px;
  font-size: 20px;
  margin-left: .625rem;
  text-transform: uppercase;
  display: inline-block;}

/*cuenta*/
.ctr-acc-text a.ctr-acc-btn {
padding: 2px 8px;
line-height: 20px;
font-size: 13px;}


/*titles-home*/
.title-recom {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;}

.title-recom h4 {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 500;}

.title-recom h4 span {
  font-weight: 600;}

.title-recom-alfred {
  text-align: center; 
  background: #000; 
  padding-top: 0; 
  padding-bottom: 0;}

.title-recom-alfred h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  color: #fff;
  text-transform: 
  uppercase; font-weight: 500;}

.title-recom-alfred h4 span {
  font-weight: 600;}

.title-banner-bottom {
  font-family: 'Montserrat', sans-serif;
  font-size: 39px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  /*width: 100%;*/
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;}

.title-banner-bottom a {
  display:block;
  color:#fff;
}

/*cart*/
.cart-prices .checkout-info .shipping.cart-prices-line {
  display:none;}

.cart-summary-line.cart-summary-subtotals {
  display:none;}

/*cuenta home*/
.dropdown-menu > li > a.account:hover {
  color:#EBB361;}

/*country*/
/*.address-form .js-address-form .form-fields .form-group:nth-child(10) {
  visibility:hidden;}*/

#delivery-address .js-address-form .form-fields .form-group:nth-child(20) {
  visibility:hidden;}

/*contacto*/

.ctc-t {}

.ctc-l {}

.ctc-l form input {
  margin:0 0 10px;}

.ctc-l form textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 100px;
  max-height: 150px;
  margin:0 0 10px;}

.ctc-r {}

.ctc-r h3 {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  text-transform: uppercase;}

.ctc-r h2 {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  text-transform: uppercase;}

.ctc-r p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color:#000;}

.ctc-r ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color:#000;}

.l-firm {
  color:#fff;
}

.r-firm a {
  color:#fff;
  transition:0.2s all;
}

.r-firm a:hover {
  color: #EBB361;
}

/*margenes*/


/*delivery-address-micuenta */
.address-form .js-address-form .form-fields .form-group:nth-child(24) {
  visibility:hidden;
  height:0;
}

/*error*/

.help-block ul li {
  background: #FFD1D1 !important;
  border: 1px solid #F8ACAC !important;
  border-radius: 5px !important;
  display: inline-block;
  padding: 0 10px;
}