/* Slider */
@import url(mangelsen-icons.css);
@import "https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap";
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

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

.color-gold {
  color: #B2945A;
}

html {
  overflow-x: hidden;
}

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.on-mobile {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.invisible {
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

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

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

.outer {
  height: 100%;
}

a {
  text-decoration: none;
}

#footer {
  padding: 55px 0 0;
}

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

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

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

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

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

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

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

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

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

.clear {
  clear: both;
}

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

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

.logo a {
  overflow: hidden;
  width: 242px;
  height: 55px;
  display: block;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1023px) {
  .logo a {
    width: 177px;
    height: 40px;
    background-size: 177px 80px;
  }
}

.logo a img {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#topNav {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cms-home header#header .logo a,
.banner-change header#header .logo a,
.category-legacy-reserve-collection header#header .logo a {
  background-position: 0 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cms-home header#header.fixed .logo a,
.banner-change header#header.fixed .logo a,
.category-legacy-reserve-collection header#header.fixed .logo a {
  background-position: 0 0;
}

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
  header#header .header-top {
    border: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.siderTop {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.homepageSlider .container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-view img {
  border: none;
}

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

#mainBodyContents1 {
  padding-top: 10px;
}

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

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

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

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

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

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

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

.slideBoxSmall h3 {
  margin-bottom: 8px;
}

.slideBoxSmall.lastBox {
  margin-right: 0px;
}

.grayBtn a {
  display: inline-block;
  padding: 12px 25px 8px;
  background-image: url(../images/grayBtn.png);
  background-repeat: repeat-x;
  border-radius: 5px;
  box-shadow: 0 2px 8px #000000;
  color: #fff;
}

a.moreLink {
  background-image: url(../images/moreIco.png);
  background-repeat: no-repeat;
  background-position: right center;
  font-style: italic;
  padding-right: 11px;
  color: #fff;
  text-decoration: none;
}

.Box4Contents {
  margin-bottom: 35px;
  margin-left: 25px;
}

.contentImgBox {
  width: 200px;
  height: 166px;
  float: left;
  background-image: url(../images/boxIMgBg.jpg);
  background-repeat: no-repeat;
  padding-top: 10px;
  margin-right: 8px;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 3px 6px #222;
}

.contentImgBox h4 {
  margin-bottom: 106px;
  padding-left: 15px;
}

.contentImgBox p {
  line-height: 16px;
  font-size: 11px;
  padding-left: 15px;
  padding-right: 15px;
}

.contentImgBox p span {
  font-size: 18px;
  font-weight: normal;
  float: right;
  margin-right: 6px;
}

.contentImgBox2 {
  width: 200px;
  height: 166px;
  float: left;
  background-image: url(../images/boxIMgBg2.jpg);
  background-repeat: no-repeat;
  padding-top: 10px;
  margin-right: 8px;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 3px 6px #222;
}

.contentImgBox2 h4 {
  margin-bottom: 106px;
  padding-left: 15px;
}

.contentImgBox2 p {
  line-height: 16px;
  font-size: 11px;
  padding-left: 15px;
  padding-right: 15px;
}

.contentImgBox2 p span {
  font-size: 18px;
  font-weight: normal;
  float: right;
  margin-right: 6px;
}

.contentImgBox3 {
  width: 200px;
  height: 166px;
  float: left;
  background-image: url(../images/boxIMgBg3.jpg);
  background-repeat: no-repeat;
  padding-top: 10px;
  margin-right: 8px;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 3px 6px #222;
}

.contentImgBox3 h4 {
  margin-bottom: 106px;
  padding-left: 15px;
}

.contentImgBox3 p {
  line-height: 16px;
  font-size: 11px;
  padding-left: 15px;
  padding-right: 15px;
}

.contentImgBox3 p span {
  font-size: 18px;
  font-weight: normal;
  float: right;
  margin-right: 6px;
}

.contentImgBox4 {
  width: 332px;
  height: 166px;
  float: left;
  background-image: url(../images/imgBox4.jpg);
  background-repeat: no-repeat;
  padding-top: 10px;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 3px 6px #222;
}

.contentImgBox4 h4 {
  margin-bottom: 106px;
  padding-left: 15px;
}

.contentImgBox4 p {
  line-height: 16px;
  font-size: 11px;
  padding-left: 15px;
  padding-right: 15px;
}

.contentImgBox4 p span {
  font-size: 18px;
  font-weight: normal;
  float: right;
  margin-right: 6px;
}

.newsBoxData {
  background-color: #3d3e41;
  box-shadow: 0 0 2px #1d1d1e inset;
  border-radius: 5px;
  padding: 38px 20px 40px 30px;
  border-bottom: 1px solid #4d4d50;
  border-top: none;
  border-right: none;
  border-left: none;
}

.newsBoxData .boxNewsSection:last-child {
  background-image: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.newsBoxData h2 {
  margin-bottom: 30px;
}

.boxNewsSection {
  background-image: url(../images/borderImg.jpg);
  background-repeat: repeat-x;
  background-position: bottom left;
  padding-bottom: 30px;
  margin: 40px 0px;
  position: relative;
}

.boxNewsSection h2 {
  margin-bottom: 30px;
}

.newsImg {
  width: 150px;
  float: left;
  margin-right: 35px;
}

.newsData {
  float: left;
  width: 700px;
}

.newsData span {
  display: block;
  margin-bottom: 20px;
}

.newsData p {
  line-height: 21px;
}

.newsData p span {
  color: #fff !important;
  font-size: 12px !important;
}

.boxNewsSection.boxNewsSectionLast {
  background: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

footer#footer {
  background: #2d2d2d;
}

.footerLogo {
  width: 16.66667%;
}

.footerLogo a {
  display: block;
  width: 188px;
}

@media only screen and (max-width: 1199px) {
  .footerLogo {
    width: 20.83333%;
  }
}

@media only screen and (max-width: 1023px) {
  .footerLogo {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .footerLogo a {
    margin: 0 auto;
  }
}

.footerSocial {
  margin-top: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .footerSocial {
    margin: 28px auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footerSocial > a {
  text-indent: -999em;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  color: #B2945A;
}

@media only screen and (max-width: 767px) {
  .footerSocial > a {
    margin-left: 7px;
    margin-right: 7px;
  }
}

.footerSocial > a span {
  display: block;
  position: relative;
}

.footerSocial > a span:before {
  font-family: 'mangelsen-icons';
  content: "\e909";
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  text-indent: 0;
  text-align: center;
  line-height: 34px;
  display: block;
  color: #B2945A;
  border: 1px solid #B2945A;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footerSocial > a:hover {
  color: #fff;
}

.footerSocial > a:hover span:before {
  color: #fff;
  background-color: #B2945A;
}

.footerSocial > a.fbIco span:before {
  content: "\e90e";
}

.footerSocial > a.sbcribeIco span:before {
  content: "\e90c";
}

.footerSocial > a.utubeIco span:before {
  content: "\e90d";
}

.footerSocial > a.socialIco span:before {
  content: "\e90b";
}

#footerNav {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (max-width: 1199px) {
  #footerNav {
    width: 45.83333%;
  }
}

@media only screen and (max-width: 1023px) {
  #footerNav {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

#footerNav .dropdown-icon {
  display: none;
}

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

#footerNav .col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 18px;
}

@media only screen and (max-width: 1023px) {
  #footerNav .col {
    padding-left: 0;
    padding-right: 18px;
  }
}

@media only screen and (max-width: 767px) {
  #footerNav .col {
    width: 100%;
    padding: 0 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  #footerNav .col:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  #footerNav .col:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

#footerNav h5 {
  font-family: 'Noto Serif', serif;
  font-size: 18px;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #footerNav h5 {
    margin-bottom: 0;
    padding: 14px 0;
    font-size: 20px;
  }
}

#footerNav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  letter-spacing: .5px;
}

@media only screen and (max-width: 767px) {
  #footerNav ul {
    display: none;
  }
}

#footerNav ul li {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  #footerNav ul li {
    margin-bottom: 20px;
  }
}

#footerNav ul li span {
  color: #B2945A;
}

#footerNav ul li a {
  color: #fff;
}

#footerNav ul li a:hover {
  text-decoration: underline;
}

.copyRight {
  background-color: #2D2D2D;
  color: #FFF;
  font-size: 12px;
  letter-spacing: .5px;
  font-weight: 400;
  padding: 20px 0;
  margin: auto;
  text-align: center;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 767px) {
  .copyRight {
    border: none;
  }
  .copyRight span {
    display: block;
    margin-bottom: 6px;
  }
  .copyRight a {
    color: #fff;
    display: inline-block;
    margin: 0 8px;
  }
}

.copyRight a {
  color: #FFF;
  margin: 0 4px;
}

.copyRight a:hover {
  text-decoration: underline;
}

.copyRight address {
  color: #FFF;
  font-size: 12px;
  margin-bottom: 0;
}

.sliderImg {
  float: left;
  margin: 18px 0 0;
  width: 557px;
  position: relative;
  text-align: center;
  min-height: 498px;
}

.sliderText {
  float: left;
  height: 400px;
  margin: 15px 0 0px 43px;
  width: 396px;
}

.sliderText h4 {
  font-size: 13px;
}

.sliderText h5 {
  font-size: 13px;
}

.sliderText1 {
  float: left;
  margin: 15px 0 0px 43px;
  width: 396px;
  min-height: 235px;
}

.mainSection1 {
  float: left;
  width: 541px;
  margin-bottom: 40px;
}

.mainSection1 h1 {
  margin-bottom: 20px;
  font-size: 14px;
}

.nav ul {
  line-height: normal;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.nav ul li {
  color: #FFFFFF;
  display: inline-block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
}

.nav ul li:first-child {
  border-left: medium none;
}

.nav ul li a {
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  list-style: none outside none;
  padding: 6px 10px;
  position: relative;
  text-decoration: none;
  z-index: 1;
}

.nav ul li a:hover {
  background-image: none;
  border-bottom: none;
  padding: 6px 10px 7px;
  z-index: 3;
  border: none;
}

.nav ul li.active a {
  background-image: none;
  border-bottom: none;
  padding: 6px 10px 7px;
  z-index: 3;
  border: none;
}

.redioButton1Div {
  padding-bottom: 5px;
  margin: 10px 0;
}

.redioButton1Div label {
  padding-right: 13px;
}

.redioButton1Div label span {
  position: relative;
  top: -2px;
  left: 3px;
}

.redioButton1Div input[type="radio"] {
  margin: 3px 0px 0 8px;
}

.selection-confirm {
  color: #EBEBEB;
  font-family: Gulim;
  font-size: 12px;
  font-weight: bold;
}

.div4 {
  padding: 20px 20px 0px;
}

.priceDive {
  padding-top: 15px;
}

.priceDive p {
  color: #EBEBEB;
  float: left;
  font-size: 12px;
  font-weight: bold;
}

.priceDive span {
  color: #EBEBEB;
  float: left;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 0 8px;
}

.priceDive a {
  font-size: 14px;
  text-shadow: 0 0 2px #000000;
  font-weight: bold;
  color: #fff;
}

.priceDive .redButton.redfirst {
  margin-right: 15px;
  margin-right: 35px;
  margin-bottom: 10px;
}

.priceDive .redButton.wishlst {
  background: #414141;
  border: medium none;
  margin-right: 3px;
}

.priceDive .price-box {
  display: table;
}

.redButton {
  background-image: url("../images/red-buttonBg.png");
  background-repeat: repeat-x;
  border-radius: 5px 5px 5px 5px;
  float: right;
  height: 37px;
  margin-right: 80px;
  width: 179px;
  background-image: url("../images/red-buttonBg.png");
  background-repeat: repeat-x;
  border-radius: 5px 5px 5px 5px;
  float: right;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 8px 35px 6px;
  text-transform: uppercase;
  border: 1px solid #A13635;
  color: #fff;
}

.mainSection2 {
  text-align: center;
}

.mainSection2 h4 {
  font-size: 14px;
  font-weight: bold;
}

.section3Slider {
  width: 420px;
  float: left;
}

.section3Slider .product-img-box .product-image-zoom img {
  cursor: default;
}

.section3Slider .zoomImg1 {
  margin: 0 auto 20px;
}

.copyRight2 {
  color: #EBEBEB;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 40px;
}

.grayBtn.grayBtnSlider {
  display: inline-block;
}

.grayBtn.grayBtnSlider a {
  padding: 8px 40px 8px;
  font-weight: bold;
  font-size: 14px;
  text-shadow: 0 0 2px #000;
}

.btn-viewed {
  display: block;
  text-decoration: underline;
}

.cartshortDesc {
  margin-top: 10px;
}

.zoomImg1 {
  background-image: url(../images/zoom.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
  top: 1px;
}

.zoomImg2 {
  background-image: url(../images/zoom.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
  top: -5px;
}

.general_content {
  color: #000 !important;
}

.general_content p {
  color: #000 !important;
}

.general_content p a {
  color: #000 !important;
}

.std a {
  color: #B2945A;
  font-weight: 600;
}

.std a:hover {
  text-decoration: underline;
}

.std ol {
  list-style: disc;
}

.std p {
  margin: 0 0 2em;
  padding: 0;
}

.std p span {
  color: #ffffff;
  font-size: 14px !important;
}

.std .subtitle {
  padding: 0;
}

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

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

.std dl {
  margin: 0 0 1em;
  padding: 0;
}

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

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

.std ul {
  margin: 0 0 1em;
  padding: 0;
  list-style: disc outside;
  padding-left: 1.5em;
}

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

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

.std ul.form-list {
  padding: 0;
}

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

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

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

.std address {
  margin: 0 0 1em;
  padding: 0;
  font-style: normal;
}

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

.std dt {
  font-weight: bold;
}

.std dd {
  padding: 0 0 0 1.5em;
}

.std b {
  font-weight: bold;
}

.std strong {
  font-weight: 700;
}

.std i {
  font-style: italic;
}

.std em {
  font-style: italic;
}

.imgPopup {
  background-image: url(../images/tranBg.png);
  background-repeat: repeat;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}

.imgPopup img {
  position: absolute;
  top: 30%;
  left: 30%;
}

.screen {
  position: relative;
}

.screen img {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.thumbnails {
  display: none;
}

.buttons div {
  cursor: pointer;
}

.availability.in-stock {
  display: none;
}

.availability.out-of-stock {
  display: none;
}

.zoom-notice {
  display: none;
}

.zoom {
  display: none;
}

.product-options-bottom .add-to-cart .btn {
  background: #F9F7F3;
  border-color: #B2945A;
  color: #B2945A;
}

.product-options-bottom .add-to-cart .btn:hover {
  background: #B2945A;
  border-color: #B2945A;
  color: #fff;
}

.product-options-bottom .add-to-cart .btn[disabled] {
  background: #c3c3c3;
  border: 1px solid #C3C3C3;
  color: #fff;
}

.product-options-bottom .price-box {
  display: none;
}

#product_addtocart_form .add-to-box {
  padding-top: 20px;
}

.product-options {
  background: none;
  border: none;
  bottom: 1px;
  position: relative;
}

.product-options .last .validation-advice {
  margin: 3px 0 0 16px;
  color: #FF5555;
  font-size: 12px;
}

.input-box {
  clear: both;
}

dl.last {
  margin: 0px;
}

.options-list {
  color: #EBEBEB;
  width: 100%;
  padding: 0px;
}

.options-list span label {
  color: #EBEBEB;
  float: left;
  font-family: Gulim;
  font-size: 12px;
  font-weight: bold;
  margin: 2px 0 0 4px;
}

.options-list .price-notice {
  display: none;
}

.options-list li {
  display: inline-block;
  margin-right: 15px;
}

.last dt {
  display: none;
}

#product-options-wrapper p.required {
  display: none;
}

.data-table tr.even {
  background: none;
}

.data-table thead {
  background: none;
}

.data-table td {
  border: none;
}

.data-table th {
  border: none;
}

.data-table tr {
  border-bottom: 1px solid #DDDDDD;
  background: #eee;
  color: #000;
}

.data-table cart-table .product-name a {
  color: #000;
}

.product-name a {
  color: #000;
  font-weight: bold;
}

.cart form fieldset {
  border: none;
}

.cart-collaterals .col2-set .col-2 .shipping {
  display: none;
}

.cart-collaterals .col2-set .col-2 .discount {
  color: #fff;
  margin-top: -20px;
}

.cart-collaterals .col2-set .col-2 .discount .discount-form .input-box {
  margin-top: 10px;
}

.opc {
  margin: auto;
  width: 960px;
}

.opc .step-title {
  background: none;
}

.page-title h1 {
  color: #2D2D2D;
}

.viwArch {
  display: block;
  position: absolute;
  right: 3px;
  top: 10px;
  font-size: 10px;
  color: #fff;
  font-style: italic;
}

#checkout-review-table {
  color: #000;
}

.account-create {
  padding-bottom: 150px;
}

.account-create #form-validate {
  max-width: 345px;
  margin: 0 auto;
  display: block;
}

.account-create .fieldset {
  background: none;
  border: none;
  padding: 0;
}

.account-create .fieldset .field {
  margin-bottom: 15px;
}

.account-create .fieldset h2.legend {
  display: block;
  font-family: 'Noto Serif', serif;
  font-size: 24px;
  font-weight: 400;
  background: transparent;
  padding: 0;
  margin: 0 0 20px;
  border: none;
}

.account-create .button {
  width: 100%;
}

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

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

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

.account-create .sign-up-content .button.secondary:hover {
  color: #fff;
}

.account-login .forgot-link {
  font-weight: 600;
  margin-bottom: 20px;
}

.account-login .forgot-link a:hover {
  text-decoration: underline;
}

.my-account .fieldset {
  background: none;
}

.my-account .box-account .box-head h2 {
  margin-bottom: 30px;
  font-size: 24px;
}

.my-account .box-account .box {
  margin-bottom: 20px;
}

.my-account .box-account .box-title {
  margin-bottom: 20px;
}

.my-account .box-account .box-title h3 {
  font-size: 20px;
}

.pluginButton {
  padding: 2px 6px !important;
}

#overlay {
  width: 100%;
  background: #000;
  opacity: 0.8;
  position: absolute;
  top: 0px;
  z-index: 1000;
}

#lightbox {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 30px;
  z-index: 1001;
}

#lightbox a {
  cursor: pointer;
  color: #fff;
  position: relative;
  display: block;
}

.lightboxImg {
  width: 1024px;
  margin: auto;
  position: relative;
}

.closeTxt {
  text-align: right;
  display: block;
}

.closeBtn {
  display: block;
  background-image: url(../images/closeBtn.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute !important;
  top: -12px;
  left: -13px;
}

.redioButtonDiv5 {
  margin: -3px 0 12px;
}

.redioButtonDiv5 label {
  padding-right: 13px;
}

.redioButtonDiv5 label span {
  position: relative;
  top: -2px;
  left: 3px;
}

.redioButtonDiv5 input[type="radio"] {
  margin: 3px 0px 0 8px;
}

.redioButton2Div {
  margin-bottom: 12px;
}

.redioButton2Div label {
  padding-right: 18px;
}

.redioButton2Div label span {
  position: relative;
  top: -2px;
  left: 3px;
}

.redioButton2Div input[type="radio"] {
  margin: 3px 0px 0 8px;
}

.newsletter_block {
  width: 33.33333%;
  padding-left: 18px;
}

@media only screen and (max-width: 1199px) {
  .newsletter_block {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1023px) {
  .newsletter_block {
    width: 50%;
    padding-left: 0;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .newsletter_block {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
  }
}

.newsletter_block .validation-advice {
  position: relative;
  color: #FF5555;
  margin-top: 10px;
  display: none !important;
}

.newsletter_block .ajax-mgs-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 10px;
  right: 115px;
}

.newsletter_block .subcribre-mgs {
  font-size: 16px;
  color: #FF5555;
  font-weight: 600;
}

.newsletter_block .subcribre-mgs.error {
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
}

.newsletter_block .subcribre-mgs.success {
  margin-top: 10px;
  color: #B2945A;
  display: none;
}

.newsletter_block .popup .subcribre-mgs {
  margin: 0;
}

.newsletter_block .popup .subcribre-mgs.success {
  display: block;
}

.newsletter_block .ajax-mask {
  width: 20px;
  margin-right: 10px;
}

.newsletter_block .block-subscribe {
  display: block;
  padding: 0;
  margin-bottom: 28px;
  border: none;
}

.newsletter_block .subscribe-wrapper .block-title {
  display: none;
}

.newsletter_block form .block-content {
  margin: 0;
  padding: 0;
  background: transparent;
}

.newsletter_block form .block-content .form-subscribe-header {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .newsletter_block form .block-content .form-subscribe-header {
    text-align: center;
  }
}

.newsletter_block form .block-content .input-wrapper {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .newsletter_block form .block-content .input-wrapper {
    margin: 0 5px;
  }
}

.newsletter_block form .block-content .input-wrapper input[type="text"] {
  width: 100%;
  height: 48px;
  border-radius: 24px;
  padding-left: 20px;
  padding-right: 133px;
  font-size: 14px;
  font-weight: 600;
  color: #555555;
  padding: 0 15px;
}

.newsletter_block form .block-content .input-wrapper button {
  min-width: 1px;
  width: 113px;
  height: 44px;
  padding: 0;
  border-radius: 22px;
  background: #B2945A;
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .5px;
  text-transform: uppercase;
  position: absolute;
  top: 2px;
  right: 2px;
}

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

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

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

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

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

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

.newsletter_block .popup .popup-inner {
  max-width: 280px;
  min-width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 30px 20px 20px 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px black;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
}

body:not(.cms-page-view) .main-container {
  padding: 30px 0;
}

body:not(.cms-page-view) .main-container.col3-layout, body:not(.cms-page-view) .main-container.col2-right-layout:not(.custom_product_list) {
  padding-top: 200px;
}

@media only screen and (max-width: 767px) {
  body:not(.cms-page-view) .main-container.col3-layout, body:not(.cms-page-view) .main-container.col2-right-layout:not(.custom_product_list) {
    padding-top: 150px;
  }
}

body:not(.cms-page-view).legacy_page .main-container, body:not(.cms-page-view).clp_page .main-container {
  padding: 30px 0;
}

body:not(.cms-page-view).legacy_page .main-container.col2-right-layout, body:not(.cms-page-view).clp_page .main-container.col2-right-layout {
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  body:not(.cms-page-view).legacy_page .main-container.col2-right-layout, body:not(.cms-page-view).clp_page .main-container.col2-right-layout {
    padding-top: 30px;
  }
}

body .main-container.col2-left-layout {
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  body .main-container.col2-left-layout {
    margin-left: 0px;
    margin-right: 0px;
  }
}

body .main-container.col2-left-layout .page-title {
  margin-bottom: 30px;
}

body.cms-home .main-container.col1-layout {
  padding: 0;
}

body.no-banner {
  padding-top: 165px;
}

@media only screen and (max-width: 767px) {
  body.no-banner {
    padding-top: 150px;
  }
}

body.catalog-product-view {
  margin-top: 0;
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  body.catalog-product-view {
    padding-top: 0;
  }
}

body.catalog-product-view .col1-pdp-layout {
  padding: 0;
}

.main-container {
  padding-bottom: 3em;
  padding-top: 3em;
}

.cms-index-index .main-container {
  padding-bottom: 0;
  padding-top: 0;
}

body.cms-page-view:not(.cms-meet-the-artist) {
  padding-top: 160px;
}

@media only screen and (max-width: 767px) {
  body.cms-page-view:not(.cms-meet-the-artist) {
    padding-top: 110px;
  }
}

body.cms-page-view:not(.cms-meet-the-artist) .main-container.col1-layout {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  body.cms-page-view:not(.cms-meet-the-artist) .main-container.col1-layout {
    padding-top: 0;
  }
}

body.cms-page-view:not(.cms-meet-the-artist) ul.breadcrumb {
  padding: 50px 0 20px;
}

@media only screen and (min-width: 768px) {
  body.cms-page-view:not(.cms-meet-the-artist) ul.breadcrumb {
    margin-left: -10px;
    margin-right: -10px;
  }
}

body.cms-page-view.cms-template, body.cms-page-view.cms-galleries-detail {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  body.cms-page-view.cms-template, body.cms-page-view.cms-galleries-detail {
    padding-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  body.cms-page-view.cms-template ul.breadcrumb, body.cms-page-view.cms-galleries-detail ul.breadcrumb {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  body.cms-page-view.cms-template ul.breadcrumb, body.cms-page-view.cms-galleries-detail ul.breadcrumb {
    padding: 15px;
  }
}

body.cms-page-view.cms-template.lower-banner {
  padding-top: 147px;
}

@media only screen and (max-width: 1023px) {
  body.cms-page-view.cms-template.lower-banner {
    padding-top: 140px;
  }
}

@media only screen and (max-width: 767px) {
  body.cms-page-view.cms-template.lower-banner {
    padding-top: 150px;
  }
}

body[class*='blog-']:not(.cms-index-index) .with-breadcrumbs + .content-wrapper .main-container {
  padding-top: 1.5em;
}

.catalogsearch-result-index:not(.cms-index-index) .with-breadcrumbs + .content-wrapper .main-container,
.catalog-category-view:not(.cms-index-index) .with-breadcrumbs + .content-wrapper .main-container {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .cms-banner .desktop {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .cms-banner .mobile {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .cms-banner .mobile {
    display: block;
  }
  .cms-banner .mobile img {
    object-fit: initial !important;
    object-position: initial !important;
    height: initial !important;
  }
}

.cms-internal .cms-banner,
.cms-page-view .cms-banner {
  position: relative;
}

.cms-internal .cms-banner .img img,
.cms-page-view .cms-banner .img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center top;
}

@media only screen and (min-width: 1920px) {
  .cms-internal .cms-banner .img img,
  .cms-page-view .cms-banner .img img {
    width: 100%;
  }
}

.cms-meet-the-artist .cms-banner {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .cms-meet-the-artist .cms-banner {
    margin-bottom: 30px;
  }
}

.cms-meet-the-artist .cms-banner .img img {
  width: 100%;
  height: 720px;
  object-fit: cover;
  object-position: center top;
}

@media only screen and (min-width: 1920px) {
  .cms-meet-the-artist .cms-banner .img img {
    width: 100%;
  }
}

.subcat-listing ul {
  padding: 0 !important;
  padding: 0 !important;
}

.subcat-listing ul li {
  list-style: none;
  float: left;
  margin: 0 0 20px 6px !important;
  position: relative;
  width: auto;
  list-style: none;
  float: left;
  margin: 0 6px 20px 0px !important;
  position: relative;
  width: auto;
}

.subcat-listing ul li a img {
  border: 3px solid #8F9296;
  border: 3px solid #353639;
}

.subcat-listing ul li a img:hover {
  border: 3px solid #fff;
  border: 3px solid #fff;
}

.leftSearchbar {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.hd1Art {
  color: #CCC;
}

.buttons-set a.f-left {
  color: #f00;
  padding-top: 7px;
}

.customer-account-login,
.customer-account-create {
  background: rgba(178, 148, 90, 0.07);
}

.customer-account-login .account-create .page-title,
.customer-account-login .account-login .page-title,
.customer-account-create .account-create .page-title,
.customer-account-create .account-login .page-title {
  text-align: center;
  margin-bottom: 60px;
}

.customer-account-login .account-create .page-title h1,
.customer-account-login .account-login .page-title h1,
.customer-account-create .account-create .page-title h1,
.customer-account-create .account-login .page-title h1 {
  color: #2D2D2D;
}

span.please-wait {
  color: #000;
  font-weight: bold;
}

#review-buttons-container p {
  color: #000;
}

#review-buttons-container p a {
  color: #000;
}

.productFrameHeading {
  font-size: 14px !important;
}

.block-cart {
  display: none;
}

.midSlider_dd {
  margin-bottom: 45px !important;
}

.category-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 60px;
  margin-bottom: 30px;
  border-bottom: 2px solid #B2945A;
}

@media only screen and (max-width: 767px) {
  .category-inner {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

.category-inner .category-title {
  width: 33.33333%;
}

@media only screen and (max-width: 767px) {
  .category-inner .category-title {
    width: 100%;
  }
}

.category-inner .category-title.page-title h1, .category-inner .category-title.page-title h2, .category-inner .category-title.page-title h3 {
  font-size: 30px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .category-inner .category-title.page-title h1, .category-inner .category-title.page-title h2, .category-inner .category-title.page-title h3 {
    font-size: 24px;
  }
}

.category-inner .category-description {
  width: 66.66667%;
  padding-left: 34px;
  padding-right: 8.33333%;
}

@media only screen and (max-width: 1023px) {
  .category-inner .category-description {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .category-inner .category-description {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}

.category-inner .category-description.std {
  font-size: 18px;
  line-height: 28px;
}

.category-inner .category-description.std a {
  font-weight: 700;
}

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

.category-inner .category-description.active .moreellipses {
  display: none;
}

.category-inner .category-description .morelink {
  cursor: pointer;
  color: #B2945A;
  font-weight: 700;
  text-transform: uppercase;
}

.category-inner .category-description .morelink.less {
  display: table-cell;
}

.category-inner .category-description .morelink:hover {
  text-decoration: underline;
}

body:not(.legacy_page) .category-products {
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  body:not(.legacy_page) .category-products {
    margin: 0;
  }
}

body:not(.legacy_page) .category-products > .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  body:not(.legacy_page) .category-products > .items {
    margin-left: -5px;
    margin-right: -5px;
  }
}

body:not(.legacy_page) .category-products > .items .item {
  width: 33.33333%;
  padding: 10px;
}

@media only screen and (max-width: 1023px) {
  body:not(.legacy_page) .category-products > .items .item {
    padding: 5px;
    width: 50%;
  }
}

body:not(.legacy_page) .category-products .subcat_h2 a {
  font-family: 'Noto Serif', serif;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  body:not(.legacy_page) .category-products .subcat_h2 a {
    font-size: 16px;
  }
}

body:not(.legacy_page) .category-products .product-image {
  position: relative;
  overflow: hidden;
}

body:not(.legacy_page) .category-products .product-image .product-img-pos {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  body:not(.legacy_page) .category-products .product-image .product-img-pos {
    pointer-events: none;
  }
}

body:not(.legacy_page) .category-products .product-image .product-img-pos .product-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  pointer-events: none;
}

body:not(.legacy_page) .category-products .product-image .product-img-pos .product-img img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

body:not(.legacy_page) .category-products .product-image.visible .product-inner-pos {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

body:not(.legacy_page) .category-products .product-image .product-inner-pos {
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* flex-wrap: wrap; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 10;
  background-color: rgba(249, 247, 243, 0.9);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  visibility: hidden;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  body:not(.legacy_page) .category-products .product-image .product-inner-pos {
    padding: 10px;
  }
}

body:not(.legacy_page) .category-products .product-image .product-list-attribute {
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  body:not(.legacy_page) .category-products .product-image .product-list-attribute {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

body:not(.legacy_page) .category-products .product-image .product-list-attribute h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  body:not(.legacy_page) .category-products .product-image .product-list-attribute h5 {
    font-size: 11px;
    margin-bottom: 5px;
  }
}

body:not(.legacy_page) .category-products .product-image .product-list-attribute h2 {
  position: relative;
}

@media only screen and (max-width: 767px) {
  body:not(.legacy_page) .category-products .product-image .product-list-attribute h2 {
    font-size: 14px;
    line-height: 18px;
  }
}

body:not(.legacy_page) .category-products .product-image .product-list-attribute h4 {
  position: relative;
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  body:not(.legacy_page) .category-products .product-image .product-list-attribute h4 {
    display: none;
  }
}

body:not(.legacy_page) .category-products .product-image .actions {
  text-align: center;
}

body:not(.legacy_page) .category-products .product-image .actions .button {
  width: 235px;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  body:not(.legacy_page) .category-products .product-image .actions .button {
    width: auto;
  }
}

body:not(.legacy_page) .category-products .product-image .view-detail-product {
  position: absolute;
  display: inline-block;
  bottom: 15px;
  right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body:not(.legacy_page) .category-products .product-image .view-detail-product .hover-buttons {
  margin-left: 12px;
}

@media only screen and (max-width: 1023px) {
  body:not(.legacy_page) .category-products .product-image .view-detail-product .hover-buttons {
    display: none;
  }
}

body:not(.legacy_page) .category-products .product-image .view-detail-product .hover-buttons .lightbox-button {
  display: block;
  padding: 0;
}

body:not(.legacy_page) .category-products .product-image .view-detail-product .hover-buttons .meigeeadditional-zoom {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

body:not(.legacy_page) .category-products .product-image .view-detail-product .hover-buttons .meigeeadditional-zoom:hover {
  color: black;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

body:not(.legacy_page) .category-products .product-image .contact-pricing-btn {
  margin-top: 15px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  body:not(.legacy_page) .category-products .product-image .contact-pricing-btn {
    display: none;
  }
}

.modal.ekko-lightbox button.close {
  right: 5px;
  min-width: 1px;
  padding: 0;
  color: #2D2D2D;
}

.toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.toolbar .pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 42px;
}

.toolbar .pager .amount {
  margin: 0;
}

.toolbar .pager .pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.toolbar .pager .pages strong {
  display: none;
}

.toolbar .pager .pages ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  color: #B2945A;
  font-size: 16px;
  font-weight: 600;
}

.toolbar .pager .pages ol li {
  margin: 0 10px;
}

.toolbar .pager .pages ol li.current {
  color: #2D2D2D;
}

.toolbar .pager .pages ol li a {
  color: #B2945A;
}

.toolbar .pager .pages ol li a:hover {
  color: #2D2D2D;
}

.toolbar .pager .pages ol li .next img, .toolbar .pager .pages ol li .previous img {
  display: none;
}

.toolbar .pager .pages ol li .next:before, .toolbar .pager .pages ol li .previous:before {
  font-family: 'mangelsen-icons';
  font-size: 16px;
  text-align: center;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.toolbar .pager .pages ol li .next:before {
  content: "\e917";
}

.toolbar .pager .pages ol li .previous:before {
  content: "\e918";
}

.toolbar .sorter {
  padding: 0;
  margin: 0;
  width: 100%;
}

.toolbar .sorter .view-mode {
  margin: 0;
}

.toolbar .sorter .sort-by label {
  margin-right: 5px;
}

.toolbar .sorter .sort-by select {
  width: 170px;
}

.toolbar-top {
  margin-left: 140px;
  margin-bottom: 20px;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .toolbar-top {
    margin-left: 100px;
    padding-right: 0;
  }
}

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

.toolbar-top .toolbar .pager .pages {
  display: none;
}

@media only screen and (max-width: 767px) {
  .toolbar-top .toolbar .sorter {
    float: right;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.toolbar-top .toolbar .sorter .sort-by,
.toolbar-top .toolbar .sorter .amount {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .toolbar-top .toolbar .sorter .sort-by,
  .toolbar-top .toolbar .sorter .amount {
    display: block;
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .toolbar-top .toolbar .sorter .amount {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 10px;
  }
}

.toolbar-top .toolbar .sorter.formobile .view-mode,
.toolbar-top .toolbar .sorter.formobile .amount {
  display: none;
}

.pager li > a, .pager li > span {
  display: inline-block;
  padding: inherit;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.pager li > a:hover, .pager li > span:hover {
  background-color: transparent;
  border: none;
}

.toolbar-bottom {
  margin-top: 20px;
}

.toolbar-bottom .toolbar .pager {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.toolbar-bottom .toolbar .pager .amount {
  display: none;
}

.toolbar-bottom .toolbar .sorter {
  display: none;
}

.toolbar-bottom .pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.toolbar-bottom .pager .amount {
  margin: 0;
}

.toolbar-bottom .pager .pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.toolbar-bottom .pager .pages strong {
  display: none;
}

.toolbar-bottom .pager .pages ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  color: #B2945A;
  font-size: 16px;
  font-weight: 600;
}

.toolbar-bottom .pager .pages ol li {
  margin: 0 10px;
}

.toolbar-bottom .pager .pages ol li.current {
  color: #2D2D2D;
}

.toolbar-bottom .pager .pages ol li a {
  color: #B2945A;
}

.toolbar-bottom .pager .pages ol li a:hover {
  color: #2D2D2D;
}

.toolbar-bottom .pager .pages ol li .next img, .toolbar-bottom .pager .pages ol li .previous img {
  display: none;
}

.toolbar-bottom .pager .pages ol li .next:before, .toolbar-bottom .pager .pages ol li .previous:before {
  font-family: 'mangelsen-icons';
  font-size: 16px;
  text-align: center;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.toolbar-bottom .pager .pages ol li .next:before {
  content: "\e917";
}

.toolbar-bottom .pager .pages ol li .previous:before {
  content: "\e918";
}

.legacy_page .category-products {
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .legacy_page .category-products {
    margin: 0;
  }
}

.legacy_page .category-products > .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .legacy_page .category-products > .items {
    margin-left: -5px;
    margin-right: -5px;
    width: initial;
  }
}

.legacy_page .category-products > .items .item {
  margin: 0;
  width: 33.33333%;
  padding: 10px;
}

@media only screen and (max-width: 1023px) {
  .legacy_page .category-products > .items .item {
    padding: 5px;
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .legacy_page .category-products > .items .item {
    padding: 5px;
  }
}

.legacy_page .category-products > .items .item.vertical {
  width: 33.33333%;
}

@media only screen and (max-width: 767px) {
  .legacy_page .category-products > .items .item.vertical {
    width: 50%;
  }
}

.legacy_page .category-products > .items .item.horizontal {
  width: 33.33333%;
}

@media only screen and (max-width: 767px) {
  .legacy_page .category-products > .items .item.horizontal {
    width: 50%;
  }
}

.legacy_page .category-products > .items .item.panoramic {
  width: 66.66667%;
}

@media only screen and (max-width: 767px) {
  .legacy_page .category-products > .items .item.panoramic {
    width: 100%;
  }
}

.legacy_page .category-products .subcat_h2 a {
  font-family: 'Noto Serif', serif;
  font-size: 18px;
}

.legacy_page .category-products .product-image {
  position: relative;
  overflow: hidden;
}

.legacy_page .category-products .product-image .product-img-pos {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .legacy_page .category-products .product-image .product-img-pos {
    pointer-events: none;
  }
}

.legacy_page .category-products .product-image.visible .product-inner-pos {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.legacy_page .category-products .product-image .close-icon-mobile {
  top: initial;
  right: 50%;
  bottom: 50px;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

.legacy_page .category-products .product-image .close-icon-mobile span {
  display: block;
  font-size: 16px;
}

.legacy_page .category-products .product-image .product-inner-pos {
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* flex-wrap: wrap; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 10;
  background-color: rgba(249, 247, 243, 0.9);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  visibility: hidden;
  opacity: 0;
}

@media only screen and (max-width: 1023px) {
  .legacy_page .category-products .product-image .product-inner-pos {
    position: fixed;
    z-index: 999;
  }
}

.legacy_page .category-products .product-image .product-list-attribute {
  text-align: center;
}

.legacy_page .category-products .product-image .product-list-attribute h5 {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.legacy_page .category-products .product-image .product-list-attribute h2 {
  position: relative;
}

.legacy_page .category-products .product-image .product-list-attribute h4 {
  position: relative;
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.legacy_page .category-products .product-image .actions {
  text-align: center;
}

.legacy_page .category-products .product-image .actions .button {
  width: 235px;
  padding-left: 10px;
  padding-right: 10px;
}

.legacy_page .category-products .product-image .view-detail-product {
  position: absolute;
  display: inline-block;
  bottom: 15px;
  right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.legacy_page .category-products .product-image .view-detail-product .hover-buttons {
  margin-left: 12px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (orientation: portrait) {
  .legacy_page .category-products .product-image .view-detail-product .hover-buttons {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .legacy_page .category-products .product-image .view-detail-product .hover-buttons {
    display: none;
  }
}

.legacy_page .category-products .product-image .view-detail-product .hover-buttons .lightbox-button {
  display: block;
  padding: 0;
}

.legacy_page .category-products .product-image .view-detail-product .hover-buttons .meigeeadditional-zoom {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.legacy_page .category-products .product-image .view-detail-product .hover-buttons .meigeeadditional-zoom:hover {
  color: black;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.legacy_page .category-products .product-image .contact-pricing-btn {
  position: relative;
  margin-top: 15px;
}

.catalog-category-view.category-books .category-inner, .catalog-category-view.category-calendars .category-inner, .catalog-category-view.category-gift-card .category-inner {
  padding-bottom: 0;
}

.catalog-category-view.category-books .category-inner .page-title.category-title,
.catalog-category-view.category-books .category-inner .category-description.std, .catalog-category-view.category-calendars .category-inner .page-title.category-title,
.catalog-category-view.category-calendars .category-inner .category-description.std, .catalog-category-view.category-gift-card .category-inner .page-title.category-title,
.catalog-category-view.category-gift-card .category-inner .category-description.std {
  display: none;
  visibility: hidden;
}

.clp_page .filter-block {
  display: none;
}

.clp_page .category-products {
  margin: 0 -10px;
}

.clp_page .category-products .clp-products {
  width: 100%;
}

.clp_page .category-products .clp-products .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
}

.clp_page .category-products .clp-products .items .item {
  width: 25%;
  padding: 10px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1023px) {
  .clp_page .category-products .clp-products .items .item {
    width: 33.33333%;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .clp_page .category-products .clp-products .items .item {
    width: 50%;
    margin-bottom: 20px;
    padding: 5px;
  }
}

.clp_page .category-products .clp-products .items .item .subcat_h2 {
  font-size: 18px;
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  .clp_page .category-products .clp-products .items .item .subcat_h2 {
    font-size: 16px;
  }
}

.clp_page .category-products .clp-products .items .item a.thumbnail {
  position: relative;
  padding-bottom: 66%;
  overflow: hidden;
  display: block;
}

.clp_page .category-products .clp-products .items .item a.thumbnail img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.clp_page .category-products .clp-products .items .item img {
  width: 100%;
}

.blogDescri img {
  padding-right: 15px;
}

#homenewsArchive ul {
  list-style: none;
  padding: 0 8px 0 0;
  margin-top: 9px;
}

#homenewsArchive ul li {
  display: inline-block;
  border: 1px solid #273138;
  background-image: url(../images/footerLiBg.png);
  background-repeat: repeat-x;
  text-align: center;
  box-shadow: 0 1px 4px #333;
  margin-left: 8px;
}

#homenewsArchive ul li a {
  color: #fff;
  font-size: 12px;
  display: block;
  padding: 7px 14px 5px;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 0 0 2px #000000;
  text-transform: uppercase;
  box-shadow: 0 1px 4px #222222;
}

#homenewsArchive ul li a:hover {
  background-color: #505558;
}

.filters-block {
  display: none;
}

.discount h2 {
  display: none;
}

.block-reorder {
  display: none;
}

.tomStorydiv {
  width: 395px;
  margin-top: 30px;
}

.ItemNumber {
  width: auto;
  float: left;
}

.tomStoryContain {
  width: 245px;
  float: left;
  margin-left: 15px;
}

.tomStoryContain img {
  padding: 0 !important;
}

#featureDetails {
  float: left;
  width: 340px;
  height: 415px;
  padding-left: 40px;
  text-align: left;
}

#featureDetails p {
  color: #fff !important;
}

.categorylinkClass_376 {
  color: #CCC;
  font-size: 14px !important;
  text-transform: uppercase;
}

.categorylinkClass_377 {
  color: #CCC;
  font-size: 14px !important;
  text-transform: uppercase;
}

.categorylinkClass_379 {
  color: #CCC;
  font-size: 14px !important;
  text-transform: uppercase;
}

.categorylinkClass_378 {
  color: #CCC;
  font-size: 14px !important;
  text-transform: uppercase;
}

.categoryliClass_376 {
  display: none;
}

.categoryliClass_377 {
  display: none;
}

.categoryliClass_379 {
  display: none;
}

.categoryliClass_378 {
  display: none;
}

.lastHeading {
  top: 143px !important;
  width: 230px !important;
}

#checkout-shipping-method-load h3 {
  display: none;
}

#checkout-shipping-method-load i {
  display: none;
}

.collect-w-con {
  padding-top: 10px;
  font-size: 13px;
  margin-bottom: 20px;
}

.productFrames img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.radioOuter .product-options dl dt label {
  display: none;
}

.configurable-price-from-label {
  margin-right: 3px;
  font-family: 'Noto Serif', serif;
  font-size: 16px;
}

.product-img-box .midSlider_dd {
  margin-bottom: 0px !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after {
    content: "";
  }
  a[href^="javascript:"]:after {
    content: "";
  }
  a[href^="#"]:after {
    content: "";
  }
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  h2 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
}

/*gol*/
.close-icon-mobile {
  position: absolute;
  z-index: 11;
  display: none;
  height: 40px;
  padding-left: 40px;
  top: 0px;
  right: 0px;
  font-weight: normal;
  color: #B2945A;
}

.close-icon-mobile:before {
  font-family: 'mangelsen-icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-weight: normal;
  display: block;
  text-align: center;
  content: "\e910";
  top: 5px;
  left: 5px;
  color: #B2945A;
  position: absolute;
}

.close-icon-mobile span {
  display: none;
  line-height: 40px;
  font-weight: 600;
}

@media only screen and (max-width: 1023px) {
  .close-icon-mobile {
    display: block;
  }
}

.link-full {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.new_releases_cms {
  padding: 90px 0 60px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .new_releases_cms {
    padding: 40px 10px;
  }
}

.new_releases_cms .title {
  text-align: center;
}

.new_releases_cms h2 {
  text-transform: uppercase;
  padding-bottom: 45px;
  letter-spacing: 1.5px;
}

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

.new_releases_cms h3 {
  font-size: 30px;
  display: block;
  margin: 16px 0 10px;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .new_releases_cms h3 {
    font-size: 24px;
  }
}

.new_releases_cms h3 a:hover {
  color: #B2945A;
}

.new_releases_cms ul {
  list-style: none;
  margin: 0 -9px;
  padding: 0 0 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .new_releases_cms ul {
    margin: 0;
    padding: 0 0 15px;
  }
}

.new_releases_cms ul.col-2 li {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .new_releases_cms ul.col-2 li {
    width: 100%;
  }
}

.new_releases_cms ul.col-3 li {
  width: 33.33333%;
}

@media only screen and (max-width: 1023px) {
  .new_releases_cms ul.col-3 li {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .new_releases_cms ul.col-3 li {
    width: 100%;
  }
}

.new_releases_cms ul li {
  padding: 9px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .new_releases_cms ul li {
    padding: 0 0 20px;
  }
}

.new_releases_cms ul li > a {
  display: block;
  box-shadow: 0 2px 4px 0 #DADADA;
}

.new_releases_cms ul li .new-block {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 #DADADA;
}

.new_releases_cms ul li .new-block .btn-bar {
  pointer-events: auto;
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  .new_releases_cms ul li .new-block .btn-bar {
    margin-top: 15px;
  }
  .new_releases_cms ul li .new-block .btn-bar .button.primary {
    min-width: 155px;
  }
}

.new_releases_cms ul li .new-block .caption {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  visibility: hidden;
  opacity: 0;
}

.new_releases_cms ul li .new-block .middle {
  width: 100%;
  padding: 20px;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .new_releases_cms ul li .new-block .middle .sub-hed {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .new_releases_cms ul li .new-block .middle .locations {
    font-size: 14px;
  }
}

.new_releases_cms ul li img {
  width: 100%;
}

.new_releases_cms ul li.visible .new-block {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.new_releases_cms ul li.visible .caption {
  visibility: visible;
  opacity: 1;
}

.featured_subjects_cms .featured-subjects-inner {
  padding: 70px 0 60px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .featured_subjects_cms .featured-subjects-inner {
    padding: 40px 10px;
  }
}

.featured_subjects_cms .featured-subjects-inner::before {
  content: '';
  background-color: rgba(178, 148, 90, 0.07);
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 100vw;
  margin-left: -50vw;
  z-index: -1;
}

.featured_subjects_cms .featured-subjects-inner .slick-arrow:before {
  color: #fff;
}

.featured_subjects_cms .featured-subjects-inner .slick-arrow.slick-prev {
  left: 10px;
}

.featured_subjects_cms .featured-subjects-inner .slick-arrow.slick-next {
  right: 10px;
}

.featured_subjects_cms .title {
  text-align: center;
}

.featured_subjects_cms h2 {
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 38px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .featured_subjects_cms h2 {
    font-size: 20px;
    padding-bottom: 30px;
  }
}

.featured_subjects_cms h3 {
  font-size: 30px;
  display: block;
  width: 100%;
  padding: 20px 30px;
  letter-spacing: 1px;
  line-height: 1;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .featured_subjects_cms h3 {
    font-size: 24px;
    padding: 20px 30px;
  }
}

.featured_subjects_cms h3 a.arrow-link {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.featured_subjects_cms h3 a.arrow-link:before {
  font-family: 'mangelsen-icons';
  content: "\e917";
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #B2945A;
  font-size: 20px;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.featured_subjects_cms ul {
  list-style: none;
  margin: 0 -9px;
  padding: 0 0 35px;
}

@media only screen and (max-width: 767px) {
  .featured_subjects_cms ul {
    margin: 0;
  }
}

.featured_subjects_cms ul li {
  width: 33.33333%;
  padding: 9px;
}

@media only screen and (max-width: 767px) {
  .featured_subjects_cms ul li {
    width: 100%;
    padding: 0;
  }
}

.featured_subjects_cms ul li .new-block {
  display: block;
  position: relative;
  overflow: hidden;
}

.featured_subjects_cms ul li .new-block .btn-bar {
  margin-top: 38px;
}

@media only screen and (max-width: 767px) {
  .featured_subjects_cms ul li .new-block .btn-bar {
    margin-top: 15px;
  }
}

.featured_subjects_cms ul li .new-block .btn-bar .button {
  min-width: 100%;
  padding: 0 20px;
}

.featured_subjects_cms ul li .new-block .caption {
  text-align: left;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
}

.featured_subjects_cms ul li .new-block .middle {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 100%;
  padding: 0 30px 30px;
  margin-bottom: -100%;
}

.featured_subjects_cms ul li img {
  width: 100%;
}

.featured_subjects_cms ul li.visible .middle {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-bottom: 0;
}

.related-subjects-inner {
  padding: 70px 0 60px;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .related-subjects-inner {
    padding: 40px 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .related-subjects-inner {
    padding: 30px 0 20px;
  }
}

.related-subjects-inner:before {
  content: '';
}

.related-subjects-inner:before {
  content: '';
  background-color: rgba(178, 148, 90, 0.07);
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 100vw;
  margin-left: -50vw;
  z-index: -1;
}

.related-subjects-inner .slick-arrow:before {
  color: #fff;
}

.related-subjects-inner .slick-arrow.slick-prev {
  left: 10px;
}

.related-subjects-inner .slick-arrow.slick-next {
  right: 10px;
}

.related-subjects-inner .title {
  text-align: center;
}

.related-subjects-inner h2 {
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 38px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .related-subjects-inner h2 {
    font-size: 20px;
    padding-bottom: 30px;
  }
}

.related-subjects-inner h3 {
  font-size: 30px;
  display: block;
  width: 100%;
  padding: 20px 30px;
  letter-spacing: 1px;
  line-height: 1;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .related-subjects-inner h3 {
    font-size: 24px;
    padding: 20px 30px;
  }
}

.related-subjects-inner h3 a.arrow-link {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.related-subjects-inner h3 a.arrow-link:before {
  font-family: 'mangelsen-icons';
  content: "\e917";
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #B2945A;
  font-size: 20px;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.related-subjects-inner ul.items {
  list-style: none;
  margin: 0 -9px;
  padding: 0 0 35px;
}

@media only screen and (max-width: 767px) {
  .related-subjects-inner ul.items {
    margin: 0;
  }
}

.related-subjects-inner ul.items li {
  width: 33.33333%;
  padding: 9px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .related-subjects-inner ul.items li {
    width: 100%;
    padding: 0;
  }
}

.related-subjects-inner ul.items li .new-block {
  display: block;
  position: relative;
  overflow: hidden;
}

.related-subjects-inner ul.items li .new-block .btn-bar {
  margin-top: 38px;
}

@media only screen and (max-width: 767px) {
  .related-subjects-inner ul.items li .new-block .btn-bar {
    margin-top: 15px;
  }
}

.related-subjects-inner ul.items li .new-block .btn-bar .button {
  min-width: 100%;
  padding: 0 20px;
}

.related-subjects-inner ul.items li .new-block .caption {
  text-align: left;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
}

.related-subjects-inner ul.items li .new-block .middle {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 100%;
  padding: 0 30px 30px;
  margin-bottom: -100%;
}

.related-subjects-inner ul.items li img {
  width: 100%;
}

.related-subjects-inner ul.items li.visible .middle {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-bottom: 0;
}

.all-new-link {
  text-align: center;
  margin: auto;
}

.all-new-link a {
  display: inline-block;
  padding: 3px 0;
  border-bottom: 2px solid #B2945A;
  color: #2D2D2D;
  font-weight: 600;
  font-size: 16px;
}

.all-new-link a:hover {
  color: #2D2D2D;
  border-color: #2D2D2D;
  text-decoration: none;
}

.best_sellers_cms .best-sellers-inner {
  padding: 70px 0 95px;
  font-weight: 600;
}

@media only screen and (max-width: 1023px) {
  .best_sellers_cms .best-sellers-inner {
    padding: 40px 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .best_sellers_cms .best-sellers-inner {
    padding: 40px 10px 20px;
  }
}

.best_sellers_cms .best-sellers-inner .slick-arrow.slick-prev {
  left: -40px;
}

.best_sellers_cms .best-sellers-inner .slick-arrow.slick-next {
  right: -40px;
}

.best_sellers_cms .all-new-link {
  margin-bottom: 30px;
}

.best_sellers_cms .title {
  text-align: center;
}

.best_sellers_cms h2 {
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 38px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .best_sellers_cms h2 {
    font-size: 20px;
    padding-bottom: 30px;
  }
}

.best_sellers_cms h3 {
  display: block;
  letter-spacing: 1px;
  margin: 16px 0 10px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .best_sellers_cms h3 {
    margin: 10px 0 5px;
  }
}

.best_sellers_cms h3 a:hover {
  color: #B2945A;
}

.best_sellers_cms ul {
  list-style: none;
  margin: 0 -9px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .best_sellers_cms ul {
    margin: 0 -5px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.best_sellers_cms ul li {
  width: 25%;
  padding: 9px;
}

@media only screen and (max-width: 767px) {
  .best_sellers_cms ul li {
    width: 50%;
    padding: 5px;
    display: none;
  }
  .best_sellers_cms ul li:nth-child(1), .best_sellers_cms ul li:nth-child(2), .best_sellers_cms ul li:nth-child(3), .best_sellers_cms ul li:nth-child(4) {
    display: block;
  }
}

.best_sellers_cms ul li .new-block {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 #DADADA;
}

.best_sellers_cms ul li .new-block .btn-bar {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  .best_sellers_cms ul li .new-block .btn-bar {
    margin-top: 15px;
  }
}

.best_sellers_cms ul li .new-block .caption {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  visibility: hidden;
  opacity: 0;
}

.best_sellers_cms ul li .new-block .middle {
  width: 100%;
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .best_sellers_cms ul li .new-block .middle {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .best_sellers_cms ul li .new-block .middle .sub-hed {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .best_sellers_cms ul li .new-block .middle .locations {
    font-size: 14px;
  }
}

.best_sellers_cms ul li img {
  width: 100%;
}

.best_sellers_cms ul li.visible .new-block {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.best_sellers_cms ul li.visible .caption {
  visibility: visible;
  opacity: 1;
}

.best_sellers_cms ul li.visible .caption h3 {
  color: #B2945A;
}

.related-bottom-main .related-product-inner {
  padding: 60px 0;
  font-weight: 600;
}

@media only screen and (max-width: 1023px) {
  .related-bottom-main .related-product-inner {
    padding: 40px 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .related-bottom-main .related-product-inner {
    padding: 40px 10px 20px;
  }
}

.related-bottom-main .related-product-inner .slick-arrow.slick-prev {
  left: -40px;
}

.related-bottom-main .related-product-inner .slick-arrow.slick-next {
  right: -40px;
}

.related-bottom-main .all-new-link {
  margin-bottom: 30px;
}

.related-bottom-main .title {
  text-align: center;
}

.related-bottom-main h2 {
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 38px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .related-bottom-main h2 {
    font-size: 20px;
    padding-bottom: 30px;
  }
}

.related-bottom-main h3 {
  display: block;
  letter-spacing: 1px;
  margin: 16px 0 10px;
}

@media only screen and (max-width: 767px) {
  .related-bottom-main h3 {
    margin: 10px 0 5px;
  }
}

.related-bottom-main ul {
  list-style: none;
  margin: 0 -9px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .related-bottom-main ul {
    margin: 0 -5px;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.related-bottom-main ul li {
  width: 25%;
  padding: 9px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .related-bottom-main ul li {
    width: 50%;
    padding: 5px;
    display: none;
  }
  .related-bottom-main ul li:nth-child(1), .related-bottom-main ul li:nth-child(2), .related-bottom-main ul li:nth-child(3), .related-bottom-main ul li:nth-child(4) {
    display: block;
  }
}

.related-bottom-main ul li .new-block {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 #DADADA;
}

.related-bottom-main ul li .new-block .btn-bar {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  .related-bottom-main ul li .new-block .btn-bar {
    margin-top: 15px;
  }
}

.related-bottom-main ul li .new-block .image-thumb-pos {
  position: relative;
  padding-bottom: 135%;
  overflow: hidden;
}

.related-bottom-main ul li .new-block .image-thumb-pos .product-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  pointer-events: none;
}

.related-bottom-main ul li .new-block .image-thumb-pos .product-image img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  pointer-events: none;
  margin: auto;
}

.related-bottom-main ul li .new-block .caption {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  visibility: hidden;
  opacity: 0;
}

.related-bottom-main ul li .new-block .middle {
  width: 100%;
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .related-bottom-main ul li .new-block .middle {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .related-bottom-main ul li .new-block .middle .sub-hed {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .related-bottom-main ul li .new-block .middle .locations {
    font-size: 14px;
  }
}

.related-bottom-main ul li.visible .new-block {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.related-bottom-main ul li.visible .caption {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .visit_gallery_cms {
    margin: 0 -10px;
    background: rgba(178, 148, 90, 0.07);
  }
}

.visit_gallery_cms .visit-gallery-inner {
  margin-bottom: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  position: relative;
  padding: 50px 0;
}

@media only screen and (max-width: 1023px) {
  .visit_gallery_cms .visit-gallery-inner {
    margin-bottom: 60px;
    padding: 35px 0;
  }
}

@media only screen and (max-width: 767px) {
  .visit_gallery_cms .visit-gallery-inner {
    padding: 35px 20px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .visit_gallery_cms .visit-gallery-inner:before {
    content: '';
    background-color: rgba(178, 148, 90, 0.07);
    position: absolute;
    top: 0;
    right: 16.66667%;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
}

@media only screen and (min-width: 1024px) {
  .visit_gallery_cms .visit-gallery-inner:before {
    left: 8.33333%;
  }
}

.visit_gallery_cms .visit-gallery-inner h3 {
  font-size: 30px;
  margin: 14px 0 30px;
}

@media only screen and (max-width: 767px) {
  .visit_gallery_cms .visit-gallery-inner h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .visit_gallery_cms .visit-gallery-inner .gallery-img {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .visit_gallery_cms .visit-gallery-inner .gallery-img {
    padding-right: 0;
    width: 58.33333%;
  }
}

@media only screen and (min-width: 1024px) {
  .visit_gallery_cms .visit-gallery-inner .gallery-img {
    padding-right: 8.33333%;
  }
}

@media only screen and (min-width: 768px) {
  .visit_gallery_cms .visit-gallery-inner .caption {
    padding-left: 0;
    width: 41.66667%;
  }
}

@media only screen and (min-width: 1024px) {
  .visit_gallery_cms .visit-gallery-inner .caption {
    padding-left: 8.33333%;
  }
}

.visit_gallery_cms .visit-gallery-inner .caption .middle {
  padding: 60px;
}

@media only screen and (max-width: 1023px) {
  .visit_gallery_cms .visit-gallery-inner .caption .middle {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .visit_gallery_cms .visit-gallery-inner .caption .middle {
    padding: 0;
  }
}

.visit_gallery_cms .visit-gallery-inner .caption span {
  text-transform: uppercase;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .visit_gallery_cms .visit-gallery-inner .caption span {
    text-transform: none;
  }
}

@media only screen and (max-width: 767px) {
  .visit_gallery_cms .visit-gallery-inner .btn-bar .button.primary {
    min-width: 225px;
  }
}

.meet_the_artist_cms .meet-the-artist-inner {
  position: relative;
}

.meet_the_artist_cms .meet-the-artist-inner img {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-position: center bottom;
  object-fit: cover;
}

.meet_the_artist_cms .meet-the-artist-inner img.desktop_breakpoint {
  display: block;
}

@media only screen and (max-width: 767px) {
  .meet_the_artist_cms .meet-the-artist-inner img.desktop_breakpoint {
    display: none;
  }
}

.meet_the_artist_cms .meet-the-artist-inner img.mobile_breakpoint {
  display: none;
}

@media only screen and (max-width: 767px) {
  .meet_the_artist_cms .meet-the-artist-inner img.mobile_breakpoint {
    display: block;
  }
}

.meet_the_artist_cms .meet-the-artist-inner .container {
  max-width: 1338px;
  padding-left: 34px;
  padding-right: 34px;
  margin: auto;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .meet_the_artist_cms .meet-the-artist-inner .container {
    padding: 35px 20px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .meet_the_artist_cms .meet-the-artist-inner .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 440px;
  }
}

.meet_the_artist_cms .meet-the-artist-inner .container .artist-cms-home {
  max-width: 550px;
  margin-left: 8.33333%;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .meet_the_artist_cms .meet-the-artist-inner .container .artist-cms-home {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: .5px;
  }
}

.meet_the_artist_cms .meet-the-artist-inner .container .caption {
  font-family: 'Noto Serif', serif;
  font-size: 24px;
  font-weight: 400;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 767px) {
  .meet_the_artist_cms .meet-the-artist-inner .container .caption {
    min-height: 266px;
    font-size: 18px;
  }
}

.meet_the_artist_cms .meet-the-artist-inner .container .all-new-link {
  text-align: left;
  margin: 20px 0 0;
}

.meet_the_artist_cms .meet-the-artist-inner .container .all-new-link a {
  font-size: 16px;
  display: inline-block;
  padding: 3px 0;
  border-bottom: 2px solid #B2945A;
  color: #fff;
  font-weight: 600;
}

.meet_the_artist_cms .meet-the-artist-inner .container .all-new-link a:hover {
  border-color: #fff;
  color: #fff;
}

.slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  text-indent: -999em;
  z-index: 10;
}

.slick-arrow:before {
  font-family: 'mangelsen-icons';
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #B2945A;
  font-size: 28px;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.slick-prev:before {
  content: "\e918";
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow.slick-next:before {
  content: "\e917";
}

.slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: .5;
}

@media only screen and (min-width: 768px) {
  .cms-page-view .cms-banner .container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .cms-page-view .cms-banner .container {
    padding: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .cms-page-view .cms-banner .img img {
    object-fit: cover;
    object-position: 68% 0;
    height: 506px;
  }
}

@media only screen and (min-width: 1920px) {
  .cms-page-view .cms-banner .img img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .cms-page-view .cms-banner .caption {
    position: absolute;
    top: 50%;
  }
}

.cms-page-view .cms-banner .caption h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 60px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .cms-banner .caption h4 {
    margin-left: 0px;
  }
}

.cms-page-view .banner-internal img {
  width: 100%;
  object-fit: cover;
  min-height: 150px;
}

.cms-page-view .block-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 0 100px;
  max-width: 1040px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-1 {
    padding: 0 0 40px;
  }
}

.cms-page-view .block-1 .all-new-link {
  margin-top: 34px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-1 .all-new-link {
    text-align: center;
    margin-top: 20px;
  }
}

.cms-page-view .block-1 .sub-title {
  font-family: 'Noto Serif', serif;
  font-size: 30px;
  width: 41.66667%;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-1 .sub-title {
    width: 100%;
    font-size: 18px;
    padding: 0 0 20px;
    text-align: center;
  }
}

.cms-page-view .block-1 .sub-text {
  font-size: 18px;
  line-height: 28px;
  width: 58.33333%;
  padding-left: 70px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-1 .sub-text {
    line-height: 23px;
    width: 100%;
    font-size: 14px;
    padding: 0;
  }
}

.cms-page-view .block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 0 100px 8.33333%;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-2 {
    padding: 40px 0;
  }
}

.cms-page-view .block-2 .all-new-link {
  margin-top: 34px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-2 .all-new-link {
    text-align: center;
    margin-top: 20px;
  }
}

.cms-page-view .block-2 .col-1 {
  width: 45.83333%;
  padding-right: 8.33333%;
  border-right: 1px solid #b2945a;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-2 .col-1 {
    width: 100%;
    padding: 0;
    border: none;
  }
}

.cms-page-view .block-2 .col-2 {
  width: 54.16667%;
  padding-left: 5.83333%;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-2 .col-2 {
    width: 100%;
    padding: 0;
  }
}

.cms-page-view .block-2 .sub-title {
  font-family: 'Noto Serif', serif;
  font-size: 24px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-2 .sub-title {
    width: 100%;
    font-size: 18px;
    padding: 0 0 20px;
    text-align: center;
    margin: 0;
  }
}

.cms-page-view .block-2 .sub-text {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-2 .sub-text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-2 .sub-thumb {
    padding: 0 0 20px;
  }
}

.cms-page-view .block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 100px 43px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-3 {
    padding: 40px 0;
  }
}

.cms-page-view .block-3 .all-new-link {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-3 .all-new-link {
    text-align: center;
    margin-top: 20px;
  }
}

.cms-page-view .block-3 .col-1 {
  width: 50%;
  padding-right: 5.83333%;
  border-right: 1px solid #b2945a;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-3 .col-1 {
    width: 100%;
    padding: 0 0 20px;
    border: none;
    border-bottom: 1px solid #b2945a;
    margin-bottom: 20px;
  }
}

.cms-page-view .block-3 .col-2 {
  width: 50%;
  padding-left: 5.83333%;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-3 .col-2 {
    width: 100%;
    padding: 0;
  }
}

.cms-page-view .block-3 .sub-title {
  font-family: 'Noto Serif', serif;
  font-size: 24px;
  margin-bottom: 70px;
}

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

.cms-page-view .block-3 .image-block {
  display: block;
}

.cms-page-view .block-3 .image-block span {
  font-style: italic;
  font-size: 14px;
  display: block;
  margin: 10px 0 0;
  color: #555555;
}

.cms-page-view .block-3 .recognition-block {
  margin-bottom: 60px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-3 .recognition-block {
    margin-bottom: 30px;
    font-size: 14px;
  }
}

.cms-page-view .block-3 .recognition-block h3 {
  margin-bottom: 25px;
}

.cms-page-view .block-3 .recognition-block ul > li {
  margin-bottom: 10px;
}

.cms-page-view .block-3 .visit-block {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .block-3 .visit-block {
    font-size: 14px;
  }
}

.cms-page-view .block-3 .visit-block strong {
  color: #B2945A;
}

.cms-page-view .sub-title {
  letter-spacing: .5px;
}

.cms-page-view .all-new-link {
  text-align: left;
}

.cms-page-view .gallery-cms-bg {
  background: rgba(178, 148, 90, 0.07);
  margin-bottom: 100px;
}

.cms-page-view .gallery-cms-bg .slick-prev {
  left: -43px;
}

@media only screen and (max-width: 1199px) {
  .cms-page-view .gallery-cms-bg .slick-prev {
    left: -20px;
  }
}

.cms-page-view .gallery-cms-bg .slick-next {
  right: -43px;
}

@media only screen and (max-width: 1199px) {
  .cms-page-view .gallery-cms-bg .slick-next {
    right: -20px;
  }
}

@media only screen and (max-width: 767px) {
  .cms-page-view .gallery-cms-bg .slick-prev {
    left: 20%;
    top: 100%;
    -webkit-transform: translateY(-70%);
        -ms-transform: translateY(-70%);
            transform: translateY(-70%);
  }
  .cms-page-view .gallery-cms-bg .slick-next {
    right: 20%;
    top: 100%;
    -webkit-transform: translateY(-70%);
        -ms-transform: translateY(-70%);
            transform: translateY(-70%);
  }
}

.cms-page-view .slide-gallery-cms {
  padding: 80px 0;
  margin: auto -10px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .slide-gallery-cms {
    padding: 30px 0;
    margin: auto;
  }
}

.cms-page-view .slide-gallery-cms .items .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cms-page-view .slide-gallery-cms .image {
  width: 66.66667%;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .slide-gallery-cms .image {
    width: 100%;
    margin-bottom: 20px;
  }
}

.cms-page-view .slide-gallery-cms .caption {
  width: 33.33333%;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .slide-gallery-cms .caption {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px;
  }
}

.cms-page-view .slide-gallery-cms .caption .yyear {
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .slide-gallery-cms .caption .yyear {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin: 20px 0 0;
    font-size: 14px;
  }
}

.cms-page-view .slide-gallery-cms .caption .subscript {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .slide-gallery-cms .caption .subscript {
    font-size: 14px;
  }
}

.cms-page-view .slide-gallery-cms .caption h2 {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .slide-gallery-cms .caption h2 {
    padding: 20px 0;
    margin-bottom: 0;
  }
}

.cms-page-view .slide-gallery-cms .caption strong {
  color: #B2945A;
}

.cms-page-view .quote-block {
  padding: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .quote-block {
    padding: 0 10px 40px;
  }
}

.cms-page-view .quote-block .quote-cms {
  position: relative;
  max-width: 690px;
  margin: 0 auto;
  text-align: center;
  color: #B2945A;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .quote-block .quote-cms {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .cms-page-view .quote-block .quote-cms h2 {
    letter-spacing: 1.5px;
  }
}

.cms-page-view .quote-block .quote-cms:before, .cms-page-view .quote-block .quote-cms:after {
  display: none !important;
  width: 140px;
  height: 2px;
  background: #b2945a;
  margin: auto;
  display: block;
}

.cms-page-view .quote-block .quote-cms:before {
  margin-bottom: 50px;
}

.cms-page-view .quote-block .quote-cms:after {
  margin-top: 50px;
}

.cms-page-view .quote-block .quote-cms span.name {
  color: #9B9B9B;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  margin-top: 50px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .cms-page-view .quote-block .quote-cms span.name {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .cms-page-view .quote-banner img {
    object-fit: cover;
    height: 150px;
  }
}

@media only screen and (min-width: 1920px) {
  .cms-page-view .quote-banner img {
    object-fit: cover;
    width: 100%;
  }
}

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

@media only screen and (max-width: 767px) {
  .cms-galleries .galleries-content {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

.cms-galleries .galleries-content .galleries-title {
  width: 33.33333%;
}

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

.cms-galleries .galleries-content .galleries-title.page-title h1 {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .cms-galleries .galleries-content .galleries-title.page-title h1 {
    font-size: 24px;
  }
}

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

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

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

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

.cms-galleries .galleries-content .galleries-description.active .moreellipses {
  display: none;
}

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

.cms-galleries .galleries-content .galleries-description .morelink.less {
  display: table-cell;
}

.cms-galleries .galleries-content .galleries-description .morelink:hover {
  text-decoration: underline;
}

.cms-galleries .galleries-infomation .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px;
}

.cms-galleries .galleries-infomation .item {
  width: 25%;
  padding: 10px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1023px) {
  .cms-galleries .galleries-infomation .item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 767px) {
  .cms-galleries .galleries-infomation .item {
    width: 50%;
    margin-bottom: 15px;
  }
}

.cms-galleries .galleries-infomation .item .thumb {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .cms-galleries .galleries-infomation .item .thumb {
    margin-bottom: 10px;
  }
}

.cms-galleries .galleries-infomation .item .thumb img {
  width: 100%;
}

.cms-galleries .galleries-infomation .item .subscription {
  color: #555555;
  font-size: 16px;
  line-height: 23px;
}

@media only screen and (max-width: 767px) {
  .cms-galleries .galleries-infomation .item .subscription {
    font-size: 14px;
    line-height: 18px;
  }
}

.cms-galleries .galleries-infomation .item .subscription p {
  margin: 0;
}

.cms-galleries .galleries-infomation .item .subscription a {
  font-size: 18px;
  font-family: 'Noto Serif', serif;
  font-weight: 400;
  color: #2D2D2D;
  margin-bottom: 15px;
  display: inline-block;
}

.cms-galleries .galleries-infomation .item .subscription a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .cms-galleries .galleries-infomation .item .subscription a {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.cms-galleries .galleries-infomation .item .subscription a.tel {
  font-family: 'Open Sans', sans-serif;
  color: #555555;
  font-size: 16px;
  display: inline;
}

@media only screen and (max-width: 767px) {
  .cms-galleries .galleries-infomation .item .subscription a.tel {
    font-size: 14px;
    color: #B2945A;
    font-weight: 600;
    margin: 5px 0;
    display: inline-block;
  }
}

.cms-galleries .galleries-infomation .item .subscription span {
  color: #9B9B9B;
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .cms-galleries .galleries-infomation .item .subscription span {
    font-size: 12px !important;
  }
}

.cms-galleries-detail {
  background-color: rgba(178, 148, 90, 0.07);
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .breadcrumbs-wrapper {
    display: none;
    visibility: hidden;
  }
}

.cms-galleries-detail .breadcrumbs-wrapper .container {
  background: transparent !important;
}

.cms-galleries-detail .breadcrumbs-wrapper .container .breadcrumb {
  margin: 0;
  padding: 0;
}

.cms-galleries-detail .breadcrumbs-wrapper .container .page-title {
  display: none;
  visibility: hidden;
}

.cms-galleries-detail .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
  margin: 0;
}

.cms-galleries-detail .slick-dots li {
  margin: 0 5px !important;
}

.cms-galleries-detail .slick-dots li.slick-active span {
  background: #B2945A;
}

.cms-galleries-detail .slick-dots li span {
  border-radius: 50%;
  width: 6px;
  height: 6px;
  display: block;
  text-indent: -999em;
  background: rgba(178, 148, 90, 0.5);
}

.cms-galleries-detail .slick-arrow {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  text-align: center;
  width: 84px;
  height: 22px;
  z-index: 11;
}

.cms-galleries-detail .slick-arrow:before {
  font-size: 22px;
  line-height: 22px;
  width: 100%;
  height: 22px;
}

.cms-galleries-detail .slick-arrow.slick-prev {
  top: -5px;
}

.cms-galleries-detail .slick-arrow.slick-prev:before {
  content: "\e900";
}

.cms-galleries-detail .slick-arrow.slick-next {
  top: inherit;
  bottom: -5px;
  right: inherit;
}

.cms-galleries-detail .slick-arrow.slick-next:before {
  content: "\e916";
}

.cms-galleries-detail .gallery-cms-banner {
  padding-bottom: 60px;
  text-align: center;
}

.cms-galleries-detail .gallery-cms-banner .contain img {
  height: 500px;
  object-fit: cover;
  object-position: center bottom;
}

@media only screen and (min-width: 1920px) {
  .cms-galleries-detail .gallery-cms-banner .contain img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .gallery-cms-banner {
    padding-top: 130px;
    padding-bottom: 0;
  }
  .cms-galleries-detail .gallery-cms-banner .contain {
    display: none;
  }
}

.cms-galleries-detail .gallery-cms-banner ul.gallery-slide-thumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cms-galleries-detail .gallery-cms-banner ul.gallery-slide-thumb li {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .gallery-main-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.cms-galleries-detail .block-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cms-galleries-detail .block-gallery .gallery-slide {
  width: calc(100% - 128px);
  text-align: center;
}

.cms-galleries-detail .block-gallery .gallery-slide img {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .cms-galleries-detail .block-gallery .gallery-slide {
    width: calc(100% - 108px);
  }
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .block-gallery .gallery-slide {
    display: none;
  }
}

.cms-galleries-detail .block-gallery .gallery-slide-thumb {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  width: 128px;
  padding-right: 44px;
}

@media only screen and (max-width: 1023px) {
  .cms-galleries-detail .block-gallery .gallery-slide-thumb {
    width: 108px;
    padding-right: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .block-gallery .gallery-slide-thumb {
    width: auto;
    padding-right: 0;
    display: block;
    min-height: 0;
    min-width: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 768px) {
  .cms-galleries-detail .block-gallery .gallery-slide-thumb:before, .cms-galleries-detail .block-gallery .gallery-slide-thumb:after {
    content: '';
    width: 84px;
    height: 58px;
    position: absolute;
    left: 0;
    z-index: 1;
    pointer-events: none;
  }
  .cms-galleries-detail .block-gallery .gallery-slide-thumb:before {
    top: 0;
    background: white;
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  }
  .cms-galleries-detail .block-gallery .gallery-slide-thumb:after {
    bottom: 0;
    background: white;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  }
}

.cms-galleries-detail .block-gallery .gallery-slide-thumb li {
  margin-bottom: 15px;
  border: 2px solid transparent;
}

.cms-galleries-detail .block-gallery .gallery-slide-thumb li.slick-current {
  border-color: #B2945A;
}

.cms-galleries-detail .galleries-first-content {
  padding-top: 20px;
  padding-bottom: 60px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-first-content {
    padding-bottom: 20px;
    font-size: 14px;
  }
}

.cms-galleries-detail .galleries-first-content .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.cms-galleries-detail .galleries-first-content .galleries-title-main {
  width: 33.33333%;
}

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

.cms-galleries-detail .galleries-first-content .galleries-title-main .page-title h1 {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-first-content .galleries-title-main .page-title h1 {
    font-size: 24px;
  }
}

.cms-galleries-detail .galleries-first-content .galleries-title-main .address-box {
  color: #555;
}

.cms-galleries-detail .galleries-first-content .galleries-title-main .address-box .info {
  margin-top: 25px;
  line-height: 23px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-first-content .galleries-title-main .address-box .info {
    font-size: 14px;
  }
}

.cms-galleries-detail .galleries-first-content .galleries-title-main .address-box .info h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #2D2D2D;
}

.cms-galleries-detail .galleries-first-content .galleries-title-main .address-box .info span {
  font-size: 14px;
  color: #9B9B9B;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-first-content .galleries-title-main .address-box .info span {
    font-size: 12px;
  }
}

.cms-galleries-detail .galleries-first-content .galleries-title-main .address-box .info .tel {
  color: #555555;
}

.cms-galleries-detail .galleries-first-content .galleries-title-main .address-box .info .email {
  font-weight: 600;
}

.cms-galleries-detail .galleries-first-content .galleries-title-main .address-box .info a:hover {
  text-decoration: underline;
}

.cms-galleries-detail .galleries-first-content .detail-more-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-first-content .detail-more-mobile {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-right: 15px;
    margin-top: 10px;
    color: #555555;
  }
  .cms-galleries-detail .galleries-first-content .detail-more-mobile:before {
    font-family: 'mangelsen-icons';
    content: "\e918";
    display: block;
    text-align: center;
    color: #B2945A;
    font-size: 12px;
    font-weight: normal;
    text-indent: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 0;
    top: 3px;
    position: absolute;
  }
  .cms-galleries-detail .galleries-first-content .detail-more-mobile.active:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.cms-galleries-detail .galleries-first-content .galleries-description {
  width: 66.66667%;
  padding-left: 34px;
  border-left: 1px solid #B2945A;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-first-content .galleries-description {
    display: none;
    width: 100%;
    padding: 0;
    margin-top: 20px;
    border: none;
  }
}

.cms-galleries-detail .galleries-first-content .galleries-description.std {
  font-size: 18px;
}

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

.cms-galleries-detail .galleries-first-content .galleries-description.active .moreellipses {
  display: none;
}

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

.cms-galleries-detail .galleries-first-content .galleries-description .morelink.less {
  display: table-cell;
}

.cms-galleries-detail .galleries-first-content .galleries-description .morelink:hover {
  text-decoration: underline;
}

.cms-galleries-detail .galleries-mid-content {
  background-color: white;
  padding-top: 60px;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-mid-content {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-mid-content .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.cms-galleries-detail .galleries-main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-main-content {
    padding-bottom: 20px;
    margin-bottom: 30px;
    display: block;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.cms-galleries-detail .galleries-main-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cms-galleries-detail .galleries-main-content ul li {
  margin: 0;
}

.cms-galleries-detail .galleries-main-content .col-1 {
  width: 64%;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-main-content .col-1 {
    width: 100%;
  }
}

.cms-galleries-detail .galleries-main-content .col-2 {
  width: 36%;
  padding-left: 64px;
}

@media only screen and (max-width: 1023px) {
  .cms-galleries-detail .galleries-main-content .col-2 {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-main-content .col-2 {
    width: 100%;
    padding: 0;
  }
}

.cms-galleries-detail .galleries-main-content .galleries-subscript {
  min-height: 200px;
  margin-bottom: 30px;
  font-size: 13px;
}

@media only screen and (max-width: 1023px) {
  .cms-galleries-detail .galleries-main-content .galleries-subscript {
    min-height: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-main-content .galleries-subscript {
    min-height: 1px;
  }
}

.cms-galleries-detail .galleries-main-content .galleries-subscript h3.title {
  border-bottom: 1px solid #B2945A;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-main-content .galleries-subscript h3.title span {
    display: none;
  }
}

.cms-galleries-detail .galleries-main-content .galleries-location .underline {
  font-style: italic;
  border-bottom: 1px solid #B2945A;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 12px;
}

.cms-galleries-detail .galleries-main-content .galleries-location ul {
  font-size: 16px;
  font-weight: 600;
}

.cms-galleries-detail .galleries-main-content .galleries-location ul li a {
  color: #2D2D2D;
}

.cms-galleries-detail .galleries-main-content .galleries-location ul li a:hover {
  text-decoration: underline;
}

.cms-galleries-detail .galleries-main-content .galleries-location ul li.active {
  color: #9B9B9B;
}

.cms-galleries-detail .galleries-tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin-bottom: 60px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-tabs-content {
    margin-bottom: 30px;
    font-size: 14px;
  }
}

.cms-galleries-detail .galleries-tabs-content .tabs {
  font-size: 24px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: 'Noto Serif', serif;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-tabs-content .tabs {
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cms-galleries-detail .galleries-tabs-content .tabs li {
  margin-right: 20px;
  color: #2D2D2D;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

.cms-galleries-detail .galleries-tabs-content .tabs li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-tabs-content .tabs li {
    margin-right: 10px;
  }
}

.cms-galleries-detail .galleries-tabs-content .tabs li.current {
  border-color: #B2945A;
}

.cms-galleries-detail .galleries-tabs-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cms-galleries-detail .galleries-tabs-content ul li {
  margin: 0;
}

.cms-galleries-detail .galleries-tabs-content .galleries-tab-main {
  width: 66.66667%;
}

@media only screen and (max-width: 767px) {
  .cms-galleries-detail .galleries-tabs-content .galleries-tab-main {
    width: 100%;
  }
}

.cms-galleries-detail .galleries-tabs-content .tab-content {
  display: none;
  padding: 30px 0 0;
}

.cms-galleries-detail .galleries-tabs-content .tab-content.current {
  display: block;
}

.cms-galleries-detail .galleries-tabs-content iframe {
  width: 100% !important;
}

.category-limited-edition-collection .explore-block-cms li.limited-edition-collection-link a {
  pointer-events: none;
}

.category-artist-proof-collection .explore-block-cms li.artist-proof-collection-link a {
  pointer-events: none;
}

.category-open-edition-art .explore-block-cms li.open-edition-art-link a {
  pointer-events: none;
}

.explore-block-cms {
  background: rgba(178, 148, 90, 0.07);
}

.explore-block-cms .container {
  padding: 50px 150px;
}

@media only screen and (max-width: 1023px) {
  .explore-block-cms .container {
    padding: 35px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .explore-block-cms .container {
    padding: 35px 30px;
  }
}

.explore-block-cms .container h4.title {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}

.explore-block-cms .container ul {
  color: #2D2D2D;
  margin: 0;
}

.explore-block-cms .container ul > li {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .explore-block-cms .container ul > li {
    display: table;
  }
}

@media only screen and (min-width: 768px) {
  .explore-block-cms .container ul > li:after {
    content: '/';
    font-family: 'Noto Serif', serif;
    font-size: 24px;
    font-weight: 400;
    margin: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .explore-block-cms .container ul > li:after {
    font-family: 'mangelsen-icons';
    content: "\e917";
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #B2945A;
    font-size: 16px;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media only screen and (min-width: 768px) {
  .explore-block-cms .container ul > li:last-child:after {
    content: none;
  }
}

.explore-block-cms .container ul a {
  font-family: 'Noto Serif', serif;
  font-size: 24px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .explore-block-cms .container ul a {
    font-size: 20px;
  }
}

.filter-block {
  position: absolute;
}

.filter-block .filter-btn {
  width: 90px;
  font-size: 14px;
  position: relative;
  height: 40px;
  line-height: 40px;
}

.filter-block .filter-btn:before {
  cursor: pointer;
  font-family: 'mangelsen-icons';
  content: "\e915";
  width: 24px;
  height: 24px;
  display: block;
  text-align: center;
  line-height: 24px;
  color: #000;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
}

.block-layered-nav {
  display: block;
  width: 320px;
  background: rgba(178, 148, 90, 0.07);
  background: #f9f7f3;
  padding: 0 15px 15px;
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  height: 100vh;
  overflow-y: auto;
  z-index: 99;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.block-layered-nav.open {
  left: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.block-layered-nav .block-title {
  border-bottom: 1px solid rgba(178, 148, 90, 0.5);
}

.block-layered-nav .block-title h3 {
  font-size: 20px;
  height: 56px;
  line-height: 56px;
  position: relative;
}

.block-layered-nav .block-title h3:before {
  cursor: pointer;
  font-family: 'mangelsen-icons';
  content: "\e910";
  width: 24px;
  height: 24px;
  display: block;
  text-align: center;
  line-height: 24px;
  color: #B2945A;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
}

.block-layered-nav .currently {
  font-size: 13px;
}

.block-layered-nav .currently li {
  margin-bottom: 6px;
}

.block-layered-nav .currently .btn-remove {
  float: none;
}

.block-layered-nav .currently .btn-remove .meigee-close:before {
  font-size: 12px;
  margin-left: 5px;
  color: #B2945A;
}

.block-layered-nav .block-content {
  padding-bottom: 100px;
}

.block-layered-nav .block-content .block-subtitle {
  display: none;
}

.block-layered-nav .block-content .actions {
  padding: 20px 15px;
  background: rgba(178, 148, 90, 0.07);
  background: #f9f7f3;
  position: fixed;
  bottom: 0;
}

.block-layered-nav .block-content .actions .btn.btn-default {
  display: block;
}

.block-layered-nav #narrow-by-list .title-filter {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 10px 0;
  position: relative;
}

.block-layered-nav #narrow-by-list .title-filter:before {
  font-family: 'mangelsen-icons';
  content: "\e918";
  width: 40px;
  height: 44px;
  display: block;
  text-align: center;
  line-height: 44px;
  color: #B2945A;
  font-size: 20px;
  text-indent: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  top: 0;
}

.block-layered-nav #narrow-by-list .title-filter.unactive:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.block-layered-nav #narrow-by-list .content-filter {
  display: block;
  font-size: 14px;
}

.block-layered-nav #narrow-by-list .content-filter ul, .block-layered-nav #narrow-by-list .content-filter ol {
  margin: 10px 0 0;
  padding: 0;
}

.block-layered-nav #narrow-by-list .content-filter li {
  font-size: 11px;
  color: rgba(85, 85, 85, 0.5);
  padding: 5px 0;
  color: #555555;
  font-weight: 600;
}

.block-layered-nav #narrow-by-list .content-filter li a {
  font-size: 14px;
  color: #555555;
  padding: 0;
}

.block-layered-nav #narrow-by-list .content-filter li a:hover {
  text-decoration: underline;
}

.category-image {
  margin: 0;
}

.category-image img {
  object-fit: cover;
  object-position: center bottom;
  height: 500px;
}

@media only screen and (max-width: 767px) {
  .category-image img {
    object-fit: cover;
    object-position: 30%;
    height: 352px;
  }
}

@media only screen and (min-width: 1920px) {
  .category-image img {
    width: 100%;
  }
}

#ajaxkit-popup-content .account-login li:not(.customer-name-wrapper) label {
  display: initial;
}

body.catalog-product-view.category-saving-the-wild-limited-edition-collection .add-to-box,
body.catalog-product-view.category-saving-the-wild-artist-proof-collection .add-to-box {
  display: none !important;
  visibility: hidden !important;
}

body.catalog-product-view.category-saving-the-wild-limited-edition-collection .product-cms-saving-the-wild-info,
body.catalog-product-view.category-saving-the-wild-artist-proof-collection .product-cms-saving-the-wild-info {
  display: block;
  visibility: visible;
}

body.catalog-product-view.category-legacy-reserve-collection .product-cms-legacy-info,
body.catalog-product-view.category-legacy-reserve-collection .product-cms-legacy-description {
  display: block;
  visibility: visible;
}

body.catalog-product-view.category-legacy-reserve-collection .product-view-top {
  color: #fff;
}

body.catalog-product-view.category-legacy-reserve-collection .product-view-top:before {
  content: '';
  background-color: #505050;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 100vw;
  margin-left: -50vw;
  z-index: -1;
}

body.catalog-product-view.category-legacy-reserve-collection .product-view-top ul.breadcrumb li a, body.catalog-product-view.category-legacy-reserve-collection .product-view-top ul.breadcrumb li strong {
  color: #fff;
}

body.catalog-product-view.category-legacy-reserve-collection .product-view-top .product-info-first .product-inner-pos-first .product-list-attribute .box-ifo {
  color: #fff;
}

body.catalog-product-view.category-legacy-reserve-collection .detail-more-mobile {
  color: #fff;
}

body.catalog-product-view.category-legacy-reserve-collection .product-essential .top-wrapper {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  body.catalog-product-view.category-legacy-reserve-collection .product-essential .top-wrapper .product-img-box {
    background-color: #505050;
  }
}

body.catalog-product-view.category-legacy-reserve-collection .product-essential .top-wrapper .product-info-first {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  body.catalog-product-view.category-legacy-reserve-collection .product-essential .top-wrapper .product-info-first {
    padding-bottom: 20px;
  }
  body.catalog-product-view.category-legacy-reserve-collection .product-essential .top-wrapper .product-info-first:before {
    background-color: #505050;
  }
}

body.catalog-product-view.category-legacy-reserve-collection .product-essential .top-wrapper .product-info-first .product-inner-pos-first .product-list-attribute .box-ifo {
  color: #fff;
}

.product-view-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 165px 0 60px;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .product-view-top {
    padding: 145px 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .product-view-top {
    padding: 130px 0 0;
  }
}

.product-view-top:before {
  content: '';
  background-color: rgba(178, 148, 90, 0.07);
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 100vw;
  margin-left: -50vw;
  z-index: -1;
}

.product-view-top .product-img-pos-first {
  width: 66.66667%;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .product-view-top .product-img-pos-first {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 767px) {
  .product-view-top .product-img-pos-first {
    width: 100%;
  }
}

.product-view-top .product-img-pos-first .pos-fix-img {
  max-height: 680px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .product-view-top .product-img-pos-first .pos-fix-img {
    display: none;
    visibility: hidden;
  }
}

.product-view-top .product-img-pos-first .pos-fix-img img {
  max-width: 100%;
  max-height: 680px;
}

.product-view-top.vertical .product-img-pos-first .pos-fix-img, .product-view-top.simple.vertical .product-img-pos-first .pos-fix-img {
  max-height: 680px;
  margin: auto -5%;
  padding: 0 50px;
}

.product-view-top.horizontal .product-img-pos-first, .product-view-top.panoramic .product-img-pos-first, .product-view-top.multi-panel .product-img-pos-first, .product-view-top.simple:not(.vertical) .product-img-pos-first {
  width: 100%;
  text-align: center;
}

.product-view-top.horizontal .product-img-pos-first .pos-fix-img, .product-view-top.panoramic .product-img-pos-first .pos-fix-img, .product-view-top.multi-panel .product-img-pos-first .pos-fix-img, .product-view-top.simple:not(.vertical) .product-img-pos-first .pos-fix-img {
  max-height: 680px;
  margin: auto;
}

@media only screen and (max-width: 1023px) {
  .product-view-top.horizontal .product-img-pos-first .pos-fix-img, .product-view-top.panoramic .product-img-pos-first .pos-fix-img, .product-view-top.multi-panel .product-img-pos-first .pos-fix-img, .product-view-top.simple:not(.vertical) .product-img-pos-first .pos-fix-img {
    margin: auto -20px;
  }
}

.product-view-top.horizontal .product-img-pos-first .pos-fix-img img, .product-view-top.panoramic .product-img-pos-first .pos-fix-img img, .product-view-top.multi-panel .product-img-pos-first .pos-fix-img img, .product-view-top.simple:not(.vertical) .product-img-pos-first .pos-fix-img img {
  max-width: 100%;
  max-height: 680px;
}

.product-view-top.horizontal .product-info-first, .product-view-top.panoramic .product-info-first, .product-view-top.multi-panel .product-info-first, .product-view-top.simple:not(.vertical) .product-info-first {
  width: 100%;
  padding: 60px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (max-width: 1023px) {
  .product-view-top.horizontal .product-info-first, .product-view-top.panoramic .product-info-first, .product-view-top.multi-panel .product-info-first, .product-view-top.simple:not(.vertical) .product-info-first {
    padding: 40px 0 0;
  }
}

.product-view-top.horizontal .product-info-first .header-breadcrumbs-wrapper, .product-view-top.panoramic .product-info-first .header-breadcrumbs-wrapper, .product-view-top.multi-panel .product-info-first .header-breadcrumbs-wrapper, .product-view-top.simple:not(.vertical) .product-info-first .header-breadcrumbs-wrapper {
  width: 100%;
}

.product-view-top.horizontal .product-info-first .product-inner-pos-first, .product-view-top.panoramic .product-info-first .product-inner-pos-first, .product-view-top.multi-panel .product-info-first .product-inner-pos-first, .product-view-top.simple:not(.vertical) .product-info-first .product-inner-pos-first {
  width: 33.33333%;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .product-view-top.horizontal .product-info-first .product-inner-pos-first, .product-view-top.panoramic .product-info-first .product-inner-pos-first, .product-view-top.multi-panel .product-info-first .product-inner-pos-first, .product-view-top.simple:not(.vertical) .product-info-first .product-inner-pos-first {
    width: 100%;
    padding-right: 0;
  }
}

.product-view-top.horizontal .product-info-first .product-des-pos-first, .product-view-top.panoramic .product-info-first .product-des-pos-first, .product-view-top.multi-panel .product-info-first .product-des-pos-first, .product-view-top.simple:not(.vertical) .product-info-first .product-des-pos-first {
  width: 66.66667%;
  padding: 0;
  padding-left: 20px;
  border: none;
  border-left: 1px solid #B2945A;
}

@media only screen and (max-width: 767px) {
  .product-view-top.horizontal .product-info-first .product-des-pos-first, .product-view-top.panoramic .product-info-first .product-des-pos-first, .product-view-top.multi-panel .product-info-first .product-des-pos-first, .product-view-top.simple:not(.vertical) .product-info-first .product-des-pos-first {
    width: 100%;
    padding-left: 0;
    border: none;
  }
}

.product-view-top.panoramic .product-img-pos-first .pos-fix-img {
  max-height: 680px;
  margin: auto -100px;
}

@media only screen and (max-width: 1023px) {
  .product-view-top.panoramic .product-img-pos-first .pos-fix-img {
    margin: auto -20px;
  }
}

.product-view-top.panoramic .product-img-pos-first .pos-fix-img img {
  width: 100%;
  max-width: 100%;
  max-height: 680px;
}

.catalog-product-view .product-view .product-options dl dd select {
  display: none;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-view .product-options dl dd select {
    display: block;
  }
}

.catalog-product-view .swiper-button {
  position: absolute;
  width: 82px;
  height: 24px;
}

@media only screen and (max-width: 1199px) {
  .catalog-product-view .swiper-button {
    width: 70px;
  }
}

@media only screen and (max-width: 1023px) {
  .catalog-product-view .swiper-button {
    width: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .swiper-button {
    display: none;
  }
}

.catalog-product-view .swiper-button:before {
  content: '';
  width: 100%;
  height: 24px;
  display: block;
  font-family: 'mangelsen-icons';
  text-align: center;
  color: #B2945A;
  font-size: 18px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.catalog-product-view .swiper-button.swiper-button-disabled {
  pointer-events: none;
  opacity: .35;
}

.catalog-product-view .swiper-button.swiper-button-prev-a {
  top: 0;
}

.catalog-product-view .swiper-button.swiper-button-prev-a:before {
  content: '\e900';
}

.catalog-product-view .swiper-button.swiper-button-next-a {
  bottom: 0;
}

.catalog-product-view .swiper-button.swiper-button-next-a:before {
  content: '\e916';
}

@media only screen and (min-width: 768px) {
  .catalog-product-view .product-img-box,
  .catalog-product-view .product-image-gallery,
  .catalog-product-view .product-image-zoom {
    height: 216px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .catalog-product-view .product-img-box,
  .catalog-product-view .product-image-gallery,
  .catalog-product-view .product-image-zoom {
    height: 335px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .catalog-product-view .product-img-box,
  .catalog-product-view .product-image-gallery,
  .catalog-product-view .product-image-zoom {
    height: 435px !important;
  }
}

@media only screen and (min-width: 768px) {
  .catalog-product-view #image.gallery-image {
    max-height: auto !important;
  }
}

@media only screen and (min-width: 1024px) {
  .catalog-product-view #image.gallery-image {
    max-height: 335px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .catalog-product-view #image.gallery-image {
    max-height: 435px !important;
  }
}

.catalog-product-view .product-view .more-views.vertical {
  width: 126px;
  padding: 0 44px 0 0;
  vertical-align: top;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .catalog-product-view .product-view .more-views.vertical {
    width: 100px;
    padding: 0 30px 0 0;
  }
}

@media only screen and (max-width: 1023px) {
  .catalog-product-view .product-view .more-views.vertical {
    width: 70px;
    padding: 0 15px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-view .more-views.vertical {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .catalog-product-view .product-view .more-views.vertical {
    opacity: 0;
  }
}

.catalog-product-view .product-img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.catalog-product-view .product-img-box .swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.catalog-product-view .product-img-box .swiper-slide {
  /* height: auto!important; */
}

.catalog-product-view .product-img-box .swiper-slide.swiper-slide-active, .catalog-product-view .product-img-box .swiper-slide:hover {
  position: relative;
}

.catalog-product-view .product-img-box .swiper-slide.swiper-slide-active:before, .catalog-product-view .product-img-box .swiper-slide:hover:before {
  content: '';
  border: 2px solid #B2945A;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  pointer-events: none;
}

.catalog-product-view .product-img-box .swiper-slide img {
  display: block;
  height: auto;
  width: 82px;
  max-width: 82px;
  margin: 0 auto;
  object-fit: cover;
}

.catalog-product-view .product-image-gallery {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog-product-view .product-image-gallery .gallery-image {
  display: none !important;
}

.catalog-product-view .product-image-gallery #image.gallery-image {
  display: block !important;
}

.catalog-product-view .product-view .product-img-box .product-image-zoom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog-product-view .product-view .product-img-box .product-image-zoom img {
  position: static;
}

.catalog-product-view .zoomContainer .zoomLens {
  background-color: #fff;
}

body:not(.legacy_page) .category-products .product-image .product-list-attribute {width: 100%;}

@media all and (-ms-high-contrast:none)
{
  .catalog-product-view .zoomContainer .zoomLens { margin-left: 0 !important; margin-top: 0!important; } /* IE10 */
  .catalog-product-view .product-image-gallery .gallery-image#image { margin: 0 !important;}
  *::-ms-backdrop, .catalog-product-view .zoomContainer .zoomLens { margin-left: 0 !important; margin-top: 0 !important; } /* IE11 */
  *::-ms-backdrop, .catalog-product-view .product-image-gallery .gallery-image#image { margin: 0 !important;}
  .meet_the_artist_cms .meet-the-artist-inner .container .artist-cms-home { margin-top: 9%;}
  .catalog-category-view .link-wishlist { float: left; margin-right: 5px;}
}

:root #more-views-slider .swiper-wrapper { display: block\0;}
:root .catalog-product-view .product_cms_info_main .item { float: left;}
:root .product-view .swiper-slide { height: auto;}
:root .catalog-product-view .product-image-gallery .gallery-image#image { margin: 0 auto;}
:root body:not(.legacy_page) .category-products > .items .item { float: left;}
:root .catalog-category-view .link-wishlist { float: left\0; margin-right: 5px\0;}
:root .catalog-product-view .zoomContainer .zoomLens { margin-left: -100%\0; margin-top: -430px\0;}
:root .meet_the_artist_cms .meet-the-artist-inner .container .artist-cms-home { margin-top: 9%\0;}
.catalog-product-view .product-view .product-img-box .product-image-zoom .zoomContainer {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .product-essential .top-wrapper .product-shop {
    width: 33%;
  }
}

.catalog-product-view .product-view .product-img-box .product-image-gallery.no-more-views {
  display: block;
}
.catalog-product-view .detail-more-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .detail-more-mobile {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-right: 15px;
    margin-top: 10px;
    color: #555555;
  }
  .catalog-product-view .detail-more-mobile:before {
    font-family: 'mangelsen-icons';
    content: "\e918";
    display: block;
    text-align: center;
    color: #B2945A;
    font-size: 12px;
    font-weight: normal;
    text-indent: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 0;
    top: 3px;
    position: absolute;
  }
  .catalog-product-view .detail-more-mobile.active:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.catalog-product-view .product-info-first {
  width: 33.33333%;
}

@media only screen and (max-width: 1023px) {
  .catalog-product-view .product-info-first {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-info-first {
    width: 100%;
    position: relative;
    padding-bottom: 20px;
  }
  .catalog-product-view .product-info-first:before {
    content: '';
    background-color: rgba(178, 148, 90, 0.07);
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 100vw;
    margin-left: -50vw;
    z-index: -1;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-info-first .header-breadcrumbs-wrapper {
    display: none;
    visibility: hidden;
  }
}

.catalog-product-view .product-info-first .product-inner-pos-first .product-list-attribute {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-info-first .product-inner-pos-first .product-list-attribute {
    margin-bottom: 10px;
  }
}

.catalog-product-view .product-info-first .product-inner-pos-first .product-list-attribute .subcatename {
  font-size: 18px;
  font-weight: 600;
  color: #B2945A;
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-info-first .product-inner-pos-first .product-list-attribute .subcatename {
    font-size: 16px;
    margin-top: 4px;
  }
}

.catalog-product-view .product-info-first .product-inner-pos-first .product-list-attribute .box-ifo {
  color: #555;
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-info-first .product-inner-pos-first .product-list-attribute .box-ifo {
    margin-top: 18px;
  }
}

.catalog-product-view .product-info-first .product-des-pos-first {
  border-top: 1px solid #B2945A;
  padding: 25px 0;
  line-height: 23px;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-info-first .product-des-pos-first {
    border: none;
    padding: 10px 0 0;
    display: none;
  }
}

.catalog-product-view .product-info-first .product-des-pos-first .italic {
  font-style: italic;
  font-size: 14px;
}

.catalog-product-view .product-info-first .product-des-pos-first a {
  font-weight: 700;
  color: #B2945A;
}

.catalog-product-view .product-info-first .product-des-pos-first a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-essential {
    margin: 0;
  }
}

.catalog-product-view .product-essential .top-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-essential .top-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.catalog-product-view .product-essential .top-wrapper .product-img-box {
  width: 66.66667%;
  float: left;
  padding-right: 60px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1023px) {
  .catalog-product-view .product-essential .top-wrapper .product-img-box {
    padding-right: 30px;
    width: 58.33333%;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-essential .top-wrapper .product-img-box {
    width: inherit;
    padding-right: 0;
    float: none;
    margin: 0 -20px;
    background-color: rgba(178, 148, 90, 0.07);
  }
}

.catalog-product-view .product-essential .top-wrapper .product-shop {
  width: 33.33333%;
  float: right;
}

@media only screen and (max-width: 1023px) {
  .catalog-product-view .product-essential .top-wrapper .product-shop {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-essential .top-wrapper .product-shop {
    width: 100%;
    float: none;
  }
}

.catalog-product-view .product-essential .top-wrapper .product-shop .product-shop-inner .product-title-sub {
  border-bottom: 1px solid #B2945A;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-essential .top-wrapper .product-shop .product-shop-inner .product-title-sub {
    display: none;
    visibility: hidden;
  }
}

.catalog-product-view .product-essential .top-wrapper .product-shop .product-shop-inner .product-name h1 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: .3px;
  font-weight: normal;
}

.catalog-product-view .product-essential .top-wrapper .product-shop .product-shop-inner .subcatename {
  font-size: 16px;
  font-weight: 600;
  color: #B2945A;
}

.catalog-product-view .product-cms-info {
  float: left;
  width: 66.66667%;
  float: left;
  padding-right: 60px;
  padding-left: 125px;
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .catalog-product-view .product-cms-info {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .catalog-product-view .product-cms-info {
    width: 58.33333%;
    padding-right: 30px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-cms-info {
    margin: 0 10px 30px;
    padding: 0;
    width: initial;
  }
}

.catalog-product-view .product_cms_info_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #F9F7F3;
  padding: 10px 0;
  text-align: center;
  font-style: italic;
  font-size: 12px;
  line-height: 18px;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product_cms_info_main {
    padding: 0 15px;
  }
}

.catalog-product-view .product_cms_info_main .item {
  width: 50%;
  padding: 10px 15px;
}

.catalog-product-view .product_cms_info_main .item:nth-last-of-type(1) {
  border-left: 1px solid #B2945A;
}

@media only screen and (max-width: 1023px) {
  .catalog-product-view .product_cms_info_main .item:nth-last-of-type(1) {
    border: none;
    border-top: 1px solid #B2945A;
  }
}

@media only screen and (max-width: 1023px) {
  .catalog-product-view .product_cms_info_main .item {
    width: 100%;
  }
}

.catalog-product-view .product_cms_info_main .item strong {
  display: block;
  font-weight: 700;
}

.catalog-product-view .product_cms_info_main .item a {
  font-weight: 700;
  color: #B2945A;
}

.catalog-product-view .product_cms_info_main .item a:hover {
  text-decoration: underline;
}

.catalog-product-view .product-options {
  border-bottom: 1px solid #B2945A;
  padding-top: 20px;
  padding-bottom: 0px;
  margin-bottom: 20px;
  /* Configurable Swatch */
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-options {
    margin-bottom: 20px;
  }
}

.catalog-product-view .product-options dl dt label {
  font-size: 18px;
  letter-spacing: .5px;
  font-family: 'Noto Serif', serif;
  margin-bottom: 10px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-options dl dt label {
    font-size: 16px;
    margin-bottom: 6px;
  }
}

.catalog-product-view .product-options dl dt.swatch-attr {
  min-height: 1px;
  padding: 0;
}

.catalog-product-view .product-options dl .input-box .optionDescri {
  display: block;
  float: none;
  clear: both;
  margin: 0;
  font-size: 14px;
  font-style: italic;
  color: #555555;
  font-weight: 400;
}

.catalog-product-view .product-options .configurable-swatch-list {
  display: table;
  width: calc(100% + 10px);
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-options .configurable-swatch-list {
    display: none;
  }
}

.catalog-product-view .product-options .configurable-swatch-list > li {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  cursor: pointer;
}

.catalog-product-view .product-options .configurable-swatch-list > li a {
  padding: 0 18px;
  border-radius: 15px;
  background: #fff;
  border: 1px solid rgba(45, 45, 45, 0.5);
  color: rgba(45, 45, 45, 0.5);
  height: 30px !important;
  min-width: 130px !important;
  text-align: center;
  line-height: 28px !important;
  white-space: nowrap;
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.catalog-product-view .product-options .configurable-swatch-list > li:hover a {
  color: #B2945A;
  border-color: #B2945A;
}

.catalog-product-view .product-options .configurable-swatch-list > li.selected a {
  background-color: #B2945A;
  color: #fff;
  border-color: #B2945A;
}

.catalog-product-view .product-options .configurable-swatch-list > li.not-available {
  display: none;
  visibility: hidden;
  pointer-events: none;
}

.catalog-product-view .product-options .configurable-swatch-list > li .swatch-link .x {
  display: none;
  visibility: hidden;
}

.catalog-product-view .favorite-block {
  padding: 10px 0 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .favorite-block {
    padding: 0 0 20px;
  }
}

.catalog-product-view .favorite-block .link-wishlist {
  width: inherit;
  text-indent: 0;
}

.catalog-product-view .favorite-block .link-wishlist span {
  color: #9B9B9B;
  padding-left: 28px;
  font-weight: 600;
}

.catalog-product-view .favorite-block .link-wishlist span:before {
  color: #9B9B9B;
  font-weight: normal;
}

.catalog-product-view .favorite-block .link-wishlist:hover span {
  color: #B2945A;
}

.catalog-product-view .favorite-block .link-wishlist:hover span:before {
  color: #B2945A;
}

.catalog-product-view .product-options-bottom .add-to-cart .quantity-wrapper,
.catalog-product-view .product-options-bottom .add-to-cart .addtocart-message {
  display: none;
  visibility: hidden;
}

.catalog-product-view .product-cms-legacy-info,
.catalog-product-view .product-cms-saving-the-wild-info {
  display: none;
  visibility: hidden;
  border-bottom: 1px solid #B2945A;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-cms-legacy-info,
  .catalog-product-view .product-cms-saving-the-wild-info {
    margin-bottom: 20px;
  }
}

.catalog-product-view .product-cms-legacy-info .subscript,
.catalog-product-view .product-cms-saving-the-wild-info .subscript {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-cms-legacy-info .subscript,
  .catalog-product-view .product-cms-saving-the-wild-info .subscript {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-cms-legacy-info .legacy-contact-info-cms,
  .catalog-product-view .product-cms-saving-the-wild-info .legacy-contact-info-cms {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-cms-legacy-info .legacy-contact-info-cms ul,
  .catalog-product-view .product-cms-saving-the-wild-info .legacy-contact-info-cms ul {
    display: inline-block;
  }
}

.catalog-product-view .product-cms-legacy-info .legacy-contact-info-cms ul > li,
.catalog-product-view .product-cms-saving-the-wild-info .legacy-contact-info-cms ul > li {
  text-align: left;
  font-size: 14px;
  padding-left: 50px;
  position: relative;
  margin-bottom: 25px;
  letter-spacing: .73px;
}

.catalog-product-view .product-cms-legacy-info .legacy-contact-info-cms ul > li:before,
.catalog-product-view .product-cms-saving-the-wild-info .legacy-contact-info-cms ul > li:before {
  content: '';
  font-family: 'mangelsen-icons';
  font-size: 40px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.catalog-product-view .product-cms-legacy-info .legacy-contact-info-cms ul > li span,
.catalog-product-view .product-cms-saving-the-wild-info .legacy-contact-info-cms ul > li span {
  display: block;
}

.catalog-product-view .product-cms-legacy-info .legacy-contact-info-cms ul > li a,
.catalog-product-view .product-cms-saving-the-wild-info .legacy-contact-info-cms ul > li a {
  font-size: 16px;
  color: #B2945A;
  font-weight: 700;
}

.catalog-product-view .product-cms-legacy-info .legacy-contact-info-cms ul > li a:hover,
.catalog-product-view .product-cms-saving-the-wild-info .legacy-contact-info-cms ul > li a:hover {
  text-decoration: underline;
}

.catalog-product-view .product-cms-legacy-info .legacy-contact-info-cms ul > li.phone-ico:before,
.catalog-product-view .product-cms-saving-the-wild-info .legacy-contact-info-cms ul > li.phone-ico:before {
  content: "\e906";
}

.catalog-product-view .product-cms-legacy-info .legacy-contact-info-cms ul > li.email-ico:before,
.catalog-product-view .product-cms-saving-the-wild-info .legacy-contact-info-cms ul > li.email-ico:before {
  content: "\e903";
}

.catalog-product-view .product-cms-legacy-info .legacy-contact-info-cms ul > li.gallery-ico:before,
.catalog-product-view .product-cms-saving-the-wild-info .legacy-contact-info-cms ul > li.gallery-ico:before {
  content: "\e904";
}

.catalog-product-view .product-cms-legacy-description {
  max-width: 1040px;
  padding: 0 0 60px;
  margin: auto;
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-cms-legacy-description {
    padding: 0 0 30px;
  }
}

.catalog-product-view .product-cms-legacy-description .legacy-reserve-collection-cms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.catalog-product-view .product-cms-legacy-description .legacy-reserve-collection-cms .banner-legacy-reserve {
  width: 100%;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-cms-legacy-description .legacy-reserve-collection-cms .banner-legacy-reserve {
    margin-left: -10px;
    margin-right: -10px;
    width: initial;
    margin-bottom: 20px;
  }
}

.catalog-product-view .product-cms-legacy-description .legacy-reserve-collection-cms .head-content {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-cms-legacy-description .legacy-reserve-collection-cms .head-content {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.catalog-product-view .product-cms-legacy-description .legacy-reserve-collection-cms .head-content h3 {
  letter-spacing: 1;
  line-height: 33px;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-cms-legacy-description .legacy-reserve-collection-cms .head-content h3 {
    font-size: 18px;
    letter-spacing: .5px;
    line-height: 24px;
  }
}

.catalog-product-view .product-cms-legacy-description .legacy-reserve-collection-cms .main-content {
  width: 60%;
  padding-left: 60px;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-cms-legacy-description .legacy-reserve-collection-cms .main-content {
    width: 100%;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-cms-legacy-description .legacy-reserve-collection-cms .main-content .description {
    font-weight: 700;
  }
}

.catalog-product-view .product-cms-legacy-description .legacy-reserve-collection-cms .main-content .note-text {
  border-top: 1px solid #B2945A;
  font-style: italic;
  margin-top: 20px;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .product-cms-legacy-description .legacy-reserve-collection-cms .main-content .note-text {
    text-align: center;
  }
}

.catalog-product-view .product-cms-legacy-description a {
  color: #B2945A;
  font-weight: 700;
}

.catalog-product-view .product-cms-legacy-description a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1199px) {
  .cms-page-view .std .image-block-01,
  .cms-page-view .std .image-block-02,
  .cms-page-view .std .image-block-03,
  .cms-page-view .std .quote-block,
  .cms-page-view .std .subHeader-block,
  .cms-page-view .std .longParagraph-block,
  .cms-page-view .std .listStyle-block,
  .cms-page-view .std .content-block .contain {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 1023px) {
  .cms-page-view .std .image-block-01,
  .cms-page-view .std .image-block-02,
  .cms-page-view .std .image-block-03,
  .cms-page-view .std .quote-block,
  .cms-page-view .std .subHeader-block,
  .cms-page-view .std .longParagraph-block,
  .cms-page-view .std .listStyle-block,
  .cms-page-view .std .content-block .contain {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .cms-page-view .std .gallery-cms-bg {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1023px) {
  .cms-page-view .std .gallery-cms-bg {
    margin-bottom: 40px;
  }
}

/* Content Popup ===================================================================== */
.modal.ekko-lightbox {
  z-index: 9999;
  height: 100%;
  padding: 30px;
}

.modal.fade.ekko-lightbox .modal-dialog {
  z-index: 100000;
  margin: 0 auto;
  top: 50%;
  -ms-transform: translate(0, -100%);
      transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
}

.modal.ekko-lightbox {
  text-align: left;
}

.modal.ekko-lightbox.in .modal-dialog {
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.modal.ekko-lightbox .img-responsive {
  width: 100% !important;
  height: auto !important;
  max-height: 90% !important;
}

.modal.ekko-lightbox .modal-header {
  padding: 0;
  border: none;
}

.modal.ekko-lightbox .modal-header .close {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 24px;
  z-index: 999;
  width: 24px;
  min-width: 1px;
  padding: 0;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  border: none;
  background-color: #fff;
}

.modal.ekko-lightbox .modal-header .close i {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  display: block;
  position: relative;
  top: 1px;
}

.sitemap-main {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .sitemap-main {
    margin-bottom: 40px;
  }
}

.sitemap-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -20px;
}

@media only screen and (max-width: 767px) {
  .sitemap-inner {
    margin: 0 -10px;
  }
}

.sitemap-inner .sitemap-col {
  width: 33.33333%;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .sitemap-inner .sitemap-col {
    width: 100%;
    margin-bottom: 40px;
  }
}

.sitemap-inner .sitemap-col h2 {
  margin-bottom: 10px;
}

.sitemap-inner .sitemap-col ul + h2 {
  margin-top: 30px;
}

.sitemap-inner .sitemap-col > ul {
  padding: 0;
}

.sitemap-inner .sitemap-col ul {
  margin: 0;
  font-weight: 700;
  list-style: none;
}

.sitemap-inner .sitemap-col ul ul {
  list-style: disc;
  font-size: 14px;
  font-weight: 500;
}

.sitemap-inner .sitemap-col ul ul ul {
  list-style: circle;
}

.sitemap-inner .sitemap-col ul li {
  margin-top: 10px;
}

.sitemap-inner .sitemap-col ul a {
  color: #000;
}

.sitemap-inner .sitemap-col ul a:hover {
  color: #B2945A;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .checkout-cart-index .col-main .cart {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.catalogsearch-result-index .header-wrapper + .breadcrumbs-wrapper .breadcrumbs-inner {
  margin-left: -10px;
  margin-right: -10px;
}

.catalogsearch-result-index .header-wrapper + .breadcrumbs-wrapper .breadcrumbs-inner .breadcrumb {
  padding-top: 0;
}

.catalogsearch-result-index .main-container.col1-layout .page-title {
  padding-top: 8px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #B2945A;
}

@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .main-container.col1-layout .page-title {
    padding-bottom: 20px;
  }
}

.opc-index-index.no-banner {
  padding-top: 150px;
}

@media only screen and (max-width: 767px) {
  .opc-index-index.no-banner {
    padding-top: 120px;
  }
  .opc-index-index.no-banner .opc-col-left, .opc-index-index.no-banner .opc-col-center, .opc-index-index.no-banner .opc-col-right {
    padding-left: 0;
    padding-right: 0;
  }
}

.opc-index-index .no-display {
  display: none;
}

.opc-index-index .main-container .opc-address-form-billing .form-list > li label {
  color: #2d2d2d;
}

.opc-index-index .main-container .opc-wrapper-opc {
  position: relative;
}

.opc-index-index .main-container .opc-wrapper-opc .page-title h2 {
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 2px solid #B2945A;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .opc-index-index .main-container .opc-wrapper-opc .page-title h2 {
    margin-bottom: 30px;
  }
}

.opc-index-index .main-container .opc-wrapper-opc .login-oneppage {
  position: absolute;
  right: 0;
  top: 0;
}

.opc-index-index .international_alaska_hawaii {
  font-size: 14px;
  margin-bottom: 30px;
}

.my-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .my-account .row .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
  }
}

.note-order-flex {
  -webkit-box-ordinal-group: 101;
  -webkit-order: 100;
      -ms-flex-order: 100;
          order: 100;
}

@media only screen and (min-width: 768px) {
  .note-order-flex {
    margin-bottom: 50px;
  }
}

.note-order-flex .box-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1em;
  margin-bottom: 1.5em;
}

.note-order-flex .box-title h2 {
  font-size: 1.5em;
  color: #222;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: .5em;
  margin: 0;
  display: inline-block;
}

.note-order-flex .box-content .col {
  margin-bottom: 15px;
  word-break: break-word;
}

/*# sourceMappingURL=main.css.map */

body #shopping-cart-table .item-options dt,
body #shopping-cart-table .item-options dd {
  font-size: 14px;
}
body #shopping-cart-table .item-collection-name {
  color: #B2945A;
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
body .top-cart .item-collection-name {
  color: #B2945A;
}