/**
 * @packag     coccinelle
 * @copyright   Copyright (c) 2010-2015 MeigeeTeam. (http://www.meigeeteam.com)
 */
/* Variables ================================================================================= */
.transition-none {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.transition-bg {
  transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -webkit-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
}

.transition-all {
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

/* Bootstrap five equal columns */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

.brands .col-md-5ths {
  width: 50%;
  float: left;
}

.brands .col-md-5ths:last-of-type {
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
  .brands .col-md-5ths {
    width: 20%;
  }
  .brands .col-md-5ths:last-of-type {
    width: 20%;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

/* Reset ================================================================================= */
/* Tools */
body .caret {
  border-top: 5px dashed;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

body.with-notice-cookie-block {
  padding-bottom: 73px !important;
}

.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.nobr {
  white-space: nowrap !important;
}

.wrap {
  white-space: normal !important;
}

.a-left {
  text-align: left !important;
}

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

.a-right {
  text-align: right !important;
}

.v-top {
  vertical-align: top;
}

.v-middle {
  vertical-align: middle;
}

.f-none {
  float: none !important;
}

.f-fix {
  float: left;
  width: 100%;
}

body .no-display {
  display: none;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-bg {
  background: none !important;
}

body.modal-open {
  overflow: visible;
  padding-right: 0 !important;
}

body.modal-open .modal {
  overflow: visible;
}

body .tooltip {
  font-family: inherit;
}

.col-right.sidebar {
  float: right;
}

.col-left.sidebar {
  float: left;
}

.col3-layout .toolbar .pager {
  display: none;
}

.col3-layout .toolbar .sorter {
  width: 100%;
}

.col3-layout .toolbar-bottom .pager {
  display: block;
}

/* toTop Button */
#toTop {
  z-index: 999;
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  line-height: 54px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background-color: #f5f5f5;
}

#toTopHover {
  text-decoration: none;
  background-color: transparent;
  display: block;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

#toTopHover i {
  color: inherit;
  font-size: inherit;
}

#toTopHover:hover {
  transform: scale(1.25);
  -ms-transform: scale(1.25);
  -webkit-transform: scale(1.25);
}

#toTop:active, #toTop:focus {
  outline: none;
}

#toTopHover {
  opacity: 1 !important;
}

.empty-widget {
  background: rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
}

.empty-widget strong {
  color: #e63232;
}

/* Font Icons */
body i[class*="icon-"] {
  font-style: normal;
}

i[class*='meigee-'],
span[class*='meigee-'],
i[class*='meigeeadditional-'],
span[class*='meigeeadditional-'] {
  line-height: 1;
  text-transform: none !important;
  font-style: normal;
  position: relative;
}

i[class*='meigee-']:before,
span[class*='meigee-']:before,
i[class*='meigeeadditional-']:before,
span[class*='meigeeadditional-']:before {
  line-height: 1;
}

i[class*='meigee-fa'],
span[class*='meigee-fa'],
i[class*='meigeeadditional-fa'],
span[class*='meigeeadditional-fa'] {
  font-size: 14px;
  text-transform: none !important;
}

i.meigee-right-arrow-key:before, i.meigee-left-arrow-key:before {
  position: relative;
  top: 2px;
}

.meigeeadditional-to-top {
  display: none !important;
}

.meigeeadditional-to-top.left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}

.meigeeadditional-to-top.right {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* Main Styles */
html body {
  color: #2d2d2d;
}

body a {
  color: #2D2D2D;
}

body .welcome-msg a {
  color: #f72525;
}

body .welcome-msg a:hover, body .welcome-msg a:focus, body .welcome-msg a:active {
  color: #2D2D2D;
}

body a:hover, body a:focus {
  color: #B2945A;
}

h2.sub-title {
  font-size: 1.5em;
}

.col-one {
  width: 1px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body ul.list-style-disc {
  width: 100%;
  padding-top: 18px;
  padding-left: 0;
  display: inline-block;
}

body ul.list-style-disc li:before {
  content: '';
  display: inline-block;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  margin-top: 9px;
  margin-right: 10px;
  background-color: #666;
}

img {
  max-width: 100%;
  width: auto;
}

body p.category-image {
  margin-bottom: 19px;
}

/* ======================================================================================= */
/* Indents */
hr.indent-9, hr.indent-12, hr.indent-18, hr.indent-24, hr.indent-28, hr.indent-32, hr.indent-36, hr.indent-40, hr.indent-46, hr.indent-52, hr.indent-56, hr.indent-60, hr.indent-64, hr.indent-72, hr.indent-76, hr.indent-80, hr.indent-84, hr.indent-88, hr.indent-92, hr.indent-96, hr.indent-100, hr.indent-104, hr.indent-108, hr.indent-112, hr.indent-116, hr.indent-120, hr.indent-124, hr.indent-128, hr.indent-132, hr.indent-136, hr.indent-140, hr.indent-144, hr.indent-148, hr.indent-152, hr.indent-156, hr.indent-160, hr.indent-164, hr.indent-168, hr.indent-172, hr.indent-176, hr.indent-180, hr.solid, hr.dotted, hr.dashed {
  padding: 0;
  border: none;
  background: none;
  height: 0;
  clear: both;
}

span.indent-9, span.indent-12, span.indent-18, span.indent-24, span.indent-28, span.indent-32, span.indent-36, span.indent-40, span.indent-46, span.indent-52, span.indent-56, span.indent-60, span.indent-64, span.indent-72, span.indent-76, span.indent-80, span.indent-84, span.indent-88, span.indent-92, span.indent-96, span.indent-100, span.indent-104, span.indent-108, span.indent-112, span.indent-116, span.indent-120, span.indent-124, span.indent-128, span.indent-132, span.indent-136, span.indent-140, span.indent-144, span.indent-148, span.indent-152, span.indent-156, span.indent-160, span.indent-164, span.indent-168, span.indent-172, span.indent-176, span.indent-180, span.solid, span.dotted, span.dashed {
  display: block;
  padding: 0;
  border: none;
  background: none;
  height: 0;
  clear: both;
}

/* solid indents */
hr.solid,
span.solid {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
}

/* dotted indents */
hr.dotted,
span.dotted {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
}

/* dashed indents */
hr.dashed,
span.dashed {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  margin: 0;
}

hr.indent-9,
span.indent-9 {
  margin: 9px 0;
}

hr.indent-10,
span.indent-10 {
  margin: 10px 0;
}

hr.indent-12,
span.indent-12 {
  margin: 12px 0;
}

hr.indent-18,
span.indent-18 {
  margin: 18px 0;
}

hr.indent-24,
span.indent-24 {
  margin: 24px 0;
}

hr.indent-28,
span.indent-28 {
  margin: 28px 0;
}

hr.indent-32,
span.indent-32 {
  margin: 32px 0;
}

hr.indent-36,
span.indent-36 {
  margin: 36px 0;
}

hr.indent-40,
span.indent-40 {
  margin: 40px 0;
}

hr.indent-46,
span.indent-46 {
  margin: 46px 0;
}

hr.indent-52,
span.indent-52 {
  margin: 52px 0;
}

hr.indent-56,
span.indent-56 {
  margin: 56px 0;
}

hr.indent-60,
span.indent-60 {
  margin: 60px 0;
}

hr.indent-64,
span.indent-64 {
  margin: 64px 0;
}

hr.indent-72,
span.indent-72 {
  margin: 72px 0;
}

hr.indent-76,
span.indent-76 {
  margin: 76px 0;
}

hr.indent-80,
span.indent-80 {
  margin: 80px 0;
}

hr.indent-84,
span.indent-84 {
  margin: 84px 0;
}

hr.indent-88,
span.indent-88 {
  margin: 88px 0;
}

hr.indent-92,
span.indent-92 {
  margin: 92px 0;
}

hr.indent-96,
span.indent-96 {
  margin: 96px 0;
}

hr.indent-100,
span.indent-100 {
  margin: 100px 0;
}

hr.indent-104,
span.indent-104 {
  margin: 104px 0;
}

hr.indent-108,
span.indent-108 {
  margin: 108px 0;
}

hr.indent-112,
span.indent-112 {
  margin: 112px 0;
}

hr.indent-116,
span.indent-116 {
  margin: 116px 0;
}

hr.indent-120,
span.indent-120 {
  margin: 120px 0;
}

hr.indent-124,
span.indent-124 {
  margin: 124px 0;
}

hr.indent-128,
span.indent-128 {
  margin: 128px 0;
}

hr.indent-132,
span.indent-132 {
  margin: 132px 0;
}

hr.indent-136,
span.indent-136 {
  margin: 136px 0;
}

hr.indent-140,
span.indent-140 {
  margin: 140px 0;
}

hr.indent-144,
span.indent-144 {
  margin: 144px 0;
}

hr.indent-148,
span.indent-148 {
  margin: 148px 0;
}

hr.indent-152,
span.indent-152 {
  margin: 152px 0;
}

hr.indent-156,
span.indent-156 {
  margin: 156px 0;
}

hr.indent-160,
span.indent-160 {
  margin: 160px 0;
}

hr.indent-164,
span.indent-164 {
  margin: 164px 0;
}

hr.indent-168,
span.indent-168 {
  margin: 168px 0;
}

hr.indent-172,
span.indent-172 {
  margin: 172px 0;
}

hr.indent-176,
span.indent-176 {
  margin: 176px 0;
}

hr.indent-180,
span.indent-180 {
  margin: 180px 0;
}

/* invisible indents */
hr.white-space {
  margin-top: 0;
}

hr.mobile {
  display: none;
}

/* mobile indents */
[class*="boxed-content"] hr.fullwidth {
  margin-left: -10px;
  margin-right: -10px;
}

/* Layout ================================================================================ */
body[class*="boxed-header"] .fullwidth,
body[class*="boxed-breadcrumbs"] .fullwidth,
body[class*="boxed-content"] .fullwidth,
body[class*="boxed-footer"] .fullwidth,
body[class*="boxed-content"] .fullwidth {
  margin-left: -10px;
  margin-right: -10px;
}

.page {
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: left;
}

.page-print,
.page-empty {
  background: #fff;
  padding: 20px;
  text-align: left;
}

.page-popup {
  padding: 20px;
  text-align: left;
}

.main {
  margin: 10px 0;
}

.customer-account-index .main-container {
  padding-bottom: 5em;
}

table.table-bordered > thead > tr > th,
table.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}

.table-hover > tbody > tr:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

table th,
table td strong,
table th strong {
  font-weight: normal;
}

/* 2 Columns Layout */
/* 3 Columns Layout */
/* Content Columns */
.col2-set .col-1 {
  float: left;
  width: 49%;
}

.col2-set .col-2 {
  float: right;
  width: 49%;
}

.col2-set .col-narrow {
  width: 33%;
}

.col2-set .col-wide {
  width: 65%;
}

.col3-set .col-1 {
  float: left;
  width: 32%;
}

.col3-set .col-2 {
  float: left;
  width: 32%;
  margin-left: 2%;
}

.col3-set .col-3 {
  float: right;
  width: 32%;
}

.col4-set .col-1 {
  float: left;
  width: 23.5%;
}

.col4-set .col-2 {
  float: left;
  width: 23.5%;
  margin: 0 2%;
}

.col4-set .col-3 {
  float: left;
  width: 23.5%;
}

.col4-set .col-4 {
  float: right;
  width: 23.5%;
}

/* ======================================================================================= */
body {
  background-attachment: fixed;
}

body.catalog-product-compare-index {
  background-image: none !important;
}

body.page-popup .backstretch {
  display: none !important;
}

body.wide-header #header,
body[class*="boxed-header"] .header-wrapper .container {
  background-color: transparent;
}

.header-breadcrumbs-wrapper {
  position: relative;
}

body.wide-header .header-breadcrumbs-wrapper.fixed-height,
body.boxed-header .header-breadcrumbs-wrapper.fixed-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

body[class*="boxed-breadcrumbs"] .header-breadcrumbs-wrapper.with-header-bg-image .breadcrumbs-wrapper .container {
  background-color: transparent;
}

body.wide-content .fullwidth-block .container,
body[class*="boxed-content"] .fullwidth-block .container {
  background-color: transparent !important;
}

.wide-content .content-wrapper .container {
  max-width: 100%;
}

body.boxed-header-bg .header-wrapper,
body.boxed-breadcrumbs-bg .breadcrumbs-wrapper {
  background-color: rgba(0, 0, 0, 0.08);
}

body.boxed-content-bg .content-wrapper,
body.boxed-content-bg .widget-wrapper {
  background-color: rgba(0, 0, 0, 0.08);
}

body.boxed-footer-bg #footer {
  background-color: rgba(0, 0, 0, 0.08);
}

body[class*="boxed-header"] .header-breadcrumbs-wrapper.fixed-height {
  position: relative;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

body.wide-header .header-breadcrumbs-wrapper.fixed-height {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

body.cms-index-index .header-breadcrumbs-wrapper {
  background-image: none !important;
}

body[class*="boxed-header"] .header-breadcrumbs-wrapper .container.boxed-container.with-header-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-position: center center;
}

body.boxed-header .header-breadcrumbs-wrapper .container.boxed-container.with-header-bg-image {
  max-width: 100%;
  width: 100%;
}

body[class*="boxed-header"] .header-breadcrumbs-wrapper .container.boxed-container.with-header-bg-image ~ div .container {
  background-color: transparent !important;
}

body.wide-header:not(.cms-index-index) .with-header-bg-image #header {
  background-color: transparent !important;
}

body.wide-header:not(.cms-index-index) .with-header-bg-image #header .container {
  background-color: transparent !important;
}

/*body.boxed-header-bg.boxed-breadcrumbs-bg .header-breadcrumbs-wrapper {
  background-color: #fff;
  }
  body.boxed-header.breadcrumbs-header-bg .header-wrapper {
  background-color: #fff;
  }*/
[class*="boxed-header"] #header.header-4 .container.with-header-bg-image {
  background-color: transparent !important;
}

.header-breadcrumbs-wrapper.with-header-bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wide-content .fullwidth-block,
.boxed-content .fullwidth-block {
  margin: 0 -100%;
}

.wide-content .fullwidth-inner,
.boxed-content .fullwidth-inner {
  width: 100vw;
  margin: 0 auto;
}

.cms-index-index .content-wrapper {
  overflow: hidden;
  width: 100%;
}

/* Force fullwidth for boxed with bg layout */
.force-fullwidth-block {
  width: 100vw;
  left: 50%;
  position: relative;
  margin-left: -50vw;
}

.boxed-content-bg .content-wrapper .force-fullwidth-block .fullwidth-inner {
  margin: 0;
}

.force-fullwidth-block .underlay-bg {
  display: block;
  position: absolute;
  left: 0;
  top: -170px;
}

.force-fullwidth-block.subscribe-block .container {
  position: relative;
  background-color: transparent !important;
}

.force-fullwidth-block.subscribe-block .container:before {
  display: block;
  content: '';
  height: 170px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -170px;
}

.force-fullwidth-block.subscribe-block .container:after {
  display: block;
  content: '';
  height: 170px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -170px;
  top: auto;
  bottom: -170px;
}

/* Global Styles ========================================================================= */
/* Form Elements */
select option {
  padding-right: 10px;
}

select.multiselect option {
  padding: 3px 5px;
}

input.radio, input.checkbox {
  margin-right: 3px;
}

p.control input.checkbox, p.control input.radio {
  margin-right: 6px;
}

input[type="text"],
textarea {
  -webkit-appearance: none;
  background-color: white;
  font-size: 14px;
  color: black;
  height: 42px;
  line-height: 40px;
  border: 1px solid #9b9b9b;
  padding: 0 15px;
  border-radius: 42px !important;
  box-shadow: none;
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
  transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
  background-clip: padding-box;
}

input[type="password"], input.input-text, input.qty, input[id*="qty"] {
  -webkit-appearance: none;
  background-color: white;
  font-size: 14px;
  color: black;
  height: 42px;
  line-height: 40px;
  border: 1px solid #9b9b9b;
  padding: 0 15px;
  border-radius: 24px !important;
  box-shadow: none;
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
  transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
  background-clip: padding-box;
}

textarea,
select {
  -webkit-appearance: none;
  background-color: white;
  font-size: 14px;
  color: black;
  height: 42px;
  line-height: 40px;
  border: 1px solid #9b9b9b;
  padding: 0 15px;
  border-radius: 20px !important;
  width: 100%;
  box-shadow: none;
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
  transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
  background-clip: padding-box;
}

textarea.form-control,
select.form-control {
  -webkit-appearance: none;
  background-color: white;
  font-size: 14px;
  color: black;
  height: 42px;
  line-height: 40px;
  border: 1px solid #9b9b9b;
  padding: 0 15px;
  border-radius: 20px !important;
  box-shadow: none;
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
  transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
  background-clip: padding-box;
}

input[type="text"]:focus,
textarea:focus {
  background-color: #fff;
  color: black;
  border-color: #b2945a;
  box-shadow: none;
}

input[type="password"]:focus, input.input-text:focus, input.qty:focus, input[id*="qty"]:focus {
  background-color: #fff;
  color: black;
  border-color: #b2945a;
  box-shadow: none;
}

textarea:focus, textarea.form-control:focus {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: none;
}

select {
  -webkit-appearance: none;
  background-color: white;
  font-size: 14px;
  color: black;
  height: 42px;
  line-height: 40px;
  border: 1px solid #9b9b9b;
  padding: 0 15px;
  border-radius: 42px !important;
  box-shadow: none;
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
  transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
  background-clip: padding-box;
}

select:focus, select.form-control:focus {
  background-color: white;
  color: black;
  border: 1px solid #9b9b9b;
  box-shadow: none;
}

textarea {
  height: auto;
  min-height: 120px;
  line-height: 1.3;
  padding: 15px 20px;
}

textarea.form-control {
  height: auto;
  min-height: 120px;
  line-height: 1.3;
  padding: 15px 20px;
}

select {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iODc4cHgiIGhlaWdodD0iNTE5cHgiIHZpZXdCb3g9IjAgMCA4NzggNTE5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1Ni4zICg4MTcxNikgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iZG93bmxvYWQiIGZpbGw9IiNCMjk0NUEiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik00MzksNDM4LjU1NiBMMzk4Ljc3NCw0NzguNzgyIEw0MzksNTE5LjAwOSBMNDc5LjIyNiw0NzguNzgyIEw0MzksNDM4LjU1NiBaIE0wLjU1MSw4MC41NiBMMzk4Ljc3NCw0NzguNzgyIEw0NzkuMjI2LDM5OC4zMyBMODEuMDA0LDAuMTA3IEwwLjU1MSw4MC41NiBaIE00NzkuMjI2LDQ3OC43ODIgTDg3Ny40NDgsODAuNTYgTDc5Ni45OTYsMC4xMDcgTDM5OC43NzQsMzk4LjMzIEw0NzkuMjI2LDQ3OC43ODIgTDQ3OS4yMjYsNDc4Ljc4MiBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  background-size: 20px;
  background-position: calc(100% - 10px) calc(53%);
  background-repeat: no-repeat;
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.form-control {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iODc4cHgiIGhlaWdodD0iNTE5cHgiIHZpZXdCb3g9IjAgMCA4NzggNTE5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1Ni4zICg4MTcxNikgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iZG93bmxvYWQiIGZpbGw9IiNCMjk0NUEiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik00MzksNDM4LjU1NiBMMzk4Ljc3NCw0NzguNzgyIEw0MzksNTE5LjAwOSBMNDc5LjIyNiw0NzguNzgyIEw0MzksNDM4LjU1NiBaIE0wLjU1MSw4MC41NiBMMzk4Ljc3NCw0NzguNzgyIEw0NzkuMjI2LDM5OC4zMyBMODEuMDA0LDAuMTA3IEwwLjU1MSw4MC41NiBaIE00NzkuMjI2LDQ3OC43ODIgTDg3Ny40NDgsODAuNTYgTDc5Ni45OTYsMC4xMDcgTDM5OC43NzQsMzk4LjMzIEw0NzkuMjI2LDQ3OC43ODIgTDQ3OS4yMjYsNDc4Ljc4MiBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  background-size: 20px;
  background-position: calc(100% - 10px) calc(53%);
  background-repeat: no-repeat;
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  fill: red;
}

/* Form lists */
/* Grouped fields */
.form-list li {
  margin: 0 0 1em;
}

.form-list label {
  font-size: 14px;
  float: none;
  color: rgba(0, 0, 0, 0.8);
  margin: 0 0 .5em;
  font-weight: 600;
  position: relative;
  z-index: 0;
}

.form-list label.required em {
  color: #eb340a;
}

.form-list li.control label {
  float: none;
}

.form-list li.control input.radio, .form-list li.control input.checkbox {
  margin-right: 6px;
}

.form-list li.control .input-box {
  clear: none;
  display: inline;
  width: auto;
}

.form-list li.additional-row {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
  float: right;
  margin: 5px 0 0;
}

.form-list .input-range input.input-text {
  width: 74px;
}

form label {
  font-family: inherit;
}

form .radio label {
  font-weight: normal;
}

form .checkbox label {
  font-weight: normal;
  color: #666;
}

form .checkbox input {
  top: 0;
}

form .checkbox label {
  padding-top: 1px;
}

.form-list li.form-group + div.form-group {
  margin-bottom: 1em;
}

.form-list div.form-group li {
  margin-bottom: 0;
}

.form-list div.form-group li + li.wide {
  margin-top: 1em;
}

form.form-horizontal {
  margin-bottom: 2.25em;
}

.input-captcha {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.captcha-image {
  padding-top: 10px;
}

#ajaxkit-popup-content .input-captcha {
  width: 100%;
}

a:focus,
.close:focus {
  outline: none !important;
}

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

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: none !important;
}

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
  width: auto;
}

.form-list .gender {
  width: 11.10223642172524%;
}

.form-list .gender + li.customer-dob {
  width: 58.33333333%;
}

.form-list .gender + li.customer-dob .dob-month,
.form-list .gender + li.customer-dob .dob-day {
  width: 19.04109589041096%;
}

.form-list .gender + li.customer-dob .dob-year {
  width: 57.12328767123288%;
}

.buttons-set .back-link {
  margin: .75em 0 0;
}

.fieldset {
  margin: 28px 0;
}

.fieldset .legend {
  float: left;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid #fefefe;
  background: #dedede;
  color: #333;
  margin: -33px 0 0 -10px;
  padding: 0 8px;
  position: relative;
  display: none;
}

a,
i,
.btn {
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

a i,
.btn i,
.btn-quickview i {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

/* Form Validation */
.validation-advice {
  clear: both;
  display: none;
  min-height: 13px;
  margin: 3px 0 0;
  font-size: 11px;
  line-height: 13px;
  color: #f00;
}

.validation-failed {
  border: 1px solid #f00 !important;
}

p.required {
  font-size: 10px;
  text-align: right;
  color: #f00;
  margin-bottom: 0;
}

/* Expiration date and CVV number validation fix */
.v-fix {
  float: left;
}

.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative;
}

/* Global Messages  */
.success {
  color: #3d6611;
  font-weight: bold;
}

.error {
  color: #f00;
  font-weight: bold;
}

.notice {
  color: #ccc;
}

.global-messages-wrapper {
  margin-bottom: 15px;
}

.messages {
  list-style: none !important;
  margin: 20px 0 !important;
  padding: 0 !important;
  width: 100%;
  overflow: hidden;
}

.messages ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.messages li {
  margin: 0 0 20px;
}

.messages li li {
  margin: 0 0 5px;
}

.messages li li:last-of-type {
  margin: 0;
}

.messages li:last-of-type {
  margin: 0;
}

.messages a {
  color: rgba(0, 0, 0, 0.7);
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  padding: 10px 28px 10px 60px;
  position: relative;
}

.error-msg {
  background-color: #f44336;
}

.error-msg:before {
  content: "\e918";
  font-family: 'meigeeadditional';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
}

.success-msg {
  background-color: #8bc34a;
}

.success-msg:before {
  content: "\e900";
  font-family: 'meigeeadditional';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
}

.note-msg,
.notice-msg {
  background-color: #ffae00;
}

.note-msg:before,
.notice-msg:before {
  content: "\e916";
  font-family: 'meigeeadditional';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
}

.with-breadcrumbs + .content-wrapper .page-title {
  margin: 0;
  font-size: 30px;
  text-transform: none;
  font-weight: 600;
  letter-spacing: -1.1px;
}

/* BreadCrumbs */
ul.breadcrumb {
  background: none;
  margin: 0;
  text-align: left;
  font-size: 12px;
  padding: 30px 0 0 0;
}

ul.breadcrumb li a {
  color: #9B9B9B;
}

ul.breadcrumb li a:hover {
  color: #2D2D2D;
}

ul.breadcrumb li strong {
  font-weight: normal;
  color: #2D2D2D;
}

@media only screen and (max-width: 767px) {
  ul.breadcrumb {
    padding: 16px 10px 0 10px;
  }
}

.breadcrumbs-wrapper .breadcrumb > li + li:before {
  content: "/";
  background-color: transparent;
  font-size: 14px;
  color: #9B9B9B;
  margin: 0 4px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  top: -1px;
}

.breadcrumbs-wrapper .page-title {
  border: none;
  float: left;
  margin: 25px 0 0 0;
  padding: 0;
  width: 100%;
  display: none;
}

body[class*='blog-']:not(.cms-index-index) .breadcrumbs-wrapper .page-title {
  display: block;
}

.breadcrumbs-wrapper .page-title h1,
.breadcrumbs-wrapper .page-title h2 {
  font-family: 'Barlow', sans-serif;
  margin: 0;
  font-size: 36px;
  text-transform: none;
  font-weight: 500;
  letter-spacing: -1.44px;
}

.page-sitemap .page-title h1,
.catalogsearch-term-popular .page-title h2,
.contacts-index-index .page-title h2 {
  font-family: 'Barlow', sans-serif;
  margin: 0;
  font-size: 36px;
  text-transform: none;
  font-weight: 500;
  letter-spacing: -1.44px;
}

.breadcrumbs-wrapper .breadcrumbs-inner {
  position: relative;
  padding-bottom: 0px;
  margin-left: -10px;
  margin-right: -10px;
}

.header-wrapper + .breadcrumbs-wrapper .breadcrumbs-inner {
  margin-left: 0;
  margin-right: 0;
}

.breadcrumbs-wrapper .page-title + .breadcrumb {
  float: right;
  margin: 0;
}

.breadcrumbs-wrapper.type-2 .page-title,
.breadcrumbs-wrapper.type-3 .page-title {
  float: none;
  display: inline-block;
}

.breadcrumbs-wrapper.type-2 .page-title + .breadcrumb,
.breadcrumbs-wrapper.type-3 .page-title + .breadcrumb {
  float: none;
  display: inline-block;
}

.breadcrumbs-wrapper.type-2 .page-title h1,
.breadcrumbs-wrapper.type-2 .page-title h2 {
  color: #fff;
}

.breadcrumbs-wrapper.type-2 .page-title h1:after,
.breadcrumbs-wrapper.type-2 .page-title h2:after {
  content: none;
}

.breadcrumbs-wrapper.type-3 .page-title h1:after,
.breadcrumbs-wrapper.type-3 .page-title h2:after {
  content: none;
}

.breadcrumbs-type-2 .with-breadcrumbs + .content-wrapper .col-main .page-title {
  display: block;
}

.breadcrumbs-type-3 .with-breadcrumbs + .content-wrapper .col-main {
  padding-top: 0;
}

.breadcrumbs-type-3 .with-breadcrumbs + .content-wrapper .col-main .page-title {
  display: block;
}

.breadcrumbs-type-3 .with-breadcrumbs + .content-wrapper .sidebar:not(.product-sidebar) .sidebar-inner {
  padding-top: 0;
}

body.wide-breadcrumbs.breadcrumbs-type-3 .breadcrumbs-wrapper.type-3.with-bg-image,
body[class*="boxed-breadcrumbs"].breadcrumbs-type-3 .breadcrumbs-wrapper.type-3.with-bg-image .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

body.wide-breadcrumbs .breadcrumbs-wrapper.type-3 .container {
  background-image: none !important;
  padding-top: 0;
  padding-bottom: 0;
}

body[class*="boxed-breadcrumbs"] .breadcrumbs-wrapper.type-3 {
  background-image: none !important;
  padding: 0;
}

body.wide-breadcrumbs .breadcrumbs-wrapper.type-3 .container {
  background-image: none !important;
  background-color: transparent;
}

.breadcrumbs-wrapper.type-3 .breadcrumbs-inner {
  border: none;
  padding: 18px 0 18px 30px;
  margin: 0;
}

.breadcrumbs-type-3 .with-breadcrumbs #header .bottom-block .container {
  margin-bottom: 0;
}

.breadcrumbs-wrapper.type-3 .page-title {
  float: none;
  text-transform: none;
  font-weight: 600;
  display: block;
}

.breadcrumbs-wrapper.type-3 .page-title h1,
.breadcrumbs-wrapper.type-3 .page-title h2 {
  font-weight: 600;
  display: none;
  margin-bottom: 6px;
}

body.catalogsearch-result-index .breadcrumbs-wrapper .page-title h1,
body.catalogsearch-result-index .breadcrumbs-wrapper .page-title h2 {
  display: block;
}

body.catalog-category-view .breadcrumbs-wrapper .page-title h1,
body.catalog-category-view .breadcrumbs-wrapper .page-title h2 {
  display: block;
}

.breadcrumbs-wrapper.type-3 ul.breadcrumb {
  text-align: center;
}

.header-breadcrumbs-wrapper .breadcrumbs-wrapper.type-3 .breadcrumbs-inner {
  padding-bottom: 18px;
}

body[class*="category-view"].header-breadcrumbs-wrapper .breadcrumbs-wrapper.type-3 .breadcrumbs-inner {
  padding-bottom: 40px;
}

.main-container .breadcrumbs-wrapper .container {
  padding: 0 !important;
}

.main-container .breadcrumbs-wrapper .breadcrumbs-inner {
  margin: 0 0 20px;
  border: none;
  padding-bottom: 0;
}

.main-container .breadcrumbs-wrapper .breadcrumbs-inner .breadcrumb {
  padding-top: 8px;
}

.catalog-product-view .breadcrumbs-wrapper.type-3 .page-title {
  display: none;
  visibility: hidden;
}

.catalog-product-view .breadcrumbs-wrapper.type-3 .breadcrumb {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .header-with-image .breadcrumbs-wrapper.type-3 ul.breadcrumb {
    display: none;
    visibility: hidden;
  }
  .header-with-image .breadcrumbs-wrapper.type-3 .breadcrumbs-inner {
    padding-left: 0;
  }
  .header-with-image .breadcrumbs-wrapper.type-3 .page-title {
    margin: 0;
  }
  .catalog-product-view .header-breadcrumbs-wrapper .breadcrumbs-wrapper.type-3 .breadcrumbs-inner {
    padding: 0;
  }
}

/* Page Heading */
.header-with-image .content-wrapper .page-title {
  display: block;
}

.page-title {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}

.page-title h1,
.page-title h2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
}

.page-title .separator {
  margin: 0 3px;
  color: #aaa;
}

.page-title .link-rss {
  float: right;
}

.page-title .link-print {
  margin-top: .667em;
}

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

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
  float: left;
}

.subtitle,
.sub-title {
  clear: both;
}

.content-banner {
  padding-bottom: 36px;
}

.content h2 {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
}

.page-subtitle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1em;
  margin-bottom: 1.5em;
}

.page-subtitle h2 {
  font-size: 1.5em;
  color: #222;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: .5em;
  margin: 0;
  display: inline-block;
}

.page-subtitle a {
  margin-top: .25em;
  color: inherit;
}

table.table thead th {
  text-align: center;
}

table.table-bordered {
  border: none;
}

table.table-bordered > thead > tr > th,
table.table-bordered > tbody > tr > th,
table.table-bordered > tfoot > tr > th,
table.table-bordered > thead > tr > td,
table.table-bordered > tbody > tr > td,
table.table-bordered > tfoot > tr > td {
  border-color: rgba(0, 0, 0, 0.06);
}

table.table-bordered > thead > tr > th {
  text-transform: none;
  border-top: none;
  border-left: none;
  border-right: none;
  line-height: 1;
  padding: 1.25em 0;
}

/* Panels */
.panel.panel-default {
  padding: 1.5em 20px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.panel.panel-default .panel-heading,
.panel.panel-default .panel-body,
.panel.panel-default .panel-footer {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.panel.panel-default .panel-heading {
  margin-bottom: 1.5em;
}

.panel.panel-default .panel-heading a {
  font-size: 20px;
}

.panel.panel-default .panel-heading a i {
  font-size: 20px;
}

.panel.panel-default .panel-title {
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  padding-bottom: .5em;
  font-weight: 600;
  line-height: 1.5;
}

.panel.panel-default p,
.panel.panel-default address {
  margin-bottom: 0;
}

.panel.panel-default .panel-body li.item + li.item {
  margin-top: 1.5em;
}

.product-collateral .panel-group .panel {
  border-radius: 0;
}

/* Pager */
.toolbar .pager {
  display: none;
}

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

.toolbar-bottom .toolbar .pager {
  display: inline-block;
}

.pages > strong {
  display: none;
}

.my-account .amount {
  margin-right: 20px;
}

.my-account .pager {
  text-align: right;
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
  cursor: pointer;
}

tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
  cursor: pointer;
}

tr.show-details .summary-collapse {
  background-position: 0 -53px;
}

tr.summary-details td {
  font-size: 11px;
  background-color: #dae1e4;
  color: #626465;
}

tr.summary-details-first td {
  border-top: 1px solid #d2d8db;
}

tr.summary-details-excluded {
  font-style: italic;
}

/* Shopping cart tax info */
.cart-tax-info {
  display: block;
  padding-right: 20px;
}

.cart-tax-info .cart-price {
  padding-right: 20px;
}

.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(../images/bkg_collapse.gif) 100% 4px no-repeat;
  cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important;
}

.cart-tax-total-expanded {
  background-position: 100% -53px;
}

/* Class: std - styles for admin-controlled content */
.cart-price .price {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}

.std .subtitle {
  padding: 0;
}

.std ol.ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}

.std ul.disc {
  list-style: disc outside;
  padding-left: 18px;
  margin: 0 0 10px;
}

.std dl dt {
  font-weight: bold;
}

.std dl dd {
  margin: 0 0 10px;
}

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
  margin: 0 0 1em;
  padding: 0;
}

.std ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}

.std ul ul {
  list-style-type: circle;
  margin: .5em 0;
}

.std ol ol,
.std ul ol,
.std ol ul {
  margin: .5em 0;
}

.std dt {
  font-weight: bold;
}

.std blockquote {
  font-style: italic;
  padding: 0 0 0 1.5em;
}

.std address {
  font-style: normal;
}

.std b,
.std strong {
  font-weight: bold;
}

/*.std dd {
  padding: 0 0 0 1.5em;
  }*/
/* Misc */
.link-cart {
  font-weight: bold;
  color: #f00;
}

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

.link-reorder {
  color: #aaa;
}

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

.link-print {
  display: inline-block;
  padding: 2px 0;
  color: #aaa;
  white-space: nowrap;
}

.link-rss {
  display: inline-block;
  padding: 2px 0;
  color: #aaa;
  white-space: nowrap;
}

.link-rss i {
  margin-right: 5px;
  -webkit-transition: none;
  transition: none;
}

.link-print i {
  margin-right: 5px;
  -webkit-transition: none;
  transition: none;
}

.cards-list dt {
  margin: 5px 0 0;
}

.cards-list .offset {
  padding: 2px 0 2px 20px;
}

.separator {
  margin: 0 3px;
}

.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: rgba(0, 0, 0, 0.1);
  text-indent: -999em;
  overflow: hidden;
}

/* Noscript Notice */
.noscript {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 0 0 1px;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f;
}

.noscript .noscript-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 12px 0 12px;
  background: url(../images/i_notice.gif) 20px 50% no-repeat;
}

.noscript p {
  margin: 0;
}

/* Demo Notice */
.demo-notice {
  margin: 0;
  padding: 6px 10px;
  background: #d75f07;
  font-size: 12px;
  line-height: 1.15;
  text-align: center;
  color: #fff;
}

/* Cookie Notice */
.notice-cookie {
  border-bottom: none;
  background: #eeeeee;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

body[class*="boxed-content"] .notice-cookie .container {
  background: #eeeeee;
}

.notice-cookie .notice-inner {
  margin: 0 auto;
  padding: 20px 0;
  background: none;
  text-align: left;
}

[class*="boxed-content"] .notice-cookie .notice-inner {
  margin: 0 -10px;
}

.notice-cookie .notice-inner p {
  margin: 0 10px 0 0;
  float: left;
}

.notice-cookie .notice-inner a {
  color: #2962ff;
  float: right;
}

.notice-cookie .notice-inner .notice-text {
  display: inline-block;
  vertical-align: middle;
  padding-top: 8px;
  width: 92%;
  padding-left: 15px;
}

.notice-cookie .notice-inner .actions {
  display: inline-block;
  width: 8%;
  text-align: right;
  float: right;
  vertical-align: middle;
}

/* Buttons */
body .btn i,
.btn-quickview i {
  text-transform: none;
}

body .btn:focus, body .btn.focus, body .btn:active, body .btn.active, body .btn:hover {
  opacity: 1;
}

body .btn-default {
  background-color: #222222;
  border-color: #222222;
  color: #fff;
}

body .btn-default:focus, body .btn-default.focus, body .btn-default:active, body .btn-default.active, body .btn-default:hover {
  box-shadow: none;
}

.btn-quickview {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.1);
}

body .btn-primary {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.1);
}

body .btn-primary:focus, body .btn-primary.focus, body .btn-primary:active, body .btn-primary.active, body .btn-primary:hover {
  background-color: #e5e5e5;
  color: rgba(0, 0, 0, 0.6);
  border-color: #e5e5e5;
}

.btn-quickview:focus, .btn-quickview.focus, .btn-quickview:active, .btn-quickview.active, .btn-quickview:hover {
  background-color: #e5e5e5;
  color: rgba(0, 0, 0, 0.6);
  border-color: #e5e5e5;
}

.header.header .top-cart .block-content .actions .btn-primary:hover, .header.header .top-cart .block-content .actions .btn-primary:focus, .header.header .top-cart .block-content .actions .btn-primary:active {
  background-color: #222;
  border-color: #222;
}

/* ======================================================================================= */
/* Header ================================================================================ */
#header {
  position: static;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 1025px) {
  .cms-index-index #header.transparent-header {
    position: absolute;
  }
}

.header ul.social-links {
  float: right;
  margin-left: 20px;
  padding: 10px 0;
}

.header ul.social-links li a {
  color: rgba(0, 0, 0, 0.8);
}

.header .top-block ul.social-links {
  float: none;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 1200px) {
  .header ul.social-links {
    padding: 20px 0;
  }
}

@media only screen and (min-width: 768px) {
  .header .top-block ul.social-links {
    text-align: left;
  }
}

#header h2.logo {
  display: inline-block;
  font-size: 1em;
  margin: 0;
  line-height: 1;
}

#header h2.logo a:hover {
  opacity: 1;
}

#header .container,
#header .bottom-block .bottom-block-inner {
  position: relative;
}

[class*="boxed-header"] #header ~ .container {
  padding-left: 0;
  padding-right: 0;
}

.header .top-block {
  font-size: 14px;
  display: none;
  visibility: hidden;
}

.header .welcome-msg {
  display: block;
  text-align: center;
  margin-bottom: 0;
  padding: 10px 0;
}

.header .top-header-links {
  display: block;
  margin: 0;
  text-align: right;
}

.header .top-header-links::after {
  display: table;
  content: '';
  clear: both;
}

.header .top-header-links li {
  display: inline-block;
  padding: 10px 0;
}

.header .top-header-links li + li::before {
  display: inline-block;
  height: 14px;
  width: 1px;
  margin: 0 15px 0 12px;
  content: '';
  position: relative;
  top: 3px;
  background-color: rgba(0, 0, 0, 0.06);
}

.header .top-header-links li a {
  color: inherit;
}

.header .right-block {
  float: right;
  text-align: right;
  padding: 0;
}

.header .right-block > * {
  text-align: left;
}

.header .right-block > div:last-child {
  margin-right: 0;
}

.header .form-language,
.header .form-currency {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  min-height: 40px;
  width: 100%;
  padding: 30px 30px 18px;
}

.header .form-language .label,
.header .form-currency .label {
  padding: 5px 7px 4px 0;
  float: left;
}

.header .form-language + .form-currency,
.header .form-currency + .form-language {
  margin-left: 38px;
}

.header .form-language + .form-currency.list:before,
.header .form-currency + .form-language.list:before {
  margin-top: -6px;
}

.header .form-language.list .label,
.header .form-currency.list .label {
  padding: 0;
  padding-right: 5px;
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.header .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  padding: 0;
  max-width: 100%;
  background: #f5f5f5;
}

.header .bootstrap-select.btn-group .btn .caret {
  right: 10px;
}

.header .bootstrap-select > .selectpicker {
  height: auto;
  border: none;
  background: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 38px;
  min-height: auto;
  padding: 0 40px 0 10px;
}

body .selectpicker.btn-default:focus, body .selectpicker.btn-default:active, body .selectpicker.btn-default:hover {
  color: rgba(0, 0, 0, 0.8);
}

.header .btn-group.open .dropdown-toggle {
  outline: none;
  box-shadow: none;
  background: none;
  border: none;
}

.header .bootstrap-select.btn-group .btn .filter-option {
  float: none !important;
  vertical-align: middle;
}

.header .top-block .bootstrap-select.btn-group .btn .caret {
  border-top-color: rgba(0, 0, 0, 0.2);
}

.header .bootstrap-select.btn-group .dropdown-menu {
  background: #fff;
  box-shadow: none;
  right: 0;
  left: auto;
  min-width: 120px;
  padding: 10px 0;
  position: relative;
  border-radius: 0;
  width: 100%;
}

.header .bootstrap-select.btn-group .dropdown-menu > li > a {
  color: #616161;
  font-size: 13px;
  padding: 10px 16px;
}

.header .bootstrap-select.btn-group .dropdown-menu > li > a:hover, .header .bootstrap-select.btn-group .dropdown-menu > li > a:focus {
  background-color: #eee;
  color: #616161;
  outline: none;
}

.header .wishlist-link {
  display: inline-block;
  margin: 0 13px;
  position: relative;
  text-align: center;
}

.header .wishlist-link a {
  font-size: inherit;
  height: 50px;
  line-height: 50px;
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  cursor: pointer;
  min-width: 50px;
  padding: 0 10px;
  display: block;
}

.header .wishlist-link a i {
  font-size: 24px;
  color: inherit;
  line-height: 44px;
}

.header .wishlist-link a i:before {
  vertical-align: middle;
}

.header .wishlist-link .count {
  font-size: 12px;
  line-height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: #e82323;
  color: #ffffff;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 4px;
}

.header .wishlist-link .count:before, .header .wishlist-link .count:after {
  content: none;
}

.wide-header .header-wrapper,
[class*="boxed-header"] .header-wrapper {
  background-color: #f0f0ee;
}

@media only screen and (max-width: 767px) {
  .header .welcome-msg {
    display: none;
  }
  .header .logo-wrapper {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
    float: none;
    clear: both;
  }
}

@media only screen and (max-width: 320px) {
  .header .logo-wrapper {
    max-width: 100%;
  }
}

/**** Switcher ****/
.header .dropdown-item.account {
  padding: 0;
}

.header .links {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.header .customer-block {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.header .customer-name-wrapper {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
}

.header .customer-name-wrapper:hover, .header .customer-name-wrapper:focus, .header .customer-name-wrapper.open {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8);
}

.header .customer-name-wrapper:hover i.caret,
.header .customer-name-wrapper:focus i.caret,
.header .customer-name-wrapper.open i.caret {
  color: rgba(0, 0, 0, 0.8);
}

.header .customer-name-wrapper .customer-name {
  display: block;
  cursor: pointer;
}

/* Header links */
.page-sitemap .customer-block {
  display: none !important;
}

.header .links:not(.default-links) li:not(.last) {
  display: none;
}

.header .links:not(.default-links) li a.top-link-login {
  color: inherit;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  min-height: 40px;
  line-height: 40px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 5px;
}

.header .mobile-wrapper-links .links:not(.default-links) li a.top-link-logout {
  color: inherit;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  min-height: 40px;
  line-height: 40px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 5px;
}

.header .links:not(.default-links) li a.top-link-login:before,
.header .mobile-wrapper-links .links:not(.default-links) li a.top-link-logout:before {
  content: '\0036';
  font-family: 'meigee';
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  margin-right: 8px;
  font-size: 18px;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header .links:not(.default-links) li a.top-link-login:hover,
.header .mobile-wrapper-links .links:not(.default-links) li a.top-link-logout:hover {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}

.header .customer-name .user-icon {
  color: inherit;
  font-size: 14px;
  display: inline-block;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
}

.header .customer-name .user-icon i {
  font-size: 18px;
  display: inline-block;
  margin-right: 9px;
  line-height: 1;
  vertical-align: middle;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.header .customer-name .user-icon span {
  display: inline-block;
}

.header .customer-name i.caret {
  color: rgba(255, 255, 255, 0.4);
  margin-left: 5px;
  font-size: 1em;
  margin-right: 0;
}

.header .customer-name-wrapper.open .customer-name i.caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 40%;
  -ms-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
}

header.header .customer-name-wrapper + .links {
  background-color: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
  right: 0;
  z-index: 99999;
  margin-left: 0 !important;
  padding: .75em 25px;
  min-width: 160px;
  text-align: left;
}

header.header .customer-name-wrapper + .links li {
  float: none;
  display: block !important;
}

header.header .customer-name-wrapper + .links li + li {
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
}

header.header .customer-name-wrapper + .links li a {
  display: block !important;
  font-size: 1em;
  float: none;
  margin: 0 -25px;
  padding: 9px 25px;
  line-height: 1.4;
  text-align: left;
  position: relative;
  color: #666;
}

header.header .customer-name-wrapper + .links li a:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.04);
}

.wide-header .header .welcome-block,
[class*="boxed-header"] .header .welcome-block .container {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgba(0, 0, 0, 0.4);
}

#header .welcome-block .welcome-msg {
  display: inline-block;
  float: left;
  margin: 0;
}

#header .welcome-block .header-phones {
  float: right;
}

.header .mobile-wrapper-links {
  display: none;
  vertical-align: middle;
}

/********** < Navigation */
div.menu-block {
  position: static;
}

div.topmenu {
  padding: 0;
}

ul.topmenu {
  border-width: 0;
  padding: 0;
  margin: 0;
}

ul.topmenu li.level0:first-child {
  padding-left: 0;
}

ul.topmenu li.level0 a.level-top {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.8);
  padding: 14px 19px 16px;
  z-index: 99;
  margin-right: 6px;
  letter-spacing: -0.02px;
  background: none;
  text-transform: none;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

ul.topmenu li.level0.last a.level-top {
  margin-right: 0;
}

/*ul.topmenu li.level0 a.level-top:hover,
  ul.topmenu li.level0.over a.level-top,
  ul.topmenu.navbar-nav li.level0.active > a.level-top {
  background-color: rgba(0,0,0,0.08);
  }*/
body ul.topmenu li.level0.active a.level-top:hover, body ul.topmenu li.level0.active a.level-top:focus {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.8);
}

ul.topmenu li.level0.parent a.level-top:after {
  font-family: 'meigeeadditional' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91d";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  top: 1px;
  font-size: 8px;
}

ul.topmenu li.level0 a.level-top span:not(.menu-item-button) {
  line-height: 1.5em;
  display: inline;
  position: relative;
}

ul.topmenu li.level0 a.level-top span:not(.menu-item-button):after {
  display: block;
  content: '';
  height: 2px;
  width: 100%;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: -10px;
  transition: background-color 0.3s ease-out, bottom 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out, bottom 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out, bottom 0.3s ease-out;
}

ul.topmenu li.level0 a.level-top:hover span:not(.menu-item-button):after {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: -5px;
}

ul.topmenu li.level0.vertical-parent + li.level0 a.level-top:before {
  content: none;
}

ul.topmenu li.level0 a.level-top .custom-icon {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: 1px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1;
  text-align: center;
}

#header ul.topmenu li.level0.first a.level-top .custom-icon.ion-ios-home-outline {
  margin-left: -30px;
}

ul.topmenu li {
  text-align: left;
  position: relative;
  float: left;
}

ul.topmenu li.level0 a.level-top .custom-icon:before {
  line-height: .5;
}

ul.topmenu li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}

ul.topmenu li a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}

ul.topmenu li a span {
  display: inline;
  white-space: normal;
  cursor: pointer;
  box-shadow: 0 1px 0 0 transparent;
  -webkit-transition: -webkit-box-shadow 0.3s ease-out;
  -webkit-transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
}

/*ul.topmenu li:not(.item) > a {
  float: left;
  padding: 5px 10px;
  font-weight: bold;
  color: rgba(0,0,0,0.8);
  }*/
header.header .customer-name-wrapper + .links {
  background-color: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
  right: 0;
  z-index: 99999;
  margin-left: 0 !important;
  padding: .75em 25px;
  min-width: 160px;
  text-align: left;
}

header.header .customer-name-wrapper + .links li {
  float: none;
  display: block !important;
}

header.header .customer-name-wrapper + .links li + li {
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
}

header.header .customer-name-wrapper + .links li a {
  display: block !important;
  font-size: 1em;
  float: none;
  margin: 0 -25px;
  padding: 9px 25px;
  line-height: 1.4;
  text-align: left;
  position: relative;
  color: #666;
}

header.header .customer-name-wrapper + .links li a:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.04);
}

.wide-header .header .welcome-block,
[class*="boxed-header"] .header .welcome-block .container {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgba(0, 0, 0, 0.4);
}

#header .welcome-block .welcome-msg {
  display: inline-block;
  float: left;
  margin: 0;
}

#header .welcome-block .header-phones {
  float: right;
}

.header .mobile-wrapper-links {
  display: none;
  vertical-align: middle;
}

#sticky-header ul.topmenu li ul.menu-wrapper:not(.default-menu),
#sticky-header ul.topmenu li div.menu-wrapper:not(.default-menu) {
  overflow-y: auto;
  overflow-x: hidden;
}

@media only screen and (min-width: 1008px) {
  ul.topmenu li ul.menu-wrapper,
  ul.topmenu li div.menu-wrapper {
    display: block;
    -webkit-transition: opacity .25s ease, transform .25s ease;
    -webkit-transition: opacity .25s ease, -webkit-transform .25s ease;
    transition: opacity .25s ease, -webkit-transform .25s ease;
    transition: opacity .25s ease, transform .25s ease;
    transition: opacity .25s ease, transform .25s ease, -webkit-transform .25s ease;
    opacity: 0;
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    z-index: -10;
    left: -100000%;
  }
  #sticky-header ul.topmenu li ul.menu-wrapper:not(.default-menu),
  #sticky-header ul.topmenu li div.menu-wrapper:not(.default-menu) {
    max-height: 85vh;
  }
  ul.topmenu li.fixed-width {
    position: relative;
  }
  ul.topmenu li ul.menu-wrapper.fixed-width,
  ul.topmenu li div.menu-wrapper.fixed-width {
    right: auto;
    top: 100% !important;
  }
  .navbar:not(.in-mobile) ul.topmenu li ul.menu-wrapper > ul,
  .navbar:not(.in-mobile) ul.topmenu li ul.menu-wrapper > div {
    -webkit-transition: opacity .35s ease-in, transform .35s ease-in;
    -webkit-transition: opacity .35s ease-in, -webkit-transform .35s ease-in;
    transition: opacity .35s ease-in, -webkit-transform .35s ease-in;
    transition: opacity .35s ease-in, transform .35s ease-in;
    transition: opacity .35s ease-in, transform .35s ease-in, -webkit-transform .35s ease-in;
    opacity: 0;
    left: -100000%;
    visibility: hidden;
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  .navbar:not(.in-mobile) ul.topmenu li div.menu-wrapper.vertical > ul,
  .navbar:not(.in-mobile) ul.topmenu li div.menu-wrapper > div {
    -webkit-transition: opacity .35s ease-in, transform .35s ease-in;
    -webkit-transition: opacity .35s ease-in, -webkit-transform .35s ease-in;
    transition: opacity .35s ease-in, -webkit-transform .35s ease-in;
    transition: opacity .35s ease-in, transform .35s ease-in;
    transition: opacity .35s ease-in, transform .35s ease-in, -webkit-transform .35s ease-in;
    opacity: 0;
    left: -100000%;
    visibility: hidden;
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  .navbar:not(.in-mobile) ul.topmenu li:hover > ul.menu-wrapper > ul,
  .navbar:not(.in-mobile) ul.topmenu li:hover > ul.menu-wrapper > div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    left: 0;
  }
  .navbar:not(.in-mobile) ul.topmenu li:hover > div.menu-wrapper.vertical > ul,
  .navbar:not(.in-mobile) ul.topmenu li:hover > div.menu-wrapper > div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    left: 0;
  }
  .navbar:not(.in-mobile) ul.topmenu li ul.menu-wrapper.shown-sub > ul,
  .navbar:not(.in-mobile) ul.topmenu li ul.menu-wrapper.shown-sub > div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    left: 0;
  }
  .navbar:not(.in-mobile) ul.topmenu li div.menu-wrapper.vertical.shown-sub > ul,
  .navbar:not(.in-mobile) ul.topmenu li div.menu-wrapper.shown-sub > div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    left: 0;
  }
  .navbar:not(.in-mobile) ul.topmenu li:hover > ul.menu-wrapper,
  .navbar:not(.in-mobile) ul.topmenu li:hover > div.menu-wrapper {
    opacity: 1;
    visibility: visible;
    display: block;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    z-index: 999;
    left: 0;
  }
  ul.topmenu li ul.menu-wrapper.shown-sub,
  ul.topmenu li div.menu-wrapper.shown-sub {
    opacity: 1;
    visibility: visible;
    display: block;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    z-index: 999;
    left: 0;
  }
  .navbar:not(.in-mobile) ul.topmenu:not(.nav-wide) li li:hover > ul,
  .navbar:not(.in-mobile) ul.topmenu:not(.nav-wide) li li:hover > div {
    left: 100px;
  }
  ul.topmenu:not(.nav-wide) li .shown-sub ul.shown-sub,
  ul.topmenu:not(.nav-wide) li .shown-sub li div.shown-sub {
    left: 100px;
  }
  ul.topmenu:not(.nav-wide) ul,
  ul.topmenu:not(.nav-wide) div {
    position: absolute;
    width: 15em;
    top: 100%;
    left: 0;
    display: none;
    background: #fff;
    padding: .833em 20px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }
  ul.topmenu:not(.nav-wide) ul a i.custom-icon + span {
    padding-left: 20px;
  }
  ul.topmenu:not(.nav-wide) div ul {
    position: static;
    width: auto;
    border: none;
  }
  ul.topmenu ul ul {
    top: 7px;
  }
  ul.topmenu ul li {
    float: none;
  }
  ul.topmenu ul li.last {
    border-bottom: 0;
  }
  ul.topmenu ul li:not(.item) a {
    float: none;
    position: relative;
    display: inline-block;
    padding: 0;
    font-weight: normal;
  }
  ul.topmenu ul li.active > a:hover,
  ul.topmenu ul li.over > a:hover {
    color: #B2945A;
  }
  ul.topmenu ul li.active > a {
    color: #B2945A;
  }
  ul.topmenu ul li.active > a:hover i.fa {
    color: #B2945A;
  }
  ul.topmenu ul li.over > a:hover i.fa,
  ul.topmenu ul li.active > a i.fa {
    color: #B2945A;
  }
  ul.topmenu ul li a:not(.lightbox-button) i.fa {
    color: #5c5755;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 40%;
        -ms-transform-origin: 50% 40%;
            transform-origin: 50% 40%;
  }
  /********** < Navigation */
  div.topmenu {
    padding: 0;
  }
  ul.topmenu {
    border-width: 0;
    padding: 0;
    margin: 0;
  }
  ul.topmenu li.level0 a.level-top {
    position: relative;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    min-height: 60px;
    color: rgba(0, 0, 0, 0.8);
    padding: 15px;
    z-index: 99;
    margin-right: 0;
    letter-spacing: -0.02px;
    background: none;
    text-transform: none;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  ul.topmenu li.level0.last a.level-top {
    margin-right: 0;
  }
  /*ul.topmenu li.level0 a.level-top:hover,
  ul.topmenu li.level0.over a.level-top,
  ul.topmenu.navbar-nav li.level0.active > a.level-top {
    background-color: rgba(0,0,0,0.08);
  }*/
  body ul.topmenu li.level0.active a.level-top:hover, body ul.topmenu li.level0.active a.level-top:focus {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.8);
  }
  ul.topmenu ul li a:not(.lightbox-button) i.fa {
    color: #5c5755;
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: .4em;
    line-height: 1;
    padding: 0;
    right: auto;
  }
  ul.topmenu ul li a .hover-divider {
    width: 0%;
    height: 2px;
    bottom: 0;
    left: 10px;
    background-color: #B2945A;
    content: '';
    position: absolute;
    -webkit-transition: width 500ms ease;
    transition: width 500ms ease;
    -o-transition: width 500ms ease;
  }
  ul.topmenu ul li a:hover .hover-divider {
    width: 90%;
  }
  ul.topmenu ul li.active > a .hover-divider {
    width: 90%;
  }
  /* Sticky Navigation */
  #sticky-header ul.topmenu {
    margin: 7px 0 7px 20px;
  }
  #sticky-header ul.topmenu li.level0 {
    margin: 0;
  }
  #sticky-header ul.topmenu li.level0 a.level-top {
    font-size: 16px;
    min-height: 50px;
    padding: 12px;
  }
  #sticky-header ul.topmenu li.level0 a.level-top:hover, #sticky-header ul.topmenu li.level0 a.level-top:focus, #sticky-header ul.topmenu li.level0 a.level-top:active {
    background-color: transparent;
  }
  #sticky-header ul.topmenu li.level0 a.level-top:hover span::after,
  #sticky-header ul.topmenu li.level0 a.level-top:focus span::after,
  #sticky-header ul.topmenu li.level0 a.level-top:active span::after {
    background-color: rgba(0, 0, 0, 0.8);
  }
  #sticky-header a.level-top .category-label {
    top: 0;
    position: absolute;
    left: 15px;
    margin: 0;
  }
}

@media only screen and (min-width: 1200px) {
  ul.topmenu li.level0 a.level-top {
    font-size: 18px;
    min-height: 80px;
    padding: 26px 30px;
  }
}

/********** Wide Navigation > */
body .navbar-default {
  background: none;
  border: none;
  background-image: none;
  box-shadow: none;
  position: static;
  min-height: 1px;
  margin: 0;
  float: left;
}

@media only screen and (max-width: 767px) {
  body .navbar-default {
    float: none;
    margin-top: 0;
  }
}

.nav-wide {
  position: static;
  text-align: left;
}

.nav-wide ul {
  display: block;
}

.nav-wide li.level-top {
  display: inline-block;
  vertical-align: top;
  position: static;
  margin-right: 2px;
}

.nav-wide li.level-top:last-of-type {
  margin-right: 0;
}

.nav-wide a.level-top span {
  display: inline;
}

.nav-wide .menu-wrapper {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  text-align: left;
  background-color: #fff;
  z-index: 100;
  padding: 20px 30px 20px;
  background-repeat: no-repeat;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 4px 4px;
  overflow: visible;
  background-size: contain;
}

.navbar:not(.in-mobile) ul.topmenu li ul.menu-wrapper > ul,
.navbar:not(.in-mobile) ul.topmenu li ul.menu-wrapper > div {
  position: relative;
  overflow: hidden;
}

.navbar:not(.in-mobile) ul.topmenu li div.menu-wrapper > div {
  position: relative;
  overflow: hidden;
}

.menu-banners .banner {
  position: relative;
  overflow: hidden;
}

.menu-banners a {
  position: relative;
  z-index: 2;
  display: block;
}

.menu-banners .banner {
  position: relative;
}

.menu-banners .banner a img {
  position: relative;
}

.menu-banners .banner span.shadow {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.menu-banners .banner a:hover span.shadow {
  opacity: 1;
}

.menu-banners .banner a:before, .menu-banners .banner a:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

.menu-banners .banner a:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
      transform: scale(0, 1);
}

.menu-banners .banner a:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
      transform: scale(1, 0);
}

.menu-banners .banner a:hover:before, .menu-banners .banner a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}

.nav-wide .menu-wrapper .meigee-widget .products-grid {
  margin-left: 0;
  margin-right: 0;
}

.nav-wide .menu-wrapper .meigee-widget .products-grid .product-name a {
  font-size: 1em;
}

.nav-wide .menu-wrapper > div.first {
  padding-left: 18px;
}

.nav-wide .menu-wrapper .sub-content {
  padding-left: 18px;
  padding-right: 18px;
}

.nav-wide .menu-wrapper .sub-content .menu-banners {
  margin: -80px -38px 0;
  position: relative;
  bottom: -40px;
}

.nav-wide .menu-wrapper .sub-content .menu-banners .banner {
  float: left;
  width: 25%;
}

.nav-wide .menu-wrapper .sub-content .menu-banners .banner img {
  width: 100%;
}

.nav-wide .menu-wrapper ul.level0 {
  margin-left: -8px;
  margin-right: -8px;
}

.nav-wide .menu-wrapper ul.level0 li.level1 {
  display: inline-block;
  float: none;
  padding: 0;
  vertical-align: top;
}

.nav-wide .menu-wrapper:not(.default-menu) ul.level0 {
  margin-left: -15px;
  margin-right: -15px;
}

.nav-wide .menu-wrapper:not(.default-menu) ul.level0 li.level1 {
  padding-left: 15px;
  padding-right: 15px;
}

.nav-wide .menu-wrapper ul.level0 li.level1 > a {
  display: block;
}

.nav ul.level0 li.level1 > a i.custom-icon + span.subtitle,
.nav-wide .menu-wrapper.default-menu ul.level0 li.level1 > a i.custom-icon + span.subtitle {
  padding-left: 18px;
}

.nav ul.level0 li.level1 > a i.custom-icon {
  line-height: 1;
  font-size: 18px;
  left: -4px;
  position: absolute;
  top: 10px;
}

.nav-wide .menu-wrapper.default-menu ul.level0 li.level1 > a i.custom-icon {
  line-height: 1;
  font-size: 18px;
  left: -4px;
  position: absolute;
  top: 10px;
}

.nav-wide .menu-wrapper:not(.tabs-menu) ul.level1 li.last a {
  border-bottom: none;
}

.nav-wide .menu-wrapper ul.level0 li.level1 > ul {
  margin: 0 0 20px;
  padding-left: 0;
}

.nav-wide .menu-wrapper ul.level0 li.level1 > ul + ul {
  margin-top: .75em;
}

.nav-wide .menu-wrapper:not(.default-menu) ul.level0 li.level1 span.subtitle {
  line-height: 38px;
  display: inline-block;
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 500;
}

.nav-wide .menu-wrapper:not(.default-menu) ul.level0 li.level1 span.subtitle + .category-label {
  margin-bottom: 0;
}

.nav-wide .menu-wrapper ul.level0 li.level1 span.subtitle:before {
  content: none;
}

.nav-wide .menu-wrapper ul.level1 a {
  position: relative;
  text-transform: none;
  font-size: 16px;
  line-height: 1.3;
  display: block;
  padding: 7px;
  margin: 1px -4px;
}

.nav-wide .menu-wrapper:not(.tabs-menu) li.level2 > a {
  color: rgba(0, 0, 0, 0.6);
}

.nav-wide .menu-wrapper:not(.tabs-menu) li.level2 > a:hover {
  color: #B2945A;
}

.nav-wide .menu-wrapper .top-content {
  margin-bottom: 3em;
  padding: 0;
  overflow: hidden;
  font-size: 1em;
}

.nav-wide .menu-wrapper .bottom-content {
  overflow: hidden;
  margin: 1.5em 0 0;
  background-color: transparent;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5em;
  padding: 0;
}

.nav-wide .menu-wrapper .right-content {
  display: inline-block;
  float: none;
  font-size: 1em;
}

.nav-wide .inline-links {
  margin-bottom: 9px;
}

.nav-wide .inline-links li {
  display: inline;
  padding: 0 10px 0 0;
}

.nav-wide .inline-links li a {
  display: inline-block;
  padding: 5px 10px;
}

.nav-wide .inline-links li a:hover {
  background-color: #f5f5f5;
}

.nav-wide p {
  margin-bottom: 9px;
}

.nav-wide .awesome-content-top,
.nav-wide .awesome-content-left {
  background: #f5f5f5;
  color: #444;
  text-align: center;
  font-size: 1.24em;
  line-height: 1.01em;
  padding: 18px;
  margin: 0 0 18px 0;
  overflow: hidden;
}

.nav-wide .awesome-content-top i {
  font-size: 1.18em;
  display: block;
  margin-bottom: 5px;
}

.nav-wide .awesome-content-left {
  text-align: left;
  padding-top: 30px;
  padding-bottom: 19px;
}

.nav-wide .awesome-content-left i {
  font-size: 1.18em;
  display: block;
  margin-bottom: 5px;
  float: left;
  margin: 0 10px 5px 0;
}

.nav-wide .products-grid li.item {
  margin-bottom: 0;
}

.nav-wide .menu-banner {
  float: right;
  margin: 40px;
}

/* Category Labels */
.category-label {
  display: none;
  transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -webkit-transition: background-color 300ms linear;
  font-style: normal;
  padding: 2px 5px;
  z-index: 3;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.1em;
  border-radius: 0;
  text-transform: uppercase;
  margin: 0;
  margin-left: 5px;
  background-color: transparent;
}

.category-label.label_one {
  background-color: #f2c94c;
  color: #fff;
}

.category-label.label_two {
  background-color: #f72525;
}

.category-label.label_three {
  background-color: #03a9f4;
}

.topmenu .level0 ul .category-label.label_two {
  background-color: #f72525;
}

.topmenu .level0 ul .category-label.label_three {
  background-color: #03a9f4;
}

.menu-wrapper .category-label {
  top: -2px;
  left: auto;
  bottom: auto;
  position: relative;
  margin-left: 5px;
  vertical-align: baseline;
}

/* For Top Menu */
@media only screen and (min-width: 978px) {
  .nav-wide li.over .menu-wrapper {
    display: block !important;
  }
  .category-label {
    display: inline-block;
    top: 10px;
    vertical-align: baseline;
    position: absolute;
    left: 30px;
    margin: 0;
  }
  /* Default Menu in Wide Mode */
  .nav-wide .menu-wrapper.default-menu {
    position: absolute;
    width: 15em;
    top: 100%;
    left: 0;
    display: none;
    padding: 0;
    z-index: 99999;
    overflow: visible;
  }
  .nav-wide .menu-wrapper.default-menu ul {
    background-color: inherit;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    border-radius: 0;
    padding: 18px 0;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 {
    margin-left: 0;
    margin-right: 0;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 li.level1 {
    clear: both;
    display: block;
    float: none;
    margin: 0;
    position: relative;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 li a {
    display: block;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 li:last-of-type {
    border-bottom: none;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 li > a:hover,
  .nav-wide .menu-wrapper.default-menu ul.level0 li.over > a {
    color: #B2945A;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 li > a:hover span {
    box-shadow: 0 1px 0 0 #B2945A;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 a {
    padding: 0 9px;
  }
  .nav-wide .menu-wrapper.default-menu:not(.vertical) ul.level0 li a span.subtitle {
    color: inherit !important;
  }
  .nav-wide .menu-wrapper.default-menu li.level1.parent > a:after,
  .nav-wide .menu-wrapper.default-menu li.level1.parent li.parent > a:after {
    right: 20px;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 li.level1 a {
    float: none;
    position: relative;
    display: block;
    padding: 8px 29px 8px 30px;
    font-weight: normal;
    margin: 0;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 li.level1 li a {
    float: none;
    position: relative;
    display: block;
    padding: 8px 29px 8px 30px;
    font-weight: normal;
    margin: 0;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 li.level1 li.level2 a {
    line-height: inherit;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 li.level1 a span:before {
    content: none;
    width: 6px;
    height: 6px;
    border: solid 2px #ddd;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 li.level1 a:hover span.menu-wrapper:not(.default-menu) {
    background: none !important;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 li.level1 a span:not(.hover-divider) {
    float: none;
    position: relative;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    padding: 0;
    border: none;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 ul {
    margin: 0;
    border: none;
    display: none;
    width: 15em;
    position: absolute;
    top: -18px;
    left: 100%;
    z-index: 999;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 ul li {
    position: relative;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 ul li a {
    padding-left: 0;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 ul a span:before {
    display: none;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 li.parent > a:before {
    content: '\e91e';
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    font-family: 'meigeeadditional';
    font-style: normal;
    font-size: 11px;
    font-weight: normal;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .nav-wide .menu-wrapper:not(.tabs-menu) ul.level1 ul,
  .nav-wide .menu-wrapper.tabs-menu ul.level2 ul {
    position: absolute;
    right: -20px;
    left: auto;
    top: -1px;
    padding: 8px 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.06);
    display: block;
    -webkit-transform: translateX(90%);
        -ms-transform: translateX(90%);
            transform: translateX(90%);
    width: 100%;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    min-width: 180px;
  }
  .nav-wide .menu-wrapper:not(.tabs-menu) ul.level1 ul.shown-sub,
  .nav-wide .menu-wrapper.tabs-menu ul.level2 ul.shown-sub {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
  }
  .nav-wide .menu-wrapper:not(.tabs-menu) ul.level1 li,
  .nav-wide .menu-wrapper.tabs-menu ul.level2 li {
    display: block;
    float: left;
    margin-right: auto;
    clear: both;
    width: 100%;
  }
  .nav-wide .menu-wrapper:not(.tabs-menu) ul.level1:after,
  .nav-wide .menu-wrapper.tabs-menu ul.level2:after {
    display: table;
    content: '';
    clear: both;
  }
  .nav-wide .menu-wrapper:not(.tabs-menu) ul.level1 li.parent > a:before {
    content: '\0044';
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 50%;
    font-family: 'meigee';
    font-style: normal;
    font-size: 9px;
    margin-top: 2px;
    font-weight: normal;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .nav-wide .menu-wrapper.tabs-menu {
    padding-top: 16px;
  }
  .nav-wide .menu-wrapper.tabs-menu ul.level2 li.parent > a:before {
    content: '\0044';
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 50%;
    font-family: 'meigee';
    font-style: normal;
    font-size: 9px;
    margin-top: 2px;
    font-weight: normal;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 1px;
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical {
    padding: 0;
    overflow: hidden;
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical ul.level0 {
    padding-top: 18px;
  }
  .nav-wide .menu-wrapper.tabs-menu ul.level0 {
    position: relative;
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1 {
    position: static;
    display: block;
    clear: both;
    width: 100% !important;
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1 > a {
    position: relative;
    padding: 0;
    border: none;
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical li.level1 > a {
    padding: 18px 40px;
    min-height: 60px;
    line-height: 1.3;
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1 > a:hover,
  .nav-wide .menu-wrapper.tabs-menu li.level1.over > a {
    background-color: rgba(0, 0, 0, 0.06);
    color: #111;
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1 > a span {
    color: inherit !important;
    margin-bottom: 0 !important;
  }
  .nav-wide .menu-wrapper.tabs-menu ul.level1 li.level1.parent:not([data-bold-link='1']) > a:after,
  .nav-wide .menu-wrapper.tabs-menu.vertical li.level1 > a:after {
    font-family: 'meigeeadditional' !important;
    content: "\e91d";
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    font-style: normal;
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(0, 0, 0, 0.4);
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1 > ul {
    background-color: #fff;
    width: auto;
    left: auto;
    float: left;
    position: absolute;
    top: 0;
    height: auto;
    display: none;
    text-align: center;
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical ul.level0 li.level1 > .menu-wrapper {
    top: 0 !important;
    right: 0;
    width: auto;
    right: 0;
    padding: 10px 20px 20px;
    margin-left: 0;
    border: none;
    box-shadow: none;
    overflow: hidden;
    overflow-y: auto;
  }
  .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1 > .menu-wrapper {
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0s;
    transition: all 0s;
    margin-top: 0;
    padding-bottom: 20px;
    left: 0;
  }
  .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1 > .menu-wrapper > div {
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0s;
    transition: all 0s;
    margin-top: 0;
    padding-bottom: 20px;
    left: 0;
  }
  .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1:first-of-type > .menu-inner, .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1:hover > .menu-inner {
    z-index: 8;
    opacity: 1;
    visibility: visible;
  }
  .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1:first-of-type > .menu-wrapper, .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1:hover > .menu-wrapper {
    z-index: 8;
    opacity: 1;
    visibility: visible;
  }
  .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1:first-of-type > .menu-wrapper > div, .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1:hover > .menu-wrapper > div {
    z-index: 8;
    opacity: 1;
    visibility: visible;
  }
  .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1:first-of-type > .menu-inner {
    opacity: 1;
  }
  /*Wide menu*/
  /*Tabs menu Vertical*/
  .nav .menu-wrapper.tabs-menu ul.level0 li.level1 > a i.custom-icon {
    left: 10px;
    font-size: 14px;
    top: calc(50% - 8px);
  }
  .nav .menu-wrapper.tabs-menu ul.level0 li.level1 > a i.custom-icon + span.subtitle {
    padding-left: 27px;
  }
  .nav-wide .menu-wrapper.tabs-menu .menu-wrapper.default-menu ul.level0 li.level1 > a i.custom-icon + span.subtitle {
    padding-left: 27px;
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1.over > ul {
    display: block;
  }
  .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1 > .category-image {
    display: none;
  }
  .nav-wide .menu-wrapper.tabs-menu .menu-category-slider {
    margin-top: 10px;
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1 > .menu-inner {
    width: auto;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    padding: 0;
    margin-left: 0;
    opacity: 0;
    z-index: -1;
    display: block;
    background-repeat: no-repeat;
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1:nth-child(3) > .menu-inner {
    opacity: 1;
    z-index: 1;
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical li.level1 > .menu-inner {
    padding: 25px 40px 25px 30px;
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1.over > .menu-inner {
    opacity: 1;
    z-index: 9;
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1:not([data-columns='1']) > .menu-inner ul.level1 li.level2 {
    float: left;
    padding: 0 5px;
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical li.level1:not([data-columns='1']) > .menu-inner ul.level1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical li.level1:not([data-columns='1']) > .menu-inner ul.level1 li.level2 {
    margin-bottom: 20px;
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='2'] li.level1 > a {
    width: calc(100% / 2);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='3'] li.level1 > a {
    width: calc(100% / 3);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='4'] li.level1 > a {
    width: calc(100% / 4);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='5'] li.level1 > a {
    width: calc(100% / 5);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='6'] li.level1 > a {
    width: calc(100% / 6);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='7'] li.level1 > a {
    width: calc(100% / 7);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='8'] li.level1 > a {
    width: calc(100% / 8);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='2'] li.level1 .menu-inner {
    left: calc(100% / 2);
    width: calc(100% - 100% / 2);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='3'] li.level1 .menu-inner {
    left: calc(100% / 3);
    width: calc(100% - 100% / 3);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='4'] li.level1 .menu-inner {
    left: calc(100% / 4);
    width: calc(100% - 100% / 4);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='5'] li.level1 .menu-inner {
    left: calc(100% / 5);
    width: calc(100% - 100% / 5);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='6'] li.level1 .menu-inner {
    left: calc(100% / 6);
    width: calc(100% - 100% / 6);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='7'] li.level1 .menu-inner {
    left: calc(100% / 7);
    width: calc(100% - 100% / 7);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='8'] li.level1 .menu-inner {
    left: calc(100% / 8);
    width: calc(100% - 100% / 8);
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1[data-columns='2'] > .menu-inner li.level2 {
    width: calc(100% / 2);
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1[data-columns='3'] > .menu-inner li.level2 {
    width: calc(100% / 3);
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1[data-columns='4'] > .menu-inner li.level2 {
    width: calc(100% / 4);
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1[data-columns='5'] > .menu-inner li.level2 {
    width: calc(100% / 5);
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1[data-columns='6'] > .menu-inner li.level2 {
    width: calc(100% / 6);
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1[data-columns='7'] > .menu-inner li.level2 {
    width: calc(100% / 7);
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1[data-columns='8'] > .menu-inner li.level2 {
    width: calc(100% / 8);
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1:not([data-columns='1']) > .menu-inner ul.level1 li.level2 > a:after {
    display: none;
  }
  .nav-wide .menu-wrapper.tabs-menu ul.level0 {
    margin-left: 0;
    margin-right: 0;
  }
  .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1 {
    padding-left: 0;
    padding-right: 0;
  }
  .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1 li.level2 > .category-image {
    margin-top: 15px;
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical ul.level0 li.level1 > a .subtitle {
    line-height: inherit;
  }
  .nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level1 > a .subtitle {
    line-height: inherit;
  }
  .nav-wide .menu-wrapper.tabs-menu.horizontal li.level3 > a {
    color: rgba(0, 0, 0, 0.6);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical li.level3 > a {
    color: rgba(0, 0, 0, 0.6);
  }
  .nav-wide .menu-wrapper.tabs-menu.horizontal li.level3 > a:hover,
  .nav-wide .menu-wrapper.tabs-menu.vertical li.level3 > a:hover {
    color: #B2945A;
  }
  .nav-wide .menu-wrapper.tabs-menu.horizontal li.level3 > a:hover span,
  .nav-wide .menu-wrapper.tabs-menu.vertical li.level3 > a:hover span {
    box-shadow: 0 1px 0 0 #B2945A;
  }
  .nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level2 > a,
  .nav-wide .menu-wrapper.tabs-menu.vertical ul.level0 li.level2 > a {
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
  }
  .nav-wide .menu-wrapper.tabs-menu:not(.vertical):before {
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    display: block;
    position: absolute;
  }
  .nav-wide .menu-wrapper.tabs-menu:not(.vertical) .menu-wrapper.tabs-menu.vertical:before {
    content: none;
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical:before {
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    display: block;
    position: absolute;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    z-index: -1;
  }
  .nav-wide .menu-wrapper.tabs-menu:not(.vertical):before {
    background-color: #fff;
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical:before {
    background-color: #fff;
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='2']:before {
    width: calc(100% / 2);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='3']:before {
    width: calc(100% / 3);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='4']:before {
    width: calc(100% / 4);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='5']:before {
    width: calc(100% / 5);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='6']:before {
    width: calc(100% / 6);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='7']:before {
    width: calc(100% / 7);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='8']:before {
    width: calc(100% / 8);
  }
  .nav-wide .menu-wrapper.tabs-menu.horizontal {
    padding: 0 0 1px;
  }
  .nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 {
    margin: 0;
  }
  .nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level1 {
    display: inline-block;
    width: auto !important;
    margin-left: 0;
  }
  .nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level1 > a {
    padding: 1em 1.5em;
    border: none;
  }
  .nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level1 > a .subtitle {
    margin-top: 2px;
  }
  .nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level1 > .menu-inner,
  .nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level1 > .menu-wrapper {
    width: auto;
    left: 0;
    right: 0;
    top: auto;
    padding: 20px 30px;
    background-color: #fff;
    margin-left: 0;
    border: none;
    box-shadow: none;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level1 > .menu-inner > .sub-content,
  .nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level1 > .menu-wrapper > .sub-content {
    padding-left: 0;
    padding-right: 0;
  }
  .nav-wide .menu-wrapper.tabs-menu ul.level2 ul.shown-sub {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
  }
  /*Tabs menu horizontal*/
}

/********** Navigation > */
/* Side menu */
.side-menu {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}

.side-menu .side-menu-btn {
  font-size: 22px;
}

.side-menu .side-menu-btn .icon-close {
  display: none;
}

.side-menu .btn-close {
  height: 50px;
  width: 50px;
  line-height: 50px;
  cursor: pointer;
  font-size: 24px;
  display: inline-block;
  text-align: center;
  margin: 14px 0 0 17px;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.side-menu .btn-close:hover, .side-menu .btn-close:focus, .side-menu .btn-close:active {
  background-color: rgba(0, 0, 0, 0.06);
}

.side-menu .side-menu-btn span {
  line-height: inherit;
  font-size: inherit;
  color: inherit;
}

.side-menu .side-menu-btn span i {
  line-height: inherit;
  font-size: inherit;
  color: inherit;
}

.side-menu .btn-close i {
  line-height: inherit;
  font-size: inherit;
  color: inherit;
}

.side-menu .side-menu-item {
  display: block;
  padding: 40px 39px;
}

.side-menu .side-menu-item + .side-menu-item {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.side-menu .side-menu-content {
  width: 530px;
  position: fixed;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  top: 0;
  bottom: 0;
  right: -100%;
  padding: 0;
  z-index: 99999;
  text-align: left;
  transition: right .5s ease-in-out, box-shadow .5s ease-in-out, opacity .5s ease-in-out;
  -webkit-transition: right .5s ease-in-out, box-shadow .5s ease-in-out, opacity .5s ease-in-out;
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0);
  display: block;
  opacity: 0;
}

.side-menu.open .side-menu-content {
  right: 0;
  opacity: 1;
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.side-menu .side-menu-content .form-language,
.side-menu .side-menu-content .form-currency {
  display: block;
  float: none;
  width: 100%;
  text-align: left;
  margin-left: 0;
}

@media only screen and (max-width: 768px) {
  .side-menu {
    display: none;
    visibility: hidden;
  }
}

.header .menu-block .container {
  padding-top: 0;
  padding-bottom: 0;
}

.header .logo strong,
.header .small-logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
  display: none;
}

.header .search-mini-form {
  display: block;
  padding: 0;
}

#header .search-mini-form .form-search .search-button {
  display: none;
  visibility: hidden;
}

#sticky-header .search-mini-form .form-search .search-button {
  display: block;
  visibility: visible;
}

.header .search-mini-form .form-search .search-button i,
.header .search-mini-form .form-search .btn i {
  font-size: 25px;
}

.header .search-mini-form .form-search .search-button:hover {
  background-color: transparent;
}

.header .search-mini-form .form-search .search-button span {
  display: none;
}

.header .search-mini-form .search-subtitle,
.header .search-mini-form .logo-wrapper {
  display: none;
}

.header .search-mini-form .form-search label {
  display: none;
}

.header .search-mini-form .form-search input {
  background: transparent;
  border: transparent;
  border-radius: 21px;
  padding: 0 15px 0 50px;
  height: 40px;
}

.header .search-mini-form .form-search .input-group {
  display: block;
}

#header .mobile-menu-wrapper form.search-mini-form {
  display: block !important;
  float: none;
  padding: 13px 0;
  margin: 0;
}

#header .mobile-menu-wrapper .search-mini-form .form-search {
  padding: 0 20px;
}

.fb_iframe_widget > span,
.fb_iframe_widget iframe {
  max-width: 100% !important;
}

@media only screen and (min-width: 1200px) {
  #sticky-header .search-mini-form {
    width: auto;
  }
}

/* Clickable search for Provence & Normandy skin */
.header .clickable-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.header .clickable-search .search-mini-form .form-search .action-btn {
  position: relative;
}

.header .clickable-search::after {
  display: table;
  content: '';
  clear: both;
}

.header .clickable-search .search-mini-form .form-search .action-btn {
  left: 0;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}

#header .clickable-search .search-mini-form .form-search .search-button {
  display: block;
  visibility: visible;
  position: absolute;
  z-index: 102;
  cursor: pointer;
  opacity: 1;
}

#header .clickable-search .search-mini-form .form-search .search-button i {
  color: inherit;
  -webkit-transition: none;
  transition: none;
}

.header .clickable-search .search-mini-form .form-search {
  overflow: visible;
}

.header .clickable-search .search-mini-form .form-search button:disabled, .header .clickable-search .search-mini-form .form-search button[disabled] {
  cursor: pointer;
  opacity: 1;
}

.header .clickable-search .search-mini-form .form-search .input-group {
  position: inherit;
}

.header .clickable-search .search-mini-form .form-search input {
  padding: 0 25px;
  max-width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  z-index: 101;
}

.header .clickable-search.open .search-mini-form .form-search input {
  border-color: rgba(0, 0, 0, 0.1);
  padding: 0 50px 0 20px;
  max-width: 300px;
  width: 300px;
}

.header .clickable-search .search-mini-form {
  padding: 0;
  width: auto;
}

#header .clickable-search.open .search-mini-form .form-search .search-button {
  z-index: 1;
  opacity: 0;
}

.header .clickable-search.open .search-mini-form .form-search .action-btn {
  z-index: 103;
  opacity: 1;
}

.header .clickable-search.open .search-mini-form .form-search .btn {
  color: #000;
}

.header .clickable-search.open .search-mini-form .form-search .btn:hover, .header .clickable-search.open .search-mini-form .form-search .btn:focus, .header .clickable-search.open .search-mini-form .form-search .btn:active {
  color: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 767px) {
  .header .clickable-search {
    display: none;
    visibility: hidden;
  }
}

/* Menu button */
#header .menu-button,
#sticky-header .menu-button {
  color: rgba(0, 0, 0, 0.8);
  padding: 0 15px;
  margin: 0;
  background: none;
  border: none;
  height: 50px;
}

#header .menu-button:hover, #header .menu-button.active {
  color: black;
}

#sticky-header .menu-button:hover, #sticky-header .menu-button.active {
  color: black;
}

#sticky-header .menu-button i {
  font-size: 24px;
  vertical-align: middle;
  height: 50px;
  display: inline-block;
  line-height: 50px;
}

#header .menu-button i {
  font-size: 24px;
  vertical-align: middle;
  height: 50px;
  display: inline-block;
  line-height: 50px;
}

#header .menu-button span {
  display: none;
  vertical-align: middle;
}

#sticky-header .menu-button span {
  display: none;
  vertical-align: middle;
}

/* Custom menu button */
#header .custom-menu-button {
  color: rgba(0, 0, 0, 0.86);
}

#header .custom-menu-button i {
  font-size: 14px;
  margin-right: 5px;
  line-height: 1;
  vertical-align: middle;
}

#header .custom-top-menu {
  overflow: hidden !important;
}

#header .custom-top-menu li.level0 > a {
  position: relative;
  top: -50px;
  opacity: 0;
}

#header .navbar-header {
  display: none;
}

#header .navbar-header .navbar-toggle.custom-menu-button.active {
  background-color: transparent;
}

.mobile-menu-wrapper {
  display: none;
  color: rgba(255, 255, 255, 0.6);
}

.mobile-menu-inner {
  width: 300px;
  background-color: #eeeeee;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99999;
  padding: 0;
  -webkit-transition: left 550ms ease;
  transition: left 550ms ease;
  left: -300px;
  overflow-y: auto;
}

.mobile-menu-inner.in {
  left: 0;
  -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
}

.mobile-inner-content-wrapper {
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
}

.mobile-menu-inner .mobile-inner-content-wrapper:before {
  content: '';
  width: 25px;
  height: auto;
  position: absolute;
  top: 0;
  right: -25px;
  bottom: 0;
  box-shadow: -10px 0px 60px -5px rgba(0, 0, 0, 0.44);
}

.mobile-menu-wrapper .form-language + .form-currency,
.mobile-menu-wrapper .form-currency + .form-language {
  margin-top: 15px;
}

body #header .mobile-menu-inner .navbar-default {
  float: none;
  display: block;
  background-color: #fff;
  border-radius: 0;
}

.mobile-menu-inner .topmenu > .nav {
  display: block !important;
  float: none;
}

.mobile-menu-inner .topmenu > .nav a {
  float: none !important;
  display: block;
}

.menu-item-title {
  background: transparent;
  border: solid #d7d7d7;
  border-width: 0 0 1px 1px;
  box-sizing: border-box;
  float: left;
  height: 46px;
  padding: 13px 0;
  text-align: center;
  width: 33.33%;
  margin: 0;
}

.menu-item-title.active {
  background: #e3e3e3;
  border-bottom: 0;
}

.menu-item-title a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}

.menu-item-title.active a {
  color: #000;
}

.menu-item-content {
  box-sizing: border-box;
  float: right;
  margin-left: -100%;
  width: 100%;
  padding: 20px;
  height: 91vh;
}

.menu-item-content .nav-wide .menu-wrapper ul.level0 li.level1 > ul {
  padding-left: 12px;
  padding-right: 12px;
}

.menu-item-content ul.topmenu li.level0 a.level-top {
  padding: .75em 20px !important;
}

.menu-item-content ul.topmenu li.level0.active > a {
  background-color: rgba(0, 0, 0, 0.1);
}

.menu-item-content .bootstrap-select > .selectpicker {
  border-color: rgba(0, 0, 0, 0.1);
  color: #222;
}

.menu-item-content .topmenu .level0:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.menu-item-content .topmenu li.level0.last {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menu-item-content .topmenu li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.menu-item-content.in {
  z-index: 99;
  position: relative;
}

.menu-item-content .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.menu-item-content .navbar-default {
  margin: -20px;
}

.mobile-menu-inner .default-links.links {
  display: block !important;
  text-align: left;
  padding-left: 0;
  color: #222;
}

#header .mobile-menu-inner .default-links.links li {
  float: none;
  display: block;
  padding: 15px 20px 15px 20px;
  border: none;
}

.mobile-menu-inner .default-links.links li + li {
  border-left: none;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.mobile-menu-inner .default-links.links li.last {
  border-left: none;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.mobile-menu-inner .default-links.links li a {
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  color: rgba(0, 0, 0, 0.6);
}

.mobile-menu-inner .default-links.links li a:before {
  content: none !important;
}

.mobile-settings {
  padding: 3px 20px 20px;
}

.mobile-settings .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.header .mobile-menu-inner .form-language,
.header .mobile-menu-inner .form-currency {
  display: block;
  padding: 0;
}

.header .mobile-menu-inner .form-language .label,
.header .mobile-menu-inner .form-currency .label {
  margin-bottom: 10px;
  display: none;
}

.header .mobile-menu-inner .form-language .bootstrap-select,
.header .mobile-menu-inner .form-currency .bootstrap-select {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.header .mobile-menu-inner .bootstrap-select.btn-group .dropdown-menu {
  width: 100%;
  border: 0;
}

.header .mobile-menu-inner p.category-image {
  display: none;
}

.back-link,
.submenu-parent-item,
a.action-link {
  display: none !important;
}

.mobile-menu-wrapper li > a.action-link + a {
  display: none !important;
}

.mobile-menu-wrapper .in-mobile.type-2 .topmenu ul {
  padding: 0 !important;
}

.header .mobile-menu-wrapper .topmenu .menu-item-button {
  top: 18px;
}

.mobile-menu-wrapper .navbar-default.in-mobile.type-2 .submenu-parent-item a {
  font-weight: 600 !important;
  color: rgba(0, 0, 0, 0.8) !important;
}

.mobile-menu-wrapper .in-mobile.type-2 .back-link,
.mobile-menu-wrapper .in-mobile.type-2 .submenu-parent-item,
.mobile-menu-wrapper .in-mobile.type-2 a.action-link {
  display: block !important;
}

.in-mobile.type-2.menu-item-button ~ .menu-item-button {
  display: none !important;
}

.mobile-menu-wrapper .in-mobile.type-2 .back-link,
.mobile-menu-wrapper .in-mobile.type-2 .submenu-parent-item {
  border-bottom: 1px solid #d1d1d1;
}

.mobile-menu-wrapper .navbar-default.in-mobile.type-2 {
  overflow: hidden;
}

.mobile-menu-wrapper .navbar-default.in-mobile.type-2 .back-link {
  border-top: none;
}

.mobile-menu-wrapper .navbar-default.in-mobile.type-2 .back-link a {
  padding-top: 16px !important;
}

.mobile-menu-wrapper .navbar-default.in-mobile.type-2 .back-link a:before {
  content: '\e913';
  font-family: 'meigeeadditional';
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  margin-right: 5px;
}

.mobile-menu-wrapper .navbar-default.in-mobile li {
  float: none;
  display: block;
  padding: 0 !important;
  position: static !important;
  border-bottom: 1px solid #d1d1d1 !important;
}

.mobile-menu-wrapper .navbar-default.in-mobile li:last-child {
  border-bottom: 0 !important;
}

.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li {
  position: static;
}

.mobile-menu-wrapper a {
  font-family: Barlow, sans-serif;
}

.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li.level-top a,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 ul.level0 li.level1 a,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 .menu-wrapper ul.level0 li.level1 > ul a {
  font-size: 16px;
  padding-left: 18px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8);
  opacity: 0.75;
  padding: 16px 30px 15px 20px;
  line-height: 1.3;
  font-family: Barlow, sans-serif;
  margin: 0;
}

.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li a {
  font-size: 16px;
  padding-left: 18px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8);
  opacity: 0.75;
  padding: 16px 30px 15px 20px;
  line-height: 1.3;
  font-family: Barlow, sans-serif;
  margin: 0;
}

.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li a .icon-more:before {
  content: '\e903';
  font-family: 'meigee';
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  vertical-align: middle;
}

.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li a .icon-more i {
  display: none;
}

.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .menu-wrapper ul {
  background-color: #fff;
}

.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .menu-inner,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .menu-wrapper,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .default-menu {
  position: absolute !important;
  left: 100% !important;
  top: 0 !important;
  height: auto;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block !important;
  z-index: 999;
  background: #fff !important;
}

.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .menu-wrapper.is-open,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .default-menu.is-open {
  left: 0 !important;
}

.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .menu-wrapper li > .menu-wrapper,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .default-menu li > .menu-wrapper,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .menu-wrapper li > ul,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .default-menu li > ul,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .menu-wrapper li > .menu-inner,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .default-menu li > .menu-inner {
  position: absolute !important;
  left: 100% !important;
  top: 0 !important;
  height: auto;
  min-height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block !important;
  z-index: 999;
  background-color: #fff !important;
}

.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .menu-wrapper li > .menu-wrapper.is-open,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .default-menu li > .menu-wrapper.is-open,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .menu-wrapper li > ul.is-open,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .default-menu li > ul.is-open,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .menu-wrapper li > .menu-inner.is-open {
  left: 0 !important;
  width: 100%;
}

.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .default-menu {
  width: 100%;
  background-color: #fff;
  overflow: visible;
}

.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .default-menu li > .menu-inner.is-open {
  left: 0 !important;
  width: 100%;
}

.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li.level0.level-top .submenu {
  padding: 0;
}

.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li.level0.level-top .submenu a {
  font-size: 14px;
  font-family: 'Open Sans';
  font-weight: 400;
}

.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li.level0.level-top .submenu li.submenu-parent-item a {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}

.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .megamenu-wrapper .megamenu-inner {
  background-image: none !important;
  background-color: #fff;
}

.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li.level-top > a {
  padding-top: 13px;
  padding-bottom: 14px;
  margin: 0;
}

/* Header Cart ================================================================================ */
#sticky-header .top-cart .block-title {
  color: rgba(0, 0, 0, 0.8);
}

#sticky-header .top-cart .block-title:hover, #sticky-header .top-cart .block-title.active {
  background-color: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.8);
}

header.header .top-cart .block-content .inner-wrapper {
  position: relative;
}

header.header .top-cart .block-content .close-btn {
  font-size: 1em;
  display: none;
  position: absolute;
  top: 0;
  left: -50px;
  opacity: 1;
  z-index: 99;
  height: 50px;
  width: 50px;
  text-align: center;
  text-shadow: none;
  background-color: #fff;
  cursor: pointer;
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  border-radius: 33px;
}

header.header .top-cart .block-content .close-btn i {
  color: #ccc;
  font-size: 48px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  display: block;
}

header.header .top-cart .block-content .close-btn id:before {
  line-height: inherit;
}

header.header .top-cart .block-content.no-items + .block-content {
  text-align: center;
}

header.header .top-cart .block-content .cart-empty {
  padding: 20px 15px;
  margin: 0;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
}

header.header .top-cart .block-content .cart-empty i {
  display: block;
  color: rgba(0, 0, 0, 0.1);
  float: left;
  font-size: 48px;
  margin: 0 20px 0 0;
}

header.header .top-cart .block-content .cart-empty .small-label {
  display: none;
  font-size: 0.78em;
}

header.header .top-cart .block-content .cart-empty a {
  color: inherit;
  font-size: inherit;
}

header.header .top-cart .block-content .cart-empty a:hover {
  text-decoration: underline;
}

header.header .top-cart .block-content .media-left {
  padding-right: 20px;
}

header.header .top-cart .block-content .product-image {
  width: 80px;
  padding: 0;
  border: none;
  display: block;
}

header.header .top-cart .block-content .top-cart .cart-price-qt {
  display: block;
  margin-top: .25em;
}

header.header .top-cart .block-content .top-cart .cart-price-qt strong {
  font-size: 1em;
  color: #fff;
  display: inline-block;
  position: relative;
  font-weight: normal;
  padding: 1px 9px;
  border-radius: 10px;
  background-color: #ffa96a;
}

header.header .top-cart .block-content .mini-products-list {
  padding: 0;
  list-style: none;
  margin: 0;
}

header.header .top-cart .block-content .mini-products-list .cart-price-qt {
  font-weight: normal;
  color: #757575;
  font-size: 18px;
  display: inline-block;
  line-height: .5;
  vertical-align: middle;
}

header.header .top-cart .block-content .mini-products-list .cart-price-qt strong {
  display: block;
  line-height: 15px;
  font-weight: inherit;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}

header.header .top-cart .block-content .mini-products-list .cart-price-qt strong span {
  color: rgba(0, 0, 0, 0.8);
  padding-left: 5px;
}

header.header .top-cart .block-content .mini-products-list .price {
  display: block;
  font-size: 14px;
  padding: 0 0 7px 0;
}

header.header .top-cart .block-content .cart-actions {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}

header.header .top-cart .block-content .cart-actions a {
  padding: 0;
  border: none;
  float: none !important;
  display: block;
}

header.header .top-cart .block-content .cart-actions a:hover {
  text-decoration: none;
}

header.header .top-cart .block-content .cart-actions a.btn-edit {
  display: none;
}

header.header .top-cart a.btn-remove {
  color: rgba(0, 0, 0, 0.4);
}

header.header .top-cart a.btn-edit {
  color: rgba(0, 0, 0, 0.4);
  font-size: 20px;
}

header.header .top-cart a.btn-remove:hover, header.header .top-cart a.btn-edit:hover {
  color: black;
}

header.header .top-cart .block-content .subtotal {
  text-align: left;
  vertical-align: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

header.header .top-cart .block-content .subtotal .price {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
}

header.header .top-cart .block-content .subtotal .label {
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
}

header.header .top-cart .block-content .top-block .actions {
  position: relative;
  padding: 24px 0 0;
  margin: 0;
  border: none;
  text-align: center;
}

header.header .top-cart .block-content .actions {
  margin: 0 30px;
  padding: 0 0 30px 0;
}

header.header .top-cart .block-content .actions .btn-primary {
  display: block;
  width: 100%;
  border: none;
  margin: 0;
}

header.header .top-cart .block-content .actions .btn-default {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  line-height: 48px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  width: 100%;
  text-transform: uppercase;
}

header.header .top-cart .block-content .actions .btn-default:focus, header.header .top-cart .block-content .actions .btn-default.focus, header.header .top-cart .block-content .actions .btn-default:active, header.header .top-cart .block-content .actions .btn-default.active, header.header .top-cart .block-content .actions .btn-default:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

header.header .top-cart .block-content .actions .btn i {
  display: inline-block;
  height: 38px;
  line-height: 40px;
  width: 38px;
  margin-right: 0;
  margin-left: 0;
  vertical-align: middle;
  font-size: 20px;
}

header.header .top-cart.top-cart.horizontal .fa-angle-down {
  margin-left: 3px;
}

@media only screen and (max-width: 320px) {
  header.header .top-cart .block-content {
    width: 300px;
  }
  header.header .top-cart .block-content .cart-empty {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .header .middle-block .right-block {
    padding: 0 10px 0 0;
  }
}

@media only screen and (min-width: 992px) {
  header.header .top-cart {
    margin: 0 0 0 15px;
  }
}

/*Header custom dropdown*/
.header .preview-dropdown-wrapper {
  margin: 0 -10px;
}

.header .preview-dropdown-wrapper:before, .header .preview-dropdown-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.header .preview-dropdown-wrapper > .row {
  margin-left: 0;
  margin-right: 0;
}

.header .preview-dropdown-wrapper .preview-block {
  display: block;
  width: 20%;
  float: left;
  padding: 0 10px 30px;
}

.header .preview-dropdown-wrapper .preview-block a {
  padding-left: 0;
  padding-right: 0;
}

.header .preview-dropdown-wrapper .preview-block:nth-child(5n) {
  clear: right;
}

.header .preview-dropdown-wrapper .preview-block:nth-child(5n+1) {
  clear: left;
}

.header .preview-dropdown-wrapper.product-page .preview-block {
  width: calc(100% / 3);
}

.header .preview-dropdown-wrapper.skins-block .preview-block {
  width: 25%;
  clear: none;
}

.header .preview-dropdown-wrapper.skins-block .preview-block:nth-child(4n), .header .preview-dropdown-wrapper.skins-block .preview-block:nth-child(4n+1) {
  clear: none;
}

.header .preview-dropdown-wrapper .preview-block .preview-image {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  position: relative;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.header .preview-dropdown-wrapper .preview-block .preview-image:before {
  content: '';
  display: block;
  z-index: 0;
  background-color: #222;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.header .preview-dropdown-wrapper.product-page .preview-block a {
  border-bottom: none;
  padding: 0;
}

.header .nav-wide .preview-dropdown-wrapper .preview-block a .preview-image:before {
  top: 0;
}

.header .preview-dropdown-wrapper .preview-block a:hover .preview-image:before {
  opacity: 0.12;
}

.header .preview-dropdown-wrapper .preview-block .title {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.header .preview-dropdown-wrapper .preview-block .title:before {
  content: none !important;
}

.header .preview-dropdown-wrapper .preview-block a:hover .subtitle,
.header .preview-dropdown-wrapper .preview-block a:hover .title {
  opacity: 0.75;
}

.header .preview-dropdown-wrapper .preview-block .subtitle {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.3;
  min-height: 30px;
}

.header .preview-dropdown-wrapper .block-title {
  display: block;
  width: 100%;
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  position: relative;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.header .preview-dropdown-wrapper .fullwidth {
  margin: 0 -23px;
}

.header .preview-dropdown-wrapper .bottom-links a {
  position: relative;
  display: block;
  padding: 13px 29px 13px 30px;
  float: none;
  font-size: 12px;
  text-transform: none;
  color: rgba(0, 0, 0, 0.5) !important;
  font-family: 'Space Mono', sans-serif;
}

.header .preview-dropdown-wrapper .bottom-links a:hover {
  background-color: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}

.header .preview-dropdown-wrapper .bottom-links a:not(.last) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* header Berry */
body.wide-header #header .container {
  max-width: 100%;
}

.boxed-header-bg #header .top-block,
.boxed-header-bg #header .middle-block,
.boxed-header-bg #header .bottom-block {
  border: none;
}

.boxed-header-bg #header .middle-block .container,
.boxed-header-bg #header .top-block .container,
.boxed-header-bg #header .bottom-block .container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.wide-header #header .bottom-block,
.boxed-header #header .bottom-block,
.boxed-header-bg #header .bottom-block .container {
  border-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .wide-header #header .middle-block,
  .boxed-header #header .middle-block,
  .boxed-header-bg #header .middle-block .container {
    border: none;
  }
}

/* Sticky Header */
body.wide-sticky #sticky-header .container {
  max-width: 100%;
}

body[class*="boxed-header"] #sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
  background: #fff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}

body.wide-header #sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  display: none;
}

#sticky-header .top-cart {
  margin: 7px 0;
}

#sticky-header .small-logo {
  margin: 10px 0;
  max-height: 40px;
  line-height: 40px;
  float: right;
}

#sticky-header .form-search {
  overflow: visible;
}

#sticky-header .form-search input {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  padding: 0 20px 0 60px;
}

#sticky-header .form-search input:focus {
  background-color: #fff;
  border-color: #cccccc;
}

#sticky-header .search-button {
  display: block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 60px;
  margin: 0 10px 0 0;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

#sticky-header .search-button i {
  font-size: 22px;
  position: relative;
}

#sticky-header .form-search {
  position: relative;
}

#sticky-header .search-mini-form .form-search .search-button.active, #sticky-header .search-mini-form .form-search .search-button:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

#sticky-header .form-search .indent {
  display: none;
  position: absolute;
  top: 100%;
  right: 3px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 30px;
  width: 360px;
  border: none;
  border-radius: 0;
  z-index: 9999;
}

#sticky-header .search-mini-form {
  padding: 0;
  margin: 7px 0;
}

#sticky-header .search-mini-form:after {
  display: table;
  content: '';
  clear: both;
}

#sticky-header .search-mini-form.focused .form-search .input-wrapper {
  border-color: #4c66d9;
}

@media only screen and (max-width: 500px) {
  #sticky-header .small-logo a img {
    max-width: 55vw;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-menu-wrapper {
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    margin: 7px 10px 7px 0;
  }
  #sticky-header .top-cart {
    margin: 7px 0;
  }
}

/**** Select ****/
.bootstrap-select {
  width: 220px;
}

.pager .dropdown-menu li > a,
.pager .dropdown-menu li > span {
  border-radius: 0;
  border: none;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  text-align: center;
}

.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
  text-transform: inherit;
}

.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}

.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
  box-shadow: none;
}

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}

.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  padding: 0;
}

.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  width: auto;
  height: auto;
  line-height: 1;
  -ms-transform: translateY(-35%);
  -webkit-transform: translateY(-35%);
  transform: translateY(-35%);
  vertical-align: middle;
  border: none;
  color: #b2945a;
  padding: 0;
}

.bootstrap-select.btn-group .btn .caret:after {
  font-family: 'meigeeadditional' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91d";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 20px;
  position: relative;
  top: -2px;
}

.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  border-radius: 0;
  font-size: 14px;
  margin-top: 0px;
  box-sizing: border-box;
}

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

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}

.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1036;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  padding: 4px 8px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}

.bootstrap-select > .selectpicker {
  background-image: none;
  border: solid 1px rgba(0, 0, 0, 0.2);
  height: 40px;
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  min-height: 40px;
  padding: 0 40px 0 10px;
  line-height: 40px;
  background-color: #f5f5f5;
}

.bootstrap-select > .selectpicker:hover, .bootstrap-select > .selectpicker:focus, .bootstrap-select > .selectpicker:active {
  background-image: none;
  border: solid 1px rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.8);
  background-color: #f5f5f5;
}

.fb-like-box {
  width: 100% !important;
}

.fb-like-box span {
  width: 100% !important;
}

.fb-like-box span iframe[style] {
  width: 100% !important;
}

.facebook-share {
  display: block;
  margin-bottom: 30px;
}

.facebook-share span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 50px;
  text-transform: uppercase;
  cursor: pointer;
}

.facebook-share span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAP1BMVEUZdtIZdtIZdtL6+vonftXC2fCLuOZRl9w1h9fu8/jI3fFOltzh7Pbf6vXQ4fK30+57r+Ndnt4sgdUgetMceNJLUSf8AAAAAnRSTlPHJM4raGAAAABcSURBVBjTpc05DoAwEEPRCTFkY4f7nxUXSJDJUPEbS6+xOOlUJJqOZlQhSghQOHgWaly9gRMppVIjbeY02Nd4AMQM4EE+3y0WbgaO5wsRIynH/eP9P0qDNCcaxV2I2gRXnFZERgAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-size: cover;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-bottom: 3px;
}

.facebook-share span:hover, .facebook-share span:focus, .facebook-share span:active {
  background-color: rgba(0, 0, 0, 0.06);
}

/*Instagram widget*/
.meigee-instagram-widget .insta-photo {
  display: block;
  position: relative;
}

.meigee-instagram-widget:not(.owl-carousel) .insta-photo {
  float: left;
  width: 25%;
  margin: 0 0 10px;
  padding: 0 5px;
}

.meigee-instagram-widget .insta-photo:after {
  content: '';
  display: block;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.18);
  position: absolute;
  top: 0;
  left: 5px;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  width: calc(100% - 10px);
}

.meigee-instagram-widget.sidebar-block .insta-photo:after {
  left: 0;
  width: 100%;
}

.meigee-instagram-widget .insta-photo:hover:after {
  opacity: 1;
}

.meigee-instagram-widget.one-column:not(.owl-carousel) .insta-photo {
  width: 100%;
}

.meigee-instagram-widget.two-columns:not(.owl-carousel) .insta-photo {
  width: 50%;
}

.meigee-instagram-widget.three-columns:not(.owl-carousel) .insta-photo {
  width: 33.3%;
}

.meigee-instagram-widget.four-columns:not(.owl-carousel) .insta-photo {
  width: 25%;
}

.meigee-instagram-widget.five-columns:not(.owl-carousel) .insta-photo {
  width: 20%;
}

.meigee-instagram-widget.six-columns:not(.owl-carousel) .insta-photo {
  width: 16.65%;
}

.meigee-instagram-widget.seven-columns:not(.owl-carousel) .insta-photo {
  width: 14.28%;
}

.meigee-instagram-widget.eight-columns:not(.owl-carousel) .insta-photo {
  width: 12.5%;
}

.meigee-instagram-widget.sidebar-block .insta-photo {
  margin: 5px 10px 5px 0;
  float: none;
  display: inline-block;
  padding: 0;
}

.meigee-instagram-widget.sidebar-block[data-columns='1'] .insta-photo {
  width: calc(100% - 10px);
}

.meigee-instagram-widget.sidebar-block[data-columns='2'] .insta-photo {
  width: calc(50% - 10px);
}

.meigee-instagram-widget.sidebar-block[data-columns='3'] .insta-photo {
  width: calc(100% / 3 - 10px);
}

.meigee-instagram-widget.sidebar-block[data-columns='4'] .insta-photo {
  width: calc(25% - 10px);
}

.meigee-instagram-widget.sidebar-block[data-columns='5'] .insta-photo {
  width: calc(20% - 10px);
}

@media only screen and (max-width: 768px) {
  .meigee-instagram-widget.five-columns:not(.owl-carousel) .insta-photo,
  .meigee-instagram-widget.six-columns:not(.owl-carousel) .insta-photo,
  .meigee-instagram-widget.seven-columns:not(.owl-carousel) .insta-photo,
  .meigee-instagram-widget.eight-columns:not(.owl-carousel) .insta-photo {
    width: 25%;
  }
}

@media only screen and (max-width: 500px) {
  .meigee-instagram-widget.three-columns:not(.owl-carousel) .insta-photo,
  .meigee-instagram-widget.four-columns:not(.owl-carousel) .insta-photo,
  .meigee-instagram-widget.five-columns:not(.owl-carousel) .insta-photo,
  .meigee-instagram-widget.six-columns:not(.owl-carousel) .insta-photo,
  .meigee-instagram-widget.seven-columns:not(.owl-carousel) .insta-photo,
  .meigee-instagram-widget.eight-columns:not(.owl-carousel) .insta-photo {
    width: 50%;
  }
}

/*Sidebar instagram*/
/* Widget: Social Links */
ul.social-links {
  position: relative;
  z-index: 9;
  list-style: none;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

ul.social-links li {
  float: none;
  display: inline-block;
  margin: 0;
}

ul.social-links li a {
  display: block;
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 38px;
  background-color: transparent;
  border-radius: 0;
  font-size: 14px;
  color: #7f7f7f;
}

ul.social-links li a i {
  line-height: inherit;
  font-size: inherit;
  vertical-align: middle;
}

ul.social-links li a:hover {
  color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.06);
}

/* Widget: Customer Reviews */
.customer-reviews-widget {
  margin-left: -10px;
  margin-right: -10px;
}

.customer-reviews-widget .item {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.customer-reviews-widget.two-items .item {
  width: 50%;
}

.customer-reviews-widget.three-items .item {
  width: 33.3334%;
}

.customer-reviews-widget.four-items .item {
  width: 25%;
}

.customer-reviews-widget.two-items .item:nth-child(2n+1) {
  clear: left;
}

.customer-reviews-widget.two-items .item:nth-child(2n+2) {
  clear: right;
}

.customer-reviews-widget.three-items .item:nth-child(3n+1) {
  clear: left;
}

.customer-reviews-widget.three-items .item:nth-child(3n+3) {
  clear: right;
}

.customer-reviews-widget.four-items .item:nth-child(4n+1) {
  clear: left;
}

.customer-reviews-widget.four-items .item:nth-child(4n+4) {
  clear: right;
}

.customer-reviews-widget.one-item .item:not(:first-child),
.customer-reviews-widget.two-items .item:not(:first-child):not(:nth-child(2)),
.customer-reviews-widget.three-items .item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)),
.customer-reviews-widget.four-items .item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
  margin-top: 1.5em;
}

.slider-container .customer-reviews-widget .owl-item {
  clear: none !important;
  padding: 0;
  margin: 0 !important;
}

.slider-container .customer-reviews-widget + .owl-buttons {
  top: -10px;
}

.customer-reviews-widget.widget-list .image-wrapper {
  float: left;
  width: 25%;
  padding-right: 10px;
}

.customer-reviews-widget.widget-list .content-wrapper {
  float: left;
  width: 75%;
  padding-left: 10px;
  text-align: left;
}

.customer-reviews-widget:not(.square-image) .image {
  display: inline-block;
  width: 56px;
  border-radius: 50%;
  overflow: hidden;
  height: 56px;
  position: relative;
  z-index: 999;
  vertical-align: middle;
  margin-right: 20px;
}

.customer-reviews-widget:not(.square-image) .image img {
  width: 180px;
  max-width: none;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -90px;
}

.customer-reviews-widget .top-block {
  border: solid 1px rgba(0, 0, 0, 0.16);
  background-color: #f5f5f5;
}

.customer-reviews-widget .product-block {
  float: left;
  width: 50%;
  padding: 36px 30px;
  border-right: solid 1px rgba(0, 0, 0, 0.16);
}

.customer-reviews-widget .author-block {
  float: left;
  width: 50%;
  padding: 34px 30px;
}

.customer-reviews-widget .right-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.customer-reviews-widget .product-name {
  font-size: 1em;
  margin-bottom: 1em;
}

.customer-reviews-widget .product-name h4 {
  margin: 0;
}

.customer-reviews-widget .price-wrapper {
  line-height: 1;
  margin-bottom: 1em;
}

.customer-reviews-widget .review-title {
  margin-bottom: 1em;
}

.customer-reviews-widget .review-title h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
}

.customer-reviews-widget .review-text {
  font-size: 13px;
  border: solid 1px rgba(0, 0, 0, 0.16);
  border-top: none;
  padding: 30px;
}

.customer-reviews-widget .review-text a.more {
  display: none;
}

.customer-reviews-widget .ratings {
  margin: 0;
}

.customer-reviews-widget .ratings .rating-box {
  float: none;
  display: inline-block;
  margin: 0;
}

.customer-reviews-widget .author {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 1em;
}

.customer-reviews-widget .author i {
  font-style: normal;
  margin-right: 5px;
}

.customer-reviews-widget .date {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.8);
}

.customer-reviews-widget .date i {
  font-size: 16px;
  margin-right: 10px;
  color: #aaa;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: 1px;
}

.customer-reviews-widget .button-wrapper {
  text-align: center;
  margin-top: 1em;
}

.customer-reviews-widget .btn {
  padding-left: 40px;
  padding-right: 40px;
}

.customer-reviews-widget.type-2 .review-text {
  font-size: 1em;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 1.5em;
  font-weight: normal;
  position: relative;
  margin-bottom: 2em;
  line-height: 1.75em;
}

.customer-reviews-widget.type-2 .review-text:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent;
  position: absolute;
  bottom: -6px;
  left: 30px;
}

.customer-reviews-widget.type-2:not(.square-image) .image {
  width: 80px;
  height: 80px;
  margin-right: 18px;
}

.customer-reviews-widget.type-2 .pull-right {
  width: 64%;
}

.customer-reviews-widget.type-2 .ratings {
  margin-bottom: 1em;
}

.customer-reviews-widget.type-2.one-item .item:not(:first-child),
.customer-reviews-widget.type-2.two-items .item:not(:first-child):not(:nth-child(2)),
.customer-reviews-widget.type-2.three-items .item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)),
.customer-reviews-widget.type-2.four-items .item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
  margin-top: 2.5em;
}

/* Product tabs widget =============================================================================== */
.product-tabs-wrapper {
  position: relative;
}

.product-tabs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  text-align: left;
  list-style-type: none !important;
  margin: 0 0 1.5em;
  border-top: solid 1px;
  border-color: #eee;
}

.top-buttons .product-tabs {
  bottom: auto;
  top: 0;
  border-top: none;
  border-bottom: solid 1px #eee;
}

.product-tabs li {
  display: inline-block;
  margin-left: 2px;
  color: rgba(0, 0, 0, 0.6);
  background: none;
  font-size: 13px;
  transition: color 400ms ease, background-color 400ms ease;
  -moz-transition: color 400ms ease, background-color 400ms ease;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  -o-transition: color 400ms ease, background-color 400ms ease;
  padding: 15px 20px 16px;
  line-height: 1;
  cursor: pointer;
  font-family: 'Barlow', sans-serif;
  margin-bottom: -1px;
  border-radius: 0;
}

.product-tabs li.current, .product-tabs li:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
}

.product-tabs li.current {
  cursor: default;
}

.product-tabs li:first-child {
  margin-left: 0;
}

.product-tabs-widget {
  position: relative;
  padding: 51px 20px 20px 20px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-tabs-box {
  top: 0;
  z-index: -1;
  position: absolute;
  left: -10000px;
}

.product-tabs-box.visible {
  display: block;
  z-index: 9;
  position: relative;
  left: 0;
}

.product-accordion.panel-group .panel-collapse.collapse {
  overflow: hidden;
}

.product-accordion.panel-group .panel-collapse.collapse .panel-body {
  display: none;
}

.product-accordion.panel-group .panel-collapse.collapsing .panel-body {
  display: none;
}

.product-accordion.panel-group .panel-collapse.collapse.in .panel-body {
  display: block;
}

/* ======================================================================================= */
/* loader */
#images-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.7);
}

#JsCssLoader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999998;
  background: rgba(0, 0, 0, 0.7);
}

.spinner {
  margin: -30px auto 0;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}

.container1 > div,
.container2 > div,
.container3 > div {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
      transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
      transform: rotateZ(90deg);
}

.circle1 {
  top: 0;
  left: 0;
}

.circle2 {
  top: 0;
  right: 0;
}

.circle3 {
  right: 0;
  bottom: 0;
}

.circle4 {
  left: 0;
  bottom: 0;
}

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

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

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

/* Home Page ============================================================================= */
.banners-block .banner {
  float: left;
  z-index: 0;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  body a.banner {
    display: block;
  }
  body a.banner img {
    opacity: 0.95;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    width: 100%;
  }
  body a.banner:hover img {
    -webkit-transform: scale3d(0.95, 0.95, 1);
    transform: scale3d(0.95, 0.95, 1);
  }
}

.fullwidth-banner.fullwidth-block .fullwidth-inner {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  background-color: #edbd31;
  background-image: url(../images/coccinelle_berry_fullwidth_banner_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.fullwidth-banner .title {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  margin-right: 30px;
  padding-right: 35px;
  padding-left: 40px;
  border-right: 1px solid #ffffff;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: 'Barlow', sans-serif;
}

.fullwidth-banner .text {
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}

.fullwidth-banner.product-top-banner .title {
  padding-left: 0;
}

@media only screen and (max-width: 768px) {
  .fullwidth-banner.fullwidth-block.product-top-banner {
    margin: 0;
  }
}

.block-product-sidebar {
  padding: 25px 26px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.block-product-sidebar ul {
  padding-top: 10px;
}

.block-product-sidebar li {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.block-product-sidebar p {
  font-size: 13px;
  line-height: 24px;
}

@media only screen and (max-width: 768px) {
  .fullwidth-banner .title {
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
  .fullwidth-banner .text {
    display: block;
  }
}

/* Home Page Sliders ================================================================================= */
.home-slider-wrapper {
  position: relative;
}

.home-slider-wrapper .slider-counter {
  position: absolute;
  z-index: 9;
  font-family: 'Barlow', sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  display: none;
}

#home-image-slider {
  margin: 0;
  width: auto;
  position: relative;
  height: 400px;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

#home-image-slider .owl-controls {
  margin: 0;
}

#home-image-slider .owl-item a {
  display: block;
  position: relative;
  z-index: 7;
}

#home-image-slider .owl-item img {
  width: 100%;
  height: auto;
  display: block;
  z-index: 7;
}

#home-image-slider .owl-item .title {
  color: rgba(0, 0, 0, 0.8);
  display: block;
  margin-bottom: 0;
  font-weight: 200;
  font-size: 22px;
  letter-spacing: -1px;
  line-height: 25px;
}

#home-image-slider .owl-item .title strong {
  font-weight: 600;
  display: block;
  font-size: inherit;
  line-height: inherit;
}

#home-image-slider .owl-item .subtitle {
  color: rgba(0, 0, 0, 0.8);
  display: block;
  margin-bottom: 13px;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#home-image-slider .owl-item .text {
  display: block;
  color: rgba(0, 0, 0, 0.3);
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

#home-image-slider .owl-item .text strong {
  display: block;
  text-decoration: underline;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  font-size: inherit;
  line-height: inherit;
}

#home-image-slider .owl-item .btn {
  padding: 0 50px;
  display: inline-block;
  margin-top: 32px;
  min-height: 50px;
}

#home-image-slider .owl-item .slide-container {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9;
  font-family: 'Barlow', sans-serif;
}

#home-image-slider .owl-item .slide-container-2 {
  position: absolute;
  z-index: 9;
  font-family: 'Barlow', sans-serif;
  display: none;
}

#home-image-slider .owl-dots {
  position: static;
  width: 100%;
  padding: 15px 0 0;
  text-align: center;
}

#home-image-slider .owl-dots .owl-dot {
  display: inline-block;
  line-height: 1;
  background-image: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0.2);
  margin: 0 10px;
  top: 0;
}

#home-image-slider .owl-dots .owl-dot:first-child {
  margin-left: 0;
}

#home-image-slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

#home-image-slider .owl-dots .owl-dot.active, #home-image-slider .owl-dots .owl-dot:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}

#home-image-slider .owl-nav {
  position: absolute;
  z-index: 3;
  display: none;
}

#home-image-slider .owl-nav div {
  padding: 0;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 56px;
  margin: 0;
  transition: background-color 300ms ease-out, color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out, color 300ms ease-out;
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
  -o-transition: background-color 300ms ease-out, color 300ms ease-out;
  float: left;
}

#home-image-slider .owl-nav div:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.8);
}

#home-image-slider .owl-nav div.owl-prev {
  margin-right: 20px;
}

@media only screen and (min-width: 768px) {
  .home-slider-wrapper .slider-counter {
    top: 20px;
    right: 20px;
    display: inline-block;
  }
  #home-image-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: auto;
  }
  #home-image-slider .owl-item .title {
    font-size: 38px;
    line-height: 40px;
  }
  #home-image-slider .owl-item .slide-container {
    top: auto;
    left: 20px;
    bottom: 23.1%;
  }
  #home-image-slider .owl-item .slide-container-2 {
    top: 20px;
    left: 20px;
    display: inline-block;
  }
  #home-image-slider .owl-nav {
    display: inline-block;
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 992px) {
  #home-image-slider {
    height: 490px;
  }
  .home-slider-wrapper .slider-counter {
    top: 30px;
    right: 30px;
  }
  #home-image-slider .owl-dots {
    left: 30px;
    bottom: 30px;
  }
  #home-image-slider .owl-nav {
    right: 30px;
    bottom: 30px;
  }
  #home-image-slider .owl-item .slide-container {
    left: 30px;
    bottom: 31.1%;
  }
  #home-image-slider .owl-item .slide-container-2 {
    top: 30px;
    left: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  #home-image-slider {
    height: 910px;
  }
  .home-slider-wrapper .slider-counter {
    top: 27.7%;
    right: 17.2%;
  }
  #home-image-slider .owl-item .title {
    font-size: 44px;
    line-height: 50px;
    letter-spacing: -2px;
  }
  #home-image-slider .owl-item .slide-container {
    left: 18.9%;
    bottom: 26.1%;
  }
  #home-image-slider .owl-item .slide-container-2 {
    top: 27.7%;
    left: 18.9%;
  }
  #home-image-slider .owl-nav {
    right: 17.2%;
  }
  #home-image-slider .owl-dots {
    left: 18.9%;
  }
}

/*Archive Slider Effect*/
.component {
  margin: 0 auto;
  position: relative;
  margin-bottom: 40px;
  max-width: 100%;
}

.component-fullwidth {
  width: 100%;
  height: 100%;
  min-height: 200px;
  margin-bottom: 0;
  background: transparent;
  position: relative;
}

#home-image-slider .navOutNext {
  -webkit-animation: scaleHalfDown 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleHalfDown 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

#home-image-slider .navInNext {
  z-index: 11;
  opacity: 1;
  -webkit-animation: slideInFromBottom 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: slideInFromBottom 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

#home-image-slider .navOutPrev {
  -webkit-animation: slideOutToBottom 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: slideOutToBottom 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

#home-image-slider .navInPrev {
  -webkit-animation: scaleHalfUp 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleHalfUp 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

#home-image-slider li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  transition: opacity 0.7s cubic-bezier(0.7, 0, 0.3, 1);
}

#home-image-slider li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  transition: opacity 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  opacity: 1;
}

#home-image-slider .navOutNext::before {
  opacity: 1;
}

#home-image-slider li::before, #home-image-slider li.current::after {
  opacity: 0;
}

#home-image-slider .navInNext::after,
#home-image-slider .navInPrev::after {
  opacity: 0;
}

#home-image-slider .navInNext::after {
  -webkit-transition: none;
  transition: none;
}

.widget-title .subtitle {
  font-size: 16px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.3);
  padding-top: 9px;
  display: inline-block;
}

@media only screen and (min-width: 1200px) {
  #shopby-slider:not(.owl-loaded),
  .instagram-slider.meigee-instagram-widget:not(.owl-loaded) {
    opacity: 0;
  }
  #shopby-slider:before,
  .instagram-slider.meigee-instagram-widget:before,
  #shopby-slider:after,
  .instagram-slider.meigee-instagram-widget:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10;
    display: block;
  }
  #shopby-slider:before,
  .instagram-slider.meigee-instagram-widget:before {
    right: 100%;
  }
  #shopby-slider:after,
  .instagram-slider.meigee-instagram-widget:after {
    left: 100%;
  }
  #shopby-slider .owl-stage-outer,
  .instagram-slider.meigee-instagram-widget .owl-stage-outer,
  #shopby-slider .owl-stage-outer,
  .instagram-slider.meigee-instagram-widget .owl-stage-outer {
    overflow: visible;
  }
  .boxed-content-bg #shopby-slider .owl-stage-outer,
  .boxed-content-bg .instagram-slider.meigee-instagram-widget .owl-stage-outer {
    overflow: hidden;
  }
  .boxed-content-bg #shopby-slider::before, .boxed-content-bg #shopby-slider::after {
    display: none;
  }
  .boxed-content-bg .instagram-slider.meigee-instagram-widget::before, .boxed-content-bg .instagram-slider.meigee-instagram-widget::after {
    display: none;
  }
}

#shopby-slider,
.instagram-slider.meigee-instagram-widget,
#shopby-block,
#shopby-slider .owl-item,
.instagram-slider.meigee-instagram-widget .owl-item {
  position: relative;
}

#shopby-slider a:hover .slide-container,
.instagram-slider.meigee-instagram-widget a:hover .slide-container,
#shopby-block a:hover .slide-container {
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  bottom: 40px;
  color: #ffffff;
  padding: 30px 40px;
}

#shopby-slider a:hover .slide-container .btn,
#shopby-block a:hover .slide-container .btn,
.instagram-slider.meigee-instagram-widget a:hover .slide-container .btn {
  color: #ffffff;
  background-color: transparent;
}

#shopby-slider a,
#shopby-block a,
.instagram-slider.meigee-instagram-widget a {
  display: block;
  position: relative;
  z-index: 7;
}

#shopby-slider img,
#shopby-block img,
.instagram-slider.meigee-instagram-widget img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 7;
}

#shopby-slider .title,
#shopby-block .title,
.instagram-slider.meigee-instagram-widget .title {
  color: inherit;
  display: block;
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  font-family: 'Barlow', sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #shopby-slider .title,
  #shopby-block .title,
  .instagram-slider.meigee-instagram-widget .title {
    font-size: 17px;
  }
}

#shopby-slider .subtitle,
#shopby-block .subtitle,
.instagram-slider.meigee-instagram-widget .subtitle {
  color: inherit;
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  font-family: 'Barlow', sans-serif;
  letter-spacing: 1px;
}

#shopby-slider .slide-container,
#shopby-block .slide-container,
.instagram-slider.meigee-instagram-widget .slide-container {
  position: absolute;
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.8);
  top: auto;
  left: 10px;
  bottom: 10px;
  right: 10px;
  padding: 24px 30px;
  z-index: 9;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #shopby-slider .slide-container,
  #shopby-block .slide-container,
  .instagram-slider.meigee-instagram-widget .slide-container {
    padding: 15px;
  }
}

#shopby-slider .left-block,
#shopby-block .left-block,
.instagram-slider.meigee-instagram-widget .slide-container .left-block {
  display: table-cell;
  width: 100%;
}

#shopby-slider .right-block,
#shopby-block .right-block,
.instagram-slider.meigee-instagram-widget .slide-container .right-block {
  display: table-cell;
  width: 30px;
  vertical-align: middle;
  padding-left: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #shopby-slider .slide-container .right-block,
  #shopby-block .slide-container .right-block,
  .instagram-slider.meigee-instagram-widget .slide-container .right-block {
    width: 25px;
    padding-left: 5px;
  }
}

#shopby-slider .slide-container .btn,
#shopby-block .slide-container .btn,
.instagram-slider.meigee-instagram-widget .slide-container .btn {
  padding: 0;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.3);
  font-size: 23px;
  border: none;
}

/* Slider Navigation */
.slider-container .owl-buttons {
  position: absolute;
  top: 50%;
  z-index: 100;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
}

.slider-container .widget-slider + .owl-buttons {
  z-index: 0;
}

.slider-container .owl-buttons.disabled {
  display: none;
  visibility: hidden;
}

.slider-container .owl-dots {
  text-align: center;
  margin: 15px 0;
}

.slider-container .owl-dots .owl-dot {
  display: inline-block;
  line-height: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0.2);
  margin: 0 5px;
}

.slider-container .owl-dots .owl-dot.active, .slider-container .owl-dots .owl-dot:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}

.slider-container .owl-dots > .owl-dot:first-child {
  margin-left: 0;
}

.slider-container .owl-dots > .owl-dot:last-child {
  margin-right: 0;
}

.slider-container .owl-buttons.large {
  right: -70px;
  left: -70px;
}

.slider-container .owl-buttons > div + div {
  float: right;
}

@media only screen and (min-width: 992px) {
  .slider-container .owl-buttons {
    left: -50px;
    right: -50px;
  }
  .boxed-content-bg .slider-container .owl-buttons {
    left: -30px;
    right: -30px;
  }
}

.owl-buttons > div {
  float: left;
  margin-left: 2px;
  -webkit-transition: color 300ms ease-out, background-color 300ms ease-out;
  transition: color 300ms ease-out, background-color 300ms ease-out;
}

.owl-buttons > div.disabled {
  opacity: 0.6;
}

.owl-buttons i {
  font-size: 20px;
  height: 24px;
  line-height: 24px;
  width: 20px;
  text-align: center;
  display: block;
  cursor: pointer;
  border-radius: 0;
  font-style: normal;
  color: inherit;
  -webkit-transition: none;
  transition: none;
}

.owl-buttons > div.disabled i {
  cursor: not-allowed;
}

.owl-buttons.large i {
  font-size: 39px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

#shopby-slider .owl-nav,
.instagram-slider.meigee-instagram-widget .owl-nav {
  position: static;
}

#shopby-slider .owl-nav div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: auto;
  z-index: 11;
  font-size: 25px;
  width: 40px;
  height: 40px;
  line-height: 46px;
  text-align: center;
}

.instagram-slider.meigee-instagram-widget .owl-nav div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: auto;
  z-index: 11;
  font-size: 25px;
  width: 40px;
  height: 40px;
  line-height: 46px;
  text-align: center;
  line-height: 42px;
}

#shopby-slider .owl-nav .owl-next,
.instagram-slider.meigee-instagram-widget .owl-nav .owl-next {
  right: -60px;
}

.boxed-content-bg #shopby-slider .owl-nav .owl-next,
.boxed-content-bg .instagram-slider.meigee-instagram-widget .owl-nav .owl-next {
  right: -35px;
}

@media (max-width: 1331px) {
  #shopby-slider .owl-nav .owl-next,
  .instagram-slider.meigee-instagram-widget .owl-nav .owl-next {
    right: 10px;
  }
}

#shopby-slider .owl-nav .owl-prev,
.instagram-slider.meigee-instagram-widget .owl-nav .owl-prev {
  left: -60px;
}

.boxed-content-bg #shopby-slider .owl-nav .owl-prev,
.boxed-content-bg .instagram-slider.meigee-instagram-widget .owl-nav .owl-prev {
  left: -35px;
}

@media (max-width: 1331px) {
  #shopby-slider .owl-nav .owl-prev,
  .instagram-slider.meigee-instagram-widget .owl-nav .owl-prev {
    left: 10px;
  }
}

#shopby-slider.grid-view {
  margin: 0 -10px;
}

#shopby-slider.grid-view:before, #shopby-slider.grid-view:after {
  content: '';
  display: table;
  clear: both;
}

#shopby-slider.grid-view .owl-item {
  padding: 0 10px;
  width: 33.2%;
  display: block;
  float: left;
}

@media only screen and (max-width: 767px) {
  #shopby-slider.grid-view .owl-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .slider-container .owl-buttons {
    left: -10px;
    right: -10px;
  }
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
  transition: background-color 300ms ease-out, color 300ms ease-out;
}

.owl-carousel .owl-nav .owl-prev i,
.owl-carousel .owl-nav .owl-next i {
  color: inherit;
  -webkit-transition: none;
  transition: none;
}

/*Menu Category Slider =============================================================================== */
.menu-category-slider {
  margin-top: 19px;
  min-height: auto;
  width: 100%;
}

.menu-category-slider .owl-nav div {
  padding: 0;
  position: absolute;
  z-index: 3;
  top: 50%;
  font-size: 22px;
  opacity: 1;
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 0;
  margin: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 400ms ease, background-color 300ms;
  -moz-transition: opacity 400ms ease, background-color 300ms;
  -webkit-transition: opacity 400ms ease, background-color 300ms;
  -o-transition: opacity 400ms ease, background-color 300ms;
}

.menu-category-slider .owl-nav div:hover {
  background-color: #f2c94c;
  color: rgba(0, 0, 0, 0.8);
}

.menu-category-slider .owl-nav div i {
  font-style: normal;
  line-height: 1;
  display: inline-block;
  font-size: inherit;
  top: 50%;
  width: 28px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu-category-slider .owl-nav div span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.menu-category-slider .owl-nav div.owl-prev {
  left: 0;
}

.menu-category-slider .owl-nav div.owl-next {
  right: 0;
}

.menu-category-slider .owl-nav div.owl-next i:first-child {
  left: -50%;
}

.menu-category-slider .owl-nav div.owl-next i:last-child {
  left: 50%;
}

.menu-category-slider .owl-nav div.owl-next:hover i:first-child {
  left: 50%;
}

.menu-category-slider .owl-nav div.owl-next:hover i:last-child {
  left: 150%;
}

.menu-category-slider .owl-nav div.owl-prev i:first-child {
  left: 50%;
}

.menu-category-slider .owl-nav div.owl-prev i:last-child {
  left: 150%;
}

.menu-category-slider .owl-nav div.owl-prev:hover i:first-child {
  left: -50%;
}

.menu-category-slider .owl-nav div.owl-prev:hover i:last-child {
  left: 50%;
}

.menu-category-slider .item .slide-container {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 25px;
  text-align: center;
  z-index: 9;
}

.menu-category-slider .item .title {
  color: rgba(0, 0, 0, 0.8);
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

ul.topmenu li a.title {
  line-height: 1.5em;
  display: block;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
}

/* Widgets =============================================================================== */
body .widget .widget-title {
  position: relative;
  padding-bottom: 35px;
  padding-top: 0;
  margin: 0;
  text-align: center;
}

.widget-title {
  position: relative;
  padding-bottom: 35px;
  padding-top: 0;
  margin: 0;
  text-align: center;
}

.widget-title .owl-buttons {
  display: inline-block;
  float: right;
  margin-left: 10px;
  vertical-align: middle;
}

.widget-title .owl-buttons i {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  width: 30px;
}

.widget-title.text-center.with-owl-buttons {
  position: relative;
  padding-right: 72px;
  padding-left: 72px;
}

.widget-title.with-owl-buttons .owl-buttons {
  position: absolute;
  top: 0;
  right: 0;
}

body .widget-title h2,
body .widget-title h3 {
  display: block;
  vertical-align: middle;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.11;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
  text-transform: none;
  letter-spacing: -0.2px;
}

body .widget .widget-title h2,
body .widget .widget-title h3 {
  display: block;
  vertical-align: middle;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.11;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
  text-transform: none;
  letter-spacing: -0.2px;
}

body .widget-title h3,
body .widget .widget-title h3 {
  text-transform: uppercase;
}

.widget .widget-title a.more-link {
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.083em;
  color: rgba(0, 0, 0, 0.44);
}

.widget .widget-title a.more-link:hover {
  color: #B2945A;
}

body .widget .widget-title .widget-subtitle,
.widget-title .widget-subtitle {
  color: rgba(0, 0, 0, 0.8);
  display: block;
  margin-bottom: .75em;
}

/* Widget */
body .col-main .widget-compared,
body .col-main .widget-viewed,
body .col-main .widget-new-products {
  margin: 0;
}

body .widget.widget-compared .product-image,
body .widget.widget-viewed .product-image {
  width: 100%;
  height: auto;
}

body .widget-new-products .products-grid .product-image,
body .widget-new-products .products-list .product-image {
  width: 100%;
  height: auto;
}

body .widget.widget-compared .price-box p,
body .widget.widget-viewed .price-box p {
  margin-bottom: 0;
}

body .widget-new-products .products-grid .price-box p,
body .widget-new-products .products-list .price-box p {
  margin-bottom: 0;
}

body .widget.widget-compared .products-grid .availability {
  padding: 1px 3px 1px;
  margin-bottom: .667em;
}

body .widget.widget-compared .products-list .availability {
  padding: 1px 3px 0px;
  font-size: .833em;
  margin-bottom: .667em;
}

body .widget.widget-viewed .products-list .availability,
body .widget.widget-viewed .products-grid .availability {
  padding: 1px 3px 0px;
  font-size: .833em;
  margin-bottom: .667em;
}

body .widget-new-products .products-grid .availability,
body .widget-new-products .products-list .availability {
  padding: 1px 3px 0px;
  font-size: .833em;
  margin-bottom: .667em;
}

body .widget.widget-compared .product-shop,
body .widget-viewed .products-list .product-shop,
body .widget-new-products .products-list .product-shop {
  margin-left: 0;
}

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

.featured-category .product-name {
  padding-top: 20px;
}

.featured-category .product-name a {
  font-weight: 400;
}

/* Sidebar =============================================================================== */
.block {
  margin-bottom: 20px;
  z-index: 10;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body[class*='blog-'] .sidebar-inner,
.catalogsearch-result-index .sidebar-inner,
.catalog-category-view .sidebar-inner,
.sidebar-inner {
  padding-top: 0;
}

.cart-block-wrapper {
  margin-bottom: 30px;
}

.block:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.sidebar .block a:not(.btn) {
  color: rgba(0, 0, 0, 0.6);
}

.sidebar .block a:not(.btn):hover {
  color: #B2945A;
}

.block-title {
  margin: 0;
  font-family: 'Noto Serif', serif;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  padding: 6px 0 15px 0;
  font-size: 24px;
  position: relative;
  text-transform: none;
  letter-spacing: 0;
}

.block-title strong {
  font-weight: 600;
}

.block.block-fblikebox .block-title {
  margin-left: 0;
  margin-right: 0;
}

.block .block-title a {
  text-decoration: none !important;
}

.block .block-subtitle {
  font-size: 18px;
  font-weight: 600;
  font-family: Barlow, sans-serif;
  color: rgba(0, 0, 0, 0.8);
}

.block .block-content li.item {
  padding: 0;
}

.block p.product-name {
  margin-bottom: 0;
}

.block p.product-name a {
  display: inline-block !important;
}

.block:not(.block-related) .block-content li a {
  position: relative;
  padding: .5em 0 .5em 18px;
  display: inline-block;
}

.block.block-viewed .block-content li {
  padding-left: 0 !important;
}

.block.block-viewed .block-content li a {
  padding-left: 10px !important;
}

.block.block-viewed .block-content li a:before {
  content: "\e943";
  display: inline-block;
  font-family: "meigeeadditional";
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  margin-right: 5px;
  margin-left: -10px;
  color: #B2945A;
}

.block:not(.block-related) .block-content li .product-name a {
  font-size: 15px;
  display: inline;
}

.block:not(.block-related) .block-content li a.btn-remove {
  padding-left: 0;
}

.block .btn-remove,
.block .btn-edit {
  float: right;
}

.block .actions {
  padding-top: 1.5em;
  text-align: left;
}

.block .actions .btn-default + .btn-primary {
  margin-left: 14px;
}

.block .block-content ul,
.block .block-content ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar .widget-static-block {
  margin: 0 !important;
}

.sidebar .block-banner {
  position: relative;
}

.sidebar .block-banner a {
  display: block;
  width: 100%;
}

.sidebar .block-banner .btn {
  position: absolute;
  top: 38%;
  left: 50%;
  -webkit-transform: translateX(-57%);
      -ms-transform: translateX(-57%);
          transform: translateX(-57%);
}

/* Block: Cart */
.block.block-cart .block-subtitle {
  margin: 0 0 12px;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  padding: 0 0 14px;
  font-size: 18px;
  position: relative;
  text-transform: none;
  letter-spacing: -0.4px;
}

.block.block-cart .empty {
  text-align: left;
  font-size: 16px;
}

.block.block-cart .empty:after {
  display: table;
  content: '';
  clear: both;
}

.block.block-cart .empty p {
  line-height: 25px;
}

.block.block-cart .empty p span {
  text-align: center;
  font-family: 'Barlow', sans-serif;
  color: #222;
  font-size: 14px;
}

.block.block-cart .empty p.or {
  color: #aaa;
  position: relative;
}

.block.block-cart .empty p.or:before, .block.block-cart .empty p.or:after {
  content: '';
  display: inline-block;
  width: 30px;
  border-bottom: solid 1px;
  border-color: inherit;
  margin: 0 9px;
  vertical-align: middle;
}

.block.block-cart .empty .icon {
  display: inline-block;
  margin: 0 20px 0 0;
  float: left;
}

.block.block-cart .empty i {
  font-size: 50px;
  color: rgba(0, 0, 0, 0.1);
  line-height: 1;
}

.block-cart .product-image {
  padding: 0 !important;
}

.block-cart .cart-price-qt strong {
  font-weight: normal;
}

.block-cart .block-content .mini-products-list {
  padding-bottom: .75em;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.block-cart .block-content .mini-products-list .product-details {
  float: right;
  width: 67%;
  padding-right: 7%;
  margin: 0;
  position: relative;
}

.block-cart .block-content .mini-products-list .product-details .price {
  line-height: 1.583em;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}

.block-cart .block-content .subtotal {
  text-align: left;
  margin: 0;
}

.block-cart .block-content .subtotal .label,
.block-cart .block-content .subtotal .price {
  display: inline-block;
  font-size: 1.16em;
  font-weight: normal;
  line-height: 1.25em;
  padding: 0;
}

.block-cart .block-content .subtotal .label {
  color: #222;
}

.block-cart.block .block-content .mini-products-list li {
  padding: 0 0 20px;
  margin: 0;
  clear: both;
  position: relative;
}

.block-cart.block .block-content .mini-products-list li .product-image {
  min-width: 60px;
}

.block-cart.block .block-content .product-name {
  margin-bottom: 3px;
  text-align: left;
  font-size: 12px;
  padding-right: 50px;
  font-weight: 400;
}

.block-cart.block .block-content .product-name a {
  font-size: 15px;
  color: #222;
  line-height: 1.25em;
  padding: 0;
}

.block-cart.block .block-content .product-box {
  font-size: 1em;
  line-height: 1.5em;
  text-align: left;
}

.block-cart.block .product-image {
  padding: 0;
}

.block-cart.block .block-content .cart-actions {
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.block-cart.block .block-content .btn-remove {
  float: none;
  padding: 0;
  display: block;
}

.block-cart.block .block-content .btn-edit {
  float: none;
  padding: 0;
  display: block;
  font-size: 20px;
}

.block-cart.block .block-content .summary .amount {
  display: none;
}

.block-cart.block .block-content .subtotal .price,
.block-cart.block .block-content .subtotal .label {
  vertical-align: bottom;
  line-height: 18px;
}

.block-cart.block .block-content .price {
  font-size: 16px;
  font-weight: bold;
}

.block-cart .subtotal {
  text-align: center;
}

.block-cart .actions .paypal-logo {
  float: left;
  width: 100%;
  margin: 3px 0 0;
  text-align: right;
}

.block-cart .actions .paypal-logo .paypal-or {
  clear: both;
  display: block;
  padding: 0 55px 5px 0;
}

/* Block: Wishlist */
.block.block-wishlist {
  position: relative;
}

.block.block-wishlist .item {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.5em;
}

.block.block-wishlist .item:last-child {
  margin: 0;
}

.block.block-wishlist .item .product-image {
  display: inline-block;
  width: 60px;
  padding: 0;
  vertical-align: top;
}

.block.block-wishlist .item .product-image img {
  width: 100%;
}

.block.block-wishlist .item .product-name {
  padding-right: 20px;
  margin-bottom: 4px;
  font-weight: 400;
}

.block.block-wishlist .item .product-name a {
  display: inline;
}

.block.block-wishlist .item .ratings {
  margin-top: 0;
  margin-bottom: 4px;
}

.block.block-wishlist .item .price-box {
  margin-bottom: 1em;
}

.block.block-wishlist .item .price-box.map-info {
  float: none;
}

.block.block-wishlist .item .price-box .price {
  font-style: normal;
}

.block.block-wishlist .item .btn-remove {
  padding: 0;
  margin-top: 2px;
}

.block.block-wishlist .item .btn-remove i {
  color: rgba(0, 0, 0, 0.6);
  padding: 5px;
  line-height: 1;
}

.block.block-wishlist .item.last {
  padding-bottom: 0;
}

.block.block-wishlist .link-cart {
  padding: 5px 10px;
  display: none;
}

.block.block-wishlist .item .btn-remove i:hover {
  color: #222;
}

.block.block-wishlist .slider-buttons {
  position: absolute;
  top: 12px;
  right: 0;
}

.side-sidebar .block.block-wishlist .slider-buttons .owl-prev:first-child,
.side-sidebar .block.block-wishlist .slider-buttons .owl-next:last-child {
  display: none;
}

.block.block-wishlist .actions a i {
  margin: 0 9px 0 0;
  padding: 0;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.block.block-wishlist .block-subtitle,
.block.block-wishlist .separator,
.block.block-wishlist .add-review {
  display: none;
}

.block.block-wishlist .ratings .rating-links {
  margin: 0;
}

#wishlist-slider .es-carousel-wrapper {
  position: relative;
}

#wishlist-slider .es-carousel {
  min-height: 75px;
  overflow: hidden;
}

#wishlist-slider .carousel-ul {
  margin: auto;
}

#wishlist-slider .carousel-ul > .item {
  float: left;
  display: block;
}

#wishlist-slider .carousel-ul a.product-image img {
  display: block;
  border: none;
  max-height: none;
  max-width: none;
}

/* Block: Block List */
.block.block-list .block-content li.item {
  width: 100%;
  overflow: hidden;
  border-bottom: dotted 1px rgba(0, 0, 0, 0.1);
  padding-left: 10px;
}

.block.block-list .block-content li.item:last-of-type {
  border: none;
}

.block-list li.item a {
  padding: .25em 5px;
  display: inline-block;
}

.block-list li.item:first-child {
  border-top: none;
}

/* Block: Compare Products */
.block-compare li.item {
  width: 100%;
  overflow: hidden;
}

.sidebar .block-compare .item .product-image {
  display: inline-block;
  width: 60px;
  padding: 0;
  vertical-align: top;
}

.sidebar .block-compare .item .product-image img {
  width: 100%;
}

.sidebar .block-compare .item .product-name {
  padding-right: 20px;
  margin-bottom: 4px;
  font-weight: 400;
}

.sidebar .block-compare .item .ratings {
  margin-top: 0;
  margin-bottom: 4px;
}

.sidebar .block-compare .item .product-name a {
  padding: 0;
  max-width: 86%;
}

.sidebar .block-compare .item .btn-remove {
  padding: 0;
  margin-top: 2px;
}

.sidebar .block-compare li.item .btn-remove i {
  color: rgba(0, 0, 0, 0.6);
}

.sidebar .block-compare li.item .btn-remove i:hover {
  color: #222;
}

.sidebar .block.block-compare .separator,
.sidebar .block.block-compare .add-review {
  display: none;
}

.sidebar .block.block-compare .ratings .rating-links {
  margin: 0;
}

.sidebar .block.block-compare .ratings .rating-links a {
  margin: 0;
  padding: 0;
}

.sidebar .block.block-compare .block-content li.item {
  border: none;
  padding: 0;
}

.sidebar .block.block-compare .block-content li.item + li.item {
  padding-top: 20px;
}

.sidebar .block.block-compare .actions {
  padding-top: 15px;
}

.sidebar .block.block-compare .actions .btn {
  margin-top: 15px;
  padding: 0 15px;
}

.sidebar .block.block-compare .actions .btn + .btn {
  margin-left: 10px;
}

.sidebar .block.block-compare .actions .btn i {
  margin-right: 9px;
  position: relative;
  top: 1px;
}

.sidebar .block.block-compare .actions .btn i.meigeeadditional-compare {
  font-size: 20px;
  top: 3px;
}

.sidebar.side-sidebar .block.block-compare .actions .btn {
  padding: 0 9px;
}

.sidebar.side-sidebar .block.block-compare .actions .btn + .btn {
  margin-left: 5px;
}

.sidebar.side-sidebar .block.block-compare .actions .btn i {
  margin-right: 4px;
}

/* Block: Poll */
.block-poll .block-title {
  margin: 0;
}

.block-poll li {
  padding: .25em 5px;
  background: none;
}

.block-poll .label {
  display: block;
  float: left;
  width: 80%;
  text-align: left;
  font-size: 1.083em;
  color: inherit;
  font-weight: normal;
}

.block-poll label {
  font-weight: normal;
  cursor: pointer;
}

.block-poll #poll-answers li {
  padding-left: 0;
  padding-right: 0;
}

.block-poll .answer {
  float: left;
  width: 70%;
}

.block-poll .answer span {
  display: block;
  width: 140px;
}

.block-poll .votes {
  float: right;
  width: 28%;
  text-align: right;
}

.block-poll .btn i {
  margin-right: 9px;
  display: none;
}

.block-poll input[type="radio"] {
  display: none;
}

.block-poll input[type="radio"] + .label:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  box-shadow: none;
}

.block-poll input[type="radio"]:checked + .label:before {
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 0 2px #fff;
}

/* Block: Tags */
.block.block-tags .block-content {
  padding-left: 0;
}

.block.block-tags .block-content ul {
  margin-bottom: 0;
  display: block;
  font-size: 1em;
}

.block.block-tags .block-content ul li {
  display: inline-block;
  margin-bottom: 2px;
  padding: 0;
}

.block.block-tags .block-content ul li a {
  display: inline-block;
  font-style: normal;
  padding: 2px 3px;
}

.block.block-tags .block-title strong {
  display: inline-block;
  padding-top: 2px;
}

.block.block-tags .actions {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  float: right;
}

body .block.block-tags .actions a {
  color: #aaa;
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  background-color: transparent;
  border: none;
  min-height: auto;
}

body .block.block-tags .actions a:before {
  content: none;
}

body .block.block-tags .actions a:hover {
  color: #222;
  opacity: .9;
  background-color: transparent;
  border-color: transparent;
}

.block.block-tags .actions a:after {
  content: none;
}

.block.block-tags .actions a i {
  margin: 0 9px 0 0;
  padding: 0;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  top: 1px;
}

/* Block: Reorder */
.block-reorder .block-content li.item {
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.block-reorder .block-content li.item a {
  padding: .33em 0 .33em 10px;
}

.block-reorder .block-content li.item a i.fa {
  margin-right: 5px;
}

.block-reorder input.checkbox {
  float: left;
  margin: .7em 0 0;
}

.block-reorder .product-name {
  margin-left: 0;
  float: left;
  width: 80%;
  margin-bottom: 0;
  padding-left: 0;
}

.block-reorder .actions {
  text-align: left;
}

.block-reorder .actions .btn {
  padding: 0 15px;
}

/* Block: Banner */
.block-banner .block-content {
  padding: 0;
  text-align: center;
}

/* Block: Login */
/* Paypal */
.sidebar .paypal-logo {
  display: block;
  margin: 0.75em 0 1.5em;
  text-align: center;
}

.sidebar .paypal-logo a {
  float: none;
}

/* Newsletter */
.block-subscribe .validation-advice {
  display: block;
  top: 100%;
  max-width: 100%;
  color: #ff1744;
  position: absolute;
  left: 0;
  text-align: left;
  background-image: none;
}

.block-subscribe .validation-advice:after {
  display: none;
}

.block-subscribe .validation-failed {
  border: 1px solid #f44336 !important;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.6);
}

.subscribe-block {
  border: 0;
  padding: 0;
}

.subscribe-block .block-title {
  display: block;
  vertical-align: middle;
  margin: 4px 0 21px 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  border: 0;
}

.subscribe-block .block-subscribe {
  display: block;
  border-bottom: none;
  padding-bottom: 0;
}

.subscribe-block .block-content label {
  padding: 0;
  margin: 0 0 15px 0;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}

.block-subscribe .form-subscribe-header label {
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.form-subscribe-header {
  display: block;
}

.subscribe-block .block-content .input-wrapper,
.sidebar .block-subscribe .block-content .input-wrapper {
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
  padding: 0;
  position: relative;
  width: 100%;
  max-width: calc(100% - 50px);
  margin-left: auto;
  margin-right: 0;
  float: left;
}

.subscribe-block .btn,
.sidebar .block-subscribe .block-content .btn {
  display: inline-block;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.04);
  height: 50px;
  border-radius: 0;
  padding: 0;
  line-height: 60px;
  width: 50px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background-clip: padding-box;
}

.subscribe-block .btn:active {
  box-shadow: none;
}

.sidebar .block-subscribe .block-content .btn:active {
  box-shadow: none;
}

.sidebar .block-subscribe .block-content .btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
  color: #000;
}

.subscribe-block .btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
  color: #000;
}

.subscribe-block .btn i {
  font-size: 24px;
}

.sidebar .block-subscribe .block-content .btn i {
  font-size: 24px;
}

.sidebar .block-subscribe .block-content .input-wrapper {
  width: calc(100% - 50px);
}

@media only screen and (min-width: 768px) {
  .subscribe-block .block-content .input-wrapper,
  .sidebar .block-subscribe .block-content .input-wrapper {
    max-width: 350px;
  }
}

/* Content Area Subscribe Block */
.content-wrapper .subscribe-block .block-subscribe {
  display: inline-block;
  min-width: 100%;
  padding: 50px 20px;
}

.content-wrapper .subscribe-block .fullwidth-inner {
  background-repeat: repeat;
  background-position: left top;
}

.content-wrapper .subscribe-block .block-title {
  margin: 0px 0 5px 0;
  font-size: 36px;
  line-height: 1;
}

.content-wrapper .subscribe-block .block-content .input-wrapper {
  max-width: calc(100% - 50px);
}

.content-wrapper .subscribe-block .block-content input[type="text"] {
  border-radius: 25px 0 0 25px;
  line-height: 50px;
}

.content-wrapper .subscribe-block .btn {
  border-radius: 0 25px 25px 0;
}

@media only screen and (min-width: 768px) {
  .content-wrapper .subscribe-block .block-subscribe {
    min-width: 415px;
  }
}

@media only screen and (min-width: 992px) {
  .content-wrapper .subscribe-block .block-subscribe {
    padding: 140px 0;
  }
}

/* ======================================================================================= */
/*Lorraine Welcome Message Block*/
.wellcome-msg-block {
  font-size: 16px;
  line-height: 30px;
}

.wellcome-msg-block .title {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 29px;
  letter-spacing: -1.1px;
}

.wellcome-msg-block .msg {
  margin-bottom: 20px;
}

@media only screen and (min-width: 767px) {
  .wellcome-msg-block .msg {
    padding: 0 10%;
  }
}

@media only screen and (min-width: 992px) {
  .wellcome-msg-block .msg {
    padding: 0 20%;
  }
}

@media only screen and (max-width: 767px) {
  .wellcome-msg-block .title {
    font-size: 30px;
  }
}

/* ======================================================================================= */
/*Top Category Banner*/
body.boxed-header-bg .category-top-banner,
body.boxed-header-bg .product-top-banner {
  margin: 0 auto;
}

body.boxed-content-bg .header-breadcrumbs-wrapper .category-top-banner,
body.boxed-content-bg .header-breadcrumbs-wrapper .product-top-banner {
  margin: 0 auto;
}

body.boxed-header-bg .product-top-banner .fullwidth-inner {
  margin: 0;
}

.category-top-banner .container {
  padding-top: 55px;
  padding-bottom: 45px;
}

.category-top-banner .title {
  color: #fff;
  display: block;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 200;
  line-height: 50px;
  letter-spacing: -1.1px;
  font-family: 'Barlow', sans-serif;
}

.category-top-banner .title strong {
  font-weight: 600;
  display: block;
  font-size: inherit;
  line-height: inherit;
}

.category-top-banner .text {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  padding: 16px 0 16px 30px;
}

.category-top-banner .btn {
  float: right;
  margin-top: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-top-banner .fullwidth-inner .container {
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .category-top-banner .title {
    padding-left: 30px;
  }
  .category-top-banner .title strong {
    display: inline;
  }
}

@media only screen and (max-width: 768px) {
  .category-top-banner .title {
    font-size: 36px;
  }
  .category-top-banner .container {
    padding-top: 10px;
    padding-bottom: 25px;
  }
  .wide-content .fullwidth-block.category-top-banner,
  .boxed-content .fullwidth-block.category-top-banner {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .category-top-banner .text {
    padding-left: 0;
    font-size: 15px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-top-banner .text {
    padding: 10px 0;
  }
  .category-top-banner .title strong {
    display: inline;
  }
}

@media only screen and (max-width: 767px) {
  .category-top-banner .btn {
    float: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-top-banner .btn {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/*Category listing banner*/
.listing-banner-wrapper {
  width: 100% !important;
  float: left;
}

.listing-banner-wrapper .listing-banner {
  display: block;
  position: relative;
  margin-bottom: 0;
  padding: 0;
  color: #fff;
}

.listing-banner-wrapper .listing-banner .img {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: block;
  width: 100%;
  min-height: 140px;
}

.listing-banner-wrapper .listing-banner:hover .img {
  -webkit-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}

.listing-banner-wrapper .listing-banner .title {
  font-family: 'Barlow', sans-serif;
  font-size: 20px;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  position: absolute;
  left: 50px;
  top: 56px;
  -webkit-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}

.listing-banner-wrapper .listing-banner:hover .title {
  top: 45px;
}

.listing-banner-wrapper .listing-banner .text {
  font-size: 14px;
  display: block;
  position: absolute;
  opacity: 0;
  left: 50px;
  top: 56px;
  -webkit-transition: top 0.3s ease-out, opacity 0.3s ease-out;
  transition: top 0.3s ease-out, opacity 0.3s ease-out;
}

.listing-banner-wrapper .listing-banner:hover .text {
  opacity: 1;
  top: 75px;
}

.category-description .listing-banner {
  display: none;
}

@media only screen and (max-width: 767px) {
  .listing-banner-wrapper .listing-banner {
    padding: 0;
  }
  .listing-banner-wrapper .listing-banner .img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .listing-banner-wrapper .listing-banner .title {
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
    left: 20px;
    top: 16px;
    -webkit-transition: none;
    transition: none;
  }
  .listing-banner-wrapper .listing-banner .text {
    margin-top: 15px;
    left: 20px;
    top: 63px;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
  }
}

@media only screen and (max-width: 374px) {
  .listing-banner-wrapper .listing-banner .title {
    left: 10px;
  }
  .listing-banner-wrapper .listing-banner .text {
    left: 10px;
    padding-right: 10px;
  }
}

.listing-banner-wrapper.fullwidth {
  width: 100% !important;
}

.listing-banner-wrapper ~ li.item,
.listing-banner-wrapper + li.item + li.item {
  clear: none !important;
}

.products-grid.three-columns .listing-banner-wrapper ~ li.item:nth-of-type(3n+2),
.products-grid.four-columns .listing-banner-wrapper ~ li.item:nth-of-type(4n+2),
.products-grid.five-columns .listing-banner-wrapper ~ li.item:nth-of-type(5n+2),
.products-grid.six-columns .listing-banner-wrapper ~ li.item:nth-of-type(6n+2),
.products-grid.seven-columns .listing-banner-wrapper ~ li.item:nth-of-type(7n+2),
.products-grid.eight-columns .listing-banner-wrapper ~ li.item:nth-of-type(8n+2) {
  clear: left !important;
}

.listing-banner-wrapper + li.item {
  clear: right !important;
}

.products-grid.three-columns .listing-banner-wrapper ~ li.item:nth-of-type(3n+3),
.products-grid.four-columns .listing-banner-wrapper ~ li.item:nth-of-type(4n+3),
.products-grid.five-columns .listing-banner-wrapper ~ li.item:nth-of-type(5n+3),
.products-grid.six-columns .listing-banner-wrapper ~ li.item:nth-of-type(6n+3),
.products-grid.seven-columns .listing-banner-wrapper ~ li.item:nth-of-type(7n+3),
.products-grid.eight-columns .listing-banner-wrapper ~ li.item:nth-of-type(8n+3) {
  clear: right !important;
}

body .modal-backdrop {
  z-index: 99999;
}

/* Popup Block */
#popup-block {
  z-index: 100000;
  display: none;
}

#popup-block .modal-backdrop {
  z-index: 0;
  background-color: #333333;
}

#popup-block .modal-backdrop.in {
  opacity: 0.55;
}

#popup-block .modal-dialog {
  position: static;
  margin: 0 auto;
  height: 100%;
}

#popup-block .modal-dialog .modal-content {
  position: absolute;
  top: auto;
  bottom: 0;
  overflow: visible;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border: 0;
}

#popup-block .modal-header {
  padding: 0;
  min-height: 0;
  border: none;
}

#popup-block .block-subscribe .validation-advice {
  top: -25px;
  left: 30px;
  margin-bottom: 0;
  right: auto;
  bottom: auto;
}

#popup-block .block-subscribe .validation-advice[id*="advice-required"] {
  top: calc(100% - 59px);
}

#popup-block .modal-header .close {
  font-size: 22px;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
  z-index: 999;
  height: 22px;
  width: 22px;
  min-width: 1px;
  cursor: pointer;
  border: 0;
  padding: 0;
  box-shadow: none;
  background-color: transparent;
  color: #b2b2b2;
}

#popup-block.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 300px);
  -ms-transform: translate(0, 300px);
  transform: translate(0, 300px);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

#popup-block.modal.in .modal-dialog {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
}

#popup-block .modal-header .close:hover i {
  color: #000;
}

#popup-block .modal-dialog .modal-body {
  padding: 0;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

#popup-block .block-subscribe {
  text-align: left;
  margin-bottom: 0;
  padding: 0;
  background: none;
  border: none;
  width: 50%;
  float: right;
}

#popup-block .block-subscribe .block-title {
  padding: 25px 30px 22px;
  margin: 0;
  border: 0;
}

#popup-block .block-subscribe .block-title:after {
  content: none;
}

#popup-block .block-subscribe .block-content {
  padding: 0 30px;
  position: relative;
}

#popup-block .block-subscribe h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

#popup-block .required {
  margin-top: 2px;
}

#popup-block .block-subscribe label {
  margin: 0 0 13px 0;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
  font-size: 14px;
}

#popup-block .block-subscribe input[type="text"] {
  height: 40px;
  line-height: 38px;
  min-height: 40px;
}

#popup-block .block-subscribe .btn {
  height: 40px;
  line-height: 38px;
  min-height: 40px;
  width: 100%;
  margin-top: 20px;
}

#popup-block .popup-content-wrapper {
  height: 100%;
  background-repeat: no-repeat;
  background-position: left;
}

#popup-block .popup-bottom {
  width: 50%;
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 22px;
  text-align: center;
  margin: 0;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
}

#popup-block .popup-bottom input[type="checkbox"] {
  margin-right: 5px;
  position: relative;
  top: 3px;
}

@media only screen and (max-width: 767px) {
  #popup-block .modal-dialog .modal-content {
    max-width: calc(100vw - 20px);
    left: 10px;
  }
  #popup-block.mobile-hide {
    display: none !important;
  }
  #popup-block .popup-content-wrapper {
    background-image: none !important;
  }
  #popup-block .popup-bottom {
    left: 0;
    width: auto;
  }
  #popup-block .block-subscribe {
    width: 100%;
    float: none;
  }
}

/* Category Page ========================================================================= */
/* View Type: Grid / List */
.products-grid .item {
  margin-bottom: 30px;
}

.products-grid .owl-item.item .item {
  margin-bottom: 0;
}

.products-list .item:not(.owl-item) + .item:not(.owl-item),
.footer-products-list .item:not(.owl-item) + .item:not(.owl-item) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px rgba(0, 0, 0, 0.08);
}

.products-list .item.owl-item {
  float: left;
}

.products-list .owl-stage::after {
  display: table;
  content: '';
  clear: both;
}

.products-list .owl-stage-outer {
  overflow: hidden;
}

.products-list .item.product-hover-3 .description-cart-wrapper {
  position: relative;
  width: auto;
  left: auto;
  bottom: auto;
  top: auto;
  padding-top: 20px;
}

.products-grid .item .mobile-btn {
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.mobile-device .products-grid .item .mobile-btn {
  display: inline-block;
}

.home-widget-slider {
  margin: 0;
}

.widget-slider.products-grid.owl-carousel.hover-type-3 .item.owl-item {
  margin: 0;
  transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out;
}

.widget-slider.products-grid.owl-carousel.hover-type-3 .item.owl-item .indent {
  margin: 0;
}

.widget-slider.owl-carousel.hover-type-3 .owl-item:not(.active) {
  opacity: 0;
}

.widget-slider.owl-carousel.hover-type-3 .owl-item.active {
  opacity: 1;
}

.widget-slider.owl-carousel.hover-type-3 .owl-stage-outer {
  padding: 0;
  margin: 0;
  visibility: visible;
}

.widget .products-grid .item:nth-child(4n+1) {
  clear: left;
}

.widget .products-grid .item:nth-child(4n+4) {
  clear: right;
}

.widget-products .category-name {
  font-weight: normal;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 7px;
}

.ajax-media-overlay {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 300ms ease 0s;
  transition: opacity 300ms ease 0s;
  width: 100%;
  z-index: -1;
}

.hide-overlay .ajax-media-overlay {
  display: none;
}

.ajax-media-overlay .loader {
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  background-color: #ffffff;
  background-image: url("../images/ajaxkit-loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}

.item .loading .ajax-media-overlay,
.product-view .loading .ajax-media-overlay {
  z-index: 9999;
  opacity: 1;
}

.image-box {
  position: relative;
  overflow: visible;
}

.products-grid .image-box {
  margin-bottom: 23px;
}

.widget-products .products-grid {
  margin-bottom: 0;
}

.widget-slider.owl-carousel .indent.sold-out .product-image:before,
.products-list .item.sold-out .image-box .product-image:before,
.products-grid .item.sold-out .image-box .product-image:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
}

.widget-slider.owl-carousel .indent.sold-out .sold-out-label,
.products-list .item.sold-out .sold-out-label,
.products-grid .item.sold-out .sold-out-label {
  display: inline-block;
  vertical-align: middle;
  background-color: #222;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 18px 0px;
  width: 100%;
  max-width: 155px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  font-family: Barlow, sans-serif;
  transition: left 300ms ease-in-out;
  -moz-transition: left 300ms ease-in-out;
  -o-transition: left 300ms ease-in-out;
  -webkit-transition: left 300ms ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  text-transform: uppercase;
}

.products-list .item.sold-out:not(.product-hover-1) .sold-out-label {
  left: 50%;
}

.products-list .item.sold-out .product-name a {
  color: rgba(0, 0, 0, 0.3);
}

.products-grid .item.sold-out .product-name a {
  color: rgba(0, 0, 0, 0.3);
}

.products-list .item.sold-out .price,
.products-list .item.sold-out .price-currency,
.products-list .item.sold-out .price-pennie {
  color: rgba(0, 0, 0, 0.3);
}

.products-grid .item.sold-out .price,
.products-grid .item.sold-out .price-currency,
.products-grid .item.sold-out .price-pennie {
  color: rgba(0, 0, 0, 0.3);
}

.widget-slider.owl-carousel .indent.sold-out .price,
.widget-slider.owl-carousel .indent.sold-out .price-currency,
.widget-slider.owl-carousel .indent.sold-out .price-pennie {
  color: rgba(0, 0, 0, 0.3);
}

.products-list .item.sold-out .product-name a:hover {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
}

.products-grid .item.sold-out .product-name a:hover {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
}

.products-grid .item.sold-out .product-name .btn-quickview {
  display: none;
  visibility: hidden;
}

.products-list .item.sold-out .product-name .btn-quickview {
  display: none;
  visibility: hidden;
}

.products-grid .item:not(.owl-item) {
  padding: 0 10px;
}

.catalog-category-view .col1-layout .toolbar:not(.vertical) {
  padding-bottom: 1.5em;
}

/*.catalog-category-view .col1-layout .toolbar:not(.vertical){margin-left: -10px; margin-right: -10px; padding-left: 10px; padding-right: 10px;}*/
.products-grid.widget-slider .product-image,
.products-grid.widget-grid .product-image {
  position: relative;
}

.products-grid.widget-slider .product-hover-1 .image-box:hover .product-image,
.products-grid.widget-grid .product-hover-1 .image-box:hover .product-image,
.products-grid .item.product-hover-1 .product-image:hover {
  opacity: 1;
}

.products-list .item.product-hover-1 .product-image:hover,
.products-grid .indent.product-hover-1 .product-image:hover {
  opacity: 1;
}

.products-list .btn-cart i {
  display: none;
  visibility: hidden;
}

.products-grid .btn-cart i {
  display: none;
  visibility: hidden;
}

.products-grid.type-2 .large-product .item:not(.owl-item) {
  width: 100%;
}

.products-grid.type-2 .large-product .btn-cart i {
  display: none;
}

.products-grid.type-2 .product-items {
  float: left;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .widget-slider.owl-carousel.hover-type-3 {
    padding: 0 80px 0 0;
  }
  .widget-slider.owl-carousel.hover-type-3 .owl-stage-outer {
    padding: 30px 40px 120px;
    width: calc(100% + 80px);
  }
}

@media only screen and (max-width: 767px) {
  .widget-slider.owl-carousel.hover-type-3 .owl-item:not(.active) {
    opacity: 1;
  }
}

/* Product Grid 2 */
@media only screen and (min-width: 768px) {
  .products-grid.type-2 .product-items {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) and (min-width: 375px) {
  .products-grid.type-2 .large-product li.item:not(.owl-item) {
    width: 100% !important;
  }
}

/* Product hover buttons */
.image-box .hover-buttons {
  position: absolute;
  display: block;
  bottom: -38px;
  background-color: #fff;
  padding: 5px;
  right: 0;
  z-index: 10;
  left: auto;
  opacity: 0;
  transition: bottom 0.25s ease-in-out, opacity 0.4s ease-in-out, background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out;
  -moz-transition: bottom 0.25s ease-in-out, opacity 0.4s ease-in-out, background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out;
  -webkit-transition: bottom 0.25s ease-in-out, opacity 0.4s ease-in-out, background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  height: auto;
  width: auto;
}

.item:hover .image-box .hover-buttons {
  bottom: 0;
  opacity: 1;
}

.image-box .hover-buttons .link-compare-wrapper,
.image-box .hover-buttons .lightbox-button {
  float: left;
}

.image-box .link-wishlist-wrapper {
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 0;
  padding: 0;
  z-index: 5;
}

.image-box .link-wishlist-wrapper .link-wishlist-page,
.image-box .link-wishlist-wrapper.added .link-wishlist {
  display: none;
  visibility: hidden;
}

.action-secondary .link-wishlist-wrapper .link-wishlist-page,
.action-secondary .link-wishlist-wrapper.added .link-wishlist {
  display: none;
  visibility: hidden;
}

.image-box .link-wishlist-wrapper.added .link-wishlist-page,
.action-secondary .link-wishlist-wrapper.added .link-wishlist-page {
  display: block;
  visibility: visible;
}

.image-box .hover-buttons a,
.image-box .link-wishlist-wrapper a {
  height: 50px;
  width: 50px;
  line-height: 56px;
  background-color: transparent;
  color: #000;
  display: block;
  padding: 0;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
}

.action-secondary a {
  height: 50px;
  width: 50px;
  line-height: 56px;
  background-color: transparent;
  color: #000;
  display: block;
  padding: 0;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
}

.action-secondary a i {
  height: 50px;
  display: inline-block;
  width: 50px;
  line-height: 50px;
  -webkit-transition: color 300ms ease-out, background-color 300ms ease-out;
  transition: color 300ms ease-out, background-color 300ms ease-out;
}

.image-box .hover-buttons a:hover,
.action-secondary a:hover {
  background-color: rgba(0, 0, 0, 0.06);
  color: #000;
  text-decoration: none;
}

.image-box .link-wishlist-wrapper a:hover {
  color: #f44336;
  background-color: transparent;
}

.image-box .link-wishlist-wrapper a:hover i:before {
  content: '\e939';
}

.image-box .hover-buttons .btn,
.image-box .hover-buttons .btn-default {
  min-width: 38px;
  padding: 0;
  border: none;
  line-height: 38px;
  height: 38px;
  width: 38px;
  min-height: 38px;
  color: #4caf50;
  margin: 0;
  background: transparent;
  border-radius: 0;
}

.image-box .hover-buttons .btn:hover, .image-box .hover-buttons .btn:focus, .image-box .hover-buttons .btn:active, .image-box .hover-buttons .btn.active {
  background-color: rgba(0, 0, 0, 0.1);
  color: #4caf50;
}

[class*="product-hover-"] .image-box {
  overflow: hidden;
}

.product-action-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-action-wrapper .btn-cart {
  padding: 0 50px;
  width: 100%;
  margin-bottom: 10px;
}

.action-secondary {
  display: inline-block;
  margin-left: 20px;
}

.action-secondary .link-wishlist-wrapper,
.action-secondary .link-compare-wrapper,
.action-secondary .lightbox-button {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-right: 6px;
}

.footer-products-list .action-secondary {
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .product-action-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .product-action-wrapper .btn-cart {
    width: auto;
    margin: 0;
    padding: 0 30px;
  }
}

@media only screen and (min-width: 992px) {
  .product-action-wrapper .btn-cart {
    padding: 0 50px;
  }
}

.actions-hover-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  -ms-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
  z-index: -1;
  opacity: 0;
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  text-align: center;
}

.item:hover .actions-hover-buttons,
.item:focus .actions-hover-buttons,
.item:active .actions-hover-buttons {
  opacity: 1;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.actions-hover-buttons button {
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 10px;
  max-width: 100%;
  padding: 0 50px;
}

.actions-hover-buttons .btn {
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 10px;
  max-width: 100%;
  padding: 0 50px;
}

.actions-hover-buttons .btn:last-of-type {
  margin-bottom: 0px;
}

.products-grid .actions-hover-buttons .btn-quickview,
.products-list .actions-hover-buttons .btn-quickview,
.footer-products-list .actions-hover-buttons .btn-quickview {
  position: relative;
  top: auto;
  left: auto;
  margin: 0;
  padding: 0 50px;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.products-grid .sold-out .actions-hover-buttons .btn-quickview,
.products-list .sold-out .actions-hover-buttons .btn-quickview,
.footer-products-list .sold-out .actions-hover-buttons .btn-quickview {
  display: none;
  visibility: hidden;
}

.products-list .product-image,
.products-grid .product-image,
.footer-products-list .product-image {
  display: block;
  border: none;
  opacity: 1;
  position: relative;
  overflow: hidden;
}

.product-name {
  margin: 0 0 9px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.footer-products-list .product-name {
  margin: 7px 0 9px;
}

.products-list .product-name {
  font-size: 20px;
  font-weight: 500;
}

.products-list .configurable-swatch-list {
  margin-bottom: 10px;
}

.products-grid .availability,
.products-list .availability,
.footer-products-list .availability {
  margin: 0 0 0 10px;
  line-height: 27px;
  vertical-align: top;
}

.products-grid .ratings,
.products-list .ratings {
  margin: 0 0 9px;
}

.footer-products-list .ratings {
  margin: 0 0 9px;
  margin: 0 0 15px;
}

.products-grid .add-to-links span,
.products-list .add-to-links span,
.footer-products-list .add-to-links span,
.products-grid .btn,
.products-list .btn {
  display: inline-block;
  vertical-align: middle;
}

.footer-products-list .btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  line-height: 40px;
  font-size: 20px;
}

.footer-products-list .btn span {
  display: none;
}

.products-grid .price-box,
.products-list .price-box {
  margin-bottom: 1px;
  overflow: hidden;
  display: inline-block;
}

.products-grid .price-box::after,
.products-list .price-box::after {
  display: table;
  clear: both;
  content: '';
}

.products-grid .price-box .old-price {
  float: left;
  margin-bottom: 0;
}

.products-grid .price-box .special-price {
  float: right;
  margin-bottom: 0;
}

.image-box .add-to-links {
  display: inline-block;
  float: left;
}

ul.add-to-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.add-to-links li {
  display: inline-block;
}

ul.add-to-links li a {
  display: block;
  border-radius: 0;
  border: 0;
  height: 50px;
  width: 50px;
  font-size: 24px;
  color: #000;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  line-height: 56px;
}

ul.add-to-links li a:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

.footer-products-list .action-secondary a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
}

.footer-products-list .action-secondary a i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
}

.footer-products-list .action-secondary .link-wishlist-wrapper,
.footer-products-list .action-secondary .link-compare-wrapper,
.footer-products-list .action-secondary .lightbox-button {
  margin-right: 0;
}

.quick-view-data-container .add-to-cart ul.add-to-links {
  display: none;
  visibility: hidden;
}

.page-popup ul.add-to-links li a span {
  display: none;
}

.page-popup .ratings {
  margin: 0 0 10px 0;
}

.page-popup .price-box {
  margin: 0 0 20px 0;
}

.add-to-links span + span {
  margin-left: 10px;
}

.footer-products-list .add-to-links a {
  height: 30px;
  width: 30px;
  line-height: 30px;
}

.footer-products-list .add-to-links a i {
  font-size: 14px;
}

.products-grid .btn-quickview,
.products-list .btn-quickview,
.footer-products-list .btn-quickview {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-quickview {
  opacity: 0;
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
}

.products-grid .btn-quickview i,
.products-list .btn-quickview i {
  display: none;
  position: relative;
}

.products-grid.no-indents .item {
  padding: 0;
  margin-bottom: 0;
}

.products-grid.no-indents .item .product-image {
  border-width: 0;
}

.category-products .products-grid.no-indents {
  margin: 0 !important;
}

/* Product hover type 2 */
.product-hover-2 .image-box .hover-buttons,
.product-hover-3 .image-box .hover-buttons {
  bottom: 0;
  height: 70px;
  width: 180px;
  background-color: transparent;
  padding: 0 5px;
  right: auto;
  left: 50%;
  margin-left: -90px;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  text-align: center;
}

.products-list .product-hover-2 .btn-cart i,
.products-grid .product-hover-2 .btn-cart i {
  display: inline-block;
  visibility: visible;
}

.product-hover-2 .image-box .btn-default.btn-cart {
  width: 50px;
  height: 50px;
}

.product-hover-2 .image-box .btn-default.btn-cart i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 54px;
  text-align: center;
  font-size: 24px;
  -webkit-transition: color 300ms ease-out, background-color 300ms ease-out;
  transition: color 300ms ease-out, background-color 300ms ease-out;
}

.product-hover-2 .image-box .hover-buttons a {
  background-color: transparent;
  color: #333;
}

.product-hover-3 .image-box .hover-buttons a {
  background-color: transparent;
  color: #333;
}

.product-hover-2 .image-box .hover-buttons a i,
.product-hover-3 .image-box .hover-buttons a i {
  background-color: #fff;
  color: #333;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  line-height: 52px;
  -webkit-transition: color 300ms ease-out, background-color 300ms ease-out;
  transition: color 300ms ease-out, background-color 300ms ease-out;
}

.product-hover-2 .image-box .hover-buttons > .hover-button,
.product-hover-3 .image-box .hover-buttons > .hover-button {
  float: none;
  margin-right: 5px;
  display: inline-block;
  opacity: 0;
  margin-top: 20px;
  vertical-align: top;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: margin 300ms ease-out, opacity 300ms ease-out;
  transition: margin 300ms ease-out, opacity 300ms ease-out;
}

.product-hover-2 .image-box .hover-buttons > .hover-button:last-child,
.product-hover-3 .image-box .hover-buttons > .hover-button:last-child {
  margin-right: 0;
}

.product-hover-2.item:hover .image-box .hover-buttons > .hover-button,
.product-hover-3.item:hover .image-box .hover-buttons > .hover-button {
  opacity: 1;
  margin-top: 0;
}

.product-hover-2.item:hover .image-box .hover-buttons > .hover-button:nth-child(1n),
.product-hover-3.item:hover .image-box .hover-buttons > .hover-button:nth-child(1n) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.product-hover-2.item:hover .image-box .hover-buttons > .hover-button:nth-child(2n),
.product-hover-3.item:hover .image-box .hover-buttons > .hover-button:nth-child(2n) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.product-hover-2.item:hover .image-box .hover-buttons > .hover-button:nth-child(3n),
.product-hover-3.item:hover .image-box .hover-buttons > .hover-button:nth-child(3n) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.product-hover-2.item:hover .image-box .hover-buttons > .hover-button:hover {
  -webkit-transition-delay: unset;
  transition-delay: unset;
  background-color: transparent;
}

.product-hover-2 .image-box .hover-buttons a:hover, .product-hover-2 .image-box .hover-buttons a:focus, .product-hover-2 .image-box .hover-buttons a:active {
  -webkit-transition-delay: unset;
  transition-delay: unset;
  background-color: transparent;
}

.product-hover-3.item:hover .image-box .hover-buttons > .hover-button:hover {
  -webkit-transition-delay: unset;
  transition-delay: unset;
  background-color: transparent;
}

.product-hover-3 .image-box .hover-buttons a:hover, .product-hover-3 .image-box .hover-buttons a:focus, .product-hover-3 .image-box .hover-buttons a:active {
  -webkit-transition-delay: unset;
  transition-delay: unset;
  background-color: transparent;
}

.product-hover-2 .image-box .actions-hover-buttons {
  padding: 0;
  overflow: hidden;
}

/*.product-hover-2.item .image-box .hover-buttons > .hover-button:hover i,
  .product-hover-3.item .image-box .hover-buttons > .hover-button:hover i,
  .product-hover-3.item .image-box .actions-hover-buttons > .hover-button:hover i {
  background-color: #e6e6e6;
  color: #333;
  }*/
/* Product hover type 3 */
.item.product-hover-3 .indent::before,
.owl-item.item > .product-hover-3.indent::before {
  content: '';
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  transition: top .3s ease-out, left .3s ease-out, right .3s ease-out, bottom .3s ease-out, opacity .3s ease-out;
  -moz-transition: top .3s ease-out, left .3s ease-out, right .3s ease-out, bottom .3s ease-out, opacity .3s ease-out;
  -webkit-transition: top .3s ease-out, left .3s ease-out, right .3s ease-out, bottom .3s ease-out, opacity .3s ease-out;
  z-index: 10;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.item.product-hover-3 .indent,
.item.product-hover-3 .image-box,
.item.product-hover-3 .product-info-wrapper {
  z-index: 11;
  position: relative;
}

.owl-item .item.product-hover-3.indent {
  max-width: 100%;
}

.item.product-hover-3:hover,
.widget-slider.owl-carousel .owl-item:hover {
  z-index: 15;
}

.item.product-hover-3:hover .indent::before,
.owl-item.item:hover > .product-hover-3.indent::before {
  opacity: 1;
  left: -30px;
  top: -30px;
  right: -30px;
  bottom: -100px;
}

.large-product .item.product-hover-3:hover .indent::before {
  bottom: -30px;
}

.item.no-cart.product-hover-3:hover .indent::before {
  bottom: -30px;
}

.item.product-hover-3 .description-cart-wrapper {
  display: block;
  position: absolute;
  width: auto;
  left: 0px;
  bottom: 0px;
  top: 100%;
  text-align: left;
  background: transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  visibility: visible;
  opacity: 0;
  padding-top: 15px;
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

.item.product-hover-3 .description-cart-wrapper .btn {
  width: auto;
  padding: 0 50px;
  max-width: 100%;
}

.item.product-hover-3:hover .description-cart-wrapper {
  opacity: 1;
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.product-hover-3.item .owl-item.item {
  clear: none !important;
  margin-bottom: 0;
}

.product-hover-3 .owl-nav .owl-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  line-height: 44px;
  text-align: center;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  opacity: 0;
  left: -40px;
  -webkit-transition: left 300ms ease-out, right 300ms ease-out, opacity 300ms ease-out, background-color 300ms ease-out;
  transition: left 300ms ease-out, right 300ms ease-out, opacity 300ms ease-out, background-color 300ms ease-out;
}

.product-hover-3 .owl-nav .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  line-height: 44px;
  text-align: center;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  opacity: 0;
  left: -40px;
  -webkit-transition: left 300ms ease-out, right 300ms ease-out, opacity 300ms ease-out, background-color 300ms ease-out;
  transition: left 300ms ease-out, right 300ms ease-out, opacity 300ms ease-out, background-color 300ms ease-out;
  right: -40px;
  left: auto;
}

.product-hover-3:hover .owl-nav .owl-prev {
  left: 0;
  opacity: 1;
}

.product-hover-3:hover .owl-nav .owl-next {
  right: 0;
  opacity: 1;
}

.product-hover-3 .owl-nav .owl-prev:hover,
.product-hover-3 .owl-nav .owl-next:hover {
  color: #222;
  background-color: #fff;
}

.products-grid .product-hover-3 .btn-quickview span,
.products-list .product-hover-3 .btn-quickview span {
  display: none;
  visibility: hidden;
}

.products-grid .product-hover-3 .btn-quickview,
.products-list .product-hover-3 .btn-quickview {
  width: 50px;
  height: 50px;
  padding: 0;
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 0;
  border: 0;
  background-color: transparent;
  margin-top: 20px;
}

.products-grid .product-hover-3 .btn-quickview i,
.products-list .product-hover-3 .btn-quickview i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 52px;
  text-align: center;
  display: block;
  font-size: 26px;
  background-color: #fff;
  color: #333;
  -webkit-transition: color 300ms ease-out, background-color 300ms ease-out;
  transition: color 300ms ease-out, background-color 300ms ease-out;
}

.products-grid .large-product .product-hover-3:hover .btn-quickview {
  opacity: 1;
  margin-top: 0;
}

.large-product .product-hover-3 .actions-hover-buttons .btn-quickview:hover, .large-product .product-hover-3 .actions-hover-buttons .btn-quickview:focus, .large-product .product-hover-3 .actions-hover-buttons .btn-quickview:active {
  background-color: transparent;
  border-color: transparent;
}

/* Special Styles for Carousel preload */
.carousel-loader {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 36px;
  margin: -20px 0 0 -20px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  -webkit-animation: loader_pulse 2s infinite linear;
          animation: loader_pulse 2s infinite linear;
}

.carousel-loader::before {
  background-image: url(../images/loader.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 24px;
  height: 24px;
  background-position: center;
  -webkit-animation: fa-spin 1.7s infinite linear;
  animation: fa-spin 1.7s infinite linear;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: '';
}

@-webkit-keyframes loader_pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  }
  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes loader_pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  }
  70% {
    box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.product-listing-carousel {
  opacity: 0;
  height: 250px;
  -webkit-transition: opacity 0.3s ease-out, height 0.3s ease-out;
  transition: opacity 0.3s ease-out, height 0.3s ease-out;
}

.product-listing-carousel .owl-stage-outer {
  padding: 0 !important;
}

.six-columns .product-listing-carousel,
.seven-columns .product-listing-carousel,
.eight-columns .product-listing-carousel {
  height: 150px;
}

.link-wishlist-wrapper .AjaxKit-Singlton-Click .AddToCart-loader {
  margin-top: -12px;
}

.link-compare-wrapper .AjaxKit-Singlton-Click .AddToCart-loader {
  margin-top: -10px;
}

/* Special styles for mobile phones */
@media screen and (max-width: 767px) {
  .mobile-device .item.product-hover-1 .actions-hover-buttons {
    width: calc(100% - 110px);
    left: 0;
    bottom: 0;
    top: auto;
    padding: 0;
    z-index: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .mobile-device .item.product-hover-1 .image-box .hover-buttons {
    bottom: 0;
  }
  body.mobile-device .item.product-hover-1 .btn-default.btn-cart {
    margin: 0;
    height: 60px;
  }
  .mobile-device .item.product-hover-1 .actions-hover-buttons .btn {
    margin: 0;
    height: 60px;
  }
  .mobile-device .item.product-hover-3 .description-cart-wrapper {
    position: relative;
    top: auto;
    visibility: visible;
    opacity: 1;
    padding-top: 10px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .mobile-device .item.product-hover-3 .indent::before {
    display: none;
  }
  .mobile-device .item .indent.product-hover-3::before {
    display: none;
  }
  .mobile-device .product-hover-2 .image-box .hover-buttons,
  .mobile-device .product-hover-3 .image-box .hover-buttons {
    height: 50px;
  }
  .mobile-device .product-hover-2 .image-box .hover-buttons > .hover-button {
    width: 40px;
    height: 40px;
    min-height: 40px;
  }
  .mobile-device .product-hover-3 .image-box .hover-buttons > .hover-button,
  .mobile-device .product-hover-3 .image-box .hover-buttons a {
    width: 40px;
    height: 40px;
    min-height: 40px;
  }
  .mobile-device .product-hover-2 .image-box .btn-default.btn-cart i,
  .mobile-device .product-hover-2 .image-box .hover-buttons a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .mobile-device .product-hover-3 .image-box .hover-buttons a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .products-grid .product-hover-3 .btn-quickview i,
  .products-list .product-hover-3 .btn-quickview i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .item.product-hover-3 .description-cart-wrapper .btn {
    padding: 0 30px;
  }
  .owl-item > .product-hover-3 .owl-nav .owl-prev,
  .owl-item > .product-hover-3 .owl-nav .owl-next {
    top: 100%;
    margin-top: -50px;
  }
  /*.mobile-device .product-hover-2 .image-box .hover-buttons > .hover-button,
  .mobile-device .product-hover-3 .image-box .hover-buttons > .hover-button {
    opacity: 1;
    margin-top: 0;
  }*/
  /*.mobile-device .product-hover-3 .owl-nav {
    display: block;
  }
  .mobile-device .product-hover-3 .owl-prev,
  .mobile-device .product-hover-3 .owl-next {
    opacity: 1;
    left: 0;
  }
  .mobile-device .product-hover-3 .owl-next {
    right: 0;
    left: auto;
  }*/
  .mobile-device .widget-slider.owl-carousel.hover-type-3 {
    padding: 0;
  }
  .mobile-device .widget-slider.owl-carousel.hover-type-3 .owl-stage-outer {
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .owl-item > .product-hover-3 .owl-nav .owl-prev,
  .owl-item > .product-hover-3 .owl-nav .owl-next {
    top: 50%;
    margin-top: -25px;
  }
  .mobile-device .item.product-hover-1 .actions-hover-buttons {
    width: calc(100% - 70px);
  }
  body.mobile-device .item.product-hover-1 .btn-default.btn-cart {
    height: 40px;
    min-height: 40px;
    padding: 0;
    line-height: 38px;
    font-size: 12px;
    width: 100%;
  }
  .mobile-device .item.product-hover-1 .actions-hover-buttons .btn {
    height: 40px;
    min-height: 40px;
    padding: 0;
    line-height: 38px;
    font-size: 12px;
    width: 100%;
  }
  .mobile-device .item.product-hover-1 .image-box .hover-buttons a,
  .mobile-device .item.product-hover-1 .image-box .link-wishlist-wrapper a {
    height: 30px;
    width: 30px;
    line-height: 36px;
    font-size: 18px;
  }
  .link-compare-wrapper .AjaxKit-Singlton-Click .AddToCart-loader {
    margin-top: -18px;
  }
}

@media screen and (max-width: 768px) {
  .item.product-hover-3 .description-cart-wrapper {
    width: 100%;
  }
  .item.product-hover-3 .description-cart-wrapper .btn {
    width: 100%;
    padding: 0;
    text-align: center;
    max-width: 100%;
  }
}

/* Products Grid Colums */
.widget-grid.row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
}

.products-grid .item {
  float: left;
  z-index: 1;
}

.products-grid.one-column:not(.carousel-ul) .item:not(.owl-item) {
  width: 100%;
}

.products-grid.two-columns:not(.carousel-ul) .item {
  width: 50%;
}

.products-grid.three-columns:not(.carousel-ul) .item {
  width: 33.332%;
}

.products-grid.three-columns:not(.carousel-ul) .item:first-child {
  margin-left: -1px;
}

.products-grid.four-columns:not(.carousel-ul) .item {
  width: 25%;
}

.products-grid.five-columns:not(.carousel-ul) .item {
  width: 20%;
}

.products-grid.six-columns:not(.carousel-ul) .item {
  width: 16.66%;
}

.products-grid.seven-columns:not(.carousel-ul) .item {
  width: 14.28%;
}

.products-grid.eight-columns:not(.carousel-ul) .item {
  width: 12.5%;
}

.products-grid.one-column:not(.carousel-ul) .item,
.products-grid.two-columns:not(.carousel-ul) .item:nth-of-type(2n+1),
.products-grid.three-columns:not(.carousel-ul) .item:nth-of-type(3n+1),
.products-grid.four-columns:not(.carousel-ul) .item:nth-of-type(4n+1),
.products-grid.five-columns:not(.carousel-ul) .item:nth-of-type(5n+1),
.products-grid.six-columns:not(.carousel-ul) .item:nth-of-type(6n+1),
.products-grid.seven-columns:not(.carousel-ul) .item:nth-of-type(7n+1),
.products-grid.eight-columns:not(.carousel-ul) .item:nth-of-type(8n+1) {
  clear: left;
}

.products-grid.one-column:not(.carousel-ul) .item,
.products-grid.two-columns:not(.carousel-ul) .item:nth-of-type(2n),
.products-grid.three-columns:not(.carousel-ul) .item:nth-of-type(3n),
.products-grid.four-columns:not(.carousel-ul) .item:nth-of-type(4n),
.products-grid.five-columns:not(.carousel-ul) .item:nth-of-type(5n),
.products-grid.six-columns:not(.carousel-ul) .item:nth-of-type(6n),
.products-grid.seven-columns:not(.carousel-ul) .item:nth-of-type(7n),
.products-grid.eight-columns:not(.carousel-ul) .item:nth-of-type(8n) {
  clear: right;
}

/* View Type: List */
.products-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.products-list .desc {
  margin-bottom: 1em;
  color: #aaa;
  font-size: 11px;
  font-size: 13px;
}

/*.products-grid .desc {
  display: none;
  visibility: hidden;
  }*/
.product-info-wrapper .desc {
  margin-bottom: 10px;
}

.products-list .product-name a {
  font-size: 1em;
}

.widget-products .products-list .image-box,
.widget-products .products-list .product-shop {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.widget-products .products-list .image-box-wrapper {
  width: 100%;
  position: relative;
}

.widget-products .products-list .image-box .product-labels-wrapper {
  left: 10px;
}

/*.widget-products .products-list .hover-buttons {
  right: 0;
  }*/
.products-list .twenty {
  width: 20%;
}

.products-list .twenty-five {
  width: 25%;
}

.products-list .thirty {
  width: 30%;
}

.products-list .thirty-five {
  width: 35%;
}

.products-list .forty {
  width: 40%;
}

.products-list .forty-five {
  width: 45%;
}

.products-list .fifty {
  width: 50%;
}

.products-list .fifty-five {
  width: 55%;
}

.products-list .sixty {
  width: 60%;
}

.products-list .sixty-five {
  width: 65%;
}

.products-list .seventy {
  width: 70%;
}

.products-list .seventy-five {
  width: 75%;
}

.products-list .eighty {
  width: 80%;
}

/* Masonry Grid */
.masonry-grid .item {
  padding-bottom: 1.5em !important;
  margin-bottom: 0 !important;
}

.masonry-grid .item:hover .product-info-top {
  background-color: #B2945A;
}

.masonry-grid .item:hover .product-info-top .desc,
.masonry-grid .item:hover .product-info-top .link-shop,
.masonry-grid .item:hover .product-info-top .product-name a {
  color: #fff;
}

.masonry-grid .item .product-info-top .product-name a:hover, .masonry-grid .item .product-info-top .product-name a:focus, .masonry-grid .item .product-info-top .product-name a:active {
  box-shadow: 0 1px 0 0 #fff;
}

.masonry-grid .item .product-info-top .link-shop:hover, .masonry-grid .item .product-info-top .link-shop:focus, .masonry-grid .item .product-info-top .link-shop:active {
  box-shadow: 0 1px 0 0 #fff;
}

.masonry-grid .item .product-image {
  margin-bottom: 0;
  display: block;
}

.masonry-grid .product-info-top {
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
}

.masonry-grid .item .image-box {
  position: relative;
  margin-bottom: 0;
}

.masonry-grid .item .lightbox-button {
  font-size: 24px;
  position: absolute;
  bottom: 10px;
  right: 15px;
  z-index: 1;
  color: rgba(0, 0, 0, 0.4);
}

.masonry-grid .item .lightbox-button:hover {
  color: black;
}

.masonry-grid .item .product-labels-wrapper {
  position: absolute;
  bottom: auto;
  top: 0;
  left: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

.masonry-grid .item .product-labels-wrapper > div {
  height: 18px;
  line-height: 16px;
  padding-top: 0;
  padding-bottom: 0;
}

.masonry-grid .product-info-top .product-name {
  margin-bottom: 1em;
}

.masonry-grid .product-info-top .product-name a {
  font-size: 1.5em;
  color: #222;
  line-height: 1;
}

.masonry-grid .product-info-top .desc {
  font-size: 1em;
  color: #666;
  margin-bottom: 1em;
}

.masonry-grid .product-info-top .link-shop {
  font-size: 1em;
  text-transform: uppercase;
}

.masonry-grid .product-info-top .link-shop i {
  font-size: 1.16em;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: px;
  text-transform: none;
}

.masonry-grid .product-info-top .link-shop:hover i {
  margin-left: 10px;
}

.masonry-grid .category-button {
  position: relative;
  z-index: 9;
  text-align: center;
}

.masonry-grid .category-button a {
  display: inline-block;
  font-size: 1em;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding: 0 21px;
}

.masonry-grid .category-button a i {
  margin-right: 10px;
  font-size: 1.16em;
  line-height: 40px;
}

/* Footer list */
body .footer-products-list {
  margin: 0;
}

.footer-products-list .product-image {
  display: inline-block;
  width: 84px;
  vertical-align: top;
  position: relative;
  padding-right: 10px;
}

/* Light box */
.ekko-lightbox .modal-dialog {
  z-index: 100000;
}

.modal-open .modal.ekko-lightbox {
  z-index: 99999;
}

.modal-open .modal.ekko-lightbox .modal-header {
  padding: 0;
  min-height: 0;
  border: none;
  position: absolute;
  width: 100%;
  z-index: 9999;
}

.modal-open .modal.ekko-lightbox .modal-header .close {
  font-size: 0;
  display: inline-block;
  position: relative;
  top: 10px;
  opacity: 1;
  margin: 0;
  height: 32px;
  border: none;
  background: none;
  float: right;
}

.modal-open .modal.ekko-lightbox .modal-header .close:before {
  content: "\e917";
  font-family: 'meigeeadditional';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -webkit-transition: color 300ms ease;
  font-size: 16px;
  background: #fff;
  padding: 8px;
}

.modal-open .modal.ekko-lightbox .modal-footer {
  border-top: none;
  padding-top: 0;
  text-align: center;
  font-weight: 700;
}

.ekko-lightbox-container {
  position: relative;
}

.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  padding-top: 45%;
  color: #fff;
  opacity: 0;
  position: absolute;
  margin-top: -20px;
}

.ekko-lightbox-nav-overlay a.prev {
  left: 0;
  text-align: left;
}

.ekko-lightbox-nav-overlay a.next {
  right: 0;
  text-align: right;
}

.ekko-lightbox-nav-overlay a i {
  font-size: 28px;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #777;
  font-style: normal;
}

.ekko-lightbox-nav-overlay a i:hover {
  background-color: #B2945A;
}

.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}

.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1;
}

.ekko-lightbox .glyphicon-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left;
}

.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right;
}

.ekko-lightbox .modal-footer {
  text-align: left;
}

.taphover .lightbox-button,
.item:hover .lightbox-button {
  opacity: 1;
}

.product-image:hover .lightbox-button.active {
  opacity: 1;
  z-index: 9999;
}

.image-box .hover-image {
  position: absolute;
  max-width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 3;
}

.image-box:hover span.hover-image {
  opacity: 1;
}

.image-box .product-image .hover-image.scale {
  transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
}

.image-box .product-image .hover-image.scale + img {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  position: relative;
  display: block;
  z-index: 1;
}

.image-box:hover .product-image .hover-image.scale + img {
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  opacity: 0;
  z-index: 2;
}

/* ======================================================================================= */
/* Product Labels */
.product-labels-wrapper {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 5;
  right: auto;
}

.product-labels-wrapper > div {
  padding: 3px 7px;
  z-index: 3;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 11px;
  background-color: #f72525;
  border-radius: 0;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  float: left;
  position: relative;
}

.product-labels-wrapper > div p {
  margin-bottom: 2px;
  display: inline;
  color: inherit;
}

.product-labels-wrapper > div.label-new {
  background-color: #03a9f4;
  color: #fff;
}

.product-labels-wrapper > div:not(.label-new) {
  background-color: #f72525;
  color: #fff;
  float: left;
  border-radius: 0;
}

.product-labels-wrapper.label-type-1 > div {
  border-radius: 50%;
  -moz-border-radius: 50%;
  height: 25px;
  line-height: 25px;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0 7px;
}

.product-labels-wrapper.label-type-1 .availability-only {
  min-width: 33px;
  line-height: 26px;
  min-height: 33px;
}

.product-labels-wrapper.label-type-1 .availability-only p {
  display: block;
  line-height: normal;
  position: relative;
  top: -10px;
}

/* label type 1 */
.label-type-1 .label-sale.percentage {
  font-size: 1em;
  padding: 0 9px;
}

.label-type-1 .label-sale.percentage span {
  display: block;
  height: auto;
  font-size: 0.75em;
  line-height: normal;
  position: relative;
  top: -6px;
}

/* label type 2 */
.product-labels-wrapper.label-type-2 .availability-only p,
.product-labels-wrapper.label-type-2 .percentage span {
  display: inline;
  padding-left: 1px;
}

.product-labels-wrapper.label-type-4 > div {
  line-height: 20px;
  height: 20px;
  padding: 0 5px 0 7px;
  position: relative;
}

.product-labels-wrapper.label-type-4 .percentage {
  font-size: 1em;
}

.product-labels-wrapper.label-type-4 .percentage span {
  display: inline;
  padding-left: 1px;
  font-size: .75em;
}

.product-labels-wrapper.label-type-4 .availability-only p {
  display: inline;
  padding-left: 1px;
}

.product-labels-wrapper.label-type-4 > div:before, .product-labels-wrapper.label-type-4 > div:after {
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  content: '';
  position: absolute;
  right: -5px;
}

.product-labels-wrapper.label-type-4 > div:before {
  border-top: 10px solid #4ab0bc;
  top: 0;
}

.product-labels-wrapper.label-type-4 > div:after {
  border-bottom: 10px solid #4ab0bc;
  bottom: 0;
}

.product-labels-wrapper.label-type-4 > div:before, .product-labels-wrapper.label-type-4 > div:after {
  border-right: 5px solid transparent;
  border-left: inherit;
  left: auto;
  right: -5px;
}

/**** label type 4 ****/
/* Rating */
.no-rating {
  margin: 0;
}

.ratings {
  line-height: 1.25;
  margin: 0 0 22px;
}

.ratings strong {
  float: left;
  margin: 1px 5px 0 0;
}

.ratings .rating-links {
  margin: 0;
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
  vertical-align: middle;
}

.ratings .rating-links a {
  color: inherit;
  font-size: 12px;
  text-transform: lowercase;
}

.ratings .amount a {
  color: inherit;
  font-size: 12px;
  text-transform: lowercase;
}

.ratings .rating-links a:hover,
.ratings .amount a:hover {
  color: #B2945A;
}

.ratings .rating-links .separator {
  margin: 0 2px;
}

.rating-box {
  display: inline-block;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.2);
  margin-right: 10px;
  position: relative;
  top: 0;
}

.rating-box i {
  margin: 0;
  font-style: normal;
  font-size: 18px;
  display: inline-block;
  min-width: 20px;
}

.rating-box i:last-of-type {
  margin-right: 0;
}

.rating-box .rating {
  color: #333333;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-flex: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}

.rating-box .rating i {
  -webkit-flex: 1 1 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20px;
          flex: 1 1 20px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  .rating-box {
    top: 0;
  }
}

.ratings .amount {
  display: inline-block;
  font-size: .91em;
}

.ratings-table th,
.ratings-table td {
  font-size: 11px;
  line-height: 1.15;
  padding: 3px 0;
}

.ratings-table th {
  font-weight: bold;
  padding-right: 8px;
}

/* Availability */
body .availability {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  margin-bottom: .5em;
  position: relative;
  border-radius: 0;
  background-color: transparent;
  padding: 0px;
}

.availability.in-stock {
  color: #4caf50;
}

.availability.out-of-stock {
  color: #f72525;
}

.availability-only {
  margin: 0 0 1em;
}

.availability-only span {
  display: inline-block;
  padding: .75em;
  background-color: #f5f5f5;
}

.availability-only a {
  background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
  cursor: pointer;
  padding-right: 15px;
}

.availability-only .expanded {
  background-position: 100% -15px;
}

.availability-only-details {
  margin: 0 0 7px;
}

.availability-only-details th {
  background: #f2f2f2;
  font-size: 10px;
  padding: 0 8px;
}

.availability-only-details td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 11px;
  padding: 2px 8px 1px;
}

/* Product Prices */
.availability.out-of-stock + .price-box .price {
  color: #b2b2b2;
}

.price-currency,
.price {
  white-space: nowrap !important;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}

.products-grid .price-currency,
.products-grid .price {
  font-size: 18px;
  font-weight: 500;
}

.products-list .price-currency,
.products-list .price {
  font-size: 18px;
  font-weight: 500;
}

.footer-products-list .price-currency,
.footer-products-list .price {
  font-size: 18px;
  font-weight: 500;
}

body .product-view.sold-out .price-currency,
body .product-view.sold-out .price,
body .product-view.sold-out .price-box .special-price .price {
  color: #2D2D2D;
}

.price-box .special-price .price {
  color: #f72525;
}

/* Old price */
.old-price,
.special-price {
  display: inline-block;
  vertical-align: baseline;
  margin: 0;
}

.old-price {
  margin: 0;
}

.price-label {
  display: none;
}

.old-price .price {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
  text-decoration: line-through;
  font-weight: normal;
  margin: 5px 5px 0 0;
  display: inline-block;
}

/* Special price */
.special-price .price-label {
  display: none;
}

/* Minimal price (as low as) */
.minimal-price .price-label,
.price-as-configured .price-label {
  font-weight: 500;
  white-space: nowrap;
  font-size: 14px;
}

.minimal-price-link {
  display: block;
}

.minimal-price-link .label {
  font-size: 1em;
  color: #666;
  font-weight: 400;
  padding-left: 0;
}

.minimal-price-link .price {
  font-weight: normal;
}

/* Excluding tax */
.price-excluding-tax {
  display: block;
}

.price-excluding-tax .label {
  white-space: nowrap;
}

.price-excluding-tax .price {
  font-weight: normal;
}

/* Including tax */
.price-including-tax {
  display: block;
}

.price-including-tax .label {
  white-space: nowrap;
}

/* Configured price */
.configured-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}

/* FPT */
.weee {
  display: block;
  font-size: 11px;
  color: #444;
}

.weee .price {
  font-size: 11px;
  font-weight: normal;
}

/* Excl tax (for order tables) */
.price-excl-tax {
  display: block;
}

.price-excl-tax .label {
  display: block;
  white-space: nowrap;
}

.price-excl-tax .price {
  display: block;
}

/* Incl tax (for order tables) */
.price-incl-tax {
  display: block;
}

.price-incl-tax .label {
  display: block;
  white-space: nowrap;
}

.price-incl-tax .price {
  display: block;
  font-weight: bold;
}

/* Price range */
.price-from,
.price-to {
  margin-bottom: 0;
}

.price-from .price-label,
.price-to .price-label {
  font-weight: bold;
  white-space: nowrap;
}

/* Price notice next to the options */
.price-notice {
  padding-left: 5px;
}

.price-notice .price {
  font-weight: bold;
  font-size: 1em;
}

/********** Product Prices > */
/* Tier Prices */
.std .tier-prices {
  background-color: #fff;
  padding: 15px 20px;
  margin-top: 1em;
  margin-bottom: 1.5em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 2px solid #edbd31;
}

.tier-prices {
  background-color: #fff;
  padding: 15px 20px;
  margin-top: 1em;
  margin-bottom: 1.5em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 2px solid #edbd31;
}

.tier-prices .tier-price {
  font-size: 13px;
  line-height: 1.6;
}

#super-product-table .tier-prices .price {
  font-size: inherit;
}

.tier-prices .price {
  font-size: inherit;
}

.tier-prices .benefit {
  font-size: 18px;
  font-weight: 500;
  color: #465362;
}

/* Add to Links */
.add-to-links .separator {
  display: none;
}

/* Add to Cart */
.add-to-cart label {
  float: left;
  margin-right: 5px;
}

.add-to-cart button.button {
  float: left;
  margin-left: 5px;
}

.add-to-cart .paypal-logo {
  clear: left;
  text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
  clear: both;
  display: block;
  margin: 5px 60px 5px 0;
}

/* Add to Links + Add to Cart */
.add-to-box {
  display: block;
  margin-bottom: 20px;
}

.add-to-box .price-box {
  margin-bottom: 0;
}

/* V Ellipsis */
.v-ellipsis .read-more-link {
  cursor: pointer;
  color: #B2945A;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.v-ellipsis .read-more-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #B2945A;
  left: 0;
  bottom: -1px;
  -webkit-transition: height .2s ease-out;
  transition: height .2s ease-out;
  z-index: -1;
}

.v-ellipsis .read-more-link:hover {
  color: #fff;
}

.v-ellipsis .read-more-link:hover::before {
  width: calc(100% + 4px);
  height: calc(100% + 2px);
  left: -2px;
}

.rating-stock-block .availability-price-block {
  float: right;
  margin-top: 5px;
  margin-bottom: 10px;
}

.rating-stock-block .ratings {
  display: inline-block;
}

[class*="col2-"] .sidebar .block.block-compare .actions .btn {
  padding: 0 15px;
  font-size: 14px;
}

/* Size Guide */
.product-options {
  position: relative;
}

.product-options .block-link.size-chart {
  font-size: 13px;
  line-height: 30px;
  display: block;
  position: relative;
  text-decoration: underline;
  color: #222;
}

.product-options .block-link.size-chart:hover, .product-options .block-link.size-chart:focus, .product-options .block-link.size-chart:active {
  text-decoration: none;
}

#ajaxkit-popup-content .block-link.size-chart {
  display: none;
  visibility: hidden;
}

.product-options .block-link.size-chart i {
  font-size: 8px;
  margin-right: 8px;
  display: none;
  visibility: hidden;
}

.product-shop.text-right .product-options .block-link.size-chart {
  right: auto;
  left: 15px;
}

.modal-content-popup table.table_size {
  width: 100%;
  border-collapse: collapse;
}

.modal-content-popup table tr th {
  background-color: #e0e0de;
}

.modal-content-popup table.table_size th {
  border: 1px solid white;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  padding: 5px;
  font-size: 12px;
  text-align: center;
}

.modal-content-popup table.table_size td {
  border: 1px solid white;
  padding: 5px;
  font-size: 11px;
  line-height: 16px;
  background: #f2f2f0;
  text-align: center;
}

.modal-content-popup table.table_size .size_name,
.modal-content-popup table.table_size td:nth-child(1) {
  vertical-align: middle;
  background-color: #ebebe8;
  font-weight: 700;
}

.modal-content-popup table.table_size p {
  margin: 5px 0;
  text-align: left;
}

.modal-content-popup table.table_size td[colspan="6"] {
  font-weight: 700;
  text-transform: none;
}

@media screen and (max-width: 480px) {
  .modal-content-popup table.table_size td {
    text-transform: lowercase;
    padding: 3px;
  }
}

@media screen and (min-width: 768px) {
  .product-options .block-link.size-chart {
    position: absolute;
    right: 0;
  }
  .product-options .block-link.size-chart.top-link {
    top: -30px;
  }
  .product-options .block-link.size-chart.bottom-link {
    bottom: -28px;
  }
}

.col-xs-0,
.col-sm-0,
.col-lg-0 {
  width: 100%;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.product-essential,
.product-collateral {
  margin-top: 60px;
  margin-bottom: 60px;
}

.quick-view-data-container .product-essential,
.quick-view-data-container .product-collateral {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .main-container.col3-layout .product-essential,
  .main-container.col3-layout .product-collateral {
    margin-bottom: 0;
  }
}

/* Block: Upsell */
#upsell-product-table .product-image {
  margin-bottom: 1.25em;
}

.box-up-sell .rating-links .add-review,
.related-bottom .rating-links .add-review,
.box-up-sell .rating-links .separator,
.related-bottom .rating-links .separator,
.add-to-cart label[for="qty"] {
  display: none;
}

/* Quantity */
.quantity-wrapper {
  min-width: 120px;
  margin: 0 auto;
  font-size: 0;
}

input.qty, input[id*="qty"] {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  border-radius: 0 !important;
}

#super-product-table input.qty {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
}

.col3-layout .product-main-information #super-product-table .price-box .price,
.col3-layout .product-main-information #super-product-table .price-box .price-currency {
  font-size: 14px;
}

.col3-layout #super-product-table td {
  font-size: 14px;
}

#super-product-table input.qty {
  width: calc(100% - 50px);
}

.btn-qty {
  display: inline-block;
  vertical-align: middle;
}

.btn-qty i {
  font-size: 20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
}

.quantity-wrapper .btn-qty {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.quantity-wrapper:hover .btn-qty,
.quantity-wrapper:active .btn-qty,
.quantity-wrapper:focus .btn-qty {
  opacity: 1;
}

.quantity-wrapper .btn-qty i {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.6);
  height: 50px;
  width: 40px;
  vertical-align: middle;
  line-height: 50px;
}

.quantity-wrapper .btn-qty i:hover {
  color: black;
  background-color: rgba(0, 0, 0, 0.1);
}

.quantity-wrapper input.qty, .quantity-wrapper input[id*="qty"] {
  border-width: 0;
  height: 50px;
  width: 40px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 0;
  margin: 0;
  vertical-align: top;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}

/* Related sidebar */
.block-related:not(.related-bottom) {
  position: relative;
  margin-bottom: 3em;
  border: none;
  padding: 0 !important;
}

.block-related:not(.related-bottom) .owl-buttons i {
  color: rgba(0, 0, 0, 0.4);
}

.block-related:not(.related-bottom) .owl-buttons i:hover {
  color: #222;
}

.block-related:not(.related-bottom) .block-title {
  margin-left: 0;
  margin-right: 0;
}

.block-related:not(.related-bottom) .block-content .item {
  margin-bottom: 0;
}

.block-related:not(.related-bottom) .block-content .item .indent {
  background-color: transparent;
  padding-bottom: 0;
  border-radius: 0;
}

.block-related:not(.related-bottom) .block-content .product-name {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 400;
}

.block-related:not(.related-bottom) ul,
.block-related:not(.related-bottom) li:last-child,
.block-related:not(.related-bottom) #related-slider li {
  margin-bottom: 0;
}

.block-related:not(.related-bottom) .block-content li {
  margin-bottom: 1em;
}

.block-related:not(.related-bottom) .block-content li + li {
  margin-top: 10px;
  padding-top: 10px;
}

.block-related:not(.related-bottom) .block-content li:hover {
  box-shadow: none;
}

.block-related:not(.related-bottom) .block-content .media-left {
  min-width: 90px;
}

.block-related:not(.related-bottom) .block-content .media-body {
  text-align: left;
}

.block-related:not(.related-bottom) .related-button {
  margin-top: 1.5em;
}

.block-related:not(.related-bottom) .slider-buttons {
  position: absolute;
  top: 12px;
  right: 0;
}

.block-related:not(.related-bottom) .slider-buttons > div {
  width: auto;
  position: relative;
  float: left;
}

.block-related:not(.related-bottom) .slider-buttons > div a {
  padding: 0;
  min-height: 1px;
}

.block-related:not(.related-bottom) .product-name {
  margin: 0;
}

.block-related:not(.related-bottom) .checkbox {
  display: inline-block;
  vertical-align: middle;
  margin: -14px 10px 0 0;
}

/* Related bottom */
.related-bottom .widget-title h2,
.box-up-sell .widget-title h2 {
  font-size: 24px;
}

.related-bottom .owl-buttons {
  position: absolute;
  top: -30px;
  right: 10px;
}

.related-bottom .owl-buttons i {
  color: rgba(0, 0, 0, 0.3);
}

.related-bottom .owl-buttons .owl-next {
  margin-left: 20px;
}

.related-bottom .owl-buttons i:hover {
  color: #222;
}

.related-bottom .owl-buttons i:before {
  top: 1px;
}

.related-bottom .more-link {
  position: relative;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  margin: 5px 0 0 0;
}

[class*="boxed-content"] .related-bottom .widget-title {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
}

.related-bottom .block-content {
  position: relative;
}

.product-view .related-bottom.block-related,
.product-view .box-up-sell {
  display: block;
  position: relative;
}

/*.product-view .related-bottom.block-related .accordion-title,
  .product-view .box-up-sell .accordion-title {
  background-color: #f5f5f5;
  }*/
@media only screen and (max-width: 768px) {
  .product-view .related-bottom.block-related .widget-title {
    padding: 0;
  }
}

.related-bottom ol,
.related-bottom ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.related-bottom .product-name {
  border: none;
  padding: 0;
  margin-bottom: .5em;
}

.related-bottom .product-name h4 {
  float: left;
  max-width: 90%;
  width: 90%;
  margin: 0;
}

.block-related .product-details .action-wrapper {
  position: relative;
  overflow: hidden;
}

.block-related .product-details .related-checkbox:not(:checked), .block-related .product-details .related-checkbox:checked {
  position: absolute;
  left: -9999px;
}

.block-related .product-details .related-checkbox:not(:checked) + label,
.block-related .product-details .related-checkbox:checked + label {
  position: relative;
  padding: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin: 0px 15px 0 0;
  top: -5px;
}

.block-related .product-details .related-checkbox:not(:checked) + label:before {
  content: '';
  font-family: 'meigeeadditional';
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 0;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 11px;
}

.block-related .product-details .related-checkbox:checked + label:before {
  content: '';
  font-family: 'meigeeadditional';
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 0;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 11px;
  content: '\e900';
}

.related-bottom li.item:nth-of-type(4n+1), .related-bottom li.item:nth-of-type(4n+4) {
  clear: none;
}

.related-bottom .products-grid .five-items {
  width: 20%;
  float: left;
}

.related-bottom .price-box a {
  margin-bottom: 2px;
}

.block-related .price-box a {
  margin-bottom: 2px;
}

.related-bottom .link-wishlist,
.block-related .link-wishlist {
  display: inline-block;
  vertical-align: middle;
}

.slider-container {
  position: relative;
  overflow: visible;
}

.related-bottom + .box-up-sell {
  padding-top: 0;
  margin-top: -80px;
}

/* Timer */
.flip-timer .title {
  display: inline-block;
  margin-right: 10px;
  color: #7f7f7f;
}

.products-list .flip-timer .title,
.products-grid .flip-timer .title {
  display: none;
}

.flip-items li {
  z-index: 11;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.flip-items li:first-child {
  z-index: 12;
}

.flip-block {
  width: 26px;
  float: left;
  margin-right: 0;
}

.flip-timer.no-days .flip-block.days {
  display: none;
}

.flip-timer.no-days .flip-block.days + .flip-clock-divider {
  display: none;
}

.flip-items {
  position: relative;
  z-index: 1;
  float: left;
  width: 26px;
  height: 24px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0;
  list-style-type: none !important;
}

.time-counter-descr {
  display: block;
  text-align: center;
  clear: both;
}

.flip-block li span.flip-wrapper {
  z-index: 12;
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 12px;
  -webkit-perspective: none;
  -ms-perspective: none;
  perspective: none;
  -webkit-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0);
}

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  z-index: 9;
  width: 4px;
  height: 24px;
  margin: 0;
}

.flip-clock-dot {
  display: block;
  background: #e31837;
  width: 2px;
  height: 2px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 1px;
}

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: black;
  text-shadow: none;
}

.flip-clock-dot.top {
  top: 7px;
}

.flip-clock-dot.bottom {
  bottom: 7px;
}

.flip-up:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 13;
  width: 100%;
  height: 1px;
  background-color: #f9f9f9;
  background-color: rgba(249, 249, 249, 0.4);
}

.flip-block .flip-text {
  background: #fff;
  color: #e31837;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}

.flip-timer li.before .flip-up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #f9f9f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 97, 0.1)), color-stop(100%, #f9f9f9));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, #f9f9f9 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #f9f9f9 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, #f9f9f9 100%;
  -webkit-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
  z-index: 12;
}

.flip-timer li.active .flip-up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #f9f9f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, #f9f9f9));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, #f9f9f9 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #f9f9f9 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, #f9f9f9 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both;
  z-index: 12;
}

.flip-timer li.before .flip-down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
  z-index: 12;
}

.flip-timer li.active .flip-down .shadow {
  background: -moz-linear-gradient(top, #f9f9f9 0%, rgba(0, 0, 97, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f9f9f9));
  background: linear, top, #f9f9f9 0%, #f9f9f9 100%;
  background: -ms-linear-gradient(top, #f9f9f9 0%, #f9f9f9 100%);
  background: linear, to bottom, #f9f9f9 0%, #f9f9f9 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both;
}

.flip-timer li .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.flip-timer li.before .flip-down .shadow {
  height: 82%;
}

.flip-items li span {
  display: block;
  height: 100%;
  -webkit-perspective: 450px;
  -ms-perspective: 450px;
  perspective: 450px;
}

.flip-up {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
}

.flip-down {
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  bottom: 0;
}

.flip-block .flip-text {
  position: absolute;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 200%;
  text-align: center;
}

.flip-up .flip-text {
  top: 0;
  background-position: 0 0;
}

.flip-down .flip-text {
  bottom: 0;
  background-position: 0 100%;
}

.flip-timer li.before {
  z-index: 13;
}

.flip-timer li.active {
  -webkit-animation: flip-ani-index 0.5s 0.5s linear both;
  animation: flip-ani-index 0.5s 0.5s linear both;
  z-index: 12;
}

.flip-timer li.active .flip-down {
  z-index: 12;
  -webkit-animation: flip-ani-up 0.5s 0.5s linear both;
  animation: flip-ani-up 0.5s 0.5s linear both;
}

.flip-timer li.before .flip-up {
  z-index: 12;
  -webkit-animation: flip-ani-down 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
  animation: flip-ani-down 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

@-webkit-keyframes flip-ani-index {
  0% {
    z-index: 12;
  }
  5% {
    z-index: 14;
  }
  100% {
    z-index: 14;
  }
}

@keyframes flip-ani-index {
  0% {
    z-index: 12;
  }
  5% {
    z-index: 14;
  }
  100% {
    z-index: 14;
  }
}

@-webkit-keyframes flip-ani-up {
  0% {
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  60% {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  80% {
    -webkit-transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    transform: rotateX(20deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@keyframes flip-ani-up {
  0% {
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  60% {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  80% {
    -webkit-transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    transform: rotateX(20deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@-webkit-keyframes flip-ani-down {
  0% {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  99% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
}

@keyframes flip-ani-down {
  0% {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  99% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
}

@keyframes show {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
}

@-webkit-keyframes hide {
  0% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes hide {
  0% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

/*Product listing timer*/
.image-box .flip-timer {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  top: auto;
  text-align: center;
  opacity: 1;
  visibility: visible;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.widget-products .products-list .image-box .flip-timer {
  z-index: 12;
}

.item:hover .image-box .flip-timer,
.indent:hover .image-box .flip-timer {
  opacity: 0;
  visibility: hidden;
}

.image-box .flip-timer .timer-wrapper {
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  padding: 0 3px;
}

.image-box .flip-block {
  display: inline-block;
  vertical-align: top;
  float: none;
  text-align: center;
  padding: 5px 0 2px;
}

.image-box .flip-items {
  float: none;
  width: auto;
}

.image-box .flip-clock-divider {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}

/* ======================================================================================= */
/* Content Styles ================================================================= */
/* Product Tags */
.tags-list li {
  display: inline;
}

/* Sitemap */
.page-sitemap .links {
  text-align: right;
  margin: 0 8px -22px 0;
}

.page-sitemap .links a {
  text-decoration: none;
  position: relative;
}

.page-sitemap .sitemap {
  margin: 1em 0;
}

.page-sitemap .sitemap li {
  margin: 3px 0;
}

.page-sitemap .sitemap li.level-0 {
  margin: 10px 0 0;
  font-weight: bold;
  font-size: 1.16em;
}

/* RSS */
.rss-title h1 {
  background: url(../images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px;
}

.rss-table .link-rss {
  display: block;
  line-height: 1.35;
  background-position: 0 2px;
}

/* Background Wrapper */
.background-wrapper {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.background-wrapper ~ * {
  position: relative;
}

/* ======================================================================================= */
/* Options Tool Tip */
.item-options dt {
  font-style: italic;
  font-size: .9em;
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
}

.item-options dd {
  font-style: italic;
  font-size: .9em;
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  font-weight: normal;
  color: #666;
}

.truncated {
  cursor: help;
}

.truncated a.dots, .truncated a.details {
  cursor: help;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 999;
}

.truncated .truncated_full_value .item-options {
  position: absolute;
  top: -99999em;
  left: -99999em;
  z-index: 999;
  width: 250px;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f6f6f6;
}

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
}

.truncated .show .item-options {
  top: -20px;
  left: 50%;
}

.col-left .truncated .show .item-options {
  left: 30px;
  top: 7px;
}

.col-right .truncated .show .item-options {
  left: -240px;
  top: 7px;
}

/* ======================================================================================= */
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
  margin: 0 0 .75em 0;
}

.sp-methods dt {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 10px;
}

.sp-methods dd:last-child ul {
  margin-bottom: 0;
}

.sp-methods input[type="radio"] {
  float: left;
  margin-right: 5px;
}

.sp-methods .price {
  font-size: 1em;
}

.sp-methods .form-list {
  padding-left: 20px;
}

.sp-methods select.month {
  width: 150px;
  margin-right: 10px;
}

.sp-methods select.year {
  width: 96px;
}

.sp-methods input.cvv {
  width: 3em !important;
}

.sp-methods .checkmo-list li {
  margin: 0 0 5px;
}

.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right;
}

.sp-methods .checkmo-list address {
  float: left;
}

.sp-methods .centinel-logos a {
  margin-right: 3px;
}

.sp-methods .centinel-logos img {
  vertical-align: middle;
}

.sp-methods .release-amounts {
  margin: 0.5em 0 1em;
}

.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

.please-wait {
  float: right;
  margin-right: 5px;
}

.please-wait img {
  vertical-align: middle;
}

.cvv-what-is-this {
  cursor: help;
  margin-left: 5px;
}

.opc-data-table .item-options dt {
  font-weight: normal;
}

/* Tooltip */
.tool-tip {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f6f6f6;
  padding: 5px;
  position: absolute;
  z-index: 9999;
}

.tool-tip .btn-close {
  text-align: right;
}

.tool-tip .btn-close a {
  display: block;
  margin: 0 0 0 auto;
  width: 15px;
  height: 15px;
  background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
}

.tool-tip .tool-tip-content {
  padding: 5px;
}

/* Gift Messages */
.gift-messages-form {
  position: relative;
  padding: 0;
  margin-top: 1em;
}

.gift-messages-form label {
  float: none !important;
  position: static !important;
  display: none;
}

.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px;
}

.gift-messages-form .item .product-image {
  margin: 0 0 7px;
}

.gift-messages-form .item .number {
  margin: 0;
  font-weight: bold;
  text-align: center;
}

.gift-messages-form .item .details {
  margin-left: 90px;
}

.gift-messages-form .item .details .product-name {
  margin-top: 0;
  color: #222;
  font-size: 1.16em;
  line-height: 1.583em;
}

.gift-message-link {
  display: block;
  background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
  padding-left: 20px;
}

.gift-message-link.expanded {
  background-position: 0 -53px;
}

.gift-message-row .btn-close {
  float: right;
}

.gift-message dt strong {
  font-weight: bold;
}

.gift-messages-form .allow-gift-messages-for-order-container {
  margin-bottom: 1.5em;
}

.gift-messages-form .inner-box ul.row {
  margin-top: 1.5em;
}

.gift-messages-form .inner-box input.form-control,
.gift-messages-form .inner-box textarea.form-control {
  background-color: #fff;
}

.gift-messages-form .inner-box h4 {
  font-weight: bold;
  font-size: 1em;
  margin: 0;
}

.gift-messages-form .inner-box h4 + .checkbox {
  margin-bottom: 1em;
}

.gift-messages-form .inner-box ul.form-list {
  margin: .75em 0;
}

/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
.registered-users .form-list,
.registered-users .form-group {
  margin-bottom: 0;
}

form.form-horizontal .form-list li.fields {
  margin-bottom: 15px;
}

form.form-horizontal .fields div[class*="customer-name"] > div {
  margin-bottom: .833em;
}

.account-create form.form-horizontal p.required,
.account-login form.form-horizontal p.required {
  margin-bottom: 0;
}

.account-create .buttons-set .back-link {
  margin-top: 0.3em;
}

.account-create #form-validate ul.form-list.form-group {
  margin-bottom: 0;
}

/* Customer Login */
.account-login form.form-horizontal .checkbox {
  min-height: 20px;
}

.account-login form.form-horizontal .buttons-set a {
  margin-top: .75em;
}

.account-login form.form-horizontal .new-users .content {
  margin-bottom: 1.5em;
}

/* Forgot You Password */
/* Account Create */
.account-create form.form-horizontal {
  margin-bottom: 2.5em;
}

.tag-customer-view .pager .amount {
  float: left;
  margin: 6px 0;
}

.tag-customer-view .pager .limiter {
  float: right;
}

.tag-customer-view .pager .limiter .form-control {
  border: none;
  height: auto;
  width: auto;
}

#my-tags-table {
  border: solid 1px #ddd;
}

#my-tags-table tr,
#my-tags-table td {
  border-color: #ddd;
}

.my-tag-edit .btn-remove {
  margin: 2px 2px 2px 0;
  display: inline-block;
  vertical-align: middle;
}

/* Account Login/Create Pages ============================================================ */
/* Captcha */
.captcha-image {
  float: left;
  position: relative;
}

.captcha-img {
  border: 1px solid #ccc;
}

.captcha-reload {
  position: absolute;
  top: 2px;
  right: 2px;
}

.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

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

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

/* Meigee Icons ===================================================================== */
.icon-preview {
  padding: 20px 0;
  font-size: 14px;
  color: #222;
}

.icon-preview span {
  vertical-align: middle;
  line-height: 1;
}

.icon-preview i {
  margin-right: 15px;
  font-size: 18px;
  vertical-align: middle;
  line-height: 1;
}

/* Remember Me Popup ===================================================================== */
.window-overlay {
  background: url(../images/window_overlay.png) repeat;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990;
}

#remember-me-popup .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#remember-me-popup .modal-content {
  padding: 1.5em 20px;
}

#remember-me-popup .modal-header,
#remember-me-popup .modal-body {
  padding: 0;
}

#remember-me-popup .modal-header {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5em;
}

#remember-me-popup .modal-title {
  font-family: 'Barlow', sans-serif;
  font-size: 1.5em;
  color: #222;
  line-height: 1.5;
  padding-bottom: .5em;
}

#remember-me-popup .modal-header .close {
  opacity: 1;
}

/* Remember Me Popup ===================================================================== */
/* Content Popup ===================================================================== */
.modal.modal-content-popup {
  z-index: 9999;
  height: 100%;
}

.modal.fade.modal-content-popup .modal-dialog {
  z-index: 100000;
  margin: 0 auto;
  top: 50%;
  -ms-transform: translate(0, -100%);
      transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
}

.modal.modal-content-popup {
  text-align: left;
}

.modal.modal-content-popup.in .modal-dialog {
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  border-radius: 6px;
  padding-right: 40px;
  padding-top: 40px;
}

.modal.modal-content-popup.in .modal-dialog .modal-content {
  border-radius: 0;
}

.modal.modal-content-popup .modal-body {
  padding: 38px 40px 40px;
  max-height: 90vh;
  overflow: auto;
}

.modal.modal-content-popup .modal-header {
  padding: 0;
  border: none;
}

.modal.modal-content-popup .modal-header .close {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 24px;
  z-index: 999;
  width: 24px;
  min-width: 1px;
  padding: 0;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  border: none;
  background-color: #fff;
}

.modal.modal-content-popup .modal-header .close i {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  display: block;
  position: relative;
  top: 1px;
}

@media only screen and (max-width: 767px) {
  .modal.modal-content-popup.size-chart-modal.in .modal-dialog {
    border-radius: 0;
    padding-right: 0;
    padding-top: 0;
  }
}

/* Content Popup ===================================================================== */
/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
  float: none;
  margin: .667em 0 0;
}

.my-account table.table {
  margin-bottom: 0;
}

.my-account table.table tr td .product-image {
  width: 86px;
  display: block;
  margin: 0 auto;
}

.my-account .table-responsive {
  margin-bottom: 1.5em;
  overflow: visible;
}

.my-account .table-responsive .rating-box i {
  float: left;
}

.my-account table.table-hover tr {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.my-account table.table > thead > tr > td,
.my-account table.table > tbody > tr > td,
.my-account table.table > tfoot > tr > td,
.my-account table.table > thead > tr > th,
.my-account table.table > tbody > tr > th,
.my-account table.table > tfoot > tr > th {
  vertical-align: middle;
}

.my-account .table > tbody + tbody {
  border-top-width: 1px;
}

.my-account .table-bordered > thead > tr > th,
.my-account .table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}

.my-account table.table > thead > tr > td,
.my-account table.table > tbody > tr > td,
.my-account table.table > tfoot > tr > td {
  padding: 1.5em 18px;
}

.my-account table.table-condensed > thead > tr > th,
.my-account table.table-condensed > tbody > tr > th,
.my-account table.table-condensed > tfoot > tr > th {
  border: 0;
  width: 50%;
  padding-left: 0;
}

.my-account table.table-condensed > thead > tr > td,
.my-account table.table-condensed > tbody > tr > td,
.my-account table.table-condensed > tfoot > tr > td {
  padding: inherit;
  border: 0;
}

.my-account table.table .table-button a {
  color: #222;
}

.my-account table.table .table-button a:hover, .my-account table.table .table-button a:focus, .my-account table.table .table-button a:active {
  color: rgba(0, 0, 0, 0.6);
}

.my-account table.table .product-name {
  font-size: 1.167em;
  color: #222;
  line-height: 1.583em;
  margin: 0;
}

.my-account table.table .price-excl-tax {
  display: inline-block;
}

.my-account table.table .price-excl-tax .price {
  display: inline-block;
}

.my-account table#my-tags-table > tbody > tr > td {
  vertical-align: top;
}

.my-account table#my-tags-table > tbody > tr > td.last {
  vertical-align: middle;
}

.my-account .panel-default p.edit {
  margin-top: .75em;
}

.my-account .actions {
  width: 130px;
  text-align: center;
}

.my-account .actions .btn {
  vertical-align: middle;
}

.my-account .actions .add-to-links {
  display: inline-block;
  vertical-align: middle;
  margin: 1em 0 0;
}

.my-account .actions .add-to-links li {
  display: inline-block;
}

.my-account .actions .add-to-links li:first-child {
  margin-left: 0;
}

.my-account .truncated {
  display: inline-block;
  margin-top: .75em;
}

.my-account .truncated .truncated_full_value {
  position: absolute;
}

.my-account .truncated .truncated_full_value .item-options {
  width: 200px;
  background-color: #fff;
  border-color: #fff;
  padding: 1em;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.my-account .pager label {
  vertical-align: middle;
}

.my-account .pager .bootstrap-select.btn-group:not(.input-group-btn), .my-account .pager .bootstrap-select.btn-group[class*="col-"] {
  width: auto;
  height: auto;
  float: none;
  vertical-align: middle;
  margin-left: 5px;
}

.my-account .truncated .truncated_full_value .item-options > p {
  text-transform: uppercase;
}

.my-account .truncated .truncated_full_value .item-options dl {
  display: inline-block;
  margin-bottom: 1em;
}

.my-account .truncated .truncated_full_value .item-options dl:last-child {
  margin-bottom: 0;
}

.my-account .truncated .truncated_full_value .item-options dt {
  float: left;
  clear: left;
  font-style: normal;
}

.my-account .truncated .truncated_full_value .item-options dd {
  float: left;
  padding-left: 5px;
  clear: right;
}

.my-account .customer-rating {
  float: none;
  width: auto;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding-top: 29px;
  padding-bottom: 29px;
}

.my-account .product-review .media {
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 1.5em 20px;
  min-height: 180px;
}

.my-account .product-review .product-img-box .product-image {
  width: auto;
  height: auto;
}

.my-account .product-review .media-body .product-details {
  margin: 0;
}

.my-account .product-review .media-body .product-name {
  font-size: 1.167em;
  color: #222;
  line-height: 1.583em;
  margin: 0 0 .833em;
  text-transform: uppercase;
}

.my-account .product-review .media-body .product-details small {
  display: block;
  float: right;
  font-size: .91em;
  color: #aaa;
  margin: 0;
  padding: .2em 0;
}

.my-account .product-review .media-body .product-details .ratings {
  margin: 0 0 1em;
}

.my-account .product-review .media-body .product-details p {
  color: rgba(0, 0, 0, 0.8);
}

.my-account .product-review .buttons-set {
  margin-top: 1.5em;
}

.my-account .order-links {
  text-align: right;
}

.my-account .form-group strong {
  font-weight: normal;
}

.send-friend .form-list .fields {
  margin-left: -10px;
  margin-right: -10px;
}

.send-friend .back-link {
  margin: 0 0 .75em;
}

/** Block: Account **/
.block-account .block-content li:before {
  content: "\e943";
  display: inline-block;
  font-family: "meigeeadditional";
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  margin-right: 5px;
  color: #B2945A;
}

.block-account .block-content li a {
  padding-left: 0 !important;
}

.block-account .block-content li.current {
  font-size: 1em;
  padding: .5em 0 .45em;
  color: #B2945A;
}

.block-account .block-content li a:hover {
  color: #B2945A;
}

/* Wishlist */
.my-wishlist table.table .product-name {
  margin: 0 0 .5em;
}

.my-wishlist .table-button {
  margin: .2em 0 0;
}

.my-wishlist .table-button a {
  display: inline-block;
  padding: 5px;
}

.my-wishlist .cart-cell {
  text-align: center;
}

.my-wishlist .cart-cell .add-to-cart-alt {
  display: inline-block;
}

.my-wishlist .cart-cell .price-box {
  margin-bottom: 1.5em;
}

.my-wishlist .cart-cell .btn-primary {
  height: 40px;
  padding: 0 28px;
  margin-left: 10px;
}

.my-wishlist .form-horizontal .buttons-set {
  padding-top: 0;
  border-width: 0;
}

.my-wishlist .buttons-set .btn-share {
  float: right;
  margin-left: 10px;
}

.my-wishlist .buttons-set .btn-update {
  float: left;
}

.my-wishlist .buttons-set .btn-tocart {
  float: right;
}

.my-wishlist .quantity-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.my-wishlist .quantity-wrapper label[for="qty"] {
  color: rgba(0, 0, 0, 0.8) 888;
  display: none;
  float: left;
  font-size: 1.16em;
  font-weight: bold;
  margin: 0.66em 20px 0.66em 0;
}

@media only screen and (min-width: 1024px) {
  .my-wishlist .quantity-wrapper {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .my-wishlist .buttons-set .btn {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 992px) {
  .my-wishlist .buttons-set .btn {
    padding: 0 30px;
  }
}

/* Tags */
.box-tags li.item .product-name {
  font-size: 1.083em;
  margin-bottom: .5em;
  line-height: 1.5;
}

.box-tags li.item .product-name a {
  color: #222;
}

.tags-list li {
  font-size: 1.167em;
  margin-right: 5px;
}

/* Reviews */
.dashboard .box-reviews {
  margin: 0 0 1.5em;
}

.dashboard .box-reviews li.item .product-name {
  font-size: 1.083em;
  margin-bottom: .5em;
  line-height: 1.5;
}

.dashboard .box-recent {
  margin: 10px 0;
}

.dashboard .box-reviews .number,
.dashboard .box-tags .number {
  float: left;
  font-size: .833em;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 0.3em -20px 0 0;
  padding: 2px 3px;
  background: rgba(0, 0, 0, 0.1);
}

.dashboard .box-reviews .details,
.dashboard .box-tags .details {
  margin-left: 20px;
}

/********** < Dashboard */
/* Block: Recent Orders */
/* Block: Reviews */
/* Block: Tags */
/********** Dashboard > */
/* Order View */
.order-info {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px;
  margin-bottom: 1.5em;
}

.order-info a {
  color: #aaa;
}

.order-info dl,
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
  margin: 0 5px 0 0;
}

.order-info dt {
  font-weight: bold;
}

.order-date {
  margin: 0;
  float: right;
}

.order-items {
  width: 100%;
}

.order-additional {
  margin: 1.5em 0;
}

/* Order Gift Message */
.gift-message dt {
  font-weight: normal;
  color: #222;
}

.gift-message dt strong {
  color: rgba(0, 0, 0, 0.8);
  font-weight: normal;
}

.gift-message dd {
  margin: .75em 0 0;
  color: rgba(0, 0, 0, 0.8);
}

/* Order Comments */
.order-about dt {
  font-weight: bold;
}

.order-about dd {
  font-size: 13px;
  margin: 0 0 7px;
}

.tracking-table {
  margin: 0 0 15px;
}

.tracking-table th {
  font-weight: bold;
  white-space: nowrap;
}

.tracking-table-popup {
  width: 100%;
}

.tracking-table-popup th {
  font-weight: bold;
  white-space: nowrap;
  padding: 1px 8px;
}

.tracking-table-popup td {
  padding: 1px 8px;
}

/* Order Print Pages */
.page-print .print-head {
  text-align: center;
}

.page-print .print-head:after {
  display: block;
  content: "";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.page-print .print-head img {
  float: left;
}

.page-print .print-head address {
  float: left;
  margin-left: 15px;
  margin-bottom: 0;
}

.page-print .gift-message-link {
  display: none;
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
  display: inline-block;
  white-space: nowrap;
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
  display: inline;
}

.page-print .method {
  display: inline-block;
  font-style: normal;
  font-family: inherit;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: .75em 12px;
  margin-bottom: 1.12em;
  width: 100%;
}

.page-print .method p {
  margin: 0;
}

.page-print address {
  display: inline-block;
  font-style: normal;
  font-family: inherit;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: .75em 12px;
  margin-bottom: 1.12em;
  width: 100%;
}

.page-print .method {
  margin-bottom: 2.25em;
}

.page-print table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.5em;
}

.page-print table th,
.page-print table td {
  padding: .75em 12px;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.page-print .item-options dd {
  margin: 0;
}

.page-print .row,
.page-print .order-date {
  clear: both;
}

/* Price Rewrites */
/* My Reviews */
.product-review .product-img-box {
  float: left;
  width: 140px;
}

.product-review .product-img-box .product-image {
  display: block;
  width: 125px;
  height: 125px;
}

.product-review .product-img-box .label {
  font-size: 11px;
  margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px;
}

.product-review .product-details {
  margin-left: 150px;
}

.product-review .product-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}

.product-review .ratings-table {
  margin: 0 0 10px;
}

.product-review dt {
  font-weight: bold;
}

.product-review dd {
  font-size: 13px;
  margin: 5px 0 0;
}

/* ======================================================================================= */
ul.advanced-search .separator {
  float: left;
}

ul.advanced-search .currency,
ul.advanced-search .separator {
  line-height: 2.66em;
}

ul.advanced-search li.last {
  margin-bottom: 1.5em;
}

.form-contact {
  margin-top: 1.5em;
}

.map-popup {
  background: #fff;
  border: 1px solid #eee;
  margin: 12px 0 0;
  position: absolute;
  box-shadow: 0 0 6px #eee;
  text-align: left;
  width: 287px;
  z-index: 100;
}

.map-popup-heading {
  border-bottom: 1px solid #eee;
  padding: .75em 10px;
}

.map-popup-heading h2 {
  font-size: 1.16em;
  margin: 0;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
  color: #222;
}

.map-popup-arrow {
  background: 0;
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 19px;
}

.map-popup-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
}

.map-popup-close i {
  font-size: 14px;
  color: #aaa;
}

.map-popup-close i:hover {
  color: #648ec7;
}

.map-popup-content {
  border-top: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  text-align: left;
}

.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right;
}

.map-popup-checkout .paypal-logo {
  margin: 0 0 5px;
}

.map-popup-price {
  margin: 5px 0 0;
}

.map-popup-price .price-box {
  margin: 0;
  padding: 5px 0;
}

.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 5px 0;
}

.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word;
}

.map-popup-only-text {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* Small hover buttons */
.description-cart-wrapper {
  display: none;
  visibility: hidden;
}

.description-cart-wrapper .btn {
  margin: 0;
  width: 100%;
  padding: 0;
}

body[class*="2-columns"] .five-columns .ratings .rating-links .separator,
.main-container[class*="col2"] .five-columns .ratings .rating-links .separator,
.six-columns .ratings .rating-links .separator,
.seven-columns .ratings .rating-links .separator,
.eight-columns .ratings .rating-links .separator,
.slider-columns-6 .ratings .rating-links .separator,
.slider-columns-7 .ratings .rating-links .separator,
.slider-columns-8 .ratings .rating-links .separator,
body[class*="2-columns"] .five-columns .ratings .rating-links .add-review,
.main-container[class*="col2"] .five-columns .ratings .rating-links .add-review,
.six-columns .ratings .rating-links .add-review,
.seven-columns .ratings .rating-links .add-review,
.eight-columns .ratings .rating-links .add-review,
.slider-columns-6 .ratings .rating-links .add-review,
.slider-columns-7 .ratings .rating-links .add-review,
.slider-columns-8 .ratings .rating-links .add-review,
body[class*="2-columns"] .five-columns .availability,
.main-container[class*="col2"] .five-columns .availability,
.six-columns .availability,
.seven-columns .availability,
.eight-columns .availability,
.slider-columns-6 .availability,
.slider-columns-7 .availability,
.slider-columns-8 .availability,
body[class*="2-columns"] .item.sold-out .actions-hover-buttons .btn:not(.quickview),
.main-container[class*="col2"] .item.sold-out .actions-hover-buttons .btn:not(.quickview),
.six-columns .item.sold-out .actions-hover-buttons .btn:not(.quickview),
.seven-columns .item.sold-out .actions-hover-buttons .btn:not(.quickview),
.eight-columns .item.sold-out .actions-hover-buttons .btn:not(.quickview),
.slider-columns-6 .item.sold-out .actions-hover-buttons .btn:not(.quickview),
.slider-columns-7 .item.sold-out .actions-hover-buttons .btn:not(.quickview),
.slider-columns-8 .item.sold-out .actions-hover-buttons .btn:not(.quickview) {
  display: none;
  visibility: hidden;
}

.widget-slider.products-grid .item.owl-item {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  body[class*="2-columns"] .five-columns .description-cart-wrapper,
  .main-container[class*="col2"] .five-columns .description-cart-wrapper,
  .six-columns .description-cart-wrapper,
  .seven-columns .description-cart-wrapper,
  .eight-columns .description-cart-wrapper,
  .slider-columns-6 .description-cart-wrapper,
  .slider-columns-7 .description-cart-wrapper,
  .slider-columns-8 .description-cart-wrapper {
    display: block;
    visibility: visible;
    padding-top: 10px;
    width: 100%;
  }
  body[class*="2-columns"] .five-columns .image-box .link-wishlist-wrapper,
  body[class*="2-columns"] .five-columns .image-box .hover-buttons,
  body[class*="2-columns"] .five-columns .image-box .actions-hover-buttons {
    left: auto;
    bottom: auto;
    right: -40px;
    top: 0;
    opacity: 0;
    transition: right .3s ease-out, opacity .3s ease-out;
    -moz-transition: right .3s ease-out, opacity .3s ease-out;
    -webkit-transition: right .3s ease-out, opacity .3s ease-out;
  }
  .main-container[class*="col2"] .five-columns .image-box .link-wishlist-wrapper,
  .main-container[class*="col2"] .five-columns .image-box .hover-buttons,
  .main-container[class*="col2"] .five-columns .image-box .actions-hover-buttons {
    left: auto;
    bottom: auto;
    right: -40px;
    top: 0;
    opacity: 0;
    transition: right .3s ease-out, opacity .3s ease-out;
    -moz-transition: right .3s ease-out, opacity .3s ease-out;
    -webkit-transition: right .3s ease-out, opacity .3s ease-out;
  }
  .six-columns .image-box .link-wishlist-wrapper,
  .six-columns .image-box .hover-buttons,
  .six-columns .image-box .actions-hover-buttons {
    left: auto;
    bottom: auto;
    right: -40px;
    top: 0;
    opacity: 0;
    transition: right .3s ease-out, opacity .3s ease-out;
    -moz-transition: right .3s ease-out, opacity .3s ease-out;
    -webkit-transition: right .3s ease-out, opacity .3s ease-out;
  }
  .seven-columns .image-box .link-wishlist-wrapper,
  .seven-columns .image-box .hover-buttons,
  .seven-columns .image-box .actions-hover-buttons {
    left: auto;
    bottom: auto;
    right: -40px;
    top: 0;
    opacity: 0;
    transition: right .3s ease-out, opacity .3s ease-out;
    -moz-transition: right .3s ease-out, opacity .3s ease-out;
    -webkit-transition: right .3s ease-out, opacity .3s ease-out;
  }
  .eight-columns .image-box .link-wishlist-wrapper,
  .eight-columns .image-box .hover-buttons,
  .eight-columns .image-box .actions-hover-buttons {
    left: auto;
    bottom: auto;
    right: -40px;
    top: 0;
    opacity: 0;
    transition: right .3s ease-out, opacity .3s ease-out;
    -moz-transition: right .3s ease-out, opacity .3s ease-out;
    -webkit-transition: right .3s ease-out, opacity .3s ease-out;
  }
  .slider-columns-6 .image-box .link-wishlist-wrapper,
  .slider-columns-6 .image-box .hover-buttons,
  .slider-columns-6 .image-box .actions-hover-buttons {
    left: auto;
    bottom: auto;
    right: -40px;
    top: 0;
    opacity: 0;
    transition: right .3s ease-out, opacity .3s ease-out;
    -moz-transition: right .3s ease-out, opacity .3s ease-out;
    -webkit-transition: right .3s ease-out, opacity .3s ease-out;
  }
  .slider-columns-7 .image-box .link-wishlist-wrapper,
  .slider-columns-7 .image-box .hover-buttons,
  .slider-columns-7 .image-box .actions-hover-buttons {
    left: auto;
    bottom: auto;
    right: -40px;
    top: 0;
    opacity: 0;
    transition: right .3s ease-out, opacity .3s ease-out;
    -moz-transition: right .3s ease-out, opacity .3s ease-out;
    -webkit-transition: right .3s ease-out, opacity .3s ease-out;
  }
  .slider-columns-8 .image-box .link-wishlist-wrapper,
  .slider-columns-8 .image-box .hover-buttons,
  .slider-columns-8 .image-box .actions-hover-buttons {
    left: auto;
    bottom: auto;
    right: -40px;
    top: 0;
    opacity: 0;
    transition: right .3s ease-out, opacity .3s ease-out;
    -moz-transition: right .3s ease-out, opacity .3s ease-out;
    -webkit-transition: right .3s ease-out, opacity .3s ease-out;
  }
  body[class*="2-columns"] .five-columns .item:hover .image-box .link-wishlist-wrapper,
  body[class*="2-columns"] .five-columns .item:hover .image-box .hover-buttons,
  body[class*="2-columns"] .five-columns .item:hover .image-box .actions-hover-buttons {
    right: 0;
    opacity: 1;
    bottom: auto;
  }
  .main-container[class*="col2"] .five-columns .item:hover .image-box .link-wishlist-wrapper,
  .main-container[class*="col2"] .five-columns .item:hover .image-box .hover-buttons,
  .main-container[class*="col2"] .five-columns .item:hover .image-box .actions-hover-buttons {
    right: 0;
    opacity: 1;
    bottom: auto;
  }
  .six-columns .item:hover .image-box .link-wishlist-wrapper,
  .six-columns .item:hover .image-box .hover-buttons,
  .six-columns .item:hover .image-box .actions-hover-buttons {
    right: 0;
    opacity: 1;
    bottom: auto;
  }
  .seven-columns .item:hover .image-box .link-wishlist-wrapper,
  .seven-columns .item:hover .image-box .hover-buttons,
  .seven-columns .item:hover .image-box .actions-hover-buttons {
    right: 0;
    opacity: 1;
    bottom: auto;
  }
  .eight-columns .item:hover .image-box .link-wishlist-wrapper,
  .eight-columns .item:hover .image-box .hover-buttons,
  .eight-columns .item:hover .image-box .actions-hover-buttons {
    right: 0;
    opacity: 1;
    bottom: auto;
  }
  .slider-columns-6 .item:hover .image-box .link-wishlist-wrapper,
  .slider-columns-6 .item:hover .image-box .hover-buttons,
  .slider-columns-6 .item:hover .image-box .actions-hover-buttons {
    right: 0;
    opacity: 1;
    bottom: auto;
  }
  .slider-columns-7 .item:hover .image-box .link-wishlist-wrapper,
  .slider-columns-7 .item:hover .image-box .hover-buttons,
  .slider-columns-7 .item:hover .image-box .actions-hover-buttons {
    right: 0;
    opacity: 1;
    bottom: auto;
  }
  .slider-columns-8 .item:hover .image-box .link-wishlist-wrapper,
  .slider-columns-8 .item:hover .image-box .hover-buttons,
  .slider-columns-8 .item:hover .image-box .actions-hover-buttons {
    right: 0;
    opacity: 1;
    bottom: auto;
  }
  body[class*="2-columns"] .five-columns .image-box .link-wishlist-wrapper + .hover-buttons,
  body[class*="2-columns"] .five-columns .image-box .link-wishlist-wrapper + .actions-hover-buttons {
    top: 36px;
    padding-top: 0;
    width: auto;
    height: auto;
    margin-left: 0;
    max-width: 36px;
  }
  .main-container[class*="col2"] .five-columns .image-box .link-wishlist-wrapper + .hover-buttons,
  .main-container[class*="col2"] .five-columns .image-box .link-wishlist-wrapper + .actions-hover-buttons {
    top: 36px;
    padding-top: 0;
    width: auto;
    height: auto;
    margin-left: 0;
    max-width: 36px;
  }
  .six-columns .image-box .link-wishlist-wrapper + .hover-buttons,
  .six-columns .image-box .link-wishlist-wrapper + .actions-hover-buttons {
    top: 36px;
    padding-top: 0;
    width: auto;
    height: auto;
    margin-left: 0;
    max-width: 36px;
  }
  .seven-columns .image-box .link-wishlist-wrapper + .hover-buttons,
  .seven-columns .image-box .link-wishlist-wrapper + .actions-hover-buttons {
    top: 36px;
    padding-top: 0;
    width: auto;
    height: auto;
    margin-left: 0;
    max-width: 36px;
  }
  .eight-columns .image-box .link-wishlist-wrapper + .hover-buttons,
  .eight-columns .image-box .link-wishlist-wrapper + .actions-hover-buttons {
    top: 36px;
    padding-top: 0;
    width: auto;
    height: auto;
    margin-left: 0;
    max-width: 36px;
  }
  .slider-columns-6 .image-box .link-wishlist-wrapper + .hover-buttons,
  .slider-columns-6 .image-box .link-wishlist-wrapper + .actions-hover-buttons {
    top: 36px;
    padding-top: 0;
    width: auto;
    height: auto;
    margin-left: 0;
    max-width: 36px;
  }
  .slider-columns-7 .image-box .link-wishlist-wrapper + .hover-buttons,
  .slider-columns-7 .image-box .link-wishlist-wrapper + .actions-hover-buttons {
    top: 36px;
    padding-top: 0;
    width: auto;
    height: auto;
    margin-left: 0;
    max-width: 36px;
  }
  .slider-columns-8 .image-box .link-wishlist-wrapper + .hover-buttons,
  .slider-columns-8 .image-box .link-wishlist-wrapper + .actions-hover-buttons {
    top: 36px;
    padding-top: 0;
    width: auto;
    height: auto;
    margin-left: 0;
    max-width: 36px;
  }
  body[class*="2-columns"] .five-columns .image-box .hover-buttons + .actions-hover-buttons,
  .main-container[class*="col2"] .five-columns .image-box .hover-buttons + .actions-hover-buttons,
  .six-columns .image-box .hover-buttons + .actions-hover-buttons,
  .seven-columns .image-box .hover-buttons + .actions-hover-buttons,
  .eight-columns .image-box .hover-buttons + .actions-hover-buttons,
  .slider-columns-6 .image-box .hover-buttons + .actions-hover-buttons,
  .slider-columns-7 .image-box .hover-buttons + .actions-hover-buttons,
  .slider-columns-8 .image-box .hover-buttons + .actions-hover-buttons {
    top: 96px;
    padding-top: 0;
    z-index: 4;
  }
  body[class*="2-columns"] .five-columns .sold-out .image-box .hover-buttons + .actions-hover-buttons,
  .main-container[class*="col2"] .five-columns .sold-out .image-box .hover-buttons + .actions-hover-buttons,
  .six-columns .sold-out .image-box .hover-buttons + .actions-hover-buttons,
  .seven-columns .sold-out .image-box .hover-buttons + .actions-hover-buttons,
  .eight-columns .sold-out .image-box .hover-buttons + .actions-hover-buttons,
  .slider-columns-6 .sold-out .image-box .hover-buttons + .actions-hover-buttons,
  .slider-columns-7 .sold-out .image-box .hover-buttons + .actions-hover-buttons,
  .slider-columns-8 .sold-out .image-box .hover-buttons + .actions-hover-buttons {
    padding: 0;
  }
  body[class*="2-columns"] .five-columns .image-box .hover-buttons .link-compare-wrapper,
  body[class*="2-columns"] .five-columns .image-box .hover-buttons .lightbox-button {
    float: none;
    margin-bottom: 5px;
    width: auto;
    height: auto;
    margin-top: 0;
    opacity: 1;
  }
  .main-container[class*="col2"] .five-columns .image-box .hover-buttons .link-compare-wrapper,
  .main-container[class*="col2"] .five-columns .image-box .hover-buttons .lightbox-button {
    float: none;
    margin-bottom: 5px;
    width: auto;
    height: auto;
    margin-top: 0;
    opacity: 1;
  }
  .six-columns .image-box .hover-buttons .link-compare-wrapper,
  .six-columns .image-box .hover-buttons .lightbox-button {
    float: none;
    margin-bottom: 5px;
    width: auto;
    height: auto;
    margin-top: 0;
    opacity: 1;
  }
  .seven-columns .image-box .hover-buttons .link-compare-wrapper,
  .seven-columns .image-box .hover-buttons .lightbox-button {
    float: none;
    margin-bottom: 5px;
    width: auto;
    height: auto;
    margin-top: 0;
    opacity: 1;
  }
  .eight-columns .image-box .hover-buttons .link-compare-wrapper,
  .eight-columns .image-box .hover-buttons .lightbox-button {
    float: none;
    margin-bottom: 5px;
    width: auto;
    height: auto;
    margin-top: 0;
    opacity: 1;
  }
  .slider-columns-6 .image-box .hover-buttons .link-compare-wrapper,
  .slider-columns-6 .image-box .hover-buttons .lightbox-button {
    float: none;
    margin-bottom: 5px;
    width: auto;
    height: auto;
    margin-top: 0;
    opacity: 1;
  }
  .slider-columns-7 .image-box .hover-buttons .link-compare-wrapper,
  .slider-columns-7 .image-box .hover-buttons .lightbox-button {
    float: none;
    margin-bottom: 5px;
    width: auto;
    height: auto;
    margin-top: 0;
    opacity: 1;
  }
  .slider-columns-8 .image-box .hover-buttons .link-compare-wrapper,
  .slider-columns-8 .image-box .hover-buttons .lightbox-button {
    float: none;
    margin-bottom: 5px;
    width: auto;
    height: auto;
    margin-top: 0;
    opacity: 1;
  }
  body[class*="2-columns"] .five-columns .image-box .hover-buttons .lightbox-button,
  .main-container[class*="col2"] .five-columns .image-box .hover-buttons .lightbox-button,
  .six-columns .image-box .hover-buttons .lightbox-button,
  .seven-columns .image-box .hover-buttons .lightbox-button,
  .eight-columns .image-box .hover-buttons .lightbox-button,
  .slider-columns-6 .image-box .hover-buttons .lightbox-button,
  .slider-columns-7 .image-box .hover-buttons .lightbox-button,
  .slider-columns-8 .image-box .hover-buttons .lightbox-button {
    margin-bottom: 0;
  }
  body[class*="2-columns"] .five-columns .image-box .link-wishlist-wrapper a,
  body[class*="2-columns"] .five-columns .image-box .hover-buttons a,
  body[class*="2-columns"] .five-columns .image-box .btn-quickview {
    width: 26px;
    height: 26px;
    line-height: 30px;
    font-size: 18px;
    position: relative;
  }
  .main-container[class*="col2"] .five-columns .image-box .link-wishlist-wrapper a,
  .main-container[class*="col2"] .five-columns .image-box .hover-buttons a,
  .main-container[class*="col2"] .five-columns .image-box .btn-quickview {
    width: 26px;
    height: 26px;
    line-height: 30px;
    font-size: 18px;
    position: relative;
  }
  .six-columns .image-box .link-wishlist-wrapper a,
  .six-columns .image-box .hover-buttons a,
  .six-columns .image-box .btn-quickview {
    width: 26px;
    height: 26px;
    line-height: 30px;
    font-size: 18px;
    position: relative;
  }
  .seven-columns .image-box .link-wishlist-wrapper a,
  .seven-columns .image-box .hover-buttons a,
  .seven-columns .image-box .btn-quickview {
    width: 26px;
    height: 26px;
    line-height: 30px;
    font-size: 18px;
    position: relative;
  }
  .eight-columns .image-box .link-wishlist-wrapper a,
  .eight-columns .image-box .hover-buttons a,
  .eight-columns .image-box .btn-quickview {
    width: 26px;
    height: 26px;
    line-height: 30px;
    font-size: 18px;
    position: relative;
  }
  .slider-columns-6 .image-box .link-wishlist-wrapper a,
  .slider-columns-6 .image-box .hover-buttons a,
  .slider-columns-6 .image-box .btn-quickview {
    width: 26px;
    height: 26px;
    line-height: 30px;
    font-size: 18px;
    position: relative;
  }
  .slider-columns-7 .image-box .link-wishlist-wrapper a,
  .slider-columns-7 .image-box .hover-buttons a,
  .slider-columns-7 .image-box .btn-quickview {
    width: 26px;
    height: 26px;
    line-height: 30px;
    font-size: 18px;
    position: relative;
  }
  .slider-columns-8 .image-box .link-wishlist-wrapper a,
  .slider-columns-8 .image-box .hover-buttons a,
  .slider-columns-8 .image-box .btn-quickview {
    width: 26px;
    height: 26px;
    line-height: 30px;
    font-size: 18px;
    position: relative;
  }
  body[class*="2-columns"] .five-columns .image-box .btn-quickview i,
  .main-container[class*="col2"] .five-columns .image-box .btn-quickview i,
  .six-columns .image-box .btn-quickview i,
  .seven-columns .image-box .btn-quickview i,
  .eight-columns .image-box .btn-quickview i,
  .slider-columns-6 .image-box .btn-quickview i,
  .slider-columns-7 .image-box .btn-quickview i,
  .slider-columns-8 .image-box .btn-quickview i {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: -1px 0 0 -1px;
    transition: color .3s ease-out, background-color .3s ease-out;
    -moz-transition: color .3s ease-out, background-color .3s ease-out;
    -webkit-transition: color .3s ease-out, background-color .3s ease-out;
  }
  body[class*="2-columns"] .five-columns .image-box .actions-hover-buttons,
  .main-container[class*="col2"] .five-columns .image-box .actions-hover-buttons,
  .six-columns .image-box .actions-hover-buttons,
  .seven-columns .image-box .actions-hover-buttons,
  .eight-columns .image-box .actions-hover-buttons,
  .slider-columns-6 .image-box .actions-hover-buttons,
  .slider-columns-7 .image-box .actions-hover-buttons,
  .slider-columns-8 .image-box .actions-hover-buttons {
    z-index: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  body[class*="2-columns"] .five-columns .image-box .btn-cart,
  body[class*="2-columns"] .five-columns .image-box .btn-quickview span {
    display: none;
    visibility: hidden;
  }
  .main-container[class*="col2"] .five-columns .image-box .btn-cart,
  .main-container[class*="col2"] .five-columns .image-box .btn-quickview span {
    display: none;
    visibility: hidden;
  }
  .six-columns .image-box .btn-cart,
  .six-columns .image-box .btn-quickview span {
    display: none;
    visibility: hidden;
  }
  .seven-columns .image-box .btn-cart,
  .seven-columns .image-box .btn-quickview span {
    display: none;
    visibility: hidden;
  }
  .eight-columns .image-box .btn-cart,
  .eight-columns .image-box .btn-quickview span {
    display: none;
    visibility: hidden;
  }
  .slider-columns-6 .image-box .btn-cart,
  .slider-columns-6 .image-box .btn-quickview span {
    display: none;
    visibility: hidden;
  }
  .slider-columns-7 .image-box .btn-cart,
  .slider-columns-7 .image-box .btn-quickview span {
    display: none;
    visibility: hidden;
  }
  .slider-columns-8 .image-box .btn-cart,
  .slider-columns-8 .image-box .btn-quickview span {
    display: none;
    visibility: hidden;
  }
  body[class*="2-columns"] .five-columns .image-box .hover-buttons .btn-default,
  .main-container[class*="col2"] .five-columns .image-box .hover-buttons .btn-default,
  .six-columns .image-box .hover-buttons .btn-default,
  .seven-columns .image-box .hover-buttons .btn-default,
  .eight-columns .image-box .hover-buttons .btn-default,
  .slider-columns-6 .image-box .hover-buttons .btn-default,
  .slider-columns-7 .image-box .hover-buttons .btn-default,
  .slider-columns-8 .image-box .hover-buttons .btn-default {
    display: none;
    visibility: hidden;
  }
  body[class*="2-columns"] .five-columns .image-box .btn-quickview i,
  .main-container[class*="col2"] .five-columns .image-box .btn-quickview i,
  .six-columns .image-box .btn-quickview i,
  .seven-columns .image-box .btn-quickview i,
  .eight-columns .image-box .btn-quickview i,
  .slider-columns-6 .image-box .btn-quickview i,
  .slider-columns-7 .image-box .btn-quickview i,
  .slider-columns-8 .image-box .btn-quickview i {
    display: inline-block;
  }
  body[class*="2-columns"] .five-columns .image-box .btn-quickview,
  .main-container[class*="col2"] .five-columns .image-box .btn-quickview,
  .six-columns .image-box .btn-quickview,
  .seven-columns .image-box .btn-quickview,
  .eight-columns .image-box .btn-quickview,
  .slider-columns-6 .image-box .btn-quickview,
  .slider-columns-7 .image-box .btn-quickview,
  .slider-columns-8 .image-box .btn-quickview {
    min-width: auto;
    min-height: auto;
    margin: 0;
    padding: 0;
    background-color: transparent !important;
    border-color: transparent !important;
  }
  body[class*="2-columns"] .five-columns .image-box .link-wishlist-wrapper,
  body[class*="2-columns"] .five-columns .image-box .hover-buttons,
  body[class*="2-columns"] .five-columns .image-box .actions-hover-buttons {
    padding: 5px;
    background-color: white;
    border-color: transparent;
  }
  .main-container[class*="col2"] .five-columns .image-box .link-wishlist-wrapper,
  .main-container[class*="col2"] .five-columns .image-box .hover-buttons,
  .main-container[class*="col2"] .five-columns .image-box .actions-hover-buttons {
    padding: 5px;
    background-color: white;
    border-color: transparent;
  }
  .six-columns .image-box .link-wishlist-wrapper,
  .six-columns .image-box .hover-buttons,
  .six-columns .image-box .actions-hover-buttons {
    padding: 5px;
    background-color: white;
    border-color: transparent;
  }
  .seven-columns .image-box .link-wishlist-wrapper,
  .seven-columns .image-box .hover-buttons,
  .seven-columns .image-box .actions-hover-buttons {
    padding: 5px;
    background-color: white;
    border-color: transparent;
  }
  .eight-columns .image-box .link-wishlist-wrapper,
  .eight-columns .image-box .hover-buttons,
  .eight-columns .image-box .actions-hover-buttons {
    padding: 5px;
    background-color: white;
    border-color: transparent;
  }
  .slider-columns-6 .image-box .link-wishlist-wrapper,
  .slider-columns-6 .image-box .hover-buttons,
  .slider-columns-6 .image-box .actions-hover-buttons {
    padding: 5px;
    background-color: white;
    border-color: transparent;
  }
  .slider-columns-7 .image-box .link-wishlist-wrapper,
  .slider-columns-7 .image-box .hover-buttons,
  .slider-columns-7 .image-box .actions-hover-buttons {
    padding: 5px;
    background-color: white;
    border-color: transparent;
  }
  .slider-columns-8 .image-box .link-wishlist-wrapper,
  .slider-columns-8 .image-box .hover-buttons,
  .slider-columns-8 .image-box .actions-hover-buttons {
    padding: 5px;
    background-color: white;
    border-color: transparent;
  }
  /* Styles for hover type2 */
  body[class*="2-columns"] .five-columns .product-hover-2 .image-box .hover-buttons a,
  .main-container[class*="col2"] .five-columns .product-hover-2 .image-box .hover-buttons a,
  .six-columns .product-hover-2 .image-box .hover-buttons a,
  .seven-columns .product-hover-2 .image-box .hover-buttons a,
  .eight-columns .product-hover-2 .image-box .hover-buttons a,
  .slider-columns-6 .product-hover-2 .image-box .hover-buttons a,
  .slider-columns-7 .product-hover-2 .image-box .hover-buttons a,
  .slider-columns-8 .product-hover-2 .image-box .hover-buttons a {
    margin-top: 0;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  body[class*="2-columns"] .five-columns .product-hover-2 .image-box .hover-buttons a i,
  .main-container[class*="col2"] .five-columns .product-hover-2 .image-box .hover-buttons a i,
  .six-columns .product-hover-2 .image-box .hover-buttons a i,
  .seven-columns .product-hover-2 .image-box .hover-buttons a i,
  .eight-columns .product-hover-2 .image-box .hover-buttons a i,
  .slider-columns-6 .product-hover-2 .image-box .hover-buttons a i,
  .slider-columns-7 .product-hover-2 .image-box .hover-buttons a i,
  .slider-columns-8 .product-hover-2 .image-box .hover-buttons a i {
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 0;
  }
  /* Styles for hover type3 */
  body[class*="2-columns"] .five-columns .product-hover-3 .image-box .hover-buttons a,
  .main-container[class*="col2"] .five-columns .product-hover-3 .image-box .hover-buttons a,
  .six-columns .product-hover-3 .image-box .hover-buttons a,
  .seven-columns .product-hover-3 .image-box .hover-buttons a,
  .eight-columns .product-hover-3 .image-box .hover-buttons a,
  .slider-columns-6 .product-hover-3 .image-box .hover-buttons a,
  .slider-columns-7 .product-hover-3 .image-box .hover-buttons a,
  .slider-columns-8 .product-hover-3 .image-box .hover-buttons a {
    margin-top: 0;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  body[class*="2-columns"] .five-columns .product-hover-3 .image-box .hover-buttons a i,
  .main-container[class*="col2"] .five-columns .product-hover-3 .image-box .hover-buttons a i,
  .six-columns .product-hover-3 .image-box .hover-buttons a i,
  .seven-columns .product-hover-3 .image-box .hover-buttons a i,
  .eight-columns .product-hover-3 .image-box .hover-buttons a i,
  .slider-columns-6 .product-hover-3 .image-box .hover-buttons a i,
  .slider-columns-7 .product-hover-3 .image-box .hover-buttons a i,
  .slider-columns-8 .product-hover-3 .image-box .hover-buttons a i,
  body[class*="2-columns"] .five-columns .product-hover-3 .btn-quickview i,
  .main-container[class*="col2"] .five-columns .product-hover-3 .btn-quickview i,
  .six-columns .product-hover-3 .btn-quickview i,
  .seven-columns .product-hover-3 .btn-quickview i,
  .eight-columns .product-hover-3 .btn-quickview i,
  .slider-columns-6 .product-hover-3 .btn-quickview i,
  .slider-columns-7 .product-hover-3 .btn-quickview i,
  .slider-columns-8 .product-hover-3 .btn-quickview i {
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 0;
  }
  body[class*="2-columns"] .five-columns .product-hover-3 .btn-quickview.hover-button,
  .main-container[class*="col2"] .five-columns .product-hover-3 .btn-quickview.hover-button,
  .six-columns .product-hover-3 .btn-quickview.hover-button,
  .seven-columns .product-hover-3 .btn-quickview.hover-button,
  .eight-columns .product-hover-3 .btn-quickview.hover-button,
  .slider-columns-6 .product-hover-3 .btn-quickview.hover-button,
  .slider-columns-7 .product-hover-3 .btn-quickview.hover-button,
  .slider-columns-8 .product-hover-3 .btn-quickview.hover-button {
    opacity: 1;
    -webkit-transition-delay: unset;
            transition-delay: unset;
    -webkit-transition: none;
    transition: none;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin-top: 5px;
  }
  body[class*="2-columns"] .five-columns .product-hover-3.item:hover .image-box .hover-buttons > .hover-button.btn-quickview,
  .main-container[class*="col2"] .five-columns .product-hover-3.item:hover .image-box .hover-buttons > .hover-button.btn-quickview,
  .six-columns .product-hover-3.item:hover .image-box .hover-buttons > .hover-button.btn-quickview,
  .seven-columns .product-hover-3.item:hover .image-box .hover-buttons > .hover-button.btn-quickview,
  .eight-columns .product-hover-3.item:hover .image-box .hover-buttons > .hover-button.btn-quickview,
  .slider-columns-6 .product-hover-3.item:hover .image-box .hover-buttons > .hover-button.btn-quickview,
  .slider-columns-7 .product-hover-3.item:hover .image-box .hover-buttons > .hover-button.btn-quickview,
  .slider-columns-8 .product-hover-3.item:hover .image-box .hover-buttons > .hover-button.btn-quickview {
    margin-top: 5px;
  }
  body[class*="2-columns"] .five-columns .product-hover-3 .btn-quickview i,
  .main-container[class*="col2"] .five-columns .product-hover-3 .btn-quickview i,
  .six-columns .product-hover-3 .btn-quickview i,
  .seven-columns .product-hover-3 .btn-quickview i,
  .eight-columns .product-hover-3 .btn-quickview i,
  .slider-columns-6 .product-hover-3 .btn-quickview i,
  .slider-columns-7 .product-hover-3 .btn-quickview i,
  .slider-columns-8 .product-hover-3 .btn-quickview i {
    font-size: 18px;
  }
  body[class*="2-columns"] .five-columns .item.product-hover-3:hover .indent::before,
  .main-container[class*="col2"] .five-columns .item.product-hover-3:hover .indent::before,
  .six-columns .item.product-hover-3:hover .indent::before,
  .seven-columns .item.product-hover-3:hover .indent::before,
  .eight-columns .item.product-hover-3:hover .indent::before {
    left: -20px;
    top: -20px;
    right: -20px;
    bottom: -80px;
  }
  body[class*="2-columns"] .five-columns .item.product-hover-3 .description-cart-wrapper .btn,
  .main-container[class*="col2"] .five-columns .item.product-hover-3 .description-cart-wrapper .btn,
  .six-columns .item.product-hover-3 .description-cart-wrapper .btn,
  .seven-columns .item.product-hover-3 .description-cart-wrapper .btn,
  .eight-columns .item.product-hover-3 .description-cart-wrapper .btn,
  .slider-columns-6 .item.product-hover-3 .description-cart-wrapper .btn,
  .slider-columns-7 .item.product-hover-3 .description-cart-wrapper .btn,
  .slider-columns-8 .item.product-hover-3 .description-cart-wrapper .btn {
    padding: 0;
    width: 100%;
  }
  body[class*="2-columns"] .five-columns .item.product-hover-3 .description-cart-wrapper,
  .main-container[class*="col2"] .five-columns .item.product-hover-3 .description-cart-wrapper,
  .six-columns .item.product-hover-3 .description-cart-wrapper,
  .seven-columns .item.product-hover-3 .description-cart-wrapper,
  .eight-columns .item.product-hover-3 .description-cart-wrapper,
  .slider-columns-6 .item.product-hover-3 .description-cart-wrapper,
  .slider-columns-7 .item.product-hover-3 .description-cart-wrapper,
  .slider-columns-8 .item.product-hover-3 .description-cart-wrapper {
    width: 100%;
    padding-top: 10px;
  }
  body[class*="2-columns"] .five-columns .product-hover-3 .owl-prev,
  .main-container[class*="col2"] .five-columns .product-hover-3 .owl-prev,
  .six-columns .product-hover-3 .owl-prev,
  .seven-columns .product-hover-3 .owl-prev,
  .eight-columns .product-hover-3 .owl-prev,
  .slider-columns-6 .product-hover-3 .owl-prev,
  .slider-columns-7 .product-hover-3 .owl-prev,
  .slider-columns-8 .product-hover-3 .owl-prev,
  body[class*="2-columns"] .five-columns .product-hover-3 .owl-next,
  .main-container[class*="col2"] .five-columns .product-hover-3 .owl-next,
  .six-columns .product-hover-3 .owl-next,
  .seven-columns .product-hover-3 .owl-next,
  .eight-columns .product-hover-3 .owl-next,
  .slider-columns-6 .product-hover-3 .owl-next,
  .slider-columns-7 .product-hover-3 .owl-next,
  .slider-columns-8 .product-hover-3 .owl-next {
    top: auto;
    bottom: 0;
    margin-top: 0;
    width: 30px;
    height: 30px;
    line-height: 34px;
  }
  body[class*="2-columns"] .five-columns .product-hover-3 .owl-nav .owl-next,
  .main-container[class*="col2"] .five-columns .product-hover-3 .owl-nav .owl-next,
  .six-columns .product-hover-3 .owl-nav .owl-next,
  .seven-columns .product-hover-3 .owl-nav .owl-next,
  .eight-columns .product-hover-3 .owl-nav .owl-next,
  .slider-columns-6 .product-hover-3 .owl-nav .owl-next,
  .slider-columns-7 .product-hover-3 .owl-nav .owl-next,
  .slider-columns-8 .product-hover-3 .owl-nav .owl-next {
    right: auto;
    left: -10px;
  }
  body[class*="2-columns"] .five-columns .product-hover-3:hover .owl-nav .owl-next,
  .main-container[class*="col2"] .five-columns .product-hover-3:hover .owl-nav .owl-next,
  .six-columns .product-hover-3:hover .owl-nav .owl-next,
  .seven-columns .product-hover-3:hover .owl-nav .owl-next,
  .eight-columns .product-hover-3:hover .owl-nav .owl-next,
  .slider-columns-6 .product-hover-3:hover .owl-nav .owl-next,
  .slider-columns-7 .product-hover-3:hover .owl-nav .owl-next,
  .slider-columns-8 .product-hover-3:hover .owl-nav .owl-next {
    right: auto;
    opacity: 1;
    left: 30px;
  }
  /*.widget-slider.products-grid.hover-type-3 .item.owl-item {
    margin-bottom: 60px;
  }
  .widget-slider .product-listing-carousel .item.owl-item {
    margin-bottom: 0 !important;
  }
  .widget-slider.products-grid.slider-columns-5.hover-type-3 .item.owl-item,
  .widget-slider.products-grid.slider-columns-6.hover-type-3 .item.owl-item {
    margin-bottom: 40px;
  }
  .widget-slider.products-grid.slider-columns-7.hover-type-3 .item.owl-item,
  .widget-slider.products-grid.slider-columns-8.hover-type-3 .item.owl-item {
    margin-bottom: 30px;
  }
  .widget-slider.owl-carousel.hover-type-3.slider-columns-6,
  .widget-slider.owl-carousel.hover-type-3.slider-columns-7,
  .widget-slider.owl-carousel.hover-type-3.slider-columns-8 {
    padding: 0 40px 0 0;
  }*/
  .widget-slider.owl-carousel.hover-type-3.slider-columns-6 .owl-stage-outer,
  .widget-slider.owl-carousel.hover-type-3.slider-columns-7 .owl-stage-outer,
  .widget-slider.owl-carousel.hover-type-3.slider-columns-8 .owl-stage-outer {
    padding: 20px 20px 65px;
    width: calc(100% + 40px);
  }
  .slider-columns-6.hover-type-3 .item:hover .indent.product-hover-3::before,
  .slider-columns-7.hover-type-3 .item:hover .indent.product-hover-3::before,
  .slider-columns-8.hover-type-3 .item:hover .indent.product-hover-3::before {
    left: -10px;
    top: -20px;
    right: -10px;
    bottom: -75px;
  }
}

/* Contact Map ================================================================================ */
.contact-map {
  position: relative;
  height: 360px;
  margin-bottom: 1.5em;
  width: 100%;
  border: none;
  font-size: 1em;
}

.map-container .map-wrapper {
  position: relative;
  height: 360px;
  margin-bottom: 1.5em;
  width: 100%;
  border: none;
  font-size: 1em;
  width: 100%;
  margin-bottom: 0;
}

.map-body {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  font-family: inherit;
}

.map-wrapper img {
  max-width: none;
}

.map-container .map-block {
  background: #fff;
  position: absolute;
  z-index: 999;
  overflow: hidden;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.map-container .map-block .indent {
  padding: 1.25em 30px 2em;
}

.map-container .map-block.left-top {
  top: 40px;
  left: 40px;
}

.map-container .map-block.right-top {
  top: 40px;
  right: 40px;
}

.map-container .map-block.left-bottom {
  bottom: 40px;
  left: 40px;
}

.map-container .map-block.right-bottom {
  bottom: 40px;
  right: 40px;
}

.map-container .map-block p {
  margin-top: 0.75em;
  color: #666;
}

.map-container .map-block a {
  color: #666;
}

.map-container .map-block a:hover {
  text-decoration: underline;
}

.map-container .block-title {
  padding: 0 !important;
  margin: 0 !important;
  text-align: left;
  background: none !important;
}

/* Scroll Btn ================================================================================ */
#scroll-btn {
  display: block;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

#scroll-btn i {
  margin-left: 8px;
  line-height: 1;
  vertical-align: middle;
}

#scroll-btn:hover, #scroll-btn:active, #scroll-btn:focus {
  background-color: rgba(0, 0, 0, 0.06);
}

/* Footer ================================================================================ */
/*Accordion List*/
@media only screen and (max-width: 768px) {
  .accordion-list .accordion-item .accordion-title .icon-more,
  #footer .accordion-list .accordion-item .accordion-title .icon-more {
    position: absolute;
    right: 10px;
    top: 12px;
    display: block;
    text-transform: none;
  }
  .product-accordion .panel-heading .icon-more .icon-minus,
  .accordion-list .accordion-item .accordion-title .icon-more .icon-minus {
    display: none;
  }
  .product-accordion .panel-heading.open .icon-more .icon-minus,
  .accordion-list .accordion-item.open .accordion-title .icon-more .icon-minus {
    display: inline-block;
  }
  .product-accordion .panel-heading.open .icon-more .icon-plus {
    display: none;
  }
  .accordion-list .accordion-item {
    display: block;
    float: none !important;
    width: 100% !important;
  }
  .accordion-list .accordion-item.open .accordion-title .icon-more .icon-plus {
    display: none;
  }
  #footer .footer-block-title.accordion-title {
    display: block;
    color: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    text-align: left;
    margin: 0 -10px;
    padding: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
  }
  .accordion-list .accordion-item .accordion-title {
    display: block;
    color: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    text-align: left;
    margin: 0 -10px;
    padding: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
  }
  .accordion-list .accordion-item .accordion-content {
    display: none;
    overflow: hidden;
    padding: 15px 10px;
    text-align: left;
    width: 100%;
  }
}

/* ======================================================================================= */
.footer-top .schedule li:after,
.block-poll li:after,
.sorter:after,
.qty-holder:after,
hr[class*='indent-']:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

/*# sourceMappingURL=styles.css.map */
