@charset "UTF-8";
/* Reset 
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.4;
  font-size: 14px;
  font-weight: 300;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  height: 1px;
  background-color: #dddddd;
  border: 0;
  margin-top: 40px;
}

.gui-blog-nav {
  top: auto;
  box-shadow: none;
  padding: 0 !important;
  z-index: 1000;
  width: 100%;
}

/* Basics
================================================== */
* {
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

.hide {
  display: none;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2125em;
  margin-top: -0.2em;
  margin-bottom: 0.2em;
}

h1 {
  font-size: 2.3125em;
}

h2 {
  font-size: 1.6875em;
}

h3 {
  font-size: 1.4375em;
}

h4 {
  font-size: 1.375em;
}

h5 {
  font-size: 1.375em;
}

h6 {
  font-size: 1.375em;
}

@media (max-width: 767px) {
  h1 {
    font-size: 1.6875em;
  }

  h2 {
    font-size: 1.475em;
  }

  h3 {
    font-size: 1.375em;
  }
}
p {
  margin: 10px 0 0 0;
}

img {
  margin: 0;
  max-width: 100%;
  height: auto;
}

em {
  font-style: italic;
}

strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

iframe {
  width: 100%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.items-center-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: right;
  text-align: right;
}

.items-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Links */
a {
  -moz-transition: color 0.3s ease, background-color 0.2s ease;
  -webkit-transition: color 0.3s ease, background-color 0.2s ease;
  transition: color 0.3s ease, background-color 0.2s ease;
  outline: 0;
}

a, a:visited {
  color: inherit;
  outline: 0;
  text-decoration: none;
  font-size: inherit;
  transition: all 1s ease 0s;
}

a:hover, a:focus {
  outline: 0;
  outline: none;
  text-decoration: none;
}

input:invalid {
  border: 0;
}

/* List */
ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ul ul, ul ol,
ol ol, ol ul {
  margin: 0.1em 0 0.1em 1em;
  font-size: 90%;
}

/* Input */
input[type=text],
input[type=password],
input[type=email],
textarea,
input[type=text],
input[type=password],
input[type=email],
textarea {
  -webkit-appearance: none;
  border-radius: 0px;
}

select {
  background-color: transparent;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5em;
  padding: 0.5em 0.5em;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 0;
  width: 100%;
  max-width: none;
  cursor: pointer;
}

select.classic {
  background: url("data:image/svg+xml;utf8,<svg height='25' viewBox='0 0 48 48' width='25' xmlns='http://www.w3.org/2000/svg'><path d='M14 20l10 10 10-10z' fill='red'/><path d='M0 0h48v48h-48z' fill='none'/></svg>") no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: 95%;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 4px 5px;
  border: 1px solid #dddddd;
  min-width: 180px;
}

select.classic:hover {
  background: url("data:image/svg+xml;utf8,<svg height='25' viewBox='0 0 48 48' width='25' xmlns='http://www.w3.org/2000/svg'><path d='M14 20l10 10 10-10z'/><path d='M0 0h48v48h-48z' fill='none'/></svg>") no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: 95%;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 4px 5px;
}

.price-filter {
  padding-bottom: 40px;
}

.price-filter-range {
  font-size: 12px;
}

#collection-filter-price {
  height: 8px;
  border: 1px solid #282828;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 3px 4px 8px 8px;
  position: relative;
}

#collection-filter-price .ui-slider-range {
  border: 1px solid #282828;
  margin: -1px 0 0 -1px;
  position: absolute;
  height: 8px;
}

#collection-filter-price .ui-slider-handle {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 0;
  top: -5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-left: -10px;
  cursor: col-resize;
  outline: none;
  background-color: #282828;
}

.price-filter-range .min {
  float: left;
}

.price-filter-range .max {
  float: right;
}

@media (max-width: 992px) {
  select {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  input[type=text],
input[type=password],
input[type=email] {
    padding: 10px;
    max-width: 100%;
  }
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
  border: 0;
}

textarea {
  min-height: 150px;
}

label,
legend,
label span {
  font-size: 12px;
}

input[type=checkbox] {
  display: inline;
}

/* Buttons */
button,
input[type=submit],
input[type=reset],
input[type=button] {
  display: inline-block;
  text-decoration: none;
  border: 0;
  font-size: 16px;
  cursor: pointer;
  line-height: 1.2;
  padding: 5px 12px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
  text-decoration: none;
}

button.full-width,
input[type=submit].full-width,
input[type=reset].full-width,
input[type=button].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button span,
input[type=submit] span,
input[type=reset] span,
input[type=button] span {
  font-family: "Catamaran", Helvetica, Arial, sans-serif;
}

span.sep {
  padding: 0 5px;
}

/* Bootstrap */
.row {
  padding-top: 30px;
}
.row.nospace {
  padding-top: 0;
}

.tabsPages .page.info ul,
.page-title .col-md-7 ul,
.page-title .col-md-12 ul {
  list-style: inherit;
  list-style-position: inside;
}

.tabsPages .page.info a,
.page-title .col-md-7 a,
.page-title .col-md-12 a {
  text-decoration: underline;
}

.gui-faq .gui-col2-right .gui-col2-right-col1 {
  width: 44%;
  float: left;
}
.gui-faq .gui-col2-right .gui-col2-right-col2 {
  width: 52%;
  float: right;
  margin-right: 0;
}
.gui-faq .gui-col2-right .gui-col2-right-col2 textarea {
  height: 300px;
}
.gui-faq textarea {
  height: 200px;
}
.gui-faq p {
  line-height: 150%;
  margin-bottom: 20px;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .gui-faq .gui-col2-right .gui-col2-right-col1 {
    width: 100%;
    float: none;
  }
  .gui-faq .gui-col2-right .gui-col2-right-col2 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
}
.border_top {
  background-color: #c3a891;
  height: 5px;
}

.btn {
  display: inline-block;
  padding: 5px 10px;
  background-color: #df2424;
  color: #fff;
  transition: all 1s ease 0s;
}
.btn:hover {
  background-color: #282828;
  color: #df2424;
}
.btn:visited {
  color: #fff;
}
.btn.brown {
  background-color: #c3a891;
}

.row.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.is-flex::before, .row.is-flex::after {
  display: none;
}

.row.is-flex > [class*=col-] {
  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;
}

.gui-table tbody tr:first-child td:first-child {
  width: 70px;
}

.gui-table tbody tr td:first-child .gui-image {
  border: 0 !important;
}

header .cart_link {
  text-align: right;
}
header .cart_link a {
  color: #282828;
  padding-left: 15px;
}
header .cart_link a:hover {
  color: #df2424;
}
header .cart_link a:hover svg {
  fill: #df2424;
}
header .cart_link a svg {
  fill: #282828;
  position: relative;
  top: 5px;
}
header .cart_link a span {
  display: inline-block;
  background-color: #df2424;
  color: #fff;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  border-radius: 50% !important;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  margin-right: 5px;
}
header .cart_link form {
  margin: 30px 0;
  border: 1px solid #dddddd;
  padding: 5px;
}
header .cart_link form input {
  padding: 5px 8px;
  float: left;
  width: 85%;
  border: 0;
}
header .cart_link form button {
  float: left;
  width: 15%;
  background-color: transparent;
}
header nav {
  margin-bottom: 20px;
  position: relative;
}
header nav ul {
  text-align: center;
}
header nav ul li {
  display: inline-block;
}
header nav ul li a {
  display: block;
  font-weight: 600;
  padding: 0 15px;
  color: #282828;
}
header nav ul li a.hover {
  color: #c3a891;
}
header nav ul li.active > a {
  color: #df2424;
}
header nav ul li .sub {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 150%;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #dddddd;
  transition: all 0.2s ease 0s;
  z-index: 1000;
  padding: 0;
  box-sizing: border-box;
}
header nav ul li .sub .one {
  float: left;
  width: 70%;
}
header nav ul li .sub .one .one_wrapper {
  width: 50%;
  min-height: 300px;
  float: right;
  background-color: #ccc;
  padding: 30px;
}
header nav ul li .sub .one .one_wrapper ul {
  text-align: left;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
header nav ul li .sub .one .one_wrapper ul li {
  display: block;
}
header nav ul li .sub .one .one_wrapper ul li a {
  padding: 4px 0;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 400;
}
header nav ul li .sub .one .one_wrapper ul li a:hover {
  color: #df2424;
}
header nav ul li .sub .one .one_wrapper ul li ul {
  margin: 5px 0 5px 15px;
}
header nav ul li .sub .one .one_wrapper ul li ul li {
  float: none;
  width: 100%;
}
header nav ul li .sub .one .one_wrapper.wide {
  width: 100%;
}
header nav ul li .sub .one .one_wrapper.wide ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
header nav ul li .sub .two {
  float: left;
  width: 30%;
}
header nav ul li .sub .two .banner_wrapper {
  width: 100%;
  padding: 30px;
  height: 300px;
}
header nav ul li .sub .two .banner_wrapper .banner {
  width: 100%;
  height: 100%;
  background-image: url(mega_banner_photo.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
header nav ul li .sub .two .banner_wrapper .banner .caption {
  display: inline-block;
  width: 60%;
}
header nav ul li .sub .two .banner_wrapper .banner .caption p {
  font-size: 22px;
  margin: 0 0 20px 0;
}
header nav ul li .sub .two .banner_wrapper .banner .caption a {
  display: inline-block;
  background-color: #c3a891;
  color: #fff;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
}
header nav ul li .sub .two .banner_wrapper .banner .caption a:hover {
  background-color: #df2424;
}
header nav ul li .sub.active {
  visibility: visible;
  opacity: 1;
  height: auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 10;
  position: absolute;
  display: block;
  line-height: 1;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
}

.slick-prev {
  left: 25px;
}

.slick-next {
  right: 25px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 64px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.headline .photo {
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.headline .slick-prev, .headline .slick-next {
  background-color: #282828;
  color: #fff;
  padding: 10px 6px;
  font-size: 2em;
  transition: all 1s ease 0s;
  top: 42%;
}
.headline .slick-prev:hover, .headline .slick-next:hover {
  background-color: #c3a891;
  color: #282828;
}
.headline .slick-prev {
  left: 0;
}
.headline .slick-prev .fa {
  position: relative;
  left: -1px;
}
.headline .slick-next {
  right: 0;
}
.headline .slick-next .fa {
  position: relative;
  right: -1px;
}

.seo {
  margin: 30px 0;
}
.seo h1 {
  font-size: 30px;
  font-weight: 400;
  color: #000;
}
.seo p {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 300;
}

.cat_banner {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.cat_banner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cat_banner a span {
  display: inline-block;
  width: 60%;
  font-size: 20px;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
}
.cat_banner a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.section_break {
  text-align: center;
}
.section_break h2 {
  display: inline-block;
  background-color: #fff;
  padding: 0 15px;
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.section_break hr {
  position: relative;
  top: -11px;
  margin-top: 0;
}
.section_break.insta h2 {
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
}
.section_break.insta hr {
  background-color: #c3a891;
  top: -18px;
}

.featured_prods {
  margin-top: 20px;
}

.product_wrapper {
  margin-bottom: 30px;
}
.product_wrapper .image-wrap {
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
.product_wrapper .image-wrap img {
  transition: all 1s ease 0s;
}
.product_wrapper .image-wrap a.title {
  display: block;
}
.product_wrapper .image-wrap .quick {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 104px;
  height: 30px;
  margin-top: -15px;
  margin-left: -52px;
  align-items: center;
  justify-content: center;
  display: flex;
  visible: hidden;
  opacity: 0;
  z-index: 10;
}
.product_wrapper .image-wrap .quick a {
  display: inline-block;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  padding: 6px 15px 4px;
}
.product_wrapper .image-wrap .quick a:hover {
  color: #df2424;
}
.product_wrapper .image-wrap .ribbon {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  display: inline-block;
  padding: 5px 10px;
  background-color: #282828;
  color: #fff;
  font-size: 13px;
}
.product_wrapper .image-wrap .ribbon span {
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #282828 transparent transparent;
}
.product_wrapper .image-wrap .ribbon.sale {
  background-color: #df2424;
}
.product_wrapper .image-wrap .ribbon.sale span {
  border-color: transparent #df2424 transparent transparent;
}
.product_wrapper .image-wrap:hover .quick {
  visible: visible;
  opacity: 1;
}
.product_wrapper:hover .image-wrap img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.product_wrapper:hover .links {
  visibility: visible;
  opacity: 1;
}
.product_wrapper .desc {
  font-size: 16px;
}
.product_wrapper .price {
  margin: 5px 0;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}
.product_wrapper .price .old-price {
  color: #df2424;
  text-decoration: line-through;
  padding-right: 6px;
}
.product_wrapper .reviews {
  margin: 5px;
}
.product_wrapper .reviews .glyphicon-star {
  color: #c3a891;
}
.product_wrapper .links {
  padding-top: 15px;
  visibility: hidden;
  opacity: 0;
}
.product_wrapper .links a.btn {
  padding-left: 25px;
  padding-right: 25px;
}
.product_wrapper .links a.normal {
  padding: 0 5px;
}
.product_wrapper .links a.normal:hover {
  color: #df2424;
}

.featured_slider .slick-prev, .featured_slider .slick-next, .brands .slick-prev, .brands .slick-next {
  background-color: #c3a891;
  color: #fff;
  padding: 10px 6px;
  font-size: 2em;
  top: 40%;
  transition: all 1s ease 0s;
}
.featured_slider .slick-prev:hover, .featured_slider .slick-next:hover, .brands .slick-prev:hover, .brands .slick-next:hover {
  background-color: #df2424;
  color: #282828;
}
.featured_slider .slick-prev, .brands .slick-prev {
  left: 15px;
}
.featured_slider .slick-prev .fa, .brands .slick-prev .fa {
  position: relative;
  left: -1px;
}
.featured_slider .slick-next, .brands .slick-next {
  right: 15px;
}
.featured_slider .slick-next .fa, .brands .slick-next .fa {
  position: relative;
  right: -1px;
}

.middle_banner {
  width: 100%;
  height: 280px;
  background-image: url(middle_banner_img.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.middle_banner .middle_banner_wrapper {
  height: 100%;
  background-color: rgba(87, 49, 28, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.middle_banner .middle_banner_wrapper .caption {
  display: inline-block;
  color: #fff;
}
.middle_banner .middle_banner_wrapper .caption .first .lines {
  float: left;
  width: 180px;
  padding-top: 15px;
}
.middle_banner .middle_banner_wrapper .caption .first .lines span {
  display: block;
  height: 1px;
  background-color: #fff;
  margin: 2px 0;
  float: left;
}
.middle_banner .middle_banner_wrapper .caption .first .lines span.one {
  width: 60%;
}
.middle_banner .middle_banner_wrapper .caption .first .lines span.two {
  width: 80%;
}
.middle_banner .middle_banner_wrapper .caption .first .lines span.three {
  width: 100%;
}
.middle_banner .middle_banner_wrapper .caption .first .lines.cright span {
  float: right;
}
.middle_banner .middle_banner_wrapper .caption .first h2 {
  display: inline-block;
  float: left;
  padding: 0 10px;
  font-size: 36px;
  font-weight: 600;
  margin: 0;
}
.middle_banner .middle_banner_wrapper .caption .second {
  text-align: center;
}
.middle_banner .middle_banner_wrapper .caption .second p {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 5px;
}
.middle_banner .middle_banner_wrapper .caption .second .lines {
  float: left;
  width: 250px;
  padding-top: 3px;
}
.middle_banner .middle_banner_wrapper .caption .second .lines span {
  display: block;
  height: 1px;
  background-color: #fff;
  margin: 2px 0;
  float: left;
}
.middle_banner .middle_banner_wrapper .caption .second .lines span.one {
  width: 80%;
}
.middle_banner .middle_banner_wrapper .caption .second .lines span.two {
  width: 100%;
}
.middle_banner .middle_banner_wrapper .caption .second .lines.cright span {
  float: right;
}
.middle_banner .middle_banner_wrapper .caption .second .dots {
  float: left;
  padding: 0 5px;
}
.middle_banner .middle_banner_wrapper .caption .second .dots .fa {
  font-size: 0.7em;
}
.middle_banner .middle_banner_wrapper .caption .second .dots .fa.red {
  color: #df2424;
}

.sep {
  padding: 0 10px;
}

#instafeed {
  margin: 30px 0;
}
#instafeed .img {
  height: 250px;
  margin-bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
#instafeed .img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 0 20px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#instafeed .img a span {
  color: #fff;
  visibility: hidden;
  opacity: 0;
  font-size: 13px;
  line-height: 1.3;
  padding: 0 10px;
}
#instafeed .img a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
#instafeed .img a:hover span {
  visibility: visible;
  opacity: 1;
}

.brands a {
  display: block;
  height: 100%;
  position: relative;
}
.brands a span {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: 1;
  /* border-right: 1px solid $gray; */
}
.brands a img {
  margin: auto;
}

.gui-progressbar {
  border: 0 !important;
}

footer {
  border-top: 1px solid #c3a891;
  border-bottom: 1px solid #c3a891;
  padding: 20px 20px 50px 20px;
  margin-top: 20px;
  position: relative;
}
footer h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
footer a:hover {
  color: #df2424;
}
footer .co_info .fa {
  display: inline-block;
  width: 20px;
}
footer .co_info .fa.fa-map-marker {
  position: relative;
  top: 6px;
  vertical-align: top;
}
footer .co_info a {
  display: inline-block;
}
footer ul li {
  display: block;
  margin: 10px 0;
}
footer form {
  margin: 10px 0 40px;
  width: 100%;
}
footer form input {
  float: left;
  width: 67%;
  padding: 5px 10px;
  margin-top: 2px;
  height: 40px;
  border: 1px solid #c3a891 !important;
}
footer form button {
  float: left;
  width: 33%;
  background-color: #df2424;
  border: 0;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  height: 40px;
  font-size: 13px;
  position: relative;
  top: 2px;
}
footer form button:hover {
  background-color: #c3a891;
  color: #df2424;
}
footer .social-media a {
  display: inline-block;
  margin: 5px 5px 5px 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding-top: 2px;
  background-color: #c3a891;
  color: #fff;
}
footer .social-media a .fa {
  font-size: 1.5em;
}
footer .social-media a:hover {
  background-color: #282828;
}
footer .back_to_top {
  position: absolute;
  top: 0;
  right: -55px;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all 1s ease 0s;
  background-color: #c3a891;
  z-index: 100;
}
footer .back_to_top:hover {
  background-color: #282828;
  color: #fff;
}

.copyright {
  margin-bottom: 10px;
  font-size: 12px;
}

.mode a {
  color: #dddddd;
  font-size: 1.3em;
}
.mode a.active {
  color: #df2424;
}

.sidebar .wrapper {
  background-color: #f7f7f7;
}
.sidebar .wrapper h2 {
  padding: 10px 0;
  font-size: 400;
}
.sidebar .wrapper h2 .fa {
  font-size: 0.8em;
}
.sidebar .wrapper h2 .fa.up {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sidebar .wrapper ul.fold li ul {
  display: none;
}
.sidebar .wrapper ul li {
  position: relative;
}
.sidebar .wrapper ul li a.link {
  font-size: 17px;
  display: block;
  margin: 9px 0;
}
.sidebar .wrapper ul li a.link:hover {
  color: #000;
}
.sidebar .wrapper ul li a.arrow {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
}
.sidebar .wrapper ul li a.arrow .fa.up {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sidebar .wrapper ul li ul {
  margin: 7px 0 7px 25px;
}
.sidebar .wrapper ul li ul.fold {
  display: none;
}
.sidebar .wrapper ul li ul li a {
  font-size: 16px;
}
.sidebar .wrapper ul li.active > a {
  color: #df2424;
}
.sidebar .wrapper .filter_box {
  border-top: 1px solid #e6e5e5;
  padding: 30px;
}
.sidebar .wrapper .filter_box .filter_input {
  margin-bottom: 2px;
}
.sidebar .wrapper .filter_box label {
  font-size: 15px;
  font-weight: 300;
  padding-left: 3px;
}
.sidebar .wrapper .filter_box input {
  position: relative;
  top: 1px;
}
.sidebar .wrapper .filter_box.no_border {
  border-top: 0;
}
.sidebar .side_banner {
  margin-top: 30px;
  position: relative;
  width: 100%;
  height: 410px;
  background-image: url(sidebar_banner.jpg?20191209223015);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 20px;
  box-sizing: border-box;
}
.sidebar .side_banner .caption {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
}
.sidebar .side_banner .link {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  text-align: center;
}
.sidebar .side_banner .link a.btn {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
}

#filter_form .filter_box {
  border-top: 1px solid #e6e5e5;
  padding: 30px;
}
#filter_form .filter_box .filter_input {
  margin-bottom: 2px;
}
#filter_form .filter_box label {
  font-size: 15px;
  font-weight: 300;
  padding-left: 3px;
}
#filter_form .filter_box input {
  position: relative;
  top: 1px;
}
#filter_form .filter_box.no_border {
  border-top: 0;
}

.pages {
  text-align: right;
  display: inline;
  padding-right: 10px;
}
.pages li {
  display: inline;
}
.pages li a {
  display: inline-block;
  border: 1px solid #c3a891;
  color: #000;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 1px;
  font-size: 15px;
}
.pages li a .fa-angle-left {
  position: relative;
  top: -1px;
}
.pages li a .fa-angle-right {
  position: relative;
  top: -1px;
  right: -1px;
}
.pages li a:hover {
  color: #df2424;
}
.pages li.active > a {
  background-color: #c3a891;
  color: #fff;
}
.pages li.disabled {
  display: none;
}

.list_prod .image-wrap {
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
.list_prod .image-wrap img {
  transition: all 1s ease 0s;
}
.list_prod .image-wrap .ribbon {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  display: inline-block;
  padding: 5px 10px;
  background-color: #282828;
  color: #fff;
  font-size: 13px;
}
.list_prod .image-wrap .ribbon span {
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #282828 transparent transparent;
}
.list_prod .image-wrap .ribbon.sale {
  background-color: #df2424;
}
.list_prod .image-wrap .ribbon.sale span {
  border-color: transparent #df2424 transparent transparent;
}
.list_prod:hover .image-wrap img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.list_prod .desc {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.list_prod .price {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 15px;
}
.list_prod .price .old-price {
  color: #df2424;
  text-decoration: line-through;
  padding-right: 6px;
}
.list_prod .reviews {
  margin: 10px;
}
.list_prod .reviews .glyphicon-star {
  color: #c3a891;
}
.list_prod .long_desc {
  font-size: 16px;
  margin: 10px 0;
}
.list_prod .links {
  padding-top: 15px;
}
.list_prod .links a.btn {
  padding-left: 25px;
  padding-right: 25px;
}
.list_prod .links a.normal {
  padding: 0 5px;
}
.list_prod .links a.normal:hover {
  color: #df2424;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

.remodal {
  width: 98%;
  max-width: 800px;
}
.remodal .remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  background-color: #c3a891;
  color: #fff;
}
.remodal .remodal-close:hover {
  background-color: #282828;
  color: #fff;
}
.remodal .price {
  font-size: 28px;
  font-weight: 400;
  color: #df2424;
}
.remodal .price .old-price {
  color: #888;
  text-decoration: line-through;
  padding-right: 8px;
}
.remodal .qty {
  margin: 30px 0;
}
.remodal .qty .change {
  margin-top: 10px;
  border: 1px solid #c3a891;
  padding: 10px 7px;
  width: 80px;
  text-align: center;
}
.remodal .qty .change a {
  font-size: 20px;
}
.remodal .qty .change a.down {
  font-size: 26px;
}
.remodal .qty .change input {
  border: 0;
  width: 30px;
  font-size: 18px;
  text-align: center;
}
.remodal .qty a.btn {
  margin: 20px 0;
  font-size: 16px;
  padding: 15px 30px;
  text-transform: uppercase;
}
.remodal .qty a.normal {
  display: block;
  margin-top: 10px;
  font-size: 13px;
}
.remodal .qty a.normal:hover {
  color: #df2424;
}

.collection_wrapper {
  border: 2px solid #000;
  background-color: #f7f7f7;
  padding: 50px 0;
  transition: all 1s ease 0s;
}
.collection_wrapper:hover {
  background-color: #282828;
  color: #fff;
}
.collection_wrapper h1 {
  margin: 0;
  padding: 0;
  letter-spacing: 6px;
}

.catalog h1 {
  font-size: 15px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.category a {
  display: block;
  border: 3px solid #c3a891;
  margin-bottom: 30px;
  position: relative;
  font-size: 15px;
  text-align: center;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.category a .amount {
  position: absolute;
  bottom: 1px;
  right: 1px;
  transition: all 1s ease 0s;
  background-color: #282828;
  color: #fff;
  padding: 5px 7px;
}
.category a .cat_name {
  width: 100%;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -50%;
  font-weight: 600;
}
.category a:hover {
  background-color: #c3a891;
}
.category a:hover .amount {
  background-color: #df2424;
}

.gui {
  margin-top: 50px;
}
.gui a.gui-button-small, .gui a.gui-button-large {
  color: #fff !important;
  font-size: 14px;
  text-transform: uppercase;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: #df2424 !important;
}
.gui a.gui-button-small:hover, .gui a.gui-button-large:hover {
  background-color: #c3a891 !important;
  color: #df2424 !important;
}
.gui a.gui-button-small {
  padding: 7px 20px !important;
}

/*


   Magic Zoom Plus v5.1.11 
   Copyright 2016 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magiczoomplus/
   License agreement: https://www.magictoolbox.com/license/


*/
/**
 * Core styles
 */
@font-face {
  font-family: "magictoolbox-thin";
  font-weight: normal;
  font-style: normal;
  src: url("magictoolbox-thin.eot?#iefix") format("embedded-opentype"), url("data:font/opentype;base64,AAEAAAANAIAAAwBQRkZUTXJLSEgAAAdAAAAAHEdERUYAKQAPAAAHIAAAAB5PUy8yAlYL4QAAAVgAAABWY21hcEAYY70AAAHUAAABSmdhc3D//wADAAAHGAAAAAhnbHlmMMVOJwAAAzQAAAGIaGVhZAmWUYMAAADcAAAANmhoZWEP9QamAAABFAAAACRobXR4L0EAQAAAAbAAAAAkbG9jYQGGAgAAAAMgAAAAFG1heHAAUAAcAAABOAAAACBuYW1l6MPgdAAABLwAAAH1cG9zdLaTuyIAAAa0AAAAZAABAAAAAQAAEWdxz18PPPUACwgAAAAAANDtg/MAAAAA0O2D8wAA/gIInAaeAAAACAACAAAAAAAAAAEAAAae/gIAuAibAAD//wicAAEAAAAAAAAAAAAAAAAAAAAJAAEAAAAJABkABQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQZeAZAABQAIBTMFmQAAAR4FMwWZAAAD1wBmAhIAAAAABQAAAAAAAAAAAAAAAAAAAAACAAAAAAAAUGZFZABAoAGgBgZm/mYAuAaeAf4AAAABAAAAAAAABAAAAAAAAAACqgAACJsAAAOlAAADpQAACJsAAAibAAAHfABAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAACgBv//AAAAAKAB//8AAGACAAEAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqACoAKgBMAGAAdACIAJwAxAAFAAAAAAQABZoAAgAFAAgACwAPAAATEQkBIQE3AREJASEDESERZgFd/uECuP6kPQFd/mYBXP1IpAQABNf77AIK/ZkCC1z99gQU/lICCvrNBZr6ZgABAAD+AgicBp4ACwAACQEHCQEnCQE3CQEXBHEEKyP71fvVIwQr+9UjBCsEKyMCUPvVIwQr+9UjBCsEKyP71QQrIwAAAAEAAP4CA6YGngAFAAARARcJAQcDixv8iQN1GwJQBE4X+8n7yRcAAAABAAD+AgOmBp4ABQAACQEnCQE3A6b8dxsDd/yHGwJQ+7IXBDcENxcAAQAAADcInAPdAAUAACUBNwkBFwRO+7IXBDcENxc3A4oa/IkDeRoAAAEAAAA3CJwD3QAFAAAJAQcJAScETgROF/vJ+8kXA938dxsDd/yHGwACAEAAQAHAAcAADQAYAAAlBycGIyImNDYyFhUUDwEWMzI2NCYiBhUUAcAXcSk3P1lZflkh1yc5OFBQcFBXF3EhWX5ZWT82KQInUHBQUDg5AAAADACWAAEAAAAAAAEAEQAkAAEAAAAAAAIABABAAAEAAAAAAAMALQChAAEAAAAAAAQAEQDzAAEAAAAAAAUACwEdAAEAAAAAAAYAEQFNAAMAAQQJAAEAIgAAAAMAAQQJAAIACAA2AAMAAQQJAAMAWgBFAAMAAQQJAAQAIgDPAAMAAQQJAAUAFgEFAAMAAQQJAAYAIgEpAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAFQAaABpAG4AAFRoaW4AAEYAbwBuAHQARgBvAHIAZwBlACAAMgAuADAAIAA6ACAATQBhAGcAaQBjAFQAbwBvAGwAYgBvAHgALQBUAGgAaQBuACAAOgAgADIANwAtADEALQAyADAAMQA1AABGb250Rm9yZ2UgMi4wIDogTWFnaWNUb29sYm94LVRoaW4gOiAyNy0xLTIwMTUAAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAFYAZQByAHMAaQBvAG4AIAAxAC4AMAAAVmVyc2lvbiAxLjAAAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAAAAAAIAAAAAAAD/mgBmAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAEAAgECAQMBBAEFAQYBBwd1bmlBMDAxB3VuaUEwMDIHdW5pQTAwMwd1bmlBMDA0B3VuaUEwMDUHdW5pQTAwNgAAAAH//wACAAEAAAAMAAAAFgAAAAIAAQADAAgAAQAEAAAAAgAAAAAAAAABAAAAANBwQGEAAAAA0O2D8wAAAADQ7YPz");
}
.MagicZoom,
.mz-figure,
.mz-lens,
.mz-zoom-window,
.mz-loading,
.mz-hint,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage,
.mz-expand .mz-image-stage > figure .mz-caption,
.mz-thumb img,
.mz-expand-thumbnails,
.mz-expand-controls,
.mz-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.MagicZoom,
.mz-figure {
  display: inline-block;
  outline: 0 !important;
  font-size: 0 !important;
  line-height: 100% !important;
  direction: ltr !important;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.MagicZoom {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

figure.mz-figure {
  overflow: hidden;
  margin: 0 !important;
  -webkit-perspective: 300px;
  perspective: 300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.MagicZoom img,
.mz-figure img {
  border: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  padding: 0 !important;
}

.MagicZoom > img,
.mz-figure > img {
  width: 100%;
  height: auto;
}

.ie8-magic .MagicZoom > img,
.ie8-magic .mz-figure > img {
  width: 100%;
  max-width: none !important;
}

.mz-figure.mz-no-zoom.mz-no-expand,
.mz-expand .mz-figure.mz-no-zoom {
  cursor: default !important;
}

.mz-figure.mz-active,
.mz-expand {
  -ms-touch-action: none;
  touch-action: none;
}

.mz-lens,
.mz-zoom-window {
  position: absolute !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.mz-lens img,
.mz-zoom-window img {
  position: absolute !important;
  max-width: none !important;
  max-height: none !important;
}

.mz-lens img {
  -webkit-transition: none !important;
  transition: none !important;
}

.mz-zoom-window {
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mz-zoom-window.mz-magnifier {
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  -webkit-mask-clip: content;
  cursor: none;
}

.mz-figure.mz-active .mz-zoom-window.mz-magnifier {
  pointer-events: auto !important;
  cursor: inherit !important;
}

.mz-zoom-window.mz-magnifier.mz-expanded {
  z-index: 2147483647;
}

.mz-zoom-window img {
  width: auto;
  height: auto;
  left: -1000%;
  right: -1000%;
  top: -1000%;
  bottom: -1000%;
  margin: auto !important;
  -webkit-transition: none;
  transition: none;
  -webkit-transform-origin: 50% 50% !important;
  -ms-transform-origin: 50% 50% !important;
  transform-origin: 50% 50% !important;
}

.mz-zoom-window.mz-preview img {
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.lt-ie9-magic .mz-zoom-window img {
  margin: 0 !important;
}

.mz-expand-controls {
  z-index: 2147483647;
}

.mz-fade {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.mz-hidden {
  opacity: 0;
}

.mz-visible {
  opacity: 1;
}

.mobile-magic .mz-expand .mz-expand-bg {
  -webkit-transform-style: flat !important;
  transform-style: flat !important;
}

.mobile-magic .mz-expand .mz-image-stage > figure .mz-caption {
  display: none !important;
}

.mobile-magic .mz-expand-controls.mz-fade {
  transition: none !important;
}

.mobile-magic .mz-expand > .mz-zoom-window {
  top: 0 !important;
  left: 0 !important;
}

.mz-expanded-view-open,
.mz-expanded-view-open body {
  overflow: hidden !important;
}

.mz-expanded-view-open body {
  height: auto !important;
}

/**
 * Main figure
 */
.mz-figure.mz-active {
  background: #fff;
}

.mz-figure.mz-no-zoom,
.mz-figure.mz-click-zoom,
.mz-figure.mz-active {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mz-figure.mz-active.mz-no-expand {
  cursor: crosshair;
}

.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
  cursor: crosshair;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
  cursor: none;
}

.mz-figure.mz-magnifier-zoom.mz-active {
  overflow: visible !important;
}

.mz-figure.mz-active > img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/><feComponentTransfer><feFuncA type='linear' slope='0.6'/></feComponentTransfer></filter></svg>#grayscale");
  -webkit-filter: grayscale(80%) opacity(60%);
  filter: grayscale(80%) opacity(60%);
}

.no-cssfilters-magic .mz-figure.mz-active > img {
  opacity: 0.6;
}

.lt-ie10-magic .mz-figure.mz-active > img {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6);
}

.mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > img {
  opacity: 0;
}

.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > .mz-zoom-window {
  opacity: 1;
}

.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
  filter: alpha(opacity=0);
}

.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
  background: transparent;
}

/**
 * Zoom lens
 */
.mz-lens {
  border: 1px solid #aaa;
  border-color: rgba(170, 170, 170, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  cursor: none;
  width: 100px !important;
  height: 100px !important;
  z-index: 10;
  opacity: 0;
}

.mz-figure.mz-active .mz-lens {
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.1s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.1s;
}

.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
  border-radius: 50%;
  opacity: 0;
  cursor: none;
}

/**
 * Zoom window
 */
.mz-zoom-window {
  background: #fff;
  border: 1px solid #c0c0c0;
  padding: 5px;
}

.mz-zoom-window.mz-magnifier {
  border-radius: 100%;
  border: 0;
  background: rgba(255, 255, 255, 0.3);
}

.mz-zoom-window.mz-magnifier:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 100%;
  border: 1px solid rgba(170, 170, 170, 0.7);
  box-shadow: inset 0 0 20px 1px rgba(0, 0, 0, 0.3);
  background: transparent;
  z-index: 1;
}

.mz-zoom-window.mz-magnifier.mz-square,
.mz-zoom-window.mz-magnifier.mz-square:before {
  border-radius: 0 !important;
}

.lt-ie9-magic .mz-zoom-window {
  border: 1px solid #e5e5e5;
}

.mz-zoom-window.mz-inner {
  border: none;
  box-shadow: none;
}

/* Caption in zoom window */
.mz-zoom-window .mz-caption {
  background: #777;
  color: #fff;
  font-size: 10pt;
  opacity: 0.8;
  position: absolute;
  top: 0;
  z-index: 150;
  padding: 3px;
  width: 100%;
  line-height: normal !important;
  text-align: center !important;
}

.lt-ie9-magic .mz-zoom-window .mz-caption {
  filter: alpha(opacity=80);
}

.mz-zoom-window.caption-bottom .mz-caption {
  top: auto;
  bottom: 0;
}

.mz-zoom-window.mz-expanded > .mz-caption {
  display: none;
}

/* Zoom window animations */
.mz-zoom-window.mz-deactivating,
.mz-zoom-window.mz-activating {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.mz-zoom-window.mz-deactivating {
  -webkit-transition-duration: 0.25s, 0.25s, 0.25s;
  transition-duration: 0.25s, 0.25s, 0.25s;
}

.mz-zoom-window.mz-p-right,
.mz-zoom-window.mz-p-left,
.mz-zoom-window.mz-p-top,
.mz-zoom-window.mz-p-bottom {
  opacity: 0;
  z-index: -100;
}

.mz-zoom-window.mz-p-right {
  -webkit-transform: translate3d(-20%, 0, 0);
  transform: translate3d(-20%, 0, 0);
}

.mz-zoom-window.mz-p-left {
  -webkit-transform: translate3d(20%, 0, 0);
  transform: translate3d(20%, 0, 0);
}

.mz-zoom-window.mz-p-top {
  -webkit-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
}

.mz-zoom-window.mz-p-bottom {
  -webkit-transform: translate3d(0, -20%, 0);
  transform: translate3d(0, -20%, 0);
}

/* Inner mode animation */
.mz-zoom-window > img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mz-zoom-window.mz-p-inner.mz-deactivating > img,
.mz-zoom-window.mz-p-inner.mz-activating > img {
  -webkit-transition: -webkit-transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

/* Magnifier mode animation */
.mz-zoom-window.mz-p-magnifier {
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}

/* Preview mode animation */
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-preview.mz-activating,
.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-custom.mz-activating {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-custom.mz-deactivating {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.mz-zoom-window.mz-p-preview,
.mz-zoom-window.mz-p-custom {
  opacity: 0;
}

/**
 * Hint & Loading
 */
.mz-hint,
.mz-loading {
  color: #eee;
  background: rgba(49, 51, 61, 0.7);
  font: normal 12px/1.2em "Lucida Grande", "Lucida Sans Unicode", Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  direction: ltr;
  display: inline-block;
  margin: 0;
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.mz-hint {
  bottom: 8px;
  left: 0;
  right: 0;
  padding: 0 10%;
  background-color: transparent;
  -webkit-transition: opacity 0.25s ease, z-index 0.25s ease;
  transition: opacity 0.25s ease, z-index 0.25s ease;
}

.mz-hint-message {
  display: inline-block;
  background: rgba(49, 51, 61, 0.7);
  border-radius: 2em;
  padding: 0.7em 1.1em;
}

.mz-hint-message:before {
  content: "⊕";
  font-family: serif;
  font-size: 1.5em;
  speak: none;
  text-align: center;
  vertical-align: -2px;
  margin-right: 6px;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.mobile-magic .mz-hint-message:before {
  display: none;
}

.mz-hint-hidden {
  opacity: 0;
  z-index: -1;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

/* Hint in the expanded view on mobile */
.mz-expand .mz-hint {
  font-size: 18px;
  line-height: 1.1em;
  top: 50%;
  bottom: auto;
  margin: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.mz-expand .mz-hint-message {
  padding: 1.1em;
}

.mz-expand .mz-hint-message:before {
  display: none;
}

.mz-expand .mz-hint-hidden {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 0;
}

/* Loading indicator */
.mz-loading {
  font-size: 0;
  border-radius: 100%;
  opacity: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mz-loading:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  text-indent: -9999em;
  border-radius: 50%;
  border: 2px solid white;
  border-top-color: transparent;
  box-sizing: border-box;
}

.mz-loading.shown {
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}

.mz-loading.shown:after {
  -webkit-animation: spin-loading 0.9s infinite linear;
  animation: spin-loading 0.9s infinite linear;
}

@-webkit-keyframes spin-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lt-ie10-magic .mz-loading {
  font-size: 12px;
  padding: 0.7em 1.1em;
  width: auto;
  height: auto;
}

.lt-ie10-magic .mz-loading:after {
  content: "Loading...";
  text-indent: 0;
  border: none;
  position: relative;
}

.lt-ie9-magic .mz-loading {
  filter: alpha(opacity=0);
  right: 0;
  left: 0;
  width: 126px;
  margin: auto;
}

.lt-ie9-magic .mz-hint-message,
.lt-ie9-magic .mz-loading.shown {
  background: transparent !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#7c31333D", EndColorStr="#7c31333D");
}

.lt-ie9-magic .mz-hint-hidden {
  filter: alpha(opacity=0);
}

/**
 * Expanded view
 */
.mz-expand,
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg {
  width: auto !important;
  height: auto !important;
}

.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > svg {
  min-width: 100% !important;
  min-height: 100% !important;
}

.mz-expand {
  background-color: black;
  text-align: center;
  vertical-align: middle;
  display: block;
  overflow: hidden;
  z-index: 2100000000;
  position: fixed;
  width: auto;
  height: auto;
  -webkit-perspective: 600px;
  perspective: 600px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-overflow-style: none;
}

/* Expanded view background */
.mz-expand .mz-expand-bg {
  display: inline-block;
  vertical-align: middle;
  margin: auto;
  z-index: -100;
  max-width: none !important;
  max-height: none !important;
  -webkit-transform: translate3d(0, 0, 0) scale(10) rotate(0.01deg);
  -ms-transform: translate(0, 0) scale(10, 10) rotate(0.01deg);
  transform: translate3d(0, 0, 0) scale(10) rotate(0.01deg);
  -webkit-perspective: 600px;
  perspective: 600px;
  background-repeat: no-repeat;
  background-size: cover;
}

.mz-expand .mz-expand-bg > img {
  margin: auto;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='80' in='SourceGraphic'></feGaussianBlur></filter></svg>#blur");
  -webkit-filter: blur(20px) brightness(60%);
  filter: blur(20px) brightness(60%);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mz-expand .mz-expand-bg > svg {
  margin: auto;
  opacity: 0.6;
}

[data-magic-ua=edge] .mz-expand .mz-expand-bg,
.lt-ie10-magic .mz-expand .mz-expand-bg {
  display: none !important;
}

.lt-ie9-magic .mz-expand {
  background: #1f1f1f;
}

[data-magic-ua=edge] .mz-expand {
  background-color: rgba(31, 31, 31, 0.96);
}

/** Plain backgrounds: dark-bg, white-bg **/
.mz-expand.plain-bg .mz-expand-bg,
.mz-expand.dark-bg .mz-expand-bg,
.mz-expand.white-bg .mz-expand-bg {
  display: none !important;
}

.mz-expand.dark-bg {
  background-color: #1f1f1f;
  background-color: rgba(31, 31, 31, 0.96);
}

.mz-expand.white-bg {
  background-color: #fff;
}

/* Expanded view stage */
.mz-expand .mz-expand-stage {
  z-index: 2100000000;
  padding: 0;
}

.mz-expand .mz-expand-stage .mz-image-stage {
  z-index: 50;
  left: 120px;
  right: 120px;
  padding: 20px 0 40px 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  -webkit-perspective: 600px;
  perspective: 600px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
  padding-bottom: 120px;
}

.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
  padding: 0 !important;
  left: 0;
  right: 0;
}

.mz-expand .mz-image-stage > figure:before,
.mz-expand .mz-image-stage:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  font-size: 0;
  line-height: 100%;
  width: 0;
}

.mz-expand .mz-image-stage > figure {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 100%;
  position: relative;
}

.mz-expand .mz-figure {
  overflow: visible;
  max-width: 100% !important;
}

.mz-expand .mz-figure > img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.mz-expand .mz-zoom-in .mz-image-stage > figure,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
  width: 100%;
  height: 100%;
}

.mz-expand .mz-figure {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mz-expand .mz-figure.mz-active {
  cursor: crosshair;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

/* When inner zoom is always shown */
.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {
  z-index: 1;
  position: absolute !important;
  top: -5000px !important;
  bottom: -5000px !important;
  left: -5000px !important;
  right: -5000px !important;
  margin: auto !important;
}

.lt-ie10-magic .mz-zoom-window.mz-expanded img {
  filter: alpha(opacity=100);
}

.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
  overflow: hidden;
  filter: alpha(opacity=100);
}

/* Caption in expanded view */
.mz-expand .mz-caption {
  color: #fff;
  text-shadow: 0px 0px 46px #000;
  padding: 10px 4px;
  font: normal 10pt/1em "Lucida Grande", "Lucida Sans Unicode", Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
}

.mz-expand .mz-caption.mz-show {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  opacity: 1;
}

.mz-expand .mz-caption a {
  color: inherit;
  cursor: pointer;
}

.mz-expand.white-bg .mz-caption {
  color: #555;
  text-shadow: none;
}

.lt-ie9-magic .mz-expand .mz-caption {
  top: 100%;
}

.mz-expand .mz-zoom-window {
  box-shadow: none;
  background: transparent;
}

.lt-ie9-magic .mz-expand .mz-zoom-window {
  border: 0;
}

/* Expanded view on mobile */
.mobile-magic .mz-expand-stage .mz-expand-thumbnails,
.mobile-magic .mz-expand-stage .mz-image-stage {
  left: 0px;
  right: 0px;
}

.mobile-magic .mz-expand .mz-expand-stage.with-thumbs {
  bottom: 0px;
}

.mobile-magic .mz-expand-stage .mz-image-stage {
  padding: 0;
}

.mobile-magic .mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
  padding: 5px 0 60px;
}

.mobile-magic .mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
  padding-top: 0;
}

.mobile-magic .mz-expand .mz-expand-thumbnails {
  padding: 0;
  height: 60px;
}

/**
 * Buttons & Arrows
 */
.mz-expand-controls,
button.mz-button {
  margin: 0 !important;
  padding: 0 !important;
  outline: 0 !important;
}

button.mz-button {
  color: #b4b4b4 !important;
  font: 900 34px/1 "magictoolbox-thin" !important;
  cursor: pointer;
  z-index: 90 !important;
  background-color: transparent !important;
  border: 1px solid rgba(180, 180, 180, 0) !important;
  border-radius: 100% !important;
  box-shadow: none !important;
  position: absolute !important;
  text-transform: none !important;
  text-align: center;
  speak: none;
  -webkit-font-smoothing: antialiased;
  width: 60px !important;
  height: 60px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
}

button.mz-button:before {
  display: inline;
  position: static;
  color: inherit !important;
  font: inherit !important;
  -webkit-font-smoothing: inherit !important;
}

button.mz-button.mz-button-prev,
button.mz-button.mz-button-next {
  margin: auto 10px !important;
  top: 0 !important;
  bottom: 0 !important;
  overflow: hidden !important;
}

button.mz-button.mz-button-prev {
  left: 0 !important;
}

button.mz-button.mz-button-next {
  right: 0 !important;
}

button.mz-button.mz-button-close {
  font-size: 26px !important;
  margin: 10px !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 95 !important;
}

:root:not(.mobile-magic) button.mz-button {
  color: rgba(180, 180, 180, 0.75) !important;
  -webkit-transform: scale(0.85) !important;
  transform: scale(0.85) !important;
  -webkit-transition: color 0.25s, border-color 0.25s, -webkit-transform 0.25s !important;
  transition: color 0.25s, border-color 0.25s, transform 0.25s !important;
}

:root:not(.mobile-magic) button.mz-button:hover {
  color: #b4b4b4 !important;
  border-color: rgba(180, 180, 180, 0.6) !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.mobile-magic button.mz-button {
  -webkit-transition: -webkit-transform 0.1s !important;
  transition: transform 0.1s !important;
}

.mobile-magic button.mz-button:active {
  border-color: rgba(180, 180, 180, 0.6) !important;
  -webkit-transform: scale(0.95) !important;
  transform: scale(0.95) !important;
}

button.mz-button.mz-button-close:before {
  content: "ꀁ";
}

button.mz-button.mz-button-prev:before {
  content: "ꀂ";
}

button.mz-button.mz-button-next:before {
  content: "ꀃ";
}

@media screen and (max-device-width: 767px) {
  button.mz-button-prev,
button.mz-button-next {
    display: none !important;
  }

  .mobile-magic .mz-expand button.mz-button {
    width: 44px !important;
    height: 44px !important;
    font-size: 18px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    background-color: rgba(49, 51, 61, 0.3) !important;
    border-color: transparent !important;
  }
}
.lt-ie9-magic button.mz-button {
  border: 0;
  filter: alpha(opacity=75);
}

.lt-ie9-magic button.mz-button:hover {
  filter: alpha(opacity=100);
}

/**
 * Thumbnails
 */
/* Thumbnails on the page */
.mz-thumb, .mz-thumb:focus {
  display: inline-block;
  line-height: 0;
  outline: none;
}

.mz-thumb img {
  border: 0;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

.mz-thumb:hover:not(.mz-thumb-selected) img {
  -webkit-filter: brightness(75%);
  filter: brightness(75%);
}

.mz-thumb-selected img {
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
}

.no-cssfilters-magic .mz-thumb {
  background: #000;
}

.no-cssfilters-magic .mz-thumb:hover:not(.mz-thumb-selected) img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.no-cssfilters-magic .mz-thumb-selected img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.ie9-magic .mz-thumb img {
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
}

/* Thumbnails in expanded view */
.mz-expand-thumbnails {
  z-index: 50;
  position: absolute;
  bottom: 0;
  left: 65px;
  right: 65px;
  height: 80px;
  padding: 10px 0;
  box-sizing: border-box;
}

.mz-expand-thumbnails .magic-thumbs .magic-thumb {
  padding: 10px 2px;
}

.mz-expand-thumbnails .magic-thumb > img {
  cursor: pointer;
  height: 40px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
}

.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
}

.mz-expand-thumbnails .magic-thumb-selected img {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
  box-shadow: none;
}

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button-disabled {
  opacity: 0;
}

.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected) img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb-selected img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/** Hide thumbnails in expanded view with .no-expand-thumbnails class **/
.mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
  padding-bottom: 40px;
}

.mz-expand.no-expand-thumbnails .mz-expand-thumbnails {
  display: none;
}

.mobile-magic .mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
  padding: 0;
}

.magic-thumbs,
.magic-thumbs .magic-thumbs-wrapper,
.magic-thumbs ul,
.magic-thumbs li,
.magic-thumbs li:before,
.magic-thumbs li:after,
.magic-thumbs li img,
.magic-thumbs .magic-thumbs-button {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.magic-thumbs {
  direction: ltr;
  overflow: visible;
  z-index: 100;
  position: relative;
  left: 0;
  top: 0;
  padding: 0 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: none;
  touch-action: none;
}

.magic-thumbs {
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

.magic-thumbs.no-buttons {
  padding: 0 !important;
}

.magic-thumbs-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.magic-thumbs ul {
  list-style: none;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  position: relative;
  white-space: nowrap;
}

.magic-thumbs.no-buttons ul {
  left: 0 !important;
  padding: 0 !important;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.magic-thumbs ul li {
  margin: 0 4px;
  height: 100%;
  width: auto;
  vertical-align: top;
  line-height: 0;
  display: inline-block;
}

.magic-thumbs ul li:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.magic-thumbs ul li > img {
  width: auto;
  height: auto;
  max-height: 100%;
  vertical-align: middle;
}

.ie8-magic .magic-thumbs ul li > img {
  max-width: none !important;
  max-height: none !important;
}

/* vertical */
.magic-thumbs.magic-thumbs-vertical {
  height: 100%;
}

.magic-thumbs-vertical {
  padding: 30px 0;
}

.magic-thumbs-vertical ul {
  height: auto;
  width: 100%;
  white-space: normal;
}

.magic-thumbs-vertical ul li {
  width: 100%;
  height: auto;
}

.magic-thumbs-vertical ul li {
  margin: 4px 0;
}

.magic-thumbs-vertical ul li > img {
  max-width: 100%;
  max-height: none;
}

.ie8-magic .magic-thumbs-vertical ul li > img {
  width: 100%;
}

/**
 * Buttons
 */
.magic-thumbs button.magic-thumbs-button {
  color: #b4b4b4 !important;
  font: 900 24px/1 "magictoolbox-thin" !important;
  cursor: pointer;
  z-index: 90 !important;
  background-repeat: no-repeat;
  background-color: transparent !important;
  background-image: none;
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
  overflow: hidden;
  position: absolute;
  text-transform: none !important;
  speak: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  width: 30px;
  height: 100%;
  top: 0;
  bottom: 0;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
}

.magic-thumbs button.magic-thumbs-button:before {
  display: inline;
  position: static;
  color: inherit !important;
  font: inherit !important;
  -webkit-font-smoothing: inherit !important;
}

.magic-thumbs .magic-thumbs-button-prev {
  left: 0;
}

.magic-thumbs .magic-thumbs-button-next {
  right: 0;
}

.magic-thumbs .magic-thumbs-button-prev:before {
  content: "ꀂ";
}

.magic-thumbs .magic-thumbs-button-next:before {
  content: "ꀃ";
}

:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button {
  color: rgba(180, 180, 180, 0.75) !important;
  -webkit-transform: scale(0.85) !important;
  transform: scale(0.85) !important;
  -webkit-transition: color 0.25s, -webkit-transform 0.25s !important;
  transition: color 0.25s, transform 0.25s !important;
}

:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:hover {
  color: #b4b4b4 !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

/* Vertical buttons */
.magic-thumbs-vertical .magic-thumbs-button {
  width: 100%;
  height: 30px;
  left: 0;
  right: 0;
  top: auto;
  bottom: auto;
}

.magic-thumbs-vertical .magic-thumbs-button-prev {
  top: 0;
}

.magic-thumbs-vertical .magic-thumbs-button-next {
  bottom: 0;
}

.magic-thumbs-vertical .magic-thumbs-button-prev:before {
  content: "ꀅ";
}

.magic-thumbs-vertical .magic-thumbs-button-next:before {
  content: "ꀄ";
}

.magic-thumbs.no-buttons .magic-thumbs-button {
  display: none !important;
}

.magic-thumbs-button-disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.mz-expand-bg {
  display: none !important;
}

.mz-expand {
  background: #fff !important;
}

.product_dtl .row {
  padding-top: 20px;
}
.product_dtl h1 {
  font-weight: 300;
  font-size: 30px;
}
.product_dtl .price {
  font-weight: 300;
  font-size: 30px;
}
.product_dtl .price .old-price {
  color: #df2424;
  text-decoration: line-through;
  padding-right: 10px;
}
.product_dtl .product-configure-options .product-configure-options-option {
  float: left;
  width: 45%;
  margin-right: 10px;
}
.product_dtl .product-configure-options .product-configure-options-option:last-of-type {
  margin-right: 0;
}
.product_dtl .product-configure-options .product-configure-options-option label {
  display: block;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 5px;
}
.product_dtl .product-configure-custom-option-item label {
  padding-left: 5px;
}
.product_dtl form {
  display: block;
  background-color: #f7f7f7;
  margin: 40px 0;
  padding: 25px 30px;
  box-sizing: border-box;
}
.product_dtl form .change {
  position: relative;
  height: 50px;
  width: 105px;
  border: 1px solid #c3a891;
}
.product_dtl form .change input {
  height: 100%;
  width: 80px;
  text-align: center;
  border: 0;
  font-size: 26px;
}
.product_dtl form .change a.up, .product_dtl form .change a.down {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #c3a891;
  color: #fff;
  text-align: center;
}
.product_dtl form .change a.up:hover, .product_dtl form .change a.down:hover {
  color: #df2424;
}
.product_dtl form .change a.down {
  top: auto;
  bottom: 0;
  border-top: 1px solid #fff;
}
.product_dtl form .change a.down .fa {
  position: relative;
  top: 2px;
}
.product_dtl form .cart {
  margin: 40px 0 25px;
}
.product_dtl form .cart .btn {
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  font-weight: 400;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
}
.product_dtl form .cart .btnWish {
  color: #000;
}
.product_dtl form .cart .btnWish:hover {
  color: #df2424;
}

.product-tabs .tabs {
  margin-top: 30px;
  border-bottom: 1px solid #dddddd;
}
.product-tabs .tabs ul li {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  border-right: 1px solid transparent;
}
.product-tabs .tabs ul li a {
  padding: 10px 0;
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #c3a891;
  border-bottom: 5px solid transparent;
}
.product-tabs .tabs ul li a.active {
  color: #000;
  border-color: #c3a891;
}
.product-tabs .tabs ul li a small {
  color: inherit;
}
.product-tabs .tabs ul li:last-of-type {
  border-right: 0;
}
.product-tabs .tabsPages {
  margin-top: 20px;
  font-size: 15px;
}
.product-tabs .tabsPages .page {
  display: none;
}
.product-tabs .tabsPages .page.active {
  display: block;
}
.product-tabs .tabsPages .page table {
  margin-bottom: 15px;
}
.product-tabs .tabsPages .page td:nth-of-type(2) {
  padding: 0 7px;
}
.product-tabs .tabsPages .page .review {
  margin-top: 20px;
}
.product-tabs .tabsPages .page .review .stars {
  margin-top: 10px;
}
.product-tabs .tabsPages .page .review .stars small {
  padding-left: 10px;
}
.product-tabs .tabsPages .page .review p {
  font-style: italic;
}
.product-tabs .tabsPages .page .review p:first-of-type {
  margin-top: 0;
}
.product-tabs .tabsPages .page p span {
  font-family: "Open Sans", sans-serif !important;
}
.product-tabs .tabsPages .page p span span {
  font-family: inherit !important;
}
.product-tabs .tabsPages .page p span span span {
  font-family: inherit !important;
}
.product-tabs .tabsPages .page p span span span span {
  font-family: inherit !important;
}
.product-tabs .tabsPages .bottom {
  margin-top: 15px;
  font-size: 14px;
}
.product-tabs .tabsPages .bottom a {
  margin: 10px 0 5px;
}
.product-tabs .tabsPages .btn {
  text-transform: uppercase;
}

.related {
  float: none;
  margin: 75px auto 20px auto;
}
.related .image-wrap {
  padding: 10px;
}
.related .related_slider {
  margin-top: 30px;
}
.related .related_slider .slick-prev, .related .related_slider .slick-next {
  width: 20px;
  height: 40px;
  background-color: #c3a891;
  border: 0;
  color: #fff;
}
.related .related_slider .slick-prev:hover, .related .related_slider .slick-next:hover {
  background-color: #df2424;
}
.related .related_slider .slick-prev .fa-angle-left, .related .related_slider .slick-next .fa-angle-left {
  position: relative;
  left: -2px;
}
.related .related_slider .slick-prev .fa-angle-right, .related .related_slider .slick-next .fa-angle-right {
  position: relative;
  right: -2px;
}
.related .related_slider .slick-prev {
  left: -20px;
  top: 35%;
}
.related .related_slider .slick-next {
  right: -20px;
  top: 35%;
}

/*
 * jQuery FlexPanel v1.1
 * https://github.com/dcooney/flexpanel
 *
 * Copyright 2015 Connekt Media - http://connekthq.com/flexpanel
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Author: Darren Cooney 
 * Twitter: @KaptonKaos
*/
#container,
#wrapper {
  width: 100%;
  position: relative;
}

#wrapper {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
  background: #f7f7f7;
}

.flexpanel {
  position: fixed;
  top: 0;
  right: -40%;
  width: 40%;
  height: 102%;
  padding: 0;
  margin: 0;
  z-index: 100;
  display: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .flexpanel {
    right: -50%;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .flexpanel {
    right: -80%;
    width: 80%;
  }
}
.flexpanel .viewport-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

.flexpanel .viewport {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
  background: #222;
  -webkit-box-sizing: border-box;
  /* webkit */
  -khtml-box-sizing: border-box;
  /* konqueror */
  -moz-box-sizing: border-box;
  /* firefox */
  -ms-box-sizing: border-box;
  /* ie */
  box-sizing: border-box;
  /* css3 */
}

.flexpanel .viewport.smooth {
  -webkit-overflow-scrolling: touch;
}

.flexpanel div.navigation {
  padding: 10px 10px 80px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.flexpanel div.navigation ul {
  display: block;
  clear: both;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.flexpanel div.navigation ul li {
  margin: 0 3%;
  padding: 0;
  clear: both;
  list-style: none;
  width: auto;
  display: block;
  font-size: 18px;
  border-bottom: 1px solid #333;
}

.flexpanel div.navigation ul li:first-child {
  border-top: none;
}

.flexpanel div.navigation ul li ul {
  margin: 0;
  border: none;
}

.flexpanel div.navigation ul li ul li {
  font-size: 14px;
  margin: 0 5px 5px;
  border: none;
  position: relative;
}

.flexpanel div.navigation ul li ul li a {
  padding: 6px 12px;
}

.flexpanel div.navigation ul li ul li a:hover {
  color: #ccc;
}

.flexpanel div.navigation ul li ul li a:before {
  content: "»";
  position: absolute;
  left: 0;
  top: 5px;
  opacity: 0.5;
  color: #9edeff;
}

.flexpanel div.navigation ul li a {
  padding: 10px 0;
  display: block;
  color: #fff;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.flexpanel div.navigation ul li a:hover {
  color: #ccc;
}

.flexpanel div.navigation ul li.active > a {
  color: #ef6f6f !important;
  font-weight: bold;
}

.flex-btn {
  width: 34px;
  height: 33px;
  position: absolute;
  left: -52px;
  top: 25px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.flex-btn:active {
  background: #ccc;
}

.flex-btn.in-view {
  opacity: 1;
  filter: alpha(opacity=100);
}

.flex-btn span {
  width: 20px;
  height: 3px;
  display: block;
  overflow: hidden;
  background-color: #444;
  text-indent: -9999px;
  display: block;
  margin: 0 auto 3px;
  clear: both;
  -webkit-transition: all 0.2s ease 0.35s;
  -moz-transition: all 0.2s ease 0.35s;
  -ms-transition: all 0.2s ease 0.35s;
  transition: all 0.2s ease 0.35s;
  position: absolute;
}

.flex-btn span.one {
  top: 9px;
  left: 7px;
}

.flex-btn span.two {
  top: 15px;
  left: 7px;
}

.flex-btn span.three {
  top: 21px;
  left: 7px;
}

.flex-btn:hover span {
  background-color: #333;
}

.flexpanel-active .flex-btn {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.flexpanel-active .flex-btn span {
  background-color: #222;
}

.flexpanel-active .flex-btn span.two {
  opacity: 0;
}

.flexpanel-active .flex-btn span.one {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 15px;
}

.flexpanel-active .flex-btn span.three {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
}

body.flexpanel-left .flexpanel {
  right: auto;
  left: -40%;
  width: 40%;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-left .flexpanel {
    right: auto;
    left: -50%;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  body.flexpanel-left .flexpanel {
    right: auto;
    left: -80%;
    width: 80%;
  }
}
body.flexpanel-left .flexpanel .flex-btn {
  left: auto;
  right: -48px;
}

body.flexpanel-active.flexpanel-left #wrapper {
  -webkit-transform: translate(40%, 0);
  -moz-transform: translate(40%, 0);
  -ms-transform: translate(40%, 0);
  transform: translate(40%, 0);
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-active.flexpanel-left #wrapper {
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}
@media screen and (max-width: 768px) {
  body.flexpanel-active.flexpanel-left #wrapper {
    -webkit-transform: translate(80%, 0);
    -moz-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
  }
}
body.flexpanel-active.flexpanel-left .flexpanel {
  left: -40%;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-active.flexpanel-left .flexpanel {
    left: -50%;
  }
}
@media screen and (max-width: 768px) {
  body.flexpanel-active.flexpanel-left .flexpanel {
    left: -80%;
  }
}
body.flexpanel-active.flexpanel-left .flexpanel .viewport-wrap {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

body.flexpanel-active.flexpanel-right #wrapper {
  -webkit-transform: translate(-40%, 0);
  -moz-transform: translate(-40%, 0);
  -ms-transform: translate(-40%, 0);
  transform: translate(-40%, 0);
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-active.flexpanel-right #wrapper {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 768px) {
  body.flexpanel-active.flexpanel-right #wrapper {
    -webkit-transform: translate(-80%, 0);
    -moz-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
  }
}
body.flexpanel-active.flexpanel-right .flexpanel {
  right: -40%;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-active.flexpanel-right .flexpanel {
    right: -50%;
  }
}
@media screen and (max-width: 768px) {
  body.flexpanel-active.flexpanel-right .flexpanel {
    right: -80%;
  }
}
body.flexpanel-active.flexpanel-right .flexpanel .viewport-wrap {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

body.isIE.flexpanel-right #wrapper {
  left: -40%;
}

body.isIE.flexpanel-right .flexpanel {
  right: 0;
}

body.isIE.flexpanel-left.flexpanel-active #wrapper {
  left: 40%;
}

body.isIE.flexpanel-left.flexpanel-active .flexpanel {
  left: 0;
}

body.flexpanel-reveal #wrapper {
  z-index: 1;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

body.flexpanel-reveal.flexpanel-right #wrapper {
  right: auto;
  left: 0;
}

body.flexpanel-reveal.flexpanel-right .flexpanel {
  right: -100%;
  z-index: 0;
}

body.flexpanel-reveal.flexpanel-right .flexpanel.reveal {
  right: 0;
}

body.flexpanel-reveal.flexpanel-right .flex-btn {
  position: fixed;
  left: auto;
  right: 0;
  top: 0;
  margin: 20px;
  z-index: 999;
}

body.flexpanel-reveal.flexpanel-right.flexpanel-active #wrapper {
  left: -40%;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-reveal.flexpanel-right.flexpanel-active #wrapper {
    left: -50%;
  }
}
@media screen and (max-width: 768px) {
  body.flexpanel-reveal.flexpanel-right.flexpanel-active #wrapper {
    left: -80%;
  }
}
body.flexpanel-reveal.flexpanel-right.flexpanel-active .flex-btn {
  right: 40%;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-reveal.flexpanel-right.flexpanel-active .flex-btn {
    right: 50%;
  }
}
@media screen and (max-width: 768px) {
  body.flexpanel-reveal.flexpanel-right.flexpanel-active .flex-btn {
    right: 80%;
  }
}
body.flexpanel-reveal.flexpanel-right.flexpanel-active .flexpanel {
  right: 0;
}

body.flexpanel-reveal.flexpanel-right.flexpanel-active .flexpanel.reveal {
  right: 0;
}

body.flexpanel-reveal.flexpanel-right.flexpanel-active .flexpanel .viewport-wrap {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

body.flexpanel-reveal.flexpanel-left #wrapper {
  right: auto;
  left: 0;
}

body.flexpanel-reveal.flexpanel-left .flexpanel {
  right: auto;
  left: 0;
  z-index: 0;
}

body.flexpanel-reveal.flexpanel-left .flexpanel.reveal {
  left: 0;
}

body.flexpanel-reveal.flexpanel-left .flex-btn {
  position: fixed;
  right: auto;
  left: 0;
  top: 0;
  margin: 20px;
  z-index: 999;
}

body.flexpanel-reveal.flexpanel-left.flexpanel-active #wrapper {
  left: 40%;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-reveal.flexpanel-left.flexpanel-active #wrapper {
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  body.flexpanel-reveal.flexpanel-left.flexpanel-active #wrapper {
    left: 80%;
  }
}
body.flexpanel-reveal.flexpanel-left.flexpanel-active .flex-btn {
  left: 40%;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-reveal.flexpanel-left.flexpanel-active .flex-btn {
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  body.flexpanel-reveal.flexpanel-left.flexpanel-active .flex-btn {
    left: 80%;
  }
}
body.flexpanel-reveal.flexpanel-left.flexpanel-active .flexpanel {
  left: 0;
}

body.flexpanel-reveal.flexpanel-left.flexpanel-active .flexpanel.reveal {
  left: 0;
}

body.flexpanel-reveal.flexpanel-left.flexpanel-active .flexpanel .viewport-wrap {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

body.flexpanel-hide .flex-btn,
body.flexpanel-hide .flexpanel {
  display: none;
}

::-webkit-scrollbar {
  width: 10px;
  color: #a3a499;
}

::-webkit-scrollbar-track {
  background-color: #ecede3;
  border-radius: 10px;
  border: 1px solid #d8d9cf;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #a3a499;
}

.flexpanel .viewport {
  padding: 25px;
  background-color: #c3a891;
}
.flexpanel .viewport ul li {
  margin: 1px 0;
  position: relative;
}
.flexpanel .viewport ul li a {
  font-size: 16px;
  color: #282828;
}
.flexpanel .viewport ul li a .fa {
  display: none;
}
.flexpanel .viewport ul li a:hover {
  color: #fff;
}
.flexpanel .viewport ul li ul {
  margin: 10px 0 15px 25px;
}
.flexpanel .viewport ul li.active > a {
  color: #df2424;
}
.flexpanel .flex-btn {
  background-color: #c3a891;
  transition: all 1s ease 0s;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  border-radius: 5px !important;
}
.flexpanel .flex-btn:hover {
  background-color: #282828;
}
.flexpanel .flex-btn:hover span {
  background-color: #c3a891;
}
.flexpanel .flex-btn span {
  background-color: #fff;
}

.textpage ul, .textpage ol {
  margin: 8px 0;
}
.textpage ul li, .textpage ol li {
  margin: 5px 0;
}

div.ctct-form-embed div.ctct-form-defaults {
  padding: 0 !important;
}

div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
  margin-bottom: 5px !important;
}

div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
  padding: 5px 10px !important;
  height: auto !important;
  margin-bottom: 15px !important;
}

div.ctct-form-embed form.ctct-form-custom .ctct-form-required::before, div.ctct-form-embed div.ctct-form-defaults p.ctct-form-footer {
  display: none !important;
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
  height: auto !important;
}

/************** media queries **********/
@media screen and (max-width: 768px) {
  header {
    text-align: center;
  }
  header .cart_link {
    text-align: center;
  }
  header .cart_link form input {
    width: 95%;
    color: #444;
  }
  header .cart_link form button {
    width: 5%;
  }
  header img {
    display: block;
    margin: 15px auto;
  }

  .cat_banner {
    margin-bottom: 30px;
  }

  .seo p {
    padding: 0 30px;
  }
  .seo p br {
    display: none;
  }

  footer {
    text-align: center;
  }
  footer h4 {
    margin-top: 40px;
    margin-bottom: 10px;
  }
  footer form input {
    width: 80%;
  }
  footer form button {
    width: 20%;
  }
  footer .back_to_top {
    right: 0;
  }

  select.classic {
    margin-bottom: 20px;
  }

  .product-info {
    margin-top: 50px;
  }
}
@media screen and (max-width: 500px) {
  .product_dtl form .change {
    width: 75px;
  }
  .product_dtl form .change input {
    width: 50px;
  }

  .related .related_slider .slick-prev {
    left: 0;
  }

  .related .related_slider .slick-next {
    right: 0;
  }

  header .cart_link form input {
    width: 90%;
  }
  header .cart_link form button {
    width: 10%;
  }
}
@media screen and (max-width: 562px) {
  .middle_banner .middle_banner_wrapper .caption .first {
    text-align: center;
  }
  .middle_banner .middle_banner_wrapper .caption .first h2 {
    font-size: 22px;
    float: none;
  }
  .middle_banner .middle_banner_wrapper .caption .first .lines {
    padding-top: 5px;
    letter-spacing: 2px;
    float: none;
    display: inline-block;
    width: 25%;
  }

  .middle_banner .middle_banner_wrapper .caption .second p {
    font-size: 12px;
    padding-top: 10px;
  }
  .middle_banner .middle_banner_wrapper .caption .second .dots, .middle_banner .middle_banner_wrapper .caption .second .lines {
    float: none;
    display: inline-block;
  }
  .middle_banner .middle_banner_wrapper .caption .second .lines {
    width: 25%;
  }
}
@media screen and (max-width: 420px) {
  .product_dtl form .change {
    width: 65px;
  }
  .product_dtl form .change input {
    width: 40px;
  }

  footer form input {
    width: 70%;
  }
  footer form button {
    width: 30%;
  }
}

/*# sourceMappingURL=dromgoole.css.map */