/**
 * @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(https://www.mangelsen.com/skin/frontend/default/coccinelle/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(https://www.mangelsen.com/skin/frontend/default/coccinelle/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(https://www.mangelsen.com/skin/frontend/default/coccinelle/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("https://www.mangelsen.com/skin/frontend/default/coccinelle/css/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(https://www.mangelsen.com/skin/frontend/default/coccinelle/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("https://www.mangelsen.com/skin/frontend/default/coccinelle/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(https://www.mangelsen.com/skin/frontend/default/coccinelle/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(https://www.mangelsen.com/skin/frontend/default/coccinelle/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(https://www.mangelsen.com/skin/frontend/default/coccinelle/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(https://www.mangelsen.com/skin/frontend/default/coccinelle/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(https://www.mangelsen.com/skin/frontend/default/coccinelle/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(https://www.mangelsen.com/skin/frontend/default/coccinelle/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 */

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2019 Magento, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.mangelsen.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.mangelsen.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.mangelsen.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.mangelsen.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.mangelsen.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.mangelsen.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.mangelsen.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.mangelsen.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.mangelsen.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-image {
  width: 100%;
  overflow: hidden;
  margin: 0 0 1.5em;
  text-align: center;
  display: block;
}
.category-description {
  margin: 0;
}

/* Sorter */
.sorter p {
  margin-bottom: 0;
}
.sorter select {
  display: none;
}
.sorter .amount {
  display: inline-block;
  float: right;
  margin: 10px 0;
}
.sorter .amount strong {
  font-weight: normal;
}
.sorter .sort-by,
.sorter .limiter,
.sorter .asc,
.sorter .desc,
.toolbar label {
  display: inline-block;
  font-family: inherit;
  vertical-align: middle;
  margin: 0 5px 0 0;
  font-size: 14px;
  color: rgba(0,0,0,1);
  font-weight: normal;
}
.sorter .asc,
.sorter .desc {
  font-size: 24px;
  text-align: center;
  margin: 0 8px;
  float: none;
  height: 40px;
  width: 40px;
  line-height: 44px;
  background-color: transparent;
  border: 1px solid #cecece;
  color: #000;
}
.sorter.grid-switcher .asc,
.sorter.grid-switcher .desc {
  margin-right: 0;
}
.sorter .asc:hover,
.sorter .desc:hover {
  background-color: #0a0a0a;
  color: #fff;
}
.sorter .sort-by {
  float: left;
  margin: 0;
  display: none !important;
}
.sorter .limiter {
  float: left;
  margin: 0;
}
.sorter .limiter .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.sorter.grid-switcher .limiter {
  /*display: none;*/
}
.sorter .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
  vertical-align: middle;
  background: none;
  height: auto;
  box-shadow: none;
}
.sorter .bootstrap-select > .selectpicker {
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  font-weight: 600;
  color: #000;
  min-width: 60px;
  border-radius: 0;
  border: 1px solid #9B9B9B;
  font-size: 14px;
  font-family: inherit;
  min-height: auto;
  border-radius: 20px;
}
.sorter .sort-by .bootstrap-select > .selectpicker {
  min-width: 170px;
}
.sorter .sort-by .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.sorter .bootstrap-select.btn-group .btn .caret {
  margin-top: -1px;
  border-top-color: #B2945A;
}

/* Toolbar */
.toolbar {
  /*padding-bottom: 30px;*/
  /*margin-bottom: 30px;*/
  /*border-bottom: 1px solid rgba(0,0,0,0.1);*/
}
.toolbar-bottom.no-border .toolbar {
  border: none;
}
.toolbar-bottom .toolbar {
  background: none;
  padding: 0;
  margin: 0;
  text-align: center;
  border: 0;
}
.toolbar-bottom .toolbar .sorter.visible-xs {
  display: none;
}
.toolbar-bottom .pager {
  display: block;
  width: auto;
  padding: 20px 0;
}
.col3-layout .sorter .sort-by .bootstrap-select > .selectpicker {
  min-width: 60px;
}
@media only screen and (max-width: 1007px) and (min-width: 768px) {
  .col3-layout .sorter .view-mode {
    margin: 15px 0 0 0;
  }
  .col3-layout .sorter .limiter {
    float: right;
    margin: 15px 0 0 30px;
  }
}
.sorter .view-mode {
  display: inline-block;
  float: right;
  vertical-align: middle;
  margin: 5px 0 5px 30px;
  height: 30px;
  line-height: 30px;
}
.sorter .view-mode label {
  display: none;
}
.sorter .view-mode .item {
  float: none;
  font-size: 14px;
  padding: 0px 8px;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  border: 1px solid #cecece;
  display: inline-block;
  -webkit-transition: border-color .3s ease-out, background-color .3s ease-out;
  -o-transition: border-color .3s ease-out, background-color .3s ease-out;
  transition: border-color .3s ease-out, background-color .3s ease-out;
}
.sorter .view-mode .item:not(.current){
  cursor: pointer;
}
.sorter .view-mode i {
  display: inline-block;
  color: inherit;
  text-align: center;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}
.sorter .view-mode .item.current,
.sorter .view-mode strong.item,
.sorter .view-mode .item:hover {
  border-color: #0a0a0a;
  background-color: #0a0a0a;
}
.sorter .view-mode .item.current,
.sorter .view-mode .item.current:hover,
.sorter .view-mode .item:hover,
.sorter .view-mode strong {
  color: #fff;
}
.sorter .view-mode .item + .item {
  margin-left: 6px;
}

.toolbar .shop-by {display: none; float: right;}
.toolbar .shop-by label {display: none;}
.toolbar .shop-by .shop-by-button {
  font-size: 24px;
  padding: 4px 6px;
  box-shadow: none;
  border-radius: 0;
  border: none;
  outline: none;
  color: #333;
  background-color: transparent;
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  overflow: hidden;
}
.toolbar .shop-by .shop-by-button i {font-size: inherit;}
.toolbar .shop-by .shop-by-button:hover,
.toolbar .shop-by .shop-by-button:active,
.toolbar .shop-by .shop-by-button:focus { background-color: rgba(0,0,0,0.06);}

/* List/Grid for mobile devices */
@media only screen and (max-width: 767px) {
  .toolbar {
    margin-bottom: 30px !important;
  }
  .toolbar .sorter.formobile .view-mode {
    display: inline-block;
    float: left;
    margin: 15px 15px 0 0;
  }
  .toolbar .sorter.formobile .amount {
    display: inline-block;
    float: left;
    margin: 20px 0 0 0;
  }
}


/* Block: Layered Navigation */
.catalog-category-view .content-wrapper .container {
  position: relative;
}
/*.block-layered-nav .block-subtitle {*/
/*  display: none;*/
/*}*/
/*.block-layered-nav ol li {*/
/*  line-height: 30px;*/
/*}*/
/*.block-layered-nav .block-content #narrow-by-list li a {*/
/*  font-size: 14px;*/
/*  padding: 0;*/
/*}*/
/*.block-layered-nav .block-content dl {*/
/*  margin: 0;*/
/*  clear: both;*/
/*}*/
/*.block-layered-nav .block-content dt {*/
/*  color: rgba(0,0,0,0.8);*/
/*  font-size: 18px;*/
/*  font-weight: 600;*/
/*  line-height: 1.5;*/
/*  letter-spacing: 0;*/
/*  text-transform: uppercase;*/
/*  padding: 20px 0;*/
/*  !*margin-bottom: 20px;*!*/
/*  !*font-family: Barlow, sans-serif;*!*/
/*}*/
/*.block-layered-nav .block-content dt:after {*/
/*  content: ':';*/
/*  display: inline-block;*/
/*  color: #222;*/
/*  !*font-family: 'Work Sans', sans-serif;*!*/
/*  font-size: 12px;*/
/*  font-weight: bold;*/
/*  line-height: 1.5;*/
/*}*/
/*.block-layered-nav .block-content dd .price {*/
/*  color: inherit !important;*/
/*  font-weight: normal;*/
/*}*/
/*.block-layered-nav .block-content dd + dt {*/
/*  margin-top: 25px;*/
/*}*/
/*.block-layered-nav .block-content .currently li .label {*/
/*  color: inherit;*/
/*  font-size: inherit;*/
/*  font-weight: normal;*/
/*  line-height: inherit;*/
/*  margin-bottom: 0;*/
/*  padding: 0;*/
/*}*/
/*.block-layered-nav .block-content .currently li.swatch-current span.label {*/
/*  display: none;*/
/*}*/
/*.block-layered-nav .block-content .currently .btn-remove {*/
/*  float: right;*/
/*  padding: 0;*/
/*  font-size: 14px;*/
/*}*/
/*.block-layered-nav .block-content .actions {*/
/*  padding: 0;*/
/*  margin: 0;*/
/*  z-index: 21;*/
/*}*/
/*.side-sidebar .block-layered-nav .block-content .actions {*/
/*  margin-top: 15px;*/
/*}*/
/*.block-layered-nav .block-content .actions .btn i {*/
/*  position: relative;*/
/*  top: -1px;*/
/*  margin-right: 4px;*/
/*}*/
/*.block-layered-nav.empty {*/
/*  height: 0;*/
/*  padding: 0;*/
/*  border: none;*/
/*}*/
/*.block-layered-nav .block-content .currently {*/
/*  padding-top: 30px;*/
/*  padding-bottom: 15px;*/
/*  z-index: 20;*/
/*}*/
/*.block-layered-nav .block-content .currently ol {*/
/*  display: inline-block;*/
/*}*/
/*.block-layered-nav .block-content .currently li {*/
/*  display: inline-block;*/
/*  height: 40px;*/
/*  color: rgba(0,0,0,0.8);*/
/*  font-size: 14px;*/
/*  margin: 0 14px 10px 0;*/
/*  overflow: hidden;*/
/*  float: left;*/
/*}*/
/*.block-layered-nav .block-content .currently li:last-of-type {*/
/*  margin-right: 20px;*/
/*}*/
/*.block-layered-nav .block-content .currently li:not(.swatch-current) span.value {*/
/*  display: inline-block;*/
/*  height: 100%;*/
/*  border: 1px solid #e6e6e7;*/
/*  border-right: 0;*/
/*  padding: 0 15px;*/
/*  line-height: 38px;*/
/*}*/
/*.block-layered-nav .block-content .currently li.swatch-current span.value .swatch-label,*/
/*.block-layered-nav .block-content .currently li.swatch-current span.value .swatch-label img {*/
/*  vertical-align: top;*/
/*}*/
/*.block-layered-nav .block-content .currently li span.label {*/
/*  display: none;*/
/*}*/
/*.block-layered-nav .block-content li a.btn-remove {*/
/*  background-color: #e6e6e7;*/
/*  color: rgba(0,0,0,0.5);*/
/*  line-height: 40px;*/
/*  width: 40px;*/
/*  height: 40px;*/
/*  text-align: center;*/
/*  margin: 0px;*/
/*}*/
/*.block-layered-nav .block-content li a.btn-remove:hover,*/
/*.block-layered-nav .block-content li a.btn-remove:active,*/
/*.block-layered-nav .block-content li a.btn-remove:focus {*/
/*  background-color: #0a0a0a;*/
/*  color: #fff;*/
/*}*/
/*.block-layered-nav .block-content li a.btn-remove i {*/
/*  display: inline-block;*/
/*  vertical-align: middle;*/
/*  font-size: 12px;*/
/*  color: inherit;*/
/*  position: relative;*/
/*  top: -1px;*/
/*}*/
/*.block-layered-nav .block-content .actions .btn {*/
/*  background-color: #f44336;*/
/*  color: #fff;*/
/*  line-height: 38px;*/
/*  border-color: #f44336;*/
/*  min-height: 40px;*/
/*}*/
/*.block-layered-nav .block-content .actions .btn:hover,*/
/*.block-layered-nav .block-content .actions .btn:focus,*/
/*.block-layered-nav .block-content .actions .btn:active,*/
/*.block-layered-nav .block-content .actions .btn.active {*/
/*  background-color: #0a0a0a;*/
/*  border-color: #0a0a0a;*/
/*}*/
/*.block-layered-nav .block-content .actions .btn i {*/
/*  display: none;*/
/*}*/
/*.block-layered-nav dd .configurable-swatch-list li,*/
/*.product-view dd .configurable-swatch-list li,*/
/*#AddToCart-popup dd .configurable-swatch-list li {*/
/*  margin: 0 10px 10px 0;*/
/*  border: 0;*/
/*  padding: 0;*/
/*  display: inline-block;*/
/*  float: left;*/
/*  height: 40px;*/
/*}*/
/*.block-layered-nav dd .configurable-swatch-list:after,*/
/*.product-view dd .configurable-swatch-list:after,*/
/*#AddToCart-popup dd .configurable-swatch-list:after {*/
/*  display: table;*/
/*  content: '';*/
/*  clear: both;*/
/*}*/
/*.block-layered-nav dd .configurable-swatch-list li img,*/
/*.product-view dd .configurable-swatch-list li img,*/
/*#AddToCart-popup dd .configurable-swatch-list li img {*/
/*  float: left;*/
/*}*/
/*.block-layered-nav dd .configurable-swatch-list li:last-child,*/
/*.product-view dd .configurable-swatch-list li:last-child,*/
/*#AddToCart-popup dd .configurable-swatch-list li:last-child {*/
/*  margin-left: 0;*/
/*}*/
/*.block-layered-nav dd .configurable-swatch-list li a,*/
/*.product-view dd .configurable-swatch-list li a,*/
/*#AddToCart-popup dd .configurable-swatch-list li a {*/
/*  padding: 0;*/
/*}*/
/*.block-layered-nav dd .configurable-swatch-list li a:before,*/
/*.product-view dd .configurable-swatch-list li a:before,*/
/*#AddToCart-popup dd .configurable-swatch-list li a:before {*/
/*  content: none;*/
/*}*/
/*.block-layered-nav.block .block-content dd .swatch-link {*/
/*  text-align: left;*/
/*  display: inline-block;*/
/*  padding: 0;*/
/*  border: none;*/
/*}*/
/*.block-layered-nav dd .swatch-link .count {*/
/*  line-height: 1.7em;*/
/*}*/
/*.product-view dd .swatch-link .swatch-label,*/
/*#AddToCart-popup dd .swatch-link .swatch-label {*/
/*  display: block;*/
/*  position: relative;*/
/*}*/
/*.block-layered-nav dd .swatch-link:not(.has-image) .swatch-label,*/
/*.product-view dd .swatch-link:not(.has-image) .swatch-label,*/
/*#AddToCart-popup dd .swatch-link:not(.has-image) .swatch-label {*/
/*  border: solid 1px rgba(0, 0, 0, 0.1);*/
/*  position: relative;*/
/*  display: inline-block;*/
/*  font-size: 14px;*/
/*  font-weight: normal;*/
/*  color: rgba(0,0,0,0.8);*/
/*  min-height: 40px;*/
/*  min-width: 40px;*/
/*  line-height: 38px;*/
/*  text-align: center;*/
/*  transition: all 300ms linear;*/
/*  -moz-transition: all 300ms linear;*/
/*  -webkit-transition: all 300ms linear;*/
/*  -o-transition: all 300ms linear;*/
/*}*/
/*.block-layered-nav dd .swatch-link:not(.has-image):hover {*/
/*  opacity: 1;*/
/*}*/
/*.block-layered-nav dd .swatch-link:not(.has-image) .swatch-label:hover {*/
/*  background-color: #fff;*/
/*  color: #666;*/
/*  border-color: rgba(0,0,0,0.1);*/
/*  opacity: 1;*/
/*}*/
/*.block-layered-nav dd .swatch-link .swatch-label:before,*/
/*.product-view dd .swatch-link .swatch-label:before,*/
/*#AddToCart-popup dd .swatch-link .swatch-label:before {*/
/*  content: '';*/
/*  display: block;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  box-shadow: none;*/
/*  transition: box-shadow 300ms linear;*/
/*  -moz-transition: box-shadow 300ms linear;*/
/*  -webkit-transition: box-shadow 300ms linear;*/
/*  -o-transition: box-shadow 300ms linear;*/
/*}*/
/*#AddToCart-popup dd .configurable-swatch-list li.selected .swatch-link .swatch-label:before,*/
/*.product-view dd li.selected .swatch-link .swatch-label:before {*/
/*  -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,1), 0 0 0 3px rgba(0,0,0,0.3);*/
/*  -moz-box-shadow: 0 0 0 2px rgba(255,255,255,1), 0 0 0 3px rgba(0,0,0,0.3);*/
/*  box-shadow: 0 0 0 2px rgba(255,255,255,1), 0 0 0 3px rgba(0,0,0,0.3);*/
/*}*/
/*.block-layered-nav dd .swatch-link .swatch-label:hover:before,*/
/*.product-view dd .swatch-link .swatch-label:hover:before,*/
/*#AddToCart-popup dd .swatch-link .swatch-label:hover:before {*/
/*  -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,1), 0 0 0 3px rgba(0,0,0,0.3);*/
/*  -moz-box-shadow: 0 0 0 2px rgba(255,255,255,1), 0 0 0 3px rgba(0,0,0,0.3);*/
/*  box-shadow: 0 0 0 2px rgba(255,255,255,1), 0 0 0 3px rgba(0,0,0,0.3);*/
/*}*/
/*.block-layered-nav dd .swatch-link.has-image .count {*/
/*  line-height: 1.5em;*/
/*}*/
/*.block-layered-nav .block-content #narrow-by-list li a:before {*/
/*  display: none;*/
/*}*/
/*.block-layered-nav .swatch-current .swatch-link:not(.has-image) {*/
/*  border-width: 0;*/
/*  text-align: left;*/
/*}*/
/*!* Block: Layered Navigation Mobile*!*/
/*.block-layered-nav.mobile {*/
/*  width: 280px;*/
/*  background-color: #fff;*/
/*  position: fixed;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  z-index: 9999;*/
/*  padding: 0;*/
/*  transition: left 550ms ease;*/
/*  right: -280px;*/
/*  overflow-y: auto;*/
/*  height: auto;*/
/*  min-height: 100vh;*/
/*  padding: 20px;*/
/*}*/
/*.block-layered-nav.mobile:before {*/
/*  content: '';*/
/*  width: 25px;*/
/*  height: auto;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: -25px;*/
/*  bottom: 0;*/
/*  -webkit-box-shadow: 10px 0px 60px -5px rgba(0,0,0,0.44);*/
/*  -moz-box-shadow: 10px 0px 60px -5px rgba(0,0,0,0.44);*/
/*  box-shadow: 10px 0px 60px -5px rgba(0,0,0,0.44);*/
/*}*/
/*.block-layered-nav.mobile .block-title {margin: -20px -20px 20px; padding: 10px 20px; border-bottom: 1px solid #ddd;}*/
/*.block-layered-nav.mobile .block-title:after {display: none;}*/
/*.block-layered-nav.mobile .currently,*/
/*.block-layered-nav.mobile .block-content dd + dt,*/
/*.block-layered-nav.mobile .block-content dt {margin: 0; padding: 12px 0 11px;}*/
/*.block-layered-nav.mobile .block-content dt {font-size: 14px;}*/
/*.block-layered-nav.mobile .block-content ol {padding: 0;}*/
/*.block-layered-nav.mobile .currently {width: auto; padding: 0}*/
/*.block-layered-nav.mobile #narrow-by-list {border-bottom: 1px solid #ddd;}*/
/*.block-layered-nav.mobile #narrow-by-list dd {display: none; margin-bottom: 10px;}*/
/*.block-layered-nav.mobile #narrow-by-list dt:not(:first-of-type) {border-top: 1px solid #ddd;}*/
/*.block-layered-nav.mobile #narrow-by-list dt .icon-more .icon-plus,*/
/*.block-layered-nav.mobile #narrow-by-list dt .icon-more .icon-minus {font-size: inherit;}*/
/*.block-layered-nav.mobile #narrow-by-list dt .icon-more .icon-minus {display: none;}*/
/*.block-layered-nav.mobile #narrow-by-list dt.open .icon-more .icon-minus {display: inline-block;}*/
/*.block-layered-nav.mobile #narrow-by-list dt.open .icon-more .icon-plus {display: none;}*/
/*.block-layered-nav.mobile #narrow-by-list dt .icon-more {float: right; display: inline-block; text-transform: none; font-size: 14px; margin-top: 0;}*/
/*.block-layered-nav.mobile .actions {*/
/*  margin-top: 30px;*/
/*}*/

/* Side Sidebar */
body:not(.mobile-device).side-sidebar-open {
  overflow: hidden;
  padding-right: 17px !important;
}
.side-sidebar {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
.side-sidebar .side-sidebar-header {
  padding: 28px 39px 0;
}
.side-sidebar .btn-close {
  width: 304px;
  position: fixed;
  left: -340px;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #222;
  padding: 15px 30px;
  outline: none;
  font-size: 15px;
  z-index: 999;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.side-sidebar .btn-close span {
  font-size: inherit;
  color: inherit;
  font-family: 'Barlow';
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}
.side-sidebar .btn-close i {
  font-size: 18px;
  color: inherit;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.side-sidebar.open .btn-close {
  left: 0;
}
.side-sidebar-btn {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  width: 40px;
  line-height: 38px;
  padding-left: 0;
  padding-right: 0;
  margin-right: 10px;
  font-size: 16px;
  float: left;
  text-align: center;
  color: #000;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.side-sidebar-open .side-sidebar-btn {
  cursor: default;
  background-color: rgba(0,0,0,0.1);
}
.side-sidebar-open .side-sidebar-btn:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  z-index: 9998;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -ms-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.side-sidebar-btn span {
  margin-left: 8px;
  display: none;
  visibility: hidden;
}
.side-sidebar-btn .icon-close {
  display: none;
}
.side-sidebar-btn i,
.side-sidebar .btn-close i {
  vertical-align: middle;
  font-size: 22px;
  color: inherit;
  position: relative;
  top: -1px;
}
.catalog-category-view .side-sidebar.sidebar .sidebar-inner,
.side-sidebar.sidebar .sidebar-inner {
  padding: 58px 30px 30px;
}
.catalog-category-view .side-sidebar.sidebar,
.side-sidebar.sidebar {
  width: 320px;
  background-color: #fff;
  position: fixed;
  height: 100%;
  max-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  top: 0;
  bottom: 0;
  left: -340px;
  z-index: 99999;
  text-align: left;
  -webkit-transition: left .4s ease, box-shadow .4s ease;
  -moz-transition: left .4s ease, box-shadow .4s ease;
  -ms-transition: left .4s ease, box-shadow .4s ease;
  -o-transition: left .4s ease, box-shadow .4s ease;
  transition: left .4s ease, box-shadow .4s ease;
  -webkit-box-shadow: -5px 0px 20px 0px rgba(0,0,0,0);
  -moz-box-shadow: -5px 0px 20px 0px rgba(0,0,0,0);
  box-shadow: -5px 0px 20px 0px rgba(0,0,0,0);
  margin: 0 !important;
  border: none;
}
.catalog-category-view .side-sidebar.sidebar.open,
.side-sidebar.sidebar.open {
  left: 0;
  -webkit-box-shadow: 5px 0px 20px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 5px 0px 20px 0px rgba(0,0,0,0.1);
  box-shadow: 5px 0px 20px 0px rgba(0,0,0,0.1);
}
.side-sidebar .block-layered-nav.mobile {
  padding: 0;
  width: auto;
  background-color: transparent;
  position: relative;
  top: auto;
  bottom: auto;
  z-index: 998;
  padding: 0;
  transition: none;
  right: auto;
  overflow: visible;
  height: auto;
  min-height: 1px;
  border: none;
}
.side-sidebar .block-layered-nav.mobile:before {
  content: none;
}
.side-sidebar .block-layered-nav.mobile .block-title {
  margin: 0;
  padding: 0;
  border: none;
}
.side-sidebar .block-layered-nav.mobile .block-content {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .side-sidebar-btn {
    float: right;
    margin-right: 0;
  }
}

/* Filters Sidebar if 1 column layout */
@media only screen and (max-width: 767px) {
  .side-sidebar.sidebar.filter-sidebar {
    width: 280px;
    top: 0;
    bottom: 0;
    left: auto;
    right: -300px;
    -webkit-transition: right .4s ease;
    -moz-transition: right .4s ease;
    -ms-transition: right .4s ease;
    -o-transition: right .4s ease;
    transition: right .4s ease;
  }
  .side-sidebar.sidebar.filter-sidebar.open {
    right: 0;
    left: auto;
    box-shadow: none;
  }
  .side-sidebar.filter-sidebar .btn-close {
    display: none;
    visibility: hidden;
  }
  .side-sidebar.sidebar.filter-sidebar:before {
    content: '';
    width: 25px;
    height: auto;
    position: absolute;
    top: 0;
    left: -25px;
    bottom: 0;
    -webkit-box-shadow: 10px 0px 60px -5px rgba(0,0,0,0.44);
    -moz-box-shadow: 10px 0px 60px -5px rgba(0,0,0,0.44);
    box-shadow: 10px 0px 60px -5px rgba(0,0,0,0.44);
    z-index: 1000;
  }
  .side-sidebar.sidebar.filter-sidebar .sidebar-inner {
    padding: 10px 20px 20px;
  }
  .sidebar.filter-sidebar .block-layered-nav .block-title {
    margin: 0 -20px 20px;
    padding: 0 20px 10px 20px;
    border-bottom: 1px solid #ddd;
  }
  .side-sidebar.filter-sidebar .block-layered-nav.mobile .block-content {
    padding-top: 0;
  }
  .side-sidebar.filter-sidebar .block-layered-nav .block-content .actions {
    margin-top: 30px;
  }
}

/* Product Page ========================================================================== */
/* Layouts */
[class*="col2-"] .with-sidebar .small-layout .timer-wrapper .add-to-links li:not(:first-child),
[class*="col2-"] .with-sidebar .small-layout .add-to-links li.email-friend {
  margin-top: .75em;
}
[class*="col2-"] .product-view .vertical-tabs .tab-content-inner {
  width: 76%;
}
.col3-layout .product-view .vertical-tabs .tab-content-inner {
  width: 62%;
}
.product-view .product-labels-wrapper {
  z-index: 99;
}
.with-sidebar .small-layout .timer-wrapper .add-to-links li.email-friend {
  margin-top: .75em;
}
.with-sidebar .medium-layout .timer-wrapper .price-box {
  float: none;
}
[class*="col2-"] .with-sidebar .small-layout .timer-wrapper #product-addtocart-button {
  margin: .75em 0 0;
}
[class*="col2-"] .with-sidebar .small-layout .product-options-bottom .price-box,
.col3-layout .product-options-bottom .price-box {
  float: none;
}
.col3-layout .vertical-tabs > .nav-tabs {
  float: none;
  margin: 0;
}
.col3-layout .vertical-tabs > .nav-tabs > li > a {
  width: auto;
}
.col3-layout .product-view .vertical-tabs > .nav-tabs > li.active > a {
  background-color: inherit;
}
.col3-layout .product-view #tabs.vertical-tabs:after {
  content: none;
}
.col3-layout .medium-layout .vertical-tabs .tab-content-inner {
  width: 100%!important;
  padding: 0 20px;
}
.col3-layout .nav-tabs > li {
  float: none;
}

/* Small layout */
.small-layout .nav-tabs > li,
.with-sidebar .medium-layout .nav-tabs > li,
.with-sidebar .large-layout .nav-tabs > li {
  float: none;
}
.product-view .small-layout .nav-tabs > li.active > a,
.product-view .with-sidebar .medium-layout .nav-tabs > li.active > a,
.product-view .with-sidebar .large-layout .nav-tabs > li.active > a {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.small-layout .vertical-tabs > .nav-tabs,
.with-sidebar .medium-layout .vertical-tabs > .nav-tabs,
.with-sidebar .large-layout .vertical-tabs > .nav-tabs {
  float: none;
  margin: 0;
}
.small-layout .vertical-tabs > .nav-tabs > li > a,
.with-sidebar .medium-layout .vertical-tabs > .nav-tabs > li > a,
.with-sidebar .large-layout .vertical-tabs > .nav-tabs > li > a {
  width: 100%;
  margin: 0;
}
.small-layout #tabs.vertical-tabs:after,
.with-sidebar .medium-layout #tabs.vertical-tabs:after,
.with-sidebar .large-layout #tabs.vertical-tabs:after {
  content: none;
}
.small-layout .vertical-tabs .tab-content-inner,
.with-sidebar .medium-layout .vertical-tabs .tab-content-inner,
.with-sidebar .large-layout .vertical-tabs .tab-content-inner {
  float: none;
  width: 100%;
  padding: 0 20px;
}
.with-sidebar .small-layout .product-buttons a span {
  width: 70%;
}
.with-sidebar .small-layout #upsell-product-table li.item {
  float: none;
  width: 100%;
}
.no-sidebar .small-layout .product-buttons a span {
  width: 82%;
}
.no-sidebar .small-layout #upsell-product-table li.item,
.with-sidebar .medium-layout #upsell-product-table li.item {
  width: 50%;
}
.no-sidebar .small-layout #upsell-product-table li.item:nth-child(2n+1),
.with-sidebar .medium-layout #upsell-product-table li.item:nth-child(2n+1) {
  clear: left;
}
.no-sidebar .small-layout #upsell-product-table li.item:nth-child(2n+2),
.with-sidebar .medium-layout #upsell-product-table li.item:nth-child(2n+2) {
  clear: right;
}

/* Medium layout */
@media only screen and (min-width: 992px) {
  .col1-layout .product-essential .no-sidebar .product-img-box,
  .col1-layout .product-essential .no-sidebar .product-shop {
    padding-right: 9.43%;
  }
  .col1-layout .popup-content .no-sidebar .product-img-box,
  .col1-layout .popup-content .no-sidebar .product-shop {
    padding-right: 10px;
  }
}
.medium-layout .product-buttons a span {
  width: 81%;
}
.no-sidebar .medium-layout #upsell-product-table li.item,
.large-layout #upsell-product-table li.item {
  width: 33.33%;
}
.large-layout #upsell-product-table li.item:nth-child(4n+1),
.large-layout #upsell-product-table li.item:nth-child(4n+4),
.no-sidebar .medium-layout #upsell-product-table li.item:nth-child(4n+1),
.no-sidebar .medium-layout #upsell-product-table li.item:nth-child(4n+4) {
  clear: none;
}
.no-sidebar .medium-layout #upsell-product-table li.item:nth-child(3n+1),
.large-layout #upsell-product-table li.item:nth-child(3n+1) {
  clear: left;
}
.no-sidebar .medium-layout #upsell-product-table li.item:nth-child(3n+3),
.large-layout #upsell-product-table li.item:nth-child(3n+3) {
  clear: right;
}
.no-sidebar .medium-layout .vertical-tabs .tab-content-inner {
  width: 63%;
}
.no-sidebar .large-layout .vertical-tabs .tab-content-inner {
  width: 69%;
}
.product-view .extralarge-layout.product-img-box {
  margin-bottom: 1.5em;
}
.product-view .extralarge-layout.product-img-box #image {
  width: 100%;
}
.product-view .product-img-box.extralarge-layout .more-views .item {
  width: 12.5%;
}
.product-view .product-img-box.extralarge-layout .more-views #more-views-slider .item {
  width: 100%;
}
.product-view .product-img-box.extralarge-layout .more-views .more-views-inner > .item:not(:nth-of-type(-n+8)) {
  margin-top: 10px;
}
.product-view .product-img-box.extralarge-layout .more-views .item:nth-of-type(-n+8) {
  margin-top: 0;
}
.product-view .top-wrapper .extralarge-layout .product-shop-inner {
  margin-left: 0;
  margin-right: 0;
}
.catalog-product-view .breadcrumbs-wrapper .breadcrumbs-inner {
  border-bottom: none;
}
.catalog-product-view .breadcrumbs-wrapper .breadcrumbs-inner{
  z-index: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
body .catalog-product-view.breadcrumbs-type-3 .with-breadcrumbs + .content-wrapper .container,
body .catalog-product-view .header-with-image .with-breadcrumbs + .content-wrapper .container {
  padding-top: 1.5em;
}
body .catalog-product-view.breadcrumbs-type-3 .with-breadcrumbs + .content-wrapper .sidebar .sidebar-inner,
body .catalog-product-view .header-with-image .with-breadcrumbs + .content-wrapper .sidebar .sidebar-inner {
  padding-top: 1.25em;
}
.catalog-product-view .breadcrumbs-wrapper:not(.type-3) .page-title {
  display: none !important;
}
.catalog-product-view .breadcrumbs-wrapper:not(.type-3) .breadcrumb {
  margin-bottom: 15px;
}
.product-view .configurable-swatch-list .swatch-link:not(.has-image),
.product-view .swatch-current .swatch-link:not(.has-image) {
  background-color: #fff;
}
.product-view .add-to-cart .paypal-logo {
  margin: 0;
}
.catalog-product-view .breadcrumbs-wrapper .breadcrumbs-inner {
  position: relative;
}
.catalog-product-view .breadcrumbs-wrapper .page-title h2 {
  display: none;
}
.catalog-product-view .breadcrumbs-wrapper .page-title .breadcrumb {
  float: left;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons div {
  color: #777;
  text-align: left;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons .prev-button {
  position: absolute;
  left: 0;
  top: 20%;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons .prev-button a {
  padding: 4px 0 4px 60px;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons .next-button {
  position: absolute;
  right: 0;
  text-align: right;
  top: 20%;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons .next-button a {
  padding: 4px 60px 4px 0;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons .next-button a i {
  left: auto;
  right: 0;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons div a {
  display: block;
  color: inherit;
  text-transform: none;
  position: relative;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons div a span {
  font-size: 11px;
  display: block;
  color: inherit;
  font-weight: normal;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons div a span.subtitle {
  color: #aaa;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons div a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: rgba(0, 0, 0, .5);
  text-align: center;
  font-size: 16px;
  margin-right: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}
.catalog-product-view .breadcrumbs-wrapper.type-2 .product-buttons {
  clear: both;
}
.catalog-product-view .breadcrumbs-wrapper.type-2 .product-buttons .prev-button,
.catalog-product-view .breadcrumbs-wrapper.type-2 .product-buttons .next-button {
  position: relative;
}
.catalog-product-view .breadcrumbs-wrapper.type-2 .product-buttons .prev-button {
  float: left;
}
.catalog-product-view .breadcrumbs-wrapper.type-2 .product-buttons .next-button {
  float: right;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons .prev-button + .next-button {
  margin-left: 4%;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons.default {
  margin: 0;
  display: inline-block;
  width: auto;
  float: right;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons.default > div {
  width: auto;
  position: relative;
  float: left;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons.default > div a {
  padding: 0;
  min-height: 1px;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons.default > div a i {
  margin: 0;
  position: relative;
  transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -webkit-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons.default > div a i:hover {
  background-color: rgba(0, 0, 0, .1);
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons.default > div.next-button {
  margin-left: 2px;
  float: right;
}
.catalog-product-view .breadcrumbs-wrapper .add-review-link {
  float: right;
  margin: -0.58em 0 -0.58em 20px;
}
.catalog-product-view .breadcrumbs-wrapper .add-review-link a.add-review {
  color: #888;
  font-size: 1em;
  border: solid 2px #ccc;
  padding: .25em 15px;
  border-radius: 4px;
  display: inline-block;
}
.catalog-product-view .breadcrumbs-wrapper .add-review-link a.add-review i {
  margin-right: 5px;
  font-size: 1.16em;
}
.product-view .std {
  line-height: 24px;
}
.product-view .top-wrapper .product-name {
  font-size: 1em;
}
.product-view .top-wrapper .product-name.with-product-buttons {
  padding-right: 70px;
}
.product-view .top-wrapper .product-name h1 {
  font-size: 36px;
  margin: 0 0 10px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: -0.4px;
  margin-right: auto;
}
.product-view .top-wrapper .price-box {
  margin: 0 0 10px;
  display: inline-block;
}
.product-view .top-wrapper .price-box .special-price {
  float: right;
}
.product-view .top-wrapper .price-box .old-price .price {
  margin-top: 6px;
}
.col3-layout .product-view .quantity-wrapper label[for="qty"] {
  display: none;
}
.col3-layout .product-view .bottom-additional-information.two-items .left-information-block,
.col3-layout .product-view .bottom-additional-information.two-items .right-information-block {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.col3-layout .product-view .product-shop.text-center .bottom-additional-information .left-information-block,
.col3-layout .product-view .product-shop.text-center .bottom-additional-information .right-information-block {
  text-align: center;
}
.product-view .top-wrapper .product-name-ratings-block .product-name .ratings {
  margin-left: auto;
  white-space: nowrap;
  margin-top: 4px;
}
.product-view .top-wrapper .product-buttons {
  position: absolute;
  right: 10px;
  top: 4px;
}
.product-view .bottom-block .price-box + .price-box {display: none;}
.product-view .bottom-block .price-box {
  vertical-align: top;
  margin-right: 12px;
  line-height: 1;
  float: left;
}
.product-buttons.default > div {
  width: auto;
  position: relative;
  float: left;
}
.product-buttons.default > div a {
  display: block;
}
.product-buttons.default > div a i {
  margin: 0;
  display: block;
  background-color: transparent;
  border: 1px solid #ddd;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  font-size: 12px;
  text-align: center;
  color: #aaa;
  transition: background-color 300ms ease, color 300ms ease, border-color 300ms ease;
  -moz-transition: background-color 300ms ease, color 300ms ease, border-color 300ms ease;
  -webkit-transition: background-color 300ms ease, color 300ms ease, border-color 300ms ease;
  -o-transition: background-color 300ms ease, color 300ms ease, border-color 300ms ease;
}
.product-buttons.default > div a:hover {
  opacity: 1;
}
.product-buttons.default > div a i:hover {
  background-color: rgba(0,0,0,0.1);
  color: rgba(0,0,0,1);
  border-color: rgba(0,0,0,0.1);
}
.product-buttons.default > div.next-button {
  margin-left: -1px;
  float: right;
}
.product-view .bottom-block .price-box,
.product-view .product-shop .bottom-block .availability-only,
.product-view .bottom-block .price-box.bundle-price-configured:first-of-type {
  display: none;
}
.product-view .top-wrapper .price-box-bundle .price-from,
.product-view .top-wrapper .price-box-bundle .price-to {
  margin-bottom: .5em;
}
.product-view .top-block .price-box {
  display: none;
  vertical-align: top;
  margin-right: 30px;
  line-height: 1;
}
.product-view .top-block .flip-timer {
  display: inline-block !important;
  vertical-align: top;
  margin-right: 18px;
  margin-top: 6px;
}
.product-view .top-block .ratings {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 20px;
}
.product-view .product-shop .top-block .timer-box +  .ratings {
  text-align: left;
}
.product-view .availability-price-block + .ratings {
  margin-top: 0;
}
.product-view .bundle-price-configured .price-box .price-label {display: none;}
.bundle-price-configured .price-as-configured .price-label,
.product-view .price-box-bundle .price-box .price-label {display: inline-block;}
.product-view .price-box-bundle .price-box .price,
.product-view .price-box-bundle .price-box .price-currency {
  opacity: 0.6;
  font-size: 20px;
}
.product-view .price-box-bundle .price-box,
.product-view .price-box-bundle + .price-box {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.product-view .price-box-bundle + .price-box {
  margin-bottom: 1.5em;
}
.product-view .top-wrapper .add-to-box .price-box .old-price .price {
  font-size: 24px;
}
.product-view .product-shop .availability-only {
  margin: 0;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
}
.product-view .product-shop .availability + .availability-only {
  margin: 0 0 0 10px;
}
.product-view .product-shop .availability-only span {
  padding: 0;
  background: none;
  color: #ff2525;
}
.product-view .bottom-block .ratings {
  float: left;
  margin: 0;
}
.product-view .bottom-block .ratings .rating-links {
  font-size: 11px;
}
.product-view .bottom-block .ratings .rating-links a {
  color: inherit;
}
.product-view .availability {
  vertical-align: middle;
  margin: 0;
  display: inline-block;
  line-height: 1;
}
.product-view .a-right .sku-email-block .sku {
  margin-right: 0;
  margin-left: 30px;
}
.product-view .sku-email-block .email-friend {
  display: inline-block;
  vertical-align: middle;
  font-size: .91em;
  color: #888;
}
.product-view .sku-email-block .email-friend a {
  color: inherit;
}
.product-view .sku-email-block .email-friend a:hover {
  color: #2979ff;
}
.product-view .sku-email-block .email-friend i {
  font-size: 2.182em;
  margin-right: 5px;
  line-height: 1;
  vertical-align: middle;
}
.product-view .short-description {
  margin-bottom: 1.5em;
}
.product-view .short-description h5 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
}
.product-view div.email-friend {
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
}
.product-view div.email-friend a {
  background-color: rgba(0,0,0,0.1);
  color: rgba(0,0,0,0.55);
  border-radius: 3px;
  padding: 4px 10px 3px;
  font-size: 10px;
}
.product-view div.email-friend a span{
  margin-left: 10px;
}
.product-view div.email-friend a i {
  line-height: 1;
}
.product-view div.email-friend a i:before {
  position: relative;
  top: 3px;
}
.product-view.accordion-list .accordion-item .accordion-title .icon-more {display: none; color: #111;}
.product-view .product-img-box .lightbox-button {
  top: auto;
  bottom: 10px;
  left: auto;
  margin: 0;
  right: 10px;
  position: absolute;
  font-size: 24px;
  display: none;
}
.product-view .product-image-popup {
  margin: 0 auto;
}
.product-view .tab-content .product_tabs_upsell_products .products-grid .product-image {
  margin-bottom: 12px;
}
.product-view .product-image-popup .buttons-set {
  float: right;
  clear: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.product-view .product-image-popup .nav {
  margin: 0 100px;
  text-align: center;
}
.product-view .product-image-popup .image {
  display: block;
}
.product-view .validation-advice {
  display: inline-block;
}
.product-view .rating-block .validation-advice {
  position: static;
}
.product-view .bottom-additional-information {
  margin-bottom: 15px;
}
.product-view .bottom-additional-information.two-items .left-information-block {
  margin-right: 30px;
}
.product-view .bottom-additional-information.two-items .left-information-block,
.product-view .bottom-additional-information.two-items .right-information-block {
  display: inline-block;
  vertical-align: top;
}
.product-view .product-shop.text-center .bottom-additional-information .left-information-block,
.product-view .product-shop.text-center .bottom-additional-information .right-information-block {
  text-align: left;
}
.product-view .bottom-additional-information .sku,
.product-view .bottom-additional-information .manufacturer {
  display: block;
  font-size: 13px;
  line-height: 30px;
  font-weight: normal;
}
.product-view .sku span,
.product-view .manufacturer span {
  padding-left: 5px;
  opacity: 0.6;
  font-weight: normal;
}
.product-view .additional-information li,
.product-view .additional-information li a {
  color: #222;
  line-height: 30px;
}
.product-view .additional-information i,
.product-view .additional-information a i {
  font-size: 13px;
  color: #4caf50;
  margin-right: 8px;
}
.product-view .static-block-top {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 15px;
  display: none;
  visibility: hidden;
}
.product-view span.email-friend a i {
  display: none;
}
.product-view span.email-friend,
.product-view .static-block-top .block-link {
  display: inline-block;
  vertical-align: middle;
  color: #651fff;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 400;
  text-decoration: underline;
  padding-left: 10px;
  padding-right: 10px;
}
.product-view span.email-friend a:hover,
.product-view span.email-friend a:active,
.product-view span.email-friend a:focus,
.product-view .static-block-top .block-link:hover,
.product-view .static-block-top .block-link:active,
.product-view .static-block-top .block-link:focus {
  text-decoration: none;
}
.col3-layout .product-view .static-block-top .block-link {
  font-size: 12px;
}
.popup-product-info-options-wrapper .product-options,
.product-view .product-options {
  margin-bottom: 30px;
}
.popup-product-info-options-wrapper .product-options h2,
.product-view .product-options h2 {
  color: #222;
  font-size: 1.16em;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  line-height: 1.583em;
  margin: 0 0 1em;
  padding-bottom: 1em;
  display: none;
}
.product-view .product-options dl {
  margin-bottom: 0;
}
.product-view .product-options dl dt {
  position: relative;
  display: inline;
  float: left;
  vertical-align: top;
  margin-right: 15px;
  min-width: 50px;
}
.product-downloadable-product .product-view .product-options dl dt {
  width: auto;
}
.product-downloadable-product .product-view .validation-advice,
.product-downloadable-product .product-options .options-list.validation-failed + #links-advice-container .validation-advice {
  margin-top: 5px;
}
#downloadable-links-list.validation-failed {
  border: 0 !important;
}
.col3-layout .product-view .product-options dl dt {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.col3-layout .product-view .product-options dl dd {
  display: block;
  width: 100%;
  margin-left: 0;
}
.product-view .product-options dl dt.swatch-attr {
  min-height: 40px;
  padding: 10px 0;
}
.product-view .product-options dl dt label {
  font-weight: 400;
}
.product-view .product-options dl dt label .select-label {
  display: none;
}
.product-options dl dt em {
  content: '';
  font-size: 0;
  display: inline-block;
  background-image: url(https://www.mangelsen.com/skin/frontend/default/coccinelle/images/asterisk.png);
  background-repeat: no-repeat;
  width: 9px;
  height: 9px;
  margin-left: 2px;
  top: -7px;
  position: relative;
  vertical-align: middle;
}
.product-options dl dt:not(.swatch-attr) em {
  float: right;
  top: -5px;
}
.product-view .product-options dl dt label + .price-notice {
  position: relative;
}
.product-view .product-options dl dt .qty-holder {
  float: right;
}
.product-view .product-options dl dt .qty-holder label {
  vertical-align: middle;
}
.product-view .product-options dl dt .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
  color: #000;
}
.product-view .product-options dl dd {
  margin-bottom: 5px;
  position: relative;
  display: block;
}
#ajaxkit-popup-content .product-view .short-description {
  display: none;
  visibility: hidden;
}
.product-options dl dd {position: relative;}
.product-options dl dd .input-box {
  position: relative;
  padding-bottom: 10px;
}
.product-view .product-options dl dd:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.product-view .product-options dl dd:last-child .input-box {
  margin-bottom: 0;
}
.product-view .product-options dl dd .qty-holder {
  display: block;
  margin-top: .75em;
}
.product-view .product-options dl dd .qty-holder label {
  color: #666;
  font-size: 1em;
  position: relative;
  font-family: inherit;
  font-weight: normal;
  display: inline-block;
  margin: 1em 0 .4em;
}
.product-view .product-options dl dd .qty-holder input.qty {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  float: none;
}
.product-view .product-options dl dd input.input-text {
  height: 40px;
  line-height: 40px;
}
.product-view .product-options dl dd textarea {
  width: 100%;
  height: 8em;
}
.product-view .product-options dl dd select {
  margin-bottom: 10px;
}
 */
/*.product-view .product-options dl dd select {*/
/*  width: 100%;*/
/*  height: 40px;*/
/*  line-height: 38px;*/
/*  padding: 0 15px;*/
/*  background-image: url("https://www.mangelsen.com/skin/frontend/default/coccinelle/css/data:image/svg+xml;charset=utf8,%3Csv")width='9' height='9' viewBox='0 0 9 9' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Emeigee-drop%3C/title%3E%3Cdesc%3ECreated using Figma%3C/desc%3E%3Cg id='Canvas' transform='translate(393 11)'%3E%3Cg id='icons'%3E%3Cg id='meigee-drop'%3E%3Cuse xlink:href='%23path0_stroke' transform='translate(-392 -8)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cpath id='path0_stroke' d='M 3.5 3.5L 3.14645 3.85355L 3.5 4.20711L 3.85355 3.85355L 3.5 3.5ZM -0.353553 0.353553L 3.14645 3.85355L 3.85355 3.14645L 0.353553 -0.353553L -0.353553 0.353553ZM 3.85355 3.85355L 7.35355 0.353553L 6.64645 -0.353553L 3.14645 3.14645L 3.85355 3.85355Z'/%3E%3C/defs%3E%3C/svg%3E");*/
/*  background-size: 9px;*/
/*  background-position: calc(100% -  10px) calc(53%);*/
/*  background-repeat: no-repeat;*/
/*  padding-right: 30px;*/
/*}*/
.product-view .product-options dl dd select.multiselect {
  width: 100%;
  height: auto;
  line-height: 1.4;
  padding: 15px;
  background-image: none;
}
.product-view .product-options dl dd select.datetime-picker {
  width: 150px;
  display: inline-block;
}
.product-view .product-options dl dd .time-picker {
  display: -moz-inline-box;
  display: inline-block;
  padding: 6px 0 0 0;
  vertical-align: middle;
}
.product-options input.checkbox:not(:checked),
.product-options input.checkbox:checked {
  position: absolute;
  left: -9999px;
}
.product-options input.checkbox:not(:checked) + .label > label,
.product-options input.checkbox:checked + .label > label {
  position: relative;
  padding: 0 0 0 25px;
  cursor: pointer;
}
.product-options input.checkbox:not(:checked) + .label > label:before,
.product-options input.checkbox:checked + .label > label:before {
  content: '';
  font-family: 'meigeeadditional';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  color: #000;
  font-size: 11px;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0,0,0,0.1);
  text-align: center;
  background-color: #fff;
  margin: 0;
}
.product-options input.checkbox:checked + .label > label:before {
  content: '\e900';
}
.product-options input[type="radio"] {
  display: none;
}
.product-options input[type="radio"] + label:before,
.product-options input[type="radio"] + .label > label:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -4px 10px 0 0;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.1);
  background-color: #fff;
  box-shadow: none;
}
.product-options input[type="radio"]:checked + label:before,
.product-options input[type="radio"]:checked + .label > label:before {
  background-color: rgba(0,0,0,0.6);
  box-shadow: inset 0 0 0 2px #fff;
}
.product-options .label label {
  margin: 0;
  cursor: pointer;
  font-weight: 400;
}
.product-view .product-options #downloadable-links-list {
  border: none;
  margin: 0;
  text-align: left;
}
.product-view .product-options ul.validation-failed {
  padding: 0;
}
.product-view .product-options p.required {
  padding: .75em 0 0;
  text-align: inherit;
  display: none;
}
.product-view .product-options .tier-prices {
  margin: .75em 0 0;
}
.product-view .product-options-bottom {
  text-align: left;
}
#product_addtocart_form {
  margin-bottom: 20px;
}
.category-bundle-product .product-view .product-options-bottom {
  text-align: inherit;
}
.product-view .product-options-bottom .price-box {
  float: none;
}
.product-view .quantity-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0 20px 0;
  width: auto;
  border: none;
}
#ajaxkit-popup-content .product-view .quantity-wrapper,
.product-view .product-link,
.product-view .quickview-shares,
#ajaxkit-popup-content .product-view .bottom-additional-information,
#ajaxkit-popup-content .product-view .addtocart-message {
  display: none;
  visibility: hidden;
}
#ajaxkit-popup-content .product-view .product-link {
  display: block;
  visibility: visible;
  width: 100%;
  margin-bottom: 20px;
}
#ajaxkit-popup-content .product-view .quickview-shares {
  display: block;
  visibility: visible;
}
#ajaxkit-popup-content .product-view .flip-timer {
  margin: 0 0 20px 0;
}
.product-view .add-to-cart .quantity-wrapper {
  float: left;
}
.category-bundle-product .product-view .add-to-cart .quantity-wrapper {
  float: none;
  display: block;
}
.product-view .quantity-inner {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.product-view .quantity-wrapper label[for="qty"] {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  color: rgba(0,0,0,0.8);
  margin: 0 20px 0 0;
  font-size: 12px;
  line-height: 40px;
  text-transform: uppercase;
}
.product-view .add-to-cart .btn {
  background: #F9F7F3;
  border-color: #B2945A;
  color: #B2945A;
  width: 100%;
  order: 99;
}
.product-view .add-to-cart .btn:hover,
.product-view .add-to-cart .btn:focus,
.product-view .add-to-cart .btn:active {
  background: #B2945A;
  border-color: #B2945A;
  color: #fff;
}
.product-view .add-to-cart .btn i {
  display: none;
}
.product-view .add-to-cart {
  display: flex;
  flex-wrap: wrap;
}
.product-view .add-to-cart .quantity-wrapper + .price-box{
  width: 100%;
}
.product-view .add-to-cart .addtocart-message {
  align-self: baseline;
  color: #f72525;
  font-size: 13px;
  padding: 16px 0;
  margin-left: 30px;
  display: none;
}
.product-grouped-product .product-view .add-to-cart .addtocart-message {
  margin-left: 0;
}
.product-view .extralarge-layout .add-to-cart {
  max-width: 465px;
  text-align: center;
}
.product-view .extralarge-layout.text-center .add-to-cart {
  margin-left: auto;
  margin-right: auto;
}
.product-view .extralarge-layout.text-right .add-to-cart {
  margin-left: auto;
}
.product-collateral .box-collateral {
  margin: 0 0 15px;
}
.product-main-information .price-box .price,
.product-main-information .price-box .price-currency {
  font-weight: 600;
  font-size: 24px;
  color: #2D2D2D;
}
.product-main-information .old-price .price {
  font-size: 18px;
  color: rgba(0,0,0,0.4);
}
.product-view .availability-price-block {
  display: inline-block;
  position: relative;
  top: -2px;
  margin: 0;
  display: none;
}
.product-view .price-box + .availability-price-block {
  margin: 0 0 0 20px;
  width: auto;
}
.product-view .product-name + .availability-price-block {
  margin-bottom: 10px;
}
.product-view .availability-price-block * {
  line-height: 1;
}
.product-view .availability-price-block .price-box {
  margin-bottom: 0;
  display: inline-block;
}

.product-view .availability-price-block .price-box ~ .availability  {
  display: block;
  float: right;
  margin: 8px 0;
}
.product-view ul.add-to-links li a.link-wishlist i {
  top: 0;
}
.col3-layout .with-sidebar .add-to-cart {
  margin-right: 0;
}
.col3-layout .with-sidebar .add-to-cart .btn {
  padding-left: 15px;
  padding-right: 15px;
}
.product-view .add-to-links li + li {
  margin-left: 5px;
}
.product-view .product-img-box .product-image {
  margin-bottom: 0;
}
.product-view .product-img-box .product-image-zoom {
  position: relative;
  overflow: hidden!important;
  z-index: 9;
  width: 100%;
  float: left;
}
.product-view .product-img-box .product-image-zoom img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
/* Product Sidebar */
.product-view .product-sidebar .rating-box {
  margin-bottom: 5px;
}
.product-view .product-sidebar .price-box {
  margin: 0;
}
.product-view .product-sidebar .price-box .price {
  font-size: 16px;
}
.product-view .product-sidebar .price-box .old-price .price {
  font-size: 13px;
  margin: 3px 10px 0 0;
}



/* More Views */
.product-view .more-views.vertical {
  padding-top: 24px;
  vertical-align: top;
}
.product-view .more-views-vertical-slider.type-1 .more-views {
  padding-top: 0;
}
.catalog-product-view .product-view .more-views.vertical.with-swiper-button {
  padding-top: 24px;
  padding-bottom: 24px;
}
.product-view #more-views-slider.swiper-container {
  padding: 0;
  position: static;
  margin: 0;
  overflow: hidden;
}
.product-view .swiper-button-next,
.product-view .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: auto;
  left: 50%;
  margin-left: -45px;
  background-image: none !important;
}
.product-view .swiper-button-next i,
.product-view .swiper-button-prev i {
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  color: rgba(0,0,0,0.2);
}
.product-view .swiper-button-next:hover i,
.product-view .swiper-button-prev:hover i {
  color: rgba(0,0,0,0.8);
}
.product-view .swiper-button-prev {
  top: 18px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-view .swiper-button-next {
  bottom: -3px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-view .swiper-slide {
  overflow: hidden;
}
.product-view .swiper-slide a {
  display: block;
  height: inherit;
  text-align: center;
  opacity: 1;
}
.product-view .swiper-slide a img {
  height: auto;
  width: auto;
  position: relative;
  z-index: -1;
  max-height: 100%;
}
.product-view .more-views-vertical-slider.type-2 .more-views.vertical {
  position: absolute;
  z-index: 99;
  top: 0;
  margin-top: 0;
}
.product-view .more-views-vertical-slider.type-2 .product-labels-wrapper {
  top: 0;
  left: auto;
  right: 0;
}
.product-view .more-views-vertical-slider.type-2 .product-labels-wrapper > div {
  border-radius: 0;
}
.product-view .more-views-vertical-slider.type-2 .swiper-slide a img {
  border: 2px solid #fff;
}
.product-product-with-vertical-slider-type2-1-column .product-view .type-2 .more-views.vertical {
  width: 18%;
}
.product-view .type-2 .more-views.vertical {
  width: 21%;
}
.product-view .more-views.large {
  display: none;
}
.large-more-views .product-image-gallery .gallery-image {
  display: block!important;
}
.product-view .large-more-views .product-image-gallery {
  margin-right: 0;
  margin-bottom: 20px;
}
.catalog-product-view .main-container .breadcrumbs-wrapper .breadcrumbs-inner .breadcrumb {
  padding-top: 0px;
  margin-bottom: 20px;
}
.col3-layout .product-view .more-views-vertical-slider .more-views.vertical {
  width: 23%;
}
.col3-layout .product-view .more-views-vertical-slider.type-2 .more-views.vertical {
  width: 24%;
}
.col2-right-layout .product-view .more-views-vertical-slider.large-layout.type-2 .more-views.vertical,
.col2-left-layout .product-view .more-views-vertical-slider.large-layout.type-2 .more-views.vertical,
.product-view .with-sidebar .more-views-vertical-slider.type-2 .more-views.vertical {
  width: 21%;
}
.col3-layout .product-view .more-views-vertical-slider.type-2 .more-views.vertical,
.col3-layout .product-view .more-views-vertical-slider.type-2.large-layout .more-views.vertical,
.col3-layout .product-view .more-views-vertical-slider.type-2.medium-layout .more-views.vertical,
.col2-left-layout .product-view .more-views-vertical-slider.type-2 .more-views.vertical,
.col2-left-layout .product-view .more-views-vertical-slider.type-2.large-layout .more-views.vertical,
.col2-left-layout .product-view .more-views-vertical-slider.type-2.medium-layout .more-views.vertical,
.product-left-custom-sidebar .product-view .more-views-vertical-slider.type-2 .more-views.vertical,
.product-left-custom-sidebar .product-view .more-views-vertical-slider.type-2.large-layout .more-views.vertical,
.product-left-custom-sidebar .product-view .more-views-vertical-slider.type-2.medium-layout .more-views.vertical {
  left: 30px;
}
.product-product-with-vertical-slider-type2-with-left-sidebar .product-view .more-views-vertical-slider.type-2.medium-layout .more-views.vertical {
  left: 30px;
}
.col3-layout .product-view .product-image-gallery,
.col3-layout .product-view .more-views {
  margin-right: 0;
}
.product-view .product-img-box .more-views:not(.vertical) {
  position: relative;
  margin-top: 20px;
}
.product-view .product-img-box .more-views h3 {
  display: none;
  margin: 0 0 16px;
  padding: 0 0 12px;
  position: relative;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.product-view .product-img-box .more-views h3:after {
  content: '';
  display: inline-block;
  width: 80px;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #111;
}
.product-view .product-img-box .more-views .more-views-inner .item a {
  opacity: 1;
  display: block;
}
.product-view .product-img-box .more-views .more-views-inner .item a:hover {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}
.product-view .product-img-box .more-views .more-views-inner {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
  width: calc(100% + 20px);
}
.product-view .product-img-box .more-views .more-views-inner .owl-item,
.product-view .product-img-box .more-views .more-views-inner > .item {
  float: left;
  width: 25%;
  padding: 0 10px;
}
.product-view .product-img-box .more-views .more-views-inner .owl-item .product-labels-wrapper,
.product-view .product-img-box .more-views .more-views-inner > .item .product-labels-wrapper {
  display: none;
}
.product-view .product-img-box .more-views .more-views-inner > .item:not(:nth-of-type(-n+3)) {
  margin-top: 0;
}
.product-view .product-img-box .more-views .more-views-inner > .item:not(:nth-of-type(-n+4)) {
  margin-top: 20px;
}
.product-view .product-img-box .more-views .slider-buttons {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}
.product-view .product-img-box .more-views .slider-buttons > div {
  width: auto;
  position: relative;
  float: left;
}
.product-view .product-img-box .more-views .slider-buttons > div + div {float: right;}
.product-view .product-img-box .more-views .slider-buttons > div a {
  padding: 0;
  min-height: 1px;
}
.product-view .product-img-box .more-views .slider-buttons > div i {
  color: rgba(0,0,0,0.2);
  background-color: transparent;
  border: none;
  font-size: 14px;
  line-height: 1.7;
}
.product-view .product-img-box .more-views .slider-buttons > div i:hover {
  color: rgba(0,0,0,0.8);
  background-color: transparent;
}
.product-view .more-views-container {
  overflow: hidden;
}
.product-view #more-views-slider:not(.swiper-container) {
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
.product-view #more-views-slider .owl-dots {
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  text-align: center;
  display: none;
}
.product-view #more-views-slider .owl-dots .owl-dot {
  display: inline-block;
  line-height: 1;
}
.product-view #more-views-slider .owl-dots .owl-dot span {
  display: block;
  background-image: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.22);
  margin: 0 11px!important;
  float: left;
  top: 0;
  position: relative;
}
.more-views-large .product-labels-wrapper {
  left: 10px;
}
.product-view #more-views-slider .owl-dots .owl-dot.active span,
.product-view #more-views-slider .owl-dots .owl-dot:hover span {background-color: rgba(0, 0, 0, 0.8);}

/* Collapse more views */
.product-view .product-img-box .more-views.collapsed {
  overflow: hidden;
  padding-bottom: 20px;
}
.product-view .product-img-box .more-views.collapsed:after {
  content: '';
  display: block;
  z-index: 998;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  width: 100%;
  opacity: 1;
  background: rgba(255,255,255,0);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) calc(100% - 20px));
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(calc(100% - 20px), rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) calc(100% - 20px));
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) calc(100% - 20px));
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) calc(100% - 20px));
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) calc(100% - 20px));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
  -webkit-transition: opacity 300ms, height 300ms;
  -moz-transition: opacity 300ms, height 300ms;
  -ms-transition: opacity 300ms, height 300ms;
  -o-transition: opacity 300ms, height 300ms;
  transition: opacity 300ms, height 300ms;
}
.product-view .product-img-box .more-views.collapsed.is-open:after {
  opacity: 0;
  height: 0;
}
.product-view .product-img-box .more-views .text-link {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  font-size: 14px;
  color: rgba(0,0,0,0.4);
  cursor: pointer;
}
.product-view .product-img-box .more-views i {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
  margin-left: 6px;
}
.product-view .product-img-box .more-views .close {
  display: none;
}
.product-view .product-img-box .more-views.is-open .open {
  display: none;
}
.product-view .product-img-box .more-views.is-open .close {
  display: inline-block;
}

/* Options */
.product-options dl dd .input-box .validation-advice,
.no-display.swatch-select.validation-failed ~ .validation-advice,
.product-view .validation-advice,
.product-options .options-list.validation-failed + #links-advice-container .validation-advice {
  display: block;
  top: 100%;
  color: #ff1744;
  position: absolute;
  left: 0;
  text-align: left;
  z-index: 11;
  border-radius: 0;
  padding: 0;
  margin-top: -5px;
}
.product-options dl dd .input-box .validation-advice {
  top: 100%;
  bottom: auto;
}
.product-options dl dd .input-box .validation-advice:after,
.no-display.swatch-select.validation-failed ~ .validation-advice:after,
.product-view .validation-advice:after,
.product-options .options-list.validation-failed + #links-advice-container .validation-advice:after {
  display: none;
}

/* Product text center */
.product-shop.text-center .product-options dl dd .input-box .validation-advice,
.product-shop.text-center .no-display.swatch-select.validation-failed ~ .validation-advice,
.product-view .product-shop.text-center  .validation-advice,
.product-shop.text-center .product-options .options-list.validation-failed + #links-advice-container .validation-advice {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.product-shop.text-center .product-options dl dd .input-box .validation-advice:after,
.product-shop.text-center .no-display.swatch-select.validation-failed ~ .validation-advice:after,
.product-view .product-shop.text-center .validation-advice:after,
.product-shop.text-center .product-options .options-list.validation-failed + #links-advice-container .validation-advice:after {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

/* Product text right */
.product-shop.text-right .product-options dl dd .input-box .validation-advice,
.product-shop.text-right .no-display.swatch-select.validation-failed ~ .validation-advice,
.product-view .product-shop.text-right  .validation-advice,
.product-shop.text-right .product-options .options-list.validation-failed + #links-advice-container .validation-advice {
  left: auto;
  right: 15px;
}
.product-shop.text-right .product-options dl dd .input-box .validation-advice:after,
.product-shop.text-right .no-display.swatch-select.validation-failed ~ .validation-advice:after,
.product-view .product-shop.text-right .validation-advice:after,
.product-shop.text-right .product-options .options-list.validation-failed + #links-advice-container .validation-advice:after {
  left: auto;
  right: 15px;
}
.product-view .configurable-swatch-list .swatch-link.has-image .swatch-label img,
.product-view .swatch-current .swatch-link.has-image .swatch-label img {
  vertical-align: top;
}
.product-view:not(.layout-type-4) #upsell-product-table li.item:nth-child(4n) {
  clear: right;
}
.product-view:not(.layout-type-4) #upsell-product-table li.item:nth-child(4n+1) {
  clear: left;
}

/* Product Options */
.product-grouped-product .rating-stock-block .availability-price-block {
  float: none;
}
.product-grouped-product .product-view .availability-price-block {
  display: none;
  visibility: hidden;
}
#super-product-table {
  margin-top: .5em;
}
#super-product-table td {
  vertical-align: middle;
  font-size: 16px;
  font-family: Barlow, sans-serif;
  font-weight: 500;
}
#super-product-table .availability,
#super-product-table .price-box {
  margin: 0;
  font-family: Work Sans, sans-serif;
}
#super-product-table .quantity-wrapper {
  margin: 0;
  padding: 0;
  border-width: 0;
  min-width: 85px;
}
#super-product-table .quantity-wrapper .btn-qty i {
  width: 20px;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
}

/* Product type 2 layout */
.product-view.layout-type-2 .flip-timer {
  margin-bottom: 10px;
  margin-top: 10px;
}
.product-view.layout-type-2 .flip-timer .title {
  font-size: 14px;
  line-height: 24px;
}
.product-view.layout-type-2 .flip-timer .timer-wrapper {
  padding: 12px 15px;
}
.product-view.layout-type-2 .flip-block .flip-text {
  font-size: 20px;
}

/* Product type 4 layout */
.product-view.layout-type-4 .box-up-sell .item:nth-child(6n),
.product-view.layout-type-4 .block-related .item:nth-child(6n) {
  clear: right;
}

.product-view.layout-type-4 .box-up-sell .item:nth-child(6n+1),
.product-view.layout-type-4 .block-related .item:nth-child(6n+1) {
  clear: left;
}

/* Block: Tags */
.product-view .box-tags .form-add label {
  margin: 0 0 .75em;
  color: #222;
  font-size: 16px;
  font-weight: 500;
}
.product-view .box-tags .form-add .input-box {
  margin: 0 0 1.5em;
}
.product-view .box-tags .form-add .input-box .validation-advice {
  position: absolute;
  left: -2px;
}
.product-view .extralarge-layout .box-tags .form-add .input-box,
.product-view > .product-collateral .box-tags .form-add .input-box {
  width: 50%;
}
.product-view .box-tags .form-add .btn {
  float: left;
}
.product-view .box-tags .form-add .input-group-btn:last-child > .btn {
  margin-left: 0;
}
.product-view .box-tags .form-add input.input-text {
  width: 254px;
}
.product-view .box-tags p.note {
  clear: both;
  margin-top: .75em;
  margin-bottom: 0;
}
.product-view .box-tags h3 {
  margin: 0 0 .5em;
  font-size: 1.16em;
  color: #222;
  font-weight: bold;
}
.product-view .box-tags .product-tags li {
  display: inline-block;
}
.product-view .box-tags .product-tags li a {
  color: #666;
}
.product-view .box-tags .product-tags li a:hover {
  color: #2979ff;
}

/* Tabs */
.product-view #tabs {
  border: none;
}
.product-view .products-grid li.item {
  border-top: none;
  padding-top: 0;
}
.product-view .nav-tabs {
  border-top: 1px solid rgba(0,0,0,0.1);
  margin: 0;
  padding: 0;
  border-bottom: 0;
  text-align: center;
}
.product-view .nav-tabs>li {
  float: none;
  display: inline-block;
  margin: 0;
}
.product-view .nav-tabs li a {
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  color: rgba(0,0,0,0.4);
  background: none;
  margin-right: 0;
  font-weight: 600;
  border: 0;
  padding: 21px 35px;
  background: transparent;
  position: relative;
  border-radius: 0;
  line-height: 1;
  letter-spacing: .6px;
  top: auto;
}
.product-view .nav-tabs li a:hover,
.product-view .nav-tabs li a:focus,
.product-view .nav-tabs li.active a:hover,
.product-view .nav-tabs li.active a:focus,
.product-view .nav-tabs li.active a {
  color: rgba(0,0,0,0.8);
  background: transparent;
  border: 0;
}
.product-view .tab-content {
  padding: 24px 10px;
}
.product-view .tab-content,
.product-view .tab-content .std {
  font-size: 16px;
  line-height: 30px;
}
.product-view .tab-content header,
.product-view .tab-content h2 {
  display: none;
}
.product-view .tab-content .custom-tab-text {
  line-height: 1;
  font-size: 16px;
}

.product-view .product-main-information .nav-tabs {
  background-color: transparent;
}
.product-view .product-main-information .nav-tabs {
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.product-view .product-main-information .nav-tabs li a {
  padding: 18px 25px;
  font-size: 16px;
}
.product-view .product-main-information .small-layout .nav-tabs,
.product-view .product-main-information .with-sidebar .medium-layout .nav-tabs,
.product-view .product-main-information .with-sidebar .large-layout .nav-tabs {
  border-top: none;
  border-bottom: none;
}
.product-main-information .small-layout .nav-tabs > li.first,
.product-main-information .with-sidebar .medium-layout .nav-tabs > li.first,
.product-main-information .with-sidebar .large-layout .nav-tabs > li.first {
  border-top: 1px solid rgba(0,0,0,0.1);
}
.product-view .product-main-information .nav-tabs li a,
.product-view .product-main-information .small-layout .nav-tabs > li > a,
.product-view .product-main-information .with-sidebar .medium-layout .nav-tabs > li > a,
.product-view .product-main-information .with-sidebar .large-layout .nav-tabs > li > a {
  border: none !important;
  margin-top: -1px;
}
.product-view .product-main-information .small-layout .nav-tabs > li > a,
.product-view .product-main-information .with-sidebar .medium-layout .nav-tabs > li > a,
.product-view .product-main-information .with-sidebar .large-layout .nav-tabs > li > a {
  font-size: 18px;
  padding: 21px 35px;
}
.product-view .product-main-information .nav-tabs li {
  margin-bottom: 0;
}
.product-main-information .small-layout .nav-tabs > li,
.product-main-information .with-sidebar .medium-layout .nav-tabs > li,
.product-main-information .with-sidebar .large-layout .nav-tabs > li {
  margin-left: 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.product-view .product-main-information .nav-tabs li:not(.active):before {
  content: none;
}
.product-view .product-main-information .nav-tabs li a:hover,
.product-view .product-main-information .nav-tabs li a:focus,
.product-view .product-main-information .nav-tabs li.active a:hover,
.product-view .product-main-information .nav-tabs li.active a:focus,
.product-view .product-main-information .nav-tabs li.active a {
  background-color: rgba(0,0,0,0.1);
  color: #222;
}
.product-view .product-main-information .nav-tabs li:hover,
.product-view .product-main-information .nav-tabs li.over,
.product-view .product-main-information .nav-tabs li.active {
  border-bottom-color: transparent;
}

/* Product Attributes */
#product-attribute-specs-table {
  border: 1px solid rgba(0,0,0,0.1);
}
#product-attribute-specs-table th,
#product-attribute-specs-table td {
  border: 0;
}
#product-attribute-specs-table tr:nth-child(2n) {
  background-color: #f5f5f5;
}

/* Vertical Tabs */
.product-view #tabs.vertical-tabs {
  position: relative;
  padding: 0;
}
.product-view #tabs.vertical-tabs:after {
  position: absolute;
  background: rgba(0, 0, 0, .1);
  height: 100%;
  width: 1px;
  left: 205px;
  display: block;
  top: 0;
}
body .vertical-tabs > .nav-tabs > li {
  float: none;
  margin-right: 0!important;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
}
body .vertical-tabs > .nav-tabs > li:last-child {
  border-bottom: none;
}
.vertical-tabs > .nav-tabs > li > a {
  width: 206px;
  margin-right: 0;
  padding: 10px 15px;
  border: none!important;
}
.vertical-tabs > .nav-tabs {
  float: left;
  padding: 0;
  margin: .75em 19px 0 0;
  border: none;
}
.vertical-tabs > .nav-tabs > li > a {
  margin-right: -1px;
}
.vertical-tabs > .nav-tabs > li > a:after {
  content: none;
}
.product-view .vertical-tabs > .nav-tabs > li.active > a {
  margin-top: 0;
  padding-top: 10px;
  border-bottom: none;
}
.product-view .vertical-tabs .tab-content {
  padding: 1.5em 0;
}
.product-view .vertical-tabs .tab-content-inner {
  float: left;
  width: 82%;
  padding-right: 20px;
}
.product-view .with-sidebar .vertical-tabs .tab-content-inner {
  width: 76%;
}

/* Accordion */
.product-collateral .panel.panel-default .panel-heading {
  margin: 0;
  background: none;
}
.product-collateral .panel.panel-default .panel-heading h4 {
  padding: 0;
}
.product-collateral .panel.panel-default .panel-heading h4:hover {
  color: #111;
}
.product-collateral .panel-group .panel + .panel {
  margin-top: 1.5em;
}
.panel-group .panel-heading .panel-title .icon-more {text-transform: none; float: right; display: inline-block;}
.product-collateral .panel-default .panel-body {
  margin-top: 1em;
  padding-top: 1.5em;
  border-top: solid 1px rgba(0, 0, 0, .1);
  background: none;
}
.product-collateral .panel-default .panel-body header,
.product-collateral .panel-default .panel-body h2 {
  display: none;
}
.product-collateral .panel-default .panel-body #upsell-product-table.products-grid li.item {
  margin-top: 0;
}
.product-collateral .product-simple-list .panel.panel-default .panel-heading h4:hover {
  color: #222;
}
.product-collateral table {
  margin-bottom: 0;
}
/* Product Sidebar */

.product-view .sidebar .block-compare .media-left a {
  display: inline-block;
  width: 60px;
  padding: 0;
  vertical-align: top;
}
.product-view .sidebar .block-compare .product-name {
  padding-right: 20px;
  margin-bottom: 4px;
}
.product-view .sidebar .block-compare .product-name a {
  padding: 0;
}
.product-view .sidebar .block-compare .ratings {
  margin-top: 0;
}
.product-view .sidebar .block-compare .ratings a.add-review,
.product-view .sidebar .block-compare .ratings .separator {
  display: none;
}
.product-view .sidebar .block-compare .price-currency {
  color: inherit;
  font-size: 16px;
}
.product-view .sidebar .block-compare .btn i {
  margin-right: 5px;
}
.product-view .sidebar .block-compare li.item {padding-top: 15px; padding-bottom: 5 px;}
.product-view .extralarge-layout .vertical-tabs .tab-content-inner {
  width: 77%;
}

/* Reviews */
.box-reviews {
  margin-top: 3em;
  position: relative;
}
.box-reviews.type-2 {
  margin-top: 0;
}
.box-reviews .more-link {
  position: absolute;
  right: 0;
  top: 25px;
  font-size: 13px;
  color: #1e88e5;
  font-family: 'Work Sans', sans-serif;
}
.boxtitle .more-link:hover {
  color: #2979ff;
}
.box-reviews .block-title {
  margin-bottom: 15px;
  border-bottom: none;
}
.box-reviews .block-title h2 {
  font-weight: 600;
  margin: 0;
  vertical-align: middle;
}
.box-reviews .rating-block h2 {
  color: #222;
  margin: 0 0 9px;
  font-size: 12px;
  font-family: inherit;
  line-height: normal;
  font-weight: normal;
  letter-spacing: 0;
}
.box-reviews .form-add form {
  padding: 0;
}
.box-reviews .rating-block h3 {
  color: #222;
  margin: 0 0 9px;
  font-size: 12px;
  font-family: inherit;
  line-height: normal;
  font-weight: normal;
  letter-spacing: 0;
}
.box-reviews .rating-block h3 span {
  color: #f2c94c;
  font-weight: 500;
}
.box-reviews .rating-block h4 {
  color: #222;
  margin: 0 0 9px;
  font-size: 12px;
  font-family: inherit;
  line-height: normal;
  font-weight: normal;
  letter-spacing: 0;
}
.box-reviews .rating-block #product-review-table .item {
  padding: 5px 0;
}
.box-reviews .rating-block .rating-title {
  display: inline-block;
  font-family: inherit;
  color: #666;
  font-size: 1em;
  line-height: 1.5em;
  margin-right: 2px;
}
.box-reviews .rating-block .rating-title:after {
  content: ":";
}
.box-reviews .rating-block .rating-values {
  font-family: inherit;
  font-size: 13px;
  color: #aaa;
  line-height: 1.5em;
  position: relative;
  top: 2px;
  margin-left: 10px;
}
.box-reviews .rating-block .stars-wrapper .value {
  float: left;
  cursor: pointer;
  line-height: 1;
  margin-left: 2px;
}
body.apple-device .box-reviews .rating-block .stars-wrapper .value {
  margin-left: 7px;
}
.box-reviews .rating-block .top-block {
  display: none;
}
.box-reviews .rating-block .stars-wrapper .value:first-child {
  margin-left: 0;
}
.box-reviews .rating-block .stars-wrapper .value i {
  position: relative;
  z-index: 4;
  font-size: 32px;
  color: #ddd;
  font-style: normal;
}
body.apple-device .box-reviews .rating-block .stars-wrapper .value i {
  font-size: 21px;
}
.box-reviews .rating-block .stars-wrapper .value i.active {
  color: #222;
}
.box-reviews .rating-block .stars-wrapper .value input {
  display: none;
}
.box-reviews .text-wrapper {
  color: #666;
  padding-right: 20px;
  min-width: 80px;
  font-size: 13px;
  position: relative;
  top: 2px;
}
.box-reviews .text-wrapper,
.box-reviews .stars-wrapper,
.box-reviews .rating-values {
  display: inline-block;
  vertical-align: middle;
}
.customer-rating .text-wrapper,
.customer-rating .stars-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin-top: 1px;
}
.box-reviews .rating-inputs {
  padding: 25px 0 0;
}
.box-reviews .rating-inputs .validation-advice {
  display: none;
}
.box-reviews .rating-inputs ul {
  margin-bottom: 20px;
}
.box-reviews .rating-inputs input {
  width: 100%;
}
.box-reviews .rating-inputs .input-box {
  width: 100%;
  position: relative;
}
.box-reviews .rating-inputs li {
  margin-bottom: 10px;
}
.box-reviews .rating-inputs .input-box textarea {
  width: 100%;
}

.box-reviews .rating-inputs .input-box input::-webkit-input-placeholder,
.box-reviews .rating-inputs .input-box textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.box-reviews .rating-inputs .input-box input::-moz-placeholder,
.box-reviews .rating-inputs .input-box textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.box-reviews .rating-inputs .input-box input:-ms-input-placeholder,
.box-reviews .rating-inputs .input-box textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.box-reviews .rating-inputs .input-box input:-moz-placeholder,
.box-reviews .rating-inputs .input-box textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.box-reviews .rating-inputs label {
  font-family: inherit;
  font-size: 1em;
  line-height: 1.5em;
  color: #666;
  font-weight: normal;
  margin-bottom: .5em;
  float: none;
  display: none;
}
.box-reviews .rating-inputs label em {
  float: left;
}
.box-reviews .rating-inputs .buttons-set {
  border: none;
  padding: 0;
  margin: 0;
}
.customer-reviews-wrapper {
  overflow: hidden;
}
.customer-reviews-wrapper .review-box-wrapper {
  margin-bottom: 20px;
  position: relative;
}
.customer-reviews-wrapper .review-box-inner {
  overflow: hidden;
  overflow-y: auto;
}
.customer-reviews-wrapper .review-box-wrapper .top-block {
  padding: 30px 26px 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid rgba(0,0,0,0.1);
  border-width: 1px 1px 0 1px;
}
.customer-reviews-wrapper .review-box-wrapper .customer-info {
  margin-top: 20px;
}
.customer-reviews-wrapper .review-box-wrapper .icon {
  display: none;
  width: 73px;
  height: 73px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  position: relative;
  vertical-align: middle;
  margin-right: 20px;
}
.customer-reviews-wrapper .review-box-wrapper .icon:before {
  content: '';
  display: block;
  position: absolute;
  right: 4px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 31px 31px 0;
  border-color: transparent #ffffff transparent transparent;
}
.customer-reviews-wrapper .review-box-wrapper .icon i {
  font-size: 24px;
  color: #aaa;
  line-height: 73px;
}
.customer-reviews-wrapper .review-box-wrapper .info {
  display: inline-block;
  vertical-align: middle;
}
.customer-reviews-wrapper .review-box-wrapper .review-title {
  font-weight: 500;
  color: rgba(0,0,0,0.8);
  margin-bottom: 9px;
  display: block;
  text-align: center;
}
.customer-reviews-wrapper .review-box-wrapper .customer {
  color: rgba(0,0,0,0.8);
}
.customer-reviews-wrapper .review-box-wrapper .date {
  color: rgba(0,0,0,0.3);
}
.customer-reviews-wrapper .review-box-wrapper .date i {
  display: none;
  font-size: 14px;
  line-height: 1;
  margin-right: 8px;
  color: #aaa;
  position: relative;
  top: 1px;
}
.customer-reviews-wrapper .review-box-wrapper .review-box {
  font-size: 13px;
  line-height: 24px;
  padding: 0 26px 30px;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border-radius: 0;
  color: rgba(0,0,0,0.5);
  border: 1px solid rgba(0,0,0,0.1);
  border-width: 0 1px 1px 1px;
  text-align: center;
}
#customer-reviews .more-link.open .see {
  display: none;
}
#customer-reviews .more-link.open .hide {
  display: inline-block!important;
}
.customer-rating {
  padding-bottom: 20px;
}
.customer-rating .item {
  margin-bottom: 5px;
  text-align: center;
}
.customer-rating .item .rating-title {
  display: inline-block;
  font-family: inherit;
  color: rgba(0,0,0,0.3);
  font-size: 11px;
  font-weight: 400;
  margin-top: 2px;
}
.customer-rating .item .rating-values {
  display: inline-block;
  font-size: 1em;
  color: #666;
  line-height: 1.5em;
  display: none;
}
.customer-rating .item .rating-text-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.customer-rating .item .rating-box {
  font-size: 22px;
  line-height: 22px;
}
.customer-rating .item .rating-box .rating i {
    -webkit-flex: 1 1 24px;
    flex: 1 1 24px;
}
.customer-rating .item .rating-box i {
  font-size: 22px;
  min-width: 24px;
}


/* Reviews Popup */
.box-reviews  .write-review-modal .modal-dialog {
  max-width: 524px;
}
.box-reviews  .write-review-modal .block-title {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.box-reviews  .write-review-modal .form-add form {
  padding: 0;
  border: none;
}
.col3-layout #customer-reviews > div {
  float: none!important;
  width: 100%;
}
.col3-layout .review-box {
  width: 100%;
}

/* Product Custom */
.product-view .fb-like {
  margin-right: 10px;
  min-width: 60px;
  vertical-align: top;
  width: auto !important;
}
.product-view .fb-like span {
  vertical-align: top!important;
}
.product-view .product-custom {
  margin-bottom: 10px;
  display: block;
  margin-right: 7px;
}
.product-view .product-custom .fb-like ~ div {
  vertical-align: top!important;
  width: 33px!important;
}
.product-view .product-custom .twitter-share-button {
  min-width: 60px !important;
  width: 60px!important;
  margin-right: 10px;
}
.product-view .product-custom-wrapper .product-custom-left,
.product-view .product-custom-wrapper .product-custom-right {
  float: left;
}
.product-view .product-custom-wrapper .product-custom-left {
  width: 41.66666667%;
}
.product-view .product-custom-wrapper .product-custom-right {
  width: 58.33333333%;
}
.product-view .product-main-information .product-custom-wrapper .product-custom-left,
.product-view .product-main-information .product-custom-wrapper .product-custom-right {
  width: 100%;
}
.product-view .product-main-information .product-custom-wrapper [class*="product-custom"] {
  margin-top: 18px;
}
.product-view .additional-action-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 15px 0;
}

/* Product Timer */
.product-view .flip-timer .title {
  float: left;
  font-size: 18px;
  font-family: Barlow, sans-serif;
  color: #f44336;
  font-weight: 600;
  letter-spacing: -0.6px;
}
.product-view .flip-timer {
  margin: 0;
  align-self: center;
}
.product-view .flip-timer .timer-wrapper {
  display: inline-block;
  border-bottom: 2px solid #e41937;
  padding: 0;
}
.product-view .flip-block {
  width: 32px;
}
.product-view .flip-items {
  width: 32px;
  height: 24px;
}
.product-view .flip-block li span.flip-wrapper {
  height: 12px;
}
.product-view .flip-clock-divider {
  width: 4px;
  height: 24px;
}
.product-view .flip-clock-dot.top {
  top: 7px
}
.product-view .flip-clock-dot.bottom {
  bottom: 7px
}
.product-view .flip-block .flip-text {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}
.product-product-with-vertical-slider-type2-with-left-custom-sidebar .product-view .with-sidebar .more-views-vertical-slider.type-2 .more-views.vertical {
  left: 30px;
}

@media only screen and (min-width: 1332px){
  /* Product Page ============================== */
  .wide-content .col2-right-layout .product-view .more-views-vertical-slider.type-2 .more-views.vertical,
  .wide-content .product-view .with-sidebar .more-views-vertical-slider.type-2 .more-views.vertical,
  .wide-content .product-view .more-views-vertical-slider.type-2.large-layout .more-views.vertical {left: 57px;}
  .col2-right-layout .product-sidebar.sidebar-left .block.block-compare .actions .btn,
  .col2-left-layout .product-sidebar.sidebar-right .block.block-compare .actions .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col2-right-layout .product-sidebar.sidebar-left .block.block-compare .actions .btn i,
  .col2-left-layout .product-sidebar.sidebar-right .block.block-compare .actions .btn i {
    display: none;
  }
  .col3-layout .product-sidebar .block-compare .item .product-image,
  .col3-layout .with-sidebar .block-related:not(.related-bottom) .block-content .media-left {
    min-width: 40px;
    width: 40px;
  }
  .col3-layout .product-sidebar .block.block-wishlist .item .product-image,
  .col3-layout .product-sidebar .block-related:not(.related-bottom) .block-content .product-image {
    width: 40px;
  }
  .col3-layout.product-view .availability-price-block {
    padding-left: 15px;
  }
  .col3-layout .product-sidebar .block-title {
    font-size: 16px;
    padding-bottom: 12px;
  }
  .col3-layout .product-view .add-to-cart .addtocart-message {
    display: block;
    padding-top: 0;
    margin-left: 0;
    clear: both;
    width: 100%;
  }
  /*.col3-layout .product-main-information .price-box .price {
    font-size: 24px;
  }*/
  .col3-layout .product-view .top-wrapper .add-to-box .price-box .old-price .price {
    font-size: 14px;
  }
  .col3-layout .product-sidebar .block.block-wishlist .slider-buttons,
  .col3-layout .block-related:not(.related-bottom) .slider-buttons {
    position: relative;
    top: auto;
    margin-top: 6px;
  }
  .col3-layout .product-sidebar .block.block-compare .actions .btn + .btn {
    margin-left: 0;
  }
  .col3-layout .product-sidebar .block.block-compare .actions .btn {
    display: block;
    width: 100%;
  }
  .col3-layout .product-view .quantity-wrapper {
    margin-top: 4px;
  }
  .product-view .with-sidebar .product-main-information {
    float: none;
    display: inline-block;
  }
  .product-view .add-to-cart .btn {
    width: 100%;
  }
  #ajaxkit-popup-content .product-view .add-to-cart .btn {
    width: auto;
  }
  .product-view .tab-content {
    padding-left: 0;
    padding-right: 0;
  }
  .product-view .top-wrapper .product-name-ratings-block .product-name {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
  }

  /* More views */
  .product-view .more-views.vertical {
    display: table-cell;
  }
  .product-view .product-img-box.more-views-vertical-slider {
    display: table;
  }
  .product-view .more-views-vertical-slider.type-2.medium-layout .more-views.vertical {
    left: 10px;
  }
  .col2-right-layout .product-view .more-views-vertical-slider.type-2 .more-views.vertical,
  .product-view .with-sidebar .more-views-vertical-slider.type-2 .more-views.vertical,
  .product-view .more-views-vertical-slider.type-2.large-layout .more-views.vertical {
    left: 30px;
  }
  .product-product-with-vertical-slider-type2-with-right-custom-sidebar .product-view .with-sidebar .more-views-vertical-slider.type-2 .more-views.vertical {
    left: 0;
  }


}

@media only screen and (min-width: 1008px) and (max-width: 1331px) {
  .cat-container-before .text-banner {
    padding: 229px 0 0;
  }
  .cat-container-before .text-banner .title {
    font-size: 38px;
    line-height: 44px;
  }
  .cat-container-before .text-banner .subtitle {
    font-size: 14px;
  }

  /* Product Page ============================== */
  .product-view .product-name h1 {font-size: 2em;}
  .col3-layout .product-sidebar .block-compare .item .product-image,
  .col3-layout .with-sidebar .block-related:not(.related-bottom) .block-content .media-left {
    min-width: 40px;
    width: 40px;
  }
  .col3-layout .product-sidebar .block.block-wishlist .item .product-image,
  .col3-layout .product-sidebar .block-related:not(.related-bottom) .block-content .product-image {
    width: 40px;
  }
  .col3-layout .product-sidebar .block-title {
    font-size: 16px;
    padding-bottom: 12px;
  }
  .col3-layout .product-sidebar .block.block-wishlist .slider-buttons,
  .col3-layout .block-related:not(.related-bottom) .slider-buttons {
    position: relative;
    top: auto;
    margin-top: 6px;
  }
  .col3-layout .product-main-information .price-box .price {
    font-size: 18px;
  }
  .col3-layout .product-view .top-wrapper .add-to-box .price-box .old-price .price {
    font-size: 13px;
  }
  .col3-layout .product-view .quantity-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
  .col3-layout .product-sidebar .block.block-compare .actions .btn + .btn {
    margin-left: 0;
  }
  .col3-layout .product-sidebar .block.block-compare .actions .btn {
    display: block;
    width: 100%;
  }
  .col2-right-layout .product-sidebar .block-related:not(.related-bottom) .slider-buttons,
  .col2-left-layout .product-sidebar .block-related:not(.related-bottom) .slider-buttons,
  .col2-right-layout .product-sidebar .block.block-wishlist .slider-buttons,
  .col2-left-layout .product-sidebar .block.block-wishlist .slider-buttons,
  .col2-right-layout .product-sidebar .block-cart.block .block-content .cart-actions,
  .col2-left-layout .product-sidebar.block-cart.block .block-content .cart-actions {
    position: relative;
    top: auto;
    margin-top: 6px;
  }
  .col2-right-layout .product-sidebar.sidebar-left .block.block-compare .actions .btn,
  .col2-left-layout .product-sidebar.sidebar-right .block.block-compare .actions .btn,
  .col2-right-layout .product-sidebar .block.block-compare .actions .btn,
  .col2-left-layout .product-sidebar .block.block-compare .actions .btn {
    font-size: 12px;
    padding: 8px 10px;
    min-height: auto;
  }
  .col2-right-layout .product-sidebar.sidebar-left .block.block-compare .actions .btn i,
  .col2-left-layout .product-sidebar.sidebar-right .block.block-compare .actions .btn i {
    display: none;
  }
  .col2-right-layout .product-sidebar .block.block-compare .actions .btn + .btn,
  .col2-left-layout .product-sidebar .block.block-compare .actions .btn + .btn {
    margin-left: 5px;
  }
  .col2-right-layout .product-sidebar .block-cart.block .block-content .product-name,
  .col2-left-layout .product-sidebar .block-cart.block .block-content .product-name {
    padding-right: 0;
  }
  .col3-layout .with-sidebar .product-custom,
  [class*="col2-"] .with-sidebar .product-custom {
    overflow: hidden;
  }
  .col3-layout .product-sidebar .block.block-wishlist .slider-buttons,
  .col3-layout .block-related:not(.related-bottom) .slider-buttons {
    position: relative;
    top: auto;
    margin-top: 6px;
  }
  .col3-layout  .product-sidebar .item .product-name {
    line-break: auto;
    hyphens: manual;
    padding-right: 12px;
  }
  .col3-layout .product-sidebar .block-compare .item .product-image,
  .col3-layout .with-sidebar .block-related:not(.related-bottom) .block-content .media-left {
    min-width: 100%;
  }
  .col3-layout .with-sidebar  .block-content .media-left {
    margin-bottom: 15px;
  }
  .col3-layout .with-sidebar  .block-content .media-left,
  .col3-layout .with-sidebar .block-content .media-body {
    display: block;
    width: 100%;
  }
  .col3-layout .product-sidebar .block.block-wishlist .item .product-image,
  .col3-layout .product-sidebar .block-related:not(.related-bottom) .block-content .product-image {
    width: 100%;
  }
  .product-view .product-main-information .nav-tabs li a {
    padding-left: 17px;
    padding-right: 17px;
  }
  .product-view .with-sidebar .product-main-information {
    float: none;
    display: inline-block;
  }
  .product-view.layout-type-2 .flip-timer .title,
  .product-view .small-layout .flip-timer .title {
    display: none;
  }
  /* Small Layout */
  .product-view .with-sidebar .small-layout .product-buttons a span { width: 69%; }
  .product-view .no-sidebar .small-layout .product-buttons a span { width: 78%; }
  .product-view .small-layout .vertical-tabs .tab-content-inner { width: 100%; }

  /* Medium Layout */
  .product-view .with-sidebar .medium-layout .product-buttons a span { width: 75%; }
  .product-view .no-sidebar .medium-layout .vertical-tabs .tab-content-inner { width: 52%; }

  /* Large Layout */
  .no-sidebar .large-layout .vertical-tabs .tab-content-inner { width: 59%; }

  /* Extralarge Layout */
  .product-view .extralarge-layout .box-tags .form-add .input-box { width: 100%; }
  .product-view .vertical-tabs .tab-content-inner { width: 76%; }
  .product-view .with-sidebar .product-buttons a span { width: 79%; }

  /* Vertical Tabs */
  .no-sidebar .medium-layout #upsell-product-table li.item,
  .large-layout #upsell-product-table li.item { width: 50%; }

  .no-sidebar .medium-layout #upsell-product-table li.item:nth-child(3n+1),
  .large-layout #upsell-product-table li.item:nth-child(3n+1) { clear: none; }
  .no-sidebar .medium-layout #upsell-product-table li.item:nth-child(2n+1),
  .large-layout #upsell-product-table li.item:nth-child(2n+1) { clear: left; }
  .no-sidebar .medium-layout #upsell-product-table li.item:nth-child(2n+2),
  .large-layout #upsell-product-table li.item:nth-child(2n+2) { clear: right; }
  .box-reviews .rating-block #product-review-table .item {padding-left: 6px; padding-right: 6px;}
  [class*="col2-"] #customer-reviews > div,
  .col3-layout #customer-reviews > div {float: none!important; width: 100%;}
  .col3-layout #customer-reviews > div {margin-top: 20px;}
  [class*="col2-"] .box-reviews .customer-rating {width: 30%;}
  [class*="col2-"] .review-box {width: 100%; min-height: 167px;}
  [class*="col2-"] .review-box .review {width: 100%;}
  [class*="col2-"] .product-view .with-sidebar .add-to-cart .btn {padding-left: 20px; padding-right: 20px;}
  [class*="col2-"] .product-view  .vertical-tabs .tab-content-inner {width: 100%;}
  .product-view .with-sidebar .small-layout .product-buttons > div,
  [class*="col2-"] .product-view .with-sidebar .product-buttons > div {float: none; width: 100%;}
  .product-view .with-sidebar .small-layout .product-buttons .prev-button + .next-button ,
  [class*="col2-"] .product-view  .product-buttons .prev-button + .next-button {margin: .75em 0 0;}
  [class*="col2-"] .product-view .sku {display: block; border-right: none;}
  .col3-layout .review-box {width: 100%; min-height: 138px;}
  [class*="col2-"] .box-reviews .rating-block #product-review-table .item,
  .col3-layout .box-reviews .rating-block #product-review-table .item {padding-left: 20px; padding-right: 20px;}
  .col3-layout .product-view .vertical-tabs > .nav-tabs { float: none; margin: 0; }
  .col3-layout .product-view .vertical-tabs > .nav-tabs > li > a { width: auto; margin: 0; }
  .col3-layout .product-view #tabs.vertical-tabs:after { display: none; }
  .col3-layout .product-view .product-shop .vertical-tabs .tab-content-inner,
  .col3-layout .product-view .vertical-tabs .tab-content-inner { width: 100%; padding: 0 10px;}

  [class*="col2-"] .product-options-bottom .price-box {float: none;}

  body .col3-layout .product-view .small-layout .add-to-cart #product-addtocart-button span span,
  body .col3-layout .product-view .with-sidebar .medium-layout .add-to-cart #product-addtocart-button span span {display: none;}
  body .col3-layout .product-view .with-sidebar .medium-layout .add-to-cart #product-addtocart-button i,
  body .col3-layout .product-view .small-layout .add-to-cart #product-addtocart-button i {display: inline-block; position: relative; top: -1px;}
  body .col3-layout .product-view .related-bottom .more-link {position: relative;}
  body .col3-layout .product-view .medium-layout .add-to-cart #product-addtocart-button {margin: 0;}
  .col3-layout .product-view .add-to-links,
  .col3-layout .product-view .add-to-cart #product-addtocart-button {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .col3-layout .product-options-bottom .price-box {float: none;}
  .product-view .with-sidebar .add-to-cart .btn {padding-left: 18px; padding-right: 18px;}
  [class*="col2-"] .product-view .vertical-tabs .tab-content-inner {width: 68%;}
  .catalog-product-view  .block-title strong span {font-size: 1em;}
  body .product-view .product-sidebar .text-blocks .item .text {width: 68%;}
  body .product-view .product-fullwidth-banner .banner-content {right: 9%; top: 9%; width: 25%;}
  body .product-view .quantity-wrapper label[for="qty"] {display: none;}

  /* More Views */
  .product-view .more-views.vertical {
    display: table-cell;
  }
  .product-view .product-img-box.more-views-vertical-slider {
    display: table;
  }
  .col3-layout .product-view .more-views-vertical-slider .more-views.vertical {
    width: 20%;
    padding-right: 10px;
  }
  .col3-layout .product-view .more-views-vertical-slider.type-2 .more-views.vertical {
    width: 19%;
  }
  .col3-layout .product-view .more-views-vertical-slider.type-2 .more-views.vertical,
  .col3-layout .product-view .more-views-vertical-slider.type-2.large-layout .more-views.vertical,
  .col3-layout .product-view .more-views-vertical-slider.type-2.medium-layout .more-views.vertical, {
    left: 10px;
  }
  .product-view .with-sidebar .more-views-vertical-slider.type-2 .more-views.vertical,
  [class*="col2-"] .product-view .type-2 .more-views.vertical {
    width: 25%;
  }
  .col3-layout .product-view .product-img-box .swiper-button-next i,
  .col3-layout .product-view .product-img-box .swiper-button-prev i {
    font-size: 20px;
    line-height: 20px;
    height: 20px;
  }
  .col3-layout .product-view .more-views-vertical-slider.type-2 .swiper-button-next,
  .col3-layout .product-view .more-views-vertical-slider.type-2 .swiper-button-prev {
    margin-left: -27px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1007px) {
  /* Product listing */
  .cat-container .text-banner .banner-content {top: 70%; left: 22%;}

  .cat-container-before .text-banner {
    padding: 229px 0 0;
  }
  .cat-container-before .text-banner .title {
    font-size: 38px;
    line-height: 44px;
  }
  .cat-container-before .text-banner .subtitle {
    font-size: 14px;
  }

  .listing-banner-wrapper .listing-banner .left-block {left: 30px; bottom: 30px;}
  .listing-banner-wrapper .listing-banner .banner-price-wrapper {right: 30px; top: 30px;}
  .listing-banner-wrapper .listing-banner .right-bottom-block {right: 30px; bottom: 30px;}
  .catalog-category-view .block-layered-nav .block-content dt {padding: 0 10px 0 0; font-size: 1em; border: none;}
  .block-layered-nav .block-content dt:after {margin-left: 4px; margin-top: 2px;}
  .block-layered-nav .currently {padding: 0 0 6px; margin-bottom: 6px;}
  .block-layered-nav .actions {padding: 6px;}

  /* Product Page ============================== */
  .with-sidebar .small-layout .product-buttons a span { width: 56%; }
  .block.block-related.with-slider-buttons .block-title { padding-right: 45px; }

  [class*="col2-"] .block-related:not(.related-bottom) .slider-buttons,
  [class*="col2-"] .block.block-wishlist .slider-buttons,
  .col2-right-layout .sidebar-left .block-cart.block .block-content .cart-actions,
  .col2-left-layout .sidebar-right .block-cart.block .block-content .cart-actions {
    position: relative;
    top: auto;
    margin-top: 6px;
  }
  .col2-right-layout .sidebar-left .block-cart.block .block-content .cart-actions .btn-edit,
  .col2-left-layout .sidebar-right .block-cart.block .block-content .cart-actions .btn-edit,
  .col2-right-layout .sidebar-left .block-cart.block .block-content .cart-actions .btn-remove,
  .col2-left-layout .sidebar-right .block-cart.block .block-content .cart-actions .btn-remove {
    display: inline-block;
    vertical-align: middle;
    margin:  0 5px;
  }
  .col2-right-layout .sidebar-left .block-cart.block .actions .btn,
  .col2-left-layout .sidebar-right .block-cart.block .actions .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
  [class*="col2-"] .block.block-related .block-title strong span {
    padding-right: 0;
  }

  .product-view .product-buttons a span { width: 71%; }
  .no-sidebar .small-layout .product-buttons a span { width: 70%; }
  .medium-layout .product-buttons a span { width: 65%; }
  .product-options-bottom .price-box { float: none; }
  .product-view .with-sidebar .small-layout .quantity-wrapper,
  .product-view .with-sidebar .medium-layout .quantity-wrapper {float: none;}
  .product-view .with-sidebar .small-layout .add-to-links a:hover i { color: #ea505e; }
  .product-view .with-sidebar .small-layout .add-to-links a span { display: none; }

  .product-view .no-sidebar .medium-layout .add-to-links li:not(:first-child),
  .product-view .no-sidebar .large-layout .add-to-links li:not(:first-child) { margin: 0 0 0 15px; }
  .product-view .with-sidebar .timer-wrapper .add-to-links li:not(:first-child) {margin-top: .75em;}
  .timer-wrapper.full .timer-box > div { min-width: 40px;}
  .timer-wrapper.full .timer-box > div span {font-size: 3em;  min-width: 40px;}
  .small-layout .product-options-bottom .timer-wrapper #product-addtocart-button {margin-top: .75em;}
  .timer-wrapper .title, .timer-box > span.title, .timer-wrapper.full .timer-box > span.title {float: none;}

  .product-view .vertical-tabs .tab-content-inner { width: 69%; }
  .no-sidebar .large-layout .vertical-tabs .tab-content-inner { width: 54%; }
  .no-sidebar .large-layout .vertical-tabs > .nav-tabs > li > a { width: 170px; }
  .no-sidebar .large-layout #tabs.vertical-tabs:after { left: 169px; }
  .product-view .small-layout .vertical-tabs .tab-content-inner { width: 100%; }
  .product-view .extralarge-layout .vertical-tabs .tab-content-inner { width: 70%; }
  .product-view .product-shop .box-tags .form-add .input-box,
  .product-view .product-shop .product-collateral .box-tags .form-add .input-box,
  .product-view > .product-collateral .box-tags .form-add .input-box { width: 100%; }
  .product-view .quantity-wrapper .btn-qty {float: left;}
  .product-view .quantity-wrapper .btn-qty.quantity-increase {float: right;}
  .product-view .no-sidebar .medium-layout .nav-tabs>li { float: none; }
  .product-view .no-sidebar .medium-layout .vertical-tabs > .nav-tabs { float: none; margin: 0; }
  .product-view .no-sidebar .medium-layout .vertical-tabs > .nav-tabs > li > a { width: auto; margin: 0; }
  .product-view .no-sidebar .medium-layout #tabs.vertical-tabs:after { display: none; }
  .product-view .no-sidebar .medium-layout .vertical-tabs .tab-content-inner { width: 100%; padding: 0 20px;}
  /*.product-view .add-to-cart {display: block; margin-right: 0;}*/
  .product-view .quantity-wrapper label[for="qty"] {
    display: none;
  }
  .product-view .quantity-inner {
    width: 100%;
  }
  .product-view .panel-group {margin: 0 -10px;}
  .product-view .product-collateral .panel-group .panel + .panel {margin: 0;}
  .product-view .panel-group .panel {border-radius: 0;}
  .product-view .panel.panel-default {box-shadow: none; padding: 12px 10px 8px; border: none; border-top: 1px solid rgba(0,0,0,0.12);}
  .product-view .panel.panel-default .panel-title {text-transform: uppercase; font-size: 18px; line-height: 24px; font-weight: 600;}
  .product-view .panel.panel-default .panel-heading a {display: block; width: 100%;}
  .product-view .product-collateral .product-simple-list .panel-default .panel-body {display: none;}
  .product-view .product-collateral .product-simple-list .panel .panel-title .icon-more .icon-minus {display: none;}
  .product-view .product-collateral .product-simple-list .panel.open .panel-title .icon-more .icon-minus {display: inline-block;}
  .product-view .product-collateral .product-simple-list .panel.open .panel-title .icon-more .icon-plus {display: none;}
  .product-view .product-collateral #tabs {margin: 0 -10px; border: none;}
  .product-view .product-main-information .product-collateral #tabs {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1);
  }
  .product-view .product-main-information .product-collateral #tabs .nav-tabs {
    border-bottom: none;
  }
  .product-view .product-main-information .product-collateral #tabs .nav-tabs > li {
    margin-left: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  .product-view .product-main-information .product-collateral #tabs .nav-tabs > li:hover,
  .product-view .product-main-information .product-collateral #tabs .nav-tabs > li.over,
  .product-view .product-main-information .product-collateral #tabs .nav-tabs > li.active {
    border-bottom-color: transparent;
  }
  .product-view .top-wrapper .product-name h1 {
    font-size: 26px;
  }
  .product-grouped-product .product-img-box.small-layout,
  .product-grouped-product .product-shop.small-layout {
    width: 50%;
  }

  .col3-layout .product-options-bottom .price-box {float: none;}
  [class*="col2-"] .product-view .add-to-links li:nth-child(3n),
  [class*="col2-"] .with-sidebar .add-to-links li:not(:first-child) {margin-top: 0!important;}
  .col3-layout .nav-tabs > li,
  [class*="col2-"] .nav-tabs > li,
  [class*="col2-"] .vertical-tabs .nav-tabs {float: none; margin-right: 0;}
  .col3-layout .nav-tabs > li a,
  [class*="col2-"] .nav-tabs > li a {width: 100%; max-width: 100%!important;}
  .product-view .product-img-box .more-views h2,
  .catalog-product-view  .block-title strong span {font-size: 0.9em;}
  [class*="col2-"] .product-view #tabs.vertical-tabs:after {content: none;}
  .col3-layout .vertical-tabs > .nav-tabs {width: 200px;}
  .catalog-product-view .col3-layout .col-main {float: none; width: 100%; clear: both; left: 0;}
  .catalog-product-view .col3-layout .col-left {width: 50%; left: 0; margin-top: 30px;}
  .catalog-product-view .col3-layout .col-right {width: 50%; right: 0; margin-top: 30px;}

  /* More Views */
  .product-view .more-views.vertical {
    display: table-cell;
  }
  .product-view .product-img-box.more-views-vertical-slider {
    display: table;
  }
  .product-view .more-views.vertical {
    width: 23%;
  }
  .product-view .with-sidebar .more-views.vertical {
      width: 22%;
  }
  .product-view .product-img-box .more-views .slider-buttons > div i {
    font-size: 18px;
    line-height: 18px;
    height: 18px;
  }
  .product-view #more-views-slider {
    padding-left: 30px;
    padding-right: 30px;
  }
  .product-view .product-img-box .more-views .slider-buttons {
    left: 0;
    right: 0;
  }
  .product-view .more-views.vertical.with-swiper-button {
    padding-right: 10px;
  }
  .product-view .product-img-box.more-views-horizontal-list .more-views .more-views-inner .owl-item,
  .product-view .product-img-box.more-views-horizontal-list .more-views .more-views-inner > .item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .col2-right-layout .product-view .more-views-vertical-slider.large-layout .more-views.vertical,
  .col2-left-layout .product-view .more-views-vertical-slider.large-layout .more-views.vertical {
    width: 60px;
  }
  .product-view .more-views-vertical-slider.type-2 .more-views.vertical,
  .product-product-with-vertical-slider-type2-1-column .product-view .type-2 .more-views.vertical {
    width: 22%
  }
  .product-view .more-views-vertical-slider.type-2 .more-views.vertical,
  .col3-layout .product-view .more-views-vertical-slider.type-2 .more-views.vertical,
  .col3-layout .product-view .more-views-vertical-slider.type-2.large-layout .more-views.vertical,
  .col3-layout .product-view .more-views-vertical-slider.type-2.medium-layout .more-views.vertical {
    left: 30px;
  }
  .customer-reviews-wrapper .review-box-inner {height: auto !important;}
  .box-reviews .customer-reviews-wrapper .block-link {
    float: right;
  }

  .product-view .product-custom-wrapper .product-custom-left {
    width: 50%;
  }
  .product-view .product-custom-wrapper .product-custom-right {
    width: 50%;
  }

  .product-view.accordion-list .accordion-item {margin: 0;}
  .accordion-list .accordion-item .widget-title.accordion-title h2:after,
  .accordion-list .accordion-item .widget-title.accordion-title h3:after,
  .accordion-list .accordion-item .widget-title.accordion-title h4:after,
  .accordion-list .accordion-item .widget-title.accordion-title h5:after {display: none;}
  .product-view.accordion-list .accordion-item .accordion-title .icon-more {display: inline-block;}
  .product-view.accordion-list .accordion-item .accordion-title,
  .product-view.accordion-list .accordion-item:not(:first-of-type) .accordion-title {border-top: 1px solid rgba(0,0,0,0.12); margin: 0 -10px; padding: 10px; border-bottom: none;}
  .product-view.accordion-list .accordion-item .accordion-title h2,
  .product-view.accordion-list .accordion-item .accordion-title h3,
  .product-view.accordion-list .accordion-item .accordion-title h4,
  .product-view.accordion-list .accordion-item .accordion-title h5 {
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
  }
  .product-view.accordion-list .accordion-item .accordion-content {padding-bottom: 10px;}
  .product-view .box-reviews {margin-top: 0;}
  .related-bottom .block-content {padding-top: 20px;}

  .product-view.layout-default .flip-timer .title,
  .product-view.layout-type-2 .flip-timer .title,
  .product-view .small-layout .flip-timer .title {
    display: none;
  }
  .product-view .no-sidebar .large-layout #tabs:not(.vertical-tabs) .nav-tabs > li > a { max-width: 100px; font-size: .83em; overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis; text-overflow: ellipsis; }
  .product-view .product-shop.extralarge-layout #tabs:not(.vertical-tabs) .nav-tabs > li > a { max-width: 140px; overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis; text-overflow: ellipsis; }
  .product-view .product-name h1 {font-size: 2em;}
  [class*="col2-"] .product-view  .vertical-tabs .tab-content-inner {width: 100%; padding: 0 20px;}
  [class*="col2-"] .product-view .with-sidebar .quantity-wrapper + #product-addtocart-button {margin: .75em 0 0;}
  .product-view .no-sidebar .small-layout .add-to-links li:not(:first-child) {margin-top: .75em;}

  body.catalog-product-view .main-container {padding-bottom: 0;}

  .with-sidebar .product-shop.extralarge-layout #upsell-product-table li.item,
  .no-sidebar .medium-layout #upsell-product-table li.item,
  .large-layout #upsell-product-table li.item { width: 50%; }
  .no-sidebar .large-layout .vertical-tabs #upsell-product-table li.item { width: 100%; }

  .with-sidebar .product-shop.extralarge-layout #upsell-product-table li.item:nth-child(4n+1),
  .with-sidebar .product-shop.extralarge-layout #upsell-product-table li.item:nth-child(4n+4),
  .no-sidebar .medium-layout #upsell-product-table li.item:nth-child(3n+1),
  .large-layout #upsell-product-table li.item:nth-child(3n+1),
  .no-sidebar .medium-layout #upsell-product-table li.item:nth-child(3n+3),
  .large-layout #upsell-product-table li.item:nth-child(3n+3),
  .no-sidebar .large-layout .vertical-tabs #upsell-product-table li.item:nth-child(2n+1),
  .no-sidebar .large-layout .vertical-tabs #upsell-product-table li.item:nth-child(2n+2) {clear: none;}

  .with-sidebar .product-shop.extralarge-layout #upsell-product-table li.item:nth-child(2n+1),
  .no-sidebar .medium-layout #upsell-product-table li.item:nth-child(2n+1),
  .large-layout #upsell-product-table li.item:nth-child(2n+1) { clear: left; }
  .with-sidebar .product-shop.extralarge-layout #upsell-product-table li.item:nth-child(2n+2),
  .no-sidebar .medium-layout #upsell-product-table li.item:nth-child(2n+2),
  .large-layout #upsell-product-table li.item:nth-child(2n+2) { clear: right; }

  .related-bottom li.item:not(.owl-item):nth-of-type(4n+1) { clear: left; }
  .related-bottom li.item:not(.owl-item):nth-of-type(4n+4) { clear: right; }
}

@media only screen and (max-width: 767px) {
  .product-view .add-to-cart .addtocart-message {
    margin-left: 0;
    padding-bottom: 0;
    text-align: center;
  }
  .product-view .product-options dl dd {
    width: 100%;
    margin-left: 0;
  }
  .product-view .product-options dl dt {
    margin-bottom: 0px;
    /*width: 100%;*/
  }
  .product-view .product-options dl dt.swatch-attr {
    min-height: auto;
    padding: 0;
  }
  /* Listing */
  body.catalog-category-view .col-main { }
  .block-layered-nav.mobile {padding: 20px;}
  .catalog-category-view .sidebar {margin-top: 0; padding-top: 0; padding-bottom: 2em;}
  .cat-container-before .text-banner .banner-content {
    left: 10px;
    right: 10px;
  }
  .cat-container-before .text-banner {
    padding: 229px 0 0;
  }
  .cat-container-before .text-banner .title {
    font-size: 38px;
    line-height: 44px;
  }
  .cat-container-before .text-banner .subtitle {
    font-size: 14px;
  }
  .product-view .product-img-box.more-views-vertical-slider .product-image-gallery {
    margin-bottom: 15px;
  }
  .catalog-category-view .block-layered-nav .block-content dt {width: 100%;}
  .catalog-category-view .block-layered-nav.horizontal {padding: 0!important;}
  .catalog-category-view .block-layered-nav.horizontal .block-title {float: none; width: 100%;}
  .catalog-category-view .block-layered-nav.horizontal .block-content {float: none; width: 100%!important; border: none; border-top: solid 1px rgba(255,255,255,.2);}
  .catalog-category-view .block-layered-nav.horizontal .block-content dd.category-filter {width: 100%;}
  .catalog-category-view .block-layered-nav.horizontal .block-content dd.category-filter li {width: 49%;}
  .block-layered-nav .currently {width: 100%; padding: 12px;}
  .block-layered-nav .block-content .currently li {margin-right: 20px;}

  .product-view .product-img-box .more-views.collapsed:after,
  .product-view .product-img-box .more-views.collapsed:before {
    content: none;
  }
  .product-view .product-img-box .more-views .text-link {
    display: none;
  }

  /* Product Page */
  .related-bottom .more-link {position: static; margin-bottom: 15px;}

  .product-view .product-buttons a span { width: 69%; }
  .product-view .extralarge-layout .box-tags .form-add .input-box,
  .product-view > .product-collateral .box-tags .form-add .input-box { width: 100%; }
  /*.product-view #upsell-product-table li.item:nth-child(4n+1)
  .product-view #upsell-product-table li.item:nth-child(4n+4) { clear: none; }*/
  [class*="col2-"] .product-view .vertical-tabs .tab-content-inner{width: 100%;}
  .product-view .vertical-tabs > .nav-tabs { float: none; margin: 0; }
  .product-view .vertical-tabs > .nav-tabs > li > a { width: auto; margin: 0; }
  .product-view #tabs.vertical-tabs:after { display: none; }
  .product-view .product-shop .vertical-tabs .tab-content-inner,
  .product-view .vertical-tabs .tab-content-inner { width: 100%; }
  .product-view .product-collateral .nav-tabs>li { float: none; margin: 0;}
  .product-view .product-collateral .nav-tabs>li a {margin-bottom: 0; padding-top: 15px; padding-bottom: 15px;}
  .product-sidebar.sidebar-left .sidebar-inner {border: none; padding: 0;}
  .product-view .product-name h1 {font-size: 2em;}
  #customer-reviews .pull-left,
  #customer-reviews .pull-right {float: none!important;}
  .product-view .vertical-tabs .tab-content-inner {padding: 0 15px;}
  .col3-layout .product-view .vertical-tabs .tab-content-inner {width: 100%;}
  .catalog-product-view .breadcrumbs-wrapper .product-buttons .prev-button,
  .catalog-product-view .breadcrumbs-wrapper .product-buttons .next-button {position: static;}
  .catalog-product-view .breadcrumbs-wrapper .product-buttons.default {margin: 1em 0 0;}
  body.catalog-product-view .breadcrumbs-wrapper .page-title .breadcrumb {float: none; margin-bottom: 1.5em;}
  body.catalog-product-view .breadcrumbs-wrapper .product-buttons.default {float: left;}
  .product-view .product-options-bottom .add-to-cart .btn {margin-top: 0;}
  .product-view #more-views-slider:not(.swiper-container) {margin-top: 0; margin-bottom: 0; padding: 0 !important; overflow: hidden;}
  .product-view .product-img-box .more-views .more-views-inner {padding-bottom: 40px;}
  .product-view #more-views-slider .owl-dots {top: auto; bottom: 10px;}
  .product-view .bottom-block {padding-bottom: 8px;}
  .product-view .product-img-box .more-views .slider-buttons {display: none;}
  .product-view .product-img-box .more-views .more-views-inner .owl-item .product-labels-wrapper,
  .product-view .product-img-box .more-views .more-views-inner > .item .product-labels-wrapper {display: inline-block; left: 10px; right: 10px;}
  .product-view .product-img-box .product-image-gallery {display: none; margin-right: 0;}
  .product-view .product-img-box .more-views .more-views-inner > .item {width: 100%; float: none; text-align: center;}
  .product-view .panel-group {margin: 0 -10px;}
  .product-view .product-collateral .panel-group .panel + .panel {margin: 0;}
  .product-view .panel-group .panel {border-radius: 0;}
  .product-view .panel.panel-default {
    box-shadow: none;
    padding: 7px 10px 7px;
    border: none;
    border-top: 1px solid rgba(0,0,0,0.12);
  }
  .product-view .panel.panel-default .panel-title {
    text-transform: uppercase;
    line-height: inherit;
  }
  .product-view .panel.panel-default .panel-heading a {display: block; width: 100%;}
  .product-view .product-collateral .product-simple-list .panel-default .panel-body {display: none;}
  .product-view .product-collateral .product-simple-list .panel .panel-title .icon-more .icon-minus {display: none;}
  .product-view .product-collateral .product-simple-list .panel.open .panel-title .icon-more .icon-minus {display: inline-block;}
  .product-view .product-collateral .product-simple-list .panel.open .panel-title .icon-more .icon-plus {display: none;}
  .product-view .quantity-wrapper .btn-qty {float: left;}
  .product-view .quantity-wrapper .btn-qty.quantity-increase {float: right;}
  .product-view .quantity-wrapper input.qty,
  .product-view .quantity-wrapper input[id*="qty"] {
    width: calc(100% - 100px);
  }
  .product-view .bottom-additional-information.two-items .left-information-block
  .product-view .bottom-additional-information.two-items .right-information-block {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .product-view .product-shop.text-center .bottom-additional-information .left-information-block,
  .product-view .product-shop.text-center .bottom-additional-information .right-information-block {
    text-align: center;
  }

  .product-view .product-collateral #tabs {margin: 0 -10px; border: none;}
  .product-view .product-main-information .product-collateral #tabs {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1);
  }
  .product-view .product-main-information .product-collateral #tabs .nav-tabs {
    border-bottom: none;
  }
  .product-view .product-main-information .product-collateral #tabs .nav-tabs > li {
    margin-left: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  .product-view .product-main-information .product-collateral #tabs .nav-tabs > li:hover,
  .product-view .product-main-information .product-collateral #tabs .nav-tabs > li.over,
  .product-view .product-main-information .product-collateral #tabs .nav-tabs > li.active {
    border-bottom-color: transparent;
  }
  .product-view .add-to-cart {display: block; margin-right: 0;}
  .product-view .quantity-wrapper {
    margin: 0 0 10px;
    width: 100%;
    text-align: center;
  }
  .product-view .quantity-wrapper + .btn {
    margin-left: 0;
    width: 100%;
    display: block;
  }
  .product-view .add-to-cart .btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .product-view .quantity-wrapper label[for="qty"] {
    display: none;
  }
  .product-view .quantity-inner {
    width: 100%;
  }
  .product-view .availability-price-block {
    width: 100%;
    margin: 0 0 15px 0;
  }
  #product-attribute-specs-table th,
  #product-attribute-specs-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-view .box-tags .form-add .input-group-btn:last-child > .btn {
    line-height: 37px;
  }
  .product-view .box-tags .form-add .input-group-btn:last-child > .btn:hover,
  .product-view .box-tags .form-add .input-group-btn:last-child > .btn:focus,
  .product-view .box-tags .form-add .input-group-btn:last-child > .btn:active {
    background-color: #eed4c0;
    border-color: #eed4c0;
    color: #000;
  }
  .product-view .box-tags .form-add .input-group-btn:last-child > .btn span {display: none;}
  .product-view .box-tags .form-add .input-group-btn:last-child > .btn:before {
    content: '\e93e';
    font-family: 'meigeeadditional';
    display: inline-block;
    font-size: 15px;
    line-height: inherit;
  }
  .product-view .product-custom-wrapper .product-custom-left,
  .product-view .product-custom-wrapper .product-custom-right {
    width: 100%;
  }
  .product-view .product-custom-wrapper [class*="product-custom"] {
    margin-top: 18px;
  }
  .block-product-sidebar {
    padding: 15px 10px;
  }
  .block-product-sidebar li {
    padding-top: 10px;
    margin-top: 10px;
  }
  .product-view.accordion-list .accordion-item {
    margin: 0;
    border: 0;
  }
  .product-view.accordion-list .accordion-item.block-compare {
    padding: 0;
  }
  .product-view.accordion-list .accordion-item.related-bottom,
  .product-view.accordion-list .accordion-item.box-up-sell {
    padding: 0;
  }
  .accordion-list .accordion-item .widget-title.accordion-title h2:after,
  .accordion-list .accordion-item .widget-title.accordion-title h3:after,
  .accordion-list .accordion-item .widget-title.accordion-title h4:after,
  .accordion-list .accordion-item .widget-title.accordion-title h5:after {display: none;}
  .product-view.accordion-list .accordion-item .accordion-title .icon-more {display: inline-block;}
  .product-view.accordion-list .accordion-item:not(:last-of-type) .accordion-title {border-bottom: none;}
  .block-related:not(.related-bottom) .block-content .item .indent {padding-left: 30px; padding-right: 30px;}
  .product-view.accordion-list .sidebar .accordion-item.block-related .accordion-title .slider-buttons {display: none; top: 68px; right: 10px; left: 10px; z-index: 999;}
  .product-view.accordion-list .sidebar .accordion-item.block-related .accordion-title .slider-buttons .owl-next {float: right;}
  .product-view.accordion-list .sidebar .accordion-item.block-related.open .accordion-title .slider-buttons {display: block;}
  .product-view.accordion-list .sidebar .accordion-item .accordion-title {color: #111;}
  .product-view.accordion-list .sidebar .accordion-item .accordion-title strong span,
  .product-view.accordion-list .accordion-item .accordion-title h2,
  .product-view.accordion-list .accordion-item .accordion-title h3,
  .product-view.accordion-list .accordion-item .accordion-title h4,
  .product-view.accordion-list .accordion-item .accordion-title h5 {
    text-align: left;
    text-transform: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
    letter-spacing: 0;
    color: inherit;
  }
  .product-view.accordion-list .product-collateral {
    margin-bottom: 0;
  }
  .product-view.accordion-list .accordion-item .accordion-content {
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .product-view.accordion-list .product-sidebar .accordion-item .accordion-content {padding-top: 20px;}
  .product-view .box-reviews {margin-top: 0;}
  body.catalog-product-view .main-container {padding-bottom: 0;}
  body.catalog-product-view .with-breadcrumbs + .content-wrapper .main-container {
    padding-top: 0;
  }
  .customer-reviews-wrapper .review-box-wrapper .customer-info .info {width: 60%;}
  .customer-reviews-wrapper .review-box-inner {height: auto !important;}
  .box-reviews .customer-reviews-wrapper .block-link {
    float: right;
  }
  #super-product-table td {
    border: 0;
    padding: 8px 0;
  }
  #super-product-table tr {
    padding-top: 15px;
  }
  #super-product-table .quantity-wrapper {
    max-width: 100px;
  }
  input.qty, input[id*="qty"], #super-product-table input.qty {
    width: calc(100% - 40px);
  }

  /* More Views */
  .product-view .more-views.vertical {
    opacity: 1;
  }
  .product-view .product-img-box .more-views:not(.vertical) {
    margin: 0;
  }
  .product-view .more-views-vertical-slider #more-views-slider .owl-dots {
    display: block;
  }
  .product-view .more-views.vertical {
    width: 100% !important;
    padding: 0;
  }
  .product-view .swiper-button-next,
  .product-view .swiper-button-prev {
    display: none;
  }
  .product-view .product-img-box .more-views .more-views-inner .owl-item,
  .product-view .product-img-box .more-views .more-views-inner > .item {
    padding: 0;
  }
  .product-view .more-views-vertical-slider.type-2 .more-views.vertical {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
  }
  .product-view .more-views.large {
    display: block;
  }
  .product-view #more-views-slider .owl-dots {
    display: block;
  }
  .catalog-product-view .product-view .more-views.vertical.with-swiper-button {
    padding-top: 0;
    padding-bottom: 0;
  }
  [class*="col2-"] .product-view .add-to-links li:nth-child(3n) {margin-top: 0!important;}
  body .product-view .top-wrapper .product-shop-inner {margin: 0;}
  body .product-view .top-wrapper .price-box .price-label {margin-bottom: .25em;}
  body .product-view .product-sidebar {margin-top: 1.5em;}
  body .product-view .product-fullwidth-banner .banner-content {top: 11%; width: 30%; right: 5%;}
  body .product-view .product-fullwidth-banner .banner-content .banner-content-inner {padding: .5em;}
  .product-view .add-to-cart {display: block;}
  .product-view .product-img-box .product-image-zoom img {position: relative; top: auto; left: auto; opacity: 1;}
  .product-view .product-custom {margin-bottom: 18px;}
  .product-view .tab-content {padding-left: 10px; padding-right: 10px;}
  .product-view .tab-content .form-control {width: 100%; display: block;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* Product Page */
  .product-essential { margin-bottom: 0; }
  .product-view #upsell-product-table li.item {width: 50%;}
  .product-view #upsell-product-table li.item:nth-child(2n+1) { clear: left; }
  .product-view #upsell-product-table li.item:nth-child(2n+2) { clear: right; }
  .product-view .add-to-links li.email-friend { margin-top: 0; }
  body .product-view .product-fullwidth-banner .banner-content {top: 29%;}
  [class*="col2-"] .with-sidebar .small-layout .timer-wrapper #product-addtocart-button {margin: 0 10px 0 0;}
}

@media only screen and (min-width: 1200px) {
  .product-view .with-sidebar .product-shop {
    float: none;
    display: inline-block;
  }
}

/* Horizontal Carousel */
#horizontal_carousel {
  float:left;
  width: 574px;
  height: 200px;
  margin-bottom: 10px;
  position: relative;  
}         

#horizontal_carousel .container {
  position: absolute;
  top: 5px;
  left: 37px;  
  width: 510px;
  height: 170px;
  overflow:hidden;   
  background: #3F3F3F;
}            

#horizontal_carousel .previous_button {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 27px;
  height: 144px;
  background: url(https://www.mangelsen.com/skin/frontend/base/default/slideshowproduct/css/classic/horizontal/left.gif);
  z-index: 100;    
  cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
  background: url(https://www.mangelsen.com/skin/frontend/base/default/slideshowproduct/css/classic/horizontal/left-disabled.gif);
  cursor:default;
}

#horizontal_carousel .next_button {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 27px;
  height: 144px;
  background: url(https://www.mangelsen.com/skin/frontend/base/default/slideshowproduct/css/classic/horizontal/right.gif);
  z-index: 100;
  cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
  background: url(https://www.mangelsen.com/skin/frontend/base/default/slideshowproduct/css/classic/horizontal/right-disabled.gif);
  cursor:default;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 144px;
}                      

#horizontal_carousel ul li img {
  border:1px solid #999999;
  display:block;             
  background:#E3EDFA;  
}                               

#horizontal_carousel ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}                               

#horizontal_carousel ul li {
  border:0px solid green;
  color:#E3EDFA;
  margin:0pt;
  padding:10px 10px 10px;
  width:150px;
  list-style:none;   
  float:left;
}

#carousel-all{
	position: relative;	
}

#carousel-all .prev{
	background:url(https://www.mangelsen.com/skin/frontend/base/default/slideshowproduct/images/buttons.png) no-repeat 0 -40px;
}

#carousel-all .next{
	background:url(https://www.mangelsen.com/skin/frontend/base/default/slideshowproduct/images/buttons.png) no-repeat -40px -40px;
}


#carousel-all .prev:hover{
	background:url(https://www.mangelsen.com/skin/frontend/base/default/slideshowproduct/images/buttons.png) no-repeat 0px 0px;
}

#carousel-all .next:hover{
	background:url(https://www.mangelsen.com/skin/frontend/base/default/slideshowproduct/images/buttons.png) no-repeat -40px  0px;
}
body[class*='blog-'] .toolbar {
	display: none;
}
body[class*='blog-'] .block.block-cart {display: none;}
.postWrapper {
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: 4px solid rgba(0,0,0,0.04);
}
.blog-post-view .related-posts {
	margin-bottom: 2em;
}
.postTitle {
	padding-bottom: 1em;
}
.postTitle h2 {
	font-size: 1.5em;
	margin-top: 0;
	margin-bottom: .33em;
	font-weight: 300;
	text-transform: uppercase;
	display: none;
}

.blog-wrapper {position: relative; overflow: hidden;}
.postWrapper .post-info {font-size: .75em; text-transform: uppercase; color: #aaa; letter-spacing: 1.5px;}
.postWrapper .post-info p {display: inline-block;}
.postWrapper .post-info p + p {border-left: solid 1px #aaa; padding-left: 18px; margin-left: 16px;}

.postWrapper .post-date {color: #aaa; margin-bottom: 1em;}
.postWrapper .read-more {text-transform: uppercase; color: #b19e80;}
.postWrapper .read-more i {font-size: 1.750em; line-height: 1; margin-right: 5px; display: inline-block; vertical-align: middle;}
.postTitle h3 {font-size: 1.5em;}
.postTitle h2 a {color: inherit;}
.postTitle h2 a:hover {color: #b19e80;}
.commentWrapper small {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.postTitle .postDetails h4 {
	font-size: 14px;
	margin: 0;
}
.postTitle small {
	line-height: 23px;
}
.commentWrapper h3 {
	display: inline;
	font-weight: 600;
	font-size: 14px;
}
.commentWrapper .commentDetails small {
	margin-left: 25px;
	display: inline;
	font-style: italic;
	font-size: 14px;
	color: rgba(0,0,0,0.8);
	font-weight: 500;
}
.postContent {
	padding-bottom: 1em;
}
.postWrapper .postContent {
	padding-bottom: 2.5em;
}
.postContent p {
	margin-bottom: 1.5em;
	line-height: 1.8;
}
.postContent p:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
#postComment label {
	color: rgba(0,0,0,0.8);
	font-size: 16px;
	margin-bottom: 5px;
	display: inline-block;
	font-weight: 400;
}
.postContent p.quote {
	padding: 10px 27px 10px 65px;
	margin-bottom: 1.5em;
	font-size: 22.5px;
	line-height: 1.7;
	border-left: 2px solid #651fff;
	font-style: italic;
	font-weight: 400;
}
.postContent p.inner-banner {
	text-align: center;
}
.postBookmarks {
	padding: 0;
	clear: both;
}
.postBookmarks h4 {
	float: left;
	margin-right: 12px;
	line-height: 20px;
	display: none;
}
.postBookmarks a {
	display: inline-block;
	line-height: 24px;
  width: 24px;
  height: 24px;
  text-align: center;
  text-indent: 100%;
  overflow: hidden;
	border: 1px solid rgba(0,0,0,0.04);
}
.postBookmarks a:hover {
	background-color: rgba(255,255,255,0.1);
	opacity: 1;
	border-color: rgba(255,255,255,0.1);
}
.postWrapper .postBookmarks a:hover {background-color: rgba(0,0,0,0.1);}
.widget-latest li:first-of-type .postBookmarks a:hover {background-color: rgba(0,0,0,0.1);}
.postBookmarks a i {
	color: rgba(0,0,0,0.3);
	font-size: 13px;
  display: inline-block;
  vertical-align: middle;
	float: left;
	text-indent: 0;
	margin: 4px 0 0 4px;
}
.postBookmarks a i.google-plus-icon  {
	font-size: 16px;
  margin: 4px 0 0 3px;
}
.postBookmarks a img {display: none !important;}
.postWrapper .postBookmarks a {
	width: 50px;
	height: 30px;
	padding: 0 9px;
	margin: 5px 10px 5px 0;
	line-height: 30px;
	border-radius: 0;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.3);
}
.postWrapper .postBookmarks a i {
	margin: 8px 0 0 9px;
	color: inherit;
}
.postWrapper .postBookmarks a.google-plus i {
	margin: 7px 0 0 8px;
}
.postWrapper .postBookmarks a:hover {
	color: #fff;
}
.postWrapper .postBookmarks a.facebook {
	border-color: #4869b0;
}
.postWrapper .postBookmarks a.twitter {
	border-color: #3ba2f1;
}
.postWrapper .postBookmarks a.google-plus {
	border-color: #dc4a38;
}
.postWrapper .postBookmarks a.facebook:hover {
	background-color: #4869b0;
}
.postWrapper .postBookmarks a.twitter:hover {
	background-color: #3ba2f1;
}
.postWrapper .postBookmarks a.google-plus:hover {
	background-color: #dc4a38;
}
.commentWrapper {
	background: rgba(0,0,0,0.04);
	padding: 18px 28px;
	margin-bottom: 18px;
}
.commentWrapper:last-child {
	margin: 0;
}
.commentContent {
	margin-top: 15px;
	line-height: 1.8;
	padding-bottom: 0px;
}
.commentDetails {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px;
}
form .form-list label {
	float: none;
}
form .form-list input.input-text,
form .form-list textarea {
	width: 100%;
}
.block-title.reply-title {
	margin-top: 20px;
  margin-bottom: 15px;
}
.postError {
	font-size: 16px;
}
.postWrapper .tags {
	padding-top: 10px;
}
.tags ul {
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 15px;
}
.tags ul li {
	display: inline;
	padding: 0 6px 0 0;
	font-weight: normal;
	border: none;
	clear: none !important;
	width: auto;
	margin: 0;
	float: none;
}
.tags h4 {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 600;
}
.tags li a {
	color: rgba(0,0,0,0.3);
	position: relative;
}
.tags li a:hover {
	opacity: 0.7;
}
.menu-tags,
.menu-categories,
.menu-recent {
	margin-bottom: 1em;
}
.menu-tags h5,
.menu-categories h5,
.menu-recent h5 {
	margin: 0 0 9px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.menu-tags h5 {
	margin-bottom: .5em;
}
.block-blog .block-content ul li {
	margin-left: 0;
	padding: 0;
}
[class*='block-blog-'] .block-content ul:not(.tagcloud) 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: #651fff;
}
.block.block-blog-posts ul li:not(:last-of-type) a {
	border-bottom: 1px dotted rgba(0,0,0,0.2);
}
.block-blog .block-content .menu-recent ul li:not(:last-of-type) a {
	border-bottom: 1px dotted rgba(0,0,0,0.2);
}
.block.block-blog-tags ul {margin-left: -8px;}
.block.block-blog-tags ul li {display: inline-block; padding: 0 8px;}
.block-blog .block-content .menu-recent {
	padding-bottom: 1em;
}
.block-blog .block-content ul li a:hover {
	color: #ea505e;
}
.block-blog .menu-tags ul li {
	display: inline;
	padding: 2px;
}
.menu-tags ul.tagcloud li a {
	padding: 0 !important;
}
.tag-count-1 {
	font-size: 1em !important;
}

.tag-count-2 {
	font-size: 1.2em !important;
}

.tag-count-3 {
	font-size: 1.4em !important;
}

.tag-count-4 {
	font-size: 1.6em !important;
}

.tag-count-5 {
	font-size: 1.8em !important;
}

.tag-count-6 {
	font-size: 2em !important;
}

.tag-count-7 {
	font-size: 2em !important;
}

.tag-count-8 {
	font-size: 2em !important;
}

.tag-count-9 {
	font-size: 2em !important;
}

.tag-count-10 {
	font-size: 2em !important;
}

.block-blog .head h4 {
	padding-left: 20px;
}
.postWrapper .poster {
	display: inline;
}

.input-box.aw-blog-comment-area {
	width: 100%;
}
.awblog_current_comment {
	text-decoration: none !important;
	font-weight: bold !important;
}
a.aw-blog-read-more {display: none;}
.post-wrapper li.item .inner-wrapper {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-bottom: 30px;
}
.post-wrapper li.item .inner-wrapper::before {
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #651fff;
	opacity: 0;
	position: absolute;
	right: 0;
	left: 0;
	z-index: 0;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}
.post-wrapper li.item:hover .inner-wrapper::before {
	opacity: 0.6;
}
.post-wrapper .inner-wrapper .post-img {
	order: -1;
	margin: 0;
	z-index: 2;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	opacity: 1;
}
.post-wrapper .inner-wrapper .post-img:hover {
	opacity: 0.7;
}

/* Widget Block */
.widget-latest i.fa {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.widget-latest li {
	float: left;
  width: calc(50% - 20px);
  margin: 0 10px 20px;
  position: relative;
  padding: 0;
}
.widget-latest.masonry-grid .products-grid li {width: calc(100% / 3 - 20px); padding: 0;}
.widget-latest .widget-slider li {width: auto; top: 10px; float: none; clear: none !important;}
.widget-latest.blog-category li:nth-of-type(2n+1),
.widget-latest.post-wrapper li:nth-of-type(2n+1) {clear: left;}
.widget-latest:not(.post-wrapper):not(.blog-category) li:nth-of-type(2n+1) {clear: left;}
.widget-latest:not(.post-wrapper):not(.blog-category) li:nth-of-type(2n+2) {clear: right;}
.widget-latest h5 {
	margin-bottom: 15px;
	padding: 0 25px;
}
.widget-latest h3 a,
.widget-latest h5 a {
	color: inherit;
  line-height: 1.3;
  font-size: 24px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.widget-latest h3 a:hover,
.widget-latest h5 a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.widget-latest.masonry-grid li.item {margin-bottom: 1.5em!important; background-color: #fff;}
.widget-latest.widget-posts li.item,
.widget-latest .widget-slider li {background-color: #fff;}
.widget-latest .post-info {
	font-size: 13px;
	width: 100%;
	position: relative;
	margin: 30px 0 20px 0;
}
.widget-latest .post-info .post-category {
	display: inline;
	margin-right: 15px;
}
.widget-latest .post-info .post-category i {
	font-size: 12px;
	margin-right: 10px;
	font-style: normal;
}
.widget-latest .post-info p + p {border-left: solid 1px rgba(0,0,0,0.2); padding-left: 20px; margin-left: 17px; color: inherit; font-size: 12px;}
.widget-latest .post-info .post-author {float: left;}
.widget-latest .post-info .post-author i {font-size: 14px; color: inherit; margin-right: 10px; position: relative; top: 1px; font-style: normal;}
.widget-latest .post-info .post-icon {
	position: absolute;
	top: -10px;
	right: 10px;
	font-size: 42px;
	opacity: 0.06;
	color: inherit;
}
.widget-latest .post-date {
	display: inline-block;
	margin: 0 0 10px 0;
}
.widget-latest .post-date i {
	margin-right: 10px;
  display: inline-block;
  font-size: 13px;
}
.widget-latest .read-more {text-transform: uppercase; color: #b19e80;}
.widget-latest .read-more i {font-size: 1.750em; line-height: 1; margin-right: 5px; display: inline-block; vertical-align: middle;}
.widget-latest .comments {
	display: inline-block;
}
.widget-latest .comments a {
	color: inherit;
}
.widget-latest .comments i {
	margin-right: 10px;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.widget-latest .postDetails {
	margin-top: 15px;
	width: 100%;
}
.widget-latest .post-author {
	display: inline-block;
  margin: 0 15px 10px 0;
}
.widget-latest .post-author i {
  margin: 0 10px 0 0;
}
.widget-latest li p.truncated {
	margin: 0;
	padding: 0;
	line-height: 20px;
	font-size: 1em;
}
.widget-latest li .postContent p img {}
.widget-latest li .inner-wrapper > *:not(.post-img) {
	padding: 0 25px;
	z-index: 1;
}
.widget-latest li:hover * {
	color: #fff;
}
.widget-latest li:hover .postBookmarks a {
	border-color: rgba(255,255,255,0.1);
}
.widget-latest .post-info .post-category a:hover,
.widget-latest .comments a:hover {
	opacity: 0.7;
}
.widget-latest .postContent .truncated {
	padding: 0;
	margin-bottom: 1em;
	cursor: inherit;
	height: 5.3em;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: rgba(0,0,0,0.5);
	line-height: 25px;
}
.widget-latest li .actions {display: none;}
.widget-latest .owl-item.loading .image-box {min-height: 100px;}
/* End Widget Block */
@media only screen and (min-width: 768px) and (max-width: 1007px) {
	.widget-latest .post-date {margin-bottom: 10px;}
	.widget-latest .postDetails {padding-top: 1em;}
	.widget-latest h5 a {font-size: 22px;}
	.widget-latest .post-info .post-author {padding-left: 10px; margin-left: 7px;}
	.widget-latest .post-info .post-category i,
	.widget-latest .post-info .post-author i {margin-right: 5px;}
	.widget-latest .post-info .post-icon {font-size: 28px;}
	.widget-latest.post-wrapper li:first-of-type .postContent p:not(.truncated) a > img,
	.widget-latest.blog-category li:first-of-type .postContent p:not(.truncated) a > img {transform: translateX(-17%);}
}
@media only screen and (max-width: 767px) {
	.widget-latest li {width: auto;}
	.widget-latest h5 {margin-top: 20px; margin-bottom: 15px;}
	.widget-latest .post-date {margin-bottom: 15px;}
	.widget-latest .postDetails {padding-top: 1.5em;}
	.widget-latest .post-info .post-author {padding-left: 10px; margin-left: 7px;}
	.widget-latest.post-wrapper li:first-of-type .postContent p:not(.truncated),
	.widget-latest.blog-category li:first-of-type .postContent p:not(.truncated) {bottom: auto; right: 0;}
	.widget-latest.post-wrapper li:first-of-type .inner-wrapper:after,
	.widget-latest.blog-category li:first-of-type .inner-wrapper:after {left: auto; right: 30px;}
	.widget-latest.post-wrapper li .postContent p:not(.truncated) a img ,
	.widget-latest.blog-category li .postContent p:not(.truncated) a img {position: static; height: auto; width: 100%;}
	.widget-latest.post-wrapper li:first-of-type .postContent p:not(.truncated):before,
	.widget-latest.blog-category li:first-of-type .postContent p:not(.truncated):before {top: calc(100% - 20px); width: 100%; left: 0;}
	.widget-latest.post-wrapper li:last-of-type,
	.widget-latest.blog-category li:last-of-type {margin-bottom: 3em;}
	.widget-latest.masonry-grid .products-grid:not(.carousel-ul) li.item {width: auto !important;}
	.postTitle small {
		width: 100%;
	}
	.commentWrapper .commentDetails small {
    margin-left: 0;
    display: block;
	}
	.widget-latest .post-info .post-category {
		display: block;
		margin: 0 0 5px 0;
	}
	#postComment #user {
		margin-bottom: 15px;
	}
}

/* Block hints */

.amfpc-block-info
{
    position:relative;
    border:1px dotted #008080;
    margin:6px 2px;
    padding:18px 2px 2px 2px;
    zoom: 1;
}

.amfpc-block-info:hover
{
    border-color: orange !important;
}

.amfpc-block-info>.amfpc-block-handle,
.amfpc-block-info>.amfpc-template-info
{
    position:absolute;
    top:0;
    padding:2px 5px;
    background:#008080;
    color:white;
    font:normal 11px Arial;
    text-align:left !important;
    z-index:998;
    text-transform: none;
}

.amfpc-block-info>.amfpc-block-handle:hover,
.amfpc-block-info>.amfpc-template-info:hover
{
    z-index:999;
}

.amfpc-block-info>.amfpc-block-handle
{
    cursor: default;
    left:0;
    white-space: nowrap;
}

.amfpc-block-info>.amfpc-template-info
{
    right:0;
}

.amfpc-block-info>.amfpc-block-handle:hover
{
    background-color: orange !important;
}

.amfpc-block-info.active
{
    -webkit-animation: amfpc-blocks 1s linear .5s infinite alternate;
    animation: amfpc-blocks 1s linear .5s infinite alternate;
}

@-webkit-keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

@keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

/* Updated blocks */

.amfpc-block-info.updated
{
    border-color: red;
}

.amfpc-block-info.updated>.amfpc-block-handle
{
    top:0;
    background:red;
}

/* Status popup */

.amfpc-info
{
    width: 350px;
    min-height: 95px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #008080;
    color: #fff;
    z-index: 99999;
    font-size: 32px;
}

.amfpc-info h1
{
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: bold;
}

.amfpc-info h2
{
    margin-top: 12px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.amfpc-info .amfpc-content
{
    line-height: 48px;
}
.MoreViews-loader,
.AddToCart-loader {
  background-image: url(https://www.mangelsen.com/skin/frontend/default/coccinelle/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;
}

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

.AjaxKit-addtocart-link,
.btn-ajaxkit-quick-view {position: relative;}
.AjaxKit-Singlton-Click  {position: relative; display: inline-block;}
.AjaxKit-addtocart-link .AddToCart-loader {display: inline-block !important;}
.AjaxKit-addtocart-link .AddToCart-loader {position: absolute; background-image: url(https://www.mangelsen.com/skin/frontend/default/coccinelle/images/loader.svg); margin-top: -12px; margin-left: -12px; left: 50%; top: 50%;}
.product-view .AjaxKit-addtocart-link .AddToCart-loader {background-image: url(https://www.mangelsen.com/skin/frontend/default/coccinelle/images/loader_white.svg);}
.AjaxKit-addtocart-link .AddToCart-loader + span {opacity: 0;}
.btn-ajaxkit-quick-view .AddToCart-loader {position: absolute;  /*background-image: url(https://www.mangelsen.com/skin/frontend/default/coccinelle/images/loader_white.svg);*/ top: 50%; left: 50%; margin-left: -12px; margin-top: -12px;}
.product-hover-1 .btn-ajaxkit-quick-view .AddToCart-loader {background-image: url(https://www.mangelsen.com/skin/frontend/default/coccinelle/images/loader.svg);}
.hover-divider .AddToCart-loader {display: none!important;}
.add-to-links .AjaxKit-Singlton-Click .AddToCart-loader {
  position: relative;
  top: -5px;
}
.product-view .add-to-links .AjaxKit-Singlton-Click .AddToCart-loader {/*left: 50%; */border-radius: 50%; /*margin-left: -12px; */}
.products-grid .AjaxKit-Singlton-Click .AddToCart-loader {position: relative;}
#ajaxkit-popup-content .product-view .add-to-cart .AddToCart-loader {position: absolute; left: 50%; top: 50%; margin-top: -12px; margin-left: -12px;}
#ajaxkit-popup-content .product-view .add-to-cart .AddToCart-loader + span > span {opacity: 0;}

.ajaxkit-login-submit-form {position: relative;}
.ajaxkit-login-submit-form .AddToCart-loader {position: absolute; background-image: url(https://www.mangelsen.com/skin/frontend/default/coccinelle/images/loader_white.svg); left: 50%; top: 50%; margin-top: -12px; margin-left: -12px;}
.ajaxkit-login-submit-form .AddToCart-loader + span {opacity: 0;}

.top-link-logout .AddToCart-loader,
.top-link-login .AddToCart-loader {
  border-radius: 50%;
  right: -25px;
  margin-left: 0;
  margin-top: 7px;
  position: absolute;
}
.mobile-menu-inner .top-link-logout .AddToCart-loader,
.mobile-menu-inner .top-link-login .AddToCart-loader {
  right: -40px;
  margin-top: 0;
}

#toolbar-loading {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 99999;
}
#AjaxKit-InfiniteScroll {
    background-color: #f5f5f5;
    color: #444;
    cursor: pointer;
    padding: 0.75em;
    text-align: center;
    transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
}
#AjaxKit-InfiniteScroll:hover,
#AjaxKit-InfiniteScroll.InfiniteScroll-loading {
    background-color: #efefef;
}
.infinite-scroll-elements {display: none;}
.infinite-scroll-button {display: block; padding: .417em 0;}
.infinite-scroll-loader {
    border-radius: 100%;
    margin: 2px 2px -5px;
    border: 2px solid #444;
    border-bottom-color: transparent;
    height: 25px;
    width: 25px;
    background: 0 0!important;
    display: inline-block;
    -webkit-animation: rotate .75s 0s linear infinite;
    -moz-animation: rotate .75s 0s linear infinite;
    animation: rotate .75s 0s linear infinite;
}


#AddToCart-popup {
  position: fixed;
  top: 20%;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
  width: 600px;
  margin-left: -300px;
  left: 50%;
  background-color: #fff;
  z-index: 99999;
}
#AddToCart-popup.login-wrapper {
  box-shadow: none;
  background-color: transparent;
}
.quick-view-data-container #AddToCart-popup {
  margin-left: -374px;
  width: 748px;
}
#AddToCart-popup.products-wrapper {width: 340px; margin-left: -170px;}
#AddToCart-popup.login-wrapper {width: 338px; margin-left: -169px;}
#AddToCart-popup .product-options h2 {font-size: 1.25em;}
#AddToCart-popup .popup-overlay {
    background: none repeat scroll 0 0 rgba(51, 51, 51, 0.55);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;

}
#AddToCart-popup .product-options dl dd:last-child .input-box {
    margin-bottom: 0;
}
#AddToCart-popup .product-options .required {
  text-align: left;
  font-weight: 400;
}
#AddToCart-popup .add-to-cart{
}
.popup-text.succes-message .close-popup {
  top: 0;
}
#AddToCart-popup .product-options label em {
    color: #f00;
}
#AddToCart-popup .popup-overlay ~ * {position: relative; z-index: 100;}
#ajaxkit-popup-content {
  background-color: #fff;
  padding: 25px 30px;
}
#AddToCart-popup.login-wrapper #ajaxkit-popup-content {
  padding-top: 0;
}
#AddToCart-popup .close-popup {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
  height: 24px;
  width: 24px;
  line-height: 24px;
  cursor: pointer;
  border: 0;
}
.popup-alert .close-popup {
  top: 5px !important;
  right: 10px !important;
}
#AddToCart-popup #ajaxkit-popup-content .close-popup {
  display: none;
}
#AddToCart-popup .close-popup i {
  color: rgba(0,0,0,0.3);
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}
#AddToCart-popup form .checkbox input {
  top: 3px;
  left: 0;
}
#AddToCart-popup .buttons-wrapper .close-popup {top: 0px;}
#ajaxkit-popup-content h1,
#ajaxkit-popup-content h2,
#ajaxkit-popup-content h3,
#ajaxkit-popup-content h4,
#ajaxkit-popup-content h5,
#ajaxkit-popup-content h6 {margin-top: 0;}
#ajaxkit-popup-content h6 {
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  color: rgba(0,0,0,0.6);
  margin-bottom: 15px;
}
#AddToCart-popup .product-view .top-wrapper .product-name {
  margin-right: 15px;
}
#AddToCart-popup .close-popup i:before {line-height: inherit;}
#AddToCart-popup .close-popup i:hover {color: #000;}
#ajaxkit-popup-content .popup-related-products .owl-carousel .owl-wrapper-outer {padding-bottom: 5px;}
#ajaxkit-popup-content .block-related #related-slider + .related-button {padding-top: 1em;}
#ajaxkit-popup-content .block-related #related-slider + .related-button .btn {float: right; clear: both; padding: 0; margin: 0 0 .5em; border: none; background: none;}
#ajaxkit-popup-content .popup-related-products {margin-top: 1.5em;}
#ajaxkit-popup-content .popup-related-products li.item {padding-left: 10px; padding-right: 10px; width: 25%;}
#ajaxkit-popup-content .popup-related-products .block-related .block-content li a.link-wishlist {margin-top: .75em;}
/*#ajaxkit-popup-content .account-login .buttons-set {border-top: none; padding: 20px 0;}*/
/*#ajaxkit-popup-content .account-login .btn {*/
/*  width: 100%;*/
/*  height: 40px;*/
/*  line-height: 40px;*/
/*  min-height: 40px;*/
/*}*/
#ajaxkit-popup-content .buttons-bottom a:not(.btn) {
  color: rgba(0,0,0,0.4);
  font-size: 13px;
  display: block;
  margin: 15px 0 0;
  text-align: center;
}
#ajaxkit-popup-content .buttons-bottom a i {
  display: none;
  visibility: hidden;
}
#ajaxkit-popup-content .buttons-bottom p {float: left; font-size: 11px; margin-top: 2px;}
#ajaxkit-popup-content .buttons-bottom .control {margin: -1px 0;}
#ajaxkit-popup-content .buttons-bottom .control label {
  font-size: 13px;
  color: rgba(0,0,0,0.4);
}
/*#ajaxkit-popup-content .account-login .page-title {*/
/*  padding: 22px 0 0 0;*/
/*  margin-bottom: 22px;*/
/*}*/
/*#ajaxkit-popup-content .account-login .page-title h3 {*/
/*  margin: 0;*/
/*  font-weight: 600;*/
/*  font-size: 24px;*/
/*}*/
#ajaxkit-popup-content .account-login .page-title a {font-family: 'Fira Sans'; font-size: 13px; color: #aaa; position: relative; z-index: 2; float: left;}
#ajaxkit-popup-content .buttons-bottom a:not(.btn):hover,
#ajaxkit-popup-content .account-login .page-title a:hover {
  color: #222;
}
#ajaxkit-popup-content .account-login .content p {
  font-size: 14px;
  margin: 0 0px 15px 0;
}
#ajaxkit-popup-content .account-login .content p.required {text-align: left; font-size: 12px; color: #f63a3a; margin-bottom: 9px;}
.login-wrapper p.required {display: none;}
#ajaxkit-popup-content .account-login .customer-name-middlename,
#ajaxkit-popup-content .account-login .customer-name,
#ajaxkit-popup-content .account-login .customer-name-prefix-middlename-suffix,
#ajaxkit-popup-content .account-login .customer-name-suffix,
#ajaxkit-popup-content .account-login .customer-name-prefix  {margin-left: -10px; margin-right: -10px;}
#ajaxkit-popup-content .account-login .fields .field + .field {margin-top: 20px;}
#ajaxkit-popup-content .account-login.forgot-password .form-list {margin-bottom: 1.5em;}
#ajaxkit-popup-content .account-login.forgot-password .buttons-set {padding: 0; text-align: left!important;}
#ajaxkit-popup-content .account-login.forgot-password .buttons-set .btn {
  margin-bottom: 20px;
}
#ajaxkit-popup-content .account-login.forgot-password .buttons-set .btn:last-child {
  margin-bottom: 0;
}
#ajaxkit-register-form-validate .form-list:not(.password-inputs) {margin-bottom: 1.5em;}
#form_register_html .buttons-bottom .control {
  margin: 15px 0 0 0;
  text-align: center;
}
#form_register_html .radio,
#form_register_html .checkbox {
  margin: 0;
  display: inline-block;
}
#ajaxkit-popup-content .account-login li:not(.customer-name-wrapper) label {display: none;}
#ajaxkit-popup-content .account-login .password-inputs li,
/*#ajaxkit-login-form-validate li {position: relative; margin: 0;}*/
/*#ajaxkit-popup-content .account-login .password-inputs li + li,*/
/*#ajaxkit-login-form-validate li + li {*/
/*  margin: 20px 0 0;*/
/*}*/
#ajaxkit-popup-content .input-group,
#ajaxkit-login-form-validate .input-group {
  position: relative;
  width: 100%;
}
#AjaxKitMainLoginForms input[type="text"],
#AjaxKitMainLoginForms input[type="password"] {
  height: 40px;
  min-height: 40px;
  line-height: 40px;
  font-size: 14px;
}
#ajaxkit-login-form-validate .input-group .validation-advice {
  position: absolute;
  top: 100%;
}
#ajaxkit-login-form-validate .input-group .input-group-btn {
  display: none;
  visibility: hidden;
}
#ajaxkit-popup-content .input-group i,
#ajaxkit-login-form-validate .input-group  i{
    display: inline-block;
    vertical-align: middle;
    color: rgba(0,0,0,0.4);
    padding: 0 12px 0 16px;
    line-height: 36px;
    position: relative;
    top: 1px;
}
#ajaxkit-popup-content .input-group i:after,
#ajaxkit-login-form-validate .input-group i:after {
    content: '';
    height: 20px;
    width: 1px;
    background-color: rgba(0,0,0,.09);
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
}

.popup-product-info-options-wrapper-bottom {margin-top: 1em; margin-bottom: 0;}
.popup-product-info-options-wrapper-bottom .price-box {margin-bottom: 1.5em;}
.popup-product-info-options-wrapper-bottom .product-options-bottom .add-to-links {
  display: inline-block;
  margin: 0 0 0 16px !important;
  vertical-align: top;
}
.popup-added-product-list .popup-text {margin-bottom: 1.5em;}
.popup-added-product-list .product-name {
    display: block;
    color: #222;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 18px;
    text-align: center;
}
.popup-added-product-list .buttons-wrapper .btn {
  margin: 10px 0 15px;
  display: block;
  width: 100%;
  float: none;
}
.popup-added-product-list .buttons-wrapper .popup-timer {
  margin: 0;
  display: block;
  text-align: center;
}
#ajaxkit-popup-content .block-related li {width: 25%;}
#AddToCart-header-sidebar {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 100%;
    width: 200px;
}

.header .top-link-cart {position: relative;}
.highlight-cart {background-color: transparent;}

.quick-view-data-container .product-sidebar {display: none!important;}
.quick-view-data-container .product-essential > .row  > div {width: 100%;}
.products-grid .actions {position: static;}
.products-grid li.item {position: relative;}

.quick-view-data-container .product-view {z-index: 100; position: relative; margin-bottom: 20px;}
.quick-view-data-container {
  display: none;
}
.quick-view-data-container .quick-view-overlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 98;
}

.quick-view-data-container .product-essential {margin-bottom: 0;}
.quick-view-data-container .product-view .top-wrapper .product-shop-inner {padding: 0; border: none; margin: 0;}
.quick-view-data-container .product-view .quantity-wrapper label[for="qty"] {display: none;}
#ajaxkit-popup-content .product-view .product-img-box .product-image {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 9;
}
#ajaxkit-popup-content .options-list input.radio,
#ajaxkit-popup-content .options-list input.checkbox {float: left;}
#AddToCart-popup #ajaxkit-popup-content .options-list .label {
    margin-left: 18px;
    line-height: normal;
    vertical-align: middle;
    display: inline;
}
#ajaxkit-popup-content .product-view .top-wrapper {margin-bottom: 0;}
#ajaxkit-popup-content .product-view .add-to-cart .btn {
  width: 100%;
}
#ajaxkit-popup-content .product-view .add-to-cart .btn span span {display: block; }
#ajaxkit-popup-content .product-view .small-layout .availability-price-block {padding-left: 15px;}
#ajaxkit-popup-content .product-view .small-layout .price-box .price {font-size: 24px;}
#ajaxkit-popup-content .product-view .small-layout .add-to-box .price-box .old-price .price {font-size: 13px;}
#ajaxkit-popup-content .product-view .small-layout .quantity-wrapper {margin-top: 4px; margin-bottom: 4px;}
#ajaxkit-popup-content .product-view .small-layout .static-block-top .block-link {font-size: 11px;}
#ajaxkit-popup-content .product-view .product-shop.text-center.small-layout .bottom-additional-information .left-information-block,
#ajaxkit-popup-content .product-view .product-shop.text-center.small-layout .bottom-additional-information .right-information-block {text-align: inherit;}
#ajaxkit-popup-content .product-view .small-layout .add-to-cart .btn {float: left;}
#ajaxkit-popup-content .product-view .add-to-links li:last-of-type {margin-right: 0;}
#ajaxkit-popup-content .product-view .add-to-links li a span {display: none;}
#ajaxkit-popup-content .account-login  .form-list .customer-name-middlename-suffix .name-suffix,
#ajaxkit-popup-content .account-login  .form-list .customer-name-middlename-suffix .name-lastname,
#ajaxkit-popup-content .account-login  .form-list .customer-name-prefix-middlename .name-middlename {margin-top: .75em;}
#ajaxkit-popup-content .account-login  .form-list .customer-name-prefix-middlename .name-lastname {margin-top: 2.25em;}
#ajaxkit-popup-content .account-login  .form-list .customer-name-prefix-middlename-suffix .name-middlename {margin-top: 0;}
#ajaxkit-popup-content .account-login  form.form-horizontal .form-list .fields {margin-bottom: .75em;}
#ajaxkit-popup-content .account-login  form.form-horizontal .form-list .fields .field + .field {margin-top: .75em;}
#ajaxkit-popup-content .account-login  form.form-horizontal .form-list .fields:last-child {margin-bottom: 0;}
#ajaxkit-popup-content .account-login  .form-list .gender + li.customer-dob { width: 75%; }
#ajaxkit-popup-content .account-login  .form-list .gender + li.customer-dob .dob-month,
#ajaxkit-popup-content .account-login  .form-list .gender + li.customer-dob .dob-day { width: 18.55477855477855%; }
#ajaxkit-popup-content .account-login  .form-list .gender + li.customer-dob .dob-year { width: 55.58659217877095%; }
#ajaxkit-popup-content .account-login  .form-list .gender { width: 13.90635918937806%; }

#ajaxkit-popup-content .account-login .form-list .customer-dob label {float: none;}

#ajaxkit-popup-content .account-login  .gender + .dob { width: 69.44444444444444%; }
#ajaxkit-popup-content .account-login  .gender + .dob .dob-day,
#ajaxkit-popup-content .account-login  .gender + .dob .dob-month { width: 20.01053185887309%; }
#ajaxkit-popup-content .account-login  .gender + .dob .dob-year { width: 59.97893628225382%; }

#ajaxkit-popup-content .account-login  .form-list .customer-name-wrapper div div {width: 100%;}
#ajaxkit-popup-content .account-login  .form-list .customer-name-wrapper div div + div {margin-top: 1em;}


#ajaxkit-popup-content .success-msg,
#ajaxkit-popup-content .notice-msg,
#ajaxkit-popup-content .note-msg,
#ajaxkit-popup-content .error-msg {
  position: relative;
  margin: 0;
}
.login-wrapper #ajaxkit-popup-content .messages .success-msg,
.login-wrapper #ajaxkit-popup-content .messages .notice-msg,
.login-wrapper #ajaxkit-popup-content .messages .note-msg,
.login-wrapper #ajaxkit-popup-content .messages .error-msg {
  margin: 0 0 15px 0;
}
#AddToCart-popup.products-wrapper .success-msg,
#AddToCart-popup.products-wrapper .notice-msg,
#AddToCart-popup.products-wrapper .note-msg,
#AddToCart-popup.products-wrapper .error-msg {
    border-radius: 4px;
    margin-bottom: 15px;
}
#AddToCart-popup.products-wrapper .close-popup {
  top: 5px;
  right: 6px;
  height: 18px;
  width: 18px;
  line-height: 18px;
}
#AddToCart-popup.products-wrapper .close-popup i {
  font-size: 18px;
}
.popup-alert #ajaxkit-popup-content {padding: 0;}
.popup-alert #ajaxkit-popup-content .success-msg,
.popup-alert #ajaxkit-popup-content .notice-msg,
.popup-alert #ajaxkit-popup-content .note-msg,
.popup-alert #ajaxkit-popup-content .error-msg {bottom: auto; top: 0;}
.popup-alert + div {display: none;}
#ajaxkit-popup-content .popup-added-product-list table {
    width: 100%;
}
#ajaxkit-popup-content .popup-added-product-list tr td {
    display: block;
}
#AddToCart-popup .product-options dl dd:not(.configurable-swatch) {
    position: relative;
    margin-bottom: 15px;
}
#ajaxkit-popup-content #super-product-table td {
  width: 33%;
  text-align: center;
}
#ajaxkit-popup-content #super-product-table tr td:first-child {
  text-align: left;
}
#ajaxkit-popup-content .product-view #super-product-table .quantity-wrapper {
  display: inline-block;
  visibility: visible;
}
#ajaxkit-popup-content .product-view #super-product-table .price-box .special-price {
  float: none;
}
@media only screen and (min-width: 1008px) and (max-width: 1331px) {
    #ajaxkit-popup-content .product-view .product-img-box .product-image-zoom img {opacity: 1; position: relative;}
}
@media only screen and (min-width: 768px) and (max-width: 1007px) {
    #ajaxkit-popup-content .product-view .product-img-box .product-image-zoom img {opacity: 1; position: relative;}
}
@media only screen and (max-width: 767px) {
    #ajaxkit-popup-content .product-view .product-img-box .product-image-zoom img {opacity: 1; position: relative;}
    #AddToCart-popup,
    #AddToCart-popup.products-wrapper,
    .quick-view-data-container #AddToCart-popup,
    #AddToCart-popup.login-wrapper {
      width: 300px;
      margin: 30px 0 30px -150px;
      left: 50%;
      top: 10vh;
      transform: none;
      overflow-y: auto;
      height: calc(100vh - 120px);
    }
    #AddToCart-popup .close-popup {
      right: 10px;
      top: 10px;
      box-shadow: none;
      line-height: 18px;
      width: 18px;
      height: 18px;
    }
    #AddToCart-popup .close-popup i {
      font-size: 18px;
    }
    #ajaxkit-popup-content .account-login form {padding: 0;}
    #ajaxkit-popup-content .buttons-bottom a.btn {margin-right: 0; width: 100%; margin-top: 10px;}
    #AddToCart-popup .product-view .add-to-links,
    #AddToCart-popup .product-options p.required,
    #AddToCart-popup .product-options .block-link.size-chart.bottom-link {
      display: none;
    }
    #ajaxkit-popup-content .buttons-bottom a:not(.btn) {float: none; display: block !important; text-align: center;}
    .quick-view-data-container #ajaxkit-popup-content {padding: 2em 20px;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    #AddToCart-popup,
    #AddToCart-popup.products-wrapper,
    .quick-view-data-container #AddToCart-popup,
    #AddToCart-popup.login-wrapper {width: 340px; margin-left: -170px; left: 50%;}
}

.outer-bg{position:fixed;z-index:999;background:rgba(0,0,0,0.5);left:0;top:0;bottom:0;right:0;display:none;}
.pop-up
{
	position:fixed;
	top:50%;
	transform:translateX(-50%) translateY(-50%) scale(0);
	-webkit-transform:translateX(-50%) translateY(-50%) scale(0);
	background:#fff;
	padding:0px;
	color:#000;
	width:50%;
	z-index:1000;
	opacity:0;
	visibility:hidden;
	left:50%;
	min-height:200px;
	text-align:center;
	transition:0.4s transform 0s;
	-webkit-transition:0.4s transform 0s;
	font-size:15px;
}
.pop-up.open{
	transform:translateX(-50%) translateY(-50%) scale(1);
	-webkit-transform:translateX(-50%) translateY(-50%) scale(1);
	opacity:1;
	visibility:visible;
}
.pop-up #close
{
	width:45px;
	height:45px;
	background:rgba(0,0,0,0.6);
	color:#fff;
	position:absolute;
	top:0;
	right:0;
	line-height:44px;
	text-decoration:none;
	font-size:20px;
}
.pop-up #close:hover
{
	background:rgba(0,0,0,1);	
}
.pop-up p{margin-bottom:12px;}
.pop-up h3{
	padding:0 20px;
	line-height:45px;
	background:#F87E15;
	color:#fff;
	height:45px;
	font-size:21px;
}
.pop-up .pop-cont{
	padding:15px;	
}
.pop-cont h2
{
	font-size:30px;
	font-weight:bold;
	color:#F87E15;	
	margin-bottom:10px;
}
.pop-cont h4
{
	font-size:18px;
	color:#212121;
	margin-bottom:15px;	
}
.pop-cont .offer
{
	font-size:20px;
	color:#F87E15;	
	line-height:1.6em;
	background:#A4D762;
	border:2px dashed #000;
	padding:15px;
	margin-bottom:10px;
}
.pop-cont .offer span{color:#000;}

.pop-cont small
{
	display:block;
	text-align:right;
	font-size:10px;	
}
@media (max-width: 767px) 
{
/*.outer-bg,.pop-up{display:none !important;}*/
}

/**
 * YouAMA.com
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA that is bundled with this package
 * in the file license.txt.
 *
 /****************************************************************************
 *                      MAGENTO EDITION USAGE NOTICE                         *
 ****************************************************************************/
 /* This package designed for Magento Community edition YouAMA.com does not
 * guarantee correct work of this extension on any other Magento edition 
 * except Magento Community edition. YouAMA.com does not provide extension
 * support in case of incorrect edition usage.
 /****************************************************************************
 *                               DISCLAIMER                                  *
 ****************************************************************************/
 /* Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future.
 *****************************************************
 * @category   Youama
 * @package    Youama_Slider
 * @copyright  Copyright (c) 2012 YouAMA.com (http://www.youama.com/)
 * @license    http://youama.com/freemodule-license.txt
 */
.slider-wrapper{
    position:relative;
}
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	line-height:1.2;	
	z-index:8;
	padding: 10px 15px;
	overflow: hidden;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:50%;
    margin-top:-26px;
	z-index:9;
	cursor:pointer;
    opacity:0;
    -moz-opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}
#slider:hover .nivo-directionNav a{
    opacity:1;
    -moz-opacity:1;
    filter:alpha(opacity=10);
}
.nivo-prevNav {
	left:10px;
    background-image:url('https://www.mangelsen.com/skin/frontend/base/default/images/youama/slider/slider-left.png');
    height:48px;
    width:43px;
    text-indent:-9999px;
}
.nivo-nextNav {
	right:10px;
    background-image:url('https://www.mangelsen.com/skin/frontend/base/default/images/youama/slider/slider.png');
    height:48px;
    width:43px;
    text-indent:-9999px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 10px 0;
    position:absolute;
    z-index:9;
}
.nivo-controlNav a {
	cursor:pointer;
    display:inline-block;
	width:22px;
	height:22px;
	text-indent:-9999px;
	margin: 0 5px;
	/*border:2px solid #2a2b2e;
	
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    box-shadow: 0 0 5px #353639;
    -webkit-box-shadow: 0 0 5px #353639;
    -moz-box-shadow: 0 0 5px #353639;
    -ms-box-shadow: 0 0 5px #353639;
    -o-box-shadow: 0 0 5px #353639;*/
	/*background:#353639;*/
	background:url(https://www.mangelsen.com/skin/frontend/base/default/css/youama/slider/inactive_circle.png) no-repeat;
}
.nivo-controlNav a.active {
	cursor:pointer;
    display:inline-block;
	width:22px;
	height:22px;
	text-indent:-9999px;
	
	margin: 0 5px;
    /*-webkit-touch-callout: none;
	border:2px solid #2a2b2e;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    box-shadow: 0 0 5px #48494c;
    -webkit-box-shadow: 0 0 5px #48494c;
    -moz-box-shadow: 0 0 5px #48494c;
    -ms-box-shadow: 0 0 5px #48494c;
    -o-box-shadow: 0 0 5px #48494c;*/
	/*background:#48494c;*/
	background:url(https://www.mangelsen.com/skin/frontend/base/default/css/youama/slider/active_circle.png) no-repeat;
}
.nivoSlider a.nivo-imageLink{
 display:none;
 filter: alpha(opacity=0);
 opacity: 0;
 -webkit-opacity:0;
 -moz-opacity:0;
 -khtml-opacity:0;
 opacity: 0;
 background-color:#fff;
 }
@font-face {
  font-family: 'meigee';
  src: url('https://www.mangelsen.com/skin/frontend/default/coccinelle/fonts/meigee.eot?4tba15');
  src: url('https://www.mangelsen.com/skin/frontend/default/coccinelle/fonts/meigee.eot?4tba15#iefix') format('embedded-opentype'), url('https://www.mangelsen.com/skin/frontend/default/coccinelle/fonts/meigee.ttf?4tba15') format('truetype'), url('https://www.mangelsen.com/skin/frontend/default/coccinelle/fonts/meigee.woff?4tba15') format('woff'), url('https://www.mangelsen.com/skin/frontend/default/coccinelle/fonts/meigee.svg?4tba15#meigee') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="meigee-"] {
  font-family: 'meigee' !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;
}
[class*=" meigee-"] {
  font-family: 'meigee' !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;
}
.meigee-author:before {
  content: "\e932";
}
.meigee-category:before {
  content: "\e933";
}
.meigee-clock:before {
  content: "\e934";
}
.meigee-comment:before {
  content: "\e935";
}
.meigee-post:before {
  content: "\e936";
}
.meigee-options-vertical:before {
  content: "\e931";
}
.meigee-readmore:before {
  content: "\e930";
}
.meigee-quickview:before {
  content: "\e92d";
}
.meigee-angle-up:before {
  content: "\e902";
}
.meigee-arrow-down:before {
  content: "\e92b";
}
.meigee-arrow-up:before {
  content: "\e92c";
}
.meigee-phone:before {
  content: "\e92e";
}
.meigee-filter:before {
  content: "\e92f";
}
.meigee-grid-2:before {
  content: "\e924";
}
.meigee-grid-3:before {
  content: "\e925";
}
.meigee-grid-4:before {
  content: "\e926";
}
.meigee-grid-5:before {
  content: "\e927";
}
.meigee-grid-6:before {
  content: "\e928";
}
.meigee-grid-7:before {
  content: "\e929";
}
.meigee-grid-8:before {
  content: "\e92a";
}
.meigee-fa-behance:before {
  content: "\e917";
}
.meigee-fa-flickr:before {
  content: "\e918";
}
.meigee-fa-rss:before {
  content: "\e919";
}
.meigee-fa-facebook:before {
  content: "\e91a";
}
.meigee-fa-google-plus:before {
  content: "\e91b";
}
.meigee-fa-instagram:before {
  content: "\e91c";
}
.meigee-fa-linkedin:before {
  content: "\e91d";
}
.meigee-fa-pinterest-p:before {
  content: "\e91e";
}
.meigee-fa-tumblr:before {
  content: "\e91f";
}
.meigee-fa-twitter:before {
  content: "\e920";
}
.meigee-fa-vimeo:before {
  content: "\e921";
}
.meigee-fa-vine:before {
  content: "\e922";
}
.meigee-fa-youtube-play:before {
  content: "\e923";
}
.meigee-account:before {
  content: "\e900";
}
.meigee-arrow:before {
  content: "\e901";
}
.meigee-arrow-left:before {
  content: "\1f310";
}
.meigee-arrow-right:before {
  content: "\e903";
}
.meigee-cart:before {
  content: "\e904";
}
.meigee-close:before {
  content: "\e905";
}
.meigee-close-small:before {
  content: "\e906";
}
.meigee-compare:before {
  content: "\e907";
}
.meigee-drop:before {
  content: "\e908";
}
.meigee-edit:before {
  content: "\e909";
}
.meigee-email:before {
  content: "\e90a";
}
.meigee-minus:before {
  content: "\e90b";
}
.meigee-nav:before {
  content: "\e90c";
}
.meigee-plus:before {
  content: "\e90d";
}
.meigee-search:before {
  content: "\e90e";
}
.meigee-small-arrow-right:before {
  content: "\e90f";
}
.meigee-sort-down:before {
  content: "\e910";
}
.meigee-sort-up:before {
  content: "\e911";
}
.meigee-star:before {
  content: "\e912";
}
.meigee-support:before {
  content: "\e913";
}
.meigee-wishlist:before {
  content: "\e914";
}
.meigee-wishlist-fill:before {
  content: "\e915";
  color: #f44336;
}
.meigee-zoom:before {
  content: "\e916";
}

@font-face {
  font-family: 'meigeeadditional';
  src:  url('https://www.mangelsen.com/skin/frontend/default/coccinelle/fonts/meigeeadditional.eot?svep98');
  src:  url('https://www.mangelsen.com/skin/frontend/default/coccinelle/fonts/meigeeadditional.eot?svep98#iefix') format('embedded-opentype'),
    url('https://www.mangelsen.com/skin/frontend/default/coccinelle/fonts/meigeeadditional.ttf?svep98') format('truetype'),
    url('https://www.mangelsen.com/skin/frontend/default/coccinelle/fonts/meigeeadditional.woff?svep98') format('woff'),
    url('https://www.mangelsen.com/skin/frontend/default/coccinelle/fonts/meigeeadditional.svg?svep98#meigeeadditional') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="meigeeadditional-"],
[class*=" meigeeadditional-"] {
  /* use !important to prevent issues with browser extensions that change fonts */

  font-family: 'meigeeadditional' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.meigeeadditional-read-more:before {
  content: "\e946";
}
.meigeeadditional-quickview2:before {
  content: "\e947";
}
.meigeeadditional-filter:before {
  content: "\e945";
}
.meigeeadditional-check-new:before {
  content: "\e900";
}
.meigeeadditional-grid-2:before {
  content: "\e901";
}
.meigeeadditional-grid-3:before {
  content: "\e902";
}
.meigeeadditional-grid-4:before {
  content: "\e903";
}
.meigeeadditional-grid-5:before {
  content: "\e904";
}
.meigeeadditional-grid-6:before {
  content: "\e905";
}
.meigeeadditional-grid-7:before {
  content: "\e906";
}
.meigeeadditional-grid-8:before {
  content: "\e907";
}
.meigeeadditional-size:before {
  content: "\e908";
}
.meigeeadditional-author:before {
  content: "\e909";
}
.meigeeadditional-category:before {
  content: "\e90a";
}
.meigeeadditional-clock:before {
  content: "\e90b";
}
.meigeeadditional-comment:before {
  content: "\e90c";
}
.meigeeadditional-post_icon:before {
  content: "\e90d";
}
.meigeeadditional-star:before {
  content: "\e90e";
}
.meigeeadditional-accessories:before {
  content: "\e90f";
}
.meigeeadditional-account:before {
  content: "\e910";
}
.meigeeadditional-add-to-cart:before {
  content: "\e911";
}
.meigeeadditional-arrow_right:before {
  content: "\e912";
}
.meigeeadditional-arrow-left:before {
  content: "\e913";
}
.meigeeadditional-cart:before {
  content: "\e914";
}
.meigeeadditional-chat:before {
  content: "\e915";
}
.meigeeadditional-chat-thin:before {
  content: "\e916";
}
.meigeeadditional-close:before {
  content: "\e917";
}
.meigeeadditional-close-newsletter:before {
  content: "\e918";
}
.meigeeadditional-clothing:before {
  content: "\e919";
}
.meigeeadditional-compare:before {
  content: "\e91a";
}
.meigeeadditional-coupon:before {
  content: "\e91b";
}
.meigeeadditional-coupon-arrow:before {
  content: "\e91c";
}
.meigeeadditional-drop:before {
  content: "\e91d";
}
.meigeeadditional-drop-right:before {
  content: "\e91e";
}
.meigeeadditional-edit:before {
  content: "\e91f";
}
.meigeeadditional-edit-cart:before {
  content: "\e920";
}
.meigeeadditional-electronics:before {
  content: "\e921";
}
.meigeeadditional-envelope:before {
  content: "\e922";
}
.meigeeadditional-envelope-thin:before {
  content: "\e923";
}
.meigeeadditional-furniture:before {
  content: "\e924";
}
.meigeeadditional-glasses:before {
  content: "\e925";
}
.meigeeadditional-health-products:before {
  content: "\e926";
}
.meigeeadditional-household-product:before {
  content: "\e927";
}
.meigeeadditional-leisure:before {
  content: "\e928";
}
.meigeeadditional-musical-instruments:before {
  content: "\e929";
}
.meigeeadditional-navicon:before {
  content: "\e92a";
}
.meigeeadditional-percent:before {
  content: "\e92b";
}
.meigeeadditional-plane:before {
  content: "\e92c";
}
.meigeeadditional-planet:before {
  content: "\e92d";
}
.meigeeadditional-quickview:before {
  content: "\e92e";
}
.meigeeadditional-search:before {
  content: "\e92f";
}
.meigeeadditional-search-close:before {
  content: "\e930";
}
.meigeeadditional-smartphones:before {
  content: "\e931";
}
.meigeeadditional-star2:before {
  content: "\e932";
}
.meigeeadditional-stationery:before {
  content: "\e933";
}
.meigeeadditional-to-top:before {
  content: "\e934";
}
.meigeeadditional-truck:before {
  content: "\e935";
}
.meigeeadditional-windows:before {
  content: "\e936";
}
.meigeeadditional-wishlist:before {
  content: "\e937";
}
.meigeeadditional-zoom:before {
  content: "\e938";
}
.meigeeadditional-wishlist-fill:before {
  content: "\e939";
  color: #f44336;
}
.meigeeadditional-support:before {
  content: "\e93a";
}
.meigeeadditional-sort-up:before {
  content: "\e93b";
}
.meigeeadditional-sort-down:before {
  content: "\e93c";
}
.meigeeadditional-small-arrow-right:before {
  content: "\e93d";
}
.meigeeadditional-plus:before {
  content: "\e93e";
}
.meigeeadditional-nav:before {
  content: "\e93f";
}
.meigeeadditional-minus:before {
  content: "\e940";
}
.meigeeadditional-email:before {
  content: "\e941";
}
.meigeeadditional-close-small:before {
  content: "\e942";
}
.meigeeadditional-arrow:before {
  content: "\e943";
}
.meigeeadditional-arrow-right:before {
  content: "\e944";
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=fa9f68047c9d00191b24cf712960d394)
 * Config saved to config.json and https://gist.github.com/fa9f68047c9d00191b24cf712960d394
 *//*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Merriweather",Arial,Helvetica,sans-serif;font-size:12px;line-height:1.42857143;color:#666;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:none}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:17px;margin-bottom:17px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:17px;margin-bottom:8.5px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:8.5px;margin-bottom:8.5px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:31px}h2,.h2{font-size:25px}h3,.h3{font-size:21px}h4,.h4{font-size:15px}h5,.h5{font-size:12px}h6,.h6{font-size:11px}p{margin:0 0 8.5px}.lead{margin-bottom:17px;font-size:13px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:18px}}small,.small{font-size:91%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover,a.text-primary:focus{color:#286090}.text-success{color:#3c763d}a.text-success:hover,a.text-success:focus{color:#2b542c}.text-info{color:#31708f}a.text-info:hover,a.text-info:focus{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover,a.text-warning:focus{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover,a.text-danger:focus{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover,a.bg-primary:focus{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header{padding-bottom:7.5px;margin:34px 0 17px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:8.5px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:17px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:8.5px 17px;margin:0 0 17px;font-size:15px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:17px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:8px;margin:0 0 8.5px;font-size:11px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px}@media (min-width:768px){.container{width:740px}}@media (min-width:1008px){.container{width:960px}}@media (min-width:1332px){.container{width:1272px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px}.row{margin-left:-10px;margin-right:-10px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:10px;padding-right:10px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:1008px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1332px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:17px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:12.75px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:17px;font-size:18px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:12px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:31px;padding:6px 12px;font-size:12px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{border:0;background-color:transparent}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:31px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:28px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:42px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:17px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:29px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:28px;padding:5px 10px;font-size:11px;line-height:1.5;border-radius:3px}select.input-sm{height:28px;line-height:28px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:28px;padding:5px 10px;font-size:11px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:28px;line-height:28px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:28px;min-height:28px;padding:6px 10px;font-size:11px;line-height:1.5}.input-lg{height:42px;padding:10px 16px;font-size:15px;line-height:1.3333333;border-radius:6px}select.input-lg{height:42px;line-height:42px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:42px;padding:10px 16px;font-size:15px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:42px;line-height:42px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:42px;min-height:32px;padding:11px 16px;font-size:15px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:38.75px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:31px;height:31px;line-height:31px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:42px;height:42px;line-height:42px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:28px;height:28px;line-height:28px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:22px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#a6a6a6}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:24px}.form-horizontal .form-group{margin-left:-10px;margin-right:-10px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{right:10px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:15px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:11px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:12px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn::active::focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default::active::hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default::active::focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary::active::hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary::active::focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success::active::hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success::active::focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#398439;border-color:#255625}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info::active::hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info::active::focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning::active::hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning::active::focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger::active::hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger::active::focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#337ab7;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:none;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:15px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:11px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:11px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:12px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-background-clip:padding-box;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:7.5px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:11px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:42px;padding:10px 16px;font-size:15px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:42px;line-height:42px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:28px;padding:5px 10px;font-size:11px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:28px;line-height:28px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:12px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:11px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:15px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:7.5px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:17px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:10px;padding-left:10px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-10px;margin-left:-10px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:16.5px 10px;font-size:15px;line-height:17px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-10px}}.navbar-toggle{position:relative;float:right;margin-right:10px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:8.25px -10px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:17px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:17px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:16.5px;padding-bottom:16.5px}}.navbar-form{margin-left:-10px;margin-right:-10px;padding:10px 10px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:9.5px;margin-bottom:9.5px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:9.5px;margin-bottom:9.5px}.navbar-btn.btn-sm{margin-top:11px;margin-bottom:11px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:16.5px;margin-bottom:16.5px}@media (min-width:768px){.navbar-text{float:left;margin-left:10px;margin-right:10px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-10px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:17px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:17px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:3;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:15px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:11px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:17px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;background-color:#fff;cursor:not-allowed}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.panel{margin-bottom:17px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:14px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:17px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:1008px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Merriweather",Arial,Helvetica,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:11px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-header:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:1007px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:1007px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:1007px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:1007px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:1008px) and (max-width:1331px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:1008px) and (max-width:1331px){.visible-md-block{display:block !important}}@media (min-width:1008px) and (max-width:1331px){.visible-md-inline{display:inline !important}}@media (min-width:1008px) and (max-width:1331px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1332px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1332px){.visible-lg-block{display:block !important}}@media (min-width:1332px){.visible-lg-inline{display:inline !important}}@media (min-width:1332px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:1007px){.hidden-sm{display:none !important}}@media (min-width:1008px) and (max-width:1331px){.hidden-md{display:none !important}}@media (min-width:1332px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}
/**
 * @package     coccinelle
 * @copyright   Copyright (c) 2010-2015 MeigeeTeam. (http://www.meigeeteam.com)
 */

/* #Desktop - Extra Large ================================================== */
@media only screen and (min-width: 1332px) {
    body .container {padding-right: 40px; padding-left: 40px;}
    [class*="boxed-header"] .header-wrapper .container {padding-right: 40px; padding-left: 40px;}
    [class*="boxed-breadcrumbs"] .breadcrumbs-wrapper .container {padding-right: 40px; padding-left: 40px;}
    [class*="boxed-footer"] #footer .container {padding-right: 40px; padding-left: 40px;}
    [class*="boxed-content"] .related-bottom .widget-title {margin-left: -40px; margin-right: -40px; padding-left: 40px; padding-right: 40px;}
    .wide-sticky #sticky-header .container {padding-right: 40px; padding-left: 40px;}*/

    body.wide-header .header-wrapper .container,
    body.wide-breadcrumbs .breadcrumbs-wrapper .container,
    body.wide-content .content-wrapper .container,
    body.wide-footer #footer .container {
      max-width: 100vw;
    }

    [class*="boxed-header"] .header-wrapper .fullwidth,
    [class*="boxed-breadcrumbs"] .breadcrumbs-wrapper .fullwidth,
    [class*="boxed-content"] .content-wrapper .fullwidth,
    [class*="boxed-footer"] #footer .fullwidth {margin-left: -40px; margin-right: -40px}
    [class*="boxed-content"] .content-wrapper .fullwidth {margin-left: -40px; margin-right: -40px}
    [class*="boxed-content"] .fullwidth-banners {margin-left: -40px; margin-right: -40px;}
    [class*="boxed-content"] .widget-title.fullwidth {margin-left: -40px; margin-right: -40px; padding-left: 40px; padding-right: 40px;}
    [class*="boxed-content"] .widget-title.fullwidth a.more-link {right: 40px;}

    .wide-header .header-wrapper .fullwidth-block,
    .boxed-header .header-wrapper .fullwidth-block,
    .wide-breadcrumbs .breadcrumbs-wrapper .fullwidth-block,
    .boxed-breadcrumbs .breadcrumbs-wrapper .fullwidth-block,
    .wide-content .content-wrapper .fullwidth-block,
    .boxed-content .content-wrapper .fullwidth-block,
    .wide-footer #footer .fullwidth-block,
    .boxed-footer #footer .fullwidth-block {
      margin: 0 -100%;
    }
    .wide-header .header-wrapper .fullwidth-inner,
    .boxed-header .header-wrapper .fullwidth-inner,
    .wide-breadcrumbs .breadcrumbs-wrapper .fullwidth-inner,
    .boxed-breadcrumbs .breadcrumbs-wrapper .fullwidth-inner,
    .wide-content .content-wrapper .fullwidth-inner,
    .boxed-content .content-wrapper .fullwidth-inner,
    .wide-footer #footer .fullwidth-inner,
    .boxed-footer #footer .fullwidth-inner {
      width: 100vw;
      margin: 0 auto;
      padding: 0 8px;
    }
    .wide-breadcrumbs .breadcrumbs-wrapper .fullwidth-block .container,
    .wide-content .content-wrapper .fullwidth-block .container,
    .wide-footer #footer .fullwidth-block .container {
        width: 100%;
        max-width: 100%;
    }
    .boxed-header-bg .header-wrapper .fullwidth-inner,
    .boxed-breadcrumbs-bg .breadcrumbs-wrapper .fullwidth-inner,
    .boxed-content-bg .content-wrapper .fullwidth-inner,
    .boxed-footer-bg #footer .fullwidth-inner {
      margin-left: -40px;
      margin-right: -40px;
    }

    body[class*="boxed-content"] .main-container .breadcrumbs-wrapper .container {border: none;}
    .header-layout-1.cms-index-index .header-slider {
        min-height: 306px;
    }
    .boxed-header-bg.header-layout-1.cms-index-index .header-slider {
        min-height: 250px;
    }
    .nav-wide .menu-wrapper.tabs-menu li.level1 > .menu-inner {background-color: #fff;}
    .nav-wide .menu-wrapper li[data-bold-link='1'] > a {
      width: 100%;
      font-weight: 500;
      position: relative;
      display: block;
    }

    /* Widgets */
    .products-grid.seven-columns .item .indent.type-4 .product-labels-wrapper,
    .products-grid.eight-columns .item .indent.type-4 .product-labels-wrapper,
    .products-grid.slider-columns-7 .indent.type-4 .product-labels-wrapper,
    .products-grid.slider-columns-8 .indent.type-4 .product-labels-wrapper,
    .products-grid.seven-columns .item .image-box .flip-timer,
    .products-grid.eight-columns .item .image-box .flip-timer,
    .products-grid.slider-columns-7 .image-box .flip-timer,
    .products-grid.slider-columns-8 .image-box .flip-timer {
        display: none !important;
    }
    .products-grid.seven-columns .item .hover-buttons .add-to-links,
    .products-grid.eight-columns .item .hover-buttons .add-to-links,
    .products-grid.slider-columns-7 .hover-buttons .add-to-links,
    .products-grid.slider-columns-8 .hover-buttons .add-to-links {
        display: none;
    }
    .products-grid.five-columns .item .indent.type-4 .product-labels-wrapper > div,
    .products-grid.six-columns .item .indent.type-4 .product-labels-wrapper > div,
    .products-grid.slider-columns-5 .indent.type-4 .product-labels-wrapper > div,
    .products-grid.slider-columns-6 .indent.type-4 .product-labels-wrapper > div {
        padding: 3px 4px;
    }
    [class*="col2-"] .products-grid.four-columns .item .indent.type-4 .product-action-wrapper,
    .products-grid.five-columns .item .indent.type-4 .product-action-wrapper,
    .products-grid.six-columns .item .indent.type-4 .product-action-wrapper,
    .products-grid.seven-columns .item .indent.type-4 .product-action-wrapper,
    .products-grid.eight-columns .item .indent.type-4 .product-action-wrapper,
    [class*="col2-"] .products-grid.slider-columns-4 .item .indent.type-4 .product-action-wrapper,
    .products-grid.slider-columns-5 .item .indent.type-4 .product-action-wrapper,
    .products-grid.slider-columns-6 .item .indent.type-4 .product-action-wrapper,
    .products-grid.slider-columns-7 .item .indent.type-4 .product-action-wrapper,
    .products-grid.slider-columns-8 .item .indent.type-4 .product-action-wrapper {
      -webkit-flex-direction: column;
      -webkit-box-orient: vertical;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    [class*="col2-"] .products-grid.four-columns .item .indent.type-4 .product-action-wrapper .action-buttons,
    .products-grid.five-columns .item .indent.type-4 .product-action-wrapper .action-buttons,
    .products-grid.six-columns .item .indent.type-4 .product-action-wrapper .action-buttons,
    .products-grid.seven-columns .item .indent.type-4 .product-action-wrapper .action-buttons,
    .products-grid.eight-columns .item .indent.type-4 .product-action-wrapper .action-buttons,
    [class*="col2-"] .products-grid.slider-columns-4 .item .indent.type-4 .product-action-wrapper.action-buttons,
    .products-grid.slider-columns-5 .item .indent.type-4 .product-action-wrapper.action-buttons,
    .products-grid.slider-columns-6 .item .indent.type-4 .product-action-wrapper.action-buttons,
    .products-grid.slider-columns-7 .item .indent.type-4 .product-action-wrapper.action-buttons,
    .products-grid.slider-columns-8 .item .indent.type-4 .product-action-wrapper.action-buttons {
      margin-top: 10px;
    }


    /*Small timer*/
    [class*="col2-"] .products-grid.six-columns .flip-timer .flip-block {width: 20px; padding-top: 3px;}
    [class*="col2-"] .products-grid.six-columns .flip-timer .flip-items {height: 20px;}
    [class*="col2-"] .products-grid.six-columns .flip-timer .flip-block li span.flip-wrapper {height: 10px;}
    [class*="col2-"] .products-grid.six-columns .flip-block .flip-text {font-size: 14px; line-height: 20px;}
    [class*="col2-"] .products-grid.six-columns .flip-timer .flip-clock-divider {height: 20px; margin-top: 3px;}

    #popup-block.modal.fade .modal-dialog {
        -webkit-transform: translate(0, 300px);
        -ms-transform: translate(0, 300px);
        -o-transform: translate(0, 300px);
        transform: translate(0, 300px);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        position: absolute;
        right: 170px;
    }
    #popup-block.modal.in .modal-dialog {
        -webkit-transform: translate(0, 2px);
        -ms-transform: translate(0, 2px);
        -o-transform: translate(0, 2px);
        transform: translate(0, 2px);
    }
}

/* #Desktop ================================================== */
/* Note: Design for a width of 1024px */

@media only screen and (min-width: 1008px) and (max-width: 1200px) {
	[class*="col2-"] .products-grid.six-columns li.item,
	[class*="col2-"] .products-grid.seven-columns li.item,
	[class*="col2-"] .products-grid.eight-columns li.item { width: 20%; }

    [class*="col2-"] .products-grid.eight-columns .listing-banner-wrapper.row-banner ~ li.item + li.item:not(:nth-of-type(5n+1)):not(:nth-of-type(5n+2)),
    [class*="col2-"] .products-grid.seven-columns .listing-banner-wrapper.row-banner ~ li.item + li.item:not(:nth-of-type(5n+1)):not(:nth-of-type(5n+2)),
    [class*="col2-"] .products-grid.six-columns .listing-banner-wrapper.row-banner ~ li.item + li.item:not(:nth-of-type(5n+1)):not(:nth-of-type(5n+2)) {
        clear: none !important;
    }
    [class*="col2-"] .products-grid.eight-columns .listing-banner-wrapper.row-banner ~ li.item:nth-of-type(5n+1),
    [class*="col2-"] .products-grid.seven-columns .listing-banner-wrapper.row-banner ~ li.item:nth-of-type(5n+1),
    [class*="col2-"] .products-grid.six-columns .listing-banner-wrapper.row-banner ~ li.item:nth-of-type(5n+1) {
        clear: right !important;
    }
    [class*="col2-"] .products-grid.eight-columns .listing-banner-wrapper.row-banner ~ li.item:nth-of-type(5n+2),
    [class*="col2-"] .products-grid.seven-columns .listing-banner-wrapper.row-banner ~ li.item:nth-of-type(5n+2),
    [class*="col2-"] .products-grid.six-columns .listing-banner-wrapper.row-banner ~ li.item:nth-of-type(5n+2) {
        clear: left !important;
    }

	[class*="col2-"] .products-grid.six-columns li.item:nth-of-type(6n+1),
	[class*="col2-"] .products-grid.seven-columns li.item:nth-of-type(7n+1),
	[class*="col2-"] .products-grid.eight-columns li.item:nth-of-type(8n+1) { clear: none; }

	[class*="col2-"] .products-grid.six-columns li.item:nth-of-type(5n+1),
	[class*="col2-"] .products-grid.seven-columns li.item:nth-of-type(5n+1),
	[class*="col2-"] .products-grid.eight-columns li.item:nth-of-type(5n+1) { clear: left; }

	[class*="col2-"] .products-grid.six-columns li.item:nth-of-type(5n+5),
	[class*="col2-"] .products-grid.seven-columns li.item:nth-of-type(5n+5),
	[class*="col2-"] .products-grid.eight-columns li.item:nth-of-type(5n+5) { clear: right; }

	.col3-layout .products-grid.five-columns li.item,
	.col3-layout .products-grid.six-columns li.item,
	.col3-layout .products-grid.seven-columns li.item,
	.col3-layout .products-grid.eight-columns li.item { width: 25%; }

	.col3-layout .products-grid.six-columns li.item:nth-of-type(5n+1),
	.col3-layout .products-grid.seven-columns li.item:nth-of-type(5n+1),
	.col3-layout .products-grid.eight-columns li.item:nth-of-type(5n+1),
	.col3-layout .products-grid.five-columns li.item:nth-of-type(5n+1),
	.col3-layout .products-grid.six-columns li.item:nth-of-type(6n+1),
	.col3-layout .products-grid.seven-columns li.item:nth-of-type(7n+1),
	.col3-layout .products-grid.eight-columns li.item:nth-of-type(8n+1) { clear: none; }

	.col3-layout .products-grid.five-columns li.item:nth-of-type(4n+1),
	.col3-layout .products-grid.six-columns li.item:nth-of-type(4n+1),
	.col3-layout .products-grid.seven-columns li.item:nth-of-type(4n+1),
	.col3-layout .products-grid.eight-columns li.item:nth-of-type(4n+1) { clear: left; }

	.col3-layout .products-grid.five-columns li.item:nth-of-type(4n+4),
	.col3-layout .products-grid.six-columns li.item:nth-of-type(4n+4),
	.col3-layout .products-grid.seven-columns li.item:nth-of-type(4n+4),
	.col3-layout .products-grid.eight-columns li.item:nth-of-type(4n+4) { clear: right; }


    .customer-reviews-widget .btn {padding-left: 20px; padding-right: 20px;}

    /* Header */
	#header ul.topmenu li.level0.first a.level-top .custom-icon.ion-ios-home-outline {margin-left: -20px;}
    #header .header-socials .btn-default {margin-right: 0;}
    .header .header-custom-links li {padding: 0 10px;}
    ul.topmenu li.level0.nav-1 a.level-top .custom-icon.meigee-fa-home {
        margin: -14px -10px;
        padding: 14px 15px;
    }
    .wide-header #header .top-block,
    [class*="boxed-header"] #header .top-block .container{text-align: center;}
    body #header .bottom-block {padding-left: 0; padding-right: 0;}
    .header .nav-wide .products-grid .ratings {display: block; margin: 0 0 .75em;}
    .category-label { left: 15px; top: 5px; }
    /* header 1 */
    .wide-header.cms-index-index #header.header-1.transparent-header,
    [class*="boxed-header"].cms-index-index #header.header-1.transparent-header .top-block .container,
    [class*="boxed-header"].cms-index-index #header.header-1.transparent-header .middle-block .container {
        background-color: transparent !important;
    }
    [class*="boxed-header"].cms-index-index #header.header-1.transparent-menu .bottom-block .container,
    .wide-header.cms-index-index #header.header-1.transparent-menu .bottom-block .container {
        background-color: transparent !important;
    }
    .header-layout-1.cms-index-index .header-slider {
        min-height: 188px;
    }
    .header-layout-1 #sticky-header .small-logo {margin: 10px 20px 9px 0}

    /*Header custom dropdown*/
    .header .preview-dropdown-wrapper:not(.product-page) .preview-block:nth-child(5n+1) {clear: left;}

    /* Sticky Header */
    #sticky-header .category-label {left: 6px;}
    #sticky-header  .top-cart .block-title .top-cart-label {display: none;}
    #sticky-header .top-cart .block-title .cart-qty {
        margin-left: 0;
    }
    #sticky-header ul.topmenu li.level0.nav-1 a.level-top .custom-icon.meigee-fa-home {
        margin: -14px -5px;
        padding: 14px 10px;
    }

    /* Widgets */
    .products-grid .indent.type-2 .product-image:before,
    .footer-products-list .product-image:before {
        content: none;
    }
    .footer-products-list .product-shop {width: 65%;}
    .products-grid .indent.type-2 .lightbox-button,
    .products-grid .indent.type-2  .btn-quickview,
    .products-grid .item .indent.type-2 .product-labels-wrapper,
    .footer-products-list  .btn-quickview,
    .footer-products-list .lightbox-button,
    .footer-products-list .product-labels-wrapper {
        display: none;
    }
    .products-grid .item .indent.type-4 .product-action-wrapper {
      -webkit-flex-direction: column;
      -webkit-box-orient: vertical;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .products-grid .item .indent.type-4 .product-action-wrapper .action-buttons {margin-top: 10px;}
    .products-grid .item .indent.type-4 .add-to-links {display: inline-block; width: auto;}
    .products-grid.seven-columns .item .indent.type-4 .product-labels-wrapper,
    .products-grid.eight-columns .item .indent.type-4 .product-labels-wrapper,
    .products-grid.slider-columns-7 .indent.type-4 .product-labels-wrapper,
    .products-grid.slider-columns-8 .indent.type-4 .product-labels-wrapper,
    [class*="col2-"] .products-grid.six-columns .flip-timer,
    .products-grid.seven-columns .item .image-box .flip-timer,
    .products-grid.eight-columns .item .image-box .flip-timer,
    .products-grid.slider-columns-7 .image-box .flip-timer,
    .products-grid.slider-columns-8 .image-box .flip-timer {
        display: none !important;
    }
    .products-grid.five-columns .item .indent.type-4 .product-labels-wrapper > div,
    .products-grid.six-columns .item .indent.type-4 .product-labels-wrapper > div,
    .products-grid.slider-columns-5 .indent.type-4 .product-labels-wrapper > div,
    .products-grid.slider-columns-6 .indent.type-4 .product-labels-wrapper > div {
        padding: 3px 4px;
    }
    [class*="col2-"] .products-grid.four-columns .item .indent.type-4 .product-action-wrapper,
    .products-grid.five-columns .item .indent.type-4 .product-action-wrapper,
    .products-grid.six-columns .item .indent.type-4 .product-action-wrapper,
    .products-grid.seven-columns .item .indent.type-4 .product-action-wrapper,
    .products-grid.eight-columns .item .indent.type-4 .product-action-wrapper,
    [class*="col2-"] .products-grid.slider-columns-4 .item .indent.type-4 .product-action-wrapper,
    .products-grid.slider-columns-5 .item .indent.type-4 .product-action-wrapper,
    .products-grid.slider-columns-6 .item .indent.type-4 .product-action-wrapper,
    .products-grid.slider-columns-7 .item .indent.type-4 .product-action-wrapper,
    .products-grid.slider-columns-8 .item .indent.type-4 .product-action-wrapper {
      -webkit-flex-direction: column;
      -webkit-box-orient: vertical;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    [class*="col2-"] .products-grid.four-columns .item .indent.type-4 .product-action-wrapper .action-buttons,
    .products-grid.five-columns .item .indent.type-4 .product-action-wrapper .action-buttons,
    .products-grid.six-columns .item .indent.type-4 .product-action-wrapper .action-buttons,
    .products-grid.seven-columns .item .indent.type-4 .product-action-wrapper .action-buttons,
    .products-grid.eight-columns .item .indent.type-4 .product-action-wrapper .action-buttons,
    [class*="col2-"] .products-grid.slider-columns-4 .item .indent.type-4 .product-action-wrapper.action-buttons,
    .products-grid.slider-columns-5 .item .indent.type-4 .product-action-wrapper.action-buttons,
    .products-grid.slider-columns-6 .item .indent.type-4 .product-action-wrapper.action-buttons,
    .products-grid.slider-columns-7 .item .indent.type-4 .product-action-wrapper.action-buttons,
    .products-grid.slider-columns-8 .item .indent.type-4 .product-action-wrapper.action-buttons {
      margin-top: 10px;
    }

	/* Widgets: Products */

	/* Lisitng ===================== */
	.col3-layout .banner-content .title { font-size: 1.33em; }
	.col3-layout .banner-content i,
	.col3-layout .sorter .amount { /*display: none;*/ }
	.toolbar .sorter {width: auto;}
    .cat-container .text-banner .banner-content {left: 7%;}

    [class*="col2-"] .sidebar .block.block-compare .actions .btn + .btn {margin-left: 0;}
    [class*="col2-"] .sidebar .block.block-compare .actions .btn i {display: none;}
	.block .actions .btn-default + .btn-primary {margin-left: 4px;}
    .sidebar .block-subscribe .validation-advice {top: -70px;}

    /* Home Page */
    .text-banners-block .text-banner {
        padding-left: 10px;
    }
    .text-banners-block .title {font-size: 8px;}
    .text-banner .banner {width: 55%;}
    .text-banner { font-size: 12px; }

	/* Account ====================================================== */
	.my-account .product-review .media { min-height: 165px;}


	.sidebar .block.block-wishlist li.item .product-image {width: 62px;}
	.sidebar .block.block-wishlist li.item .product-details {width: 57%;}
    .block.block-wishlist .actions {
        float: none;
    }
	.block-cart .block-content .mini-products-list .product-details {width: 53%;}
	.my-account table.table .product-name {max-width: 85%;}

	.col3-layout .product-labels-wrapper {left: 2px; right: 2px;}
	.col3-layout .product-labels-wrapper > div {padding-left: 5px; padding-right: 5px;}
	[class*="col2-"] .with-sidebar .small-layout .timer-wrapper #product-addtocart-button {margin-top: .75em;}
	[class*="col2-"] .timer-wrapper.full .timer-box > div {min-width: 30px;}
	[class*="col2-"] .timer-wrapper.full .timer-box > div span {font-size: 2em; min-width: 30px;}

	.parallax-banners-wrapper .image-wrapper .content {width: 36%; left: 32%;}

    /* Widgets */
    .products-grid li.item.type-3 .product-buttons-wrapper .btn-cart {padding-left: 15px; padding-right: 15px;}
    .products-grid li.item .timer-box > div {min-width: 50px;}
    .products-grid li.item .timer-box > div.seconds {min-width: 35px;}
    .products-grid .item .indent {padding-left: 10px; padding-right: 10px;}
    .products-grid .btn-quickview,
    .products-list .btn-quickview,
    .footer-products-list .btn-quickview {
        padding-left: 10px;
        padding-right: 10px;
    }
	body .widget .widget-title h2,
	.widget-title h2,
	body .widget .widget-title h3,
	.widget-title h3 {font-size: 1.5em;}


	body .block-cart .img-container {width: 64px;}
	body .block-cart .block-content .mini-products-list .product-details {width: 66%;}
	.col3-layout .toolbar .sorter .a-left {display: none;}
	.col3-layout .toolbar .sorter .a-center,
	.col3-layout .toolbar .sorter .a-right {width: 50%;}

	.subscribe-block .title {padding-left: 20px; padding-right: 20px;}
	.subscribe-block .info {padding-left: 20px; padding-right: 20px;}
	.subscribe-block .info i {margin-right: 10px;}
	.subscribe-block .input .input-wrapper {width: 220px; margin-right: 10px;}

    /*Notice Cookie*/
    .notice-cookie .notice-inner .notice-text {width: 88%;}
    .notice-cookie .notice-inner .actions {width: 12%; padding-right: 10px;}
}

/* #Tablet (Portrait) ================================================== */

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 1007px) {

    body [class*="col2-"] .products-grid.four-columns li.item,
	body [class*="col2-"] .products-grid.five-columns li.item,
	body [class*="col2-"] .products-grid.six-columns li.item,
	body [class*="col2-"] .products-grid.seven-columns li.item,
	body [class*="col2-"] .products-grid.eight-columns li.item { width: 33.332%; }

    body [class*="col2-"] .products-grid.four-columns li.item:nth-of-type(4n+1),
	body [class*="col2-"] .products-grid.five-columns li.item:nth-of-type(5n+1),
	body [class*="col2-"] .products-grid.six-columns li.item:nth-of-type(6n+1),
	body [class*="col2-"] .products-grid.seven-columns li.item:nth-of-type(7n+1),
	body [class*="col2-"] .products-grid.eight-columns li.item:nth-of-type(8n+1) { clear: none; }

    body [class*="col2-"] .products-grid.four-columns li.item:nth-of-type(3n+1),
	body [class*="col2-"] .products-grid.five-columns li.item:nth-of-type(3n+1),
	body [class*="col2-"] .products-grid.six-columns li.item:nth-of-type(3n+1),
	body [class*="col2-"] .products-grid.seven-columns li.item:nth-of-type(3n+1),
	body [class*="col2-"] .products-grid.eight-columns li.item:nth-of-type(3n+1) { clear: left; }

    body [class*="col2-"] .products-grid.four-columns li.item:nth-of-type(3n+3),
	body [class*="col2-"] .products-grid.five-columns li.item:nth-of-type(3n+3),
	body [class*="col2-"] .products-grid.six-columns li.item:nth-of-type(3n+3),
	body [class*="col2-"] .products-grid.seven-columns li.item:nth-of-type(3n+3),
	body [class*="col2-"] .products-grid.eight-columns li.item:nth-of-type(3n+3) { clear: right; }

	body .col3-layout .products-grid.three-columns li.item,
	body .col3-layout .products-grid.four-columns li.item,
	body .col3-layout .products-grid.five-columns li.item,
	body .col3-layout .products-grid.six-columns li.item,
	body .col3-layout .products-grid.seven-columns li.item,
	body .col3-layout .products-grid.eight-columns li.item { width: 50%; }

	body .col3-layout .products-grid.three-columns li.item:nth-of-type(3n+1),
	body .col3-layout .products-grid.four-columns li.item:nth-of-type(4n+1),
	body .col3-layout .products-grid.five-columns li.item:nth-of-type(4n+1),
	body .col3-layout .products-grid.six-columns li.item:nth-of-type(4n+1),
	body .col3-layout .products-grid.seven-columns li.item:nth-of-type(4n+1),
	body .col3-layout .products-grid.eight-columns li.item:nth-of-type(4n+1),
	body .col3-layout .products-grid.five-columns li.item:nth-of-type(5n+1),
	body .col3-layout .products-grid.six-columns li.item:nth-of-type(6n+1),
	body .col3-layout .products-grid.seven-columns li.item:nth-of-type(7n+1),
	body .col3-layout .products-grid.eight-columns li.item:nth-of-type(8n+1) { clear: none; }

	body .col3-layout .products-grid.three-columns li.item:nth-of-type(2n+1),
	body .col3-layout .products-grid.four-columns li.item:nth-of-type(2n+1),
	body .col3-layout .products-grid.five-columns li.item:nth-of-type(2n+1),
	body .col3-layout .products-grid.six-columns li.item:nth-of-type(2n+1),
	body .col3-layout .products-grid.seven-columns li.item:nth-of-type(2n+1),
	body .col3-layout .products-grid.eight-columns li.item:nth-of-type(2n+1) { clear: left; }

	body .col3-layout .products-grid.three-columns li.item:nth-of-type(2n+2),
	body .col3-layout .products-grid.four-columns li.item:nth-of-type(2n+2),
	body .col3-layout .products-grid.five-columns li.item:nth-of-type(2n+2),
	body .col3-layout .products-grid.six-columns li.item:nth-of-type(2n+2),
	body .col3-layout .products-grid.seven-columns li.item:nth-of-type(2n+2),
	body .col3-layout .products-grid.eight-columns li.item:nth-of-type(2n+2) { clear: right; }

    body .col1-layout .products-grid:not(.carousel-ul):not(.product-items):not(.type-2) li.item {width: 33.332%;}
    body .col1-layout .products-grid:not(.carousel-ul):not(.product-items):not(.type-2) li.item:nth-of-type(3n) {clear: right;}
    body .col1-layout .products-grid:not(.carousel-ul):not(.product-items):not(.type-2) li.item:nth-of-type(3n+1) {clear: left;}
    body .col1-layout .products-grid:not(.carousel-ul):not(.product-items):not(.type-2) li.item:nth-of-type(3n+2) {clear: none;}

    .products-list .twenty,
    .products-list .twenty-five,
    .products-list .thirty {
      width: 30%;
    }

    .products-list .seventy,
    .products-list .seventy-five,
    .products-list .eighty {
      width: 70%;
    }

	/* Header */
	/*.header .welcome-msg { display: none;}*/
	/*.header .top-block {text-align: center;}*/
	/*.header .header-custom-links {float: none; display: inline-block;}*/

	/*.header .header-custom-links .navbar-header {display: none;}*/
	/*.header .header-custom-links .header-links.navbar-collapse.collapse {display: block!important; height: auto!important; padding: 0;}*/
	/*.header .logo-wrapper {*/
  /*  float: none;*/
  /*  display: inline-block;*/
  /*  padding: 19px 0;*/
  /*}*/
	/*.header .right-block {float: right;}*/
  /*  .header .header-text-banner .image-text {*/
  /*      right: 36px;*/
  /*  }*/
  /*  .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: 0;*/
  /*  }*/
  /*  .header .header-text-banner .image-block {max-width: 50%; padding-top: 9px;}*/
  /*  .header .form-language + .form-currency:before,*/
  /*  .header .form-currency + .form-language:before {content: none;}*/
  /*  .header .header-info {float: none; margin-bottom: -2px;}*/
  /*  #header .account-language-currency-wrapper {display: none;}*/
  /*  .wide-header #header .middle-block,*/
  /*  [class*="boxed-header"] #header .middle-block .middle-block-inner {border-bottom: none;}*/

	/*.header .logo,*/
	/*.header .quick-access {float: none; display: inline-block; margin: 0;}*/
	/*.header .quick-access {position: relative;}*/
	/*header.header .customer-name-wrapper + .links {right: 0; text-align: left; top: 100% !important;}*/
	/*.header h2.logo {margin-bottom: 1em; display: block;}*/
	/*.banner-home .divider-border { width: 60%; }*/
	/*.header .top-block .navbar-toggle {display: block;}*/
	/*#header .header-custom-block-wrapper {padding-top: 10px; padding-bottom: 0;}*/
	/*#header .quick-access {padding-top: 51px; padding-bottom: 41px;}*/
	/*body #header .header-socials ul.social-links li {margin: 0 10px !important;}*/
	/*.header .navbar-header .navbar-toggle {display: block; border: none;}*/
	/*.header .navbar-default .navbar-toggle:hover,*/
	/*.header .navbar-default .navbar-toggle:focus {background-color: rgba(255,255,255,.1);}*/
	/*.header .topmenu.navbar-collapse {*/
	/*	width: 300px;*/
	/*	background-color: #fff;*/
	/*	position: fixed;*/
	/*	left: 0;*/
	/*	top: 0;*/
	/*	bottom: 0;*/
	/*	z-index: 999;*/
	/*	padding: 1.5em 0;*/
	/*	transition: left 550ms ease;*/
	/*}*/
	/*ul.topmenu li.level1.parent > a:after,*/
	/*ul.topmenu li.level1.parent li.parent > a:after {content: none;}*/
	/*.header .topmenu.navbar-collapse .menu-wrapper {background: none!important;}*/
	/*.header .topmenu.navbar-collapse .menu-wrapper ul.level0 {margin: .75em 0;}*/
	/*.header .nav-wide .menu-wrapper ul.level0 li.level1 span.subtitle {border: none; margin: 0; padding: 0; white-space: normal; color: inherit;}*/
	/*ul.topmenu li.level0.parent a.level-top:after,*/
	/*.header .nav-wide .menu-wrapper ul.level0 li.level1 a span:before {content: none!important;}*/
	/*.header .nav-wide .menu-wrapper ul.level0 li.level1 > ul {margin-bottom: .5em;}*/
	/*.header .nav-wide .menu-wrapper ul.level0 li.level1 > ul a {border: none; padding-top: .5em; padding-bottom: .5em;}*/
  /*  .nav-wide .menu-wrapper ul.level0 li.level1 ul.level1 ul {border: none;}*/
  /*  .nav-wide .menu-wrapper ul.level1 li.parent > a:after {display: none;}*/
  /*  .nav-wide .menu-wrapper ul.level0 li.level1 ul.level1 ul,*/
  /*  ul.topmenu li ul.menu-wrapper,*/
  /*  ul.topmenu li div.menu-wrapper {display: none; opacity: 1; visibility: visible; transform: translate(0); transition: none;}*/
  /*  .nav-wide .menu-wrapper ul.level0 li.level1 > .category-image {display: none;}*/
  /*  ul.topmenu li.level-top:not(:last-of-type),*/
  /*  ul.topmenu.nav-wide li.level-top:not(:last-of-type),*/
  /*  ul.topmenu.nav-wide ul.level0 li.level1:not(:last-of-type) {*/
  /*      border-bottom: 1px solid #d1d1d1;*/
  /*  }*/
	/*.header .topmenu.navbar-collapse.collapse {left: -300px;}*/
	/*.header .topmenu.navbar-collapse.collapse.in {display: block!important; left: 0;}*/
	/*.header .topmenu.navbar-collapse > ul,*/
	/*.header .topmenu.navbar-collapse li {display: block; margin: 0; float: none; width: auto!important; padding: 0!important;}*/
	/*.header .topmenu.navbar-collapse li a {width: 100%; display: block; float: none; padding-left: 10px; padding-right: 10px;}*/
	/*.header .topmenu li.level0.over > a,*/
	/*.header .topmenu li.level0 a > i {display: none;}*/
	/*.header .topmenu li ul ul {display: none; position: static; width: 100%; box-shadow: none;}*/
	/*.header .topmenu li.level0 + li.level0:after,*/
	/*.header .topmenu li.level0 + li.level0:before {content: none;}*/
	/*.header .mobile-menu-wrapper .topmenu .menu-item-button {*/
  /*  position: absolute;*/
  /*  right: 10px;*/
  /*  padding: 5px;*/
  /*  z-index: 1000;*/
  /*  cursor: pointer;*/
  /*  top: 16px;*/
  /*  font-size: 12px;*/
  /*  color: rgba(0,0,0,0.8);*/
  /*}*/
    /*.header .topmenu .menu-item-button i{ font-size: 12px;}*/
	/*.header .topmenu .menu-item-button .icon-minus {display: none;}*/
	/*.header .topmenu .menu-item-button.active .icon-minus {display: inline-block;}*/
	/*.header .topmenu .menu-item-button.active .icon-plus {display: none;}*/
    /*.header .topmenu ul ul .menu-item-button {top: 5px;}*/
    /*#header .topmenu  ul ul {position: static; padding: 10px 0 10px 0; box-shadow: none; width: 100%; margin-left: 0; margin: 0;}*/
    /*#header .topmenu  ul ul ul {padding: 10px 0 10px 20px;}*/
    /*#header .search-mini-form {*/
    /*    padding-top: 13px;*/
    /*    padding-bottom: 13px;*/
    /*}*/

    /*.language-currency-wrapper,*/
    /*.header .wishlist-link,*/
    /*.header .header-custom-menu-list {display: none;}*/
    /*.header .form-language,*/
    /*.header .form-currency,*/
    /*.header .links,*/
    /*body .navbar-default {display: none;}*/
    /*header.header .hamburger {*/
    /*    display: none;*/
    /*}*/
    /*.header .mobile-wrapper-links .links {*/
    /*    display: block;*/
    /*}*/
    /*.header .links:not(.default-links) li a.top-link-login,*/
    /*.header .mobile-wrapper-links .links:not(.default-links) li a.top-link-logout {*/
    /*    font-size: 0;*/
    /*    padding-left: 12px;*/
    /*    padding-right: 12px;*/
    /*}*/
    /*.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 {*/
    /*    font-size: 18px;*/
    /*    margin: 0;*/
    /*    padding: 0;*/
    /*}*/
    /*header.header .customer-name-wrapper + .links {*/
    /*    top: 100% !important;*/
    /*}*/
    /*.header .middle-block .right-block {float: right;}*/
    /*.header .search-mini-form .form-search .action-btn.visible-sm {*/
    /*    display: table-cell !important;*/
    /*}*/
    /*.header .search-mini-form .form-search.type-2 .action-btn.visible-sm {*/
    /*    display: none !important;*/
    /*}*/
    /*.header .search-mini-form .form-search .btn i {display: block;}*/
    /*.header .search-mini-form .form-search .action-btn.visible-sm:after {*/
    /*    display: block;*/
    /*    position: absolute;*/
    /*    content: '';*/
    /*    height: 22px;*/
    /*    width: 1px;*/
    /*    right: 0;*/
    /*    top: 50%;*/
    /*    -o-transform: translateY(-50%);*/
    /*    -ms-transform: translateY(-50%);*/
    /*    -moz-transform: translateY(-50%);*/
    /*    -webkit-transform: translateY(-50%);*/
    /*    transform: translateY(-50%);*/
    /*    background-color: rgba(255,255,255,0.95);*/
    /*}*/
    /*.header .search-mini-form.focused .form-search .action-btn.visible-sm:after {*/
    /*    background-color: rgba(0,0,0,0.08);*/
    /*}*/
    /*.header .search-mini-form .form-search .search-icon {*/
    /*    padding: 0;*/
    /*}*/
    /*.header .search-mini-form .form-search .search-icon .btn {*/
    /*    padding: 0 15px;*/
    /*}*/
    /*.header .form-language + .form-currency,*/
    /*.header .form-currency + .form-language {*/
    /*    margin-left: 0;*/
    /*}*/
	/*ul.topmenu li.level0.nav-1 a.level-top .custom-icon {padding: 0;}*/
	/*ul.topmenu li.level0.nav-1 a.level-top .custom-icon:after {content: none;}*/
    /*ul.topmenu .default-menu ul li:not(.item) a {*/
    /*    padding: .7em 20px;*/
    /*}*/
    /*ul.topmenu li.level0:first-child {padding-left: 15px;}*/
    /*ul.topmenu li.level-top,*/
    /*ul.topmenu.nav-wide li.level-top,*/
    /*ul.topmenu.nav-wide ul.level0 li.level1 {display: block; margin: 0; float: none; position: relative; width: auto!important; padding: 0;}*/
    /*ul.topmenu li.level-top a,*/
    /*ul.topmenu.nav-wide li.level-top a,*/
    /*ul.topmenu.nav-wide ul.level0 li.level1 a {padding-left: 35px;}*/
	/*ul.topmenu.nav-wide .top-content,*/
	/*ul.topmenu.nav-wide .bottom-content,*/
	/*ul.topmenu.nav-wide .right-content {display: none;}*/
	/*ul.topmenu.nav-wide .menu-wrapper {position: static; box-shadow: none; padding: 0; background-color: transparent;}*/
    /*.nav-wide .menu-wrapper,*/
    /*.nav-wide .menu-inner {background-image: none !important;}*/
    /*.nav-wide .menu-wrapper ul.level0 li.level1 span.subtitle,*/
    /*.mobile-menu-inner ul.topmenu ul li:not(.item) a {*/
    /*    text-transform: none;*/
    /*}*/
    /*.mobile-menu-wrapper {display: inline-block;}*/

    /*body .mobile-menu-inner  ul.topmenu li.level0.active a.level-top:hover,*/
    /*body .mobile-menu-inner  ul.topmenu li.level0.active a.level-top:focus {*/
    /*  background-color: rgba(0,0,0,0.2);*/
    /*  color: rgba(255,255,255,1);*/
    /*}*/
	/*#header ul.topmenu li.level0.first a.level-top .custom-icon.ion-ios-home-outline {margin-left: 0;}*/
	/*#header ul.topmenu li.level0 a.level-top span:after {content: none;}*/
    /*.header-layout-1.cms-index-index .header-slider {*/
    /*    min-height: 144px;*/
    /*}*/
    /*.header .header-banner .banner {*/
    /*    margin-top: 0;*/
    /*}*/
    /*body .header-breadcrumbs-wrapper.fixed-height {height: auto !important;}*/
    /*.nav-wide .menu-wrapper.tabs-menu li.level1.over > .menu-inner {padding-left: 0; padding-right: 0;}*/
    /*.nav-wide .menu-wrapper ul.level0 li.level1:not([data-columns='1']) > .menu-inner ul.level1 ul a {border-bottom: none;}*/
    /*.mobile-menu-inner .nav-wide .menu-wrapper ul.level0 li.level1 > a {*/
    /*    padding-bottom: 0.5em;*/
    /*    padding-top: 0.5em;*/
    /*    width: 100%;*/
    /*}*/
    /*.nav-wide .menu-wrapper.tabs-menu li.level1 > a:after {*/
    /*    display: none;*/
    /*}*/
    /*.nav-wide .menu-wrapper.tabs-menu li.level1 > .menu-inner .category-image {*/
    /*    display: none;*/
    /*}*/
    /*.nav-wide .menu-wrapper.tabs-menu li.level1 > .menu-inner {*/
    /*    opacity: 1;*/
    /*    position: static;*/
    /*    left: 0;*/
    /*    right: 0 ;*/
    /*    width: 100%;*/
    /*    z-index: 10;*/
    /*    display: none;*/
    /*}*/
    /*.nav-wide .menu-wrapper.tabs-menu li.level1 > .menu-inner ul.level1 li.level2 {*/
    /*    float: none !important;*/
    /*    width: 100%;*/
    /*    padding: 0 !important;*/
    /*}*/
    /*.nav-wide .menu-wrapper.tabs-menu li.level1 > .menu-inner ul {*/
    /*    display: block;*/
    /*}*/
    /*.nav-wide .menu-wrapper ul.level0 li.level1:not([data-columns='1']) > .menu-inner ul.level1 li.level2 > ul,*/
    /*.nav-wide .menu-wrapper ul.level0 li.level1:not([data-columns='1']) > .menu-inner ul.level1.over li.level2 > ul {*/
    /*    display: none;*/
    /*}*/
    /*.nav-wide .menu-wrapper.tabs-menu li.level1 > .menu-inner ul.level1 {display: block !important;}*/
    /*.nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level1 {width: 100% !important; margin-right: -8px; padding-left: 30px;}*/
    /*.nav-wide .menu-wrapper.tabs-menu:before {display: none;}*/
    /*.nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1 > .menu-inner,*/
    /*.nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1 > .menu-wrapper {height: auto !important; background-color: transparent; padding: 0 !important; margin-left: 0 !important;}*/
    /*.nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1.over {background-color: transparent;}*/
    /*.nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1 > a {width: 100% !important; border-top: none !important;}*/
    /*.nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1 > a:after {display: none;}*/
    /*.nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1 > .level2 a {padding-left: 0; padding-right: 0;}*/
    /*.nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level1 > a {padding: .5em 20px .5em 0px;}*/
    /*.nav-wide .menu-wrapper.tabs-menu ul.level1 li.parent:not([data-bold-link='1']) > a:after,*/
    /*.nav-wide .menu-wrapper.tabs-menu.vertical li.level1 > a:after {display: none !important;}*/

    /*.menu-block .customer-name strong { display: none; }*/
    /*.menu-block .customer-name .user-icon { margin-right: 10px; }*/

    /*Header custom dropdown*/
    .header .preview-dropdown-wrapper .bottom-links a + a {
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .header .preview-dropdown-wrapper {margin: 0 0 0 -15px;}
    .header .preview-dropdown-wrapper.skins-block .preview-block,
    .header .preview-dropdown-wrapper .preview-block {width: 100%; padding: 10px 10px 20px; float: none;}
    .header .preview-dropdown-wrapper .block-title {margin-bottom: 0; margin-top: 15px;}
    .header .preview-dropdown-wrapper .preview-block .preview-image {margin-bottom: 10px;}
    .header .preview-dropdown-wrapper.product-page .preview-block {width: 100%;}
    .header .preview-dropdown-wrapper .block-title,
    .header .preview-dropdown-wrapper .bottom-links a,
    .header .preview-dropdown-wrapper .bottom-links a:not(.last),
    .mobile-menu-inner ul.topmenu li.level0 a {color: rgba(0, 0, 0, 0.8) !important; border-color: #d1d1d1; position: relative;}
    .header .preview-dropdown-wrapper .preview-block .preview-image {padding-bottom: 1px;}

    /* Sticky Header */
    #sticky-header .mobile-menu-wrapper {margin-top: 7px;}
    #sticky-header .top-cart {margin-top: 6px;}
    header#sticky-header .top-cart .block-title .cart-qty {
        position: absolute;
        right: 2px;
        top: 5px;
        font-size: 9px;
        height: 14px;
        width: 14px;
        line-height: 14px;
        font-weight: normal;
    }

    .customer-reviews-widget .btn {padding-left: 20px; padding-right: 20px;}

	/* Listing =================================== */
    .meigee-instagram-widget.sidebar-block .block-title {
        margin-left: -10px;
        margin-right: -10px;
    }
    .meigee-instagram-widget.sidebar-block {
        padding: 0 10px 10px;
    }
    .block-cart.block .block-content .product-name a {
        font-size: 1.067em;
    }
    .block-list li.item .product-name a {max-width: 92%; padding-top: .5em; padding-bottom: .5em; padding-left: 0;}
    .block-list li.item .product-name:before {vertical-align: top; position: relative; top: 11px; margin: 0; left: -8px;}
    .block:not(.block-related) .block-content li .product-name a {font-size: 14px;}
    .sidebar .block .actions {text-align: center;}
    .sidebar .block .actions .btn { width: 100%; margin-left: 0; margin-right: 0;}
	.block.block-reorder .actions .btn,
	.block.block-compare .actions .btn { width: 100%; margin-left: 0; margin-right: 0;}
    .sidebar .block.block-compare .actions .btn + .btn,
    .block .actions .btn-default + .btn-primary,
    .sidebar.side-sidebar .block.block-compare .actions .btn + .btn {margin-top: 15px; margin-left: 0;}

    [class*="col2-"] .sidebar .block.block-compare .actions .btn + .btn {margin-left: 0;}
    [class*="col2-"] .sidebar .block-compare .item .product-image {max-width: 35px;}

	body .products-list .product-buttons .btn {margin-bottom: .75em;}

	.block-account li:before {vertical-align: top; position: relative; top: 12px;}
	.block-account li.current:before {vertical-align: top; position: relative; top: 6px;}
	.block.block-account li a {max-width: 86%;}
    .sorter .amount{
        display: block;
    }
	/*.sorter .amount,*/
	.col3-layout .sorter .amount,
	.col3-layout .sorter .limiter label { display: none; }
    .toolbar .sorter {width: auto;}
	.toolbar .sorter.grid-switcher .view-mode {display: none;}
    .sorter.grid-switcher .sort-by {float: left;}
	.toolbar.no-pagination .sorter {float: none; /*display: none;*/}
	.toolbar .pager {width: auto; position: absolute; right: 0;}
	.toolbar-bottom .toolbar .pager {position: static;}
	.col3-layout .toolbar .sorter {width: auto;}
    .products-grid .indent.type-2 .product-image:before,
    .footer-products-list .product-image:before {
        content: none;
    }
    .products-grid .indent.type-2 .lightbox-button,
    .products-grid .indent.type-2  .btn-quickview,
    .products-grid .item .indent.type-2 .product-labels-wrapper,
    .footer-products-list  .btn-quickview,
    .footer-products-list .lightbox-button,
    .footer-products-list .product-labels-wrapper {
        display: none;
    }
    .products-grid .item .indent.type-4 .product-action-wrapper {
      -webkit-flex-direction: column;
      -webkit-box-orient: vertical;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .products-grid .item .indent.type-4 .product-action-wrapper .action-buttons {margin-top: 10px;}
    .products-grid .item .indent.type-4 .product-action-wrapper .add-to-links {display: inline-block;}

	.products-grid.eight-columns .indent.type-2 > *,
	.products-grid.seven-columns .indent.type-2 > *,
	.products-grid.six-columns .indent.type-2 > *,
	.products-grid.five-columns .indent.type-2 > * {
		width: 100% !important;
    }

    /*.sidebar .block-subscribe .validation-advice {top: 100%;}*/
    .products-grid[class*="-columns"] .listing-banner-wrapper.row-banner ~ li.item:nth-of-type(3n+2) {
        clear: left !important;
    }
    .products-grid[class*="-columns"] .listing-banner-wrapper.row-banner ~ li.item:nth-of-type(3n+1) {
        clear: right !important;
    }

	/* Home Page */
    .text-banners-block .text-banner {
        padding-bottom: 15px;
        padding-left: 7px;
    }
    .text-banners-block .title {
        display: block;
        text-align: center;
        text-transform: none;
        font-size: 11px;
        margin-bottom: 4px;
    }
    .text-banners-block .btn {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .text-banner .banner {width: 75%;}
    .text-banner.first .content-text {left: 40px;}
    .text-banner.last .content-text {right: 40px;}
    .text-banner .content-text .title {font-size: 30px;}
    .text-banner .content-text .text {font-size: 13px;}
    .text-banner.first .content-text {right: 55%;}
    .text-banner.last .content-text {left: 55%;}
    .text-banner.first .owl-buttons {left: 40px; bottom: 40px;}
    .text-banner.last .owl-buttons {right: 40px; bottom: 40px;}
    .block-product-sidebar {
        padding: 15px 10px;
    }
    .block-product-sidebar li {
        padding-top: 10px;
        margin-top: 10px;
    }

    .products-list .item.sold-out .sold-out-label,
    .products-grid .item.sold-out .sold-out-label {padding-left: 8px; padding-right: 8px;}
	.block-related .media-left {display: block; margin: 0 0 .75em; padding: 0;}

	/* Account ============================================= */
  .account-login .new-users {
    margin-bottom: 2.25em;
  }
	.my-account p.order-links { text-align: right; }
	.my-account .product-review .media-body .product-name { margin: 0; }
	.my-account .product-review .media-body .product-details small { float: none; margin-bottom: .75em; clear: both;}
	.my-wishlist .cart-cell .add-to-cart-alt { text-align: center; }
	.my-account .my-wishlist .cart-cell .btn-primary { margin: .75em 0 0; clear: both; }
	.my-wishlist .table-button { margin-bottom: .75em; }
    .my-account table.table .product-name {max-width: 76%;}
    .my-account table.table .nobr {white-space: normal!important;}
    .my-account table.table > thead > tr > td,
    .my-account table.table > tbody > tr > td,
    .my-account table.table > tfoot > tr > td {padding: .75em 9px;}

    .sidebar .block.block-wishlist li.item .product-image {width: 100%; margin-right: 0;}


	.info-block div:last-of-type .inner {padding-right: 40px;}

	[class*="col2-"] #customer-reviews > div,
	.col3-layout #customer-reviews > div {float: none!important; width: 100%;}
	[class*="col2-"] .box-reviews .customer-rating {width: 30%;}
	[class*="col2-"] .review-box {width: 100%; min-height: 181px;}
	[class*="col2-"] .review-box .review {width: 100%;}
	[class*="col2-"] .box-reviews .rating-block #product-review-table .item,
	.col3-layout .box-reviews .rating-block #product-review-table .item {padding-left: 20px; padding-right: 20px;}
    .box-reviews .more-link {
        position: relative;
        top: auto;
        display: inline-block;
        padding: 11px 0;
    }

	.block-cart .product-image {max-width: 44px;}
	.block-cart.block .block-content .btn-remove{top: -5px;}
	.block-cart .block-content .mini-products-list .product-details {width: 62%;}

    .sidebar .block.block-wishlist#wishlist-slider .actions {
        margin-right: 0;
        float: none;
        width: 100%;
        margin-top: 5px;
    }

    .col3-layout .product-sidebar .block.block-wishlist .slider-buttons,
    .col3-layout .block-related:not(.related-bottom) .slider-buttons {
        position: absolute;
        top: 0;
        margin-top: 0;
    }

	[class*="col2-"] .timer-wrapper.full .timer-box > div {min-width: 30px;}
	[class*="col2-"] .timer-wrapper.full .timer-box > div span {font-size: 2em; min-width: 30px;}
	.timer-wrapper.full .timer-box > div.title {margin-bottom: .5em;}

	#customer-reviews > .pull-left,
	#customer-reviews > .pull-right {float: none!important;}

	#toTop {display: none!important;}
	.form-list label {display: inline-block; float: none;}

	body .toolbar .sorter .a-center {text-align: left!important;}
	#header .right-menu-wrapper {text-align: left;}
    .toolbar.sorter .grid-switcher .view-mode {display: none;}

	body .block-cart .img-container {width: 56px; margin-right: 10px;}
	body .block-cart .block-content .mini-products-list .product-details {width: 60%;}
	body .block-cart .block-content .mini-products-list .product-details  .product-name {font-size: .91em;}
	.col3-layout .toolbar .sorter .a-center {width: 60%;}
	.col3-layout .toolbar .sorter .a-right {width: 40%;}

	.customer-reviews-widget .product-block {padding-left: 20px; padding-right: 20px;}
	.customer-reviews-widget .right-wrapper {width: 60%;}

	.subscribe-block .info {padding-left: 30px;}
	.subscribe-block .input {float: none; clear: both; border-top: solid 1px rgba(0,0,0,.1); text-align: center;}
	.subscribe-block .input .block-subscribe {display: inline-block;}
	.subscribe-block .input .input-wrapper {width: 450px;}
	.nav-wide .menu-wrapper .sub-content .menu-banners {margin: 0 -38px; position: static;}
	.nav-wide .menu-wrapper .sub-content .menu-banners .banner {width: 50%;}
	.nav-wide .menu-wrapper .sub-content .menu-banners .banner a {padding: 0;}


	.block-cart.block  .block-subtitle { padding-bottom: 1em;}
	.block-cart.block .block-content .btn-remove,
	.block-cart.block .block-content .btn-edit {padding-left: 0!important; padding-right: 0!important; top: 0; float: none; display: block; margin: 0;}
    .block-cart.block .block-content .btn-remove {margin-top: 5px;}
	.block-cart.block .block-content .mini-products-list li .media-left {padding: 0 0 9px;}
	.block-cart.block .block-content .mini-products-list li .product-image {width: 100%; max-width: 100%; min-width: 40px;}
    .block-cart.block .block-content .media-body {padding-left: 10px;}
	.block-cart.block .block-content .product-name {font-size: 12px; margin-left: 0; padding-right: 30px;}
	.products-grid .product-name {font-size: 14px;}
	.products-grid .item.type-2 .indent {padding: 15px;}

    .block.block-wishlist .actions a,
    .sidebar .block-compare a.btn {
        float: none;
        display: block;
    }
    .block.block-wishlist .actions {
        float: none;
    }
    .notice-cookie .notice-inner .notice-text {width: 100%; padding: 0 10px;}
    .notice-cookie .notice-inner a {float: left;}
    .notice-cookie .notice-inner .actions {padding-right: 10px; float: none; display: block; width: auto; padding-top: 10px;}
}

/*  #Mobile (Portrait) ================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	.title-buttons { text-align: left; }
	.order-date { float: none; clear: both; padding-top: .75em; }

  .wide-header #header .middle-block,
  .boxed-header #header .middle-block,
  .wide-header #header .top-block,
  .boxed-header #header .top-block,
  .wide-header #header .bottom-block,
  .boxed-header #header .bottom-block {
    border: 0;
  }


	body .col2-left-layout .col-main,
	body .col3-layout .col-wrapper .col-main,
	body .col-left.sidebar,
	body .col-right.sidebar {float: none;}

	body .col-main form .form-list .form-group .gender { width: 100%; margin-bottom: 1em; }
	body .col-main form .form-list .form-group .gender + .customer-dob { width: 100%; }
	body .form-list .gender + .customer-dob .dob-month,
	body .col-main.col-sm-9 .form-list .gender + .customer-dob .dob-month,
	body .form-list .gender + .customer-dob .dob-day,
	body .col-main.col-sm-9 .form-list .gender + .customer-dob .dob-day,
	body .form-list .gender + .customer-dob .dob-year,
	body .col-main.col-sm-9 .form-list .gender + .customer-dob .dob-year { width: 33.333333333333%; }

	 /* Data Table */
	table.table table,
	table.table thead,
	table.table tbody,
	table.table th,
	table.table td,
	table.table tr {
    display: block;
    border: 0;
    text-align: left;
    width: 100%;
    float: none;
  }
    #super-product-table table.table tr {}
	table.table thead tr { display: none;}
    #shopping-cart-totals-table td {width: 49% !important;}
    #shopping-cart-totals-table td + td {float: right;}
	table.table td a.product-image img{width:100%;}
	table.table td .cart-label { width: 80px; display: inline-block; vertical-align: middle; font-size:1.16em; color:#888; font-weight:normal; }
	table.table td.last { border-bottom: 1px solid #ddd!important; margin-bottom: -1px;}

	table.table tfoot td.last {border: none!important;}
	body.sidebar-left .col2-left-layout .col-main { float: none !important;}

	/* Header */
    .header .mobile-wrapper-links {
        display: inline-block;
    }
    .header .mobile-wrapper-links .links {
        display: block;
    }
    .header .links:not(.default-links) li a.top-link-login,
    .header .mobile-wrapper-links .links:not(.default-links) li a.top-link-logout {
        font-size: 0;
        padding-left: 12px;
        padding-right: 12px;
    }
    .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 {
        font-size: 18px;
        margin: 0;
        padding: 0;
    }
    header.header .customer-name-wrapper + .links {
        top: 100% !important;
    }
    #header .search-mini-form .form-search.type-2 .indent .input-group {
        width: 100%;
    }
    #header .search-mini-form .form-search.type-2 .indent input {width: 95%; font-size: 22px;}
    #header .search-mini-form .form-search.type-2 .logo-wrapper {display: none;}
    .header .customer-name .user-icon i {margin-right: 0; margin-top: 4px;}
    #header .quick-access {padding-top: 10px; padding-bottom: 10px; text-align: center;}
    .language-currency-dropdown {right: auto; left: 0;}
    .language-currency-dropdown:before {right: auto; left: 20px;}
    #header .search-cart-block {float: none;}
    #header .header-socials .btn-default {margin-right: 0;}
    #header .search-mini-form .form-search.type-1 .indent .inner .input-wrapper {width: 100%;}
    #header .search-mini-form .form-search.type-1 .indent .inner input {width: 100%;}
    #header .search-mini-form .form-search.type-1 .indent .btn-close {right: 30px;}
    .header .header-info {display: none;}
    .header .header-banner .banner {margin-top: 10px; margin-bottom: 10px;}
    .header .header-banner .banner + .banner {margin-left: 0; padding-left: 0; border-left: none; margin-top: 10px; margin-bottom: 10px;}
    .header .header-banner {text-align: center;}
    #header ul.social-links + .header-info {margin-left: 0; padding-left: 0; padding-top: 0;padding-bottom: 12px; border-left: none;}
    #header .middle-block .middle-block-inner {position: relative;}
    .nav-wide .menu-wrapper,
    .nav-wide .menu-inner {background-image: none !important;}

    .header .search-mini-form .form-search.type-2 .indent {width: auto;}
    .header .search-mini-form .form-search input { width: 100%; }
    .header .form-language + .form-currency,
    .header .form-currency + .form-language {
        margin-left: 0;
    }
    #header .account-language-currency-wrapper {display: none;}
    /*#header .top-block ul.social-links {float: none;}*/
    /*.language-currency-wrapper,*/
    /*.header .wishlist-link,*/
    /*.header .header-custom-menu-list {display: none;}*/
    /*.header .header-text-banner {margin-bottom: 15px;}*/
    /*.header .header-text-banner .image-block {*/
    /*    max-width: 50%;*/
    /*}*/
    /*.header .header-text-banner .title {*/
    /*    font-size: 18px;*/
    /*}*/
    /*.text-banner .banner-label {*/
    /*    font-size: 11px;*/
    /*    font-weight: 500;*/
    /*    padding: 3px 3px 0px;*/
    /*}*/
    /*.nav-wide .menu-wrapper.tabs-menu li.level1.over > .menu-inner {padding-left: 0; padding-right: 0;}*/
    /*.nav-wide .menu-wrapper.tabs-menu li.level1 > .menu-inner ul.level1 {display: block !important;}*/
    /*.nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level1 {width: 100% !important; margin-right: 0; padding-left: 30px;}*/
    /*.nav-wide .menu-wrapper.tabs-menu:before {display: none;}*/
    /*.nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1 > .menu-inner,*/
    /*.nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1 > .menu-wrapper {height: auto !important; background-color: transparent; padding: 0 !important; margin-left: 0 !important;}*/
    /*.nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1.over {background-color: transparent;}*/
    /*.nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1 > a {width: 100% !important; border-top: none !important;}*/
    /*.nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1 > a:after {display: none;}*/
    /*.nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1 > .level2 a {padding-left: 0; padding-right: 0;}*/
    /*.nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level1 > a {padding: .5em 20px .5em 0px;}*/
    /*.nav-wide .menu-wrapper.tabs-menu ul.level1 li.parent:not([data-bold-link='1']) > a:after,*/
    /*.nav-wide .menu-wrapper.tabs-menu.vertical li.level1 > a:after {display: none !important;}*/
    /*.nav-wide .menu-wrapper.tabs-menu li.level1 > a:after {*/
    /*    display: none;*/
    /*}*/
    /*.nav-wide .menu-wrapper.tabs-menu li.level1 > .menu-inner .category-image {*/
    /*    display: none;*/
    /*}*/
    /*.nav-wide .menu-wrapper.tabs-menu li.level1 > .menu-inner {*/
    /*    opacity: 1;*/
    /*    position: static;*/
    /*    left: 0;*/
    /*    right: 0 ;*/
    /*    width: 100%;*/
    /*    z-index: 10;*/
    /*    display: none;*/
    /*}*/
    /*.nav-wide .menu-wrapper.tabs-menu li.level1 > .menu-inner ul.level1 li.level2 {*/
    /*    float: none !important;*/
    /*    width: 100% !important;*/
    /*    padding: 0 !important;*/
    /*}*/
    /*.nav-wide .menu-wrapper.tabs-menu li.level1 > .menu-inner ul {*/
    /*    display: block;*/
    /*}*/
    /*.nav-wide .menu-wrapper ul.level0 li.level1:not([data-columns='1']) > .menu-inner ul.level1 li.level2 > ul,*/
    /*.nav-wide .menu-wrapper ul.level0 li.level1:not([data-columns='1']) > .menu-inner ul.level1.over li.level2 > ul {*/
    /*    display: none;*/
    /*}*/

    /*ul.social-links li {float: none; display: inline-block;}*/
  /*  .header .header-custom-links + .form-language:before,*/
  /*  .header .header-custom-links + .form-currency:before,*/
  /*  .header .form-currency + .header-custom-links:before,*/
  /*  .header .form-language + .header-custom-links:before,*/
  /*  .header .form-language + .social-links:before,*/
	/*.header .form-currency + .social-links:before,*/
	/*.header .header-custom-links + .social-links:before {content: none;}*/
	/*.header .header-text-blocks {margin-bottom: 20px;}*/
	/*.header .header-text-blocks span.anystore-icon {margin-right: 0;}*/
	/*.header .header-text-blocks span {font-size: 11px;}*/
	/*.header .header-text-blocks li + li {margin-left: 7px; padding-left: 0; border-left: none;}*/
  /*  .header .middle-block .logo-block {float: left;}*/
  /*  .header .middle-block .search-block {padding-top: 10px; position: static;}*/
  /*  .header .customer-name-wrapper {*/
  /*      padding-left: 7px;*/
  /*      padding-right: 7px;*/
  /*  }*/
  /*  .header .search-mini-form .form-search .action-btn.visible-xs {*/
  /*      display: table-cell !important;*/
  /*  }*/

  /*  .header .search-mini-form .form-search .action-btn.visible-xs:after {*/
  /*      display: block;*/
  /*      position: absolute;*/
  /*      content: '';*/
  /*      height: 22px;*/
  /*      width: 1px;*/
  /*      right: 0;*/
  /*      top: 50%;*/
  /*      -o-transform: translateY(-50%);*/
  /*      -ms-transform: translateY(-50%);*/
  /*      -moz-transform: translateY(-50%);*/
  /*      -webkit-transform: translateY(-50%);*/
  /*      transform: translateY(-50%);*/
  /*      background-color: rgba(255,255,255,0.95);*/
  /*  }*/
  /*  .header .search-mini-form.focused .form-search .action-btn.visible-xs:after {*/
  /*      background-color: rgba(0,0,0,0.08);*/
  /*  }*/
  /*  .header .search-mini-form .form-search .search-icon {*/
  /*      padding: 0;*/
  /*  }*/
  /*  .header .search-mini-form .form-search .search-icon .btn {*/
  /*      padding: 0 15px;*/
  /*  }*/

	/*#header .navbar-header .navbar-toggle {display: block; border: none; margin-top: 2px; margin-bottom: 0;}*/
	/*.header .navbar-default .navbar-toggle:hover,*/
	/*.header .navbar-default .navbar-toggle:focus {background-color: rgba(255,255,255,.1);}*/
	/*.header .topmenu.navbar-collapse {*/
	/*	width: 260px;*/
	/*	background-color: #fff;*/
	/*	position: fixed;*/
	/*	left: 0;*/
	/*	top: 0;*/
	/*	bottom: 0;*/
	/*	z-index: 999;*/
	/*	padding: 1.5em 0;*/
	/*	transition: left 550ms ease;*/
	/*}*/
	/*.header .topmenu.navbar-collapse .menu-wrapper {background: none!important;}*/
	/*.header .topmenu.navbar-collapse .menu-wrapper ul.level0 {margin: .75em 0;}*/
	/*.header .nav-wide .menu-wrapper ul.level0 li.level1 span.subtitle {border: none; margin: 0; padding: 0; white-space: normal; line-height: 1.5em; color: inherit;}*/
  /*  ul.topmenu .default-menu ul li:not(.item) a {*/
  /*      padding: .7em 20px;*/
  /*  }*/
	/*ul.topmenu li.level0.parent a.level-top:after,*/
	/*.header .nav-wide .menu-wrapper ul.level0 li.level1 a span:before {content: none!important;}*/
	/*.header .nav-wide .menu-wrapper ul.level0 li.level1 > ul {margin-bottom: .5em;}*/
	/*.header .nav-wide .menu-wrapper ul.level0 li.level1 > ul a {border: none; padding-top: .5em; padding-bottom: .5em;}*/
  /*  .nav-wide .menu-wrapper ul.level0 li.level1 ul.level1 ul {border: none;}*/
  /*  .nav-wide .menu-wrapper ul.level1 li.parent > a:after {display: none;}*/
  /*  .nav-wide .menu-wrapper ul.level0 li.level1 ul.level1 ul,*/
  /*  ul.topmenu li ul.menu-wrapper,*/
  /*  ul.topmenu li div.menu-wrapper {display: none; opacity: 1; visibility: visible; transform: translate(0); transition: none;}*/
  /*  .nav-wide .menu-wrapper ul.level0 li.level1 span.subtitle, .mobile-menu-inner ul.topmenu ul li:not(.item) a {*/
  /*      text-transform: none;*/
  /*  }*/
	/*.header .topmenu.navbar-collapse.collapse {left: -300px;}*/
	/*.header .topmenu.navbar-collapse.collapse.in {display: block!important; left: 0;}*/
	/*.header .topmenu.navbar-collapse > ul,*/
	/*.header .topmenu.navbar-collapse li {display: block; margin: 0; float: none; padding: 0!important; width: auto!important;}*/
	/*.header .topmenu.navbar-collapse li a {width: 100%; display: block; float: none; padding-left: 10px; padding-right: 10px; !*margin-left: -10px; margin-right: -10px;*!}*/
	/*.header .topmenu li.level0.over > a,*/
	/*.header .topmenu.navbar-nav li.level0.active > a {background: #e3e3e3;}*/
	/*.header .topmenu li.level0 a > i {display: none;}*/
	/*.header .topmenu li ul ul {display: none; position: static; width: 100%; box-shadow: none; background: none!important; padding-left: 10px;}*/
	/*.header .topmenu li.level0 + li.level0:after,*/
	/*.header .topmenu li.level0 + li.level0:before {content: none;}*/
  /*  .header .mobile-menu-wrapper .topmenu ul ul .menu-item-button {top: 8px;}*/
	/*.header .mobile-menu-wrapper .topmenu .menu-item-button {*/
  /*  position: absolute;*/
  /*  right: 10px;*/
  /*  padding: 5px;*/
  /*  z-index: 1000;*/
  /*  cursor: pointer;*/
  /*  font-size: 14px;*/
  /*  top: 11px;*/
  /*  color: rgba(0,0,0,0.8);*/
  /*}*/
	/*.header .topmenu .menu-item-button .icon-minus {display: none;}*/
	/*.header .topmenu .menu-item-button.active .icon-minus {display: inline-block;}*/
	/*.header .topmenu .menu-item-button.active .icon-plus {display: none;}*/
	/*.header .topmenu ul ul .menu-item-button {top: 5px;}*/
  /*  .nav-wide .menu-wrapper ul.level0 li.level1 > .category-image {display: none;}*/
	/*.header .bootstrap-select.btn-group .dropdown-menu {right: auto; left: 0;}*/
	/*.header .default-links.links li {padding: 0 8px;}*/
  /*  .header .form-language + .form-currency:before,*/
  /*  .header .form-currency + .form-language:before {content: none;}*/

	/*.header .form-language,*/
	/*.header .form-currency,*/
	/*.header .links,*/
	/*body .navbar-default,*/
  /*.header ul.social-links {*/
  /*  !*display: none;*!*/
  /*}*/
	/*ul.topmenu li.level0.nav-1 a.level-top .custom-icon { padding: 0;}*/
	/*ul.topmenu li.level0.nav-1 a.level-top .custom-icon:after {content: none;}*/
  /*  .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: 0;*/
  /*  }*/
  /*  ul.topmenu li.level-top:not(:last-of-type),*/
  /*  ul.topmenu.nav-wide li.level-top:not(:last-of-type),*/
  /*  ul.topmenu.nav-wide ul.level0 li.level1:not(:last-of-type) {*/
  /*      border-bottom: 1px solid #d1d1d1;*/
  /*  }*/
  /*  .header .preview-dropdown-wrapper .bottom-links a + a {*/
  /*      border-bottom: 1px solid rgba(0,0,0,0.1);*/
  /*  }*/

  /*  ul.topmenu ul li:not(.item) a { color: rgba(255,255,255,.8); }*/

    /*#header .topmenu  ul ul {position: static; padding: 10px 0 10px 0; box-shadow: none; width: 100%; margin: 0;}*/
    /*#header .topmenu  ul ul ul {padding: 0 0 0 20px;}*/
    /*ul.topmenu li.level0:first-child {padding-left: 15px;}*/
    /*ul.topmenu li.level-top,*/
	/*ul.topmenu.nav-wide li.level-top,*/
	/*ul.topmenu.nav-wide ul.level0 li.level1 {display: block; margin: 0; float: none; position: relative; width: auto!important; padding: 0;}*/
	/*ul.topmenu.nav-wide .top-content,*/
	/*ul.topmenu.nav-wide .bottom-content,*/
	/*ul.topmenu.nav-wide .right-content {display: none;}*/
	/*ul.topmenu.nav-wide .menu-wrapper {position: static; box-shadow: none; padding: 0; background-color: transparent;}*/
	/*.mobile-menu-inner ul.topmenu li.level0 a.level-top {margin: 0; padding: 12px 15px 10px!important; color: rgba(255,255,255,.8);}*/
    /*.header .preview-dropdown-wrapper .block-title,*/
    /*.header .preview-dropdown-wrapper .bottom-links a,*/
    /*.header .preview-dropdown-wrapper .bottom-links a:not(.last),*/
    /*.mobile-menu-inner ul.topmenu li.level0 a {color: rgba(0, 0, 0, 0.8) !important; border-color: #d1d1d1; position: relative;}*/
    /*.mobile-menu-inner ul.topmenu li.level0 a.level-top:hover,*/
    /*.mobile-menu-inner ul.topmenu li.level0.over a.level-top,*/
    /*.mobile-menu-inner ul.topmenu.navbar-nav li.level0.active > a.level-top {*/
    /*  background-color: rgba(255,255,255,0.1);*/
    /*}*/
    /*body .mobile-menu-inner  ul.topmenu li.level0.active a.level-top:hover,*/
    /*body .mobile-menu-inner  ul.topmenu li.level0.active a.level-top:focus {*/
    /*  background-color: rgba(0,0,0,0.3);*/
    /*  color: #222;*/
    /*}*/
	/*#header ul.topmenu li.level0.first a.level-top .custom-icon.ion-ios-home-outline {margin-left: 0;}*/
	/*#header ul.topmenu li.level0 a.level-top span:after {content: none;}*/
    /*.header .customer-name i.caret,*/
	/*.header .customer-name .user-icon span {display: none;}*/
    /*#header .mobile-menu-button {margin-top: 0; margin-bottom: 0;}*/
    /*#header .header-custom-block .subscribe-button {margin-right: 0; margin-bottom: 12px;}*/
    /*#header .welcome-block {text-align: center;}*/
    /*#header .welcome-block .header-phones {float: none;}*/
    /*#header .welcome-block .welcome-msg {float: none; margin-bottom: 6px;}*/
    /*.header .search-mini-form .form-search .indent {width: 100%;}*/
    /*.header .search-mini-form .form-search .btn i {display: block; position: relative; top: 1px;}*/
    /*.header .wishlist-link {margin-left: 10px; margin-right: 6px;}*/
    /*.header .top-block {text-align: center;}*/
    /*.header .right-block {float: none;}*/
    /*.header .header-custom-links {*/
    /*    position: relative;*/
    /*    margin: 7px 0;*/
    /*    border: none;*/
    /*    clear: none;*/
    /*    float: left;*/
    /*    padding: 0;*/
    /*}*/
    /*.header .header-custom-links li a {color: #222;}*/
    /*.header .header-custom-links li a i {display: none;}*/
    /*.header .header-custom-links .navbar-toggle {margin: 0; padding: 0;}*/
    /*.header .header-custom-links .navbar-collapse {*/
    /*    display: none;*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    width: 200px;*/
    /*    top: 100%;*/
    /*    background: #fff;*/
    /*    height: auto!important;*/
    /*    box-shadow: 0 0 8px rgba(0,0,0,.1);*/
    /*    z-index: 999;*/
    /*}*/
    /*#header ul.topmenu li.level0 a.level-top.vertical-parent {*/
    /*    width: auto !important;*/
    /*    background: rgba(0,0,0,.1);*/
    /*    opacity: 1;*/
    /*}*/
    /*#header ul.topmenu li.level0 a.level-top.vertical-parent:hover {*/
    /*    color: inherit !important;*/
    /*}*/
    /*#header ul.topmenu li.level0 a.level-top.vertical-parent .menu-item-button {*/
    /*    position: absolute;*/
    /*    line-height: 1;*/
    /*}*/
    /*#header ul.topmenu li.level0 .vertical-menu-wrapper .menu-item-button {*/
    /*    top: 3px;*/
    /*}*/
    /*#header ul.topmenu li.level0 .vertical-menu-wrapper ul.level1 .menu-item-button {*/
    /*    top: 1px;*/
    /*}*/
    /*.header .header-custom-links .navbar-collapse.in {display: block;}*/
    /*.header .header-custom-links li {border: none; padding: 0 8px; display: block; margin: 5px 0; text-align: left;}*/
    /*body .header-breadcrumbs-wrapper {margin: 0;}*/
    /*body #header .header-custom-block-wrapper .header-socials {float: none; clear: both; margin: 0 0 .75em; display: block;}*/
    /*body .header .links {padding-left: 0; padding-right: 0;}*/
    /*body #header .language-wrapper {margin-left: 0;}*/
    /*#header .navbar-header .navbar-toggle {float: none; display: inline-block;}*/
    /*!*Header custom dropdown*!*/
    /*.header .preview-dropdown-wrapper {margin: 0 0 0 -15px;}*/
    /*.header .preview-dropdown-wrapper.skins-block .preview-block,*/
    /*.header .preview-dropdown-wrapper .preview-block {width: 100%; padding: 10px 10px 20px; float: none;}*/
    /*.header .preview-dropdown-wrapper .block-title {margin-bottom: 0; margin-top: 15px;}*/
    /*.header .preview-dropdown-wrapper .preview-block .preview-image {margin-bottom: 10px;}*/
    /*.header .preview-dropdown-wrapper.product-page .preview-block {width: 100%;}*/

	/*.fullwidth-banners .banner {float: none; width: auto;}*/
    /*body .header-breadcrumbs-wrapper.fixed-height {height: auto !important;}*/
    /*body .header-breadcrumbs-wrapper.with-header-bg-image,*/
    /*.header-breadcrumbs-wrapper .breadcrumbs-wrapper.type-3 .breadcrumbs-inner {padding-bottom: 10px; padding-top: 10px;}*/
    /*.header-layout-1 .header-wrapper {min-height: auto;}*/
    /*.header-layout-1.cms-index-index .header-slider {min-height: 127px;}*/


	/* Listing */
    .col3-layout .col-right.sidebar {
        border-top: 1px solid rgba(0,0,0,0.1);
    }
    .sidebar .block-banner .btn {left: 44%;}
    .sidebar .block.block-wishlist li.item .product-details { width: 63%; }

    .products-grid.two-columns li.item,
    .products-grid.three-columns li.item,
    .products-grid.four-columns li.item,
    .products-grid.five-columns li.item,
    .products-grid.six-columns li.item,
    .products-grid.seven-columns li.item,
    .products-grid.eight-columns li.item { width: 100%; }
    .products-grid .item .indent.type-2 .image-box,
    .products-grid .item .indent.type-2 .product-info {
      float: none;
    }
    .products-grid .item .indent.type-2 .image-box {
      width: 100%;
      padding-right: 0;
    }
    .products-grid .item .indent.type-2 .product-info {
      width: 100%;
      padding-left: 0;
    }
    .related-bottom .owl-buttons {
        top: -86px;
    }
    .products-grid .btn-quickview,
    .products-list .btn-quickview,
    .footer-products-list .btn-quickview {
        display: none;
    }

    .products-grid .product-image:before,
    .products-list .product-image:before,
    .footer-products-list .product-image:before {
        content: none;
    }
    .products-grid .indent.type-2 .lightbox-button,
    .products-grid .indent.type-2  .btn-quickview,
    .products-grid .item .indent.type-2 .product-labels-wrapper,
    .footer-products-list  .btn-quickview,
    .footer-products-list .lightbox-button,
    .footer-products-list .product-labels-wrapper {
        display: none;
    }
    .products-grid .item .indent.type-4 .product-action-wrapper .add-to-links {display: inline-block;}
    .cat-container .text-banner .banner-content {top: 30%; left: 0; right: 0;}
    .cat-container .text-banner .banner-content.right {left: 0; right: 0;}
    .products-grid:not(.carousel-ul) .listing-banner-wrapper.item {width: 100% !important;}

	/* Toolbar */
	.sorter .limiter label,
	.sorter .amount { /*display: none;*/ }
	.sorter .view-mode { margin-right: 10px; display: none;}
	.sorter .sort-by .bootstrap-select > .selectpicker { min-width: 130px; }
	.toolbar.no-pagination .sorter {float: left;}
	.toolbar .sorter {width: 100%; float: left;}
	body .toolbar .sorter .limiter {text-align: left!important; margin-left: 0;}
	.sorter .view-mode span {display: none;}
	.toolbar .pager {width: auto; position: absolute; right: 10px;}
    .toolbar .pager .pages {margin: -5px 0 -5px 10px; padding: 5px 0 5px 15px; border: none;}
    .toolbar-bottom .toolbar {margin-top: 25px;}
	.toolbar-bottom .toolbar .pager {position: static; margin: 0;}
	.col3-layout .toolbar .sorter {width: auto;}

    .timer-wrapper .title,
    .timer-box > span.title,
    .timer-wrapper.full .timer-box > span.title {float: none;}
    .timer-box > div {min-width: 55px;}


	/* Login Page */
	.account-login .form-list label {float: none;}
	.account-login .new-users {
    margin-bottom: 2.25em;
  }

	/* Account */
	.my-account { margin-bottom: 2.25em; }
	.my-account .form-list li.form-group > div[class*="6"]:first-child { margin-bottom: 1em; }
	.my-account .pager .limiter label,
	.my-account .pager .amount { display: none; }
	.my-account .product-review .product-img-box { float: none; text-align: center; width: auto; }
	.my-account .product-review .product-img-box .product-image { display: inline-block; }
	.my-account .product-review .media-body .product-name { margin-bottom: .75em; }
	.my-account .product-review .media-body .product-details small { float: none; margin-bottom: 1em; clear: both; }
	.my-account .customer-rating { margin-top: -1px; }
	.my-account .my-wishlist .title-buttons .link-rss { float: right; }
	.my-account .my-wishlist .cart-cell .btn-primary { clear: both; }
	.my-account .my-wishlist .form-horizontal .buttons-set .btn { float: none; margin: .75em 0 0; width: 100%; }



	/* Home Page */
    #home-image-slider.owl-theme .owl-dots {
        bottom: 10px;
        right: 10px;
        left: auto;
    }
    #home-image-slider .owl-nav div {
        bottom: 15px;
    }
    #home-image-slider .owl-nav div.owl-prev {
        left: 10px;
    }
    #home-image-slider .owl-nav div.owl-next {
        left: 40px;
    }
    #home-image-slider .owl-nav { display: none; }
    .text-banners-block .text-banner {
        padding-left: 7px;
    }
    .text-banners-block .title {
        text-transform: none;
        font-size: 9px;
    }

    .cms-index-index .subscribe-block .btn.type-2 {margin-left: 0;}

    .banners-block.two-banners .banner,
    .banners-block.three-banners .banner,
    .banners-block.four-banners .banner,
    .banners-block.five-banners .banner,
    .banners-block.six-banners .banner {
        float: none;
        width: 100%;
    }
    .banners-block.three-banners .banner + .banner {
        margin-top: -0.5px;
    }
    .widget-title.text-center.with-owl-buttons,
    .widget-title.with-owl-buttons {
      position: relative;
      padding-right: 0;
      padding-left: 0;
    }
    .widget-title.with-owl-buttons .owl-buttons {
      position: relative;
      top: auto;
      right: auto;
    }
    .text-banner .banner {width: 100%;}
    .text-banner.last .content-text,
    .text-banner.first .content-text {left: 20px; top: 20px; right: 20px;}
    .text-banner .content-text .title {font-size: 30px;}
    .text-banner .content-text .text {font-size: 13px;}
    .text-banner .widget-wrapper {position: static; width: 100%; padding: 10px;}
    .notice-cookie .notice-inner .actions {display: block; width: 100%; float: none; text-align: right;}

	.col3-layout .customer-rating,
	[class*="col2-"] .box-reviews .customer-rating {width: 100%; margin-top: -1px;}
	.col3-layout .nav-tabs > li {float: none;}
	.col3-layout .nav-tabs > li a {width: 100%; max-width: 100%!important;}
	[class*="col2-"] #customer-reviews > div,
	.col3-layout #customer-reviews > div {float: none!important; width: 100%;}
	.col3-layout .review-box,
	[class*="col2-"] .review-box {width: 100%; min-height: 168px;}
	.col3-layout .review-box .review,
	[class*="col2-"] .review-box .review {width: 100%;}
    .box-reviews .more-link {
        position: relative;
        top: auto;
        display: inline-block;
        padding: 11px 0;
    }
	.product-options-bottom .price-box {float: none;}
	#toTop {display: none!important;}
	/*.products-grid:not(.carousel-ul) li.item {width: 100%!important;}
    .products-grid:not(.carousel-ul) li.item:nth-child(2n) {
      clear: right !important;
    }
    .products-grid:not(.carousel-ul) li.item:nth-child(2n+1) {
      clear: left !important;
    }*/
    .products-grid:not(.carousel-ul) li.item:nth-of-type(2n) .indent {
        border-right: none !important;
    }
	.products-grid li.item:last-of-type {margin-bottom: 0;}
	.products-list li.item .image-box {margin-bottom: 1em;}
	.widget-products .products-list .image-box,
	.widget-products .products-list .product-shop {width: 100%; float: none;}
	.my-account .pager .limiter label, .widget-products .pager .limiter label {display: none;}
	.my-account table.table .product-name {white-space: normal; max-width: 82%;}

	.form-list label {float: none;}
	.customer-name-prefix-middlename-suffix label {min-height: 38px;}

	.customer-reviews-widget .product-block {float: none; width: auto; border: none; border-bottom: solid 1px rgba(0,0,0,.1);}
	.customer-reviews-widget .right-wrapper {width: 65%;}
	.customer-reviews-widget .author-block {float: none; width: auto;}

	hr.mobile {display: block;}

	body .products-list {padding-right: 0;}
	body .products-list .btn {float: none; margin: 0;}
    .footer-products-list .product-shop {width: 72%;}
    .products-grid .btn-quickview,
    .products-list .btn-quickview,
    .footer-products-list .btn-quickview{
        height: 40px;
        width: 40px;
        line-height: 42px;
        border-radius: 50%;
        padding: 0;
        min-width: 1px;
    }
    .products-grid .btn-quickview span,
    .products-list .btn-quickview span,
    .footer-products-list .btn-quickview span{
        display: none;
    }
    .products-grid .btn-quickview i,
    .products-list .btn-quickview i,
    .footer-products-list .btn-quickview i {
        display: inline-block;
        line-height: 1;
        font-size: 18px;
        position: relative;
        top: 3px;
    }
    .products-grid .type-2 .btn-quickview i {
        top: 1px;
    }
    .products-grid .item .btn i {
        font-size: 18px;
    }
    body .hover-buttons .btn-quickview {display: none !important;}
    .slider-container.hover-type-2 {margin: 0;}

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

	.nav-wide .menu-wrapper .sub-content .menu-banners {margin: 0 -38px; position: static;}
	.nav-wide .menu-wrapper .sub-content .menu-banners .banner {width: 50%;}
	.nav-wide .menu-wrapper .sub-content .menu-banners .banner a {padding: 0;}
	.product-tabs li {width: 100%;}
	.breadcrumbs-wrapper .page-title + .breadcrumb {float: left;}

    /*Notive cookie*/
    .notice-cookie .notice-inner .notice-text {width: 100%; padding: 0 10px;}
    .notice-cookie .notice-inner a {float: left;}
    .notice-cookie .notice-inner .actions {padding-right: 10px;}

}

/* #Mobile (Landscape) ================================================== */
/* Note: Design for a width of 480px */
/*Two columns mobile*/
@media only screen and (min-width: 375px) and (max-width: 767px) {
    .products-grid .image-box {margin-bottom: 10px;}
    .products-grid.default li.item,
    .products-grid.widget-grid li.item,
    .products-grid.related-bottom li.item,
    .product-view #upsell-product-table li.item {
      width: 50% !important;
      float: left !important;
    }
    .products-grid.default li.item:not(.owl-item):nth-of-type(2n+1),
    .products-grid.widget-grid li.item:not(.owl-item):nth-of-type(2n+1),
    .products-grid.related-bottom li.item:not(.owl-item):nth-of-type(2n+1),
    .product-view #upsell-product-table li.item:not(.owl-item):nth-of-type(2n+1) {
      clear: left;
    }
    .products-grid .item .indent.type-4 .product-action-wrapper {
      -webkit-flex-direction: column;
      -webkit-box-orient: vertical;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .products-grid .item .indent.type-4 .product-action-wrapper .action-buttons {margin-top: 10px;}
    .products-grid .item .indent.type-4 {padding: 10px;}
    .products-grid .item .indent.type-4 .product-action-wrapper {margin-left: -10px; margin-right: -10px; margin-top: 10px; padding: 10px 10px 0 10px;}


    .products-grid[class*="-columns"] .listing-banner-wrapper.row-banner ~ li.item:nth-of-type(2n+2) {
        clear: left !important;
    }
    .products-grid[class*="-columns"] .listing-banner-wrapper.row-banner ~ li.item:nth-of-type(2n+3) {
        clear: right !important;
    }

}
@media only screen and (max-width: 374px) {
    .products-grid.default li.item,
    .products-grid.widget-grid li.item,
    .products-grid.related-bottom li.item,
    .product-view #upsell-product-table li.item {
      width: 100%!important;
    }
}

.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px, 0px, 0px)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes "fadeOut"{0%{opacity:1;}100%{opacity:0;}}@keyframes "fadeOut"{0%{opacity:1;}100%{opacity:0;}}.owl-height{transition:height 500ms ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url("https://www.mangelsen.com/skin/frontend/default/coccinelle/css/owl.video.play.png") no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform 100ms ease;transition:transform 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3, 1.3);-ms-transform:scale(1.3, 1.3);transform:scale(1.3, 1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Swiper 4.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2017
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("https://www.mangelsen.com/skin/frontend/default/coccinelle/css/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("https://www.mangelsen.com/skin/frontend/default/coccinelle/css/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("https://www.mangelsen.com/skin/frontend/default/coccinelle/css/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("https://www.mangelsen.com/skin/frontend/default/coccinelle/css/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("https://www.mangelsen.com/skin/frontend/default/coccinelle/css/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("https://www.mangelsen.com/skin/frontend/default/coccinelle/css/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("https://www.mangelsen.com/skin/frontend/default/coccinelle/css/data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C6")'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("https://www.mangelsen.com/skin/frontend/default/coccinelle/css/data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C6")'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*font-family: 'Open Sans', sans-serif;*/
/*font-family: 'Noto Serif', serif;*/
*,
*:after,
*::before {
  box-sizing: border-box;
  outline: 0 none;
}

.color-gold {
  color: #B2945A;
}

html {
  overflow-x: hidden;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25% !important;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

textarea {
  resize: vertical;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Serif', serif;
  font-weight: 400;
  line-height: 1.1231;
  margin: 0;
}

h1 {
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1023px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

h2 {
  font-size: 30px;
  line-height: 38px;
  letter-spacing: .5px;
}

@media only screen and (max-width: 1023px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

h3 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: .3px;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 26px;
  }
}

h4 {
  font-size: 18px;
  line-height: 23px;
  letter-spacing: .25px;
}

@media only screen and (max-width: 1023px) {
  h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

h5 {
  font-size: 13px;
  line-height: 17px;
  letter-spacing: .2px;
}

@media only screen and (max-width: 1023px) {
  h5 {
    font-size: 12px;
  }
}

.button, a.button, .btn, a.btn {
  min-width: 225px;
  text-align: center;
  height: 42px;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 21px;
  display: inline-block;
  font-weight: 600;
  letter-spacing: .8px;
  font-size: 16px;
  padding: 0 10px;
}

@media only screen and (max-width: 1023px) {
  .button, a.button, .btn, a.btn {
    min-width: 120px;
    padding: 0 15px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .button, a.button, .btn, a.btn {
    min-width: 100px;
    padding: 0 10px;
  }
}

.button.primary, .button.btn-primary, .button.btn-default, a.button.primary, a.button.btn-primary, a.button.btn-default, .btn.primary, .btn.btn-primary, .btn.btn-default, a.btn.primary, a.btn.btn-primary, a.btn.btn-default {
  background: #b2945a;
  border: 1px solid #B2945A;
  color: #fff;
}

.button.primary:hover, .button.btn-primary:hover, .button.btn-default:hover, a.button.primary:hover, a.button.btn-primary:hover, a.button.btn-default:hover, .btn.primary:hover, .btn.btn-primary:hover, .btn.btn-default:hover, a.btn.primary:hover, a.btn.btn-primary:hover, a.btn.btn-default:hover {
  border: 1px solid #B2945A;
  background: white;
  color: #B2945A;
}

.button.secondary, a.button.secondary, .btn.secondary, a.btn.secondary {
  background: white;
  border: 1px solid #B2945A;
  color: #B2945A;
}

.button.secondary:hover, a.button.secondary:hover, .btn.secondary:hover, a.btn.secondary:hover {
  background: #b2945a;
  color: #fff;
  border: 1px solid #B2945A;
}

.button:hover, a.button:hover, .btn:hover, a.btn:hover {
  text-decoration: none;
}

.button.disabled, .button[disabled], a.button.disabled, a.button[disabled], .btn.disabled, .btn[disabled], a.btn.disabled, a.btn[disabled] {
  background: #c3c3c3;
  border: 1px solid #C3C3C3;
  color: #fff;
  opacity: 1;
}

.button.out-of-stock, .button.select-option-btn, a.button.out-of-stock, a.button.select-option-btn, .btn.out-of-stock, .btn.select-option-btn, a.btn.out-of-stock, a.btn.select-option-btn {
  background: #c3c3c3 !important;
  border: 1px solid #C3C3C3 !important;
  color: #fff !important;
}

button {
  min-width: 225px;
  text-align: center;
  height: 42px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 21px;
  display: inline-block;
  font-weight: 600;
  letter-spacing: .8px;
  font-size: 16px;
  padding: 0 50px;
}

button.button {
  background: #b2945a;
  border: 1px solid #B2945A;
}

button.button:hover {
  background: transparent;
  color: #B2945A;
}

button.disabled, button[disabled] {
  background: #c3c3c3;
  border: 1px solid #C3C3C3;
  color: #fff;
  opacity: 1;
}

.buttons-set button,
.discount-block button {
  min-width: 1px;
}

.no-display-inportant {
  display: none !important;
}

.quantity-wrapper .btn-qty,
.quantity-wrapper .form-control.qty {
  float: left;
}

.link-wishlist {
  vertical-align: top;
  text-indent: -999em;
  display: inline-block;
  font-weight: 400;
  width: 21px;
}

.link-wishlist span {
  display: block;
  position: relative;
}

.link-wishlist span:before {
  font-family: 'mangelsen-icons';
  content: "\e909";
  font-size: 19px;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
  text-align: center;
  line-height: 20px;
  display: block;
  color: #2D2D2D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link-wishlist:hover span:before {
  content: "\e90a";
  color: #B2945A;
}

.MoreViews-loader,
.AddToCart-loader {
  display: none;
  visibility: hidden;
}

.on-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .on-mobile {
    display: block;
  }
}

body {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: .2px;
  line-height: 1.4;
  background-color: #fff;
  color: #2d2d2d;
}

@media only screen and (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}

.cmsPagesmenu li a {
  font-size: 14px !important;
}

.cmsPagesContent {
  background: #CCCCCC;
  color: #000000;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  width: 795px;
  min-height: 400px;
}

.cmsPagesContent p {
  padding: 0px 15px;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.outer {
  height: 100%;
}

a {
  text-decoration: none;
}

#footer {
  padding: 55px 0 0;
}

@media only screen and (max-width: 767px) {
  #footer {
    padding: 40px 0 0;
  }
}

#footer .container {
  width: 100%;
  margin: auto;
  padding-bottom: 55px;
}

#footer .container .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  #footer .container {
    padding: 0 10px;
  }
  #footer .container .row {
    margin: 0;
  }
}

@media only screen and (min-width: 1024px) {
  #footer .container .row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.container {
  max-width: 1338px;
  width: 100%;
  margin: 0 auto;
}

.container-fluid {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .cms-home .content-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.clear {
  clear: both;
}

@media only screen and (max-width: 1023px) {
  .logo {
    width: 177px;
  }
}

@media only screen and (max-width: 767px) {
  .logo {
    margin: 0 auto;
    float: none;
    padding: 10px 0;
  }
}

.logo a {
    /*overflow: hidden;*/
    width: 240px;
    height: 55px;
    display: block;
    /*background-image: url(https://www.mangelsen.com/skin/frontend/default/coccinelle/images/logo.png);*/
    background-image: url(https://www.mangelsen.com/skin/frontend/default/coccinelle/images/logo-mangensel-black.svg);
    background-repeat: no-repeat;
    /*background-size: 240px 116px;*/
    transition: none;
}
/*@media*/
/*(-webkit-min-device-pixel-ratio: 2),*/
/*(min-resolution: 192dpi) {*/
/*    .logo a {*/
/*        background-image: url(https://www.mangelsen.com/skin/frontend/default/coccinelle/images/logo@2x.png);*/
/*    }*/
/*}*/

@media only screen and (max-width: 1023px) {
  .logo a {
    width: 176px;
    height: 40px;
    /*background-size: 176px 84px;*/
  }
}

.logo a img {
  display: none;
}

@media only screen and (min-width: 768px) {
  .search-btn-ico {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .search-btn-ico {
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 48px;
    top: 10px;
    z-index: 10;
    overflow: hidden;
  }
  .search-btn-ico:before {
    font-family: 'mangelsen-icons';
    content: "\e907";
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    color: #B2945A !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .search-btn-ico span {
    display: none;
  }
  .search-btn-ico.active:before {
    content: "\e910";
  }
}

.search-block {
  position: absolute;
  right: 0px;
  top: 32px;
  z-index: 0;
}

@media only screen and (max-width: 1023px) {
  .search-block {
    top: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .search-block {
    position: static;
    padding: 4px 0;
  }
}

@media only screen and (max-width: 767px) {
  .search-block .searchBox {
    margin: 0 auto;
    width: 100%;
  }
}

.search-block .searchBox .search-mini-form {
  width: 300px;
  height: 42px;
  border-radius: 21px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .search-block .searchBox .search-mini-form {
    width: 220px;
  }
}

@media only screen and (max-width: 1023px) {
  .search-block .searchBox .search-mini-form {
    width: 160px;
    height: 33px;
  }
}

@media only screen and (max-width: 767px) {
  .search-block .searchBox .search-mini-form {
    margin: auto;
    width: 115px;
    height: 42px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .search-block .searchBox .search-mini-form.focused {
    width: 100%;
  }
}

.search-block .searchBox .search-mini-form input {
  max-width: 100%;
  height: 40px;
  line-height: 38px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .search-block .searchBox .search-mini-form input {
    width: 100%;
    height: 33px;
    line-height: 31px;
    padding: 0 10px 0 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .search-block .searchBox .search-mini-form input {
    max-width: 100%;
    height: 40px;
    line-height: 38px;
    padding: 0 15px 0 50px;
  }
}

.search-block .searchBox .search-mini-form .action-btn {
  height: 40px;
  line-height: 42px;
  width: 40px;
  overflow: hidden;
  transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -webkit-transition: background-color 300ms ease;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 10;
  color: #000;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .search-block .searchBox .search-mini-form .action-btn {
    height: 33px;
    line-height: 35px;
    width: 33px;
    left: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .search-block .searchBox .search-mini-form .action-btn {
    height: 40px;
    line-height: 42px;
    width: 40px;
    left: 10px;
  }
}

.search-block .searchBox .search-mini-form .action-btn > .btn {
  height: 40px;
  line-height: 50px;
  min-height: 40px;
}

@media only screen and (min-width: 768px) {
  .search-block .searchBox .search-mini-form .action-btn > .btn {
    height: 33px;
    line-height: 46px;
    min-height: 33px;
  }
}

.search-block .searchBox .form-search {
  position: relative;
  overflow: hidden;
}

.search-block .searchBox .form-search .search-button,
.search-block .searchBox .form-search .action-btn {
  height: 38px;
  line-height: 38px;
  width: 38px;
  min-width: 1px;
  transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -webkit-transition: color 300ms ease;
  color: #000;
  text-align: center;
  display: block;
}

.search-block .searchBox .form-search .btn {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}

.search-block .searchBox .form-search .action-btn {
  height: 38px;
  width: 38px;
  min-width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: block;
  overflow: hidden;
}

.search-block .searchBox .form-search .action-btn:before {
  font-family: 'mangelsen-icons';
  content: "\e907";
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 20px;
  text-align: right;
  display: block;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 768px) {
  .search-block .searchBox .form-search .action-btn:before {
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 1024px) {
  .search-block .searchBox .form-search .action-btn:before {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
  }
}

.search-block .searchBox .form-search .action-btn button {
  width: 48px;
  height: 38px;
  background: none;
  border: none;
  min-width: 1px;
  line-height: 38px;
  min-height: 38px;
}

html.mobile {
  overflow: hidden;
  width: 100vw;
}

@media only screen and (max-width: 767px) {
  html body {
    position: relative;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  html body.mobile {
    left: calc( 100vw - 55px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  html body.mobile header#header {
    left: calc( 100vw - 55px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
}

@media only screen and (max-width: 767px) {
  html body .navbar-collapse {
    display: block;
    position: fixed;
    top: 0;
    left: calc( -100vw + 55px);
    bottom: 0;
    z-index: 999;
    background: rgba(178, 148, 90, 0.07);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: calc( 100vw - 55px);
    height: 100vh;
  }
  html body .navbar-collapse.open {
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  }
}

.hamburger {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 12px;
  top: 10px;
  z-index: 10;
  cursor: pointer;
}

.hamburger:before {
  font-family: 'mangelsen-icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
  color: #000;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .hamburger {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .hamburger.close:before {
    content: "\e910";
    left: 12px;
    color: #B2945A;
  }
}

#topNav {
  padding: 0;
}

@media only screen and (min-width: 1200px) {
  #topNav li.level-0:nth-child(1) .mega-menu {
    left: 0;
  }
  #topNav li.level-0:nth-child(2) .mega-menu {
    left: calc(0% + 282px);
  }
  #topNav li.level-0:nth-child(3) .mega-menu {
    left: calc(0% + 436px);
    right: calc(0% + 115px);
  }
  #topNav li.level-0:nth-child(4) .mega-menu {
    left: calc(0% + 550px);
  }
}

@media only screen and (max-width: 767px) {
  #topNav li.level-0 {
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  #topNav li.level-0 .mu-click.active + .dropdown-icon:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

#topNav li.level-0 .dropdown-icon {
  display: none;
}

@media only screen and (max-width: 767px) {
  #topNav li.level-0 .dropdown-icon {
    cursor: pointer;
    pointer-events: none;
    display: block;
    width: 40px;
    height: 56px;
    position: absolute;
    right: 0;
    top: 0;
  }
  #topNav li.level-0 .dropdown-icon:before {
    font-family: 'mangelsen-icons';
    content: "\e918";
    width: 40px;
    height: 56px;
    display: block;
    text-align: center;
    line-height: 56px;
    color: #B2945A;
    font-size: 20px;
    text-indent: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #topNav li.level-0 .dropdown-icon.active:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media only screen and (max-width: 767px) {
  #topNav li.level-1 {
    position: relative;
  }
}

#topNav li.level-1 .plus-icon {
  display: none;
}

@media only screen and (max-width: 767px) {
  #topNav li.level-1 .plus-icon {
    cursor: pointer;
    display: block;
    width: 40px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
  }
  #topNav li.level-1 .plus-icon:before {
    font-family: 'mangelsen-icons';
    content: "\e913";
    width: 40px;
    height: 38px;
    display: block;
    text-align: center;
    line-height: 38px;
    color: #B2945A;
    font-size: 20px;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #topNav li.level-1 .plus-icon.active:before {
    content: "\e912";
  }
}

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

@media only screen and (max-width: 767px) {
  #topNav > ul {
    padding: 60px 15px 10px;
  }
}

#topNav > ul li.special-menu {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  #topNav > ul li.special-menu {
    margin-top: 20px;
  }
}

#topNav > ul > li {
  padding: 40px 0;
  display: inline-block;
  margin-right: 32px;
}

#topNav > ul > li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1199px) {
  #topNav > ul > li {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1023px) {
  #topNav > ul > li {
    padding: 34px 0;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  #topNav > ul > li {
    display: block;
    padding: 0;
    margin: 0;
  }
}

#topNav > ul > li > a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2D2D2D;
}

@media only screen and (max-width: 1023px) {
  #topNav > ul > li > a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  #topNav > ul > li > a {
    font-size: 18px;
    display: block;
    padding: 15px 0;
    color: #2D2D2D !important;
  }
}

#topNav > ul > li > a:hover {
  color: #B2945A;
}

@media only screen and (min-width: 768px) {
  #topNav > ul > li.level-0 > a.active {
    position: relative;
  }
  #topNav > ul > li.level-0 > a.active:before {
    bottom: -35px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(178, 148, 90, 0);
    border-bottom-color: #B2945A;
    border-width: 8px;
    margin-left: -8px;
  }
}

@media only screen and (min-width: 1024px) {
  #topNav > ul > li.level-0 > a.active:before {
    bottom: -40px;
  }
}

#topNav > ul > li .mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  border-top: 2px solid #B2945A;
}

#topNav > ul > li .mega-menu .mega-menu-inner {
  padding: 34px 0 34px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #2D2D2D;
  min-height: 350px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
}

@media only screen and (max-width: 767px) {
  #topNav > ul > li .mega-menu .mega-menu-inner {
    display: block;
    background: none;
  }
}

@media only screen and (min-width: 768px) {
  #topNav > ul > li .mega-menu.fix-content .mega-menu-inner {
    min-height: 310px;
  }
  #topNav > ul > li .mega-menu.fix-content .mega-menu-inner > ul {
    width: initial;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  #topNav > ul > li .mega-menu.fix-content .mega-menu-inner > ul li {
    margin-bottom: 10px;
  }
  #topNav > ul > li .mega-menu.fix-content .mega-menu-inner > ul li a {
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
  }
  #topNav > ul > li .mega-menu.fix-content .mega-menu-inner .promo_ads_menu {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  #topNav > ul > li .mega-menu.fix-content .mega-menu-inner .promo_ads_menu {
    width: 28%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  #topNav > ul > li .mega-menu.col-3-tablet .mega-menu-inner > ul {
    width: 33.33333%;
  }
}

@media only screen and (min-width: 768px) {
  #topNav > ul > li .mega-menu {
    display: none;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    top: 88px;
  }
}

@media only screen and (min-width: 1024px) {
  #topNav > ul > li .mega-menu {
    top: 102px;
  }
}

@media only screen and (max-width: 1023px) {
  #topNav > ul > li .mega-menu .mega-menu-inner {
    background-image: none !important;
  }
}

@media only screen and (max-width: 767px) {
  #topNav > ul > li .mega-menu {
    display: none;
    position: static;
    border: none;
    padding: 0;
    min-height: 1px;
  }
  #topNav > ul > li .mega-menu .mega-menu-inner {
    padding: 0;
    min-height: 1px;
  }
}

#topNav > ul > li .mega-menu a {
  color: #2D2D2D;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  #topNav > ul > li .mega-menu a {
    color: #555 !important;
  }
}

#topNav > ul > li .mega-menu a:hover {
  text-decoration: underline;
}

#topNav > ul > li .mega-menu .no-link {
  padding: 0 0 9px;
  margin-bottom: 9px;
  display: block;
  pointer-events: none;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #topNav > ul > li .mega-menu .no-link {
    padding: 10px 0;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  #topNav > ul > li .mega-menu .no-link:before {
    background: #B2945A;
    width: 150px;
    height: 1px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

#topNav > ul > li .mega-menu .promo_ads_menu {
  color: #fff;
  width: 28%;
  text-align: center;
  padding: 100px 10px 0px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
}

@media only screen and (max-width: 1023px) {
  #topNav > ul > li .mega-menu .promo_ads_menu {
    display: none;
  }
}

#topNav > ul > li .mega-menu .promo_ads_menu h3 {
  font-family: 'Noto Serif', serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

#topNav > ul > li .mega-menu .promo_ads_menu a.btn {
  margin: auto auto 0;
  display: block;
  min-width: 270px;
  padding: 0 30px;
  height: 44px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: 600;
  color: #B2945A;
  background-color: #fff;
  border: 1px solid #B2945A;
  border-radius: 22px;
}

#topNav > ul > li .mega-menu .promo_ads_menu a.btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #B2945A;
}

#topNav > ul > li .mega-menu ul {
  font-family: 'Noto Serif', serif;
  font-size: 18px;
  margin: 0;
  padding: 0 35px 0 20px;
  width: 24%;
}

@media only screen and (max-width: 767px) {
  #topNav > ul > li .mega-menu ul {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  #topNav > ul > li .mega-menu ul.no-sub:after {
    content: '';
    width: 14px;
    height: 2px;
    background: #555555;
    display: block;
    margin: 10px 0;
  }
}

#topNav > ul > li .mega-menu ul li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #topNav > ul > li .mega-menu ul li.level-1 {
    margin-bottom: 0;
  }
  #topNav > ul > li .mega-menu ul li.level-1 > a {
    padding: 10px 0;
    display: block;
  }
}

#topNav > ul > li .mega-menu ul ul {
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #topNav > ul > li .mega-menu ul ul {
    padding-left: 26px;
    display: none;
  }
  #topNav > ul > li .mega-menu ul ul.selector {
    display: block;
  }
}

#topNav > ul > li .mega-menu ul ul > li {
  margin-bottom: 10px;
}

#topNav > ul > li .mega-menu ul ul > li > a {
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  #topNav > ul > li .mega-menu ul ul > li > a {
    font-size: 14px;
  }
}

#topNav > ul > li .mega-menu ul > li {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  #topNav > ul > li .mega-menu ul > li {
    margin-bottom: 10px;
  }
}

#topNav > ul > li .mega-menu ul > li > a {
  text-transform: uppercase;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  #topNav > ul > li .mega-menu ul > li > a {
    text-transform: none;
    font-size: 14px;
    font-weight: 700;
  }
}

.cms-home header#header,
.banner-change header#header,
.category-legacy-reserve-collection header#header {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(89, 89, 89, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(89, 89, 89, 0) 100%);
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.cms-home header#header .header-top,
.banner-change header#header .header-top,
.category-legacy-reserve-collection header#header .header-top {
  border-bottom: 1px solid rgba(246, 246, 246, 0.3);
}

@media only screen and (max-width: 767px) {
  .cms-home header#header .search-block,
  .banner-change header#header .search-block,
  .category-legacy-reserve-collection header#header .search-block {
    border-top: 1px solid rgba(246, 246, 246, 0.5);
  }
}

.cms-home header#header .search-block .searchBox .topMiniSearch,
.banner-change header#header .search-block .searchBox .topMiniSearch,
.category-legacy-reserve-collection header#header .search-block .searchBox .topMiniSearch {
  color: #fff;
  background: rgba(246, 246, 246, 0.4);
  border: 1px solid rgba(151, 151, 151, 0.4);
}

@media only screen and (max-width: 767px) {
  .cms-home header#header .search-block .searchBox .topMiniSearch,
  .banner-change header#header .search-block .searchBox .topMiniSearch,
  .category-legacy-reserve-collection header#header .search-block .searchBox .topMiniSearch {
    background: transparent;
    border-color: transparent;
  }
}

.cms-home header#header .search-block .searchBox .topMiniSearch::-webkit-input-placeholder, .banner-change header#header .search-block .searchBox .topMiniSearch::-webkit-input-placeholder, .category-legacy-reserve-collection header#header .search-block .searchBox .topMiniSearch::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.cms-home header#header .search-block .searchBox .topMiniSearch::-moz-placeholder, .banner-change header#header .search-block .searchBox .topMiniSearch::-moz-placeholder, .category-legacy-reserve-collection header#header .search-block .searchBox .topMiniSearch::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.cms-home header#header .search-block .searchBox .topMiniSearch:-ms-input-placeholder, .banner-change header#header .search-block .searchBox .topMiniSearch:-ms-input-placeholder, .category-legacy-reserve-collection header#header .search-block .searchBox .topMiniSearch:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.cms-home header#header .search-block .searchBox .topMiniSearch::-ms-input-placeholder, .banner-change header#header .search-block .searchBox .topMiniSearch::-ms-input-placeholder, .category-legacy-reserve-collection header#header .search-block .searchBox .topMiniSearch::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.cms-home header#header .search-block .searchBox .topMiniSearch::placeholder,
.banner-change header#header .search-block .searchBox .topMiniSearch::placeholder,
.category-legacy-reserve-collection header#header .search-block .searchBox .topMiniSearch::placeholder {
  color: #fff;
  opacity: 1;
}

.cms-home header#header .search-block .searchBox .search-icon:before,
.banner-change header#header .search-block .searchBox .search-icon:before,
.category-legacy-reserve-collection header#header .search-block .searchBox .search-icon:before {
  color: #FFF;
}

.cms-home header#header .logo a,
.banner-change header#header .logo a,
.category-legacy-reserve-collection header#header .logo a {
  /*background-position: 0 -60px;*/
    background-image: url("https://www.mangelsen.com/skin/frontend/default/coccinelle/images/logo-mangensel-white.svg");
}
@media only screen and (max-width: 1023px) {
    .cms-home header#header .logo a,
    .banner-change header#header .logo a,
    .category-legacy-reserve-collection header#header .logo a {
        /*background-position: 0 -44px;*/
    }
}

.cms-home header#header .hamburger:not(.close),
.banner-change header#header .hamburger:not(.close),
.category-legacy-reserve-collection header#header .hamburger:not(.close) {
  color: #fff;
}

.cms-home header#header .hamburger:not(.close):before,
.banner-change header#header .hamburger:not(.close):before,
.category-legacy-reserve-collection header#header .hamburger:not(.close):before {
  color: #fff;
}

.cms-home header#header .locations-ico a,
.cms-home header#header .loginBoxTop .nav-top-right a.link,
.cms-home header#header #topNav > ul > li > a,
.cms-home header#header .loginBoxTop .top-cart .block-title a,
.banner-change header#header .locations-ico a,
.banner-change header#header .loginBoxTop .nav-top-right a.link,
.banner-change header#header #topNav > ul > li > a,
.banner-change header#header .loginBoxTop .top-cart .block-title a,
.category-legacy-reserve-collection header#header .locations-ico a,
.category-legacy-reserve-collection header#header .loginBoxTop .nav-top-right a.link,
.category-legacy-reserve-collection header#header #topNav > ul > li > a,
.category-legacy-reserve-collection header#header .loginBoxTop .top-cart .block-title a {
  color: #fff;
}

.cms-home header#header.fixed,
.banner-change header#header.fixed,
.category-legacy-reserve-collection header#header.fixed {
  background: white;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.cms-home header#header.fixed .header-top,
.banner-change header#header.fixed .header-top,
.category-legacy-reserve-collection header#header.fixed .header-top {
  border-bottom: 1px solid rgba(45, 45, 45, 0.3);
}

@media only screen and (max-width: 767px) {
  .cms-home header#header.fixed .search-block,
  .banner-change header#header.fixed .search-block,
  .category-legacy-reserve-collection header#header.fixed .search-block {
    border-top: 1px solid rgba(45, 45, 45, 0.5);
  }
}

.cms-home header#header.fixed .search-block .searchBox .topMiniSearch,
.banner-change header#header.fixed .search-block .searchBox .topMiniSearch,
.category-legacy-reserve-collection header#header.fixed .search-block .searchBox .topMiniSearch {
  color: #000;
  background: rgba(246, 246, 246, 0.4);
  border: 1px solid #979797;
}

@media only screen and (max-width: 767px) {
  .cms-home header#header.fixed .search-block .searchBox .topMiniSearch,
  .banner-change header#header.fixed .search-block .searchBox .topMiniSearch,
  .category-legacy-reserve-collection header#header.fixed .search-block .searchBox .topMiniSearch {
    background: transparent;
    border-color: transparent;
  }
}

.cms-home header#header.fixed .search-block .searchBox .topMiniSearch::-webkit-input-placeholder, .banner-change header#header.fixed .search-block .searchBox .topMiniSearch::-webkit-input-placeholder, .category-legacy-reserve-collection header#header.fixed .search-block .searchBox .topMiniSearch::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.cms-home header#header.fixed .search-block .searchBox .topMiniSearch::-moz-placeholder, .banner-change header#header.fixed .search-block .searchBox .topMiniSearch::-moz-placeholder, .category-legacy-reserve-collection header#header.fixed .search-block .searchBox .topMiniSearch::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.cms-home header#header.fixed .search-block .searchBox .topMiniSearch:-ms-input-placeholder, .banner-change header#header.fixed .search-block .searchBox .topMiniSearch:-ms-input-placeholder, .category-legacy-reserve-collection header#header.fixed .search-block .searchBox .topMiniSearch:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.cms-home header#header.fixed .search-block .searchBox .topMiniSearch::-ms-input-placeholder, .banner-change header#header.fixed .search-block .searchBox .topMiniSearch::-ms-input-placeholder, .category-legacy-reserve-collection header#header.fixed .search-block .searchBox .topMiniSearch::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.cms-home header#header.fixed .search-block .searchBox .topMiniSearch::placeholder,
.banner-change header#header.fixed .search-block .searchBox .topMiniSearch::placeholder,
.category-legacy-reserve-collection header#header.fixed .search-block .searchBox .topMiniSearch::placeholder {
  color: #000;
  opacity: 1;
}

.cms-home header#header.fixed .search-block .searchBox .search-icon:before,
.banner-change header#header.fixed .search-block .searchBox .search-icon:before,
.category-legacy-reserve-collection header#header.fixed .search-block .searchBox .search-icon:before {
  color: #B2945A;
}

.cms-home header#header.fixed .logo a,
.banner-change header#header.fixed .logo a,
.category-legacy-reserve-collection header#header.fixed .logo a {
  /*background-position: 0 0;*/
    background-image: url("https://www.mangelsen.com/skin/frontend/default/coccinelle/images/logo-mangensel-black.svg");
}

.cms-home header#header.fixed .hamburger:not(.close),
.banner-change header#header.fixed .hamburger:not(.close),
.category-legacy-reserve-collection header#header.fixed .hamburger:not(.close) {
  color: #2D2D2D;
}

.cms-home header#header.fixed .hamburger:not(.close):before,
.banner-change header#header.fixed .hamburger:not(.close):before,
.category-legacy-reserve-collection header#header.fixed .hamburger:not(.close):before {
  color: #2D2D2D;
}

.cms-home header#header.fixed .locations-ico a,
.cms-home header#header.fixed .loginBoxTop .nav-top-right a.link,
.cms-home header#header.fixed #topNav > ul > li > a,
.cms-home header#header.fixed .loginBoxTop .top-cart .block-title a,
.banner-change header#header.fixed .locations-ico a,
.banner-change header#header.fixed .loginBoxTop .nav-top-right a.link,
.banner-change header#header.fixed #topNav > ul > li > a,
.banner-change header#header.fixed .loginBoxTop .top-cart .block-title a,
.category-legacy-reserve-collection header#header.fixed .locations-ico a,
.category-legacy-reserve-collection header#header.fixed .loginBoxTop .nav-top-right a.link,
.category-legacy-reserve-collection header#header.fixed #topNav > ul > li > a,
.category-legacy-reserve-collection header#header.fixed .loginBoxTop .top-cart .block-title a {
  color: #2D2D2D;
}

header#header {
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

header#header.fixed {
  background: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.no-banner header#header{
    background: white;
    transition: all 0s ease;
}
.no-banner header#header.fixed{
    transition: all 0s ease;
}

header#header .header-top {
  border-bottom: 1px solid rgba(45, 45, 45, 0.3);
}

@media only screen and (max-width: 767px) {
  header#header .header-top {
    border: none !important;
  }
  header#header.fixed {
    transition: all .3s ease;
  }
  .no-banner header#header{
      transition: all .3s ease;
  }
  .no-banner header#header.fixed{
      transition: all .3s ease;
  }
}

header#header .logo-wrapper {
  float: left;
  padding: 22px 0;
  margin-right: 40px;
}

@media only screen and (max-width: 1023px) {
  header#header .logo-wrapper {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  header#header .logo-wrapper {
    padding: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  header#header .search-block {
    border-top: 1px solid rgba(45, 45, 45, 0.5);
  }
}

header#header .search-block .searchBox .topMiniSearch {
  color: #000;
  background: rgba(246, 246, 246, 0.4);
  border: 1px solid #979797;
}

@media only screen and (max-width: 767px) {
  header#header .search-block .searchBox .topMiniSearch {
    background: transparent;
    border-color: transparent;
  }
}

header#header .search-block .searchBox .topMiniSearch::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

header#header .search-block .searchBox .topMiniSearch::-moz-placeholder {
  color: #000;
  opacity: 1;
}

header#header .search-block .searchBox .topMiniSearch:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

header#header .search-block .searchBox .topMiniSearch::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

header#header .search-block .searchBox .topMiniSearch::placeholder {
  color: #000;
  opacity: 1;
}

header#header .search-block .searchBox .search-icon:before {
  color: #B2945A;
}

header#header .logo a {
  /*background-position: 0 0;*/
}

header#header .loginBoxTop .top-cart .block-title a {
  color: #2D2D2D;
}

header#header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
}

.header-top {
  margin: auto 43px;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 12;
}

@media only screen and (max-width: 1331px) {
  .header-top {
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .header-top {
    margin: 0;
    display: block;
    padding: 0;
    border: none;
  }
}

.header-middle .container {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .header-middle .container {
    width: inherit !important;
    padding-left: 0;
    padding-right: 0;
    margin-left: 20px;
    margin-right: 20px;
  }
  .header-middle .container .row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .nivoSlider img {
    object-fit: cover;
    height: 506px;
  }
}

.hedrLeftBox {
  float: left;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .hedrLeftBox .locations-ico {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .hedrRightBox .support-ico,
  .hedrRightBox .account-wrapper {
    display: none !important;
    visibility: hidden;
  }
}

.locations-ico a {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  padding-left: 15px;
}

.locations-ico a:hover {
  text-decoration: underline;
}

.locations-ico a:before {
  font-family: 'mangelsen-icons';
  content: "\e904";
  font-size: 15px;
  position: absolute;
  left: 0;
  top: -2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hedrRightBox {
  float: right;
  position: relative;
}

input.input-text {
  width: 100%;
  background: #fff;
  border: 1px solid #9B9B9B;
  height: 42px;
  border-radius: 21px;
  font-size: 14px;
}

.account-login input.input-text,
.account-create input.input-text,
.block-login input.input-text {
  padding: 14px 15px 4px;
}

.form-list > li {
  display: block;
  margin-bottom: 15px;
}

.form-list > li.control.label-cus {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.form-list > li .input-box {
  position: relative;
}

.form-list > li input:focus {
  outline: 0;
  box-shadow: 0;
}

.form-list > li input::-webkit-input-placeholder {
  color: transparent;
}

.form-list > li input::-moz-placeholder {
  color: transparent;
}

.form-list > li input:-ms-input-placeholder {
  color: transparent;
}

.form-list > li input::-ms-input-placeholder {
  color: transparent;
}

.form-list > li input::placeholder {
  color: transparent;
}

.form-list > li input:invalid {
  border-color: red;
}

.form-list > li label {
  font-size: 14px;
  font-weight: 600;
  color: #7F7F7F;
}

.form-list > li label em {
  color: #B2945A;
  margin-left: 2px;
}

.form-list > li .input-text,
.form-list > li .input-text + label {
  position: relative;
}

.form-list > li .input-text:not(:-moz-placeholder-shown) ~ label {
  transform: translate(3%, -10%) scale(0.8);
  opacity: .8;
}

.form-list > li .input-text:not(:-ms-input-placeholder) ~ label {
  -ms-transform: translate(3%, -10%) scale(0.8);
      transform: translate(3%, -10%) scale(0.8);
  opacity: .8;
}

.form-list > li .input-text:focus ~ label, .form-list > li .input-text:not(:placeholder-shown) ~ label {
  -webkit-transform: translate(3%, -10%) scale(0.8);
      -ms-transform: translate(3%, -10%) scale(0.8);
          transform: translate(3%, -10%) scale(0.8);
  opacity: .8;
}

.form-list > li .input-text ~ label {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0 15px;
  display: block;
  line-height: 42px;
  -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s;
  transition: opacity .25s ease-in-out, -webkit-transform .25s;
  transition: transform .25s, opacity .25s ease-in-out;
  transition: transform .25s, opacity .25s ease-in-out, -webkit-transform .25s;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 1;
}

#AddToCart-popup.login-wrapper .popup-content {
  padding: 0;
}

.input-box.pass-ico .ico-eyes {
  cursor: pointer;
  width: 42px;
  height: 42px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}

.input-box.pass-ico .ico-eyes:before {
  content: "\e919";
  font-family: 'mangelsen-icons';
  font-size: 18px;
  display: block;
  text-align: center;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.input-box.pass-ico .ico-eyes.show:before {
  content: "\e91a";
  color: #7F7F7F;
}

.login-popup-tab .block-login {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}

.login-popup-tab .block-login .messages {
  margin: 0 0 20px !important;
}

.login-popup-tab .block-login .login-title {
  background: #F9F7F3;
  height: 64px;
  text-align: center;
}

.login-popup-tab .block-login .login-title h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 64px;
}

.login-popup-tab .block-login .fieldset {
  padding: 20px;
  margin: 0;
}

.login-popup-tab .block-login .fieldset li {
  margin: 0 0 15px !important;
}

.login-popup-tab .block-login .fieldset .input-box.pass-ico .ico-eyes {
  cursor: pointer;
  width: 42px;
  height: 42px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}

.login-popup-tab .block-login .fieldset .input-box.pass-ico .ico-eyes:before {
  content: "\e919";
  font-family: 'mangelsen-icons';
  font-size: 18px;
  display: block;
  text-align: center;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.login-popup-tab .block-login .fieldset .input-box.pass-ico .ico-eyes.show:before {
  content: "\e91a";
  color: #7F7F7F;
}

.login-popup-tab .block-login .forgot-password-link {
  text-align: center;
  padding: 15px 0 20px;
}

.login-popup-tab .block-login .forgot-password-link a {
  font-size: 14px;
  color: #B2945A;
  font-weight: 600;
}

.login-popup-tab .block-login .forgot-password-link a:hover {
  text-decoration: underline;
}

.login-popup-tab .block-login .buttons-set button {
  width: 100%;
}

.login-popup-tab .block-login .sign-up-content {
  text-align: center;
  border-top: 1px solid rgba(178, 148, 90, 0.5);
  padding: 20px 0 0;
}

.login-popup-tab .block-login .sign-up-content label {
  display: block;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
}

.login-popup-tab .block-login .sign-up-content .button.secondary {
  display: block;
  color: #B2945A;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.login-popup-tab .block-login .sign-up-content .button.secondary:hover {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .login-popup-tab .block-login.block-my-account {
    width: 196px;
    font-weight: 600;
    font-size: 14px;
    background-color: #fff;
    padding: 20px;
    margin: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 50%;
    top: 32px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-weight: 600;
  }
}

.login-popup-tab .block-login.block-my-account li {
  margin-left: 0;
  margin-bottom: 10px;
  display: block;
}

.login-popup-tab .block-login.block-my-account li a {
  font-size: 14px;
}

.login-popup-tab .block-login.block-my-account li.last {
  margin-bottom: 4px;
}

.loginBoxTop.on-mobile {
  border-top: 1px solid rgba(178, 148, 90, 0.5);
  margin-left: 15px;
  margin-right: 15px;
}

.loginBoxTop .headerCloneMobile {
  padding: 25px 0 15px;
}

.loginBoxTop .headerCloneMobile a {
  color: #555555 !important;
  font-size: 14px;
  padding-left: 22px !important;
  font-weight: 600;
}

.loginBoxTop .headerCloneMobile a:before {
  font-size: 20px;
  color: #2D2D2D !important;
}

.loginBoxTop .headerCloneMobile > div {
  display: block;
  margin: 0 0 15px;
}

.loginBoxTop .headerCloneMobile .login-ico > a:before {
  left: 1px;
  top: 0;
}

.loginBoxTop .headerCloneMobile .support-ico > a:before {
  top: 0;
}

.loginBoxTop .headerCloneMobile .locations-ico a:before {
  top: -4px;
}

.loginBoxTop .headerCloneMobile .back-mn {
  font-size: 16px;
  position: relative;
  padding: 20px;
}

.loginBoxTop .headerCloneMobile .back-mn:before {
  font-family: 'mangelsen-icons';
  content: "\e918";
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 21px;
  color: #B2945A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.loginBoxTop .headerCloneMobile .sub-title-mn {
  margin-bottom: 15px;
}

.loginBoxTop .headerCloneMobile .sub-title-mn a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.loginBoxTop .headerCloneMobile .support-ico .support-submenu {
  padding: 0 15px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .loginBoxTop .headerCloneMobile .support-ico .support-submenu {
    display: block;
    position: fixed !important;
    top: 0;
    left: -100%;
    bottom: 0;
    z-index: 999;
    background: #faf7f4;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: calc( 100vw - 55px);
    height: 100vh;
  }
  .loginBoxTop .headerCloneMobile .support-ico .support-submenu.visible {
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
}

.loginBoxTop .headerCloneMobile .support-ico .support-submenu a {
  padding-left: 0 !important;
}

.loginBoxTop .nav-top-right {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .loginBoxTop .nav-top-right {
    position: absolute;
    right: 15px;
    top: 10px;
  }
}

.loginBoxTop .nav-top-right > div {
  display: inline-block;
  margin-left: 22px;
  position: relative;
}

.loginBoxTop .nav-top-right > div:first-child {
  margin-left: 0px;
}

.loginBoxTop .nav-top-right > div a {
  font-size: 12px;
  font-weight: 600;
}

.loginBoxTop .nav-top-right > div a:hover {
  text-decoration: underline;
}

.loginBoxTop .nav-top-right > div:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 100%;
  height: 10px;
}

.loginBoxTop .nav-top-right > div:hover > a.link {
  text-decoration: underline;
}

.loginBoxTop .login-ico {
  position: relative;
}

.loginBoxTop .login-ico > a {
  position: relative;
  padding-left: 18px;
}

.loginBoxTop .login-ico > a:before {
  font-family: 'mangelsen-icons';
  content: "\e905";
  font-size: 15px;
  position: absolute;
  left: 0;
  top: -2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 768px) {
  .loginBoxTop .login-ico:hover .block-login {
    display: block;
  }
}

.loginBoxTop .block-login {
  display: none;
}

@media only screen and (min-width: 768px) {
  .loginBoxTop .block-login {
    display: none;
    position: absolute;
    left: 50%;
    top: 30px;
    -webkit-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
            transform: translateX(-60%);
    width: 320px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  }
}

@media only screen and (min-width: 1024px) {
  .loginBoxTop .block-login {
    top: 33px;
  }
}

@media only screen and (min-width: 1332px) {
  .loginBoxTop .block-login {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .loginBoxTop .block-login {
    position: fixed !important;
    left: -100%;
    top: 0;
    bottom: 0;
    width: calc( 100vw - 55px);
    height: 100vh;
    background: #faf7f4;
    display: block;
    padding: 0 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .loginBoxTop .block-login.visible {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    left: 0;
  }
  .loginBoxTop .block-login a {
    padding-left: 0 !important;
  }
}

.loginBoxTop .block-login .login-title {
  background: #F9F7F3;
  height: 64px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .loginBoxTop .block-login .login-title {
    background: none;
    text-align: left;
    height: auto;
    padding: 0;
    height: auto;
    margin-bottom: 15px;
  }
}

.loginBoxTop .block-login .login-title h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 64px;
}

@media only screen and (max-width: 767px) {
  .loginBoxTop .block-login .login-title h4 {
    text-transform: uppercase;
    line-height: 30px;
  }
}

.loginBoxTop .block-login .fieldset {
  padding: 20px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .loginBoxTop .block-login .fieldset {
    padding: 0;
    background: none;
    border: none;
  }
}

.loginBoxTop .block-login .fieldset .input-box.pass-ico .ico-eyes {
  cursor: pointer;
  width: 42px;
  height: 42px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}

.loginBoxTop .block-login .fieldset .input-box.pass-ico .ico-eyes:before {
  content: "\e919";
  font-family: 'mangelsen-icons';
  font-size: 18px;
  display: block;
  text-align: center;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.loginBoxTop .block-login .fieldset .input-box.pass-ico .ico-eyes.show:before {
  content: "\e91a";
  color: #7F7F7F;
}

.loginBoxTop .block-login .forgot-password-link {
  text-align: center;
  padding: 15px 0 20px;
}

.loginBoxTop .block-login .forgot-password-link a {
  font-size: 14px;
  color: #B2945A;
}

.loginBoxTop .block-login .forgot-password-link a:hover {
  text-decoration: underline;
}

.loginBoxTop .block-login .buttons-set button {
  width: 100%;
}

.loginBoxTop .block-login .sign-up-content {
  text-align: center;
  border-top: 1px solid rgba(178, 148, 90, 0.5);
  padding: 20px 0 0;
}

.loginBoxTop .block-login .sign-up-content label {
  display: block;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
}

.loginBoxTop .block-login .sign-up-content .button.secondary {
  display: block;
  color: #B2945A;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.loginBoxTop .block-login .sign-up-content .button.secondary:hover {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .loginBoxTop .block-login.block-my-account {
    width: 196px;
    font-weight: 600;
    font-size: 14px;
    background-color: #fff;
    padding: 20px;
    margin: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 50%;
    top: 32px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-weight: 600;
  }
}

.loginBoxTop .block-login.block-my-account li {
  margin-left: 0;
  margin-bottom: 10px;
  display: block;
}

.loginBoxTop .block-login.block-my-account li a {
  font-size: 14px;
}

.loginBoxTop .block-login.block-my-account li.last {
  margin-bottom: 4px;
}

.loginBoxTop .top-cart .block-title {
  padding: 0;
  margin: 0;
  font-size: inherit;
  font-family: 'Open Sans', sans-serif;
}

.loginBoxTop .top-cart .block-title a {
  position: relative;
  color: #2D2D2D;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .loginBoxTop .top-cart .block-title a.cartHeader {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    cursor: pointer;
  }
}

.loginBoxTop .top-cart .block-title a .top-cart-icon {
  position: relative;
}

.loginBoxTop .top-cart .block-title a .top-cart-icon:before {
  font-family: 'mangelsen-icons';
  content: "\e902";
  font-size: 15px;
  position: relative;
  left: 0;
  top: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 767px) {
  .loginBoxTop .top-cart .block-title a .top-cart-icon:before {
    font-size: 28px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: normal;
  }
}

@media only screen and (max-width: 767px) {
  .loginBoxTop .top-cart .block-title a .label {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .loginBoxTop .top-cart .block-title a .count:before {
    content: '(';
  }
  .loginBoxTop .top-cart .block-title a .count:after {
    content: ')';
  }
}

@media only screen and (max-width: 767px) {
  .loginBoxTop .top-cart .block-title a .count {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    background: #B2945A;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -10px;
  }
}

.loginBoxTop .top-cart .block-title:hover > a {
  color: #2D2D2D;
}

.loginBoxTop .top-cart .block-title:hover .skip-link {
  color: #2D2D2D;
  text-decoration: none;
}

.loginBoxTop .top-cart .block-title:hover .skip-link .label {
  text-decoration: underline;
}

.loginBoxTop .block-content {
  display: none;
  position: absolute;
  width: 320px;
  padding: 0;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: 600;
}

.loginBoxTop .block-content.skip-active {
  display: block;
}

@media only screen and (max-width: 767px) {
  .loginBoxTop .block-content {
    right: -15px;
    top: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .loginBoxTop .block-content {
    top: 32px;
    right: -20px;
  }
}

@media only screen and (min-width: 1332px) {
  .loginBoxTop .block-content {
    top: 33px;
    right: -100%;
  }
}

.loginBoxTop .block-content .minicart-title {
  background: #F9F7F3;
  height: 64px;
  text-align: center;
}

.loginBoxTop .block-content .minicart-title h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 64px;
}

.loginBoxTop .block-content .minicart-message {
  text-align: center;
}

.loginBoxTop .block-content .minicart-wrapper {
  padding: 20px;
}

.loginBoxTop .block-content .minicart-wrapper .block-subtitle,
.loginBoxTop .block-content .minicart-wrapper .block-content {
  display: none;
}

.loginBoxTop .block-content .minicart-wrapper .minicart-actions .top-block {
  display: block;
  visibility: visible;
}

.loginBoxTop .block-content .minicart-wrapper .minicart-actions .top-block .subtotal {
  padding-top: 10px;
}

.loginBoxTop .block-content .minicart-wrapper .minicart-actions .top-block .subtotal .label {
  font-size: 14px;
  font-weight: 600;
  color: #2D2D2D;
}

.loginBoxTop .block-content .minicart-wrapper .minicart-actions .top-block .subtotal .price {
  font-size: 16px;
  font-weight: 700;
  color: #2D2D2D;
}

.loginBoxTop .block-content .mini-products-list {
  margin: 0;
  padding: 0;
}

.loginBoxTop .block-content .mini-products-list li {
  padding: 13px 0;
  border-top: 1px solid rgba(178, 148, 90, 0.5);
  position: relative;
}

.loginBoxTop .block-content .mini-products-list li:first-child {
  padding-top: 0;
  border: none;
}

.loginBoxTop .block-content .mini-products-list .media-left {
  float: left;
  width: 100px;
  padding: 0;
}

.loginBoxTop .block-content .mini-products-list .media-left img {
  width: 100%;
}

.loginBoxTop .block-content .mini-products-list .product-details,
.loginBoxTop .block-content .mini-products-list .media-body {
  margin-left: 120px;
  padding-right: 15px;
  font-size: 12px;
  position: relative;
}

.loginBoxTop .block-content .mini-products-list .product-details .product-name,
.loginBoxTop .block-content .mini-products-list .media-body .product-name {
  word-wrap: break-word;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
}

.loginBoxTop .block-content .mini-products-list .product-details .product-name a,
.loginBoxTop .block-content .mini-products-list .media-body .product-name a {
  font-weight: 600;
  line-height: 1;
}

.loginBoxTop .block-content .mini-products-list .product-details .subhead,
.loginBoxTop .block-content .mini-products-list .media-body .subhead {
  color: #B2945A;
  font-size: 11px;
}

.loginBoxTop .block-content .mini-products-list .product-details .product-box,
.loginBoxTop .block-content .mini-products-list .media-body .product-box {
  font-size: 12px;
}

.loginBoxTop .block-content .mini-products-list .product-details .product-box .size-wrapper strong,
.loginBoxTop .block-content .mini-products-list .media-body .product-box .size-wrapper strong {
  font-weight: 600;
}

.loginBoxTop .block-content .mini-products-list .product-details .product-box strong,
.loginBoxTop .block-content .mini-products-list .media-body .product-box strong {
  font-weight: 600;
}

.loginBoxTop .block-content .minicart-actions {
  text-align: center;
  border-top: 1px solid rgba(178, 148, 90, 0.5);
}

.loginBoxTop .block-content .minicart-actions .checkout-types.minicart {
  margin: 13px 0;
  padding: 0;
}

.loginBoxTop .block-content .minicart-actions .checkout-button {
  width: 100%;
  font-size: 16px;
}

.loginBoxTop .block-content .minicart-actions .checkout-button:hover {
  text-decoration: none;
}

.loginBoxTop .block-content .minicart-actions .cart-link {
  color: #B2945A;
}

.loginBoxTop .block-content .subtotal {
  text-align: center;
}

.loginBoxTop .block-content .actions .paypal-logo {
  float: left;
  width: 100%;
  margin: 3px 0 0;
  text-align: right;
}

.loginBoxTop .block-content .actions .paypal-logo .paypal-or {
  clear: both;
  display: block;
  padding: 0 55px 5px 0;
}

.loginBoxTop .support-ico {
  position: relative;
}

.loginBoxTop .support-ico a.link {
  position: relative;
  padding-left: 20px;
}

.loginBoxTop .support-ico a.link:before {
  font-family: 'mangelsen-icons';
  content: "\e908";
  font-size: 15px;
  position: absolute;
  left: 0;
  top: -2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 768px) {
  .loginBoxTop .support-ico .support-submenu {
    width: 196px;
    display: none;
    font-weight: 600;
    font-size: 14px;
    background-color: #fff;
    padding: 20px;
    margin: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 50%;
    top: 30px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (min-width: 1024px) {
  .loginBoxTop .support-ico .support-submenu {
    top: 33px;
  }
}

.loginBoxTop .support-ico .support-submenu > ul {
  margin: 0;
  padding: 0;
}

.loginBoxTop .support-ico .support-submenu > ul li {
  margin-left: 0;
  margin-bottom: 10px;
  display: block;
}

.loginBoxTop .support-ico .support-submenu > ul li small {
  font-size: 12px;
  color: rgba(45, 45, 45, 0.5);
  display: block;
}

.loginBoxTop .support-ico .support-submenu > ul li:last-child {
  margin-bottom: 0;
}

.loginBoxTop .support-ico .support-submenu > ul h4 {
  color: #B2945A !important;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

.loginBoxTop .support-ico .support-submenu > ul h4 a {
  color: #B2945A;
  font-size: 14px;
}

.loginBoxTop .support-ico .support-submenu > ul a {
  color: #2D2D2D;
  font-size: 14px;
}

.loginBoxTop .support-ico .support-submenu > ul a:hover {
  text-decoration: underline;
}

.searchIco {
  position: absolute;
  left: 10px;
  top: 11px;
  width: 0%;
}

.siderTop {
  width: 100%;
}

.siderTop .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.homepageSlider .popup-close {
  min-width: 40px;
  line-height: 40px;
  white-space: nowrap;
  position: absolute;
  color: #B2945A;
}

@media only screen and (min-width: 768px) {
  .homepageSlider .popup-close {
    top: 10px;
    right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .homepageSlider .popup-close {
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.homepageSlider .popup-close:before {
  font-family: 'mangelsen-icons';
  content: "\e910";
  font-size: 20px;
  text-indent: 0;
  text-align: center;
  display: inline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.homepageSlider .popup-close span {
  font-size: 16px;
  font-weight: 600;
  display: none;
}

@media only screen and (max-width: 767px) {
  .homepageSlider .popup-close span {
    display: inline;
    margin-left: 10px;
    position: relative;
    top: -3px;
  }
}

.homepageSlider .popup-close:hover {
  color: #2d2d2d;
}

.homepageSlider .popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999;
}

.homepageSlider .popup .popup-main {
  max-width: 1100px;
  width: 90%;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .homepageSlider .popup .popup-main {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px black;
    border-radius: 3px;
    background-color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .homepageSlider .popup .popup-main {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #F9F7F3;
  }
}

.homepageSlider .popup .popup-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px 30px 60px;
}

@media only screen and (max-width: 1023px) {
  .homepageSlider .popup .popup-inner {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .homepageSlider .popup .popup-inner {
    display: block;
    padding: 0 0 40px;
  }
}

.homepageSlider .popup .popup-inner .product-img-pos {
  width: 60%;
  position: relative;
  padding-bottom: 50%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .homepageSlider .popup .popup-inner .product-img-pos {
    width: 100%;
    padding-bottom: 100%;
  }
}

.homepageSlider .popup .popup-inner .product-img-pos .product-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.homepageSlider .popup .popup-inner .product-img-pos .product-img img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.homepageSlider .popup .popup-inner .product-contain {
  width: 40%;
  padding: 40px;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .homepageSlider .popup .popup-inner .product-contain {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .homepageSlider .popup .popup-inner .product-contain {
    width: 100%;
    padding: 20px;
  }
}

.homepageSlider .popup .popup-inner .product-contain .subname {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  display: none;
}

@media only screen and (max-width: 767px) {
  .homepageSlider .popup .popup-inner .product-contain .subname {
    margin-bottom: 14px;
  }
}

.homepageSlider .popup .popup-inner .product-contain .product_listing_h2 {
  margin-bottom: 15px;
}
.homepageSlider .popup .popup-inner .product-contain .product_listing_h2 a:hover{
    color: #B2945A !important;
    text-decoration: none !important;
}

@media only screen and (max-width: 767px) {
  .homepageSlider .popup .popup-inner .product-contain .product_listing_h2 {
    margin-bottom: 10px;
  }
}

.homepageSlider .popup .popup-inner .product-contain .sublocation {
  font-size: 16px;
  font-weight: 600;
  pointer-events: none;
}

.homepageSlider .popup .popup-inner .product-contain .button-bar {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .homepageSlider .popup .popup-inner .product-contain .button-bar {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .homepageSlider .popup .popup-inner .product-contain .button-bar a {
    min-width: 200px;
    font-size: 16px;
  }
}

.homepageSlider .popup .popup-inner .product-contain a:not(.button):hover {
  color: #2D2D2D;
  text-decoration: underline;
}

.homepageSlider .container {
  position: relative;
}

.homepageSlider img {
  width: 100%;
  /*object-fit: cover;*/
  /*object-position: center bottom;*/
  /*height: 720px;*/
}

@media only screen and (max-width: 768px) {
  .homepageSlider img {
    object-fit: cover;
    height: 506px;
  }
}
/**
Kenlay added for SO-36660
 */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homepageSlider img {
    height: 380px;
    object-position:center 75%;
    object-fit: cover;
  }
  .homepageSlider .desktop-hide{
    display: block !important;
  }
  .homepageSlider .mobile-hide{
    display: none !important;
  }
  .new_releases_cms{
    padding-top: 15px !important;
  }
}
/**
end for SO-36660
 */
@media only screen and (max-width: 480px) {
    .homepageSlider img {
        height: 300px;
    }
}

.more-button-popup {
  position: absolute;
  bottom: 23px;
  right: 30px;
  min-width: 100px;
  padding-left: 25px;
  padding-right: 25px;
  height: 42px;
  line-height: 42px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 42px;
  text-align: center;
  display: block;
  color: #fff;
}

@media only screen and (max-width: 1331px) {
  .more-button-popup {
    right: 20px;
  }
}

.more-button-popup span {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.more-button-popup span:before {
  content: '+ ';
}

@media only screen and (max-width: 767px) {
  .more-button-popup span {
    font-size: 14px;
  }
}

.more-button-popup:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.slides {
  padding: 0px 0 0px;
}

@media only screen and (min-width: 768px) and (max-width: 1331px) {
  body .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .content-wrapper .containerAuto,
  .content-wrapper .container {
    padding: 0 10px;
  }
  .content-wrapper .containerAuto .row,
  .content-wrapper .container .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.std .img-placeholder {
  font-style: italic;
  font-size: 14px;
  display: block;
  margin: 10px 0 0;
  color: #555555;
}

@media only screen and (max-width: 767px) {
  .std .container {
    padding: 0 15px;
  }
  .std .container .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.std .cms-first-content .contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 2px solid #B2945A;
}

@media only screen and (max-width: 767px) {
  .std .cms-first-content .contain {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}

.std .cms-first-content .contain .title {
  width: 33.33333%;
}

@media only screen and (min-width: 1200px) {
  .std .cms-first-content .contain .title {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .std .cms-first-content .contain .title {
    width: 100%;
  }
}

.std .cms-first-content .contain .title.page-title h2 {
  font-size: 30px;
  line-height: 36px;
}

@media only screen and (max-width: 767px) {
  .std .cms-first-content .contain .title.page-title h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

.std .cms-first-content .contain .description {
  width: 66.66667%;
  padding-left: 34px;
  padding-right: 8.33333%;
}

@media only screen and (max-width: 767px) {
  .std .cms-first-content .contain .description {
    width: 100%;
    padding: 0;
  }
}

.std .cms-first-content .contain .description.std {
  font-size: 18px;
  line-height: 28px;
}

@media only screen and (max-width: 767px) {
  .std .cms-first-content .contain .description.std {
    font-size: 16px;
    line-height: 23px;
  }
}

.std .cms-first-content .contain .description.active .moreellipses {
  display: none;
}

.std .cms-first-content .contain .description .morelink {
  cursor: pointer;
  color: #B2945A;
  font-weight: 700;
  text-transform: uppercase;
}

.std .cms-first-content .contain .description .morelink.less {
  display: table-cell;
}

.std .cms-first-content .contain .description .morelink:hover {
  text-decoration: underline;
}

.std .image-block-01 {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .std .image-block-01 {
    padding-bottom: 40px;
  }
}

.std .image-block-02 {
  padding-bottom: 100px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .std .image-block-02 {
    padding-bottom: 40px;
  }
}

.std .image-block-02 .item {
  width: 33.33333%;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .std .image-block-02 .item {
    opacity: .3;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
  }
  .std .image-block-02 .item.slick-center {
    opacity: 1;
  }
}

.std .image-block-02 .item.slick-slide img {
  width: 100%;
}

.std .image-block-02 .multi-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .std .image-block-02 .multi-image {
    display: block;
    padding: 10px;
  }
}

.std .image-block-02 .multi-image .item {
  width: initial;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .std .image-block-02 .multi-image .item {
    opacity: 1;
  }
}

.std .image-block-03 {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .std .image-block-03 {
    padding-bottom: 40px;
  }
}

.std .image-block-03 .embed-video-image {
  text-align: center;
  margin: 0 auto;
  max-width: 1040px;
}

.std .image-block-03 .embed-video-image img {
  width: 100%;
}

.std .image-block-03 .block-1 {
  padding: 0;
}

.std .subHeader-block {
  text-align: center;
  font-size: 18px;
  padding-bottom: 100px;
  line-height: 28px;
}

@media only screen and (max-width: 767px) {
  .std .subHeader-block {
    padding-bottom: 40px;
  }
}

.std .subHeader-block .contain {
  max-width: 800px;
  margin: 0 auto;
}

.std .longParagraph-block {
  padding-bottom: 100px;
  line-height: 23px;
}

@media only screen and (max-width: 767px) {
  .std .longParagraph-block {
    padding-bottom: 40px;
  }
}

.std .longParagraph-block .contain {
  max-width: 1040px;
  margin: 0 auto;
}

.std .longParagraph-block p:last-child {
  margin-bottom: 0;
}

.std .listStyle-block {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .std .listStyle-block {
    padding-bottom: 40px;
  }
}

.std .listStyle-block .contain {
  max-width: 1040px;
  margin: 0 auto;
}

.std .listStyle-block h3 {
  margin-bottom: 25px;
}

.std .listStyle-block li {
  margin-bottom: 10px;
}

.std .content-block .contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .std .content-block .contain {
    padding: 0 0 40px;
  }
}

.std .content-block .contain .all-new-link {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .std .content-block .contain .all-new-link {
    text-align: center;
    margin-top: 20px;
  }
}

.std .content-block .contain .left-block {
  width: 50%;
  padding-right: 5.83333%;
  border-right: 1px solid #b2945a;
}

@media only screen and (max-width: 767px) {
  .std .content-block .contain .left-block {
    width: 100%;
    padding: 0 0 20px;
    border: none;
    border-bottom: 1px solid #b2945a;
    margin-bottom: 20px;
  }
}

.std .content-block .contain .left-block .sub-script {
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .std .content-block .contain .left-block .sub-script {
    margin-bottom: 40px;
  }
}

.std .content-block .contain .right-block {
  width: 50%;
  padding-left: 5.83333%;
}

@media only screen and (max-width: 767px) {
  .std .content-block .contain .right-block {
    width: 100%;
    padding: 0;
  }
}

.std .content-block .contain .right-block .sub-title {
  font-family: 'Noto Serif', serif;
  font-size: 24px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .std .content-block .contain .right-block .sub-title {
    width: 100%;
    font-size: 20px;
    padding: 0 0 20px;
    text-align: center;
    margin: 0;
  }
}

.std .content-block .contain .sub-title {
  font-family: 'Noto Serif', serif;
  font-size: 24px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .std .content-block .contain .sub-title {
    width: 100%;
    font-size: 20px;
    padding: 0 0 20px;
    text-align: center;
    margin: 0;
  }
}

.std .content-block .contain .image-block {
  display: block;
}

.std .content-block .contain .image-block span {
  font-style: italic;
  font-size: 14px;
  display: block;
  margin: 10px 0 0;
  color: #555555;
}

.std .content-block .contain .recognition-block {
  margin-bottom: 60px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .std .content-block .contain .recognition-block {
    margin-bottom: 30px;
    font-size: 14px;
  }
}

.std .content-block .contain .recognition-block h3 {
  margin-bottom: 25px;
}

.std .content-block .contain .recognition-block ul > li {
  margin-bottom: 10px;
}

.std .content-block .contain .visit-block {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .std .content-block .contain .visit-block {
    font-size: 14px;
  }
}

.std .content-block .contain .visit-block strong {
  color: #000;
}

.dark-orange {
  color: #B2945A !important;
}

.product-view #product_addtocart_form #mainBodyContents {
  background: #4a494e;
}

.product-view dt {
  padding-top: 15px;
}

.product-view .last dt {
  display: block;
}

.product-view .tabsData .div4 {
  padding: 0;
}

.product-view .tabsData .priceDive {
  padding-top: 10px;
  width: 410px;
}

.product-view .product_page_right {
  margin: 0px 0 0 -20px;
}

.product-view .productFrames {
  padding-bottom: 10px;
}

.product-view .productFrameHeading {
  display: inline-block;
  font-weight: bold;
  padding-right: 10px;
}

.product-view .productFrameText {
  display: inline-block;
}

.product-view img {
  border: none;
}

.other-products-container .block-title {
  background: #35363A;
}

#mainBodyContents1 {
  padding-top: 10px;
}

.midSlider {
  background-color: #3c3d40;
  border-radius: 10px;
  box-shadow: 0 1px 3px #1D1D1E inset;
  border-bottom: 1px solid #4d4d50;
  border-top: none;
  border-right: none;
  border-left: none;
  margin-bottom: 30px;
  padding: 20px 45px 0;
}

.slideBoxSmall {
  width: 283px;
  float: left;
  margin-right: 10px;
  padding-left: 10px;
}

.slideBoxSmall .imgBox {
  width: 96px;
  height: 96px;
  float: left;
  margin-right: 19px;
  margin-bottom: 10px;
}

.slideBoxSmall .imgBox img {
  box-shadow: 0 2px 2px #000000;
}

.slideBoxSmall a {
  text-decoration: none;
  color: #fff;
}

.slideBoxSmall .sDataBox {
  width: 158px;
  float: left;
  height: 99px;
  overflow: hidden;
}

.slideBoxSmall p {
  line-height: 16px;
  margin-bottom: 8px;
}

.slideBoxSmall h3 {
  margin-bottom: 8px;
}

.slideBoxSmall.lastBox {
  margin-right: 0px;
}

.grayBtn a {
  display: inline-block;
  padding: 12px 25px 8px;
  background-image: url(https://www.mangelsen.com/skin/frontend/default/coccinelle/images/grayBtn.png);
  background-repeat: repeat-x;
  border-radius: 5px;
  box-shadow: 0 2px 8px #000000;
  color: #fff;
}

a.moreLink {
  background-image: url(https://www.mangelsen.com/skin/frontend/default/coccinelle/images/moreIco.png);
  background-repeat: no-repeat;
  background-position: right center;
  font-style: italic;
  padding-right: 11px;
  color: #fff;
  text-decoration: none;
}

.Box4Contents {
  margin-bottom: 35px;
  margin-left: 25px;
}

.contentImgBox {
  width: 200px;
  height: 166px;
  float: left;
  background-image: url(https://www.mangelsen.com/skin/frontend/default/coccinelle/images/boxIMgBg.jpg);
  background-repeat: no-repeat;
  padding-top: 10px;
  margin-right: 8px;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 3px 6px #222;
}

.contentImgBox h4 {
  margin-bottom: 106px;
  padding-left: 15px;
}

.contentImgBox p {
  line-height: 16px;
  font-size: 11px;
  padding-left: 15px;
  padding-right: 15px;
}

.contentImgBox p span {
  font-size: 18px;
  font-weight: normal;
  float: right;
  margin-right: 6px;
}

.contentImgBox2 {
  width: 200px;
  height: 166px;
  float: left;
  background-image: url(https://www.mangelsen.com/skin/frontend/default/coccinelle/images/boxIMgBg2.jpg);
  background-repeat: no-repeat;
  padding-top: 10px;
  margin-right: 8px;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 3px 6px #222;
}

.contentImgBox2 h4 {
  margin-bottom: 106px;
  padding-left: 15px;
}

.contentImgBox2 p {
  line-height: 16px;
  font-size: 11px;
  padding-left: 15px;
  padding-right: 15px;
}

.contentImgBox2 p span {
  font-size: 18px;
  font-weight: normal;
  float: right;
  margin-right: 6px;
}

.contentImgBox3 {
  width: 200px;
  height: 166px;
  float: left;
  background-image: url(https://www.mangelsen.com/skin/frontend/default/coccinelle/images/boxIMgBg3.jpg);
  background-repeat: no-repeat;
  padding-top: 10px;
  margin-right: 8px;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 3px 6px #222;
}

.contentImgBox3 h4 {
  margin-bottom: 106px;
  padding-left: 15px;
}

.contentImgBox3 p {
  line-height: 16px;
  font-size: 11px;
  padding-left: 15px;
  padding-right: 15px;
}

.contentImgBox3 p span {
  font-size: 18px;
  font-weight: normal;
  float: right;
  margin-right: 6px;
}

.contentImgBox4 {
  width: 332px;
  height: 166px;
  float: left;
  background-image: url(https://www.mangelsen.com/skin/frontend/default/coccinelle/images/imgBox4.jpg);
  background-repeat: no-repeat;
  padding-top: 10px;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 3px 6px #222;
}

.contentImgBox4 h4 {
  margin-bottom: 106px;
  padding-left: 15px;
}

.contentImgBox4 p {
  line-height: 16px;
  font-size: 11px;
  padding-left: 15px;
  padding-right: 15px;
}

.contentImgBox4 p span {
  font-size: 18px;
  font-weight: normal;
  float: right;
  margin-right: 6px;
}

.newsBoxData {
  background-color: #3d3e41;
  box-shadow: 0 0 2px #1d1d1e inset;
  border-radius: 5px;
  padding: 38px 20px 40px 30px;
  border-bottom: 1px solid #4d4d50;
  border-top: none;
  border-right: none;
  border-left: none;
}

.newsBoxData .boxNewsSection:last-child {
  background-image: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.newsBoxData h2 {
  margin-bottom: 30px;
}

.boxNewsSection {
  background-image: url(https://www.mangelsen.com/skin/frontend/default/coccinelle/images/borderImg.jpg);
  background-repeat: repeat-x;
  background-position: bottom left;
  padding-bottom: 30px;
  margin: 40px 0px;
  position: relative;
}

.boxNewsSection h2 {
  margin-bottom: 30px;
}

.newsImg {
  width: 150px;
  float: left;
  margin-right: 35px;
}

.newsData {
  float: left;
  width: 700px;
}

.newsData span {
  display: block;
  margin-bottom: 20px;
}

.newsData p {
  line-height: 21px;
}

.newsData p span {
  color: #fff !important;
  font-size: 12px !important;
}

.boxNewsSection.boxNewsSectionLast {
  background: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

footer#footer {
  background: #2d2d2d;
}

.footerLogo {
  width: 16.66667%;
}

.footerLogo a {
  display: block;
  width: 188px;
}

@media only screen and (max-width: 1199px) {
  .footerLogo {
    width: 20.83333%;
  }
}

@media only screen and (max-width: 1023px) {
  .footerLogo {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .footerLogo a {
    margin: 0 auto;
  }
}

.footerSocial {
  margin-top: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .footerSocial {
    margin: 28px auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footerSocial > a {
  text-indent: -999em;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  color: #B2945A;
}

@media only screen and (max-width: 767px) {
  .footerSocial > a {
    margin-left: 7px;
    margin-right: 7px;
  }
}

.footerSocial > a span {
  display: block;
  position: relative;
}

.footerSocial > a span:before {
  font-family: 'mangelsen-icons';
  content: "\e909";
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  text-indent: 0;
  text-align: center;
  line-height: 34px;
  display: block;
  color: #B2945A;
  border: 1px solid #B2945A;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footerSocial > a:hover {
  color: #fff;
}

.footerSocial > a:hover span:before {
  color: #fff;
  background-color: #B2945A;
}

.footerSocial > a.fbIco span:before {
  content: "\e90e";
}

.footerSocial > a.sbcribeIco span:before {
  content: "\e90c";
}

.footerSocial > a.utubeIco span:before {
  content: "\e90d";
}

.footerSocial > a.socialIco span:before {
  content: "\e90b";
}

#footerNav {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (max-width: 1199px) {
  #footerNav {
    width: 45.83333%;
  }
}

@media only screen and (max-width: 1023px) {
  #footerNav {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

#footerNav .dropdown-icon {
  display: none;
}

@media only screen and (max-width: 767px) {
  #footerNav .dropdown-icon {
    cursor: pointer;
    display: block;
    width: 40px;
    height: 50px;
    position: absolute;
    right: -10px;
    top: 0;
  }
  #footerNav .dropdown-icon:before {
    font-family: 'mangelsen-icons';
    content: "\e918";
    width: 40px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    text-indent: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #footerNav .dropdown-icon.active:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

#footerNav .col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 18px;
}

@media only screen and (max-width: 1023px) {
  #footerNav .col {
    padding-left: 0;
    padding-right: 18px;
  }
}

@media only screen and (max-width: 767px) {
  #footerNav .col {
    width: 100%;
    padding: 0 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  #footerNav .col:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  #footerNav .col:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

#footerNav h5 {
  font-family: 'Noto Serif', serif;
  font-size: 18px;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #footerNav h5 {
    margin-bottom: 0;
    padding: 14px 0;
    font-size: 20px;
  }
}

#footerNav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  letter-spacing: .5px;
}

@media only screen and (max-width: 767px) {
  #footerNav ul {
    display: none;
  }
}

#footerNav ul li {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  #footerNav ul li {
    margin-bottom: 20px;
  }
}

#footerNav ul li span {
  color: #B2945A;
}

#footerNav ul li a {
  color: #fff;
}

#footerNav ul li a:hover {
  text-decoration: underline;
}

.copyRight {
  background-color: #2D2D2D;
  color: #FFF;
  font-size: 12px;
  letter-spacing: .5px;
  font-weight: 400;
  padding: 20px 0;
  margin: auto;
  text-align: center;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 767px) {
  .copyRight {
    border: none;
  }
  .copyRight span {
    display: block;
    margin-bottom: 6px;
  }
  .copyRight a {
    color: #fff;
    display: inline-block;
    margin: 0 8px;
  }
}

.copyRight a {
  color: #FFF;
  margin: 0 4px;
}

.copyRight a:hover {
  text-decoration: underline;
}

.copyRight address {
  color: #FFF;
  font-size: 12px;
  margin-bottom: 0;
}

.sliderImg {
  float: left;
  margin: 18px 0 0;
  width: 557px;
  position: relative;
  text-align: center;
  min-height: 498px;
}

.sliderText {
  float: left;
  height: 400px;
  margin: 15px 0 0px 43px;
  width: 396px;
}

.sliderText h4 {
  font-size: 13px;
}

.sliderText h5 {
  font-size: 13px;
}

.sliderText1 {
  float: left;
  margin: 15px 0 0px 43px;
  width: 396px;
  min-height: 235px;
}

.mainSection1 {
  float: left;
  width: 541px;
  margin-bottom: 40px;
}

.mainSection1 h1 {
  margin-bottom: 20px;
  font-size: 14px;
}

.nav ul {
  line-height: normal;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.nav ul li {
  color: #FFFFFF;
  display: inline-block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
}

.nav ul li:first-child {
  border-left: medium none;
}

.nav ul li a {
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  list-style: none outside none;
  padding: 6px 10px;
  position: relative;
  text-decoration: none;
  z-index: 1;
}

.nav ul li a:hover {
  background-image: none;
  border-bottom: none;
  padding: 6px 10px 7px;
  z-index: 3;
  border: none;
}

.nav ul li.active a {
  background-image: none;
  border-bottom: none;
  padding: 6px 10px 7px;
  z-index: 3;
  border: none;
}

.redioButton1Div {
  padding-bottom: 5px;
  margin: 10px 0;
}

.redioButton1Div label {
  padding-right: 13px;
}

.redioButton1Div label span {
  position: relative;
  top: -2px;
  left: 3px;
}

.redioButton1Div input[type="radio"] {
  margin: 3px 0px 0 8px;
}

.selection-confirm {
  color: #EBEBEB;
  font-family: Gulim;
  font-size: 12px;
  font-weight: bold;
}

.div4 {
  padding: 20px 20px 0px;
}

.priceDive {
  padding-top: 15px;
}

.priceDive p {
  color: #EBEBEB;
  float: left;
  font-size: 12px;
  font-weight: bold;
}

.priceDive span {
  color: #EBEBEB;
  float: left;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 0 8px;
}

.priceDive a {
  font-size: 14px;
  text-shadow: 0 0 2px #000000;
  font-weight: bold;
  color: #fff;
}

.priceDive .redButton.redfirst {
  margin-right: 15px;
  margin-right: 35px;
  margin-bottom: 10px;
}

.priceDive .redButton.wishlst {
  background: #414141;
  border: medium none;
  margin-right: 3px;
}

.priceDive .price-box {
  display: table;
}

.redButton {
  background-image: url("https://www.mangelsen.com/skin/frontend/default/coccinelle/images/red-buttonBg.png");
  background-repeat: repeat-x;
  border-radius: 5px 5px 5px 5px;
  float: right;
  height: 37px;
  margin-right: 80px;
  width: 179px;
  background-image: url("https://www.mangelsen.com/skin/frontend/default/coccinelle/images/red-buttonBg.png");
  background-repeat: repeat-x;
  border-radius: 5px 5px 5px 5px;
  float: right;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 8px 35px 6px;
  text-transform: uppercase;
  border: 1px solid #A13635;
  color: #fff;
}

.mainSection2 {
  text-align: center;
}

.mainSection2 h4 {
  font-size: 14px;
  font-weight: bold;
}

.section3Slider {
  width: 420px;
  float: left;
}

.section3Slider .product-img-box .product-image-zoom img {
  cursor: default;
}

.section3Slider .zoomImg1 {
  margin: 0 auto 20px;
}

.copyRight2 {
  color: #EBEBEB;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 40px;
}

.grayBtn.grayBtnSlider {
  display: inline-block;
}

.grayBtn.grayBtnSlider a {
  padding: 8px 40px 8px;
  font-weight: bold;
  font-size: 14px;
  text-shadow: 0 0 2px #000;
}

.btn-viewed {
  display: block;
  text-decoration: underline;
}

.cartshortDesc {
  margin-top: 10px;
}

.zoomImg1 {
  background-image: url(https://www.mangelsen.com/skin/frontend/default/coccinelle/images/zoom.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
  top: 1px;
}

.zoomImg2 {
  background-image: url(https://www.mangelsen.com/skin/frontend/default/coccinelle/images/zoom.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
  top: -5px;
}

.general_content {
  color: #000 !important;
}

.general_content p {
  color: #000 !important;
}

.general_content p a {
  color: #000 !important;
}

.std a {
  color: #B2945A;
  font-weight: 600;
}

.std a:hover {
  text-decoration: underline;
}

.std ol {
  list-style: disc;
}

.std p {
  margin: 0 0 2em;
  padding: 0;
}

.std p span {
  color: #ffffff;
  font-size: 14px !important;
}

.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 {
  margin: 0 0 1em;
  padding: 0;
}

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

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

.std ul {
  margin: 0 0 1em;
  padding: 0;
  list-style: disc outside;
  padding-left: 1.5em;
}

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

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

.std ul.form-list {
  padding: 0;
}

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

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

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

.std address {
  margin: 0 0 1em;
  padding: 0;
  font-style: normal;
}

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

.std dt {
  font-weight: bold;
}

.std dd {
  padding: 0 0 0 1.5em;
}

.std b {
  font-weight: bold;
}

.std strong {
  font-weight: 700;
}

.std i {
  font-style: italic;
}

.std em {
  font-style: italic;
}

.imgPopup {
  background-image: url(https://www.mangelsen.com/skin/frontend/default/coccinelle/images/tranBg.png);
  background-repeat: repeat;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}

.imgPopup img {
  position: absolute;
  top: 30%;
  left: 30%;
}

.screen {
  position: relative;
}

.screen img {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.thumbnails {
  display: none;
}

.buttons div {
  cursor: pointer;
}

.availability.in-stock {
  display: none;
}

.availability.out-of-stock {
  display: none;
}

.zoom-notice {
  display: none;
}

.zoom {
  display: none;
}

.product-options-bottom .add-to-cart .btn {
  background: #F9F7F3;
  border-color: #B2945A;
  color: #B2945A;
}

.product-options-bottom .add-to-cart .btn:hover {
  background: #B2945A;
  border-color: #B2945A;
  color: #fff;
}

.product-options-bottom .add-to-cart .btn[disabled] {
  background: #c3c3c3;
  border: 1px solid #C3C3C3;
  color: #fff;
}

.product-options-bottom .price-box {
  display: none;
}

#product_addtocart_form .add-to-box {
  padding-top: 20px;
}

.product-options {
  background: none;
  border: none;
  bottom: 1px;
  position: relative;
}

.product-options .last .validation-advice {
  margin: 3px 0 0 16px;
  color: #FF5555;
  font-size: 12px;
}

.input-box {
  clear: both;
}

dl.last {
  margin: 0px;
}

.options-list {
  color: #EBEBEB;
  width: 100%;
  padding: 0px;
}

.options-list span label {
  color: #EBEBEB;
  float: left;
  font-family: Gulim;
  font-size: 12px;
  font-weight: bold;
  margin: 2px 0 0 4px;
}

.options-list .price-notice {
  display: none;
}

.options-list li {
  display: inline-block;
  margin-right: 15px;
}

.last dt {
  display: none;
}

#product-options-wrapper p.required {
  display: none;
}

.data-table tr.even {
  background: none;
}

.data-table thead {
  background: none;
}

.data-table td {
  border: none;
}

.data-table th {
  border: none;
}

.data-table tr {
  border-bottom: 1px solid #DDDDDD;
  background: #eee;
  color: #000;
}

.data-table cart-table .product-name a {
  color: #000;
}

.product-name a {
  color: #000;
  font-weight: bold;
}

.cart form fieldset {
  border: none;
}

.cart-collaterals .col2-set .col-2 .shipping {
  display: none;
}

.cart-collaterals .col2-set .col-2 .discount {
  color: #fff;
  margin-top: -20px;
}

.cart-collaterals .col2-set .col-2 .discount .discount-form .input-box {
  margin-top: 10px;
}

.opc {
  margin: auto;
  width: 960px;
}

.opc .step-title {
  background: none;
}

.page-title h1 {
  color: #2D2D2D;
}

.viwArch {
  display: block;
  position: absolute;
  right: 3px;
  top: 10px;
  font-size: 10px;
  color: #fff;
  font-style: italic;
}

#checkout-review-table {
  color: #000;
}

.account-create {
  padding-bottom: 150px;
}

.account-create #form-validate {
  max-width: 345px;
  margin: 0 auto;
  display: block;
}

.account-create .fieldset {
  background: none;
  border: none;
  padding: 0;
}

.account-create .fieldset .field {
  margin-bottom: 15px;
}

.account-create .fieldset h2.legend {
  display: block;
  font-family: 'Noto Serif', serif;
  font-size: 24px;
  font-weight: 400;
  background: transparent;
  padding: 0;
  margin: 0 0 20px;
  border: none;
}

.account-create .button {
  width: 100%;
}

.account-create .sign-up-content {
  text-align: center;
  border-top: 1px solid rgba(178, 148, 90, 0.5);
  padding: 20px 0 0;
  margin-top: 20px;
}

.account-create .sign-up-content label {
  display: block;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
}

.account-create .sign-up-content .button.secondary {
  display: block;
  color: #B2945A;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.account-create .sign-up-content .button.secondary:hover {
  color: #fff;
}

.account-login .forgot-link {
  font-weight: 600;
  margin-bottom: 20px;
}

.account-login .forgot-link a:hover {
  text-decoration: underline;
}

.my-account .fieldset {
  background: none;
}

.my-account .box-account .box-head h2 {
  margin-bottom: 30px;
  font-size: 24px;
}

.my-account .box-account .box {
  margin-bottom: 20px;
}

.my-account .box-account .box-title {
  margin-bottom: 20px;
}

.my-account .box-account .box-title h3 {
  font-size: 20px;
}

.pluginButton {
  padding: 2px 6px !important;
}

#overlay {
  width: 100%;
  background: #000;
  opacity: 0.8;
  position: absolute;
  top: 0px;
  z-index: 1000;
}

#lightbox {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 30px;
  z-index: 1001;
}

#lightbox a {
  cursor: pointer;
  color: #fff;
  position: relative;
  display: block;
}

.lightboxImg {
  width: 1024px;
  margin: auto;
  position: relative;
}

.closeTxt {
  text-align: right;
  display: block;
}

.closeBtn {
  display: block;
  background-image: url(https://www.mangelsen.com/skin/frontend/default/coccinelle/images/closeBtn.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute !important;
  top: -12px;
  left: -13px;
}

.redioButtonDiv5 {
  margin: -3px 0 12px;
}

.redioButtonDiv5 label {
  padding-right: 13px;
}

.redioButtonDiv5 label span {
  position: relative;
  top: -2px;
  left: 3px;
}

.redioButtonDiv5 input[type="radio"] {
  margin: 3px 0px 0 8px;
}

.redioButton2Div {
  margin-bottom: 12px;
}

.redioButton2Div label {
  padding-right: 18px;
}

.redioButton2Div label span {
  position: relative;
  top: -2px;
  left: 3px;
}

.redioButton2Div input[type="radio"] {
  margin: 3px 0px 0 8px;
}

.newsletter_block {
  width: 33.33333%;
  padding-left: 18px;
}

@media only screen and (max-width: 1199px) {
  .newsletter_block {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1023px) {
  .newsletter_block {
    width: 50%;
    padding-left: 0;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .newsletter_block {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
  }
}

.newsletter_block .validation-advice {
  position: relative;
  color: #FF5555;
  margin-top: 10px;
  display: none !important;
}

.newsletter_block .ajax-mgs-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 10px;
  right: 115px;
}

.newsletter_block .subcribre-mgs {
  font-size: 16px;
  color: #FF5555;
  font-weight: 600;
}

.newsletter_block .subcribre-mgs.error {
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
}

.newsletter_block .subcribre-mgs.success {
  margin-top: 10px;
  color: #B2945A;
  display: none;
}

.newsletter_block .popup .subcribre-mgs {
  margin: 0;
}

.newsletter_block .popup .subcribre-mgs.success {
  display: block;
}

.newsletter_block .ajax-mask {
  width: 20px;
  margin-right: 10px;
}

.newsletter_block .block-subscribe {
  display: block;
  padding: 0;
  margin-bottom: 28px;
  border: none;
}

.newsletter_block .subscribe-wrapper .block-title {
  display: none;
}

.newsletter_block form .block-content {
  margin: 0;
  padding: 0;
  background: transparent;
}

.newsletter_block form .block-content .form-subscribe-header {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .newsletter_block form .block-content .form-subscribe-header {
    text-align: center;
  }
}

.newsletter_block form .block-content .input-wrapper {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .newsletter_block form .block-content .input-wrapper {
    margin: 0 5px;
  }
}

.newsletter_block form .block-content .input-wrapper input[type="text"] {
  width: 100%;
  height: 48px;
  border-radius: 24px;
  padding-left: 20px;
  padding-right: 133px;
  font-size: 14px;
  font-weight: 600;
  color: #555555;
  padding: 0 15px;
}

.newsletter_block form .block-content .input-wrapper button {
  min-width: 1px;
  width: 113px;
  height: 44px;
  padding: 0;
  border-radius: 22px;
  background: #B2945A;
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .5px;
  text-transform: uppercase;
  position: absolute;
  top: 2px;
  right: 2px;
}

.newsletter_block .popup-close {
  min-width: 40px;
  line-height: 40px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: 0;
  color: #B2945A;
}

.newsletter_block .popup-close:before {
  font-family: 'mangelsen-icons';
  content: "\e910";
  font-size: 20px;
  text-indent: 0;
  text-align: center;
  display: inline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.newsletter_block .popup-close span {
  font-size: 16px;
  font-weight: 600;
  display: none;
}

@media only screen and (max-width: 767px) {
  .newsletter_block .popup-close span {
    display: inline;
    margin-left: 10px;
    position: relative;
    top: -3px;
  }
}

.newsletter_block .popup-close:hover {
  color: #2d2d2d;
}

.newsletter_block .popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999;
}

.newsletter_block .popup .popup-inner {
  max-width: 280px;
  min-width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 30px 20px 20px 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px black;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
}

body:not(.cms-page-view) .main-container {
  padding: 30px 0;
}

body:not(.cms-page-view) .main-container.col3-layout, body:not(.cms-page-view) .main-container.col2-right-layout:not(.custom_product_list) {
  padding-top: 200px;
}

@media only screen and (max-width: 767px) {
  body:not(.cms-page-view) .main-container.col3-layout, body:not(.cms-page-view) .main-container.col2-right-layout:not(.custom_product_list) {
    padding-top: 150px;
  }
}

body:not(.cms-page-view).legacy_page .main-container, body:not(.cms-page-view).clp_page .main-container {
  padding: 30px 0;
}

body:not(.cms-page-view).legacy_page .main-container.col2-right-layout, body:not(.cms-page-view).clp_page .main-container.col2-right-layout {
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  body:not(.cms-page-view).legacy_page .main-container.col2-right-layout, body:not(.cms-page-view).clp_page .main-container.col2-right-layout {
    padding-top: 30px;
  }
}

body .main-container.col2-left-layout {
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  body .main-container.col2-left-layout {
    margin-left: 0px;
    margin-right: 0px;
  }
}

body .main-container.col2-left-layout .page-title {
  margin-bottom: 30px;
}

body.cms-home .main-container.col1-layout {
  padding: 0;
}

body.no-banner {
  padding-top: 165px;
}

@media only screen and (max-width: 767px) {
  body.no-banner {
    padding-top: 150px;
  }
}

body.catalog-product-view {
  margin-top: 0;
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  body.catalog-product-view {
    padding-top: 0;
  }
}

body.catalog-product-view .col1-pdp-layout {
  padding: 0;
}

.main-container {
  padding-bottom: 3em;
  padding-top: 3em;
}

.cms-index-index .main-container {
  padding-bottom: 0;
  padding-top: 0;
}

body.cms-page-view:not(.cms-meet-the-artist) {
  padding-top: 160px;
}

@media only screen and (max-width: 767px) {
  body.cms-page-view:not(.cms-meet-the-artist) {
    padding-top: 110px;
  }
}

body.cms-page-view:not(.cms-meet-the-artist) .main-container.col1-layout {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  body.cms-page-view:not(.cms-meet-the-artist) .main-container.col1-layout {
    padding-top: 0;
  }
}

body.cms-page-view:not(.cms-meet-the-artist) ul.breadcrumb {
  padding: 50px 0 20px;
}

@media only screen and (min-width: 768px) {
  body.cms-page-view:not(.cms-meet-the-artist) ul.breadcrumb {
    margin-left: -10px;
    margin-right: -10px;
  }
}

body.cms-page-view.cms-template, body.cms-page-view.cms-galleries-detail {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  body.cms-page-view.cms-template, body.cms-page-view.cms-galleries-detail {
    padding-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  body.cms-page-view.cms-template ul.breadcrumb, body.cms-page-view.cms-galleries-detail ul.breadcrumb {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  body.cms-page-view.cms-template ul.breadcrumb, body.cms-page-view.cms-galleries-detail ul.breadcrumb {
    padding: 15px;
  }
}

body.cms-page-view.cms-template.lower-banner {
  padding-top: 147px;
}

@media only screen and (max-width: 1023px) {
  body.cms-page-view.cms-template.lower-banner {
    padding-top: 140px;
  }
}

@media only screen and (max-width: 767px) {
  body.cms-page-view.cms-template.lower-banner {
    padding-top: 150px;
  }
}

body[class*='blog-']:not(.cms-index-index) .with-breadcrumbs + .content-wrapper .main-container {
  padding-top: 1.5em;
}

.catalogsearch-result-index:not(.cms-index-index) .with-breadcrumbs + .content-wrapper .main-container,
.catalog-category-view:not(.cms-index-index) .with-breadcrumbs + .content-wrapper .main-container {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .cms-banner .desktop {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .cms-banner .mobile {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .cms-banner .mobile {
    display: block;
  }
  .cms-banner .mobile img {
    object-fit: initial !important;
    object-position: initial !important;
    height: initial !important;
  }
}

.cms-internal .cms-banner,
.cms-page-view .cms-banner {
  position: relative;
}

.cms-internal .cms-banner .img img,
.cms-page-view .cms-banner .img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center top;
}

@media only screen and (min-width: 1920px) {
  .cms-internal .cms-banner .img img,
  .cms-page-view .cms-banner .img img {
    width: 100%;
  }
}

.cms-meet-the-artist .cms-banner {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .cms-meet-the-artist .cms-banner {
    margin-bottom: 30px;
  }
}

.cms-meet-the-artist .cms-banner .img img {
  width: 100%;
  height: 720px;
  object-fit: cover;
  object-position: center top;
}

@media only screen and (min-width: 1920px) {
  .cms-meet-the-artist .cms-banner .img img {
    width: 100%;
  }
}

.subcat-listing ul {
  padding: 0 !important;
  padding: 0 !important;
}

.subcat-listing ul li {
  list-style: none;
  float: left;
  margin: 0 0 20px 6px !important;
  position: relative;
  width: auto;
  list-style: none;
  float: left;
  margin: 0 6px 20px 0px !important;
  position: relative;
  width: auto;
}

.subcat-listing ul li a img {
  border: 3px solid #8F9296;
  border: 3px solid #353639;
}

.subcat-listing ul li a img:hover {
  border: 3px solid #fff;
  border: 3px solid #fff;
}

.leftSearchbar {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.hd1Art {
  color: #CCC;
}

.buttons-set a.f-left {
  color: #f00;
  padding-top: 7px;
}

.customer-account-login,
.customer-account-create {
  background: rgba(178, 148, 90, 0.07);
}

.customer-account-login .account-create .page-title,
.customer-account-login .account-login .page-title,
.customer-account-create .account-create .page-title,
.customer-account-create .account-login .page-title {
  text-align: center;
  margin-bottom: 60px;
}

.customer-account-login .account-create .page-title h1,
.customer-account-login .account-login .page-title h1,
.customer-account-create .account-create .page-title h1,
.customer-account-create .account-login .page-title h1 {
  color: #2D2D2D;
}

span.please-wait {
  color: #000;
  font-weight: bold;
}

#review-buttons-container p {
  color: #000;
}

#review-buttons-container p a {
  color: #000;
}

.productFrameHeading {
  font-size: 14px !important;
}

.block-cart {
  display: none;
}

.midSlider_dd {
  margin-bottom: 45px !important;
}

.category-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 60px;
  margin-bottom: 30px;
  border-bottom: 2px solid #B2945A;
}

@media only screen and (max-width: 767px) {
  .category-inner {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

.category-inner .category-title {
  width: 33.33333%;
}

@media only screen and (max-width: 767px) {
  .category-inner .category-title {
    width: 100%;
  }
}

.category-inner .category-title.page-title h1, .category-inner .category-title.page-title h2, .category-inner .category-title.page-title h3 {
  font-size: 30px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .category-inner .category-title.page-title h1, .category-inner .category-title.page-title h2, .category-inner .category-title.page-title h3 {
    font-size: 24px;
  }
}

.category-inner .category-description {
  width: 66.66667%;
  padding-left: 34px;
  padding-right: 8.33333%;
}

@media only screen and (max-width: 1023px) {
  .category-inner .category-description {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .category-inner .category-description {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}

.category-inner .category-description.std {
  font-size: 18px;
  line-height: 28px;
}

.category-inner .category-description.std a {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .category-inner .category-description.std {
    font-size: 16px;
    line-height: 23px;
  }
}

.category-inner .category-description.active .moreellipses {
  display: none;
}

.category-inner .category-description .morelink {
  cursor: pointer;
  color: #B2945A;
  font-weight: 700;
  text-transform: uppercase;
}

.category-inner .category-description .morelink.less {
  display: table-cell;
}

.category-inner .category-description .morelink:hover {
  text-decoration: underline;
}

body:not(.legacy_page) .category-products {
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  body:not(.legacy_page) .category-products {
    margin: 0;
  }
}

body:not(.legacy_page) .category-products > .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  body:not(.legacy_page) .category-products > .items {
    margin-left: -5px;
    margin-right: -5px;
  }
}

body:not(.legacy_page) .category-products > .items .item {
  width: 33.33333%;
  padding: 10px;
}

@media only screen and (max-width: 1023px) {
  body:not(.legacy_page) .category-products > .items .item {
    padding: 5px;
    width: 50%;
  }
}

body:not(.legacy_page) .category-products .subcat_h2 a {
  font-family: 'Noto Serif', serif;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  body:not(.legacy_page) .category-products .subcat_h2 a {
    font-size: 16px;
  }
}

body:not(.legacy_page) .category-products .product-image {
  position: relative;
  overflow: hidden;
}

body:not(.legacy_page) .category-products .product-image .product-img-pos {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  body:not(.legacy_page) .category-products .product-image .product-img-pos {
    pointer-events: none;
  }
}

body:not(.legacy_page) .category-products .product-image .product-img-pos .product-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  pointer-events: none;
}

body:not(.legacy_page) .category-products .product-image .product-img-pos .product-img img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

body:not(.legacy_page) .category-products .product-image.visible .product-inner-pos {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

body:not(.legacy_page) .category-products .product-image .product-inner-pos {
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* flex-wrap: wrap; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 10;
  background-color: rgba(249, 247, 243, 0.9);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  visibility: hidden;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  body:not(.legacy_page) .category-products .product-image .product-inner-pos {
    padding: 10px;
  }
}

body:not(.legacy_page) .category-products .product-image .product-list-attribute {
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  body:not(.legacy_page) .category-products .product-image .product-list-attribute {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

body:not(.legacy_page) .category-products .product-image .product-list-attribute h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  body:not(.legacy_page) .category-products .product-image .product-list-attribute h5 {
    font-size: 11px;
    margin-bottom: 5px;
  }
}

body:not(.legacy_page) .category-products .product-image .product-list-attribute h2 {
  position: relative;
}

@media only screen and (max-width: 767px) {
  body:not(.legacy_page) .category-products .product-image .product-list-attribute h2 {
    font-size: 14px;
    line-height: 18px;
  }
}

body:not(.legacy_page) .category-products .product-image .product-list-attribute h4 {
  position: relative;
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  body:not(.legacy_page) .category-products .product-image .product-list-attribute h4 {
    display: none;
  }
}

body:not(.legacy_page) .category-products .product-image .actions {
  text-align: center;
}

body:not(.legacy_page) .category-products .product-image .actions .button {
  width: 235px;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  body:not(.legacy_page) .category-products .product-image .actions .button {
    width: auto;
  }
}

body:not(.legacy_page) .category-products .product-image .view-detail-product {
  position: absolute;
  display: inline-block;
  bottom: 15px;
  right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body:not(.legacy_page) .category-products .product-image .view-detail-product .hover-buttons {
  margin-left: 12px;
}

@media only screen and (max-width: 1023px) {
  body:not(.legacy_page) .category-products .product-image .view-detail-product .hover-buttons {
    display: none;
  }
}

body:not(.legacy_page) .category-products .product-image .view-detail-product .hover-buttons .lightbox-button {
  display: block;
  padding: 0;
}

body:not(.legacy_page) .category-products .product-image .view-detail-product .hover-buttons .meigeeadditional-zoom {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

body:not(.legacy_page) .category-products .product-image .view-detail-product .hover-buttons .meigeeadditional-zoom:hover {
  color: black;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

body:not(.legacy_page) .category-products .product-image .contact-pricing-btn {
  margin-top: 15px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  body:not(.legacy_page) .category-products .product-image .contact-pricing-btn {
    display: none;
  }
}

.modal.ekko-lightbox button.close {
  right: 5px;
  min-width: 1px;
  padding: 0;
  color: #2D2D2D;
}

.toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.toolbar .pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 42px;
}

.toolbar .pager .amount {
  margin: 0;
}

.toolbar .pager .pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.toolbar .pager .pages strong {
  display: none;
}

.toolbar .pager .pages ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  color: #B2945A;
  font-size: 16px;
  font-weight: 600;
}

.toolbar .pager .pages ol li {
  margin: 0 10px;
}

.toolbar .pager .pages ol li.current {
  color: #2D2D2D;
}

.toolbar .pager .pages ol li a {
  color: #B2945A;
}

.toolbar .pager .pages ol li a:hover {
  color: #2D2D2D;
}

.toolbar .pager .pages ol li .next img, .toolbar .pager .pages ol li .previous img {
  display: none;
}

.toolbar .pager .pages ol li .next:before, .toolbar .pager .pages ol li .previous:before {
  font-family: 'mangelsen-icons';
  font-size: 16px;
  text-align: center;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.toolbar .pager .pages ol li .next:before {
  content: "\e917";
}

.toolbar .pager .pages ol li .previous:before {
  content: "\e918";
}

.toolbar .sorter {
  padding: 0;
  margin: 0;
  width: 100%;
}

.toolbar .sorter .view-mode {
  margin: 0;
}

.toolbar .sorter .sort-by label {
  margin-right: 5px;
}

.toolbar .sorter .sort-by select {
  width: 170px;
}

.toolbar-top {
  margin-left: 140px;
  margin-bottom: 20px;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .toolbar-top {
    margin-left: 100px;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .toolbar-top .toolbar {
    display: block;
  }
}

.toolbar-top .toolbar .pager .pages {
  display: none;
}

@media only screen and (max-width: 767px) {
  .toolbar-top .toolbar .sorter {
    float: right;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.toolbar-top .toolbar .sorter .sort-by,
.toolbar-top .toolbar .sorter .amount {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .toolbar-top .toolbar .sorter .sort-by,
  .toolbar-top .toolbar .sorter .amount {
    display: block;
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .toolbar-top .toolbar .sorter .amount {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 10px;
  }
}

.toolbar-top .toolbar .sorter.formobile .view-mode,
.toolbar-top .toolbar .sorter.formobile .amount {
  display: none;
}

.pager li > a, .pager li > span {
  display: inline-block;
  padding: inherit;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.pager li > a:hover, .pager li > span:hover {
  background-color: transparent;
  border: none;
}

.toolbar-bottom {
  margin-top: 20px;
}

.toolbar-bottom .toolbar .pager {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.toolbar-bottom .toolbar .pager .amount {
  display: none;
}

.toolbar-bottom .toolbar .sorter {
  display: none;
}

.toolbar-bottom .pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.toolbar-bottom .pager .amount {
  margin: 0;
}

.toolbar-bottom .pager .pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.toolbar-bottom .pager .pages strong {
  display: none;
}

.toolbar-bottom .pager .pages ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  color: #B2945A;
  font-size: 16px;
  font-weight: 600;
}

.toolbar-bottom .pager .pages ol li {
  margin: 0 10px;
}

.toolbar-bottom .pager .pages ol li.current {
  color: #2D2D2D;
}

.toolbar-bottom .pager .pages ol li a {
  color: #B2945A;
}

.toolbar-bottom .pager .pages ol li a:hover {
  color: #2D2D2D;
}

.toolbar-bottom .pager .pages ol li .next img, .toolbar-bottom .pager .pages ol li .previous img {
  display: none;
}

.toolbar-bottom .pager .pages ol li .next:before, .toolbar-bottom .pager .pages ol li .previous:before {
  font-family: 'mangelsen-icons';
  font-size: 16px;
  text-align: center;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.toolbar-bottom .pager .pages ol li .next:before {
  content: "\e917";
}

.toolbar-bottom .pager .pages ol li .previous:before {
  content: "\e918";
}

.legacy_page .category-products {
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .legacy_page .category-products {
    margin: 0;
  }
}

.legacy_page .category-products > .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .legacy_page .category-products > .items {
    margin-left: -5px;
    margin-right: -5px;
    width: initial;
  }
}

.legacy_page .category-products > .items .item {
  margin: 0;
  width: 33.33333%;
  padding: 10px;
}

@media only screen and (max-width: 1023px) {
  .legacy_page .category-products > .items .item {
    padding: 5px;
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .legacy_page .category-products > .items .item {
    padding: 5px;
  }
}

.legacy_page .category-products > .items .item.vertical {
  width: 33.33333%;
}

@media only screen and (max-width: 767px) {
  .legacy_page .category-products > .items .item.vertical {
    width: 50%;
  }
}

.legacy_page .category-products > .items .item.horizontal {
  width: 33.33333%;
}

@media only screen and (max-width: 767px) {
  .legacy_page .category-products > .items .item.horizontal {
    width: 50%;
  }
}

.legacy_page .category-products > .items .item.panoramic {
  width: 66.66667%;
}

@media only screen and (max-width: 767px) {
  .legacy_page .category-products > .items .item.panoramic {
    width: 100%;
  }
}

.legacy_page .category-products .subcat_h2 a {
  font-family: 'Noto Serif', serif;
  font-size: 18px;
}

.legacy_page .category-products .product-image {
  position: relative;
  overflow: hidden;
}

.legacy_page .category-products .product-image .product-img-pos {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .legacy_page .category-products .product-image .product-img-pos {
    pointer-events: none;
  }
}

.legacy_page .category-products .product-image.visible .product-inner-pos {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.legacy_page .category-products .product-image .close-icon-mobile {
  top: initial;
  right: 50%;
  bottom: 50px;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

.legacy_page .category-products .product-image .close-icon-mobile span {
  display: block;
  font-size: 16px;
}

.legacy_page .category-products .product-image .product-inner-pos {
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* flex-wrap: wrap; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 10;
  background-color: rgba(249, 247, 243, 0.9);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  visibility: hidden;
  opacity: 0;
}

@media only screen and (max-width: 1023px) {
  .legacy_page .category-products .product-image .product-inner-pos {
    /*position: fixed;
    z-index: 999; ----- SO-32221*/
  }
}

.legacy_page .category-products .product-image .product-list-attribute {
  text-align: center;
}

.legacy_page .category-products .product-image .product-list-attribute h5 {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.legacy_page .category-products .product-image .product-list-attribute h2 {
  position: relative;
}

.legacy_page .category-products .product-image .product-list-attribute h4 {
  position: relative;
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.legacy_page .category-products .product-image .actions {
  text-align: center;
}

.legacy_page .category-products .product-image .actions .button {
  width: 235px;
  padding-left: 10px;
  padding-right: 10px;
}

.legacy_page .category-products .product-image .view-detail-product {
  position: absolute;
  display: inline-block;
  bottom: 15px;
  right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.legacy_page .category-products .product-image .view-detail-product .hover-buttons {
  margin-left: 12px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (orientation: portrait) {
  .legacy_page .category-products .product-image .view-detail-product .hover-buttons {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .legacy_page .category-products .product-image .view-detail-product .hover-buttons {
    display: none;
  }
}

.legacy_page .category-products .product-image .view-detail-product .hover-buttons .lightbox-button {
  display: block;
  padding: 0;
}

.legacy_page .category-products .product-image .view-detail-product .hover-buttons .meigeeadditional-zoom {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.legacy_page .category-products .product-image .view-detail-product .hover-buttons .meigeeadditional-zoom:hover {
  color: black;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.legacy_page .category-products .product-image .contact-pricing-btn {
  position: relative;
  margin-top: 15px;
}

.catalog-category-view.category-books .category-inner, .catalog-category-view.category-calendars .category-inner, .catalog-category-view.category-gift-card .category-inner {
  padding-bottom: 0;
}

.catalog-category-view.category-books .category-inner .page-title.category-title,
.catalog-category-view.category-books .category-inner .category-description.std, .catalog-category-view.category-calendars .category-inner .page-title.category-title,
.catalog-category-view.category-calendars .category-inner .category-description.std, .catalog-category-view.category-gift-card .category-inner .page-title.category-title,
.catalog-category-view.category-gift-card .category-inner .category-description.std {
  display: none;
  visibility: hidden;
}

.clp_page .filter-block {
  display: none;
}

.clp_page .category-products {
  margin: 0 -10px;
}

.clp_page .category-products .clp-products {
  width: 100%;
}

.clp_page .category-products .clp-products .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
}

.clp_page .category-products .clp-products .items .item {
  width: 25%;
  padding: 10px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1023px) {
  .clp_page .category-products .clp-products .items .item {
    width: 33.33333%;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .clp_page .category-products .clp-products .items .item {
    width: 50%;
    margin-bottom: 20px;
    padding: 5px;
  }
}

.clp_page .category-products .clp-products .items .item .subcat_h2 {
  font-size: 18px;
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  .clp_page .category-products .clp-products .items .item .subcat_h2 {
    font-size: 16px;
  }
}

.clp_page .category-products .clp-products .items .item a.thumbnail {
  position: relative;
  padding-bottom: 66%;
  overflow: hidden;
  display: block;
}

.clp_page .category-products .clp-products .items .item a.thumbnail img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.clp_page .category-products .clp-products .items .item img {
  width: 100%;
}

.blogDescri img {
  padding-right: 15px;
}

#homenewsArchive ul {
  list-style: none;
  padding: 0 8px 0 0;
  margin-top: 9px;
}

#homenewsArchive ul li {
  display: inline-block;
  border: 1px solid #273138;
  background-image: url(https://www.mangelsen.com/skin/frontend/default/coccinelle/images/footerLiBg.png);
  background-repeat: repeat-x;
  text-align: center;
  box-shadow: 0 1px 4px #333;
  margin-left: 8px;
}

#homenewsArchive ul li a {
  color: #fff;
  font-size: 12px;
  display: block;
  padding: 7px 14px 5px;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 0 0 2px #000000;
  text-transform: uppercase;
  box-shadow: 0 1px 4px #222222;
}

#homenewsArchive ul li a:hover {
  background-color: #505558;
}

.filters-block {
  display: none;
}

.discount h2 {
  display: none;
}

.block-reorder {
  display: none;
}

.tomStorydiv {
  width: 395px;
  margin-top: 30px;
}

.ItemNumber {
  width: auto;
  float: left;
}

.tomStoryContain {
  width: 245px;
  float: left;
  margin-left: 15px;
}

.tomStoryContain img {
  padding: 0 !important;
}

#featureDetails {
  float: left;
  width: 340px;
  height: 415px;
  padding-left: 40px;
  text-align: left;
}

#featureDetails p {
  color: #fff !important;
}

.categorylinkClass_376 {
  color: #CCC;
  font-size: 14px !important;
  text-transform: uppercase;
}

.categorylinkClass_377 {
  color: #CCC;
  font-size: 14px !important;
  text-transform: uppercase;
}

.categorylinkClass_379 {
  color: #CCC;
  font-size: 14px !important;
  text-transform: uppercase;
}

.categorylinkClass_378 {
  color: #CCC;
  font-size: 14px !important;
  text-transform: uppercase;
}

.categoryliClass_376 {
  display: none;
}

.categoryliClass_377 {
  display: none;
}

.categoryliClass_379 {
  display: none;
}

.categoryliClass_378 {
  display: none;
}

.lastHeading {
  top: 143px !important;
  width: 230px !important;
}

#checkout-shipping-method-load h3 {
  display: none;
}

#checkout-shipping-method-load i {
  display: none;
}

.collect-w-con {
  padding-top: 10px;
  font-size: 13px;
  margin-bottom: 20px;
}

.productFrames img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.radioOuter .product-options dl dt label {
  display: none;
}

.configurable-price-from-label {
  margin-right: 3px;
  font-family: 'Noto Serif', serif;
  font-size: 16px;
}

.product-img-box .midSlider_dd {
  margin-bottom: 0px !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after {
    content: "";
  }
  a[href^="javascript:"]:after {
    content: "";
  }
  a[href^="#"]:after {
    content: "";
  }
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  h2 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
}

/*gol*/
.close-icon-mobile {
  position: absolute;
  z-index: 11;
  display: none;
  height: 40px;
  padding-left: 40px;
  top: 0px;
  right: 0px;
  font-weight: normal;
  color: #B2945A;
}

.close-icon-mobile:before {
  font-family: 'mangelsen-icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-weight: normal;
  display: block;
  text-align: center;
  content: "\e910";
  top: 5px;
  left: 5px;
  color: #B2945A;
  position: absolute;
}

.close-icon-mobile span {
  display: none;
  line-height: 40px;
  font-weight: 600;
}

@media only screen and (max-width: 1023px) {
  .close-icon-mobile {
    display: block;
  }
}

.link-full {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.new_releases_cms {
  padding: 90px 0 60px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .new_releases_cms {
    padding: 10px 10px 40px;
  }
}

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

.new_releases_cms h2 {
  text-transform: uppercase;
  padding-bottom: 45px;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 767px) {
  .new_releases_cms h2 {
    padding-bottom: 40px;
  }
}

.new_releases_cms h3 {
  font-size: 30px;
  display: block;
  margin: 16px 0 10px;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .new_releases_cms h3 {
    font-size: 24px;
  }
}

.new_releases_cms h3 a:hover {
  color: #B2945A;
}

.new_releases_cms ul {
  list-style: none;
  margin: 0 -9px;
  padding: 0 0 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .new_releases_cms ul {
    margin: 0;
    padding: 0 0 15px;
  }
}

.new_releases_cms ul.col-2 li {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .new_releases_cms ul.col-2 li {
    width: 100%;
  }
}

.new_releases_cms ul.col-3 li {
  width: 33.33333%;
}

@media only screen and (max-width: 1023px) {
  .new_releases_cms ul.col-3 li {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .new_releases_cms ul.col-3 li {
    width: 100%;
  }
}

.new_releases_cms ul li {
  padding: 9px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .new_releases_cms ul li {
    padding: 0 0 20px;
  }
}

.new_releases_cms ul li > a {
  display: block;
  box-shadow: 0 2px 4px 0 #DADADA;
}

.new_releases_cms ul li .new-block {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 #DADADA;
}

.new_releases_cms ul li .new-block .btn-bar {
  pointer-events: auto;
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  .new_releases_cms ul li .new-block .btn-bar {
    margin-top: 15px;
  }
  .new_releases_cms ul li .new-block .btn-bar .button.primary {
    min-width: 155px;
  }
}

.new_releases_cms ul li .new-block .caption {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  visibility: hidden;
  opacity: 0;
}

.new_releases_cms ul li .new-block .middle {
  width: 100%;
  padding: 20px;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .new_releases_cms ul li .new-block .middle .sub-hed {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .new_releases_cms ul li .new-block .middle .locations {
    font-size: 14px;
  }
}

.new_releases_cms ul li img {
  width: 100%;
}

.new_releases_cms ul li.visible .new-block {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.new_releases_cms ul li.visible .caption {
  visibility: visible;
  opacity: 1;
}

.featured_subjects_cms .featured-subjects-inner {
  padding: 70px 0 60px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .featured_subjects_cms .featured-subjects-inner {
    padding: 40px 10px;
  }
}

.featured_subjects_cms .featured-subjects-inner::before {
  content: '';
  background-color: rgba(178, 148, 90, 0.07);
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 100vw;
  margin-left: -50vw;
  z-index: -1;
}

.featured_subjects_cms .featured-subjects-inner .slick-arrow:before {
  color: #fff;
}

.featured_subjects_cms .featured-subjects-inner .slick-arrow.slick-prev {
  left: 10px;
}

.featured_subjects_cms .featured-subjects-inner .slick-arrow.slick-next {
  right: 10px;
}

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

.featured_subjects_cms h2 {
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 38px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .featured_subjects_cms h2 {
    font-size: 20px;
    padding-bottom: 30px;
  }
}

.featured_subjects_cms h3 {
  font-size: 30px;
  display: block;
  width: 100%;
  padding: 20px 30px;
  letter-spacing: 1px;
  line-height: 1;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .featured_subjects_cms h3 {
    font-size: 24px;
    padding: 20px 30px;
  }
}

.featured_subjects_cms h3 a.arrow-link {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.featured_subjects_cms h3 a.arrow-link:before {
  font-family: 'mangelsen-icons';
  content: "\e917";
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #B2945A;
  font-size: 20px;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.featured_subjects_cms ul {
  list-style: none;
  margin: 0 -9px;
  padding: 0 0 35px;
}

@media only screen and (max-width: 767px) {
  .featured_subjects_cms ul {
    margin: 0;
  }
}

.featured_subjects_cms ul li {
  width: 33.33333%;
  padding: 9px;
}

@media only screen and (max-width: 767px) {
  .featured_subjects_cms ul li {
    width: 100%;
    padding: 0;
  }
}

.featured_subjects_cms ul li .new-block {
  display: block;
  position: relative;
  overflow: hidden;
}

.featured_subjects_cms ul li .new-block .btn-bar {
  margin-top: 38px;
}

@media only screen and (max-width: 767px) {
  .featured_subjects_cms ul li .new-block .btn-bar {
    margin-top: 15px;
  }
}

.featured_subjects_cms ul li .new-block .btn-bar .button {
  min-width: 100%;
  padding: 0 20px;
}

.featured_subjects_cms ul li .new-block .caption {
  text-align: left;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
}

.featured_subjects_cms ul li .new-block .middle {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 100%;
  padding: 0 30px 30px;
  margin-bottom: -100%;
}

.featured_subjects_cms ul li img {
  width: 100%;
}

.featured_subjects_cms ul li.visible .middle {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-bottom: 0;
}

.related-subjects-inner {
  padding: 70px 0 60px;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .related-subjects-inner {
    padding: 40px 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .related-subjects-inner {
    padding: 30px 0 20px;
  }
}

.related-subjects-inner:before {
  content: '';
}

.related-subjects-inner:before {
  content: '';
  background-color: rgba(178, 148, 90, 0.07);
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 100vw;
  margin-left: -50vw;
  z-index: -1;
}

.related-subjects-inner .slick-arrow:before {
  color: #fff;
}

.related-subjects-inner .slick-arrow.slick-prev {
  left: 10px;
}

.related-subjects-inner .slick-arrow.slick-next {
  right: 10px;
}

.related-subjects-inner .title {
  text-align: center;
}

.related-subjects-inner h2 {
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 38px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .related-subjects-inner h2 {
    font-size: 20px;
    padding-bottom: 30px;
  }
}

.related-subjects-inner h3 {
  font-size: 30px;
  display: block;
  width: 100%;
  padding: 20px 30px;
  letter-spacing: 1px;
  line-height: 1;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .related-subjects-inner h3 {
    font-size: 24px;
    padding: 20px 30px;
  }
}

.related-subjects-inner h3 a.arrow-link {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.related-subjects-inner h3 a.arrow-link:before {
  font-family: 'mangelsen-icons';
  content: "\e917";
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #B2945A;
  font-size: 20px;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.related-subjects-inner ul.items {
  list-style: none;
  margin: 0 -9px;
  padding: 0 0 35px;
}

@media only screen and (max-width: 767px) {
  .related-subjects-inner ul.items {
    margin: 0;
  }
}

.related-subjects-inner ul.items li {
  width: 33.33333%;
  padding: 9px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .related-subjects-inner ul.items li {
    width: 100%;
    padding: 0;
  }
}

.related-subjects-inner ul.items li .new-block {
  display: block;
  position: relative;
  overflow: hidden;
}

.related-subjects-inner ul.items li .new-block .btn-bar {
  margin-top: 38px;
}

@media only screen and (max-width: 767px) {
  .related-subjects-inner ul.items li .new-block .btn-bar {
    margin-top: 15px;
  }
}

.related-subjects-inner ul.items li .new-block .btn-bar .button {
  min-width: 100%;
  padding: 0 20px;
}

.related-subjects-inner ul.items li .new-block .caption {
  text-align: left;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
}

.related-subjects-inner ul.items li .new-block .middle {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 100%;
  padding: 0 30px 30px;
  margin-bottom: -100%;
}

.related-subjects-inner ul.items li img {
  width: 100%;
}

.related-subjects-inner ul.items li.visible .middle {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-bottom: 0;
}

.all-new-link {
  text-align: center;
  margin: auto;
}

.all-new-link a {
  display: inline-block;
  padding: 3px 0;
  border-bottom: 2px solid #B2945A;
  color: #2D2D2D;
  font-weight: 600;
  font-size: 16px;
}

.all-new-link a:hover {
  color: #2D2D2D;
  border-color: #2D2D2D;
  text-decoration: none;
}

.best_sellers_cms .best-sellers-inner {
  padding: 70px 0 95px;
  font-weight: 600;
}

@media only screen and (max-width: 1023px) {
  .best_sellers_cms .best-sellers-inner {
    padding: 40px 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .best_sellers_cms .best-sellers-inner {
    padding: 40px 10px 20px;
  }
}

.best_sellers_cms .best-sellers-inner .slick-arrow.slick-prev {
  left: -40px;
}

.best_sellers_cms .best-sellers-inner .slick-arrow.slick-next {
  right: -40px;
}

.best_sellers_cms .all-new-link {
  margin-bottom: 30px;
}

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

.best_sellers_cms h2 {
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 38px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .best_sellers_cms h2 {
    font-size: 20px;
    padding-bottom: 30px;
  }
}

.best_sellers_cms h3 {
  display: block;
  letter-spacing: 1px;
  margin: 16px 0 10px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .best_sellers_cms h3 {
    margin: 10px 0 5px;
  }
}

.best_sellers_cms h3 a:hover {
  color: #B2945A;
}

.best_sellers_cms ul {
  list-style: none;
  margin: 0 -9px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .best_sellers_cms ul {
    margin: 0 -5px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.best_sellers_cms ul li {
  width: 25%;
  padding: 9px;
}

@media only screen and (max-width: 767px) {
  .best_sellers_cms ul li {
    width: 50%;
    padding: 5px;
    display: none;
  }
  .best_sellers_cms ul li:nth-child(1), .best_sellers_cms ul li:nth-child(2), .best_sellers_cms ul li:nth-child(3), .best_sellers_cms ul li:nth-child(4) {
    display: block;
  }
}

.best_sellers_cms ul li .new-block {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 #DADADA;
}

.best_sellers_cms ul li .new-block .btn-bar {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  .best_sellers_cms ul li .new-block .btn-bar {
    margin-top: 15px;
  }
}

.best_sellers_cms ul li .new-block .caption {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  visibility: hidden;
  opacity: 0;
}

.best_sellers_cms ul li .new-block .middle {
  width: 100%;
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .best_sellers_cms ul li .new-block .middle {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .best_sellers_cms ul li .new-block .middle .sub-hed {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .best_sellers_cms ul li .new-block .middle .locations {
    font-size: 14px;
  }
}

.best_sellers_cms ul li img {
  width: 100%;
}

.best_sellers_cms ul li.visible .new-block {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.best_sellers_cms ul li.visible .caption {
  visibility: visible;
  opacity: 1;
}

.best_sellers_cms ul li.visible .caption h3 {
  color: #B2945A;
}

.related-bottom-main .related-product-inner {
  padding: 60px 0;
  font-weight: 600;
}

@media only screen and (max-width: 1023px) {
  .related-bottom-main .related-product-inner {
    padding: 40px 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .related-bottom-main .related-product-inner {
    padding: 40px 10px 20px;
  }
}

.related-bottom-main .related-product-inner .slick-arrow.slick-prev {
  left: -40px;
}

.related-bottom-main .related-product-inner .slick-arrow.slick-next {
  right: -40px;
}

.related-bottom-main .all-new-link {
  margin-bottom: 30px;
}

.related-bottom-main .title {
  text-align: center;
}

.related-bottom-main h2 {
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 38px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .related-bottom-main h2 {
    font-size: 20px;
    padding-bottom: 30px;
  }
}

.related-bottom-main h3 {
  display: block;
  letter-spacing: 1px;
  margin: 16px 0 10px;
}

@media only screen and (max-width: 767px) {
  .related-bottom-main h3 {
    margin: 10px 0 5px;
  }
}

.related-bottom-main ul {
  list-style: none;
  margin: 0 -9px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .related-bottom-main ul {
    margin: 0 -5px;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.related-bottom-main ul li {
  width: 25%;
  padding: 9px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .related-bottom-main ul li {
    width: 50%;
    padding: 5px;
    display: none;
  }
  .related-bottom-main ul li:nth-child(1), .related-bottom-main ul li:nth-child(2), .related-bottom-main ul li:nth-child(3), .related-bottom-main ul li:nth-child(4) {
    display: block;
  }
}

.related-bottom-main ul li .new-block {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 #DADADA;
}

.related-bottom-main ul li .new-block .btn-bar {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  .related-bottom-main ul li .new-block .btn-bar {
    margin-top: 15px;
  }
}

.related-bottom-main ul li .new-block .image-thumb-pos {
  position: relative;
  padding-bottom: 135%;
  overflow: hidden;
}

.related-bottom-main ul li .new-block .image-thumb-pos .product-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  pointer-events: none;
}

.related-bottom-main ul li .new-block .image-thumb-pos .product-image img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  pointer-events: none;
  margin: auto;
}

.related-bottom-main ul li .new-block .caption {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  visibility: hidden;
  opacity: 0;
}

.related-bottom-main ul li .new-block .middle {
  width: 100%;
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .related-bottom-main ul li .new-block .middle {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .related-bottom-main ul li .new-block .middle .sub-hed {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .related-bottom-main ul li .new-block .middle .locations {
    font-size: 14px;
  }
}

.related-bottom-main ul li.visible .new-block {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.related-bottom-main ul li.visible .caption {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .visit_gallery_cms {
    margin: 0 -10px;
    background: rgba(178, 148, 90, 0.07);
  }
}

.visit_gallery_cms .visit-gallery-inner {
  margin-bottom: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  position: relative;
  padding: 50px 0;
}

@media only screen and (max-width: 1023px) {
  .visit_gallery_cms .visit-gallery-inner {
    margin-bottom: 60px;
    padding: 35px 0;
  }
}

@media only screen and (max-width: 767px) {
  .visit_gallery_cms .visit-gallery-inner {
    padding: 35px 20px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .visit_gallery_cms .visit-gallery-inner:before {
    content: '';
    background-color: rgba(178, 148, 90, 0.07);
    position: absolute;
    top: 0;
    right: 16.66667%;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
}

@media only screen and (min-width: 1024px) {
  .visit_gallery_cms .visit-gallery-inner:before {
    left: 8.33333%;
  }
}

.visit_gallery_cms .visit-gallery-inner h3 {
  font-size: 30px;
  margin: 14px 0 30px;
}

@media only screen and (max-width: 767px) {
  .visit_gallery_cms .visit-gallery-inner h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .visit_gallery_cms .visit-gallery-inner .gallery-img {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .visit_gallery_cms .visit-gallery-inner .gallery-img {
    padding-right: 0;
    width: 58.33333%;
  }
}

@media only screen and (min-width: 1024px) {
  .visit_gallery_cms .visit-gallery-inner .gallery-img {
    padding-right: 8.33333%;
  }
}

@media only screen and (min-width: 768px) {
  .visit_gallery_cms .visit-gallery-inner .caption {
    padding-left: 0;
    width: 41.66667%;
  }
}

@media only screen and (min-width: 1024px) {
  .visit_gallery_cms .visit-gallery-inner .caption {
    padding-left: 8.33333%;
  }
}

.visit_gallery_cms .visit-gallery-inner .caption .middle {
  padding: 60px;
}

@media only screen and (max-width: 1023px) {
  .visit_gallery_cms .visit-gallery-inner .caption .middle {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .visit_gallery_cms .visit-gallery-inner .caption .middle {
    padding: 0;
  }
}

.visit_gallery_cms .visit-gallery-inner .caption span {
  text-transform: uppercase;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .visit_gallery_cms .visit-gallery-inner .caption span {
    text-transform: none;
  }
}

@media only screen and (max-width: 767px) {
  .visit_gallery_cms .visit-gallery-inner .btn-bar .button.primary {
    min-width: 225px;
  }
}

.meet_the_artist_cms .meet-the-artist-inner {
  position: relative;
}

.meet_the_artist_cms .meet-the-artist-inner img {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-position: center bottom;
  object-fit: cover;
}

.meet_the_artist_cms .meet-the-artist-inner img.desktop_breakpoint {
  display: block;
}

@media only screen and (max-width: 767px) {
  .meet_the_artist_cms .meet-the-artist-inner img.desktop_breakpoint {
    display: none;
  }
}

.meet_the_artist_cms .meet-the-artist-inner img.mobile_breakpoint {
  display: none;
}

@media only screen and (max-width: 767px) {
  .meet_the_artist_cms .meet-the-artist-inner img.mobile_breakpoint {
    display: block;
  }
}

.meet_the_artist_cms .meet-the-artist-inner .container {
  max-width: 1338px;
  padding-left: 34px;
  padding-right: 34px;
  margin: auto;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .meet_the_artist_cms .meet-the-artist-inner .container {
    padding: 35px 20px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .meet_the_artist_cms .meet-the-artist-inner .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 440px;
  }
}

.meet_the_artist_cms .meet-the-artist-inner .container .artist-cms-home {
  max-width: 550px;
  margin-left: 8.33333%;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .meet_the_artist_cms .meet-the-artist-inner .container .artist-cms-home {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: .5px;
  }
}

.meet_the_artist_cms .meet-the-artist-inner .container .caption {
  font-family: 'Noto Serif', serif;
  font-size: 24px;
  font-weight: 400;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 767px) {
  .meet_the_artist_cms .meet-the-artist-inner .container .caption {
    min-height: 266px;
    font-size: 18px;
  }
}

.meet_the_artist_cms .meet-the-artist-inner .container .all-new-link {
  text-align: left;
  margin: 20px 0 0;
}

.meet_the_artist_cms .meet-the-artist-inner .container .all-new-link a {
  font-size: 16px;
  display: inline-block;
  padding: 3px 0;
  border-bottom: 2px solid #B2945A;
  color: #fff;
  font-weight: 600;
}

.meet_the_artist_cms .meet-the-artist-inner .container .all-new-link a:hover {
  border-color: #fff;
  color: #fff;
}

.slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  text-indent: -999em;
  z-index: 10;
}

.slick-arrow:before {
  font-family: 'mangelsen-icons';
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #B2945A;
  font-size: 28px;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.slick-prev:before {
  content: "\e918";
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow.slick-next:before {
  content: "\e917";
}

.slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: .5;
}

@media only screen and (min-width: 768px) {
  .cms-page-view .cms-banner .container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .cms-page-view .cms-banner .container {
    padding: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .cms-page-view .cms-banner .img img {
    object-fit: cover;
    object-position: 68% 0;
    height: 506px;
  }
}

@media only screen and (min-width: 1920px) {
  .cms-page-view .cms-banner .img img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .cms-page-view .cms-banner .caption {
    position: absolute;
    top: 50%;
  }
}

.cms-page-view .cms-banner .caption h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 60px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .cms-banner .caption h4 {
    margin-left: 0px;
  }
}

.cms-page-view .banner-internal img {
  width: 100%;
  /*object-fit: cover;*/
  /*min-height: 150px;*/
}

.cms-page-view .block-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 0 100px;
  max-width: 1040px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-1 {
    padding: 0 0 40px;
  }
}

.cms-page-view .block-1 .all-new-link {
  margin-top: 34px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-1 .all-new-link {
    text-align: center;
    margin-top: 20px;
  }
}

.cms-page-view .block-1 .sub-title {
  font-family: 'Noto Serif', serif;
  font-size: 30px;
  width: 41.66667%;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-1 .sub-title {
    width: 100%;
    font-size: 18px;
    padding: 0 0 20px;
    text-align: center;
  }
}

.cms-page-view .block-1 .sub-text {
  font-size: 18px;
  line-height: 28px;
  width: 58.33333%;
  padding-left: 70px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-1 .sub-text {
    line-height: 23px;
    width: 100%;
    font-size: 14px;
    padding: 0;
  }
}

.cms-page-view .block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 0 100px 8.33333%;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-2 {
    padding: 40px 0;
  }
}

.cms-page-view .block-2 .all-new-link {
  margin-top: 34px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-2 .all-new-link {
    text-align: center;
    margin-top: 20px;
  }
}

.cms-page-view .block-2 .col-1 {
  width: 45.83333%;
  padding-right: 8.33333%;
  border-right: 1px solid #b2945a;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-2 .col-1 {
    width: 100%;
    padding: 0;
    border: none;
  }
}

.cms-page-view .block-2 .col-2 {
  width: 54.16667%;
  padding-left: 5.83333%;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-2 .col-2 {
    width: 100%;
    padding: 0;
  }
}

.cms-page-view .block-2 .sub-title {
  font-family: 'Noto Serif', serif;
  font-size: 24px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-2 .sub-title {
    width: 100%;
    font-size: 18px;
    padding: 0 0 20px;
    text-align: center;
    margin: 0;
  }
}

.cms-page-view .block-2 .sub-text {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-2 .sub-text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-2 .sub-thumb {
    padding: 0 0 20px;
  }
}

.cms-page-view .block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 100px 43px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-3 {
    padding: 40px 0;
  }
}

.cms-page-view .block-3 .all-new-link {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-3 .all-new-link {
    text-align: center;
    margin-top: 20px;
  }
}

.cms-page-view .block-3 .col-1 {
  width: 50%;
  padding-right: 5.83333%;
  border-right: 1px solid #b2945a;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-3 .col-1 {
    width: 100%;
    padding: 0 0 20px;
    border: none;
    border-bottom: 1px solid #b2945a;
    margin-bottom: 20px;
  }
}

.cms-page-view .block-3 .col-2 {
  width: 50%;
  padding-left: 5.83333%;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-3 .col-2 {
    width: 100%;
    padding: 0;
  }
}

.cms-page-view .block-3 .sub-title {
  font-family: 'Noto Serif', serif;
  font-size: 24px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-3 .sub-title {
    width: 100%;
    font-size: 20px;
    padding: 0 0 20px;
    text-align: center;
    margin: 0;
  }
}

.cms-page-view .block-3 .image-block {
  display: block;
}

.cms-page-view .block-3 .image-block span {
  font-style: italic;
  font-size: 14px;
  display: block;
  margin: 10px 0 0;
  color: #555555;
}

.cms-page-view .block-3 .recognition-block {
  margin-bottom: 60px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-3 .recognition-block {
    margin-bottom: 30px;
    font-size: 14px;
  }
}

.cms-page-view .block-3 .recognition-block h3 {
  margin-bottom: 25px;
}

.cms-page-view .block-3 .recognition-block ul > li {
  margin-bottom: 10px;
}

.cms-page-view .block-3 .visit-block {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-3 .visit-block {
    font-size: 14px;
  }
}

.cms-page-view .block-3 .visit-block strong {
  color: #B2945A;
}

.cms-page-view .sub-title {
  letter-spacing: .5px;
}

.cms-page-view .all-new-link {
  text-align: left;
}

.cms-page-view .gallery-cms-bg {
  background: rgba(178, 148, 90, 0.07);
  margin-bottom: 100px;
}

.cms-page-view .gallery-cms-bg .slick-prev {
  left: -43px;
}

@media only screen and (max-width: 1199px) {
  .cms-page-view .gallery-cms-bg .slick-prev {
    left: -20px;
  }
}

.cms-page-view .gallery-cms-bg .slick-next {
  right: -43px;
}

@media only screen and (max-width: 1199px) {
  .cms-page-view .gallery-cms-bg .slick-next {
    right: -20px;
  }
}

@media only screen and (max-width: 767px) {
  .cms-page-view .gallery-cms-bg .slick-prev {
    left: 20%;
    top: 100%;
    -webkit-transform: translateY(-70%);
        -ms-transform: translateY(-70%);
            transform: translateY(-70%);
  }
  .cms-page-view .gallery-cms-bg .slick-next {
    right: 20%;
    top: 100%;
    -webkit-transform: translateY(-70%);
        -ms-transform: translateY(-70%);
            transform: translateY(-70%);
  }
}

.cms-page-view .slide-gallery-cms {
  padding: 80px 0;
  margin: auto -10px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .slide-gallery-cms {
    padding: 30px 0;
    margin: auto;
  }
}

.cms-page-view .slide-gallery-cms .items .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cms-page-view .slide-gallery-cms .image {
  width: 66.66667%;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .slide-gallery-cms .image {
    width: 100%;
    margin-bottom: 20px;
  }
}

.cms-page-view .slide-gallery-cms .caption {
  width: 33.33333%;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .slide-gallery-cms .caption {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px;
  }
}

.cms-page-view .slide-gallery-cms .caption .yyear {
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .slide-gallery-cms .caption .yyear {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin: 20px 0 0;
    font-size: 14px;
  }
}

.cms-page-view .slide-gallery-cms .caption .subscript {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .slide-gallery-cms .caption .subscript {
    font-size: 14px;
  }
}

.cms-page-view .slide-gallery-cms .caption h2 {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .slide-gallery-cms .caption h2 {
    padding: 20px 0;
    margin-bottom: 0;
  }
}

.cms-page-view .slide-gallery-cms .caption strong {
  color: #B2945A;
}

.cms-page-view .quote-block {
  padding: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .quote-block {
    padding: 0 10px 40px;
  }
}

.cms-page-view .quote-block .quote-cms {
  position: relative;
  max-width: 690px;
  margin: 0 auto;
  text-align: center;
  color: #B2945A;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .quote-block .quote-cms {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .cms-page-view .quote-block .quote-cms h2 {
    letter-spacing: 1.5px;
  }
}

.cms-page-view .quote-block .quote-cms:before, .cms-page-view .quote-block .quote-cms:after {
  display: none !important;
  width: 140px;
  height: 2px;
  background: #b2945a;
  margin: auto;
  display: block;
}

.cms-page-view .quote-block .quote-cms:before {
  margin-bottom: 50px;
}

.cms-page-view .quote-block .quote-cms:after {
  margin-top: 50px;
}

.cms-page-view .quote-block .quote-cms span.name {
  color: #9B9B9B;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  margin-top: 50px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .quote-block .quote-cms span.name {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .cms-page-view .quote-banner img {
    object-fit: cover;
    height: 150px;
  }
}

@media only screen and (min-width: 1920px) {
  .cms-page-view .quote-banner img {
    object-fit: cover;
    width: 100%;
  }
}

.cms-galleries .galleries-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 2px solid #B2945A;
}

@media only screen and (max-width: 767px) {
  .cms-galleries .galleries-content {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

.cms-galleries .galleries-content .galleries-title {
  width: 33.33333%;
}

@media only screen and (max-width: 767px) {
  .cms-galleries .galleries-content .galleries-title {
    width: 100%;
  }
}

.cms-galleries .galleries-content .galleries-title.page-title h1 {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .cms-galleries .galleries-content .galleries-title.page-title h1 {
    font-size: 24px;
  }
}

.cms-galleries .galleries-content .galleries-description {
  width: 66.66667%;
  padding-left: 34px;
  padding-right: 8.33333%;
}

@media only screen and (max-width: 767px) {
  .cms-galleries .galleries-content .galleries-description {
    width: 100%;
    padding: 0;
  }
}

.cms-galleries .galleries-content .galleries-description.std {
  font-size: 18px;
  line-height: 28px;
}

@media only screen and (max-width: 767px) {
  .cms-galleries .galleries-content .galleries-description.std {
    font-size: 16px;
    line-height: 23px;
  }
}

.cms-galleries .galleries-content .galleries-description.active .moreellipses {
  display: none;
}

.cms-galleries .galleries-content .galleries-description .morelink {
  cursor: pointer;
  color: #B2945A;
  font-weight: 700;
  text-transform: uppercase;
}

.cms-galleries .galleries-content .galleries-description .morelink.less {
  display: table-cell;
}

.cms-galleries .galleries-content .galleries-description .morelink:hover {
  text-decoration: underline;
}

.cms-galleries .galleries-infomation .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px;
}

.cms-galleries .galleries-infomation .item {
  width: 25%;
  padding: 10px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1023px) {
  .cms-galleries .galleries-infomation .item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 767px) {
  .cms-galleries .galleries-infomation .item {
    width: 50%;
    margin-bottom: 15px;
  }
}

.cms-galleries .galleries-infomation .item .thumb {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .cms-galleries .galleries-infomation .item .thumb {
    margin-bottom: 10px;
  }
}

.cms-galleries .galleries-infomation .item .thumb img {
  width: 100%;
}

.cms-galleries .galleries-infomation .item .subscription {
  color: #555555;
  font-size: 16px;
  line-height: 23px;
}

@media only screen and (max-width: 767px) {
  .cms-galleries .galleries-infomation .item .subscription {
    font-size: 14px;
    line-height: 18px;
  }
}

.cms-galleries .galleries-infomation .item .subscription p {
  margin: 0;
}

.cms-galleries .galleries-infomation .item .subscription a {
  font-size: 18px;
  font-family: 'Noto Serif', serif;
  font-weight: 400;
  color: #2D2D2D;
  margin-bottom: 15px;
  display: inline-block;
}

.cms-galleries .galleries-infomation .item .subscription a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .cms-galleries .galleries-infomation .item .subscription a {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.cms-galleries .galleries-infomation .item .subscription a.tel {
  font-family: 'Open Sans', sans-serif;
  color: #555555;
  font-size: 16px;
  display: inline;
}

@media only screen and (max-width: 767px) {
  .cms-galleries .galleries-infomation .item .subscription a.tel {
    font-size: 14px;
    color: #B2945A;
    font-weight: 600;
    margin: 5px 0;
    display: inline-block;
  }
}

.cms-galleries .galleries-infomation .item .subscription span {
  color: #9B9B9B;
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .cms-galleries .galleries-infomation .item .subscription span {
    font-size: 12px !important;
  }
}

.cms-galleries-detail {
  background-color: rgba(178, 148, 90, 0.07);
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .breadcrumbs-wrapper {
    display: none;
    visibility: hidden;
  }
}

.cms-galleries-detail .breadcrumbs-wrapper .container {
  background: transparent !important;
}

.cms-galleries-detail .breadcrumbs-wrapper .container .breadcrumb {
  margin: 0;
  padding: 0;
}

.cms-galleries-detail .breadcrumbs-wrapper .container .page-title {
  display: none;
  visibility: hidden;
}

.cms-galleries-detail .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
  margin: 0;
}

.cms-galleries-detail .slick-dots li {
  margin: 0 5px !important;
}

.cms-galleries-detail .slick-dots li.slick-active span {
  background: #B2945A;
}

.cms-galleries-detail .slick-dots li span {
  border-radius: 50%;
  width: 6px;
  height: 6px;
  display: block;
  text-indent: -999em;
  background: rgba(178, 148, 90, 0.5);
}

.cms-galleries-detail .slick-arrow {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  text-align: center;
  width: 84px;
  height: 22px;
  z-index: 11;
}

.cms-galleries-detail .slick-arrow:before {
  font-size: 22px;
  line-height: 22px;
  width: 100%;
  height: 22px;
}

.cms-galleries-detail .slick-arrow.slick-prev {
  top: -5px;
}

.cms-galleries-detail .slick-arrow.slick-prev:before {
  content: "\e900";
}

.cms-galleries-detail .slick-arrow.slick-next {
  top: inherit;
  bottom: -5px;
  right: inherit;
}

.cms-galleries-detail .slick-arrow.slick-next:before {
  content: "\e916";
}

.cms-galleries-detail .gallery-cms-banner {
  padding-bottom: 60px;
  text-align: center;
}

.cms-galleries-detail .gallery-cms-banner .contain img {
  height: 500px;
  object-fit: cover;
  object-position: center bottom;
}

@media only screen and (min-width: 1920px) {
  .cms-galleries-detail .gallery-cms-banner .contain img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .gallery-cms-banner {
    padding-top: 130px;
    padding-bottom: 0;
  }
  .cms-galleries-detail .gallery-cms-banner .contain {
    display: none;
  }
}

.cms-galleries-detail .gallery-cms-banner ul.gallery-slide-thumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cms-galleries-detail .gallery-cms-banner ul.gallery-slide-thumb li {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .gallery-main-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.cms-galleries-detail .block-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cms-galleries-detail .block-gallery .gallery-slide {
  width: calc(100% - 128px);
  text-align: center;
}

.cms-galleries-detail .block-gallery .gallery-slide img {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .cms-galleries-detail .block-gallery .gallery-slide {
    width: calc(100% - 108px);
  }
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .block-gallery .gallery-slide {
    display: none;
  }
}

.cms-galleries-detail .block-gallery .gallery-slide-thumb {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  width: 128px;
  padding-right: 44px;
}

@media only screen and (max-width: 1023px) {
  .cms-galleries-detail .block-gallery .gallery-slide-thumb {
    width: 108px;
    padding-right: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .block-gallery .gallery-slide-thumb {
    width: auto;
    padding-right: 0;
    display: block;
    min-height: 0;
    min-width: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 768px) {
  .cms-galleries-detail .block-gallery .gallery-slide-thumb:before, .cms-galleries-detail .block-gallery .gallery-slide-thumb:after {
    content: '';
    width: 84px;
    height: 58px;
    position: absolute;
    left: 0;
    z-index: 1;
    pointer-events: none;
  }
  .cms-galleries-detail .block-gallery .gallery-slide-thumb:before {
    top: 0;
    background: white;
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  }
  .cms-galleries-detail .block-gallery .gallery-slide-thumb:after {
    bottom: 0;
    background: white;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  }
}

.cms-galleries-detail .block-gallery .gallery-slide-thumb li {
  margin-bottom: 15px;
  border: 2px solid transparent;
}

.cms-galleries-detail .block-gallery .gallery-slide-thumb li.slick-current {
  border-color: #B2945A;
}

.cms-galleries-detail .galleries-first-content {
  padding-top: 20px;
  padding-bottom: 60px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-first-content {
    padding-bottom: 20px;
    font-size: 14px;
  }
}

.cms-galleries-detail .galleries-first-content .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.cms-galleries-detail .galleries-first-content .galleries-title-main {
  width: 33.33333%;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-first-content .galleries-title-main {
    width: 100%;
  }
}

.cms-galleries-detail .galleries-first-content .galleries-title-main .page-title h1 {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-first-content .galleries-title-main .page-title h1 {
    font-size: 24px;
  }
}

.cms-galleries-detail .galleries-first-content .galleries-title-main .address-box {
  color: #555;
}

.cms-galleries-detail .galleries-first-content .galleries-title-main .address-box .info {
  margin-top: 25px;
  line-height: 23px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-first-content .galleries-title-main .address-box .info {
    font-size: 14px;
  }
}

.cms-galleries-detail .galleries-first-content .galleries-title-main .address-box .info h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #2D2D2D;
}

.cms-galleries-detail .galleries-first-content .galleries-title-main .address-box .info span {
  font-size: 14px;
  color: #9B9B9B;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-first-content .galleries-title-main .address-box .info span {
    font-size: 12px;
  }
}

.cms-galleries-detail .galleries-first-content .galleries-title-main .address-box .info .tel {
  color: #555555;
}

.cms-galleries-detail .galleries-first-content .galleries-title-main .address-box .info .email {
  font-weight: 600;
}

.cms-galleries-detail .galleries-first-content .galleries-title-main .address-box .info a:hover {
  text-decoration: underline;
}

.cms-galleries-detail .galleries-first-content .detail-more-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-first-content .detail-more-mobile {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-right: 15px;
    margin-top: 10px;
    color: #555555;
  }
  .cms-galleries-detail .galleries-first-content .detail-more-mobile:before {
    font-family: 'mangelsen-icons';
    content: "\e918";
    display: block;
    text-align: center;
    color: #B2945A;
    font-size: 12px;
    font-weight: normal;
    text-indent: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 0;
    top: 3px;
    position: absolute;
  }
  .cms-galleries-detail .galleries-first-content .detail-more-mobile.active:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.cms-galleries-detail .galleries-first-content .galleries-description {
  width: 66.66667%;
  padding-left: 34px;
  border-left: 1px solid #B2945A;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-first-content .galleries-description {
    display: none;
    width: 100%;
    padding: 0;
    margin-top: 20px;
    border: none;
  }
}

.cms-galleries-detail .galleries-first-content .galleries-description.std {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-first-content .galleries-description.std {
    font-size: 16px;
  }
}

.cms-galleries-detail .galleries-first-content .galleries-description.active .moreellipses {
  display: none;
}

.cms-galleries-detail .galleries-first-content .galleries-description .morelink {
  cursor: pointer;
  color: #B2945A;
  font-weight: 700;
  text-transform: uppercase;
}

.cms-galleries-detail .galleries-first-content .galleries-description .morelink.less {
  display: table-cell;
}

.cms-galleries-detail .galleries-first-content .galleries-description .morelink:hover {
  text-decoration: underline;
}

.cms-galleries-detail .galleries-mid-content {
  background-color: white;
  padding-top: 60px;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-mid-content {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-mid-content .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.cms-galleries-detail .galleries-main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-main-content {
    padding-bottom: 20px;
    margin-bottom: 30px;
    display: block;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.cms-galleries-detail .galleries-main-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cms-galleries-detail .galleries-main-content ul li {
  margin: 0;
}

.cms-galleries-detail .galleries-main-content .col-1 {
  width: 64%;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-main-content .col-1 {
    width: 100%;
  }
}

.cms-galleries-detail .galleries-main-content .col-2 {
  width: 36%;
  padding-left: 64px;
}

@media only screen and (max-width: 1023px) {
  .cms-galleries-detail .galleries-main-content .col-2 {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-main-content .col-2 {
    width: 100%;
    padding: 0;
  }
}

.cms-galleries-detail .galleries-main-content .galleries-subscript {
  min-height: 200px;
  margin-bottom: 30px;
  font-size: 13px;
}

@media only screen and (max-width: 1023px) {
  .cms-galleries-detail .galleries-main-content .galleries-subscript {
    min-height: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-main-content .galleries-subscript {
    min-height: 1px;
  }
}

.cms-galleries-detail .galleries-main-content .galleries-subscript h3.title {
  border-bottom: 1px solid #B2945A;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-main-content .galleries-subscript h3.title span {
    display: none;
  }
}

.cms-galleries-detail .galleries-main-content .galleries-location .underline {
  font-style: italic;
  border-bottom: 1px solid #B2945A;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 12px;
}

.cms-galleries-detail .galleries-main-content .galleries-location ul {
  font-size: 16px;
  font-weight: 600;
}

.cms-galleries-detail .galleries-main-content .galleries-location ul li a {
  color: #2D2D2D;
}

.cms-galleries-detail .galleries-main-content .galleries-location ul li a:hover {
  text-decoration: underline;
}

.cms-galleries-detail .galleries-main-content .galleries-location ul li.active {
  color: #9B9B9B;
}

.cms-galleries-detail .galleries-tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin-bottom: 60px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-tabs-content {
    margin-bottom: 30px;
    font-size: 14px;
  }
}

.cms-galleries-detail .galleries-tabs-content .tabs {
  font-size: 24px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: 'Noto Serif', serif;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-tabs-content .tabs {
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cms-galleries-detail .galleries-tabs-content .tabs li {
  margin-right: 20px;
  color: #2D2D2D;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

.cms-galleries-detail .galleries-tabs-content .tabs li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-tabs-content .tabs li {
    margin-right: 10px;
  }
}

.cms-galleries-detail .galleries-tabs-content .tabs li.current {
  border-color: #B2945A;
}

.cms-galleries-detail .galleries-tabs-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cms-galleries-detail .galleries-tabs-content ul li {
  margin: 0;
}

.cms-galleries-detail .galleries-tabs-content .galleries-tab-main {
  width: 66.66667%;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-tabs-content .galleries-tab-main {
    width: 100%;
  }
}

.cms-galleries-detail .galleries-tabs-content .tab-content {
  display: none;
  padding: 30px 0 0;
}

.cms-galleries-detail .galleries-tabs-content .tab-content.current {
  display: block;
}

.cms-galleries-detail .galleries-tabs-content iframe {
  width: 100% !important;
}

.category-limited-edition-collection .explore-block-cms li.limited-edition-collection-link a {
  pointer-events: none;
}

.category-artist-proof-collection .explore-block-cms li.artist-proof-collection-link a {
  pointer-events: none;
}

.category-open-edition-art .explore-block-cms li.open-edition-art-link a {
  pointer-events: none;
}

.explore-block-cms {
  background: rgba(178, 148, 90, 0.07);
}

.explore-block-cms .container {
  padding: 50px 150px;
}

@media only screen and (max-width: 1023px) {
  .explore-block-cms .container {
    padding: 35px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .explore-block-cms .container {
    padding: 35px 30px;
  }
}

.explore-block-cms .container h4.title {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}

.explore-block-cms .container ul {
  color: #2D2D2D;
  margin: 0;
}

.explore-block-cms .container ul > li {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .explore-block-cms .container ul > li {
    display: table;
  }
}

@media only screen and (min-width: 768px) {
  .explore-block-cms .container ul > li:after {
    content: '/';
    font-family: 'Noto Serif', serif;
    font-size: 24px;
    font-weight: 400;
    margin: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .explore-block-cms .container ul > li:after {
    font-family: 'mangelsen-icons';
    content: "\e917";
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #B2945A;
    font-size: 16px;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media only screen and (min-width: 768px) {
  .explore-block-cms .container ul > li:last-child:after {
    content: none;
  }
}

.explore-block-cms .container ul a {
  font-family: 'Noto Serif', serif;
  font-size: 24px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .explore-block-cms .container ul a {
    font-size: 20px;
  }
}

.filter-block {
  position: absolute;
}

.filter-block .filter-btn {
  width: 90px;
  font-size: 14px;
  position: relative;
  height: 40px;
  line-height: 40px;
}

.filter-block .filter-btn:before {
  cursor: pointer;
  font-family: 'mangelsen-icons';
  content: "\e915";
  width: 24px;
  height: 24px;
  display: block;
  text-align: center;
  line-height: 24px;
  color: #000;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
}

.block-layered-nav {
  display: block;
  width: 320px;
  background: rgba(178, 148, 90, 0.07);
  background: #f9f7f3;
  padding: 0 15px 15px;
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  height: 100vh;
  overflow-y: auto;
  z-index: 99;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.block-layered-nav.open {
  left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.block-layered-nav .block-title {
  border-bottom: 1px solid rgba(178, 148, 90, 0.5);
}

.block-layered-nav .block-title h3 {
  font-size: 20px;
  height: 56px;
  line-height: 56px;
  position: relative;
}

.block-layered-nav .block-title h3:before {
  cursor: pointer;
  font-family: 'mangelsen-icons';
  content: "\e910";
  width: 24px;
  height: 24px;
  display: block;
  text-align: center;
  line-height: 24px;
  color: #B2945A;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
}

.block-layered-nav .currently {
  font-size: 13px;
}

.block-layered-nav .currently li {
  margin-bottom: 6px;
}

.block-layered-nav .currently .btn-remove {
  float: none;
}

.block-layered-nav .currently .btn-remove .meigee-close:before {
  font-size: 12px;
  margin-left: 5px;
  color: #B2945A;
}

.block-layered-nav .block-content {
  padding-bottom: 100px;
}

.block-layered-nav .block-content .block-subtitle {
  display: none;
}

.block-layered-nav .block-content .actions {
  padding: 20px 15px;
  background: rgba(178, 148, 90, 0.07);
  background: #f9f7f3;
  position: fixed;
  bottom: 0;
}

.block-layered-nav .block-content .actions .btn.btn-default {
  display: block;
}

.block-layered-nav #narrow-by-list .title-filter {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 10px 0;
  position: relative;
}

.block-layered-nav #narrow-by-list .title-filter:before {
  font-family: 'mangelsen-icons';
  content: "\e918";
  width: 40px;
  height: 44px;
  display: block;
  text-align: center;
  line-height: 44px;
  color: #B2945A;
  font-size: 20px;
  text-indent: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  top: 0;
}

.block-layered-nav #narrow-by-list .title-filter.unactive:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.block-layered-nav #narrow-by-list .content-filter {
  display: block;
  font-size: 14px;
}

.block-layered-nav #narrow-by-list .content-filter ul, .block-layered-nav #narrow-by-list .content-filter ol {
  margin: 10px 0 0;
  padding: 0;
}

.block-layered-nav #narrow-by-list .content-filter li {
  font-size: 11px;
  color: rgba(85, 85, 85, 0.5);
  padding: 5px 0;
  color: #555555;
  font-weight: 600;
}

.block-layered-nav #narrow-by-list .content-filter li a {
  font-size: 14px;
  color: #555555;
  padding: 0;
}

.block-layered-nav #narrow-by-list .content-filter li a:hover {
  text-decoration: underline;
}

.category-image {
  margin: 0;
}

.category-image img {
  object-fit: cover;
  object-position: center bottom;
  height: 500px;
}

@media only screen and (max-width: 767px) {
  .category-image img {
    height: 352px;
  }
}

@media only screen and (min-width: 1920px) {
  .category-image img {
    width: 100%;
  }
}

#ajaxkit-popup-content .account-login li:not(.customer-name-wrapper) label {
  display: initial;
}

body.catalog-product-view.category-saving-the-wild-limited-edition-collection .add-to-box,
body.catalog-product-view.category-saving-the-wild-artist-proof-collection .add-to-box {
  display: none !important;
  visibility: hidden !important;
}

body.catalog-product-view.category-saving-the-wild-limited-edition-collection .product-cms-saving-the-wild-info,
body.catalog-product-view.category-saving-the-wild-artist-proof-collection .product-cms-saving-the-wild-info {
  display: block;
  visibility: visible;
}

body.catalog-product-view.category-legacy-reserve-collection .product-cms-legacy-info,
body.catalog-product-view.category-legacy-reserve-collection .product-cms-legacy-description {
  display: block;
  visibility: visible;
}

body.catalog-product-view.category-legacy-reserve-collection .product-view-top {
  color: #fff;
}

body.catalog-product-view.category-legacy-reserve-collection .product-view-top:before {
  content: '';
  background-color: #505050;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 100vw;
  margin-left: -50vw;
  z-index: -1;
}

body.catalog-product-view.category-legacy-reserve-collection .product-view-top ul.breadcrumb li a, body.catalog-product-view.category-legacy-reserve-collection .product-view-top ul.breadcrumb li strong {
  color: #fff;
}

body.catalog-product-view.category-legacy-reserve-collection .product-view-top .product-info-first .product-inner-pos-first .product-list-attribute .box-ifo {
  color: #fff;
}

body.catalog-product-view.category-legacy-reserve-collection .detail-more-mobile {
  color: #fff;
}

body.catalog-product-view.category-legacy-reserve-collection .product-essential .top-wrapper {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  body.catalog-product-view.category-legacy-reserve-collection .product-essential .top-wrapper .product-img-box {
    background-color: #505050;
  }
}

body.catalog-product-view.category-legacy-reserve-collection .product-essential .top-wrapper .product-info-first {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  body.catalog-product-view.category-legacy-reserve-collection .product-essential .top-wrapper .product-info-first {
    padding-bottom: 20px;
  }
  body.catalog-product-view.category-legacy-reserve-collection .product-essential .top-wrapper .product-info-first:before {
    background-color: #505050;
  }
}

body.catalog-product-view.category-legacy-reserve-collection .product-essential .top-wrapper .product-info-first .product-inner-pos-first .product-list-attribute .box-ifo {
  color: #fff;
}

.product-view-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 165px 0 60px;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .product-view-top {
    padding: 145px 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .product-view-top {
    padding: 130px 0 0;
  }
}

.product-view-top:before {
  content: '';
  background-color: rgba(178, 148, 90, 0.07);
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 100vw;
  margin-left: -50vw;
  z-index: -1;
}

.product-view-top .product-img-pos-first {
  width: 66.66667%;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .product-view-top .product-img-pos-first {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 767px) {
  .product-view-top .product-img-pos-first {
    width: 100%;
  }
}

.product-view-top .product-img-pos-first .pos-fix-img {
  max-height: 680px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .product-view-top .product-img-pos-first .pos-fix-img {
    display: none;
    visibility: hidden;
  }
}

.product-view-top .product-img-pos-first .pos-fix-img img {
  max-width: 100%;
  max-height: 680px;
}

.product-view-top.vertical .product-img-pos-first .pos-fix-img, .product-view-top.simple.vertical .product-img-pos-first .pos-fix-img {
  max-height: 680px;
  margin: auto -5%;
  padding: 0 50px;
}

.product-view-top.horizontal .product-img-pos-first, .product-view-top.panoramic .product-img-pos-first, .product-view-top.multi-panel .product-img-pos-first, .product-view-top.simple:not(.vertical) .product-img-pos-first {
  width: 100%;
  text-align: center;
}

.product-view-top.horizontal .product-img-pos-first .pos-fix-img, .product-view-top.panoramic .product-img-pos-first .pos-fix-img, .product-view-top.multi-panel .product-img-pos-first .pos-fix-img, .product-view-top.simple:not(.vertical) .product-img-pos-first .pos-fix-img {
  max-height: 680px;
  margin: auto;
}

@media only screen and (max-width: 1023px) {
  .product-view-top.horizontal .product-img-pos-first .pos-fix-img, .product-view-top.panoramic .product-img-pos-first .pos-fix-img, .product-view-top.multi-panel .product-img-pos-first .pos-fix-img, .product-view-top.simple:not(.vertical) .product-img-pos-first .pos-fix-img {
    margin: auto -20px;
  }
}

.product-view-top.horizontal .product-img-pos-first .pos-fix-img img, .product-view-top.panoramic .product-img-pos-first .pos-fix-img img, .product-view-top.multi-panel .product-img-pos-first .pos-fix-img img, .product-view-top.simple:not(.vertical) .product-img-pos-first .pos-fix-img img {
  max-width: 100%;
  max-height: 680px;
}

.product-view-top.horizontal .product-info-first, .product-view-top.panoramic .product-info-first, .product-view-top.multi-panel .product-info-first, .product-view-top.simple:not(.vertical) .product-info-first {
  width: 100%;
  padding: 60px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (max-width: 1023px) {
  .product-view-top.horizontal .product-info-first, .product-view-top.panoramic .product-info-first, .product-view-top.multi-panel .product-info-first, .product-view-top.simple:not(.vertical) .product-info-first {
    padding: 40px 0 0;
  }
}

.product-view-top.horizontal .product-info-first .header-breadcrumbs-wrapper, .product-view-top.panoramic .product-info-first .header-breadcrumbs-wrapper, .product-view-top.multi-panel .product-info-first .header-breadcrumbs-wrapper, .product-view-top.simple:not(.vertical) .product-info-first .header-breadcrumbs-wrapper {
  width: 100%;
}

.product-view-top.horizontal .product-info-first .product-inner-pos-first, .product-view-top.panoramic .product-info-first .product-inner-pos-first, .product-view-top.multi-panel .product-info-first .product-inner-pos-first, .product-view-top.simple:not(.vertical) .product-info-first .product-inner-pos-first {
  width: 33.33333%;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .product-view-top.horizontal .product-info-first .product-inner-pos-first, .product-view-top.panoramic .product-info-first .product-inner-pos-first, .product-view-top.multi-panel .product-info-first .product-inner-pos-first, .product-view-top.simple:not(.vertical) .product-info-first .product-inner-pos-first {
    width: 100%;
    padding-right: 0;
  }
}

.product-view-top.horizontal .product-info-first .product-des-pos-first, .product-view-top.panoramic .product-info-first .product-des-pos-first, .product-view-top.multi-panel .product-info-first .product-des-pos-first, .product-view-top.simple:not(.vertical) .product-info-first .product-des-pos-first {
  width: 66.66667%;
  padding: 0;
  padding-left: 20px;
  border: none;
  border-left: 1px solid #B2945A;
}

@media only screen and (max-width: 767px) {
  .product-view-top.horizontal .product-info-first .product-des-pos-first, .product-view-top.panoramic .product-info-first .product-des-pos-first, .product-view-top.multi-panel .product-info-first .product-des-pos-first, .product-view-top.simple:not(.vertical) .product-info-first .product-des-pos-first {
    width: 100%;
    padding-left: 0;
    border: none;
  }
}

.product-view-top.panoramic .product-img-pos-first .pos-fix-img {
  max-height: 680px;
  margin: auto -100px;
}

@media only screen and (max-width: 1023px) {
  .product-view-top.panoramic .product-img-pos-first .pos-fix-img {
    margin: auto -20px;
  }
}

.product-view-top.panoramic .product-img-pos-first .pos-fix-img img {
  width: 100%;
  max-width: 100%;
  max-height: 680px;
}

.catalog-product-view .product-view .product-options dl dd select {
  display: none;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-view .product-options dl dd select {
    display: block;
  }
}

.catalog-product-view .swiper-button {
  position: absolute;
  width: 82px;
  height: 24px;
}

@media only screen and (max-width: 1199px) {
  .catalog-product-view .swiper-button {
    width: 70px;
  }
}

@media only screen and (max-width: 1023px) {
  .catalog-product-view .swiper-button {
    width: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .swiper-button {
    display: none;
  }
}

.catalog-product-view .swiper-button:before {
  content: '';
  width: 100%;
  height: 24px;
  display: block;
  font-family: 'mangelsen-icons';
  text-align: center;
  color: #B2945A;
  font-size: 18px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.catalog-product-view .swiper-button.swiper-button-disabled {
  pointer-events: none;
  opacity: .35;
}

.catalog-product-view .swiper-button.swiper-button-prev-a {
  top: 0;
}

.catalog-product-view .swiper-button.swiper-button-prev-a:before {
  content: '\e900';
}

.catalog-product-view .swiper-button.swiper-button-next-a {
  bottom: 0;
}

.catalog-product-view .swiper-button.swiper-button-next-a:before {
  content: '\e916';
}

@media only screen and (min-width: 768px) {
  .catalog-product-view .product-img-box,
  .catalog-product-view .product-image-gallery,
  .catalog-product-view .product-image-zoom {
    height: 216px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .catalog-product-view .product-img-box,
  .catalog-product-view .product-image-gallery,
  .catalog-product-view .product-image-zoom {
    height: 335px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .catalog-product-view .product-img-box,
  .catalog-product-view .product-image-gallery,
  .catalog-product-view .product-image-zoom {
    height: 435px !important;
  }
}

@media only screen and (min-width: 768px) {
  .catalog-product-view #image.gallery-image {
    max-height: auto !important;
  }
}

@media only screen and (min-width: 1024px) {
  .catalog-product-view #image.gallery-image {
    max-height: 335px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .catalog-product-view #image.gallery-image {
    max-height: 435px !important;
  }
}

.catalog-product-view .product-view .more-views.vertical {
  width: 126px;
  padding: 0 44px 0 0;
  vertical-align: top;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .catalog-product-view .product-view .more-views.vertical {
    width: 100px;
    padding: 0 30px 0 0;
  }
}

@media only screen and (max-width: 1023px) {
  .catalog-product-view .product-view .more-views.vertical {
    width: 70px;
    padding: 0 15px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-view .more-views.vertical {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .catalog-product-view .product-view .more-views.vertical {
    opacity: 0;
  }
}

.catalog-product-view .product-img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.catalog-product-view .product-img-box .swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.catalog-product-view .product-img-box .swiper-slide {
  /* height: auto!important; */
}

.catalog-product-view .product-img-box .swiper-slide.swiper-slide-active, .catalog-product-view .product-img-box .swiper-slide:hover {
  position: relative;
}

.catalog-product-view .product-img-box .swiper-slide.swiper-slide-active:before, .catalog-product-view .product-img-box .swiper-slide:hover:before {
  content: '';
  border: 2px solid #B2945A;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  pointer-events: none;
}

.catalog-product-view .product-img-box .swiper-slide img {
  display: block;
  height: auto;
  width: 82px;
  max-width: 82px;
  margin: 0 auto;
  object-fit: cover;
}

.catalog-product-view .product-image-gallery {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog-product-view .product-image-gallery .gallery-image {
  display: none !important;
}

.catalog-product-view .product-image-gallery #image.gallery-image {
  display: block !important;
}

.catalog-product-view .product-view .product-img-box .product-image-zoom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog-product-view .product-view .product-img-box .product-image-zoom img {
  position: static;
}

.catalog-product-view .zoomContainer .zoomLens {
  background-color: #fff;
}

body:not(.legacy_page) .category-products .product-image .product-list-attribute {width: 100%;}

@media all and (-ms-high-contrast:none)
{
  .catalog-product-view .zoomContainer .zoomLens { margin-left: 0 !important; margin-top: 0!important; } /* IE10 */
  .catalog-product-view .product-image-gallery .gallery-image#image { margin: 0 !important;}
  *::-ms-backdrop, .catalog-product-view .zoomContainer .zoomLens { margin-left: 0 !important; margin-top: 0 !important; } /* IE11 */
  *::-ms-backdrop, .catalog-product-view .product-image-gallery .gallery-image#image { margin: 0 !important;}
  .meet_the_artist_cms .meet-the-artist-inner .container .artist-cms-home { margin-top: 9%;}
  .catalog-category-view .link-wishlist { float: left; margin-right: 5px;}
}

:root #more-views-slider .swiper-wrapper { display: block\0;}
:root .catalog-product-view .product_cms_info_main .item { float: left;}
:root .product-view .swiper-slide { height: auto;}
:root .catalog-product-view .product-image-gallery .gallery-image#image { margin: 0 auto;}
:root body:not(.legacy_page) .category-products > .items .item { float: left;}
:root .catalog-category-view .link-wishlist { float: left\0; margin-right: 5px\0;}
:root .catalog-product-view .zoomContainer .zoomLens { margin-left: -100%\0; margin-top: -430px\0;}
:root .meet_the_artist_cms .meet-the-artist-inner .container .artist-cms-home { margin-top: 9%\0;}
.catalog-product-view .product-view .product-img-box .product-image-zoom .zoomContainer {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .product-essential .top-wrapper .product-shop {
    width: 33%;
  }
}

.catalog-product-view .product-view .product-img-box .product-image-gallery.no-more-views {
  display: block;
}
.catalog-product-view .detail-more-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .detail-more-mobile {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-right: 15px;
    margin-top: 10px;
    color: #555555;
  }
  .catalog-product-view .detail-more-mobile:before {
    font-family: 'mangelsen-icons';
    content: "\e918";
    display: block;
    text-align: center;
    color: #B2945A;
    font-size: 12px;
    font-weight: normal;
    text-indent: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 0;
    top: 3px;
    position: absolute;
  }
  .catalog-product-view .detail-more-mobile.active:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.catalog-product-view .product-info-first {
  width: 33.33333%;
}

@media only screen and (max-width: 1023px) {
  .catalog-product-view .product-info-first {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-info-first {
    width: 100%;
    position: relative;
    padding-bottom: 20px;
  }
  .catalog-product-view .product-info-first:before {
    content: '';
    background-color: rgba(178, 148, 90, 0.07);
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 100vw;
    margin-left: -50vw;
    z-index: -1;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-info-first .header-breadcrumbs-wrapper {
    display: none;
    visibility: hidden;
  }
}

.catalog-product-view .product-info-first .product-inner-pos-first .product-list-attribute {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-info-first .product-inner-pos-first .product-list-attribute {
    margin-bottom: 10px;
  }
}

.catalog-product-view .product-info-first .product-inner-pos-first .product-list-attribute .subcatename {
  font-size: 18px;
  font-weight: 600;
  color: #B2945A;
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-info-first .product-inner-pos-first .product-list-attribute .subcatename {
    font-size: 16px;
    margin-top: 4px;
  }
}

.catalog-product-view .product-info-first .product-inner-pos-first .product-list-attribute .box-ifo {
  color: #555;
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-info-first .product-inner-pos-first .product-list-attribute .box-ifo {
    margin-top: 18px;
  }
}

.catalog-product-view .product-info-first .product-des-pos-first {
  border-top: 1px solid #B2945A;
  padding: 25px 0;
  line-height: 23px;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-info-first .product-des-pos-first {
    border: none;
    padding: 10px 0 0;
    display: none;
  }
}

.catalog-product-view .product-info-first .product-des-pos-first .italic {
  font-style: italic;
  font-size: 14px;
}

.catalog-product-view .product-info-first .product-des-pos-first a {
  font-weight: 700;
  color: #B2945A;
}

.catalog-product-view .product-info-first .product-des-pos-first a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-essential {
    margin: 0;
  }
}

.catalog-product-view .product-essential .top-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.mobile-placeholder-gallery,
.no-ds-display{
  display: none;
}
.desktop-hide{
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .product-info-first .product_listing_h2{
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    margin: 0;
    font-size: 24px;
    line-height: 32px;
  }
  .mobile-hide{
    display: none !important;
  }
  .desktop-hide{
    display: block !important;
  }
  .product-info-first.desktop-hide{
    display: flex !important;
  }
  .catalog-product-view .product-essential .top-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  .mobile-placeholder-gallery{
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
    display: block;
    padding-bottom: 40px;
    background-color: rgba(178, 148, 90, 0.07);
  }
  .mobile-placeholder-gallery img{
    width: 100%;
    display: block;
  }
  .search-btn-ico{
    display: none;
  }
  .no-ds-display{
    display: block;
  }
  .swiper-container {
    padding-bottom: 40px !important;
    display: block;
  }
  .product-view .product-img-box .more-views .more-views-inner{
    margin: 0;
    width: 100%;
  }

  .swiper-slide.item:not(.active):not(:first-child) {
    display: none;
  }

  .catalog-product-view .product-img-box .swiper-slide img{
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

.catalog-product-view .product-essential .top-wrapper .product-img-box {
  width: 66.66667%;
  float: left;
  padding-right: 60px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1023px) {
  .catalog-product-view .product-essential .top-wrapper .product-img-box {
    padding-right: 30px;
    width: 58.33333%;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-essential .top-wrapper .product-img-box {
    width: inherit;
    padding-right: 0;
    float: none;
    margin: 0 -20px;
    background-color: rgba(178, 148, 90, 0.07);
  }
}

.catalog-product-view .product-essential .top-wrapper .product-shop {
  width: 33.33333%;
  float: right;
}

@media only screen and (max-width: 1023px) {
  .catalog-product-view .product-essential .top-wrapper .product-shop {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-essential .top-wrapper .product-shop {
    width: 100%;
    float: none;
  }
}

.catalog-product-view .product-essential .top-wrapper .product-shop .product-shop-inner .product-title-sub {
  border-bottom: 1px solid #B2945A;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-essential .top-wrapper .product-shop .product-shop-inner .product-title-sub {
    display: none;
    visibility: hidden;
  }
}

.catalog-product-view .product-essential .top-wrapper .product-shop .product-shop-inner .product-name h1 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: .3px;
  font-weight: normal;
}

.catalog-product-view .product-essential .top-wrapper .product-shop .product-shop-inner .subcatename {
  font-size: 16px;
  font-weight: 600;
  color: #B2945A;
}

.catalog-product-view .product-cms-info {
  float: left;
  width: 66.66667%;
  float: left;
  padding-right: 60px;
  padding-left: 125px;
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .catalog-product-view .product-cms-info {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .catalog-product-view .product-cms-info {
    width: 58.33333%;
    padding-right: 30px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-cms-info {
    margin: 0 10px 30px;
    padding: 0;
    width: initial;
  }
}

.catalog-product-view .product_cms_info_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #F9F7F3;
  padding: 10px 0;
  text-align: center;
  font-style: italic;
  font-size: 12px;
  line-height: 18px;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product_cms_info_main {
    padding: 0 15px;
  }
}

.catalog-product-view .product_cms_info_main .item {
  width: 50%;
  padding: 10px 15px;
}

.catalog-product-view .product_cms_info_main .item:nth-last-of-type(1) {
  border-left: 1px solid #B2945A;
}

@media only screen and (max-width: 1023px) {
  .catalog-product-view .product_cms_info_main .item:nth-last-of-type(1) {
    border: none;
    border-top: 1px solid #B2945A;
  }
}

@media only screen and (max-width: 1023px) {
  .catalog-product-view .product_cms_info_main .item {
    width: 100%;
  }
}

.catalog-product-view .product_cms_info_main .item strong {
  display: block;
  font-weight: 700;
}

.catalog-product-view .product_cms_info_main .item a {
  font-weight: 700;
  color: #B2945A;
}

.catalog-product-view .product_cms_info_main .item a:hover {
  text-decoration: underline;
}

.catalog-product-view .product-options {
  border-bottom: 1px solid #B2945A;
  padding-top: 20px;
  padding-bottom: 0px;
  margin-bottom: 20px;
  /* Configurable Swatch */
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-options {
    margin-bottom: 20px;
  }
}

.catalog-product-view .product-options dl dt label {
  font-size: 18px;
  letter-spacing: .5px;
  font-family: 'Noto Serif', serif;
  margin-bottom: 10px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-options dl dt label {
    font-size: 16px;
    margin-bottom: 6px;
  }
}

.catalog-product-view .product-options dl dt.swatch-attr {
  min-height: 1px;
  padding: 0;
}

.catalog-product-view .product-options dl .input-box .optionDescri {
  display: block;
  float: none;
  clear: both;
  margin: 0;
  font-size: 14px;
  font-style: italic;
  color: #555555;
  font-weight: 400;
}

.catalog-product-view .product-options .configurable-swatch-list {
  display: table;
  width: calc(100% + 10px);
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-options .configurable-swatch-list {
    display: none;
  }
}

.catalog-product-view .product-options .configurable-swatch-list > li {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  cursor: pointer;
}

.catalog-product-view .product-options .configurable-swatch-list.disabled{
  pointer-events: none;
}
.catalog-product-view .product-options .configurable-swatch-list.disabled > li a {
  background-color: #C3C3C3;
  border-color: #C3C3C3;
  color: #fff;
}

.catalog-product-view .product-options .configurable-swatch-list > li a {
  padding: 0 18px;
  border-radius: 15px;
  background: #fff;
  border: 1px solid rgba(45, 45, 45, 0.5);
  color: rgba(45, 45, 45, 0.5);
  height: 30px !important;
  min-width: 130px !important;
  text-align: center;
  line-height: 28px !important;
  white-space: nowrap;
  display: block;
  font-size: 13px;
  font-weight: 700;
  /*text-transform: uppercase;*/
}

.catalog-product-view .product-options .configurable-swatch-list > li:hover a {
  color: #B2945A;
  border-color: #B2945A;
}

.catalog-product-view .product-options .configurable-swatch-list > li a span.swatch-label{
  line-height: 28px !important;
}

.catalog-product-view .product-options .configurable-swatch-list > li.selected a {
  background-color: #B2945A;
  color: #fff;
  border-color: #B2945A;
}

.catalog-product-view .product-options .configurable-swatch-list > li.not-available {
  display: none;
  visibility: hidden;
  pointer-events: none;
}

.catalog-product-view .product-options .configurable-swatch-list > li .swatch-link .x {
  display: none;
  visibility: hidden;
}

.catalog-product-view .favorite-block {
  padding: 10px 0 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .favorite-block {
    padding: 0 0 20px;
  }
}

.catalog-product-view .favorite-block .link-wishlist {
  width: inherit;
  text-indent: 0;
}

.catalog-product-view .favorite-block .link-wishlist span {
  color: #9B9B9B;
  padding-left: 28px;
  font-weight: 600;
}

.catalog-product-view .favorite-block .link-wishlist span:before {
  color: #9B9B9B;
  font-weight: normal;
}

.catalog-product-view .favorite-block .link-wishlist:hover span {
  color: #B2945A;
}

.catalog-product-view .favorite-block .link-wishlist:hover span:before {
  color: #B2945A;
}

.catalog-product-view .product-options-bottom .add-to-cart .addtocart-message {
  display: none;
  visibility: hidden;
}

.catalog-product-view .product-cms-legacy-info,
.catalog-product-view .product-cms-saving-the-wild-info {
  display: none;
  visibility: hidden;
  border-bottom: 1px solid #B2945A;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-cms-legacy-info,
  .catalog-product-view .product-cms-saving-the-wild-info {
    margin-bottom: 20px;
  }
}

.catalog-product-view .product-cms-legacy-info .subscript,
.catalog-product-view .product-cms-saving-the-wild-info .subscript {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-cms-legacy-info .subscript,
  .catalog-product-view .product-cms-saving-the-wild-info .subscript {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-cms-legacy-info .legacy-contact-info-cms,
  .catalog-product-view .product-cms-saving-the-wild-info .legacy-contact-info-cms {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-cms-legacy-info .legacy-contact-info-cms ul,
  .catalog-product-view .product-cms-saving-the-wild-info .legacy-contact-info-cms ul {
    display: inline-block;
  }
}

.catalog-product-view .product-cms-legacy-info .legacy-contact-info-cms ul > li,
.catalog-product-view .product-cms-saving-the-wild-info .legacy-contact-info-cms ul > li {
  text-align: left;
  font-size: 14px;
  padding-left: 50px;
  position: relative;
  margin-bottom: 25px;
  letter-spacing: .73px;
}

.catalog-product-view .product-cms-legacy-info .legacy-contact-info-cms ul > li:before,
.catalog-product-view .product-cms-saving-the-wild-info .legacy-contact-info-cms ul > li:before {
  content: '';
  font-family: 'mangelsen-icons';
  font-size: 40px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.catalog-product-view .product-cms-legacy-info .legacy-contact-info-cms ul > li span,
.catalog-product-view .product-cms-saving-the-wild-info .legacy-contact-info-cms ul > li span {
  display: block;
}

.catalog-product-view .product-cms-legacy-info .legacy-contact-info-cms ul > li a,
.catalog-product-view .product-cms-saving-the-wild-info .legacy-contact-info-cms ul > li a {
  font-size: 16px;
  color: #B2945A;
  font-weight: 700;
}

.catalog-product-view .product-cms-legacy-info .legacy-contact-info-cms ul > li a:hover,
.catalog-product-view .product-cms-saving-the-wild-info .legacy-contact-info-cms ul > li a:hover {
  text-decoration: underline;
}

.catalog-product-view .product-cms-legacy-info .legacy-contact-info-cms ul > li.phone-ico:before,
.catalog-product-view .product-cms-saving-the-wild-info .legacy-contact-info-cms ul > li.phone-ico:before {
  content: "\e906";
}

.catalog-product-view .product-cms-legacy-info .legacy-contact-info-cms ul > li.email-ico:before,
.catalog-product-view .product-cms-saving-the-wild-info .legacy-contact-info-cms ul > li.email-ico:before {
  content: "\e903";
}

.catalog-product-view .product-cms-legacy-info .legacy-contact-info-cms ul > li.gallery-ico:before,
.catalog-product-view .product-cms-saving-the-wild-info .legacy-contact-info-cms ul > li.gallery-ico:before {
  content: "\e904";
}

.catalog-product-view .product-cms-legacy-description {
  max-width: 1040px;
  padding: 0 0 60px;
  margin: auto;
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-cms-legacy-description {
    padding: 0 0 30px;
  }
}

.catalog-product-view .product-cms-legacy-description .legacy-reserve-collection-cms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.catalog-product-view .product-cms-legacy-description .legacy-reserve-collection-cms .banner-legacy-reserve {
  width: 100%;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-cms-legacy-description .legacy-reserve-collection-cms .banner-legacy-reserve {
    margin-left: -10px;
    margin-right: -10px;
    width: initial;
    margin-bottom: 20px;
  }
}

.catalog-product-view .product-cms-legacy-description .legacy-reserve-collection-cms .head-content {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-cms-legacy-description .legacy-reserve-collection-cms .head-content {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.catalog-product-view .product-cms-legacy-description .legacy-reserve-collection-cms .head-content h3 {
  letter-spacing: 1;
  line-height: 33px;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-cms-legacy-description .legacy-reserve-collection-cms .head-content h3 {
    font-size: 18px;
    letter-spacing: .5px;
    line-height: 24px;
  }
}

.catalog-product-view .product-cms-legacy-description .legacy-reserve-collection-cms .main-content {
  width: 60%;
  padding-left: 60px;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-cms-legacy-description .legacy-reserve-collection-cms .main-content {
    width: 100%;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-cms-legacy-description .legacy-reserve-collection-cms .main-content .description {
    font-weight: 700;
  }
}

.catalog-product-view .product-cms-legacy-description .legacy-reserve-collection-cms .main-content .note-text {
  border-top: 1px solid #B2945A;
  font-style: italic;
  margin-top: 20px;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-cms-legacy-description .legacy-reserve-collection-cms .main-content .note-text {
    text-align: center;
  }
}

.catalog-product-view .product-cms-legacy-description a {
  color: #B2945A;
  font-weight: 700;
}

.catalog-product-view .product-cms-legacy-description a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1199px) {
  .cms-page-view .std .image-block-01,
  .cms-page-view .std .image-block-02,
  .cms-page-view .std .image-block-03,
  .cms-page-view .std .quote-block,
  .cms-page-view .std .subHeader-block,
  .cms-page-view .std .longParagraph-block,
  .cms-page-view .std .listStyle-block,
  .cms-page-view .std .content-block .contain {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 1023px) {
  .cms-page-view .std .image-block-01,
  .cms-page-view .std .image-block-02,
  .cms-page-view .std .image-block-03,
  .cms-page-view .std .quote-block,
  .cms-page-view .std .subHeader-block,
  .cms-page-view .std .longParagraph-block,
  .cms-page-view .std .listStyle-block,
  .cms-page-view .std .content-block .contain {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .cms-page-view .std .gallery-cms-bg {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1023px) {
  .cms-page-view .std .gallery-cms-bg {
    margin-bottom: 40px;
  }
}

/* Content Popup ===================================================================== */
.modal.ekko-lightbox {
  z-index: 9999;
  height: 100%;
  padding: 30px;
}

.modal.fade.ekko-lightbox .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.ekko-lightbox {
  text-align: left;
}

.modal.ekko-lightbox.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%);
}

.modal.ekko-lightbox .img-responsive {
  width: 100% !important;
  height: auto !important;
  max-height: 90% !important;
}

.modal.ekko-lightbox .modal-header {
  padding: 0;
  border: none;
}

.modal.ekko-lightbox .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.ekko-lightbox .modal-header .close i {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  display: block;
  position: relative;
  top: 1px;
}

.sitemap-main {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .sitemap-main {
    margin-bottom: 40px;
  }
}

.sitemap-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -20px;
}

@media only screen and (max-width: 767px) {
  .sitemap-inner {
    margin: 0 -10px;
  }
}

.sitemap-inner .sitemap-col {
  width: 33.33333%;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .sitemap-inner .sitemap-col {
    width: 100%;
    margin-bottom: 40px;
  }
}

.sitemap-inner .sitemap-col h2 {
  margin-bottom: 10px;
}

.sitemap-inner .sitemap-col ul + h2 {
  margin-top: 30px;
}

.sitemap-inner .sitemap-col > ul {
  padding: 0;
}

.sitemap-inner .sitemap-col ul {
  margin: 0;
  font-weight: 700;
  list-style: none;
}

.sitemap-inner .sitemap-col ul ul {
  list-style: disc;
  font-size: 14px;
  font-weight: 500;
}

.sitemap-inner .sitemap-col ul ul ul {
  list-style: circle;
}

.sitemap-inner .sitemap-col ul li {
  margin-top: 10px;
}

.sitemap-inner .sitemap-col ul a {
  color: #000;
}

.sitemap-inner .sitemap-col ul a:hover {
  color: #B2945A;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .checkout-cart-index .col-main .cart {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.catalogsearch-result-index .header-wrapper + .breadcrumbs-wrapper .breadcrumbs-inner {
  margin-left: -10px;
  margin-right: -10px;
}

.catalogsearch-result-index .header-wrapper + .breadcrumbs-wrapper .breadcrumbs-inner .breadcrumb {
  padding-top: 0;
}

.catalogsearch-result-index .main-container.col1-layout .page-title {
  padding-top: 8px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #B2945A;
}

@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .main-container.col1-layout .page-title {
    padding-bottom: 20px;
  }
}

.opc-index-index.no-banner {
  padding-top: 150px;
}

@media only screen and (max-width: 767px) {
  .opc-index-index.no-banner {
    padding-top: 120px;
  }
  .opc-index-index.no-banner .opc-col-left, .opc-index-index.no-banner .opc-col-center, .opc-index-index.no-banner .opc-col-right {
    padding-left: 0;
    padding-right: 0;
  }
}

.opc-index-index .no-display {
  display: none;
}

.opc-index-index .main-container .opc-address-form-billing .form-list > li label {
  color: #2d2d2d;
}

.opc-index-index .main-container .opc-wrapper-opc {
  position: relative;
}

.opc-index-index .main-container .opc-wrapper-opc .page-title h2 {
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 2px solid #B2945A;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .opc-index-index .main-container .opc-wrapper-opc .page-title h2 {
    margin-bottom: 30px;
  }
}

.opc-index-index .main-container .opc-wrapper-opc .login-oneppage {
  position: absolute;
  right: 0;
  top: 0;
}

.opc-index-index .international_alaska_hawaii {
  font-size: 14px;
  margin-bottom: 30px;
}

.my-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .my-account .row .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
  }
}

.note-order-flex {
  -webkit-box-ordinal-group: 101;
  -webkit-order: 100;
      -ms-flex-order: 100;
          order: 100;
}

@media only screen and (min-width: 768px) {
  .note-order-flex {
    margin-bottom: 50px;
  }
}

.note-order-flex .box-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1em;
  margin-bottom: 1.5em;
}

.note-order-flex .box-title h2 {
  font-size: 1.5em;
  color: #222;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: .5em;
  margin: 0;
  display: inline-block;
}

.note-order-flex .box-content .col {
  margin-bottom: 15px;
  word-break: break-word;
}

/*# sourceMappingURL=main.css.map */

body #shopping-cart-table .item-options dt,
body #shopping-cart-table .item-options dd {
  font-size: 14px;
}
body #shopping-cart-table .item-collection-name {
  color: #B2945A;
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
body .top-cart .item-collection-name {
  color: #B2945A;
}
html.modal-mobile {
  overflow: hidden;
}

body .DOG-wrapper {
  margin-bottom: 85px;
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper {
    margin-bottom: 55px;
  }
}

body .DOG-wrapper .head-title-wrap {
  position: relative;
  padding: 55px 0;
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper .head-title-wrap {
    padding: 35px 0;
  }
}

body .DOG-wrapper .head-title-wrap h1 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: .3px;
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper .head-title-wrap h1 {
    font-size: 26px;
    line-height: 34px;
  }
}

body .DOG-wrapper .head-title-wrap:after {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #b0925d;
}

body .DOG-wrapper .display-guide-items {
  margin-top: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper .display-guide-items {
    margin-top: 45px;
  }
}

@media only screen and (max-width: 1023px) {
  body .DOG-wrapper .display-guide-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body .DOG-wrapper .display-guide-items .block {
  width: 50%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: none;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 1023px) {
  body .DOG-wrapper .display-guide-items .block {
    width: 100%;
  }
}

body .DOG-wrapper .display-guide-items .block ul {
  list-style: none;
  padding: 0;
}

body .DOG-wrapper .display-guide-items .block ul a {
  text-align: center;
  color: #b2945a;
  font-weight: 600;
}

body .DOG-wrapper .display-guide-items .block ul a .thumb {
  display: block;
  border: 1px solid #b2945a;
  border-radius: 50%;
  margin-bottom: 20px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 160px;
}

@media only screen and (max-width: 1199px) {
  body .DOG-wrapper .display-guide-items .block ul a .thumb {
    max-width: 120px;
  }
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper .display-guide-items .block ul a .thumb {
    max-width: 80px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 349px) {
  body .DOG-wrapper .display-guide-items .block ul a .thumb {
    max-width: 72px;
    margin-bottom: 14px;
  }
}

body .DOG-wrapper .display-guide-items .block ul a .thumb img {
  display: block;
}

body .DOG-wrapper .display-guide-items .block ul a span.sub-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: .4px;
  font-family: 'Noto Serif',serif;
}

@media only screen and (max-width: 1023px) {
  body .DOG-wrapper .display-guide-items .block ul a span.sub-title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper .display-guide-items .block ul a span.sub-title {
    font-size: 22px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 479px) {
  body .DOG-wrapper .display-guide-items .block ul a span.sub-title {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 349px) {
  body .DOG-wrapper .display-guide-items .block ul a span.sub-title {
    font-size: 18px;
    line-height: 26px;
  }
}

body .DOG-wrapper .display-guide-items .block ul a:hover span.sub-title {
  text-decoration: underline;
}

body .DOG-wrapper .display-guide-items .block .links {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper .display-guide-items .block .links {
    margin-bottom: 35px;
  }
}

body .DOG-wrapper .display-guide-items .block .links a,
body .DOG-wrapper .display-guide-items .block .links span {
  font-size: 28px;
  line-height: 36px;
  color: #b2945a;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper .display-guide-items .block .links a,
  body .DOG-wrapper .display-guide-items .block .links span {
    font-size: 22px;
    line-height: 28px;
  }
}

body .DOG-wrapper .display-guide-items .block .tabs_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
}

body .DOG-wrapper .display-guide-items .block .tabs_image .tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .DOG-wrapper .display-guide-items .block .tabs_image .tabs li {
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper .display-guide-items .block .tabs_image .tabs li {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 349px) {
  body .DOG-wrapper .display-guide-items .block .tabs_image .tabs li {
    padding: 0 7px;
  }
}

body .DOG-wrapper .display-guide-items .block .tabs_image .tabs li.disable {
  pointer-events: none;
  opacity: .2;
}

body .DOG-wrapper .display-guide-items .block .tabs_image .tabs li.disable a {
  color: #000;
}

body .DOG-wrapper .display-guide-items .block.DOGcenter {
  width: 100%;
}

body .DOG-wrapper .display-guide-items .block.DOGcenter .tabs_image .tabs li {
  padding: 0 40px;
}

@media only screen and (max-width: 1023px) {
  body .DOG-wrapper .display-guide-items .block.DOGcenter .tabs_image .tabs li {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper .display-guide-items .block.DOGcenter .tabs_image .tabs li {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1023px) {
  body .DOG-wrapper .display-guide-items .block.DOGleft {
    border-bottom: 1px solid #b2945a;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper .display-guide-items .block.DOGleft {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 1024px) {
  body .DOG-wrapper .display-guide-items .block.DOGleft {
    border-right: 1px solid #b2945a;
  }
}

body .DOG-wrapper .DOG-category-title {
  background-color: #b0925d;
  padding: 50px 20px;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  font-family: 'Noto Serif', serif;
  font-weight: 400;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper .DOG-category-title {
    font-size: 22px;
    line-height: 30px;
    padding: 30px 15px;
    margin-bottom: 10px;
  }
}

body .DOG-wrapper .DOG-category-title p {
  margin: 0;
}

body .DOG-wrapper .DOG-category-title p:last-child {
  margin-bottom: 0;
}

body .DOG-wrapper .banner-fullwidth {
  margin-top: 150px;
}

@media only screen and (max-width: 1023px) {
  body .DOG-wrapper .banner-fullwidth {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper .banner-fullwidth {
    margin-top: 50px;
  }
}

body .DOG-wrapper .banner-inner {
  position: relative;
}

body .DOG-wrapper .banner-inner img {
  width: 100%;
  display: block;
}

body .DOG-wrapper .banner-inner h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 60px;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper .banner-inner h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 479px) {
  body .DOG-wrapper .banner-inner h2 {
    font-size: 32px;
  }
}

body .DOG-wrapper .content-block {
  margin-top: 70px;
}

@media only screen and (max-width: 1023px) {
  body .DOG-wrapper .content-block {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper .content-block {
    margin-top: 30px;
  }
}

body .DOG-wrapper .DOG-head {
  text-align: center;
  max-width: 1060px;
  margin: 0 auto;
}

body .DOG-wrapper .DOG-head h2, body .DOG-wrapper .DOG-head h1 {
  font-size: 30px;
  line-height: 38px;
  color: #b0925d;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper .DOG-head h2, body .DOG-wrapper .DOG-head h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 349px) {
  body .DOG-wrapper .DOG-head h2, body .DOG-wrapper .DOG-head h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 24px;
  }
}

body .DOG-wrapper .DOG-head h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  line-height: 34px;
}

body .DOG-wrapper .DOG-head h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper .DOG-head h4 {
    font-size: 16px;
    line-height: 22px;
  }
}

body .DOG-wrapper .DOG-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 85px;
  margin-bottom: 85px;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 1023px) {
  body .DOG-wrapper .DOG-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper .DOG-content {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

body .DOG-wrapper .DOG-content:last-child {
  margin-bottom: 0;
}

body .DOG-wrapper .DOG-content.background-fullwidth {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper .DOG-content.background-fullwidth {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

body .DOG-wrapper .DOG-content.background-fullwidth:before {
  content: '';
  background-color: #f7f6f2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper .DOG-content.background-fullwidth .left-block {
    padding: 0;
    margin: 0;
    border: none;
  }
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper .DOG-content.background-fullwidth .right-block {
    border-bottom: 1px solid #b2945a;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

body .DOG-wrapper .DOG-content .left-block,
body .DOG-wrapper .DOG-content .right-block {
  width: 50%;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper .DOG-content .left-block,
  body .DOG-wrapper .DOG-content .right-block {
    width: 100%;
  }
}

body .DOG-wrapper .DOG-content .left-block {
  border-right: 1px solid #b2945a;
  padding-right: 65px;
}

@media only screen and (max-width: 1023px) {
  body .DOG-wrapper .DOG-content .left-block {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper .DOG-content .left-block {
    border-right: none;
    border-bottom: 1px solid #b2945a;
    padding-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

body .DOG-wrapper .DOG-content .right-block {
  padding-left: 65px;
}

@media only screen and (max-width: 1023px) {
  body .DOG-wrapper .DOG-content .right-block {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper .DOG-content .right-block {
    padding-left: 0;
  }
}

body .DOG-wrapper .DOG-content .sub-title {
  margin-bottom: 30px;
}

body .DOG-wrapper .DOG-content .image-block {
  text-align: center;
}

body .DOG-wrapper .DOG-content p {
  margin-bottom: 20px;
}

body .DOG-wrapper .DOG-content p:last-child {
  margin-bottom: 0;
}

body .DOG-wrapper .DOG-content .hanging-systems-block {
  text-align: center;
  color: #b0925d;
  margin-top: 40px;
}

body .DOG-wrapper .DOG-content .hanging-systems-block h4 {
  font-size: 17px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 6px;
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper .DOG-content .hanging-systems-block h4 {
    font-size: 16px;
  }
}

body .DOG-wrapper .DOG-content .hanging-systems-block p {
  font-size: 17px;
  font-style: italic;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper .DOG-content .hanging-systems-block p {
    font-size: 14px;
  }
}

body .DOG-wrapper .DOG-content .hanging-systems-block .photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -16px;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper .DOG-content .hanging-systems-block .photo {
    margin: 0 -10px;
    margin-top: 15px;
  }
}

body .DOG-wrapper .DOG-content .hanging-systems-block .photo .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 33.33333%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
}

@media only screen and (max-width: 1199px) {
  body .DOG-wrapper .DOG-content .hanging-systems-block .photo .item {
    padding: 0 14px;
  }
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper .DOG-content .hanging-systems-block .photo .item {
    padding: 0 10px;
  }
}

body .DOG-wrapper .DOG-content .hanging-systems-block .photo .item .thumb {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper .DOG-content .hanging-systems-block .photo .item .thumb {
    margin-bottom: 10px;
  }
}

body .DOG-wrapper .DOG-content .hanging-systems-block .photo .item .thumb.pd10 {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper .DOG-content .hanging-systems-block .photo .item .thumb.pd10 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

body .DOG-wrapper .DOG-content .hanging-systems-block .photo .item .thumb.no-padding {
  padding: 0;
}

body .DOG-wrapper .DOG-content .hanging-systems-block .photo .item .name {
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  body .DOG-wrapper .DOG-content .hanging-systems-block .photo .item .name {
    font-size: 14px;
  }
}

@media only screen and (max-width: 349px) {
  body .DOG-wrapper .DOG-content .hanging-systems-block .photo .item .name {
    font-size: 12px;
  }
}

body .DOG-wrapper .img-placeholder {
  font-style: italic;
  font-size: 14px;
  display: block;
  margin: 10px 0 0;
  color: #555;
}

body #backtotop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  display: none;
  border-radius: 50%;
  background-color: #b2945a;
  color: #fff;
  cursor: pointer;
  opacity: .7;
}

@media only screen and (max-width: 1023px) {
  body #backtotop {
    bottom: 24px;
    right: 24px;
  }
}

@media only screen and (max-width: 767px) {
  body #backtotop {
    bottom: 20px;
    right: 20px;
  }
}

body #backtotop:before {
  content: "\e901";
  font-family: 'mangelsen-icons';
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

body #backtotop:after {
  content: '';
  border: 1px solid #b2945a;
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  display: block;
  border-radius: 50%;
}

body #backtotop span {
  display: none;
}

body #backtotop:hover {
  opacity: 1;
}

/*# sourceMappingURL=DOG.css.map */

@media only screen and (min-width: 1008px) {
	.vertical-menu-wrapper {
		position: absolute;
		top: 100%;
		z-index: 99999;
		background-color: #fff;
		padding-top: 8px;
		padding-bottom: 23px;
		margin: 0;
		margin-top: 0;
		border: none;
		border-radius: 0 4px 4px 4px;
		width: 298px;
		display: none;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	}
	.vertical-menu-wrapper:before {
		position: absolute;
		top: -5px;
		left: 20px;
		display: block;
		content: '';
		height: 0;
		border-bottom: 5px dashed;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		border-bottom-color: #fff;
		z-index: 9;
	}
	#header ul.topmenu li.vertical-parent > a.vertical-parent.level-top {background-color: transparent;}
	 .vertical-menu-wrapper ul.level0 {overflow: hidden;}
	 #header .vertical-menu-button {
	 	font-size: 15px;
	 	color: #222;
	 	background-color: #eee;
	 	text-transform: none;
	 	padding: 15px 20px;
	 	display: none;
	 	cursor: pointer;
	 	font-weight: 300;
	 }
	#header .vertical-menu-button i {
	    color: #222;
	    margin-right: 10px;
	    vertical-align: middle;
	}
	#header .vertical-menu-wrapper .category-label {
		position: relative;
		top: auto;
		vertical-align: middle;
	}
	#sticky-header .nav-wide li.level-top.vertical-parent {position: relative;}
	#sticky-header .vertical-menu-wrapper {top: 100%; left: 0; margin-top: 0;}
	.vertical-menu-wrapper ul ul {display: none; position: absolute; left: 100%!important; background-color: #fff; width: 200px; padding: 1.5em; box-shadow: 0 0 9px rgba(0,0,0,.2); z-index: -1;}
	.vertical-parent.over .vertical-menu-wrapper ul li.parent.over ul {display: block;}
	.vertical-menu-wrapper ul ul a {
		opacity: 0;
		transition: opacity 300ms ease;
		-moz-transition: opacity 300ms ease;
		-webkit-transition: opacity 300ms ease;
		-o-transition: opacity 300ms ease;
	}
	ul.topmenu .vertical-menu-wrapper li ul.shown-sub,
	ul.topmenu .vertical-menu-wrapper li div.shown-sub {z-index: 1;}
	ul.topmenu .vertical-menu-wrapper li ul.shown-sub a,
	ul.topmenu .vertical-menu-wrapper li div.shown-sub a {opacity: 1;}
	.nav-wide .vertical-menu-wrapper  ul.level0 li.level1 {display: block;}
	header#header .vertical-menu-button span.close,
	header#header .vertical-menu-wrapper .vertical-menu-button i.icon-minus,
	header#header .vertical-menu-wrapper.open .vertical-menu-button i.icon-plus,
	header#header .vertical-menu-wrapper.open .vertical-menu-button span.open {display: none;}
	#header .vertical-menu-button span {
		display: inline-block;
		vertical-align: middle;
		font-size: 15px;
		text-transform: none;
	}
	header#header .vertical-menu-wrapper .vertical-menu-button i.icon-plus,
	header#header .vertical-menu-wrapper.open .vertical-menu-button i.icon-minus,
	header#header .vertical-menu-wrapper.open .vertical-menu-button span.close {display: inline-block;}
	ul.topmenu li .vertical-menu-wrapper.shown-sub {display: block!important; opacity: 1 !important; z-index: 99999;}
	.vertical-menu-wrapper:not(.default-open) {display: none!important;}
	#header ul.topmenu li.vertical-parent {
		margin: 0;
		padding: 0;
		display: block;
		position: relative;
		border-radius: 0;
	}
	#header ul.topmenu li.vertical-parent > a.vertical-parent.level-top {
		font-family: 'Work Sans', sans-serif;
		font-size: 14px;
		font-weight: 600;
		line-height: 1.2;
		color: rgba(0, 0, 0, 0.80);
		border-right: 1px solid rgba(0,0,0,0.1);
		border-radius: 0;
		margin-right: 6px;
		padding: 15px 19px;
		z-index: 99;
		background: none;
		text-transform: none;
		z-index: 999991;
		transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		-o-transition: all 300ms ease;
	}
	#header ul.topmenu li.vertical-parent > a.vertical-parent.level-top:hover,
	#header ul.topmenu li.vertical-parent > a.vertical-parent.level-top:focus,
	#header ul.topmenu li.vertical-parent > a.vertical-parent.level-top:active,
	#header ul.topmenu li.vertical-parent > a.vertical-parent.level-top.over {
		border-color: transparent;
		background-color: rgba(0,0,0,0.06);
		border-radius: 4px 4px 0 0;
		opacity: 1;
		color: #2979ff;
	}
	#header ul.topmenu li.vertical-parent > a.vertical-parent.level-top:before {
		content: '\0078';
		display: inline-block;
		font-family: 'meigee';
		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;
		font-size: 16px;
		margin-right: 10px;
		color: inherit;
		vertical-align: middle;
		position: relative;
	}
	#header ul.topmenu li.vertical-parent > a.vertical-parent.level-top span:after {content: none;}
	#sticky-header ul.topmenu li.vertical-parent ul.level1 a i {display: none;}
	ul.topmenu li.vertical-parent li.level1 a i.custom-icon {
		display: inline-block;
		vertical-align: middle;
		margin: -7px 0;
		position: relative;
		left: auto;
		top: auto;
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	ul.topmenu li.vertical-parent li.level1 a i.custom-icon:before {color: rgba(0,0,0,0.8); margin: 0; min-width: 40px; font-size: 20px; display: inline-block;}
	ul.topmenu li.vertical-parent li.level1 > a {padding: 12px 23px; display: block; line-height: 1.4;}
	ul.topmenu li.vertical-parent li.level1 > a.active,
	ul.topmenu li.vertical-parent li.level1 > a:hover {background-color: #eee;}
	ul.topmenu li.vertical-parent li.level1 span.subtitle {padding: 0; font-size: 13px; text-transform: none; color: rgba(0,0,0,0.8);}
	ul.topmenu li.vertical-parent ul.level0 li.level1 > a i.custom-icon + span.subtitle {padding-left: 0;}
	ul.topmenu li.vertical-parent li.level1.parent > a: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: "\e91e";
		font-size: 8px;
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -4px;
		font-size: 8px;
		color: rgba(0,0,0,.4);
	}
	.vertical-menu-wrapper li.level1:not(.default-dropdown) {position: static;}
	.vertical-menu-wrapper li.level1:not(.default-dropdown) > ul.level1 {width: 530px; background: #fff; top: 0; background-repeat: no-repeat; box-shadow: none; border: solid 1px #ddd; min-height: 100%;}
	.vertical-menu-wrapper li.level1:not(.default-dropdown) > ul.level1 > li {float: left;}
	.vertical-menu-wrapper li.level1:not(.default-dropdown) > ul.level1 > li > a {font-family: 'Work Sans', sans-serif; font-weight: 500; color: rgba(0,0,0,0.8); font-size: 14px;}
	.vertical-menu-wrapper li.level1:not(.default-dropdown) > ul.level1 > li > a:hover,
	.vertical-menu-wrapper li.level1:not(.default-dropdown) > ul.level1 > li > a:focus,
	.vertical-menu-wrapper li.level1:not(.default-dropdown) > ul.level1 > li > a:active,
	.vertical-menu-wrapper li.level1:not(.default-dropdown) > ul.level1 > li > a.active {color: #2979ff;}
	.vertical-menu-wrapper li.level1:not(.default-dropdown) > ul.level1 > li ul {display: block; position: static; box-shadow: none; width: auto; background: none; padding: 0;}
	.vertical-menu-wrapper li.level1:not(.default-dropdown) > ul.level1 > li ul a {
		font-size: 13px;
		color: #888;
	}
	.vertical-menu-wrapper li.level1:not(.default-dropdown) > ul.level1 > li ul a:hover {color: inherit;}
}
@media only screen and (min-width: 1332px){
    .vertical-menu-wrapper.default-open {display: block; opacity: 0; z-index: -1;}
    #sticky-header .vertical-menu-wrapper {display: none;}

}
@media only screen and (min-width: 1008px) and (max-width: 1331px) {
	.vertical-menu-wrapper {width: 236px; padding-top: 2px;}
	#header ul.topmenu li.vertical-parent > a.vertical-parent.level-top {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 16px;
		text-transform: none;
	}
	#header ul.topmenu li.vertical-parent > a.vertical-parent.level-top:before {
		margin-right: 7px;
	}
	ul.topmenu li .vertical-menu-wrapper.shown-sub {padding-bottom: 10px;}
}
@media only screen and (min-width: 768px) and (max-width: 1007px) {
	.vertical-parent .default-open {margin-left: -15px; margin-right: -15px;}
	.vertical-parent .default-open li.level1 a {padding: .75em 20px !important; display: block;}
	ul.topmenu .vertical-parent li {float: none; width: 100% !important;}
	.vertical-menu-wrapper {display: none;}
}
@media only screen and (max-width: 767px) {
	.vertical-parent .default-open {margin-left: -15px; margin-right: -15px;}
	.vertical-parent .default-open li.level1 a {padding: .75em 20px !important; display: block;}
	ul.topmenu .vertical-parent li {float: none; width: 100% !important;}
	.vertical-menu-wrapper {display: none;}
}

@media only screen and (max-width: 1023px) {
    body.menu-sp {
        overflow: hidden;
    }
    body.menu-sp .fog-bg {
        background-color: rgba(0, 0, 0, 0.7);
    }
    body header.page-header .rd-navbar .rd-navbar-nav-wrap {
        z-index: 999;
        position: fixed;
        top: 0;
        height: 100vh;
        bottom: 0;
        left: -100vw;
        -webkit-transition: left .5s ease-out;
        transition: left .5s ease-out;
    }
    body header.page-header .rd-navbar .rd-navbar-nav-wrap.active {
        left: 0;
        -webkit-transition: left .5s ease-out;
        transition: left .5s ease-out;
    }
    body header.page-header .rd-navbar .rd-navbar-nav-wrap .rd-navbar-nav .rd-navbar--has-dropdown {
        position: relative;
    }
}
/*SO-29383*/
@media only screen and (min-width: 1024px) {
    body.banner-change header#header .header-promo-top .promo-block, body.cms-home header#header .header-promo-top .promo-block, body.category-legacy-reserve-collection header#header .header-promo-top .promo-block{
        color: #fff;
    }
    body.banner-change header#header .header-promo-top .promo-block a, body.cms-home header#header .header-promo-top .promo-block a, body.category-legacy-reserve-collection header#header .header-promo-top .promo-block a {
        color: #fff;
    }
    body.banner-change header#header.fixed .header-promo-top .promo-block, body.cms-home header#header.fixed .header-promo-top .promo-block, body.category-legacy-reserve-collection header#header.fixed .header-promo-top .promo-block {
        color: #2D2D2D;
    }
    body.banner-change header#header.fixed .header-promo-top .promo-block a, body.cms-home header#header.fixed .header-promo-top .promo-block a, body.category-legacy-reserve-collection header#header.fixed .header-promo-top .promo-block a {
        color: #2D2D2D;
    }
}

@media only screen and (min-width: 1024px) {
    header#header.fixed .header-promo-top .promo-block {
        color: #2D2D2D;
    }
}

@media only screen and (max-width: 767px) {
    header#header .bottom-block {
        position: relative;
    }
}

@media only screen and (min-width: 1024px) {
    .header-promo-top {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 1024px;
        z-index: 100;
    }
}

.promo-block {
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.promo-block a {
    color: #fff;
}

.promo-block a:hover {
    color: inherit;
    text-decoration: underline;
}

@media only screen and (min-width: 1024px) {
    .promo-block {
        color: #2D2D2D;
    }
    .promo-block a {
        color: #2D2D2D;
    }
}

@media only screen and (max-width: 1023px) {
    .promo-block a {
        color: #fff !important;
    }
    .promo-block a:hover {
        color: #fff !important;
        text-decoration: underline;
    }
}

@media only screen and (max-width: 1023px) {
    .promo-block {
        background-color: #E13130;
        padding: 8px 15px;
    }
}

@media only screen and (min-width: 1024px) {
    .promo-block {
        font-size: 14px;
        height: 42px;
        line-height: 42px;
    }
}

@media only screen and (min-width: 1200px) {
    .promo-block {
        font-size: 16px;
    }
}

.promo-block .highlight {
    color: #fff !important;
}

.promo-block .highlight a {
    color: #fff !important;
}

.promo-block .highlight a:hover {
    text-decoration: underline;
}

@media only screen and (min-width: 1024px) {
    .promo-block .highlight {
        -webkit-clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
        clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
        background-color: #E13130;
        padding: 0 15px;
        display: inline-block;
        height: 26px;
        line-height: 24px;
        text-align: center;
    }
    .promo-block .highlight a {
        color: #fff !important;
    }
    .promo-block .highlight a:hover {
        text-decoration: none;
    }
}

@media only screen and (min-width: 1200px) {
    .promo-block .highlight {
        font-size: 18px;
    }
}

.promo-block .underline {
    font-weight: 600;
}

@media only screen and (max-width: 1023px) {
    .promo-block .underline a {
        color: #fff !important;
    }
    .promo-block .underline a:hover {
        text-decoration: underline;
    }
}

@media only screen and (min-width: 1024px) {
    .promo-block .underline {
        border-bottom: 2px solid #E13130;
        margin-left: 20px;
    }
    .promo-block .underline a:hover {
        text-decoration: none;
    }
}
/*end SO-29383*/

/*end SO-32221*/
@media only screen and (max-width: 1023px) {
    .legacy_page .category-products .product-image.visible .product-inner-pos{
        position: absolute;
    }
    .legacy_page .category-products .product-image .product-list-attribute h5{
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .legacy_page .category-products .product-image .product-list-attribute h4{
        display: none;
    }
    .legacy_page .category-products .product-image .close-icon-mobile{
        top: 0;
        right: 0;
        bottom: inherit;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    .legacy_page .category-products .product-image .close-icon-mobile span{
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .legacy_page .category-products .product-image .product-inner-pos{
        padding: 10px;
    }
    .legacy_page .category-products .product-image .product-list-attribute h5{
        font-weight: 600;
        font-size: 11px;
        margin-bottom: 5px;
    }
    .legacy_page .category-products .product-image .product-list-attribute h2{
        font-size: 14px;
        line-height: 18px;
    }
    .legacy_page .category-products .product-image .product-list-attribute h4{
        display: none;
    }
}
/*end SO-32221*/
/*SO-33424*/
body .toolbar{
    margin-bottom: 30px !important;
}
.grid-sizer{
    /*width: calc( 100% / 3) !important;*/
    width: 1px;
}
@media only screen and (max-width: 767px) {
    .grid-sizer{
        width: 50%;
    }
}
.catalog-category-view:not(.legacy_page) .grid-sizer{
    display: none;
}
/*end SO-33424*/
/*feature/SO-34860*/
.opc-data-table .item-options dt::after{
    content: ':';
}
.opc-data-table .last .item-options dt{
    display: initial;
}
/*end feature/SO-34860*/

/*SO-31841 PDP*/
.product-cms-view-guide {
    width: 66.66667%;
    float: left;
    padding-right: 60px;
    padding-left: 125px;
    text-align: center;
}

.product-cms-view-guide.on-mobile{
    display: none;
}

@media only screen and (max-width: 1199px) {
    .product-cms-view-guide {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .product-cms-view-guide {
        width: 58.33333%;
        padding-right: 30px;
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .product-cms-view-guide {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .product-cms-view-guide.on-mobile{
        display: block;
    }
}

.product-cms-view-guide .opt-guide-link {
    padding: 10px 0 20px;
}

@media only screen and (max-width: 767px) {
    .product-cms-view-guide .opt-guide-link {
        padding: 20px 0 0;
        display: none;
    }
    .product-cms-view-guide .opt-guide-link.on-mobile {
        display: block;
    }
}

.product-cms-view-guide a.opt-guide {
    font-size: 14px;
    font-weight: bold;
    color: #AE9562;
    display: inline-block;
}

.product-cms-view-guide a.opt-guide .icon-Gallery {
    font-size: 18px;
    margin-right: 6px;
    position: relative;
    top: 1px;
}

.product-cms-view-guide a.opt-guide:hover span {
    text-decoration: underline;
}

.product-cms-view-guide .modal.modal-content-popup .modal-dialog {
    padding: 0;
    width: 100%;
    max-width: 1080px;
}

@media only screen and (max-width: 1200px) {
    .product-cms-view-guide .modal.modal-content-popup .modal-dialog {
        width: calc( 100% - 50px);
    }
}

@media only screen and (max-width: 1023px) {
    .product-cms-view-guide .modal.modal-content-popup .modal-dialog {
        width: calc( 100% - 30px);
    }
}

@media only screen and (max-width: 767px) {
    .product-cms-view-guide .modal.modal-content-popup .modal-dialog {
        width: calc( 100% - 30px);
    }
}

@media only screen and (max-width: 400px) {
    .product-cms-view-guide .modal.modal-content-popup .modal-dialog {
        width: calc( 100% - 16px);
    }
}

.product-cms-view-guide .modal.modal-content-popup .modal-dialog .modal-content {
    border-radius: 17px;
    overflow: hidden;
}
.product-cms-view-guide .modal.modal-content-popup .modal-dialog .modal-content .modal-header .close{
	height: 30px;
	width: 30px;
	background-color: rgba(178,148,90,.2);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

.product-cms-view-guide .modal.modal-content-popup .modal-dialog .modal-content .modal-header .close i {
    color: #B2945A;
	top: 0;
}

.product-cms-view-guide .modal.modal-content-popup .modal-dialog .modal-content .modal-header .close span{
	line-height: 1;
	display: block;
}
.product-cms-view-guide .modal.modal-content-popup .modal-dialog .modal-content .modal-header .close i:before{
	font-family: 'mangelsen-icons' !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: "\e910";
}

.product-cms-view-guide .modal.modal-content-popup .modal-dialog .modal-content .modal-body {
    padding: 0;
    overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
    .product-cms-view-guide .modal.modal-content-popup .modal-dialog .modal-content .modal-body {
        padding: 0;
    }
}

/*end SO-31841 PDP*/

/*SO-38267*/
.wishlist-index-index .wishlist.action {
	width: 100%;
    float: left;
}
.wishlist-index-index .wishlist.action .indicator {
	margin: 15px 0 0 0;
	font-weight: 700;
}

.wishlist-index-index.fixed .page-title .wishlist.action {
	max-width: 1338px;
    padding: 0 40px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.wishlist-index-index .wishlist.action .btn-default,
.wishlist-index-index .cart-cell .btn-primary {
	background: #FFF;
	color: #B2945A;
	line-height: 30px;
    height: 38px;
    cursor: pointer
}
.wishlist-index-index .wishlist.action .btn-default:hover,
.wishlist-index-index .cart-cell .btn-primary:hover {
	color: #FFF;
	background: #B2945A;
}
.wishlist-index-index .wishlist.action .btn-default {
	min-width: inherit;
	padding: 0 25px;
}

.wishlist-index-index .wishlist.action.empty .btn-default,
.wishlist-index-index .wishlist.action .btn-default.disable {
	background: rgba(246, 246, 246, 0.4);
    border: 1px solid rgba(0,0,0, 0.3);
    color: rgba(0,0,0, 0.3);
    pointer-events: none;
}
.wishlist-index-index .my-wishlist .wishlist.action .btn-share:not(.disable){
	color: #fff;
    background-color: rgba(178, 148, 90, 1);
}
.wishlist-index-index .my-wishlist .wishlist.action .btn-share:not(.disable):hover{
	background-color: rgba(178, 148, 90, .8);
}
.my-account .truncated .truncated_full_value {
	position: relative;
}
.wishlist-index-index .my-account .truncated_full_value.show .item-options {
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
	top: 25px;
	left: 50%;
    transform: translateX(-50%);
	width: 280px;
}
.wishlist-index-index .my-wishlist .truncated a.details{
	font-weight: 600;
}
.wishlist-index-index .my-wishlist .truncated .truncated_full_value .item-options dl{
	text-align: left;
}
.wishlist-index-index .my-account .truncated .truncated_full_value .item-options dl dt {
	padding-right: 5px;
	display: inline-block!important;
}
.wishlist-index-index .my-account .truncated .truncated_full_value .item-options dl dd {
	padding-left: 0;
}
.wishlist-index-index .wishlist-checkbox {
	display: none;
}
.wishlist-index-index .wishlist-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}
.wishlist-index-index .wishlist-checkbox + label:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #FFF;
    border: rgba(0, 0, 0, 0.2) 1px solid;
    border-radius: 3px;
}
.wishlist-index-index .wishlist-checkbox:checked + label:after {
    content: '\e900';
    color: #B2945A;
    font-family: 'meigeeadditional';
    position: absolute;
	left: 4px;
	top: 2px;
	font-size: 11px;
}

@media only screen and (max-width: 767px) {
	.wishlist-index-index .wishlist.action {
		text-align: center;
		display: none;
	}
	.wishlist-index-index .wishlist.action .btn-default {
		margin: 5px;
	}
	.wishlist-index-index #wishlist-view-form .table-responsive {
		border-top: 0;
	}
	.wishlist-index-index #wishlist-view-form .table-responsive table tbody tr {
		position: relative;
	}
	.wishlist-index-index #wishlist-view-form .table-responsive table tbody tr td {
		border-top: 1px solid #ddd;
	    border-bottom: 0;
	    border-left: 0;
	    border-right: 0;
	}
	.wishlist-index-index #wishlist-view-form .table-responsive table tbody tr td:nth-child(1) {
		border: none;
	}
	.wishlist-index-index #wishlist-view-form .table-responsive table tbody tr td:nth-child(1) {
		padding: 0;
	}
	.wishlist-index-index #wishlist-view-form .table-responsive table tbody tr td:nth-child(1) label {
		position: absolute;
		top: 15%;
		left: 18px;
	}
	body.wishlist-index-index {
		padding-top: 240px;
	}
	.wishlist-index-index .page-title {
		position: fixed;
		left: 0;
		width: 100%;
		background: #FFF;
		z-index: 98;
		box-shadow: 0 4px 4px 0 rgb(0 0 0 / 20%);
		transition: all 0.3s ease;
		margin: 0
	}
	.wishlist-index-index .page-title h2 {
		float: none;
		text-align: center;
		font-size: 20px;
    	line-height: 28px;
    	margin: 10px 0;
    	cursor: pointer;
	}
	.wishlist-index-index .page-title h2:after {
		content: "\e916";
	    font-family: 'mangelsen-icons';
	    -webkit-font-smoothing: antialiased;
  		-moz-osx-font-smoothing: grayscale;
	    font-size: 14px;
	    text-align: center;
	    line-height: 20px;
	    display: inline-block;
	    margin-left: 10px;
	}
	.wishlist-index-index .my-wishlist .page-title h2.selector:after{
		content: "\e900";
	}
	.wishlist-index-index .page-title .wishlist.action {
		padding: 0 0 20px 0;
	}
	.wishlist-index-index .my-account table.table tr td .product-image {
		width: 200px;
	}
	.wishlist-index-index .my-account table.table tr td .product-image img {
		width: 100%;
		display: block;
	}
	.wishlist-index-index header{
		box-shadow: none !important;
	}
/* 	.wishlist-index-index .search-block{
		border-bottom: 1px solid rgba(45, 45, 45, 0.25);
	} */
	.wishlist-index-index .my-wishlist .page-title,
	.wishlist-index-index .my-wishlist .page-title.wl-fixed.wl-pos{
		top: 150px;
	}
	.wishlist-index-index .my-wishlist .page-title.wl-fixed{
		top: 97px;
	}
	.wishlist-index-index .my-wishlist .wishlist.action{
		padding: 10px 0 20px;
	}
	html body .my-wishlist .page-title{
	    transition: all .3s ease;
	    margin: 0 !important;
	}
	html body.mobile .my-wishlist .page-title{
		left: calc( 100vw - 55px);
	}
	.wishlist-index-index .search-block{
		position: relative;
		top: 0
	}
	.wishlist-index-index .search-block:before{
		content: '';
		height: 51px;
		background: #fff;
		position: absolute;
		top: 0;
		width: 100%;
	}
}
@media only screen and (min-width: 768px) {
	.wishlist-index-index header{
		box-shadow: none !important;
	}
	.wishlist-index-index .wishlist.action {
		text-align: left;
		margin-top: 30px;
	}
	.wishlist-index-index .wishlist.action .btn-default {
		margin-right: 5px;
	}
	.wishlist-index-index .my-wishlist{
		padding-top: 150px;
	}
	.wishlist-index-index .page-title{
		position: absolute;
		top: 0
	}
	.wishlist-index-index .page-title.wl-fixed {
		position: fixed;
		left: 0;
		top: 148px;
		width: 100%;
		background: #FFF;
		z-index: 1;
		box-shadow: 0 2px 4px 0 rgb(0,0,0,.4);
		padding-bottom: 30px;
		transition: all .3s ease;
	}
	.wishlist-index-index .page-title.wl-fixed h2 {
		display: none;
	}
	.wishlist-index-index .my-wishlist .page-title.wl-fixed .wishlist.action{
	    padding-right: 20px;
		padding-left: 20px;
		max-width: 1360px;
	    width: 100%;
	    margin-left: auto;
	    margin-right: auto;
	    float: none;
	}
	.wishlist-index-index .my-account table.table tr td .product-image {
		width: 140px;
	}
	.wishlist-index-index .my-account table.table tr td .product-image img {
		width: 100%;
		display: block;
	}
    .loginBoxTop .block-login.block-my-account .back-mn{
        display: none;
    }
}
@media only screen and (min-width: 1024px) {
	.wishlist-index-index .my-wishlist .page-title.wl-fixed .wishlist.action{
	    padding-right: 40px;
		padding-left: 40px;
	}
}
/*end SO-38267*/

#display-option-guide{
	position: relative;
	top: 2px;
	left: -10px;
}
#display-option-guide .opt-guide{
	color: #9B9B9B;
	font-size: 15px;
	cursor: pointer;
}
#display-option-guide .opt-guide:hover{
	color: #B2945A;
}
.collection-toolip{
	padding: 45px;
}
.collection-toolip h3{
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 20px;
}
.collection-toolip p{
	margin: 0 0 30px;
}

/*SO-41062*/
.product-view .product-options-bottom .price-box,
.product-view .add-to-box .price-box {
    width: 100%;
    margin-bottom: 20px;
}

.product-view .product-options-bottom .addtocart-message,
.product-view .add-to-box .addtocart-message {
    width: 100%;
}

.product-view .product-options-bottom .add-to-cart,
.product-view .add-to-box .add-to-cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.product-view .product-options-bottom .add-to-cart .btn.btn-primary,
.product-view .add-to-box .add-to-cart .btn.btn-primary {
    width: calc(100% - 132px) !important;
    margin-left: 10px;
    margin-bottom: 0;
}

.product-view .product-options-bottom .quantity-wrapper,
.product-view .add-to-box .quantity-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    min-width: 122px;
}

.product-view .product-options-bottom .quantity-wrapper label[for="qty"],
.product-view .add-to-box .quantity-wrapper label[for="qty"] {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    display: block;
    text-transform: none;
    margin: 0;
    margin-bottom: 10px;
    text-align: left;
}

.product-view .product-options-bottom .quantity-wrapper .quantity-inner,
.product-view .add-to-box .quantity-wrapper .quantity-inner {
    border-radius: 30px;
    border: 1px solid #9B9B9B;
    margin: 0 !important;
}

.quantity-wrapper {
    max-width: 122px;
    min-width: 122px !important;
}

.quantity-wrapper .btn-qty i {
    background: none;
    height: 40px;
    line-height: 40px;
}

.quantity-wrapper .btn-qty i:hover {
    background: none;
}

.quantity-wrapper input[id*="qty"] {
    background: none;
    width: 40px !important;
    height: 40px;
    line-height: 40px;
}

#shopping-cart-table .quantity-wrapper {
    border-radius: 30px;
    border: 1px solid #9B9B9B;
    margin: 0 !important;
}

@media only screen and (max-width: 767px) {
    #shopping-cart-table .quantity-wrapper {
        display: inline-block;
    }
}
.my-wishlist .quantity-wrapper {
    margin-bottom: 20px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.my-wishlist .quantity-wrapper label[for="qty"] {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    display: block;
    text-transform: none;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.my-wishlist .quantity-wrapper .quantity-inner {
    clear: both;
    border-radius: 30px;
    border: 1px solid #9B9B9B;
    margin: 0 !important;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
/* end SO-41062 */
/*SO-42730*/

.catalogsearch-result-index .category-products > .items .item.legacy-item.horizontal .product-image .product-img-pos .product-img,
.catalogsearch-result-index .category-products > .items .item.legacy-item.vertical .product-image .product-img-pos .product-img,
.catalogsearch-result-index .category-products > .items .item.legacy-item.panoramic .product-image .product-img-pos .product-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.catalogsearch-result-index .category-products > .items .item.legacy-item.horizontal .product-image .product-img-pos .product-img span,
.catalogsearch-result-index .category-products > .items .item.legacy-item.vertical .product-image .product-img-pos .product-img span,
.catalogsearch-result-index .category-products > .items .item.legacy-item.panoramic .product-image .product-img-pos .product-img span {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}

.catalogsearch-result-index .category-products > .items .item.legacy-item.horizontal .product-image .product-img-pos .product-img img,
.catalogsearch-result-index .category-products > .items .item.legacy-item.vertical .product-image .product-img-pos .product-img img,
.catalogsearch-result-index .category-products > .items .item.legacy-item.panoramic .product-image .product-img-pos .product-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: unset;
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.catalogsearch-result-index .category-products > .items .item.legacy-item.horizontal .product-image .product-img-pos .product-img .photo:before,
.catalogsearch-result-index .category-products > .items .item.legacy-item.vertical .product-image .product-img-pos .product-img .photo:before,
.catalogsearch-result-index .category-products > .items .item.legacy-item.panoramic .product-image .product-img-pos .product-img .photo:before {
    content: '';
    border: 2px solid #c5a15a;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.catalogsearch-result-index .category-products > .items .item.legacy-item.horizontal .product-image .product-img-pos .product-img .photo,
.catalogsearch-result-index .category-products > .items .item.legacy-item.panoramic .product-image .product-img-pos .product-img .photo {
    width: 100%;
}

.catalogsearch-result-index .category-products > .items .item.legacy-item.horizontal .product-image .product-img-pos .product-img .photo:after,
.catalogsearch-result-index .category-products > .items .item.legacy-item.panoramic .product-image .product-img-pos .product-img .photo:after {
    content: '';
    background: #c5a15a;
    background: -webkit-linear-gradient(left, #c5a15a 0%, #906d4f 100%);
    background: linear-gradient(90deg, #c5a15a 0%, #906d4f 100%);
    position: absolute;
    bottom: -16px;
    right: 10px;
    width: 120px;
    height: 16px;
    border-radius: 0 0 20px 20px;
    z-index: 1;
}

.catalogsearch-result-index .category-products > .items .item.legacy-item.vertical .product-image .product-img-pos .product-img .photo {
    width: initial;
    height: 100%;
}

.catalogsearch-result-index .category-products > .items .item.legacy-item.vertical .product-image .product-img-pos .product-img .photo:after {
    content: '';
    background: #c5a15a;
    background: -webkit-linear-gradient(bottom, #c5a15a 0%, #906d4f 100%);
    background: linear-gradient(0deg, #c5a15a 0%, #906d4f 100%);
    position: absolute;
    right: -16px;
    top: 10px;
    width: 16px;
    height: 120px;
    border-radius: 0 20px 20px 0;
    z-index: 1;
}

.collection__name {
    display: none;
}

.item.legacy-item .collection__name {
    display: block;
}

@media only screen and (max-width: 767px) {
    .catalogsearch-result-index .category-products > .items .item.legacy-item.horizontal .product-image .product-img-pos .product-img .photo:after,
    .catalogsearch-result-index .category-products > .items .item.legacy-item.panoramic .product-image .product-img-pos .product-img .photo:after {
        bottom: -10px;
        right: 6px;
        width: 80px;
        height: 10px;
        border-radius: 0 0 20px 20px;
    }
    .catalogsearch-result-index .category-products > .items .item.legacy-item.vertical .product-image .product-img-pos .product-img .photo:after {
        top: 6px;
        right: -10px;
        width: 10px;
        height: 80px;
        border-radius: 0 20px 20px 0;
    }
}

.outer-bg {
  background: rgba(0, 0, 0, 0.85);
}

.pop-up {
  height: 90vh;
  width: calc(100vw - 20px);
  max-width: 480px;
  max-height: 610px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .pop-up {
    max-width: 360px;
    max-height: 542px;
  }
}

.pop-up #close {
  z-index: 1;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  color: #fff;
  background: none !important;
}

.pop-up #close:before {
  content: "\e910";
  font-family: "mangelsen-icons";
  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;
}

.pop-up #close span {
  display: none;
}

.pop-up .pop-cont {
  padding: 0;
}

#email_wrap {
  text-align: center;
  position: relative;
  padding: 55px 23px;
  color: #fff;
  font-size: 13px;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  #email_wrap {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) {
  #email_wrap {
    padding: 63px 43px;
  }
}

#email_wrap a {
  text-decoration: underline;
  color: #fff;
}

#email_wrap a:hover {
  text-decoration: none;
}

#email_wrap .background_email {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

#email_wrap .background_email img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  height: -webkit-fill-available;
  width: 100%;
}

#email_wrap .logo {
  width: 130px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  background-image: url(https://www.mangelsen.com/skin/frontend/default/coccinelle/images/logo-mangensel-white.svg);
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  #email_wrap .logo {
    width: 150px;
    height: 35px;
    margin-bottom: 48px;
  }
}

#email_wrap h2 {
  font-family: "Noto Serif", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  background: none;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  #email_wrap h2 {
    font-size: 27px;
  }
}

#email_wrap .privacy {
  font-size: 10px;
}

@media only screen and (min-width: 768px) {
  #email_wrap .privacy {
    font-size: 12px;
  }
}

#email_wrap .newsletter_block {
  width: 100%;
  padding: 0;
  margin: 39px auto 30px;
}

#email_wrap .newsletter_block .form-subscribe-header {
  display: none !important;
}

#email_wrap .newsletter_block form .block-content .input-wrapper input[type="text"] {
  font-weight: 400;
}

#email_wrap.dark_theme {
  color: #000;
}

#email_wrap.dark_theme a {
  color: #000;
}

#email_wrap.dark_theme .logo {
  background-image: url(https://www.mangelsen.com/skin/frontend/default/coccinelle/images/logo-mangensel-black.svg);
}

#email_wrap.dark_theme h2 {
  color: #000;
}

.newsletter_block .popup .popup-inner {
  max-width: 300px;
}

.newsletter_block .popup .popup-inner .subscribe-title {
  font-size: 24px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-family: 'Noto Serif', serif;
  color: #B2945A;
}

.newsletter_block .popup .popup-inner .subcribre-mgs {
  font-weight: 500;
}

.newsletter_block .popup .popup-inner .popup-close {
  color: #000;
  font-size: 12px;
}

.newsletter_block .popup .popup-inner .popup-close:before {
  font-size: 12px;
}

.newsletter_block #privacy-policy-popup .popup-inner {
  max-width: 800px;
  width: 90vw;
  max-height: 90vh;
  padding: 0;
  text-align: left;
}

.newsletter_block #privacy-policy-popup .popup-inner .popup-content-inner {
  overflow-y: auto;
  max-height: 90vh;
  padding: 30px 20px 20px 20px;
}

.newsletter_block #privacy-policy-popup .popup-inner .content-wrapper {
  font-size: 14px;
}

.newsletter_block #privacy-policy-popup .popup-inner .content-wrapper ul {
  list-style: inherit;
  padding-left: 20px;
}

.newsletter_block #privacy-policy-popup .popup-inner .container {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 30px;
}

.newsletter_block #privacy-policy-popup .popup-inner .container .row {
  margin-left: 0;
  margin-right: 0;
}

.newsletter_block #privacy-policy-popup .popup-inner h3 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: .3px;
  margin-bottom: 1em;
}

.newsletter_block #privacy-policy-popup .popup-inner p {
  margin-bottom: 2em;
}

.newsletter_block #privacy-policy-popup .popup-inner a {
  color: #B2945A;
  font-weight: 600;
}

.newsletter_block #privacy-policy-popup .popup-close {
  position: fixed;
  top: 0;
  right: 15px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
}

@media only screen and (max-width: 767px) {
  .newsletter_block #privacy-policy-popup .popup-close {
    right: 0;
  }
}

.newsletter_block #privacy-policy-popup .popup-close:before {
  color: #000;
}

/*# sourceMappingURL=email-template.css.map */


