@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: 15px;
  color: #525252;
  font-family: "helvetica", sans-serif;
  line-height: 1.65;
  font-style: normal;
  line-height: 1.5;
  background: #fff; }

  /* 08/07/2019 disattivato overflow hidden per problemi di impaginazione */

.main-site {
	  /*
  overflow: hidden; 
  */
  }

.container, .container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px; }

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;
  font-weight: 400;
  font-family: "Roboto", sans-serif; }
  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-muted {
  color: #010101; }

.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 {
  margin: 10px 0;
  padding: 0;
  font-size: 40px;
  font-weight: 700;
  font-family: "Roboto", sans-serif; }

h2 {
  margin: 10px 0;
  padding: 0;
  font-size: 35px;
  font-weight: 700;
  font-family: "Roboto", sans-serif; }

h3 {
  margin: 10px 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto", sans-serif; }

h4 {
  margin: 10px 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif; }

h5 {
  margin: 10px 0;
  padding: 0 0 0.52em;
  font-size: 14px;
  font-family: "Roboto", sans-serif; }

h6 {
  margin: 10px 0;
  padding: 0 0 0.92em;
  font-size: 12px;
  font-family: "Roboto", sans-serif; }

.page-heading {
  color: #333;
  font-size: 22px;
  font-weight: 500;
  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-weight: 400;
  font-size: 17px; }

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

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

.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 {
  -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 thead > tr > th, .table thead > tr > td, .table tbody > tr > th, .table tbody > tr > td, .table tfoot > tr > th, .table tfoot > tr > td {
    line-height: 1.42857;
    vertical-align: top;
    border-bottom: none; }
  .table thead > tr > th.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; }
  .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px; }

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

#jmstools .btn-action .btn {
  color: #fff !important; }

@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: 100px;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 0;
  margin: 0; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background: 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 {
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 500;
  color: #bac3c3;
  border: none;
  font-size: 12px;
  line-height: 35px;
  padding: 0 30px;
  position: relative;
  display: inline-block;
  background: #fff;
  border: 1px solid #ebebeb;
  font-family: "Roboto", sans-serif; }

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default.active[disabled],
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background: #9b9b9b; }

.btn-transparent:hover,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-mega:hover,
.btn-mega:focus,
.btn-mega:active {
  color: #fff;
  outline: 0 none !important; }

.btn-primary {
  opacity: 1;
  background: #1fbba6;
  padding: 10px 35px;
  color: #fff;
  border: 1px solid #1fbba6; }

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

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

.btn-effect {
  position: relative; }

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

/* Color Active*/
#jmstools .btn-action .btn {
  background: #f4c300;
  border: 1px solid #f4c300; }

.table > thead > tr > th.history-title, .table > thead > tr > th.order-title {
  background: #f4c300; }

.btn-hover:hover {
  background: #f4c300 !important;
  color: #fff !important; }

a:hover, a:focus {
  color: #f4c300; }

.checkout-info .cart-button > a {
  border: 1px solid #f4c300;
  color: #f4c300; }

.fs-pager-wrapper a,
.fs-custom-pager-wrapper a {
  background: #f4c300; }

.section-product-slider .addon-box .addon-title .view-all-btn a:hover {
  color: #f4c300; }

.ui-slider-horizontal .ui-slider-range {
  background: #f4c300; }

#off-canvas-title {
  background: #f4c300; }

#off-canvas-menu ul.nav > li > a:hover {
  color: #f4c300; }

#category .facet ul li a:hover {
  color: #f4c300; }

#search_filters .filter-box .box-title h4:before {
  background: #f4c300; }

.btn-active {
  background: #f4c300 !important;
  border: none !important;
  color: #fff !important; }

.btn-transparent:hover,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-mega:hover,
.btn-mega:focus,
.btn-mega:active {
  background-color: #f4c300;
  border-color: #f4c300; }

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus,
select:hover,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover,
.inputbox:hover,
select:active,
textarea:active,
input[type="text"]:active,
input[type="password"]:active,
input[type="datetime"]:active,
input[type="datetime-local"]:active,
input[type="date"]:active,
input[type="month"]:active,
input[type="time"]:active,
input[type="week"]:active,
input[type="number"]:active,
input[type="email"]:active,
input[type="url"]:active,
input[type="search"]:active,
input[type="tel"]:active,
input[type="color"]:active,
.inputbox:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #f4c300; }

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

ul#order_step li {
  background: #f4c300; }

ul#order_step li.step_current {
  border: 1px solid #f4c300; }

.widget-categories li a:hover {
  color: #f4c300; }

#cart_block .ajax_cart_quantity {
  background: #f4c300; }

.checkout-info .info span, .checkout-info .info span.label {
  color: #525252; }

/* ------- */
.jms-megamenu .nav > li.open > a::before {
  background: #f4c300; }

.categories-box.style1 .jms-tab1 .nav-tabs > li > a.active {
  background: #f4c300;
  color: #fff;
  border: 1px solid #f4c300; }

.categories-box.style2 .jms-tab1 .nav-tabs > li > a.active {
  background: #f4c300;
  color: #fff;
  border: 2px solid #f4c300; }

.product-box .product-info .content_price .price.new, .product-carousel-box .group-box .content_price .price.new {
  color: #525252; }

.slide1-bottom-text .bottom-content span {
  color: #f4c300; }

.jms-vermegamenu .menu-item.view-all > a {
  color: #f4c300; }

.categories-wrapper .category-info .product-count {
  color: #f4c300; }

.jmsflashsales:before {
  background: #f4c300; }

.jmsflashsales .flashsales-box .right-box .product-info .content_price .price {
  color: #f4c300; }

.product-carousel-box.style1 .gorup-box .product-info .content_price .price.new {
  color: #f4c300; }

.testimonials-wrapper .testimonial-box .testimonial-info .author-info i {
  color: #f4c300; }

.newsletter_block_left .block_content form .form-group button {
  background: #f4c300; }

.jmsflashsales .flashsales-box .action-btn button:hover {
  background: #f4c300;
  color: #fff; }

.owl-theme .owl-controls div.owl-prev:hover, .owl-theme .owl-controls div.owl-next:hover {
  background: #f4c300;
  color: #fff; }

.footer-list-bottom ul > li > a:hover:after {
  background: #f4c300; }

.footer-list ul li a:hover {
  color: #f4c300; }

.blogs-wrapper .blog-item .post-info .post-readmore:hover {
  color: #f4c300; }

.product-box .preview .action-box button:hover {
  background: #f4c300;
  color: #fff; }

.contact-box .addon-desc:before, .footer-navbar .addon-title:after {
  background: #f4c300; }

.jms-slider-wrapper .slide4-button .btn-shopnow {
  background: #f4c300; }

.breadcrumb .shop-name span {
  color: #f4c300; }

.block-categories .collapse-icons i, .block-categories .cat-item .sub-list .arrows {
  color: #f4c300; }

.best-sellers_block_right .top-seller-box .product-info .content_price .price.new {
  color: #f4c300; }

ul.pagination li.current a {
  background: #f4c300;
  color: #fff; }

ul.pagination .previous:hover, ul.pagination .next:hover {
  background: #f4c300;
  color: #fff;
  border: 1px solid #f4c300; }

.product_list.products-list-in-row .product-box .preview .action-btn .box button:hover {
  background: #f4c300;
  color: #fff; }

.pb-right-column .content_prices .price.new {
  color: #f4c300; }

.pb-right-column .product-add-to-cart .add-to-cart {
  background: #f4c300; }

#more_info_block .tabs .nav-tabs > li > a:focus:after,
#more_info_block .tabs .nav-tabs > li > a.active:after,
#more_info_block .tabs .nav-tabs > li > a:hover:after {
  background: #f4c300; }

.cart-wrap .description .price-quantity {
  color: #525252; }

.pb-right-column .product-variants .color_style .input-color:checked + .color {
  border: 2px solid #f4c300; }

.service_bg .feature-box-el i:hover {
  border: 2px solid #f4c300; }

/* Bread Crumb */
.breadcrumb {
  background-image: url("../img/demo/breadcrumb_1.jpg");
  background-repeat: no-repeat;
  height: 270px;
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .breadcrumb .shop-name {
    font-size: 40px;
    font-weight: 300; }
    .breadcrumb .shop-name span {
      font-weight: 900; }
  .breadcrumb .breadcrumb-inner {
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2em;
    margin-top: 10px;
    text-transform: uppercase;
    color: #000000; }
    .breadcrumb .breadcrumb-inner ol {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .breadcrumb .breadcrumb-inner ol li:after {
        content: "/";
        font-size: 13px;
        margin: 0 5px; }
      .breadcrumb .breadcrumb-inner ol li:last-child:after {
        content: none; }
      .breadcrumb .breadcrumb-inner ol li a {
        color: #000000; }

/* ----------- */
/* Header */
.change-style .jms-vermegamenu .open > .dropdown-menu {
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -o-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px); }

.change-style .jms-megamenu .menu-align-center.open > .dropdown-menu {
  -webkit-transform: translate(-50%, 28px);
  -moz-transform: translate(-50%, 28px);
  -o-transform: translate(-50%, 28px);
  -ms-transform: translate(-50%, 28px);
  transform: translate(-50%, 28px); }

.change-style #cart_block.open .shoppingcart-box {
  -webkit-transform: translateY(26px);
  -ms-transform: translateY(26px);
  transform: translateY(26px); }

#index .header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1037; }
  #index .header.navbar-fixed-top {
    position: fixed; }

.header {
  padding: 30px 3.2%;
  -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; }
  .header.navbar-fixed-top {
    background: #fff;
    padding: 15px 3.2%;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
    -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: 999; }
  .header .container-fluid {
    position: relative; }
    .header .container-fluid .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
  .header .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .header .left .addon-box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: flex-end;
      -webkit-align-items: flex-end;
      -ms-flex-align: flex-end;
      align-items: flex-end; }
    .header .left .name-store {
      font-family: "Roboto", sans-serif;
      line-height: 1;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.4em;
      padding-left: 1.8em;
display:none;	  }
  .header .right {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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; }
    .header .right .addon-box:nth-child(3) {
      display: none; }
  .header .ver-btn {
    display: block;
    cursor: pointer; }
  .header .jms-megamenu-wrap {
    text-align: right; }
    .header .jms-megamenu-wrap #jms-megamenu-container {
      display: inline-block; }

/* ------- */
/* Slider Style */
.jms-slider-wrapper {
  font-family: "Roboto", sans-serif; }
  .jms-slider-wrapper .slide1-large-text .large-text {
    font-weight: 300; }
    .jms-slider-wrapper .slide1-large-text .large-text span {
      font-weight: 700; }
  .jms-slider-wrapper .slide1-small-text {
    font-weight: 500; }
    .jms-slider-wrapper .slide1-small-text .small-text {
      letter-spacing: 0.18em; }
  .jms-slider-wrapper .style1 .btn-shopnow {
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-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;
    background: transparent -webkit-gradient(linear, left bottom, left top, from(#5dc6cf), to(#a7d39f)) repeat scroll 0 0;
    background: transparent -webkit-linear-gradient(bottom, #5dc6cf 0%, #a7d39f 100%) repeat scroll 0 0;
    background: transparent -o-linear-gradient(bottom, #5dc6cf 0%, #a7d39f 100%) repeat scroll 0 0;
    background: transparent linear-gradient(to top, #5dc6cf 0%, #a7d39f 100%) repeat scroll 0 0;
    display: block;
    padding: 0 2vw;
    z-index: 3;
    border-radius: 25px; }
    .jms-slider-wrapper .style1 .btn-shopnow span {
      font-weight: 700; }
    .jms-slider-wrapper .style1 .btn-shopnow:after {
      background: #fff none repeat scroll 0 0;
      border-radius: 30px;
      bottom: 5px;
      content: "";
      left: 5px;
      position: absolute;
      right: 5px;
      top: 5px;
      z-index: -2; }
    .jms-slider-wrapper .style1 .btn-shopnow:hover {
      color: #fff; }
      .jms-slider-wrapper .style1 .btn-shopnow:hover:after {
        content: none; }
  .jms-slider-wrapper .slide1-left-text .text {
    font-weight: 500;
    position: relative;
    padding-left: 80px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
    .jms-slider-wrapper .slide1-left-text .text:after {
      content: "";
      background: #bbb;
      position: absolute;
      left: 0;
      top: 55%;
      width: 72px;
      height: 1px; }
  .jms-slider-wrapper .slide1-left-text.slide3 .text:after {
    background: #fff; }
  .jms-slider-wrapper .slide1-social .social-block {
    width: 25px;
    padding-bottom: 80px;
    position: relative; }
    .jms-slider-wrapper .slide1-social .social-block i {
      display: block;
      width: 25px;
      line-height: 21px;
      height: 25px;
      border-radius: 50%;
      border: 2px solid #bbb;
      text-align: center;
      margin-bottom: 12px; }
      .jms-slider-wrapper .slide1-social .social-block i:last-child {
        margin-bottom: 0; }
    .jms-slider-wrapper .slide1-social .social-block:after {
      content: "";
      background: #bbb;
      position: absolute;
      left: 51%;
      bottom: 0;
      height: 72px;
      width: 1px; }
  .jms-slider-wrapper .slide1-social.slide3 .social-block i {
    background: #fff;
    color: #ffce00;
    border: none;
    line-height: 24px; }
  .jms-slider-wrapper .slide1-social.slide3 .social-block:after {
    background: #fff; }
  .jms-slider-wrapper .slide1-bottom-text .bottom-content {
    position: relative;
    padding-right: 80px; }
    .jms-slider-wrapper .slide1-bottom-text .bottom-content:after {
      content: "";
      background: #bbb;
      position: absolute;
      right: 0;
      top: 55%;
      width: 72px;
      height: 1px; }
  .jms-slider-wrapper .slide1-bottom-text.slide3 .bottom-content {
    padding: 0; }
    .jms-slider-wrapper .slide1-bottom-text.slide3 .bottom-content:after {
      content: none; }
    .jms-slider-wrapper .slide1-bottom-text.slide3 .bottom-content span {
      color: #fff;
      font-weight: 900; }
  .jms-slider-wrapper .slide3 .small-text span {
    font-weight: 900; }
  .jms-slider-wrapper .slide3.slide4-small-text .small-text {
    letter-spacing: 0.04em; }
  .jms-slider-wrapper .slide4-button .btn-shopnow {
    border-radius: 30px;
    font-weight: 900;
    letter-spacing: 0.2em;
    padding: 0 2.5vw;
    color: #fff;
    text-transform: uppercase;
    display: block; }
  .jms-slider-wrapper .sub-bg {
    background-image: url("../img/demo/slider/slide-txt-bg-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #f4c300;
    font-weight: 400;
    letter-spacing: 0;
    margin: 50px auto auto;
    padding: 15px 5.5vw; }

/* ------- */
.owl-carousel .owl-item {
  padding: 1px; }

.label-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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-transition: all 0.4s ease-in-out 0s;
  -moz-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;
  width: 100%;
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 3; }
  .label-box .label {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 15px;
    display: block;
    line-height: 22px;
    letter-spacing: 0.2em;
    border-radius: 15px;
    margin-right: 10px;
    color: #fff; }
    .label-box .label.label-new {
      background: #92d2a7; }
    .label-box .label.label-sale {
      background: #79d1d6; }
    .label-box .label:last-child {
      margin-right: 0; }

/* Product Box */
.product-box {
  position: relative;
  background: #fff;
  overflow: hidden;
  border-radius: 15px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-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; }
  .product-box:before {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0; }
  .product-box .preview {
    background: #f7f6f2;
    position: relative;
    overflow: hidden; }
    .product-box .preview:hover .image_swap .product-img2 {
      left: 0;
      opacity: 1; }
    .product-box .preview:hover .image_swap .product-img1 {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: all 0.8s ease 0s;
      -o-transition: all 0.8s ease 0s;
      transition: all 0.8s ease 0s;
      opacity: 0; }
    .product-box .preview .product-image img {
      z-index: 2;
      position: relative;
      -webkit-transition: all 0.8s ease 0s;
      -o-transition: all 0.8s ease 0s;
      transition: all 0.8s ease 0s; }
      .product-box .preview .product-image img.product-img2 {
        left: 100%;
        opacity: 0;
        position: absolute;
        top: 0;
        -webkit-transition: all 0.8s ease 0s;
        -o-transition: all 0.8s ease 0s;
        transition: all 0.8s ease 0s; }
    .product-box .preview img.shape {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      width: 100%; }
    .product-box .preview .price-percent-reduction {
      position: absolute;
      display: block;
      width: 35px;
      line-height: 35px;
      text-align: center;
      color: #fff;
      right: 10px;
      bottom: 55px;
      font-size: 13px;
      border-radius: 50%;
      z-index: 3;
      font-weight: bold; }
  .product-box .action-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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-transform: translateY(-65px);
    -moz-transform: translateY(-65px);
    -o-transform: translateY(-65px);
    -ms-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-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;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3; }
  .product-box .action-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .product-box .action-box button, .product-box .action-box a {
      display: block;
      background-color: #fff;
      color: #dedede;
      font-size: 20px;
      width: 60px;
      text-align: center;
      margin-right: 3px;
      border: none;
      position: relative;
      padding: 0; }
      .product-box .action-box button:first-child, .product-box .action-box a:first-child {
        border-radius: 25px 0 0 25px; }
      .product-box .action-box button:last-child, .product-box .action-box a:last-child {
        border-radius: 0 25px  25px 0; }
      .product-box .action-box button span, .product-box .action-box a span {
        display: block;
        line-height: 45px; }
      .product-box .action-box button:last-child, .product-box .action-box a:last-child {
        margin-right: 0; }
      .product-box .action-box button.cart-button.disabled, .product-box .action-box a.cart-button.disabled {
        cursor: not-allowed; }
        .product-box .action-box button.cart-button.disabled:hover .tooltip-wrap, .product-box .action-box a.cart-button.disabled:hover .tooltip-wrap {
          opacity: 1;
          visibility: visible; }
      .product-box .action-box button.cart-button .tooltip-wrap, .product-box .action-box a.cart-button .tooltip-wrap {
        position: absolute;
        width: 100%;
        display: block;
        top: -60%;
        line-height: 20px;
        visibility: hidden;
        opacity: 0; }
        .product-box .action-box button.cart-button .tooltip-wrap:before, .product-box .action-box a.cart-button .tooltip-wrap:before {
          content: "";
          width: 0;
          height: 0;
          border-color: rgba(1, 1, 1, 0.3) transparent transparent transparent;
          border-style: solid;
          border-width: 5px 5px 5px 5px;
          position: absolute;
          top: 100%;
          left: calc(50% - 2.5px); }
        .product-box .action-box button.cart-button .tooltip-wrap .tooltip-text, .product-box .action-box a.cart-button .tooltip-wrap .tooltip-text {
          display: block;
          font-size: 9px;
          background: rgba(1, 1, 1, 0.3);
          color: #fff;
          line-height: 20px; }
  .product-box .product-name {
    font-size: 20px;
    font-weight: 900;
    color: #525252;
    
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 100%; }
  .product-box .content_price {
    font-family: "Roboto", sans-serif; }
    .product-box .content_price .price.new {
      font-weight: 700;
      margin-right: 10px; }
    .product-box .content_price .price.old {
      font-weight: 500;
      text-decoration: line-through;
      color: #dddddd; }
  .product-box .product-info {
    text-align: center;
    padding: 30px 10px 50px; }
    .product-box .product-info .product-description {
      display: none; }
  .product-box .color_to_pick_list {
    bottom: 0px;
    left: 10px;
    margin: 0;
    opacity: 0;
    padding: 5px;
    position: absolute;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    z-index: 4;
    background: rgba(0, 0, 0, 0.2); }
    .product-box .color_to_pick_list .variant-links {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .product-box .color_to_pick_list a {
      border: 1px solid #eee;
      height: 10px;
      margin: 0;
      width: 10px;
      display: block;
      position: relative;
      overflow: hidden;
      margin: 0 3px; }
  .product-box:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); }
    .product-box:hover:before {
      left: calc(50% - 30px);
      opacity: 1; }
    .product-box:hover .color_to_pick_list {
      opacity: 1;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: all 0.4s ease 0s;
      -moz-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
      visibility: visible;
      z-index: 1; }
    .product-box:hover .preview .label-box {
      -webkit-transition: all 0.4s ease-in-out 0s;
      -moz-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;
      opacity: 0;
      visibility: hidden; }
    .product-box:hover .preview .action-btn {
      -webkit-transform: translateY(43px);
      -moz-transform: translateY(43px);
      -o-transform: translateY(43px);
      -ms-transform: translateY(43px);
      transform: translateY(43px);
      opacity: 1;
      visibility: visible; }

/* ------ */
/* Category Tab */
.categories-box .tab-content {
  margin: 0 -15px; }

.categories-box .item {
  padding: 0 15px; }

.categories-box .owl-carousel .owl-stage-outer {
  padding: 65px 0; }

.categories-box .owl-dots {
  margin-top: 55px; }

.categories-box .jms-tab1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  border-bottom: none; }

.categories-box .nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: none; }
  .categories-box .nav-tabs > li:last-child {
    margin-right: 0; }
  .categories-box .nav-tabs > li:first-child {
    margin-left: 0; }
  .categories-box .nav-tabs > li > a {
    border: 1px solid #d8d8d7;
    display: inline-block;
    padding: 0 15px;
    line-height: 30px;
    border-radius: 25px;
    color: #9f9e9c;
    font-weight: 900;
    text-align: center;
    margin: 0; }
  .categories-box .nav-tabs > li.active > a, .categories-box .nav-tabs > li.active > a:focus, .categories-box .nav-tabs > li.active > a:hover {
    border-radius: 25px;
    color: #fff; }

.categories-box.style1 .addon-desc {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-weight: 500;
  margin-bottom: 25px; }

.categories-box.style1 .addon-title {
  text-align: center;
  position: relative;
  margin-bottom: 65px; }
  .categories-box.style1 .addon-title h3 {
    font-weight: 900;
    font-size: 40px;
    display: inline-block;
    border: 1px solid #efefef;
    border-radius: 45px;
    line-height: 68px;
    padding: 0 40px;
    background: #fff; }
    .categories-box.style1 .addon-title h3:before {
      content: "";
      width: 100%;
      height: 1px;
      background: #efefef;
      position: absolute;
      left: 0;
      top: 50%;
      z-index: -1; }

.categories-box.style1 .nav-tabs > li {
  margin: 0 5px 5px; }

.categories-box.style1 .owl-dots {
  margin-top: 0; }

.categories-box.style1 .item > .product-box {
  margin-bottom: 60px; }
  .categories-box.style1 .item > .product-box:last-child {
    margin-bottom: 0; }

.categories-box.style2 .pattern img {
  width: 100%; }

.categories-box.style2 .pattern .pattern {
  position: relative;
  z-index: 1; }

.categories-box.style2 .image-top {
  text-align: center; }

.categories-box.style2 .nav-tabs > li {
  margin: 0 20px; }
  .categories-box.style2 .nav-tabs > li.image {
    margin: 0 30px; }
  .categories-box.style2 .nav-tabs > li > a {
    border: 2px solid #d8d8d7;
    padding: 0 20px;
    min-width: 140px;
    line-height: 45px; }

.section-categories-tab.style2 {
  background: #f6f3e1;
  padding-top: 80px;
  padding-bottom: 160px; }

.style2 .categories-box.style1 .owl-carousel .owl-stage-outer {
  padding: 65px 0 85px 0; }

.style2 .categories-box.style1 .addon-title {
  margin-bottom: 50px; }
  .style2 .categories-box.style1 .addon-title h3 {
    line-height: 1.1;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none; }

.style2 .categories-box.style1 .addon-desc {
  margin-bottom: 15px; }

.style2 .categories-box.style1 .product-box {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }

.style2 .categories-box.style1 .owl-dot > span {
  background: #eeede9; }

.style2 .categories-box.style1 .owl-dot.active span {
  background: #92d2a7 none repeat scroll 0 0; }

/* ------ */
/* Features */
.section-features {
  padding-top: 110px; }
  .section-features .top-content {
    margin-bottom: 50px; }
    .section-features .top-content .feature-box .title h3 {
      font-size: 12px;
      font-weight: 500;
      display: inline-block;
      position: relative;
      letter-spacing: 0.4em; }
      .section-features .top-content .feature-box .title h3:before, .section-features .top-content .feature-box .title h3:after {
        border-bottom: 1px solid #ccc;
        content: "";
        height: 5px;
        position: absolute;
        top: 3px;
        width: 50px; }
      .section-features .top-content .feature-box .title h3:after {
        left: calc(100% + 15px); }
      .section-features .top-content .feature-box .title h3:before {
        right: calc(100% + 15px); }
    .section-features .top-content .feature-box p {
      font-size: 16px;
      margin: 35px auto 25px;
      width: 80%; }
  .section-features .custom-title {
    font-size: 40px;
    font-weight: 300;
    text-align: center; }
    .section-features .custom-title span {
      font-weight: 900; }
  .section-features .group-services.first, .section-features .group-services.last {
    margin-top: 85px; }
  .section-features .group-services .feature-content {
    font-size: 14px; }
    .section-features .group-services .feature-content .title h3 {
      font-weight: 900;
      margin: 0; }
    .section-features .group-services .feature-content p {
      margin-top: 30px;
      margin-bottom: 0; }
    .section-features .group-services .feature-content a {
      margin-top: 30px;
      border-radius: 25px;
      z-index: 1; }
  .section-features .bottom-content .feature-box {
    margin-top: -25px;
    margin-bottom: -100px; }

.section-features.style2 .top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 85px; }
  .section-features.style2 .top-content .addon-box {
    width: 50%;
    padding: 0 15px; }
  .section-features.style2 .top-content .feature-box p {
    margin-top: 0;
    width: 100%; }
  .section-features.style2 .top-content .content-wraper .custom-title {
    text-align: left;
    line-height: 1.1; }
  .section-features.style2 .top-content .content-wraper .small-text {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.4em;
    margin-top: 15px;
    font-family: "Roboto", sans-serif; }

.section-features.style2 .group-services.first, .section-features.style2 .group-services.last {
  margin-top: 0; }

.section-features.style2 .bottom-content {
  margin-top: 135px;
  padding-bottom: 30px; }
  .section-features.style2 .bottom-content .feature-box {
    margin: 0; }

/* ------ */
/* Services */
.section-services {
  position: relative; }
  .section-services:before {
    content: "";
    width: 100%;
    height: 72px;
    left: 0;
    position: absolute;
    top: -41px;
    background-image: url("../img/demo/icons/white-pattern.png");
    z-index: 1; }
  .section-services .custom-title {
    font-family: "Roboto", sans-serif;
    text-align: center;
    padding-bottom: 30px; }
    .section-services .custom-title .image-top {
      margin-bottom: 35px;
      position: relative;
      z-index: 2; }
    .section-services .custom-title .bottom-text h3 {
      font-size: 40px;
      font-weight: 300;
      padding-bottom: 20px; }
      .section-services .custom-title .bottom-text h3 span {
        font-weight: 900; }
    .section-services .custom-title .bottom-text .desc {
      font-weight: 500;
      font-size: 12px;
      letter-spacing: 0.45em; }
  .section-services .container {
    border-bottom: 2px dashed #e9e9e9;
    padding-bottom: 100px; }
    .section-services .container .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
  .section-services .mid {
    padding: 0; }
  .section-services .left .addon-box, .section-services .right .addon-box {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section-services .left .addon-box:last-child, .section-services .right .addon-box:last-child {
      margin-bottom: 0; }
  .section-services .feature-box .feature-img {
    width: 60px;
    line-height: 60px;
    background: #f2f2f2;
    text-align: center;
    float: left;
    border-radius: 50%;
    overflow: hidden; }
  .section-services .feature-box .feature-content {
    width: calc(100% - 60px);
    padding-left: 20px;
    float: left; }
    .section-services .feature-box .feature-content .title {
      margin-bottom: 15px; }
      .section-services .feature-box .feature-content .title h3 {
        font-weight: 500;
        position: relative;
        padding-bottom: 15px; }
        .section-services .feature-box .feature-content .title h3:after {
          content: "";
          background: #eee;
          position: absolute;
          left: 0;
          bottom: 0;
          width: 25px;
          height: 2px; }
  .section-services .left .feature-box .feature-img {
    float: right; }
  .section-services .left .feature-box .feature-content {
    text-align: right;
    float: right;
    padding-right: 20px;
    padding-left: 0; }
    .section-services .left .feature-box .feature-content .title h3:after {
      left: auto;
      right: 0; }

/* ------ */
/* Catgories Show */
.home_categories2 .categories-wrapper {
  border: 1px solid #efefef;
  border-radius: 10px;
  position: relative;
  text-align: center;
  padding: 35px 5px; }

.home_categories2 .categoy-image {
  position: relative;
  padding-bottom: 30px; }
  .home_categories2 .categoy-image:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #eee;
    position: absolute;
    bottom: 0;
    left: calc(50% - 20px); }

.home_categories2 .cat-name {
  padding: 0 10px; }
  .home_categories2 .cat-name a {
    font-weight: 900;
    font-size: 18px;
    color: #525252;
    margin: 15px 0;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block; }

/* ------ */
/* Flash Sale */
.jmsflashsales {
  border-top: 2px solid #fff;
  position: relative;
  margin-top: 50px; }
  .jmsflashsales:before {
    content: "";
    width: 170px;
    height: 2px;
    position: absolute;
    left: calc(50% - 85px);
    top: -2px; }
  .jmsflashsales .flashsales-countdown {
    margin: 45px 0; }
    .jmsflashsales .flashsales-countdown .countdown-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .jmsflashsales .countdown-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a6d3a0), to(#5ec6ce)), -webkit-gradient(linear, left top, left bottom, from(#a6d3a0), to(#5ec6ce));
    background-image: -webkit-linear-gradient(top, #a6d3a0 0%, #5ec6ce 100%), -webkit-linear-gradient(top, #a6d3a0 0%, #5ec6ce 100%);
    background-image: -o-linear-gradient(top, #a6d3a0 0%, #5ec6ce 100%), -o-linear-gradient(top, #a6d3a0 0%, #5ec6ce 100%);
    background-image: linear-gradient(to bottom, #a6d3a0 0%, #5ec6ce 100%), linear-gradient(to bottom, #a6d3a0 0%, #5ec6ce 100%);
    background-position: 0 0px, 100% 0;
    background-repeat: no-repeat;
    background-size: 5px 100%;
    border-bottom: 5px solid #5ec6ce;
    border-radius: 6px;
    border-top: 5px solid #a6d3a0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 80px;
    margin: auto 3px;
    text-align: center;
    min-width: 80px;
    padding: 0 15px;
    font-family: "helvetica", sans-serif; }
  .jmsflashsales .countdown-amount {
    display: block;
    font-size: 40px;
    font-weight: 900;
    line-height: normal;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold; }
  .jmsflashsales .countdown-period {
    clear: both;
    color: #79d1d6;
    display: block;
    font-size: 14px;
    font-weight: 900;
    line-height: normal;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-transform: none; }
  .jmsflashsales .flashsales-carousel .owl-dots {
    margin-top: 55px; }
  .jmsflashsales .flashsales-carousel .owl-dot {
    width: 25px;
    line-height: 25px;
    background: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #bfbfbf;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer; }
    .jmsflashsales .flashsales-carousel .owl-dot.active {
      background: #92d2a7;
      color: #fff; }

.flashsales-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15%; }
  .flashsales-box .action-btn {
    width: 62px;
    border-right: 2px solid #f7f6f2;
    min-height: 250px; }
    .flashsales-box .action-btn button {
      background: #fff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 33.33%;
      border: none;
      width: 100%;
      -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;
      border-bottom: 2px solid #f7f6f2;
      color: #dedede;
      font-size: 22px;
      overflow: hidden; }
      .flashsales-box .action-btn button:last-child {
        border-bottom: none;
        border-radius: 0 0 0 10px; }
      .flashsales-box .action-btn button:first-child {
        border-radius: 10px 0 0; }
  .flashsales-box .right-box {
    width: calc(100% - 62px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    padding-left: 35px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .flashsales-box .right-box .product-info {
      width: 65%; }
    .flashsales-box .right-box .product-name {
      font-size: 30px;
      color: #525252;
      display: block;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      font-weight: 900; }
    .flashsales-box .right-box .product-desc {
      margin-top: 15px; }
    .flashsales-box .right-box .content_price {
      margin-top: 20px; }
      .flashsales-box .right-box .content_price .price {
        font-weight: bold; }
    .flashsales-box .right-box .product-cat a {
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      color: #a0a0a0; }
    .flashsales-box .right-box .preview {
      width: 35%;
      height: 100%;
      position: relative; }
      .flashsales-box .right-box .preview .product-image {
        position: absolute;
        left: 0;
        bottom: -7%; }
        .flashsales-box .right-box .preview .product-image img {
          -webkit-transform: scale(1.5);
          -moz-transform: scale(1.5);
          -o-transform: scale(1.5);
          -ms-transform: scale(1.5);
          transform: scale(1.5); }
  .flashsales-box .label-box {
    z-index: 1;
    padding: 20px 0;
    position: relative;
    top: auto; }

/* ------ */
/* Group Carousel */
.product-carousel-box.style2 .owl-carousel .owl-stage {
  padding: 3px 0; }

.product-carousel-box.style2 .group-box {
  display: block; }
  .product-carousel-box.style2 .group-box .preview {
    width: 100%;
    padding: 0 14% 10px;
    position: relative;
    margin-bottom: 25px; }
    .product-carousel-box.style2 .group-box .preview:after {
      background: #efefef none repeat scroll 0 0;
      bottom: 0;
      content: "";
      height: 2px;
      left: calc(50% - 13px);
      position: absolute;
      width: 26px; }
  .product-carousel-box.style2 .group-box .product-name {
    font-size: 16px;
    padding: 0; }
    .product-carousel-box.style2 .group-box .product-name:after {
      content: none; }
  .product-carousel-box.style2 .group-box .content_price {
    margin-top: 5px; }
  .product-carousel-box.style2 .group-box .product-info {
    text-align: center;
    width: 100%; }

/* ------ */
/* Product Carousel */
.product-carousel-box {
  position: relative; }
  .product-carousel-box .addon-desc {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.4em;
    padding-right: 72px;
    font-family: "Roboto", sans-serif; }
  .product-carousel-box .addon-title {
    margin-bottom: 35px;
    padding-right: 72px; }
    .product-carousel-box .addon-title h3 {
      font-size: 28px;
      font-weight: 900;
      margin: 0; }
  .product-carousel-box .owl-carousel {
    position: static; }
  .product-carousel-box .owl-theme .owl-controls {
    position: absolute;
    right: 0;
    top: 14px; }
  .product-carousel-box .group-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #efefef;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 20px 0; }
    .product-carousel-box .group-box:last-child {
      margin-bottom: 0; }
    .product-carousel-box .group-box .preview {
      width: 46%;
      padding: 0 14%;
      overflow: hidden; }
      .product-carousel-box .group-box .preview img {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3); }
    .product-carousel-box .group-box .product-name {
      font-size: 18px;
      font-weight: 900;
      position: relative;
      padding-bottom: 15px;
      display: block;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      .product-carousel-box .group-box .product-name:after {
        content: "";
        width: 25px;
        height: 2px;
        background: #efefef;
        left: 0;
        bottom: 0;
        position: absolute; }
    .product-carousel-box .group-box .content_price {
      margin-top: 15px; }
      .product-carousel-box .group-box .content_price .price.new {
        font-weight: 700; }
    .product-carousel-box .group-box .product-info {
      width: 54%;
      padding: 0 10px; }

/* ------ */
/* Banner Style 1*/
.banner-style1 .banner-content {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  -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; }

.banner-style1 .flex-box {
  display: inline-block;
  width: 100%; }
  .banner-style1 .flex-box .top-content {
    margin-bottom: 10px;
    line-height: 1; }
    .banner-style1 .flex-box .top-content span {
      font-weight: 900; }
  .banner-style1 .flex-box .cat {
    font-size: 40px;
    font-family: "Great Vibes", cursive;
    line-height: 1.1; }
  .banner-style1 .flex-box .pro {
    font-size: 35px;
    font-weight: 300;
    line-height: 1.2; }
    .banner-style1 .flex-box .pro span {
      font-weight: 900; }
  .banner-style1 .flex-box .desc {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    margin-top: 5px; }
  .banner-style1 .flex-box .text-box {
    border: 5px solid #fff;
    padding: 44px 5%;
    position: relative; }
  .banner-style1 .flex-box.green .top-content {
    color: #b8c800; }
  .banner-style1 .flex-box.green .cat {
    color: #b8c800; }
  .banner-style1 .flex-box.green .shop-now-btn {
    background: #b8c800; }
  .banner-style1 .flex-box.orange .top-content {
    color: #afa765; }
  .banner-style1 .flex-box.orange .cat {
    color: #ffbe00; }
  .banner-style1 .flex-box.orange .shop-now-btn {
    background: #ffbe00; }

.banner-style1 .shop-now-btn {
  display: inline-block;
  line-height: 30px;
  border: 5px solid #fff;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 11px;
  padding: 0 20px;
  font-weight: 500;
  position: absolute;
  bottom: -22px;
  left: 5%;
  color: #fff; }
  .banner-style1 .shop-now-btn i {
    margin-left: 35px; }

/* ------ */
/* Testimonials */
.testimonials-wrapper {
  border-bottom: 1px solid #eeeeee; }
  .testimonials-wrapper .owl-theme .owl-controls {
    bottom: -14px;
    right: calc(50% - 36px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .testimonials-wrapper .testimonial-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 89px 60px 89px 105px;
    padding-left: 105px; }
    .testimonials-wrapper .testimonial-box:hover .testimonial-img {
      -webkit-transform: rotate(2turn);
      -moz-transform: rotate(2turn);
      -o-transform: rotate(2turn);
      -ms-transform: rotate(2turn);
      transform: rotate(2turn); }
    .testimonials-wrapper .testimonial-box .testimonial-img {
      width: 100px;
      height: 100px;
      border: 8px solid #90d3a6;
      border-radius: 50%;
      overflow: hidden;
      -webkit-transition: all 400ms linear 0s;
      -moz-transition: all 400ms linear 0s;
      -o-transition: all 400ms linear 0s;
      transition: all 400ms linear 0s; }
  .testimonials-wrapper .testimonial-info {
    width: calc(100% - 100px);
    padding-left: 35px; }
    .testimonials-wrapper .testimonial-info .testimonial-comment {
      font-size: 17px;
      font-family: 'Lora', serif;
      font-style: italic;
      color: #aaaaaa; }
    .testimonials-wrapper .testimonial-info .author-info {
      margin-top: 40px;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 700;
      color: #333333; }
      .testimonials-wrapper .testimonial-info .author-info i {
        margin-right: 5px; }

/* ------ */
/* Blogs */
.blogs-wrapper .addon-desc {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.4em;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif; }

.blogs-wrapper .addon-title {
  text-align: center;
  margin-bottom: 80px; }
  .blogs-wrapper .addon-title h3 {
    font-size: 35px;
    font-weight: 900; }

.blogs-wrapper .post-thumb {
  width: 46%;
  padding-left: 20px;
  float: left;
  position: relative; }
  .blogs-wrapper .post-thumb:before {
    content: "";
    width: calc(100% - 20px);
    height: 100%;
    border: 1px solid #efefef;
    position: absolute;
    left: 0;
    top: -20px;
    border-radius: 10px;
    z-index: -1; }
  .blogs-wrapper .post-thumb a {
    border-radius: 10px;
    overflow: hidden;
    display: block; }

.blogs-wrapper .post-info {
  width: 54%;
  padding-left: 35px;
  float: left; }
  .blogs-wrapper .post-info .post-created {
    font-size: 10px;
    font-weight: 500;
    color: #9f9f9f;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif; }
  .blogs-wrapper .post-info .post-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .blogs-wrapper .post-info .post-title:after {
      content: "";
      width: 30px;
      height: 2px;
      background: #eee;
      position: absolute;
      left: 0;
      bottom: 0; }
    .blogs-wrapper .post-info .post-title a {
      display: block;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 22px;
      font-weight: 900;
      color: #525252; }
  .blogs-wrapper .post-info .post-intro {
    font-size: 14px; }
  .blogs-wrapper .post-info .post-readmore {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #999999; }
    .blogs-wrapper .post-info .post-readmore i {
      margin-left: 5px; }

.blogs-wrapper .blog-item {
  float: left;
  width: 100%;
  padding-top: 20px; }

/* ----- */
/* Footer navbar */
.footer-navbar {
  background: #f6f3e1;
  padding: 98px 0; }
  .footer-navbar .name-store {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.65em;
    line-height: 1;
    text-transform: uppercase;
    padding-top: 10px;
    font-family: "Roboto", sans-serif; }
  .footer-navbar .addon-title {
    position: relative;
    padding-top: 50px;
    padding-bottom: 32px;
    margin-bottom: 26px; }
    .footer-navbar .addon-title:after {
      content: "";
      width: 30px;
      height: 2px;
      left: 0;
      bottom: 0;
      display: block;
      position: absolute; }
    .footer-navbar .addon-title h3 {
      font-weight: 900;
      margin: 0; }
  .footer-navbar .instagram-wrapper {
    padding-left: 27%; }

.instagram-wrapper .item > .image-box {
  margin-bottom: 15px;
  overflow: hidden; }
  .instagram-wrapper .item > .image-box:last-child {
    margin-bottom: 0; }

.footer-list ul {
  margin-bottom: 0; }
  .footer-list ul li a {
    font-size: 15px;
    color: #525252;
    line-height: 2.3; }
    .footer-list ul li a i {
      margin-right: 5px;
      color: #e1e0de; }

.footer-list-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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; }
  .footer-list-bottom ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0; }
    .footer-list-bottom ul > li {
      margin-right: 25px; }
      .footer-list-bottom ul > li:last-child {
        margin-right: 0; }
      .footer-list-bottom ul > li > a {
        font-size: 15px;
        font-weight: 500;
        color: #999999;
        position: relative; }
        .footer-list-bottom ul > li > a:hover {
          color: #545454; }
          .footer-list-bottom ul > li > a:hover:after {
            content: "";
            width: 6px;
            height: 6px;
            display: block;
            position: absolute;
            bottom: -10px;
            left: calc(50% - 3px);
            border-radius: 50%; }

.copy-right {
  color: #999999;
  font-size: 15px;
  font-family: "Roboto", sans-serif; }
  .copy-right a {
    color: #545454;
    font-weight: 900; }
  .copy-right i {
    color: #ff3f00; }

.contact-box .addon-desc {
  position: relative;
  padding-top: 30px;
  margin-bottom: 15px;
  font-size: 14px; }
  .contact-box .addon-desc:before {
    content: "";
    width: 30px;
    height: 2px;
    left: 0;
    top: 0;
    display: block;
    position: absolute; }

.contact-box .contact-info ul > li {
  font-size: 15px;
  line-height: 1.8;
  font-family: "Roboto", sans-serif; }
  .contact-box .contact-info ul > li > i {
    display: inline-block;
    min-width: 15px;
    margin-right: 20px; }

/* ---------- */
.footer-testimonials .container {
  margin-top: -50px;
  position: relative;
  background: #fff;
  border-radius: 10px 10px 0 0; }

.footer-copyright {
  position: relative;
  padding: 54px 0; }
  .footer-copyright:before {
    background-image: url("../img/demo/icons/white-pattern.png");
    content: "";
    display: block;
    height: 72px;
    left: 0;
    position: absolute;
    top: -41px;
    width: 100%;
    z-index: 1; }

.to-top {
  bottom: 6.5%;
  color: #dedede;
  cursor: pointer;
  font-size: 26px;
  height: 30px;
  line-height: 30px;
  margin: auto;
  position: absolute;
  right: calc(50% - 20px);
  text-align: center;
  width: 30px;
  z-index: 999; }

#footer {
  position: relative; }

/* ------ */
.to-top {
  bottom: 6.5%;
  color: #dedede;
  cursor: pointer;
  font-size: 26px;
  height: 30px;
  line-height: 30px;
  margin: auto;
  position: absolute;
  right: calc(50% - 20px);
  text-align: center;
  width: 30px;
  z-index: 999; }

/* Modal & QUick view */
.quickview .breadcrumb-box {
  padding: 0; }
  .quickview .breadcrumb-box .breadcrumb-inner {
    padding: 25px 0; }

.quickview .images-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .quickview .images-container .thumb-box {
    width: 100px;
    position: relative;
    height: 454px;
    padding: 40px 0; }
    .quickview .images-container .thumb-box .mask {
      margin-left: 0.625rem;
      overflow: hidden;
      height: 100%; }
    .quickview .images-container .thumb-box .product-images > li.thumb-container {
      display: block;
      border: 1px solid #f0f0f0;
      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; }
  .quickview .images-container .image-box {
    width: calc(100% - 100px); }

/* ------ */
/* Ps_shopping cart CSS */
#cart_block {
  font-family: "Roboto",sans-serif; }

#cart_block > a .fa {
  color: #111111;
  font-size: 20px; }

#cart_block .img-icon {
  display: block;
  width: 29px;
  height: 26px;
  background-image: url("../img/demo/icons/cart-icon.png"); }

#cart_block .nb-comments {
  display: none; }

#cart_block .hook-reviews {
  margin-top: -3px; }

#cart_block .shoppingcart-box {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  -webkit-box-shadow: 1px 4px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 4px 3px rgba(0, 0, 0, 0.2);
  display: block;
  left: auto;
  margin: 0;
  max-height: 604px;
  width: 270px;
  opacity: 0;
  overflow-y: auto;
  padding: 30px 0;
  right: 0;
  -webkit-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  -o-transition: all 400ms;
  -ms-transition: all 400ms;
  -moz-transition: all 400ms;
  -webkit-transition: all 400ms;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  visibility: hidden; }

#cart_block.open .shoppingcart-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(18px);
  -ms-transform: translateY(18px);
  transform: translateY(18px); }

#cart_block .dropdown-toggle .cart_block_total {
  display: inline-block;
  font-weight: 500;
  position: relative;
  top: 2px;
  margin-left: 15px; }

#cart_block a.cart-icon:hover .cart_block_total, #cart_block a.cart-icon:focus .cart_block_total {
  color: #111; }

#cart_block a.cart-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

#cart_block .ajax_cart_quantity {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  height: 20px;
  line-height: 19px;
  padding-left: 1px;
  position: absolute;
  left: 20px;
  text-align: center;
  top: -4px;
  width: 20px; }

#cart_block .ajax_cart_no_product {
  display: inline-block;
  padding: 0 25px 25px;
  width: 100%;
  text-align: center; }

.cart_block_list {
  margin-bottom: 0;
  padding: 0 25px; }

.cart_block_list li {
  position: relative;
  margin-bottom: 15px; }

.cart_block_list li:last-child {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
  padding-bottom: 15px; }

.cart_block_list li .remove_link {
  bottom: 11px; }

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

.cart-wrap .preview-image {
  width: 80px; }

.checkout-info {
  padding: 16px 25px 0;
  font-family: "Roboto", sans-serif; }

.cart-wrap .preview-image img {
  width: 100%; }

.cart-wrap .description {
  color: #111;
  padding-bottom: 14px;
  padding-left: 25px;
  position: relative;
  width: calc(100% - 80px); }

.cart-wrap .description > a {
  color: #111111;
  display: block;
  font-size: 14px;
  position: relative;
  text-transform: capitalize;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  line-height: 1.2;
  margin-bottom: 5px; }

.cart-wrap .quantity-formated {
  bottom: 0;
  font-size: 14px;
  left: 25px;
  position: absolute;
  line-height: 1;
  color: #fc3c2a; }

.cart-wrap .description .price-quantity {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 7px; }

.cart-wrap .remove_link {
  bottom: 0;
  position: absolute;
  right: 0;
  line-height: 1; }

.cart-wrap .remove_link .fa {
  line-height: 1 !important;
  font-size: 14px !important;
  color: rgba(17, 17, 17, 0.69); }

.checkout-info .label {
  font-size: 15px;
  padding: 0;
  font-weight: 400; }

.checkout-info {
  font-weight: 500;
  font-size: 18px; }

.checkout-info .info {
  display: -webkit-box;
  display: -webkit-flex;
  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-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.checkout-info .cart-button {
  margin-top: 15px; }

.checkout-info .cart-button > a {
  border-radius: 25px;
  font-size: 17px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  display: block;
  text-align: center; }

/* ------- */
/* Newsletters */
.newsletter_block_left {
  padding: 102px 0; }
  .newsletter_block_left .block_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    font-family: "Roboto", sans-serif;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .newsletter_block_left .title {
    width: 34%; }
    .newsletter_block_left .title .small-text {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.4em;
      line-height: 1; }
    .newsletter_block_left .title .large-text {
      font-size: 35px;
      font-weight: 300;
      line-height: 1.1; }
      .newsletter_block_left .title .large-text span {
        font-weight: 900; }
  .newsletter_block_left form {
    width: 66%; }
    .newsletter_block_left form .form-group {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin-bottom: 0;
      -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; }
      .newsletter_block_left form .form-group .newsletter-input {
        width: 71%;
        background: #fff;
        border: none;
        color: #cccccc;
        height: 55px;
        padding: 0 35px;
        border-radius: 25px; }
      .newsletter_block_left form .form-group button {
        width: 26%;
        border: none;
        height: 55px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        border-radius: 25px; }
        .newsletter_block_left form .form-group button i {
          margin-left: 10px; }

/* ------ */
/* Loading Effect */
#loading {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 2000;
  top: 0;
  background: rgba(0, 0, 0, 0.8); }

.loader {
  position: absolute;
  top: 50%;
  left: 40%;
  margin-left: 10%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.loader .dot {
  width: 24px;
  height: 24px;
  background: #79d1d6;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: slide 1s infinite;
  animation: slide 1s infinite; }

.loader .dot:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  background: #79d1d6; }

.loader .dot:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  background: #5ec6ce; }

.loader .dot:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background: #90d3a6; }

.loader .dot:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  background: #b8c800; }

.loader .dot:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  background: #7fba00; }

@-moz-keyframes slide {
  0% {
    transform: scale(1); }
  50% {
    opacity: 0.3;
    transform: scale(2); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 0.3;
    -webkit-transform: scale(2);
    transform: scale(2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes slide {
  0% {
    transform: scale(1); }
  50% {
    opacity: 0.3;
    transform: scale(2); }
  100% {
    transform: scale(1); } }

@keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 0.3;
    -webkit-transform: scale(2);
    transform: scale(2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

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

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

.product-box .preview: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-box .preview: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; } }

/* Banner 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 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); }

/* ------ */
/* Categories List */
.block-categories {
  margin-bottom: 50px; }
  .block-categories .title-block {
    border-bottom: 1px dashed #bbb;
    margin-bottom: 20px; }
    .block-categories .title-block h3 {
      font-size: 22px;
      font-weight: 900;
      padding-bottom: 25px;
      margin: 0; }
  .block-categories > ul > li > a {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    display: block;
    position: relative; }
  .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 {
    border-bottom: 1px dashed #bbb;
    margin-bottom: 20px; }
    #search_filters .filter-box .box-title h3 {
      font-size: 22px;
      font-weight: 900;
      margin: 0;
      padding-bottom: 25px; }
  #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 {
    border-bottom: 1px dashed #bbb;
    margin-bottom: 20px; }
    #search_filters .facet-box .facet-title h3 {
      font-size: 22px;
      font-weight: 900;
      margin: 0;
      padding-bottom: 25px; }

.facet li {
  position: relative; }
  .facet li .facet-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -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 .magnitude {
      position: absolute;
      right: 0;
      top: calc(50% - 12px); }
    .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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -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 .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; }

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

/* ------- */
/* Best Seller Product */
.best-sellers_block_right .title-block {
  border-bottom: 1px dashed #bbb; }
  .best-sellers_block_right .title-block h3 {
    font-size: 22px;
    font-weight: 900;
    padding-bottom: 25px;
    margin: 0; }

.best-sellers_block_right .top-seller-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed #bbb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .best-sellers_block_right .top-seller-box .preview {
    width: 30%; }
  .best-sellers_block_right .top-seller-box .product-info {
    width: 70%; }
    .best-sellers_block_right .top-seller-box .product-info .product-name {
      display: block;
      font-size: 15px;
      font-weight: 900;
      margin-bottom: 15px;
      overflow: hidden;
      padding-bottom: 15px;
      position: relative;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .best-sellers_block_right .top-seller-box .product-info .product-name:after {
        background: #bbb none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 25px; }
    .best-sellers_block_right .top-seller-box .product-info .content_price .price.new {
      font-weight: 700; }

/* ------ */
/* Filter Panel */
.filters-panel {
  font-family: "Roboto", sans-serif;
  color: #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-top: 1px solid #bbbbbb;
  margin-bottom: 25px;
  padding: 15px 0; }
  .filters-panel a {
    color: #bbbbbb; }
  .filters-panel .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .filters-panel .sort .inlude_sort_by {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .filters-panel .sort .inlude_sort_by .products-sort-order {
      margin-left: 10px;
      border: 1px solid #e1e2e3;
      cursor: pointer;
      padding: 0 15px;
      min-width: 175px;
      border-radius: 20px;
      height: 35px; }
      .filters-panel .sort .inlude_sort_by .products-sort-order a {
        display: -webkit-box;
        display: -webkit-flex;
        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: 31px;
        position: relative; }
        .filters-panel .sort .inlude_sort_by .products-sort-order a i {
          font-size: 16px; }
      .filters-panel .sort .inlude_sort_by .products-sort-order .dropdown-menu {
        padding: 10px 15px;
        width: 100%;
        top: 101%; }
  .filters-panel .view-mode {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .filters-panel .view-mode a {
      color: #bbbbbb;
      font-size: 16px;
      margin-right: 5px; }
      .filters-panel .view-mode a.active {
        color: #444444; }
      .filters-panel .view-mode a:last-child {
        margin-right: 0; }

/* ------ */
/* 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: -webkit-flex;
  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;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -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; }

/* ------ */
/* List Product */
#product_list {
  margin-top: 25px; }

.products-list-in-column .products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .products-list-in-column .products .ajax_block_product {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px; }

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

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

.products-list-in-row .ajax_block_product {
  padding: 0 15px;
  margin-bottom: 30px; }
  .products-list-in-row .ajax_block_product .product-box {
    border-bottom: 1px solid #bbbbbb; }
  .products-list-in-row .ajax_block_product:last-child {
    margin-bottom: 0; }
    .products-list-in-row .ajax_block_product:last-child .product-box {
      border-bottom: none; }

.products-list-in-row .product-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0; }
  .products-list-in-row .product-box .preview {
    width: 40%;
    background: none; }
    .products-list-in-row .product-box .preview .shape {
      display: none; }
    .products-list-in-row .product-box .preview .action-btn .box button {
      background: #f7f6f2; }
  .products-list-in-row .product-box .product-info {
    width: 60%;
    text-align: left;
    padding: 0 30px; }
    .products-list-in-row .product-box .product-info .content_price {
      margin: 10px 0; }
    .products-list-in-row .product-box .product-info .product-description {
      margin-top: 15px;
      display: block; }

/* ------ */
/* Pagination Style */
.pagination-block {
  padding-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px dashed #bbb;
  position: relative;
  -webkit-box-align: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

ul.pagination {
  margin: 0;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  ul.pagination li {
    margin-bottom: 5px;
    margin: 0 5px; }
    ul.pagination li a, ul.pagination li span {
      padding: 0;
      margin: 0;
      width: 35px;
      display: block;
      line-height: 35px;
      border: none;
      background: #fff;
      border-radius: 50%;
      font-size: 16px;
      font-weight: 500;
      color: #666;
      text-align: center; }
  ul.pagination .pagination_previous, ul.pagination .pagination_next {
    margin: 0;
    position: absolute;
    top: -14px; }
    ul.pagination .pagination_previous a, ul.pagination .pagination_previous span, ul.pagination .pagination_next a, ul.pagination .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; }
  ul.pagination .previous, ul.pagination .next {
    margin: 0;
    position: absolute;
    top: -14px;
    width: 35px;
    line-height: 25px;
    border: 1px solid #efefef;
    font-size: 10px;
    color: #9f9f9f; }
  ul.pagination .previous {
    left: calc(50% - 35px);
    border-right: none;
    border-radius: 20px 0 0 20px !important; }
  ul.pagination .next {
    left: 50%;
    border-radius: 0 20px 20px 0 !important; }

/* ------ */
/* Breadcrumb */
.breadcrumb-box .breadcrumb-inner {
  padding: 50px 0;
  color: rgba(17, 17, 17, 0.75);
  font-size: 14px; }
  .breadcrumb-box .breadcrumb-inner a {
    color: rgba(17, 17, 17, 0.75);
    font-size: 14px; }
  .breadcrumb-box .breadcrumb-inner ol {
    margin-bottom: 0; }
    .breadcrumb-box .breadcrumb-inner ol li {
      display: inline-block; }
      .breadcrumb-box .breadcrumb-inner ol li:after {
        content: "-";
        margin: 0 2px;
        font-size: 14px;
        color: rgba(17, 17, 17, 0.75); }
      .breadcrumb-box .breadcrumb-inner ol li:last-child:after {
        content: none; }

/* In Category Page */
.content_scene_cat_bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px; }
  .content_scene_cat_bg .cat_desc {
    display: inline-block;
    padding: 0 7.5%; }
    .content_scene_cat_bg .cat_desc .flex-box {
      max-width: 290px;
      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); }

/* ------ */
/*=====================================
=            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; }

/* 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 {
  width: 100%; }

#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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -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; }

/* Quick view */
.modal-dialog.cover_product1 {
  width: 1170px;
  margin: 66px auto; }
  .modal-dialog.cover_product1 .close {
    margin-top: -10px; }
  .modal-dialog.cover_product1 .modal-header {
    padding: 25px 15px; }
  .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: -webkit-flex;
    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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: 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; }
  
  div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

/* Fix CSS in Chrome */
/* ------- */
