@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(order-slip.css);
@import url(manufacturer.css);
@import url(password.css);
@import url(sitemap.css);
@import url(cms.css);
@import url(order-detail.css);
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700');
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900");
html {
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: scrollbar; }
  html a {
    -webkit-font-smoothing: antialiased; }

body {
  font-size: 14px;
  color: #444;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  letter-spacing: 0.2;
  line-height: normal; }

.main-site {
  overflow: hidden; }

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

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

.far, .fas {
    font-family: "Font Awesome 5 Free";
    color: red;
    font-size: 15px;
    padding: 5px;
}
.fab {
    font-family: "Font Awesome 5 Brands";
    color: red;
    font-size: 17px;
    padding: 5px;
}
.footer_t #social_block a {
    
    font-size: 18px;
    width: 33px;
    margin-top: 19px;
    color: red;
    border: solid 1px;
    border-color: red;
    height: 33px;
    background: #151515;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
}

body {
  padding: 0px;
  background-color: #ffffff;
  margin: 0px; }
  body.content_only {
    padding: 15px;
    margin: 0 !important; }

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

button[disabled], html input[disabled] {
  cursor: not-allowed;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.label {
  color: #444; }

a {
  color: #444;
  text-decoration: none;
  outline: none; }
  a:hover, a:focus, a:active, a:focus {
    text-decoration: none;
    outline: none;
    color: #444; }

.btn-group-xs > .btn, .btn-xs {
  padding: 0; }

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 {
  text-align: 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: 3px;
  margin: 10px 0;
  padding: 10px; }

 .addon-title {
    text-align: center;
    border-bottom: 1px solid #d60000;
}
.jms-banner.banner_1_right {
    /* border-radius: 78px; */
    margin-top: 60px;
    margin-bottom: 60px;
}
.jms-banner.banner_1_right img {
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.jms-advsearch .input-group-addon.input-group-search {
    border: 0;
    background: #ed2b2b;
    height: 46px;
    padding: 0px 25px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    left: -2px;
}
.header .right #cart_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#empty-product-comment {
    text-align: center;
    margin-bottom: 100px;
}
.ajax_block_product > .product-miniature>.product_action {
    box-shadow: 0 6px 6px -4px rgb(0 0 0 / 20%) !important;
    border-radius: 10px;
    transition: box-shadow 0.25s,border-color 0.25s !important;
}
.jms-advsearch .input-group.keyword-group {
    border: 2px solid #e6e6e6;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}
#ajax_advsearch {
    border: 0;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    color: #888;
    height: 42px;
    padding: 0 10px;
    width: 250px;
    float: left;
    padding-left: 20px;
}

.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: 0;
  padding: 0 0 0.75em;
  font-size: 2.15em;
  font-weight: 400;
  font-family: "Poppins"; }

h2 {
  margin: 0;
  padding: 0 0 0.75em;
  font-size: 2.0em;
  font-family: "Poppins";
  font-weight: 400; }

h3 {
  margin: 0;
  padding: 0 0 0.67em;
  font-size: 1.71em;
  font-family: "Poppins";
  font-weight: 400; }

h4 {
  margin: 0;
  padding: 0 0 0.52em;
  font-size: 1.59em;
  font-family: "Poppins";
  font-weight: 400; }

h5 {
  margin: 0;
  padding: 0 0 0.52em;
  font-size: 1.34em;
  font-family: "Poppins";
  font-weight: 400; }

h6 {
  margin: 0;
  padding: 0 0 0.92em;
  font-size: 1.15em;
  font-family: "Poppins";
  font-weight: 400; }

.page-heading {
  font-size: 22px;
  line-height: 24px;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-weight: 500; }

.page-subheading {
  font-size: 0.86em;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase; }

label {
  font-weight: 400; }

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 {
      text-align: right; }
    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 {
  content: ""; }

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; }
  .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; }
      
      .shippingPrice {
    display: none;
    float: right;
}

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

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

.color {
  color: #000000; }
  .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; }

select, textarea {
  border-radius: 0px;
  border-color: #eee; }

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"] {
  border-radius: 0px;
  border-color: #eee; }

.inputbox, .form-control {
  border-radius: 0px;
  border-color: #eee; }

select:focus, textarea: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); }

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

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

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

.inputbox:-moz-placeholder, .form-control:-moz-placeholder {
  color: #010101; }

select::-moz-placeholder, textarea::-moz-placeholder {
  color: #010101;
  opacity: 1; }

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 {
  color: #010101;
  opacity: 1; }

.inputbox::-moz-placeholder, .form-control::-moz-placeholder {
  color: #010101;
  opacity: 1; }

select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(40, 33, 31, 0.5); }

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

.inputbox:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: rgba(40, 33, 31, 0.5); }

select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #010101; }

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

.inputbox::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #010101; }

textareaselect, textareatextarea {
  height: auto;
  padding: 5px 10px; }

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"] {
  height: auto;
  padding: 5px 10px; }

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

select, textarea {
  -webkit-box-shadow: none;
  box-shadow: none; }

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"] {
  -webkit-box-shadow: none;
  box-shadow: none; }

.inputbox {
  -webkit-box-shadow: none;
  box-shadow: none; }

select:-moz-placeholder, textarea:-moz-placeholder {
  color: #010101; }

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

.inputbox:-moz-placeholder {
  color: #010101; }

select::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(40, 33, 31, 0.5); }

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

.inputbox::-moz-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(40, 33, 31, 0.5); }

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

.inputbox:-ms-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(40, 33, 31, 0.5); }

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

.inputbox::-webkit-input-placeholder {
  color: rgba(40, 33, 31, 0.5); }

textareaselect, textareatextarea {
  height: auto; }

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"] {
  height: auto; }

textarea.inputbox {
  height: auto; }

select {
  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; }
  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 {
    line-height: 1.42857;
    vertical-align: top;
    border-bottom: none; }
  .table tbody > tr > th, .table tbody > tr > td {
    line-height: 1.42857;
    vertical-align: top;
    border-bottom: none; }
  .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 {
    background-color: whitesmoke; }
  .table tbody > tr > th.active, .table tbody > tr > td.active {
    background-color: whitesmoke; }
  .table tfoot > tr > th.active, .table tfoot > tr > td.active {
    background-color: whitesmoke; }
  .table thead > tr > th.success, .table thead > tr > td.success {
    background-color: #55c65e;
    border-color: #48b151; }
  .table tbody > tr > th.success, .table tbody > tr > td.success {
    background-color: #55c65e;
    border-color: #48b151; }
  .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 {
    background-color: #f3515c;
    border-color: #d4323d; }
  .table tbody > tr > th.danger, .table tbody > tr > td.danger {
    background-color: #f3515c;
    border-color: #d4323d; }
  .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 {
    background-color: #fe9126;
    border-color: #e4752b; }
  .table tbody > tr > th.warning, .table tbody > tr > td.warning {
    background-color: #fe9126;
    border-color: #e4752b; }
  .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 {
    background-color: whitesmoke; }
  .table tbody > tr.active > th, .table tbody > tr.active > td {
    background-color: whitesmoke; }
  .table tfoot > tr.active > th, .table tfoot > tr.active > td {
    background-color: whitesmoke; }
  .table thead > tr.success > th, .table thead > tr.success > td {
    background-color: #55c65e;
    border-color: #48b151; }
  .table tbody > tr.success > th, .table tbody > tr.success > td {
    background-color: #55c65e;
    border-color: #48b151; }
  .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 {
    background-color: #fe9126;
    border-color: #e4752b; }
  .table tbody tr.warning > th, .table tbody tr.warning > td {
    background-color: #fe9126;
    border-color: #e4752b; }
  .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 {
    border-top: 0; }
  .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td {
    border-top: 0; }
  .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 {
  padding: 5px; }

.table-condensed tbody > tr > th, .table-condensed tbody > tr > td {
  padding: 5px; }

.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 {
    border: 1px solid #ddd;
    padding: 9px 10px;
    text-align: center; }
  .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td {
    border: 1px solid #ddd;
    padding: 9px 10px;
    text-align: center; }
  .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
    padding: 9px 10px;
    text-align: center; }
  .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; }

@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 {
        white-space: normal; }
      .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td {
        white-space: normal; }
      .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 {
        border-left: 0; }
      .table-responsive .table-bordered > tbody > tr th:first-child, .table-responsive .table-bordered > tbody > tr td:first-child {
        border-left: 0; }
      .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 {
        border-right: 0; }
      .table-responsive .table-bordered > tbody > tr th:last-child, .table-responsive .table-bordered > tbody > tr td:last-child {
        border-right: 0; }
      .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 {
        border-bottom: 0; }
      .table-responsive .table-bordered > tbody > tr:last-child th, .table-responsive .table-bordered > tbody > tr:last-child td {
        border-bottom: 0; }
      .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; }

.nav-tabs > li > a {
  border: 0 none !important;
  font-weight: 600;
  font-family: "Poppins";
  font-size: 16px;
  margin-right: 0;
  padding: 6px 31px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.5); }
  .nav-tabs > li > a.active {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none; }
    .nav-tabs > li > a.active:focus, .nav-tabs > li > a.active:hover {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      border: 0 none; }

.nav.nav-tabs {
  border: 0 none; }

.nav-tabs > li > a.active {
  color: rgba(17, 17, 17, 0.1);
  color: #000; }
  .nav-tabs > li > a.active:focus, .nav-tabs > li > a.active:hover {
    color: rgba(17, 17, 17, 0.1);
    color: #000; }

.nav-tabs > li:first-child > a {
  padding-left: 0; }

.nav-tabs li a::before {
  color: #e6e6e6;
  content: "/";
  left: -5px;
  position: absolute; }

.nav-tabs li:first-child a::before {
  display: none; }

/* Dropdown Menu */
.dropdown-menu {
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s, transform 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s, transform 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s, -webkit-transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s, -webkit-transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s, transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  margin: 0;
  min-width: 100px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.19);
  border: none;
  border-radius: 3px;
  margin: 0;
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -ms-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s; }

.dropdown-menu > li > a{
  padding: 0 20px;
}
.open > .dropdown-menu {
  visibility: visible;
  background-color: rgba(59, 59, 59, 0.77);
  border: 0 none;
  -webkit-box-shadow: 0 0px 16px rgba(0, 0, 0, 0.19);
  box-shadow: 0 0px 16px rgba(0, 0, 0, 0.19);
  margin-top: 0;
  opacity: 1;
  padding: 0;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
  z-index: 5000; }

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

.jms_ajax_search .btn-xs.icon.dropdown-toggle {
  position: relative;
  z-index: 10001; }

.btn-group > ul {
  padding: 0 15px; }

.btn-group.jms_ajax_search.open .dropdown-menu.search-box {
  left: auto;
  right: 0;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  padding: 0; }

.btn-group.open > .dropdown-menu.search-box::before {
  display: none; }

#cart_block .shoppingcart-box::after, .jms-megamenu .nav > li.open > a::after {
  border-color: transparent; }

/* ----- */
/********* BUTTON *******/
.btn {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 16px;
  letter-spacing: 0;
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent; }

.btn-default {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 16px;
  letter-spacing: 0;
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent; }
  .btn-default.disabled {
    background: #9b9b9b; }
    .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover {
      background: #9b9b9b; }
  .btn-default[disabled], .btn-default.active[disabled] {
    background: #9b9b9b; }
  .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover {
    background: #9b9b9b; }

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

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

.btn-primary {
  opacity: 1;
  padding: 10px 35px; }

.button-large {
  padding: 12px 35px;
  font-size: 16px; }

.button-medium {
  padding: 10px 30px;
  font-size: 16px; }

.button-small {
  font-size: 12px;
  padding: 8px 16px; }

.btn-active {
  background: #1ec7a6;
  color: #fff;
  border-color: #1ec7a6; }

.btn-active:hover{
  background: #111;
  border-color: #111;
  color: #fff;
}

.btn-shopnow {
  border: 0;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins';
  padding: 10px 30px;
  cursor: pointer;
  display: inline-block; }
  .btn-shopnow:hover{
    color: #fff !important;
  }

.btn-effect1, .btn-effect {
  -webkit-transform: perspective(1px) translateZ(0px);
  -ms-transform: perspective(1px) translateZ(0px);
  -o-transform: perspective(1px) translateZ(0px);
  transform: perspective(1px) translateZ(0px);
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  vertical-align: middle;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color; }

.btn-effect1::before, .btn-effect:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100% 0;
  -moz-transform-origin: 50% 100% 0;
  -ms-transform-origin: 50% 100% 0;
  -o-transform-origin: 50% 100% 0;
  transform-origin: 50% 100% 0;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-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-effect1::before{
  transform-origin: 100% 0;
}

.btn-effect1:hover::before, .btn-effect1:focus::before, .btn-effect1:active::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(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); }

.btn-effect:hover::before, .btn-effect:focus::before, .btn-effect:active::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(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); }

.btn-effect1::before {
  background: #111 none repeat scroll 0 0;
  border-radius: 3px; }

.btn-effect:before {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  border-radius: 3px; }

.btn-secondary {
  padding: 5.5px 20px; }

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

.btn-default[disabled], .btn-default.active[disabled] {
  background: #9b9b9b;
  cursor: not-allowed;
}
.btn-default[disabled]:hover, 
.btn-default.active[disabled]:hover {
  background: #9b9b9b !important;
  border-color: #9b9b9b !important;
}

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

fieldset[disabled] .btn-default {
  background: #9b9b9b; }
  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 {
  color: #fff;
  outline: 0 none !important; }

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

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

.btn-primary {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  opacity: 1;
  padding: 8px 16px;
  color: #222;
}

.btn-default.active:hover {
  background-color: #111;
  color: #fff; }

.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none; }
  .btn.active:hover {
    background-color: #111;
    color: #fff; }

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

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

.btn-transparent:hover {
  background-color: #111;
  border-color: #111; }

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  background-color: #111; }

.btn-mega:hover, .btn-mega:focus, .btn-mega:active {
  background-color: #111; }

select:focus, textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

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 {
  -webkit-box-shadow: none;
  box-shadow: none; }

.inputbox:focus, select:hover, textarea:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

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 {
  -webkit-box-shadow: none;
  box-shadow: none; }

.inputbox:hover, select:active, textarea:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #eee; }

.page-index input[type="text"]:active, 
.page-index input[type="password"]:active, 
.page-index input[type="datetime"]:active, 
.page-index input[type="datetime-local"]:active, 
.page-index input[type="date"]:active, 
.page-index input[type="month"]:active, 
.page-index input[type="time"]:active, 
.page-index input[type="week"]:active, 
.page-index input[type="number"]:active, 
.page-index input[type="email"]:active, 
.page-index input[type="url"]:active, 
.page-index input[type="search"]:active, 
.page-index input[type="tel"]:active, 
.page-index input[type="color"]:active {
  border-color: transparent; }

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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #eee; }

.inputbox:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent; }

select:focus, textarea:focus {
  border-color: transparent; }

.page-index input[type="text"]:focus, 
.page-index input[type="password"]:focus, 
.page-index input[type="datetime"]:focus, 
.page-index input[type="datetime-local"]:focus, 
.page-index input[type="date"]:focus, 
.page-index input[type="month"]:focus, 
.page-index input[type="time"]:focus, 
.page-index input[type="week"]:focus, 
.page-index input[type="number"]:focus, 
.page-index input[type="email"]:focus, 
.page-index input[type="url"]:focus, 
.page-index input[type="search"]:focus, 
.page-index input[type="tel"]:focus, 
.page-index input[type="color"]:focus {
  border-color: transparent; }

  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 {
  border-color: #eee; }

.inputbox:focus, .form-control:focus {
  border-color: transparent; }

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

/* Ps_shopping cart CSS */
#cart_block > a .fa {
  color: #111111;
  font-size: 20px; }

#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: 0 0 11px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.12);
  display: block;
  width: 570px;
  opacity: 0;
  padding: 35px;
  right: 0;
  border-radius: 3px;
  top: calc(100% + 29px);
  left: auto;
  visibility: hidden; }

#cart_block.open .shoppingcart-box {
  visibility: visible;
  opacity: 1;
  top: calc(100% + 29px); }

#cart_block .ajax_cart_quantity {
  background: #1ec7a6 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  height: 24px;
  position: absolute;
  text-align: center;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 14px;
  right: -10px;
}

.cart_block_list {
  margin-bottom: 0;
  max-height: 476px;
  overflow: auto;
}
  .cart_block_list li {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb; }

.cart-wrap {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .cart-wrap .preview-image {
    width: 80px; }

#cart_block .checkout-info {
  float: left;
}
#cart_block .cart-button {
  float: right;
}
#cart_block .cart-prices {
  margin-top: 20px;
}
#cart_block #button_order_cart {
    border: 0;
    color: white;
    background: #006a4e;
    font-size: 14px;
    font-weight: 500;
}
a.btn-default.btn-shopping.button-small.btn-effect {
    background-color: #006a4e !important;
    color: white !important;
}
a.btn-default.button-small.btn-effect {
    color: white !important;
    background-color: #006a4e !important;
}
#cart_block #button_order_cart:hover{
  color: #fff;
  background: #1ec7a6;
}
#cart_block .cart-button{
  float: right;
}
.cart-wrap .preview-image img {
  width: 100%; }

.cart-wrap .description {
  color: #111;
  padding-left: 25px;
  width: calc(100% - 80px); }
  .cart-wrap .description > a {
    color: #111111;
    display: block;
    font-family: "Poppins";
    font-size: 15px;
    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: 35px; }

.cart-wrap .quantity-formated {
  display: block;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 30px;
  float: left; }

  .cart-wrap .quantity-formated .quantity {
    display: inline-block;
    padding: 0 20px;
    background: #ececec;
    border-radius: 3px;
    margin-left: 5px;
    margin-right: 40px;
  }

.cart-wrap .description .price-quantity {
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
  float: left;
 }

.cart-wrap .remove_link {
  float: right;
  opacity: 0.6;
}
  .cart-wrap .remove_link .fa {
    font-size: 18px; }

.checkout-info .label {
  color: #111;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
  padding: 0;
  text-transform: uppercase; }

.checkout-info .pull-right {
  float: right;
  font-size: 14px;
  font-weight: 600;
  line-height: 35px;
  font-family: "Poppins"; }

.checkout-info .shipping {
  margin-bottom: 3px; }

.checkout-info .cart-button {
  margin-top: 15px; }
  .checkout-info .cart-button > a {
    background-color: #f3f4f6;
    border: 0 none;
    display: block;
    font-family: "Poppins";
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase; }
    .checkout-info .cart-button > a:hover {
      background-color: #111; }

/*ajax add to cart bottom*/
.tab-title {
  display: none; }

#cart_block.shoppingcart-bottom .tab-title {
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  z-index: 1000; }
  #cart_block.shoppingcart-bottom .tab-title > span {
    background: #111 none repeat scroll 0 0;
    border-radius: 0 5px 0 0;
    color: #fff;
    display: inline-block;
    font-family: "Poppins";
    font-size: 16px;
    line-height: 24px;
    padding: 12px 30px; }
    #cart_block.shoppingcart-bottom .tab-title > span i {
      margin-left: 15px;
      color: #fff; }
      #cart_block.shoppingcart-bottom .tab-title > span i.fa-chevron-down {
        display: none; }

#cart_block.shoppingcart-bottom.open .tab-title {
  bottom: 155px; }
  #cart_block.shoppingcart-bottom.open .tab-title > span i.fa-chevron-up {
    display: none; }
  #cart_block.shoppingcart-bottom.open .tab-title > span i.fa-chevron-down {
    display: inline-block; }

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

#cart_block.shoppingcart-bottom .shoppingcart-box {
  bottom: 0 !important;
  height: 155px;
  left: 0 !important;
  position: fixed;
  right: 0 !important;
  top: auto !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  width: 100%; }

#cart_block.shoppingcart-bottom .shoppingcart-content {
  float: left;
  height: 116px;
  list-style: outside none none;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  width: calc(100% - 600px); }

#cart_block.shoppingcart-bottom .cart_block_list li {
  display: inline-block !important;
  float: left;
  margin-right: 0px;
  padding: 0 !important;
  position: relative;
  width: 100px;
  border-bottom: 0; }

#cart_block.shoppingcart-bottom .cart_block_list .description a, #cart_block.shoppingcart-bottom .cart_block_list .description .price-quantity .price, #cart_block.shoppingcart-bottom .cart_block_list .description .quantity-formated::before {
  display: none; }

#cart_block.shoppingcart-bottom .cart_block_list .description .quantity {
  bottom: 5px;
  left: 10px;
  position: absolute; }

#cart_block.shoppingcart-bottom .cart-prices {
  border-left: 1px solid #ededed;
  float: left;
  padding: 0 0 0 20px;
  width: 600px;
  height: 120px; }

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

#cart_block.shoppingcart-bottom .remove_link {
  bottom: 5px;
  left: auto;
  right: 30px;
  top: auto; }

#cart_block.shoppingcart-bottom .cart-prices-line {
  float: left;
  padding: 0 20px;
  width: 33.33%; }

#cart_block.shoppingcart-bottom .cart-wrap .description {
  padding-left: 0; }

#cart_block.shoppingcart-bottom .shoppingcart-content {
  padding: 11px 0; }

#cart_block.shoppingcart-bottom .shoppingcart-box {
  padding: 20px 30px; }

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

/*End ps shoppingcart-box*/
/* ------ */
/* Product Preview */
.product_box{
  margin: 0 -15px;
}
.product_box .item{
  padding: 15px;
    height: 440px;
    margin-bottom: 120px;
}
.home_7 #search_filters .facet .facet-title {
    border-bottom-color: #ff0100;
}

.home_7 .title-block h3 {
    border-bottom-color: #d70709;
}
.product-miniature {
  position: relative;
  background: #fff;
  margin-bottom: 21px; }
  .product-miniature .preview {
    position: relative;
    overflow: hidden; }
    .product-miniature .preview .block-label {
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
  }
  .product-miniature .preview .label{
    color: #fff;
    border-radius: 2px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    padding: 6.5px 10px;
    position: relative;
  }
      .product-miniature .preview .label.label-sale {
        background: #8dc519;}
      .product-miniature .preview .label.label-new {
        background: #3a71ec;
      }
      .product-miniature .preview .label.label-discount {
        background: #d9445d;
        top: 0 !important;
      }
      .product-miniature .preview .label::after{
        content: "";
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        position: absolute;
        bottom: -6px;
        right: 0;
      }
      .product-miniature .preview .label.label-discount::after{
        border-right: 8px solid #d9445d;
      }
      .product-miniature .preview .label.label-new::after{
        border-right: 8px solid #3a71ec;
      }
      .product-miniature .preview .label.label-sale::after{
        border-right: 8px solid #8dc519;
      }

.categoryname {
  display: block;
  font-weight: 400;
  font-size: 14px;
  opacity: 0.6;
  padding-bottom: 5px;
  text-transform: capitalize; }

.product-link {
  display: block;
  font-family: "Poppins";
  font-size: 14px;
  overflow: hidden;
  text-transform: uppercase;
  width: 100%;
  font-weight: 500;
  text-align: center;
  line-height: 1.45;
  padding: 0 15px;
}

.product_action {
  margin-top: -8px;
  width: 100%;
  padding: 0 20px;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  opacity: 1;
  visibility: visible;
  background: #fff;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}
.product-preview:hover{
  border-radius: 10px;
}
.product-preview:hover .product_action{
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.product-preview:hover .product_action::before{
  content: "";
  width: 100%;
  height: 11px;
  background: #fff;
  top: -9px;
  position: absolute;
}
.product-preview:hover, .product-preview:hover .product_action {
  box-shadow: 3px 3px 11px rgba(0,0,0,0.2);
}
.product-preview:hover, .product-preview:hover .product_action {
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.1);
}
.product-preview:hover .preview{
  border-radius: 10px 10px 0 0;
}
.product-preview:hover .product_action{
  border-radius: 0 0 10px 10px;
}
  .product_action a {
    display: block; }
  .product_action .pe {
    font-size: 18px; }

.text-addcart, .text-outofstock {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  display: inline;
}
.product-btn:hover .text-addcart,.product-btn:hover .text-outofstock {
  color: #fff;
}
.product-btn .fa-spin, .product-btn .fa-check, .product-btn.checking .text-addcart i{
  display: none; }

.product-btn.checked .text-addcart i, .product-btn.checked .fa-spin {
  display: none; }

.product-btn.checking .fa-check {
  display: none; }

.product-btn .fa{
  font-size: 18px;
  margin-right: 5px;
}
.product-preview .product_action button.cart-button.checking,
.product-preview .product_action button.cart-button.checked{
  padding: 9.5px 20px;
}
.product-btn.checking .fa-spin {
  display: inline-block; }

.product-btn.checked .fa-check {
  display: inline-block; }

.ajax-add-to-cart.disabled .text-addcart, .ajax-add-to-cart .text-outofstock {
  display: none; }

.ajax-add-to-cart.disabled .text-addcart {
  display: none; }

.ajax-add-to-cart.disabled .text-outofstock {
  cursor: not-allowed;
  display: block; }

.product_action a {
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

.addToWishlist {
  border: 0;
  font-size: 25px;
  color: #444;
  padding: 0;
  margin-top: 0px;
  position: relative;
  top: 20px;
}

#category .products-list-in-column .addToWishlist.product-btn {
  right: 15px; }

.category-sub-menu li {
  position: relative;
}
.category-sub-link + div {
  padding-left: 15px;
}

.product-preview:hover .product_action a.cart-button {
  -webkit-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms; }
.product-preview .quick-view span{
  opacity: 0;
  visibility: hidden;
}
.product-preview:hover .quick-view span{
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.product-preview .quick-view span {
  border: 0 none;
  border-radius: 3px;
  font-size: 13px;
  height: auto;
  line-height: normal;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  font-weight: 600;
  text-transform: uppercase;
  padding: 13px 0px;
  background: rgba(30,199,136,0.3);
  color: #fff;
  width: 63%;
  left: 50%;
}
  .product-preview .quick-view span {
    cursor: pointer; }
    .product-preview .quick-view span i{
      font-size: 18px;
      margin-right: 10px;
      position: relative;
      bottom: -1px;
    }

  .product-preview .quick-view:hover span {
    background: rgba(30,199,136,1); }

/*.product-preview:hover .quick-view {
  opacity: 1; }*/

.product-preview .product-info {
  padding-top: 16px;
  min-height: 92px;
  padding-bottom: 10px; }
  .product-preview .product-info .categoryname {
    color: rgba(17, 17, 17, 0.75);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
    width: 100%;
    text-align: center; }
  .product-preview .product-info a.product-name {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    top: -7px;
    white-space: nowrap;
    width: 100%;
    text-transform: capitalize;
    color: #111; }

.btn-cart:hover {
  color: #fff !important;
  background: #1ec7a6;
  border-color: #1ec7a6;
}
.product-preview button.cart-button:hover{
  color: #fff;
}
.product-preview button.cart-button:focus{
  border-color: transparent;
}
.product-preview button.cart-button {
 margin-top: 0;
    background: black;
    border: 1px solid #f0f0f0;
    max-width: 100%;
    color: white;
    bottom: -5px;
    position: relative;
    white-space: nowrap;
    transition: unset;
    padding: 8px 10px;
    border-radius: 36px;
    width: 100%;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease-in-out;
}
.product-preview .product_action button.cart-button i,
.product-preview .product_button button.cart-button i{
  margin-right: 10px;
  font-size: 18px;
}
.content_price {
  line-height: 33px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.price {
  font-family: "Poppins";
  font-weight: 500;
  margin: 0; }

.content_price .price.new {
  color: #222;
  font-size: 20px;
  font-weight: 600;
}

.content_price .price.old {
  font-size: 17px;
    font-weight: 500;
  line-height: 30px;
  text-decoration: line-through;
  color: #888;
  margin-left: 10px;
}

.product-preview:hover .content_price {
  /*opacity: 0;*/
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

.products-list-in-row .product-preview:hover .content_price {
  opacity: 1; }

.product-preview .product-info .product-description, .product-preview .product-info .product_button {
  display: none; }

.product-preview:hover .color_to_pick_list {
  opacity: 1;
  -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-preview:hover .preview .cart-button {
  display: block; }

.product-preview:hover .action-btn {
  display: block;
  z-index: 2; }

.product-preview .color_to_pick_list {
  padding-bottom: 15px;
  margin: 0;
  opacity: 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: hidden; }
.home_3 .product-preview .color_to_pick_list > .variant-links,
.home_4 .product-preview .color_to_pick_list > .variant-links {
  padding: 0px 30px 15px;
}
      .product-preview .color_to_pick_list > .variant-links {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    float: left;
    justify-content: center;
    padding: 0; }

.product-preview .color_to_pick_list a {
  height: 30px;
  /* margin: 0; */
  width: 30px;
  display: block;
  margin: 0 5px;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.product-preview .action-btn {
  position: absolute;
  padding: 0 25px;
  top: calc(100% - 10px);
  left: 0;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0 7px 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 9px rgba(0, 0, 0, 0.1);
  display: none; }
  .product-preview .action-btn .box {
    border-top: 1px solid #f0f0f0;
    padding: 14px 0;
    text-align: center; }
    .product-preview .action-btn .box a {
      font-size: 13px;
      text-transform: capitalize;
      display: inline-block; }
      .product-preview .action-btn .box a i {
        font-size: 14px;
        margin-right: 2px; }
      .product-preview .action-btn .box a.quick-view i {
        font-size: 16px;
        position: relative;
        top: 3px; }

.product_button a {
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }
  .product_button a.cart-button {
    background: #fff none repeat scroll 0 0;
    color: #111;
    font-size: 18px;
    margin-right: 15px;
    padding: 4px 20px; }

.product_list.products-list-in-row .product-info .addToWishlist {
  display: none; }

.product_list.products-list-in-row .product-info .product_button .addToWishlist {
  display: inline-block;
  margin-top: 0;
  max-width: 45px;
  max-height: 45px;
}

.product_button a.addToWishlist {
  background: #fff none repeat scroll 0 0;
  font-size: 18px;
  line-height: 15px;
  padding: 12px;
  position: relative;
  border: 2px solid #e6e6e6;
  border-radius: 50%;
}
  .product_button a.addToWishlist.btn-default:hover {
    background: #111 none repeat scroll 0 0;
    border-color: #111;
    color: #fff; }

.product_button a.cart-button.btn-default:hover {
  background: #111 none repeat scroll 0 0;
  border-color: #111;
  color: #fff; }

.product-preview .product_button .addToWishlist {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.product-preview:hover .product_button .addToWishlist {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.products-list-in-row .content_price {
  margin-bottom: 0;
  padding-bottom: 28px;
  padding-top: 7px; }

.products-list-in-row .product-description {
  margin-bottom: 27px; }

.products-list-in-row .ajax-add-to-cart .text-addcart{
  position: relative;
  bottom: 2px;
}
.product-name {
  font-family: Poppins;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.45;
}

/*Out of Stock*/
.add-to-cart .text-outofstock {
  display: none; }

.add-to-cart[disabled] .text-addcart {
  display: none; }

.add-to-cart[disabled] .text-outofstock {
  display: block; }

.product-flags {
  margin-bottom: 0; }

li.product-flag {
  background: #111 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-weight: 700;
  margin-left: -0.3125rem;
  margin-top: 0.625rem;
  padding: 0.3125rem 0.4375rem;
  position: absolute;
  text-transform: uppercase;
  z-index: 2; }

.product-flag.discount, .product-flag.new, .product-flag.on-sale {
  display: none; }

.product-pack .pack-product-container {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.product-pack h3 {
  font-family: "Poppins";
  font-size: 14px;
  padding-bottom: 30px;
  text-transform: capitalize; }

.product-pack .card {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
  display: block;
  margin-bottom: 0.75rem;
  position: relative; }

.product-pack .pack-product-container .pack-product-name, .product-pack .pack-product-container .pack-product-price, .product-pack .pack-product-container .pack-product-quantity {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.product-pack .pack-product-container .pack-product-name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  font-size: 12px; }

.pack-product-price {
  font-family: "Poppins"; }

.pack-product-container .mask > img {
  margin-left: -12px; }

.product-information {
  position: relative; }

.jms-videos {
  position: relative;}

.popup-active h3 {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  padding-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
  font-size: 0; }
  .popup-active h3::after {
    bottom: 20px;
    color: #ccc;
    content: "";
    font-family: "fontawesome";
    font-size: 40px;
    margin-left: 10px; }

.featured-products {
  margin-top: 59px;
}

/*==================================================
=            Product List          =
==================================================*/
/*VIEW MODE*/
.filters-panel .view-mode .view-grid {
  margin-right: 5px; }


.inlude_sort_by {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  border: 2px solid #e6e6e6;
border-radius: 30px;
padding: 5.5px 20px; }

.products-sort-order .select-title span {
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 31px;
  min-width: 112px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 20px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(90% - 12px);
  color: #222;
}

.products-sort-order.dropdown i {
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer; }

.sort-by {
  color: #666; }

.products-sort-order .dropdown-menu {
  left: auto;
  min-width: 200px;
  padding: 20px 30px;
  position: absolute;
  right: -20px;
  top: 40px;
  display: block;
  background: #fff;
  border-radius: 5px;
}
  .products-sort-order .dropdown-menu a {
    display: block; }

/*pagination bottom*/
.text-xsright a {
  padding: 10px 15px; }

.pagination {
  border-radius: 0;
  border-top: 1px solid #e6e6e6;
  display: block;
  margin: 50px 0 10px;
  padding: 40px 0 0; }
  .pagination div {
    padding: 0;
    color: #666; }
  .pagination li {
    display: inline-block;
    float: none;
    margin-right: 3px; }
.pagination li > a {
  border: medium none;
  display: inline-block;
  float: none;
  font-family: "Poppins";
  font-weight: 400;
  height: 33px;
  line-height: 33px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 41px;
  border-radius: 30px;
  border: 1px solid #e6e6e6;
  color: #666;
}
  .pagination .current a {
    background-color: #111 !important;
    color: #fff; }
    .pagination .current a:focus {
      background-color: #111 !important;
      color: #fff; }
  .pagination .active a:hover {
    background-color: #111 !important;
    color: #fff; }
  .pagination .current a {
    background-color: #111 !important;
    color: #fff; }
    .pagination .current a:focus {
      background-color: #111 !important;
      color: #fff; }
  .pagination .current span:hover {
    background-color: #111 !important;
    color: #fff; }
  .pagination li a:focus, .pagination li a:hover {
    background-color: #111 !important;
    color: #fff; }
  .pagination li span:focus, .pagination li span:hover {
    background-color: #111 !important;
    color: #fff; }

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

.pagination ul li i {
  font-size: 12px; }

.storm-four-dots:before {
    content: "\e90c";
    color: red;
}

/*LIST*/
.products-list-in-column .js-product-miniature {
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 96px;
  padding: 0 15px;
  width: 24%;
  box-shadow: unset; }

.products-list-in-column .js-product-miniature:hover::after {
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  height: 100%;
  z-index: 1;
}

.products-list-in-column .product_action{
  width: calc(100% - 30px);
}

.product_list.products-list-in-column #js-product-list, .products-list-in-row #js-product-list {
  margin-top: 30px; }

.product-preview .preview img {
  width: 100%; }

#content-wrapper {
    margin-bottom: 70px;
    margin-top: -20px;
}

.products-list-in-row .product-preview {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-bottom: 30px; }
  .products-list-in-row .product-preview .product-info {
    border-top: 0 none;
    clear: unset;
    float: left;
    padding: 0 30px;
    text-align: left; }

.products-list-in-row .product_action {
  display: none; }

.product_list.products-list-in-row .product_button, .product_list.products-list-in-row .product-description {
  display: inline-flex; }

.products-list-in-row .product-preview:hover .product_button .quick-view.product-btn, .products-list-in-row .product-preview:hover .product_button .addToWishlist.product-btn {
  opacity: 1; }

.products-list-in-row .list_description {
  clear: both; }

.products-list-in-row .content_price .price {
  margin-left: 0;
  margin-right: 10px; }

/*Product Box Gutter*/
.products-list-in-column .js-product-miniature.item-gutter-0 {
  padding: 0; }

.products-list-in-column .js-product-miniature.item-gutter-10 {
  padding: 0 5px; }

.products-list-in-column .js-product-miniature.item-gutter-20 {
  padding: 0 10px; }

.products-list-in-column .js-product-miniature.item-gutter-40 {
  padding: 0 20px; }

.products-list-in-column .js-product-miniature.item-gutter-60 {
  padding: 0 30px; }

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

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

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

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

/*Grid Layout*/
/*Right column*/
#right-column > section {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 40px;
  padding-bottom: 40px; }

/*==================================================
=            Bestseller Hook LeftColumn            =
==================================================*/
.product-box {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px; }
  .product-box .flexbox {
    margin-right: 10px;
    width: 71.5%; }

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

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

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

/* Social icons */
/* ------ */
/* ------ */
.payment-logo {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  margin-bottom: 0; }
  .payment-logo li {
    margin-left: 5px; }
    .payment-logo li:first-child {
      margin-left: 0; }

/* In Category Page */
.content_scene_cat_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px; }
  .content_scene_cat_bg .cat_desc {
    display: inline-block;
    padding: 0 7.5%; }

#category-description > p {
  font-family: "Poppins";
  font-size: 13px;
  margin-bottom: 0;
  width: 50%;
  float: right;
}

#category-description strong {
  font-size: 16px;
  margin-bottom: 10px; }

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

.cat_desc {
  margin-bottom: 60px; }

/* ------ */
/* HTML Left Banner */
.html_left {
  position: relative;
  float: left;
  margin-top: 28px; }
  .html_left:hover img {
    -webkit-animation: 0.6s ease 0s normal forwards 1 running pulse;
    animation: 0.6s ease 0s normal forwards 1 running pulse; }

.banner-text {
  font-size: 16px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 30px;
  width: 100%;
  z-index: 1; }

.html_left .banner-text .bottom-text {
  font-family: "Poppins";
  font-weight: 700; }

/* ------- */
/*=====================================
=            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 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 */
/* ------ */
.modal {
  z-index: 10002; }

#blockcart-modal {
  color: #414141;
  padding-right: 10px !important;
  padding-left: 10px !important; }
  #blockcart-modal .modal-body {
    background: #fff;
    padding: 3.125rem 1.875rem;
    border-radius: 3px; }
    #blockcart-modal .modal-body .divide-right span {
      display: inline-block;
      margin-bottom: 0.3125rem; }
  #blockcart-modal .modal-dialog {
    max-width: 1140px;
    width: 100%; }
  #blockcart-modal .product-image {
    float: left;
    margin-right: 10px;
    width: 100px; }
  #blockcart-modal .modal-title {
    font-weight: 600;
    color: #454545;
    font-size: 1.6rem;
    padding: 0; }
  #blockcart-modal .modal-header {
    background: #ebebeb;
    border-radius: 3px; }
  #blockcart-modal .modal-title i.material-icons {
    margin-right: 1.875rem; }
  #blockcart-modal .product-name {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    padding-bottom: 20px; }
  #blockcart-modal .cart-products-count {
    font-size: 14px;
    line-height: 26px; }
  #blockcart-modal .cart-content {
    padding-left: 2.5rem; }
    #blockcart-modal .cart-content button {
      margin-right: 0.3125rem; }
  #blockcart-modal .divide-left {
    border-left: #ebebeb 1px solid; }

.modal-dialog .close {
  font-size: 34px;
  line-height: 14px; }

.js-modal-product-cover.product-cover-modal {
  width: 100%; }

.modal-footer {
  margin-top: 40px; }

/* Quick view */
.modal-dialog.cover_product1 {
  width: 991px;
  margin: 66px auto; }
  .modal-dialog.cover_product1 .modal-header {
    padding: 25px 15px; }
    .modal-dialog.cover_product1 .modal-header .close {
      margin-top: -17px; }
  .modal-dialog.cover_product1 h2.product-name {
    text-transform: capitalize;
    font-weight: 500;
    color: rgba(17, 17, 17, 0.9); }
  .modal-dialog.cover_product1 .content_prices {
    margin-top: 32px; }
    .modal-dialog.cover_product1 .content_prices .old {
      color: rgba(17, 17, 17, 0.7);
      display: inline-block;
      font-size: 15px;
      font-weight: 400;
      line-height: 32px;
      margin-bottom: 0;
      margin-right: 30px;
      text-decoration: line-through; }
    .modal-dialog.cover_product1 .content_prices .new {
      font-size: 21px;
      font-weight: 500; }
  .modal-dialog.cover_product1 #product-description-short {
    color: rgba(17, 17, 17, 0.75);
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px; }
  .modal-dialog.cover_product1 .thumbs-list .thumb-container {
    padding: 15px; }
  .modal-dialog.cover_product1 .thumbs-list .thumb-carousel {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex; }
  .modal-dialog.cover_product1 .thumbs-list .thumb-container img {
    width: 100%;
    border: 1px solid #ebebeb; }
  .modal-dialog.cover_product1 .images-container .image-box .layer, .modal-dialog.cover_product1 .scroll-box-arrows {
    display: block;
    position: relative; }
  .modal-dialog.cover_product1 .images-container .thumb-box .arrows.js-arrows {
    display: block; }
  .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: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-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: #333; }
  .modal-dialog.cover_product1 .product-cover .layer {
    display: none; }
  .modal-dialog.cover_product1 .product-add-to-cart {
    margin-bottom: 0;
    margin-top: 40px; }
  .modal-dialog.cover_product1 .breadcrumb-box .breadcrumb {
    margin-bottom: 20px; }
  .modal-dialog.cover_product1 .modal-header .close {
    margin-top: -13px; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.in {
    opacity: 0.5; }

/************WHISLIST****************/
.button_account {
  font-size: 13px;
  margin: 10px 10px 10px 0;
  padding: 10px; }

.wishlisturl > input, .wishlist_product_detail > input {
  border: 1px solid #ebebeb;
  padding: 2px 10px;
  margin-left: 15px;
  display: inline-block;
  height: 35px;
  border-radius: 3px;
}
.wishlist_product_detail select {
  display: inline-block;
  margin-left: 15px;
  height: 35px;
  border-radius: 3px;
  padding: 0 10px;
}
.wlp_bought {
  display: block;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  width: 100%; }
.wlp_bought_list > .address {
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 30px;
}
#s_title {
  margin-top: 10px;
}
.delete-action {
  margin-left: 10px; }

.btn_action:hover a, .delete-action:hover a {
  color: #Fff; }

/*Breadcrumb*/
.breadcrumb {
  padding: 19px 0;
  margin-bottom: 100px; }

.title_meta {
  float: left;
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
  padding-bottom: 0; }

.breadcrumb-inner ol {
  margin-bottom: 0;
  display: inline-block; }
  .breadcrumb-inner ol li {
    display: inline-block; }
    .breadcrumb-inner ol li::after {
      content: "\f101";
      font-family: FontAwesome;
      color: #888;
      margin: 0 3px; }
    .breadcrumb-inner ol li:last-child:after {
      display: none; }

/*GLOBAL*--HEADER*/
/*include*/
.logo > span {
  font-family: "Poppins";
  font-size: 42px;
  font-weight: 700;
  line-height: 32px; }

.btn-group.module-group-box .icongroup::before {
  background: transparent url("../img/icon/icongroup.png") no-repeat scroll 0 0;
  content: "";
  display: block;
  height: 16px;
  position: relative;
  top: 7px;
  width: 20px; }

#footer .addon-title h3{
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 23px;
  padding-top: 27px;
}
#footer .addon-title{
  height: auto;
}
.addon-title h3 {
  font-weight: 600;
  font-size: 20px;
  margin-top:75px !important;
  color: #222;
  text-transform: uppercase; }

/*HEADER*/
.topbar .dropdown-menu {
  padding: 5px 0;
  display: block;
}
.topbar .open > .dropdown-menu {
  box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
.top_menu_second {
  background: #000 none repeat scroll 0 0;
  float: left;
  height: 100%;
  margin-left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
  visibility: hidden;
  width: 370px;
  z-index: 9999;
  padding-top: 30px; }

.open .top_menu_second {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
  visibility: visible; }

.top_menu span {
  display: none; }

.top_menu_second #jms-megamenu-container ul li {
  display: block; }

.text_menu {
  background: #141414 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-size: 17px;
  padding-bottom: 8px;
  padding-left: 51px;
  padding-top: 8px;
  text-transform: uppercase; }

.top_menu_second .container {
  width: 370px;
  padding: 0; }

.top_menu_second .jms-megamenu .nav > li {
  padding: 0 !important; }
  .top_menu_second .jms-megamenu .nav > li > a {
    line-height: 46px !important;
    color: #fff;
    text-align: center; }

.top_menu_second .menu-item:hover {
  background: #141414 none repeat scroll 0 0 !important; }
  .top_menu_second .menu-item:hover a {
    color: #fff !important; }

.top_menu_second .mega-nav .menu-item:hover {
  background: none !important; }
  .top_menu_second .mega-nav .menu-item:hover a {
    color: #111 !important;
    opacity: 0.75; }

.top_menu_second .mega-nav .menu-item a {
  color: #111 !important;
  opacity: 0.75; }

.close-button::after {
  background: rgba(0, 0, 0, 0) url("../img/icon/icon_close.png") no-repeat scroll 0 0;
  content: " ";
  height: 13px;
  position: absolute;
  right: 30px;
  top: 47px;
  width: 13px;
  display: flex;
  justify-content: center;
}

.btn-group {
  display: block;
  width: 100%;
  text-align: center; }
  .btn-group.module-group-box a {
    display: block;
    cursor: pointer; }

.top_menu_second .btn-group .dropdown-menu {
  background: #0f0f0f none repeat scroll 0 0;
  left: 0;
  margin: 1px auto 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 271px; }

.top_menu_second .btn-group ul li a {
  font-size: 13px; }

.top_menu_second .btn-group .dropdown-menu a {
  line-height: 26px; }

.top_group .addon-box {
  display: inline-block;
  float: right;
  padding: 0 18px; }

.top_menu p {
  margin-bottom: 0;
  width: 44px; }

.top_menu_second .jms-megamenu .open > .dropdown-menu {
  top: -8px !important; }

.top_menu_second .jms-megamenu .item-fullwidth.open > .dropdown-menu {
  top: -86px !important; }

.top_menu_second .btn-group.open .dropdown-menu::before {
  display: none; }

.top_logo {
  text-align: center; }

.btn-group-xs > .btn, .btn-xs {
  font-size: 14px; }

.userinfo_home1, .language_block, .currience_block {
  position: absolute; }

.userinfo_home1 {
  bottom: 170px; }

.language_block {
  bottom: 100px; }

.currience_block {
  bottom: 16px; }

.pe.pe-7s-close {
  color: #fff;
  cursor: pointer;
  font-size: 29px;
  position: absolute; }

  .languages-list li img{
    margin-bottom: 0 !important;
  }

.languages-list li {
  display: inline-block;
  margin-right: 4px;
  position: relative; }
.languages-list li.current::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 1px;
  width: 30px;
  height: 24px;
  border: 1px dashed #333;
}

.languages-list a {
  line-height: 25px; }

.curentry-list {
  margin-top: 9px; }
  .curentry-list li {
    background: #303030 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    width: 30px; }
    .curentry-list li.current {
      background: #111 none repeat scroll 0 0;
      border: 1px solid #fff; }
    .curentry-list li a {
      line-height: 30px; }

.userinfo_home1 .btn-group.user-info {
  border-top: 1px solid #303030;
  padding-top: 34px; }

.userinfo_home1 .btn-group.compact-hidden.user-info ul li a {
  line-height: 20px !important; }

.userinfo_home1 .btn-group.user-info ul li a:hover, .userinfo_home1 .btn-group.user-info ul li span:hover {
  color: #fff; }

/*footer*/

#social_block ul li {
  display: inline-block; }

.list_footer .addon-box a {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .list_footer .addon-box a:hover {
    padding-left: 6px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }

#paiement_logo_block_left img {
  margin-right: 17px;
  opacity: 0.4; }
  #paiement_logo_block_left img:hover {
    opacity: 1; }

footer .blog-item {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

footer .post-thumb {
  width: 67px;
  max-height: 67px; }
  footer .post-thumb img {
    height: 67px; }

footer .post-info {
  line-height: 14px;
  width: calc(100% - 67px);
  padding-left: 24px; }

footer .post-meta {
  font-size: 13px;
  line-height: 45px;
  opacity: 0.75;
  padding-top: 6px;
  margin-bottom: 0; }

footer .post-created {
  padding-right: 27px; }

footer .post-meta .fa {
  padding-right: 5px; }

footer .post-title {
  display: block;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%; }

/*BLOG footer*/
/*instagram*/
.instagram-images a{
  position: relative;
}
.instagram-carousel .owl-item a::before,
.instagram-images a::before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 10; }

.instagram-carousel .owl-item a::after,
.instagram-images a::after {
  color: #fff;
  content: "\f16d";
  font-family: fontawesome;
  font-size: 30px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 11; }

.instagram-carousel .owl-item:hover a::before, 
.instagram-carousel .owl-item:hover a::after,
.instagram-images a:hover::before, 
.instagram-images a:hover::after {
  opacity: 1; }

.instagram-carousela {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top; }

.instagram-carousel a img {
  max-height: 100%;
  max-width: 100%; }

.instagram-images {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: -6px -8px 0; }
  .instagram-images a {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 17.6%;
    flex: 1 1 17.6%;
    margin: 5px;
    overflow: hidden; }
    .instagram-images a img {
      height: 100%;
      overflow: hidden;
      -webkit-transition: all 250ms ease-in-out 0ms;
      -o-transition: all 250ms ease-in-out 0ms;
      transition: all 250ms ease-in-out 0ms;
      width: 100%; }
      .instagram-images a img:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all 250ms ease-in-out 0ms;
        -o-transition: all 250ms ease-in-out 0ms;
        transition: all 250ms ease-in-out 0ms; }

.instagram-carousel.owl-carousel .owl-stage {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex; }

/*Carousel*/
.producttab-carousel, .product-carousel, .product-carousel1, .categorytab-carousel, .hotdeal-carousel, .customs-carousel-product, .custom_carousel {
  padding-top: 18px; }

   .blog-carousel{
    padding-top: 29px;
   }

footer .blog-carousel {
  padding-top: 0; }

/*Banner*/
/*banner*/
.wrapper-banner {
  overflow: hidden;
  position: relative; }
  .wrapper-banner a img {
    max-width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%; }

.banner-content {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%; }

.wrapper-banner .banner-box {
  display: table;
  height: 100%;
  width: 100%; }

.wrapper-banner .box-content {
  display: table-cell; }

.banner-style1.wrapper-banner a {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 1; }

.box-content span, .box-content h4 {
  position: relative;
  z-index: 1; }

.banner-style1.wrapper-banner:hover a img, .banner-style2.wrapper-banner:hover a img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

.banner-style1.wrapper-banner a::after {
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 200%;
  top: 0;
  -webkit-transform: skew(-65deg, 0deg);
  -ms-transform: skew(-65deg, 0deg);
  -o-transform: skew(-65deg, 0deg);
  transform: skew(-65deg, 0deg);
  -webkit-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  vertical-align: middle;
  width: 100%; }

.banner-style1.wrapper-banner:hover a::after {
  opacity: 1;
  right: -200%; }

.banner-style3.wrapper-banner a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s; }

.banner-style3 .box-content {
  background-color: rgba(255, 255, 255, 0.79);
  cursor: pointer;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  vertical-align: middle;
  width: 100%;
  z-index: 2; }

.banner-style3 .banner-content:hover .box-content {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible; }

.banner-style3 .banner-box {
  text-align: center; }

/*Testimonial*/
.testimonial-author {
  font-family: "Poppins";
  font-size: 17px;
  font-weight: 500; }

.show_office {
  font-size: 13px;
  opacity: 0.8; }

.testimonial-box .img-responsive {
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  width: 80px !important; }

.tesimonial_other .testimonial-carousel {
  background: #f3f4f5; }

.testimonial_other .testimonial-carousel {
  background: #f3f4f5 none repeat scroll 0 0;
  padding: 50px 0;
  text-align: center; }

.testimonial-img {
  display: inline-block; }

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

/*_newletter*/
.newsletter-btn {
  border: 0;
  font-family: "Poppins"; }
  .newsletter-btn .fa {
    font-size: 18px; }
  .newsletter-btn.buttonh1 {
    border-radius: 3px;
    width: 100%;
    margin-top: 10px;
    height: 50px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase; }

/*Countdown*/
/*flash*/
.flashdeal {
  padding: 121px; }
  .flashdeal .addon-title h3 {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 1px;
    padding-bottom: 12px; }

.flash_countdown {
  text-align: center;
  width: 47%; }

.countdown-box {
  margin-top: 40px; }

.countdown-section {
  display: inline-block;
  margin: 0 7.5px;
  text-align: center;
  background: #e6e6e6;
  border-radius: 3px;
  padding: 4px 5px;
  min-width: 49px;
  position: relative;
}

.countdown-row .countdown-section:not(:last-child)::after {
  content: ":";
  position: absolute;
  right: -9px;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.countdown.is-countdown {
  margin-bottom: 44px;
  text-align: center;
  margin-top: -56px;
}

.countdown-section .countdown-amount {
  display: block;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  position: relative;
  color: #222;
  margin-bottom: -3px;
}

.countdown-period {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Poppins";
  color: #666;
}

.flashdeal .btn-shopnow.btn-font {
  padding: 8px 28px; }

/*Brand*/
.brand{
  background: #fff;
}
.brand-carousel.owl-carousel .owl-item img {
  display: inline; }

.brand-carousel img {
  width: auto !important;
  max-width: 100%; }

/*end brand*/
/*Blog*/
.blog .post-info{
  margin-top: 16px;
}
.blog .post-intro p{
  color: #666;
  line-height: 1.45;
}
.blog .post-meta .time{
  font-weight: 500;
  color: #222;
  margin-right: 17px;
  position: relative;
}
.blog .post-meta {
  margin-bottom: 19px;
}
.blog .btn-readmore:hover{
  color: #fff;
}
.blog .post-meta .time::after{
  content: "";
  position: absolute;
  height: 13px;
  width: 2px;
  background: #858585;
  top: 4px;
  right: -9px;
}
.blog .post-title{
  padding-bottom: 9px;
}
.blog .post-title a{
  font-size: 18px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
}
.blog .owl-theme .owl-controls {
  right: 0;
}
.blog .owl-dots {
  bottom: -20px;
}
.post-thumb {
  overflow: hidden;
  position: relative; }

.blog-item:hover .post-thumb .img-responsive {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1); }

.post-thumb .img-responsive {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%; }

.post-meta li {
  display: inline-block;}

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

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

.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: loadingstyle2 1.2s infinite ease-in-out;
  animation: loadingstyle2 1.2s infinite ease-in-out;
  background-color: #FFFFFF;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  background-image: url("../img/icon/loader.gif");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-color: #fff;
  margin: -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  left: 50%;
  position: absolute;
  top: 50%; }

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

.spinner4 {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
  margin: -9px 0 0 -35px;
  width: 70px;
  text-align: center; }
  .spinner4 .bounce1, .spinner4 .bounce2, .spinner4 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: loadingstyle4 1.4s infinite ease-in-out;
    animation: loadingstyle4 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .spinner4 .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s; }
  .spinner4 .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s; }

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

.spinner6 {
  left: 50%;
  position: absolute;
  top: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: loadingstyle6 2s infinite linear;
  animation: loadingstyle6 2s infinite linear; }
  .spinner6 .dot1 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #FFFFFF;
    border-radius: 100%;
    -webkit-animation: tp-bounce 2s infinite ease-in-out;
    animation: tp-bounce 2s infinite ease-in-out;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }
  .spinner6 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #FFFFFF;
    border-radius: 100%;
    -webkit-animation: tp-bounce 2s infinite ease-in-out;
    animation: tp-bounce 2s infinite ease-in-out;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*pagenotfound*/
.pagenotfound h2 {
  font-size: 200px;
  letter-spacing: 0.025em;
  padding-bottom: 5px; }

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

.pagenotfound input {
  background: #ebebeb none repeat scroll 0 0;
  float: none;
  font-size: 16px;
  height: 57px;
  line-height: 57px;
  margin: 0 auto;
  width: 600px; }

.text_menu {
  font-family: "Poppins"; }

/*Service*/
.feature-box h4 {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase; }

.feature-box i {
  font-size: 60px;
  color: #707070; }

/*END service*/
#product .content-aside, #category .content-aside {
  padding-right: 30px; }

#product #center_column, #category #center_column {
  padding-left: 30px; }

.fs_loader {
  background: url(../img/icon/fs.spinner.gif) center center no-repeat transparent !important; }

.headertop_right .jms_ajax_search .dropdown-menu .pe, .search_cart .jms_ajax_search .dropdown-menu .pe {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  font-size: 18px !important;
  position: absolute;
  right: 0;
  top: 13px;
  z-index: 2; }

.button-search.pe.pe-7s-search {
  display: none; }

/*******************************ELEMENT******************************/
/*service_*/
.widthfitty p {
  margin: 0 auto;
  width: 50%; }

.feature-box-el {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex; }
  .feature-box-el h4 {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0px; }

.service_style2 .feature-box-el h4, .service_style3 .feature-box-el h4, .service_style4 .feature-box-el h4 {
  font-size: 20px;
  padding-bottom: 10px; }

.feature-box-el i {
  margin-right: 10px;
  font-size: 50px; }

.service_style2 .feature-box-el i, .service_style3 .feature-box-el i {
  margin-right: 15px; }

.service_style2 .feature-box-el i, .service_style3 .feature-box-el i {
  font-size: 40px;
  padding: 10px;
  text-align: center; }

.service_style2 .feature-box-el i {
  background: #cecece none repeat scroll 0 0;
  color: #fff; }

.service_style3 .feature-box-el {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .service_style3 .feature-box-el i {
    border: 1px solid #cecece;
    border-radius: 50%;
    font-size: 40px;
    height: 68px;
    padding: 14px;
    text-align: center; }

.feature-box-el p {
  padding-top: 0;
  margin-bottom: 0; }

.service_ac .feature-box-el {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.service_style1 .feature-box-el {
  background: #ebebeb none repeat scroll 0 0;
  padding: 15px 20px; }

.service_style4 .layout-column .addon-box {
  border: 1px solid #cecece;
  border-radius: 3px;
  padding: 22px; }

.feature-box-el .btn-discover {
  display: block;
  font-weight: 700;
  padding-top: 5px; }

.service_bg {
  padding: 50px 0; }
  .service_bg .feature-box-el {
    display: block;
    margin-top: 50px; }
    .service_bg .feature-box-el i {
      border: 2px solid #444;
      border-radius: 50%;
      height: 100px;
      line-height: 100px;
      width: 100px;
      margin-bottom: 18px; }
    .service_bg .feature-box-el:hover i {
      background: #444;
      color: #fff; }
    .service_bg .feature-box-el p {
      font-size: 12px; }
      .service_bg .feature-box-el p + p {
        font-size: 14px; }

.service_style5 .feature-box-el, .service_style6 .feature-box-el {
  display: block; }

.flex_service {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px; }
  .flex_service h4 {
    margin-bottom: 0; }

.service_style5 .flex_service i, .service_style6 .flex_service i {
  font-size: 30px; }

.service_style5 {
  padding-top: 40px; }
  .service_style5 .flex_service i {
    background: #444 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px; }

.service_style2 .container, .service_style3 .container, .service_style4 .container {
  border-top: 1px solid #ebebeb;
  margin-top: 30px;
  padding-top: 30px; }

.service_style6 .container {
  border-top: 1px solid #ebebeb;
  margin-top: 30px;
  padding-top: 30px; }

.service_style6 .feature-box-el {
  display: block; }

.service_right .feature-box-el, .service_right .feature-box-el3 {
  float: left;
  width: 33.333%; }

.service_right .feature-box-el i {
  background: #444 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px; }

.service_left .addon-box {
  padding-bottom: 30px; }
  .service_left .addon-box:last-child {
    padding-bottom: 0; }

.feature-box-el3 {
  margin-top: 30px; }
  .feature-box-el3 .flex_service {
    display: block; }
  .feature-box-el3 i {
    font-weight: 900;
    padding-bottom: 23px; }
  .feature-box-el3 h4 {
    font-size: 16px;
    font-weight: 600; }

/*TAB*/
#tab-content img {
  width: 100%; }

.tabs .nav-tabs > li {
  margin-right: 4px; }

.tabs li a {
  font-size: 16px;
  font-weight: 400;
  padding: 12px 30px;
  text-transform: capitalize; }

.tabs .nav-tabs i {
  padding-right: 10px; }

.tabs .nav-tabs li a::before {
  display: none; }

.tabs .nav-tabs > li:first-child > a {
  padding-left: 31px; }

.tabs.tab_one .nav-tabs > li {
  background: #f6f6f6;
  margin-right: 4px; }

.tabs.tab_one .tab_left .nav-tabs > li.active {
  border-top: 2px solid #111; }

.tabs.tab_one .nav-tabs > li.active {
  background: none;
  border: 1px solid #f2f2f2; }

.tabs.tab_one .tab_left .nav.nav-tabs {
  border-bottom: 1px solid #f2f2f2; }

.tabs.tab_one .tab_right .nav-tabs li.active, .tabs.tab_one .tab_right .nav-tabs li:focus, .tabs.tab_one .tab_right .nav-tabs li:hover {
  background: #fff none repeat scroll 0 0;
  border-bottom-color: #fff; }

.tabs.tab_one .tab_right .tab-content {
  border: 1px solid #f2f2f2; }

.tabs .tab-content {
  padding-top: 20px; }

.tabs.tab_one .tab_right .tab-content {
  padding: 20px; }

.tab_two .tab_left .nav.nav-tabs {
  border-bottom: 5px solid #cbcbcb; }

.tab_two .tab_left .nav li {
  background: #f2f2f2 none repeat scroll 0 0;
  border: 1px solid #cbcbcb; }
  .tab_two .tab_left .nav li.active {
    background: #cbcbcb none repeat scroll 0 0; }

.tab_two .tab_right .tab-content {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 20px; }

.tab_two .tab_right .nav-tabs {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex; }

.tab_three .tab_left .nav-tabs {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex; }

.tab_two .tab_right .nav-tabs li {
  border: 1px solid #f2f2f2;
  margin-right: -1px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0; }

.tab_three .tab_left .nav-tabs li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0; }

.tab_two .tab_right .nav-tabs li.active {
  background: #f2f2f2 none repeat scroll 0 0; }

.tab_three .tab_right .nav-tabs li.active {
  border-bottom: 2px solid #111; }

.tab_three .tab_right .nav.nav-tabs {
  text-align: center; }
  .tab_three .tab_right .nav.nav-tabs > li {
    display: inline-block;
    float: none; }

.tab_three .tab_right .nav-tabs li a {
  padding: 4px; }

.tab_three .tab_right .nav-tabs li:first-child a {
  padding-left: 0; }

.tab_vertical .nav-tabs {
  border-bottom: medium none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  float: left;
  position: relative;
  width: 185px; }
  .tab_vertical .nav-tabs li {
    float: none;
    margin-bottom: 4px; }

.tab_vertical .tab_left .nav-tabs li.active, .tab_vertical .tab_left .nav-tabs li:focus, .tab_vertical .tab_left .nav-tabs li:hover, .tab_vertical .tab_left .nav-tabs li.active, .tab_vertical .tab_left .nav-tabs li:focus, .tab_vertical .tab_left .nav-tabs li:hover {
  border-left: 2px solid #111; }

.tab_vertical .tab_left .addon-box {
  float: left; }

.tab_vertical .addon-box {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex; }

.tab_vertical .nav-tabs li {
  background: #f2f2f2 none repeat scroll 0 0; }
  .tab_vertical .nav-tabs li.active {
    border: 1px solid #f2f2f2;
    background: transparent none repeat scroll 0 0;
    border-left: 2px solid #111; }

.tab_vertical .tab-content {
  border: 1px solid #f2f2f2;
  float: left;
  margin-left: -5px;
  padding: 10px 20px;
  width: calc(100% - 185px); }

.tab_vertical .nav.nav-tabs i {
  display: block;
  margin-bottom: 10px;
  padding-right: 0; }

/**accordion*/
.panel-title > a.accordion-toggle::before, a[data-toggle="collapse"]::before {
  float: left;
  margin-right: 1em; }

.panel-title > a.accordion-toggle::before, a[data-toggle="collapse"]::before, .panel-title > a.accordion-toggle.collapsed::before, a.collapsed[data-toggle="collapse"]::before {
  font-size: 18px !important; }

.panel-group .panel + .panel {
  margin-top: 10px; }

.accordion .panel-default > .panel-heading {
  background: transparent none repeat scroll 0 0; }

.accordion_style1 .panel-group .panel {
  border-radius: 0; }

.panel-title {
  padding: 6px; }

.accordion_style1 .panel-default > .panel-heading {
  background: transparent none repeat scroll 0 0; }

.accordion_style1 .panel-group .panel {
  border-radius: 0; }

.accordion_style1 .panel-title > a.accordion-toggle::before, .accordion_style1 a[data-toggle="collapse"]::before {
  content: "";
  font-family: "pe-icon"; }

.accordion_style1 .panel-title > a.accordion-toggle.collapsed::before, .accordion_style1 a.collapsed[data-toggle="collapse"]::before {
  content: ""; }

.accordion_style2 .accordion_left .panel-title > a.accordion-toggle::before, .accordion_style2 .accordion_left a[data-toggle="collapse"]::before {
  content: "";
  font-family: "pe-icon"; }

.accordion_style2 .accordion_left .panel-title > a.accordion-toggle.collapsed::before, .accordion_style2 .accordion_left a.collapsed[data-toggle="collapse"]::before {
  content: ""; }

.accordion_style2 .accordion_right .panel-title > a.accordion-toggle::before, .accordion_style2 .accordion_right a[data-toggle="collapse"]::before {
  content: "\f068";
  font-family: "fontawesome";
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 4px;
  width: 40px; }

.accordion_style3 .accordion_right .panel-title > a.accordion-toggle::before, .accordion_style3 .accordion_right a[data-toggle="collapse"]::before {
  content: "\f068";
  font-family: "fontawesome";
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 4px;
  width: 40px; }

.accordion_style2 .accordion_right .panel-title > a.accordion-toggle::before, .accordion_style2 .accordion_right a[data-toggle="collapse"]::before {
  left: 0;
  background: #cecece none repeat scroll 0 0; }

.accordion_style3 .accordion_right .panel-title > a.accordion-toggle::before, .accordion_style3 .accordion_right a[data-toggle="collapse"]::before {
  right: -18px;
  background: #00a161 none repeat scroll 0 0;
  color: #fff;
  top: 1px; }

.accordion_style2 .accordion_right .panel-title > a.accordion-toggle.collapsed::before, .accordion_style2 .accordion_right a.collapsed[data-toggle="collapse"]::before {
  content: "\f067"; }

.accordion_style3 .accordion_right .panel-title > a.accordion-toggle.collapsed::before, .accordion_style3 .accordion_right a.collapsed[data-toggle="collapse"]::before {
  content: "\f067"; }

.accordion_style3 .accordion_left .panel-title > a.accordion-toggle::before, .accordion_style3 .accordion_left a[data-toggle="collapse"]::before {
  content: "\f105";
  font-family: "fontawesome"; }

.accordion_style3 .accordion_left .panel-title > a.accordion-toggle.collapsed::before, .accordion_style3 .accordion_left a.collapsed[data-toggle="collapse"]::before {
  content: "\f107"; }

.accordion_style2 .panel {
  border: 0;
  border-bottom: 1px solid #f6f6f6;
  -webkit-box-shadow: none;
  box-shadow: none; }

.accordion_style2 .accordion_left .panel-body {
  background: #f2f2f2 none repeat scroll 0 0;
  border-top: 0 !important; }

.accordion_style3 .panel-title .accordion_right {
  padding-left: 50px; }

.accordion_style3 .panel.panel-default {
  position: relative; }

.accordion_style2 .accordion_right .panel.panel-default {
  position: relative; }

.accordion_style2 .accordion_right .panel-title {
  padding-left: 50px; }

.accordion_style3 .accordion_right .panel-heading {
  padding: 6px 15px; }

.accordion_style3 .accordion_right .panel {
  border: 0; }

.accordion_style3 .accordion_left .panel-title, .accordion_style3 .accordion_left .panel-heading {
  padding: 0; }

.accordion_style3 .accordion_left .panel-title a {
  color: #fff;
  background: #111;
  display: block;
  padding: 12px 30px; }
  .accordion_style3 .accordion_left .panel-title a.collapsed {
    background: #f2f2f2;
    padding: 12px 30px;
    display: block;
    color: #303030; }

/*list and icon*/
.list_style .addon-box > ul {
  margin: 0 auto;
  text-align: center; }

.list_style ul li {
  border-radius: 50%;
  display: inline-block;
  font-size: 23px;
  height: 60px;
  line-height: 60px;
  margin: 15px 9px;
  text-align: center;
  width: 60px; }

.list_style2 ul li {
  border: 2px solid #cecece;
  color: #cecece; }

.list_style3 ul li {
  background: #f2f2f2; }

.list_style4.list_style ul li {
  border-radius: 3px;
  background: #f2f2f2; }

.list_style ul li:hover {
  background: #111; }
  .list_style ul li:hover a {
    color: #fff; }

.list_style .container {
  padding: 15px 0;
  border-bottom: 1px solid #f2f2f2; }

.list_stylebg.list_style ul li a {
  color: #fff; }

.list_stylebg .facebook {
  background: #3b5998 none repeat scroll 0 0; }

.list_stylebg .twitter {
  background: #00abf1 none repeat scroll 0 0; }

.list_stylebg .gplus {
  background: #d62424 none repeat scroll 0 0; }

.list_stylebg .instagram {
  background: #e17e04 none repeat scroll 0 0; }

.list_stylebg .pinterest {
  background: #d5c081 none repeat scroll 0 0; }

.style_color {
  border-bottom: 1px solid #fff;
  margin-bottom: 30px !important;
  padding: 30px; }

.style_bg li {
  background: transparent none repeat scroll 0 0 !important;
  border: 2px solid #fff; }

.list_style .style_bg li.gplus:hover {
  background: #d62424 none repeat scroll 0 0 !important;
  border: 2px solid #d62424; }

.list_style .style_bg li.pinterest:hover {
  background: #d5c081 none repeat scroll 0 0 !important;
  border: 2px solid #d5c081; }

.list_style .style_bg li.instagram:hover {
  background: #e17e04 none repeat scroll 0 0 !important;
  border: 2px solid #e17e04; }

.list_hoz .container {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 25px;
  padding: 50px 0 20px; }

.list_center .fa, .list_right .fa {
  color: #fff;
  height: 35px;
  line-height: 34px;
  text-align: center;
  width: 35px; }

.list_center .fa {
  border-radius: 50%; }

.list_right .fa {
  background: #ccc; }

.list_center.list_center_f i {
  background: #ccc; }

.list_center .fa.fa-twitter {
  background: #55acee; }

.list_center .fa.fa-vimeo {
  background: #3b5998; }

.list_center .fa.fa-clock-o {
  background: #dd4d40; }

.list_hoz li, .list_hoz2 li {
  margin-bottom: 10px; }

.list_hoz .list_right li:hover .fa, .list_hoz2 .list_right li:hover .fa, .list_hoz .list_center li:hover .fa {
  background: #111; }

.list_hoz2 .list_center li:hover .fa {
  background: #111; }

.list_hoz2 i {
  margin-right: 10px; }

.list_hoz i {
  margin-right: 10px; }

.list_hoz2 .list_right .fa {
  border-radius: 50%;
  background: none;
  border: 2px solid #ccc;
  color: #ccc; }

.list_hoz2 .list_right li:hover .fa {
  border: 2px solid #111; }

.list_style4.list_style .container {
  border-bottom: 0; }

/*text and image*/
.banner_style .banner_left a {
  float: left;
  margin-right: 25px;
  overflow: hidden;
  position: relative; }
  .banner_style .banner_left a img {
    width: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }

.banner_style .banner_right a img {
  width: auto;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.banner_style.style1 a img:hover {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.banner_style .banner_right a {
  float: right;
  margin-left: 25px;
  margin-right: 0; }

.banner_style .wrapper-banner .box-content {
  padding-left: 0;
  padding-bottom: 0;
  vertical-align: middle; }

.banner_style .banner_top img, .banner_style .banner_bottom img {
  border-radius: 50%; }

.banner_style .banner_top a {
  float: left;
  margin-right: 30px; }

.banner_style .banner_bottom a {
  float: right;
  margin-left: 30px; }

.banner_style .container {
  border-bottom: 1px solid #f2f2f2;
  padding: 40px 0; }

.banner_style .banner_top {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 30px;
  padding-bottom: 30px; }

.banner_style .jms-banner h4 {
  font-size: 18px; }

.style_left img {
  padding-bottom: 20px; }

.style_center img {
  padding-top: 10px; }

/*Responsive block*/
.page-cms-12 .layout-column {
  margin-bottom: 30px; }
  .page-cms-12 .layout-column .addon-box {
    padding: 15px; }
  .page-cms-12 .layout-column.col-lg-6 .addon-box, .page-cms-12 .layout-column.col-lg-4 .addon-box, .page-cms-12 .layout-column.col-lg-3 .addon-box, .page-cms-12 .layout-column.col-lg-2 .addon-box, .page-cms-12 .layout-column.col-lg-8 .addon-box {
    height: 260px; }
  .page-cms-12 .layout-column.col-lg-3 .addon-box {
    height: 115px; }
  .page-cms-12 .layout-column.col-lg-6.colum_405 .addon-box {
    height: 405px; }

/*Border*/
.page-cms-13 .layout-column {
  margin-bottom: 50px; }

.border1 {
  border: 1px solid #111; }

.border2 {
  border: 1px dashed #111; }

.border3 {
  border: 1px dotted #111; }

.border4 {
  border: 5px inset #111;
  height: 30px; }

.border5 {
  height: 30px;
  border: 5px ouset #111; }

.border6 {
  border: 5px double #111;
  height: 30px; }

.border7 {
  border: 5px groove #111;
  height: 30px; }

.border8 {
  border-width: 5px;
  border-style: ridge;
  height: 30px; }

.border9, .border10 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.border-dashed {
  border: 1px dashed #111;
  width: 42%; }

.border9 p, .border10 span {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px; }

.border-solid {
  border: 1px solid #111;
  width: 42%; }

.border11 {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.border-behind {
  border: 1px dotted #111;
  margin-left: 20px;
  width: 89%; }

/*Teams*/
.team-carousel .personBox {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex; }
  .team-carousel .personBox .img-responsive {
    width: auto !important; }

.team-carousel .personInfo {
  margin-left: 49px;
  margin-top: 0;
  text-align: left; }

.carousel-indicators li {
  background: #ccc none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0; }
  .carousel-indicators li.active {
    background-color: #111; }

.team-carousel {
  clear: both;
  margin-bottom: 30px;
  margin-top: 20px; }

.teamstyle1 {
  margin-top: 50px; }
  .teamstyle1 img {
    border-radius: 50%; }

.easy_text > p {
  margin-bottom: 30px; }

.carousel-control {
  display: none; }

/*More Element*/
.hotdeal .rating {
  display: block; }

.hotdeal-carousel .product-info {
  padding: 0;
  text-align: center; }

.hotdeal-carousel .product-name{
  display: block;
  padding: 0 20px;
}

.countdown {
  margin-top: 18px; }

.hotdeal-viewall {
  margin: 50px auto 0;
  text-align: center; }

.tweet > h4 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 35px;
  padding-bottom: 16px;
  text-transform: uppercase; }

.jms-video-background {
  height: 100%;
  position: relative; }

.background-overlay {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center; }
  .background-overlay > div {
    display: block; }

.style_block > a {
  font-size: 0; }
  .style_block > a::before {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #ccc;
    content: "";
    display: block;
    font-family: "fontawesome";
    font-size: 39px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    width: 80px; }

#map_1, #map_2, #map_3, #map_4, #map_5, #map_6 {
  height: 400px; }

.cms-id-15 h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px; }

.cms-id-15 .addon-title.center p {
  margin: 0 auto;
  width: 50%; }

.cms-id-15 .maprow {
  margin-bottom: 50px; }

/*tweet*/
.tweet.container {
  padding: 50px 0;
  background: #f3f4f5; }
  .tweet.container h2 {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 40px; }
    .tweet.container h2::after {
      border: 1px solid #000;
      bottom: -8px;
      content: " ";
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      width: 40px; }

.cms-google-map .widthfitty {
  margin: 0 auto 50px;
  text-align: center;
  width: 50%; }

#twitter a {
  font-weight: 600; }

.slider_tittle h3, .video_element h3, .jms-maplocation h3, .tittle_testi h3, .instagram_tittle h3 {
  padding-bottom: 40px; }
.jms-banner{
  position: relative;
}
/*Owl carousel*/
.brand-carousel {
  padding: 25px 0; }
  .brand-carousel.owl-theme .owl-controls{
    position: unset;
  }
  .brand-carousel.owl-theme .owl-controls div{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
  }
  .brand-carousel.owl-theme:hover .owl-controls div{
    opacity: 1;
    visibility: visible;
  }
  .brand-carousel.owl-theme .owl-controls div.owl-prev {
    left: -35px;
    right: auto; }
  .brand-carousel.owl-theme .owl-controls div.owl-next {
    right: -35px;
    left: auto; }
    .brand-carousel.owl-theme:hover .owl-controls div.owl-prev {
    left: -18px; }
  .brand-carousel.owl-theme:hover .owl-controls div.owl-next {
    right: -18px; }

.testimonial_other .testimonial-carousel .owl-dot > span {
  display: block;
  float: right;
  height: 2px;
  margin: 7px 0;
  text-align: right;
  width: calc(100% - 7px); }

.testimonial_other .testimonial-carousel .owl-dots {
  position: absolute;
  right: 30px;
  top: 39%;
  width: 25px; }
  .testimonial_other .testimonial-carousel .owl-dots .owl-dot {
    display: block; }

.testimonial_other .testimonial-carousel .owl-dot.active span {
  width: 25px; }

.jms-hotdeal .owl-carousel .owl-item img {
  width: auto; }

.jms-hotdeal .content_price{
  margin-top: 6px;
}
.jms-hotdeal .product-sold {
  padding: 19px 0 26px;
}
.jms-hotdeal .proces-bars {
  height: 11px;
  margin: 4px 20px;
  background: #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
}
.jms-hotdeal .proces-bars span {
  float: left;
  height: 100%;
  background-color: #222;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
  border-radius: 10px;
}
.jms-hotdeal .sold-quantyties {
  display: flow-root;
  padding: 0 20px;
}
.jms-hotdeal .sold-quantyties span{
  font-weight: 400;
}
.jms-hotdeal .sold-quantyties div{
  font-size: 13px;
  font-weight: 300;
  color: #333;
}
.jms-hotdeal .product-box {
  display: block;
  background: #f6f6f6;
  border: 3px solid #ed2b2b;
  padding: 18px 10px;
  position: relative;
}
.jms-hotdeal .product-box::before {
  content: url("../img/label_hotdeal.png");
  position: absolute;
  top: -6px;
  left: -6px;
}

/*right column*/
#suppliers_block_left div.selector span {
  display: block; }

.store_image .img-responsive {
  display: block;
  margin-bottom: 18px;
  width: 100%; }

.show-right-column .content-aside .block {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 50px;
  padding-bottom: 15px;
  padding-bottom: 50px; }

.block_content ul {
  margin-bottom: 0; }

.content-aside div.selector::before {
  border-right: 0 none;
  border-top: 0 none;
  content: "∩äç";
  font-family: "fontawesome";
  font-weight: 700;
  height: 32px;
  line-height: 42px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -4px;
  width: 25px;
  z-index: -1; }

#suppliers_block_left .form-group {
  margin-bottom: 0; }

.show-right-column .content-aside .block:last-child {
  border-bottom: 0; }

.show-right-column .block .list-block li a:before {
  content: "\f105";
  display: inline;
  font-family: "FontAwesome";
  color: #333;
  padding-right: 8px; }

.block.myaccount-column ul {
  line-height: 30px !important; }
  .block.myaccount-column ul li {
    line-height: 30px !important; }

.show-right-column .page-content.block .button-small {
  margin-top: 15px; }

.show-right-column .block.myaccount-column .button-small {
  margin-top: 25px; }

#product.show-right-column .content-aside, #category.show-right-column .content-aside {
  padding-left: 30px;
  padding-right: 15px; }

#product.show-right-column #center_column, #category .show-right-column #center_column {
  margin-bottom: 50px; }

.show-right-column .category_sub {
  margin-top: 0; }

/*manufac*/
.mansup-container {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .mansup-container div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0; }
    .mansup-container div.middle-side h3 {
      padding-bottom: 0;
      padding-top: 55px;
      font-weight: 600;
      font-size: 16px;
      text-transform: uppercase; }

/*suplier*/
#supplier .brand-img {
  margin-bottom: 30px; }

.button-search {
  background: transparent;
  border: 0;
  color: #fff;
  display: block;
  height: 45px;
  font-size: 23px;
}
/*# sourceMappingURL=custom.css.map */

.jms-vermegamenu .nav > li.sub-h18{
  display: none;
}

.product-preview .product_action button.cart-button:hover{
  color: #fff;
}
.home_2 a:hover{
  color: #ed2b2b;
}
.home_2 .back-to-top:hover {
  background: #ed2b2b;
}
.home_2 .jms-tab ul .nav-item.active a, 
.home_2 .jms-tab ul .nav-item a.active {
  color: #ed2b2b;
}
.home_2 .product-preview .quick-view span {
  background: rgba(237,43,43,0.3);
}
.home_2 .product-preview .quick-view:hover span {
  background: rgba(237,43,43,1);
}
.home_2 .product-preview .product_action button.cart-button:hover {
  background: #ed2b2b;
  border-color: #ed2b2b;
}
.home_2 .owl-theme .owl-controls div.owl-prev:hover,
.home_2 .owl-theme .owl-controls div.owl-next:hover{
  background-color: #ed2b2b;
}
.home_2 #cart_block #button_order_cart:hover{
  background: #ed2b2b;
}

.home_3 .back-to-top:hover {
  background: #3700ff;
}
.home_4 .back-to-top:hover {
  background: #02a8f3;
}
.home_5 .back-to-top:hover {
  background: #f56c57;
}
.home_7 .back-to-top:hover {
  background: #f28f00;
}
.home_8 .back-to-top:hover {
  background: #bf0b26;
}
.home_9 .back-to-top:hover {
  background: #4bba5b;
}
.home_10 .back-to-top:hover {
  background: #9cb130;
}
.home_11 .back-to-top:hover {
  background: #c09749;
}
.home_12 .back-to-top:hover {
  background: #ff0000;
}
.home_13 .back-to-top:hover {
  background: #000;
}
.home_15 .back-to-top:hover {
  background: #edb402;
}
.home_16 .back-to-top:hover {
  background: #9d3bc6;
}
.home_17 .back-to-top:hover {
  background: #fed700;
}
.home_18 .back-to-top:hover {
  background: #085a9d;
}
.home_19 .back-to-top:hover {
  background: #f15a2b;
}
.home_20 .back-to-top:hover {
  background: #f15a2b;
}




.label.label-sale {
  display: none;
}
.slides .btn-shopnow{
  transition: unset;
}
.newsletter #newsletter_block_left .popup.addon-title,
#newsletter_block_left .textnews_h5,
#newsletter_block_left .textnews_h7,
.newsletter .input_popup, .newsletter .btn-popup, 
.jms-popup .inputNew, .jms-popup .buttonh1 {
  display: none;
}

#footer .addon-title + ul li a::before {
  content: ">";
  margin-left: -10px;
  padding-right: 3px;
  display: inline-block;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#footer .addon-title + ul li a:hover::before {
  opacity: 1;
  margin-left: 0;
}
.footer_t #social_block a {
  color: #e90406;
  font-size: 18px;
  width: 33px;
  height: 33px;
  background: #101010;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
}

.slides .btn-shopnow{
  padding: 18.5px 51px;
}
.jms-tab .nav {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  z-index: 1;
}
.jms-tab ul .nav-item {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
}
.jms-tab ul .nav-item.active a,
.jms-tab ul .nav-item a.active{
  color: #1ec7a6;
  border: 1px solid #e6e6e6;
  border-bottom: 2px solid #fff;
  position: relative;
  border-radius: 3px 3px 0 0;
  z-index: 9;
}
.jms-tab ul .nav-item a{
  padding: 8px 19px;
  position: relative;
  top: 1px;
  transition: unset;
  border: 1px solid transparent;
  font-weight: 600;
}
.find-us {
  margin: 0;
}
.btn-name.account {
  text-transform: capitalize;
}
#product-availability {
  display: none;
}
#comment:focus{
  border-color: #eee;
}
#comment::placeholder{
  color: rgba(40, 33, 31, 0.5);
}
.bootstrap #login-header h1, .bootstrap #login-header h4 {
    margin: 0;
    padding: 0;
    display: none !important
}


a,
button,
.back-to-top,
.btn-shopnow,
.button-search,
.wishlist_top i,
.cart-icon i,
.product-preview .quick-view span {
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -ms-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s; }