[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
/* COMMON STYLES */
*,
body,
.regular {
  font-family: "BrandonGrotW01-Regular", sans-serif;
}
object {
  opacity: 0;
}
strong,
b,
.bold,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
}
.semibold {
  font-family: "Brandon Grot W01 Medium", sans-serif;
  font-weight: normal;
}
.light {
  font-family: "Brandon Grot W01 Light", sans-serif;
  font-weight: normal;
}
.lightitalic {
  font-family: "BrandonGrotW01-LightIt", sans-serif;
  font-weight: normal;
}
.italic {
  font-family: "BrandonGrotW01-RegularI", sans-serif;
  font-weight: normal;
}
.calligraphic-font {
  font-family: "Rage Italic W01", sans-serif !important;
}
body {
  color: #262626;
  margin: 0;
  padding: 0;
}
a,
a:hover,
a:active,
a:focus,
a:visited {
  color: inherit;
  font: inherit;
  text-decoration: none;
}
a img {
  border: 0;
}
input {
  -webkit-appearance: none;
  border-radius: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  font-weight: normal;
}
*,
:focus {
  outline: 0!important;
}
.sale {
  color: #f51e46 !important;
}
.underline,
.link-underline,
.link-underline:hover {
  text-decoration: underline;
}
.uppercase,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
h1 {
  margin: 0;
}
.gap {
  margin-top: 40px;
}
.heading {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: "BrandonGrotW01-Regular", sans-serif;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  letter-spacing: 3px;
}
.main-menu .category,
.submenu .subcategory,
.catalog-nav li,
.refinements-container .ref-name,
.sort-container .label {
  letter-spacing: 0.5px;
}
.btn.more {
  font-size: 12px;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid;
  margin-bottom: 1px;
  padding: 0 0 3px 0;
  background: none;
  box-shadow: none;
}
.btn.more:hover {
  border-bottom: 2px solid;
  margin-bottom: 0;
}
.btn.more.border {
  padding: 8px;
  border: 2px solid;
  display: block;
  margin-bottom: 0;
}
.btn.more.border:hover,
.loadMoreBtn:hover {
  color: #ffffff;
  border-color: #262626 !important;
  background-color: #262626;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.promo-title {
  text-align: center;
}
.subtitle,
.title,
.title-intro {
  text-transform: uppercase;
}
.title-intro + .title,
.subtitle + .title {
  margin-top: 5px;
}
.title + .title-intro,
.title + .subtitle {
  margin-top: -5px;
}
.sham-spinner-container {
  left: 50%;
  margin-left: -25px;
  bottom: 50%;
  margin-bottom: -25px;
}
.btn-slick-prev.slick-disabled,
.btn-slick-next.slick-disabled {
  cursor: auto!important;
}
.btn-slick-prev.slick-disabled img,
.btn-slick-next.slick-disabled img {
  opacity: 0.3;
}
.disabled {
  background: transparent;
  /* reset common styles */
}
/* IMAGE RESPONSIVE FORMAT */
.cms-image-responsive img {
  max-width: 100%;
  height: auto;
}
/* WALL TILE FORMAT */
.tile .tile-image a {
  display: block;
  overflow: hidden;
  position: relative;
}
.tile .tile-image img {
  max-width: 100%;
  width: 100%;
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.16666667s;
  -moz-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.16666667s;
  -ms-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.16666667s;
  -o-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.16666667s;
}
.tile .tile-text {
  text-align: center;
  -webkit-transition: top cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.16666667s;
  -moz-transition: top cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.16666667s;
  -ms-transition: top cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.16666667s;
  -o-transition: top cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.16666667s;
  position: relative;
  top: 0;
}
/* WALL TILE HOVER EFFECT */
@media only screen and (min-width: 1025px) {
  .tile:hover .tile-image img {
    -ms-transform: scale(1.05, 1.05);
    /* IE 9 */
    -webkit-transform: scale(1.05, 1.05);
    /* Safari */
    transform: scale(1.05, 1.05);
  }
  .tile:hover .tile-text {
    text-align: center;
    top: -10px;
  }
  .tile-text .btn.more:hover {
    border-bottom: 2px solid;
    margin-bottom: 0;
  }
  .tile.text-right:hover .tile-text,
  .tile.text-left:hover .tile-text {
    top: 0;
  }
  .tile.text-right .tile-text .btn.more.border:hover,
  .tile.text-left .tile-text .btn.more.border:hover {
    color: #ffffff;
    border-color: #262626 !important;
    background-color: #262626;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
}
@media only screen and (max-width: 1024px) {
  .tile:active .tile-image img {
    -ms-transform: scale(1.05, 1.05);
    /* IE 9 */
    -webkit-transform: scale(1.05, 1.05);
    /* Safari */
    transform: scale(1.05, 1.05);
    opacity: 0.8;
  }
  .tile:active .tile-text {
    text-align: center;
    top: -10px;
  }
  .tile-text .btn.more:hover {
    border-bottom: 2px solid;
    margin-bottom: 0;
  }
  .tile.text-right:active .tile-text,
  .tile.text-left:active .tile-text {
    top: 0;
  }
  .tile.text-right .tile-text .btn.more.border:active,
  .tile.text-left .tile-text .btn.more.border:active {
    color: #ffffff;
    border-color: #262626 !important;
    background-color: #262626;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
}
/* SLIDER */
.automatic-horizontal-slider-responsive {
  /* slider with background and 2 images for each slide */
}
.automatic-horizontal-slider-responsive .slick-slide img {
  max-width: 100%;
  height: auto;
}
.automatic-horizontal-slider-responsive .slick-prev,
.automatic-horizontal-slider-responsive .slick-next {
  background: transparent url(../assets/images/icons/arrows-slider.png) no-repeat;
  width: 16px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.automatic-horizontal-slider-responsive .slick-prev {
  left: 30px;
  background-position: 0px -20px;
}
.automatic-horizontal-slider-responsive .slick-next {
  right: 30px;
  background-position: -54px -20px;
}
.automatic-horizontal-slider-responsive .slick-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.automatic-horizontal-slider-responsive .slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 100%;
}
.automatic-horizontal-slider-responsive .slick-dots li button {
  background: transparent;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.automatic-horizontal-slider-responsive .slick-dots li.slick-active:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: #000000;
}
.automatic-horizontal-slider-responsive .slick-slide .background {
  background-color: #f5f5f5;
  /* default background if not set in each slide */
  width: 100%;
  font-size: 0;
}
.automatic-horizontal-slider-responsive .slick-slide .background .image {
  width: 50%;
  display: inline-block;
  padding: 0 20px;
}
.automatic-horizontal-slider-responsive .slick-slide .background .image img {
  margin: auto;
}
.automatic-horizontal-slider-responsive .slick-slide .background .image.full {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .automatic-horizontal-slider-responsive .slick-slide .background {
    padding: 70px 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .automatic-horizontal-slider-responsive .slick-prev {
    left: 30px;
  }
  .automatic-horizontal-slider-responsive .slick-next {
    right: 30px;
  }
  .automatic-horizontal-slider-responsive .slick-slide .background {
    padding: 50px 45px;
  }
}
@media only screen and (max-width: 767px) {
  .automatic-horizontal-slider-responsive .slick-slide img {
    width: 100%;
    height: auto;
  }
  .automatic-horizontal-slider-responsive .slick-prev,
  .automatic-horizontal-slider-responsive .slick-next {
    display: none!important;
  }
  .automatic-horizontal-slider-responsive .slick-slide .background {
    padding: 50px 2.5%;
  }
  .automatic-horizontal-slider-responsive .slick-slide .background .image {
    padding: 0 2.5%;
  }
}
/* BUTTONS HOVER EFFECT */
button,
input[type="submit"],
input[type="button"],
.button,
.search-store,
.open-overlay {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.button:hover,
.search-store:hover,
.open-overlay:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
@media only screen and (min-width: 768px) {
  .tile.text-left .tile-image,
  .tile.text-right .tile-image,
  .tile.text-left .tile-text,
  .tile.text-right .tile-text {
    display: inline-block;
    vertical-align: middle;
  }
  .tile.text-left .tile-image,
  .tile.text-right .tile-image {
    width: 70%;
  }
  .tile.text-left .tile-text,
  .tile.text-right .tile-text {
    width: 30%;
    margin-top: 0;
  }
  .tile.text-left .tile-text .btn.more,
  .tile.text-right .tile-text .btn.more {
    white-space: normal;
  }
  .tile.text-right .tile-text {
    text-align: right;
    padding-left: 40px;
  }
  .tile.text-left .tile-text {
    text-align: left;
    padding-right: 40px;
  }
  .tile-text {
    margin-top: 15px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tile-text .title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .tile-text .subtitle,
  .tile-text .btn.more {
    font-size: 9px;
  }
  .promo-title.medium .title-intro {
    font-size: 9px;
  }
  .promo-title.medium .title {
    font-size: 14px;
  }
}
.content_wrap::after {
  content: " ";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
  .tile-text {
    padding: 0 5%;
    margin-top: 30px;
    text-align: center;
  }
}
/* CUSTOM SCROLLBAR */
@media only screen and (min-width: 1025px) {
  .page *::-webkit-scrollbar {
    width: 1em;
    background-color: transparent;
  }
  .page *::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .page *::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    outline: 0;
    height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  /* disable custom scrollbar for mobile menu */
  .content_wrap *::-webkit-scrollbar,
  .footer *::-webkit-scrollbar {
    width: 1em;
    background-color: transparent;
  }
  .content_wrap *::-webkit-scrollbar-track,
  .footer *::-webkit-scrollbar {
    background-color: transparent;
  }
  .content_wrap *::-webkit-scrollbar-thumb,
  .footer *::-webkit-scrollbar {
    background-color: #c1c1c1;
    outline: 0;
    height: 50px;
  }
}
.page,
.common-header-wrapper,
.inner-header-wrap,
.footer,
.breadcrumb-wrap {
  width: 1440px;
  min-width: 320px;
  max-width: 100%;
  margin: auto;
}
.page {
  overflow: hidden;
}
.content_wrap,
.common-footer,
.gigya-header {
  margin: 0 auto;
  width: 1440px;
  max-width: 100%;
  min-width: 320px;
  padding: 0 6%;
}
.body_wrap {
  margin-right: 0!important;
  border: 0!important;
}
.body-inner-wrap {
  margin: 0 10%;
}
@media only screen and (max-width: 1024px) {
  .body-inner-wrap {
    margin: 0;
  }
  .heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .img-responsive.mobile-full {
    width: 100%;
    height: auto;
  }
  .body-inner-wrap {
    margin: 0 5%;
  }
  .heading,
  .title {
    font-size: 22px;
  }
  .heading {
    margin-top: 30px;
  }
  /* wall tile format */
  .tile .title {
    margin-bottom: 20px;
  }
  .tile .btn.more {
    font-size: 15px;
  }
}
/* RESPONSIVE CLASSES */
@media only screen and (min-width: 1025px) {
  .desktop-hidden {
    display: none!important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tablet-hidden {
    display: none!important;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-hidden {
    display: none!important;
  }
}
.header-wrap-managed {
  width: 100%;
  height: 70px;
  top: 0;
  position: relative;
  border: 1px solid;
}
.posi {
  position: fixed !important;
  margin-top: 0;
  top: 0;
  transition: top 0.2s ease-in-out;
  z-index: 99;
  width: 1440px !important;
  max-width: 100%!important;
  margin: auto!important;
}
.nav-up {
  top: -80px;
}
.container_aboveheader {
  position: fixed !important;
  top: 0;
  z-index: 110;
  width: 1440px;
  max-width: 100%;
}
#close {
  opacity: 0;
  /* hide on document ready */
}
.i-close {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 40px;
  top: 50%;
}
.common-header-wrapper {
  position: relative;
}
.inner-header-wrap {
  position: absolute;
  z-index: 99;
  padding-top: 40px;
  margin: auto;
  /* new menu items structure */
  /* menu items with managed link */
}
.inner-header-wrap .container-menu {
  padding: 0 6%;
}
.inner-header-wrap .logo-top-left-menu-top-right-menu {
  text-align: left;
  position: relative;
  height: 80px;
  display: table;
  width: 100%!important;
  padding-left: 40px;
  background-color: #ffffff;
  margin: 0;
}
.inner-header-wrap .content-logo {
  width: 200px;
  max-width: 20%;
  padding: 10px;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.inner-header-wrap .content-logo img {
  max-width: 100%;
}
.inner-header-wrap .content-top-left-menu {
  display: table-cell;
}
.inner-header-wrap .main-menu {
  text-transform: uppercase;
  margin: 0;
  font-size: 12px;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
}
.inner-header-wrap .main-menu .calligraphic-font {
  text-transform: none;
  font-size: 22px;
  font-weight: normal;
  line-height: 18px;
}
.inner-header-wrap .category {
  display: inline-block;
  line-height: 20px;
  height: 80px;
}
.inner-header-wrap .category:not(.calligraphic-font) {
  font-family: inherit;
}
.inner-header-wrap .menu-item-wrap {
  display: inline-block;
  padding: 0 20px;
  font-family: inherit;
}
.inner-header-wrap .menu-item-wrap .category {
  padding: 30px 0px;
  background-color: transparent;
}
.inner-header-wrap .menu-item-wrap.open {
  background-color: #f5f5f5;
}
.inner-header-wrap .menu-item-wrap.managed {
  padding: 0;
}
.inner-header-wrap .menu-item-wrap.managed sqr-managed-content:not(.empty) {
  padding: 0 20px;
  display: block;
  font-family: inherit;
}
.inner-header-wrap .menu-item-wrap.managed sqr-managed-content:not(.empty) .cmsWrapper {
  display: inline-block;
  line-height: 20px;
  height: 80px;
  padding: 30px 0px;
  background-color: transparent;
  font-family: inherit;
}
.content-top-right-menu {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.content-top-right-menu .store-locator,
.content-top-right-menu .search-container {
  float: right;
  height: 100%;
  display: table;
  margin-right: 20px;
}
.content-top-right-menu .store-locator a,
.content-top-right-menu .open-search-form,
.content-top-right-menu .hamburger-container a {
  display: table-cell;
  vertical-align: middle;
}
.content-top-right-menu .open-search-form,
.content-top-right-menu .close-search-form {
  cursor: pointer;
}
.content-top-right-menu .close-search-form {
  position: relative;
  height: 100%;
  margin-left: 10px;
  width: 11px;
}
.content-top-right-menu .close-search-form .i-close-form {
  position: absolute;
  top: 50%;
}
sqr-nav-menu {
  float: left;
  width: 100%;
}
.submenu-wrapper {
  background-color: transparent;
  width: 100%;
  text-align: left;
  opacity: 0;
  display: none;
  /* show/hide with javascript */
  height: auto;
  min-height: 230px;
  /* without managed content */
  position: relative;
  margin-top: -30px;
  padding-top: 30px;
}
.submenu-wrapper .submenu-inner-wrap {
  background-color: #f5f5f5;
  position: relative;
}
.submenu-wrapper .subcategories {
  padding-left: 40px;
  display: block;
  float: left;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  width: 70%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-right: -100%;
  z-index: 1;
}
.submenu-wrapper .subcategories * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.submenu-wrapper .subcategories ul {
  margin-bottom: 0;
}
.submenu-wrapper .subcategories ul.submenu {
  height: 100%;
}
.submenu-wrapper .subcategories .subcategory {
  display: inline-block;
  vertical-align: top;
  color: #808080;
  background-color: #f5f5f5;
  width: 18%;
  /* to show 3 .subcategory with 2 managed content visible */
  height: 100%;
  padding-top: 30px;
}
.submenu-wrapper .subcategories .subcategory > .sub-menu-item {
  min-height: 46px;
  /* as 2 rows text */
}
.submenu-wrapper .subcategories .subcategory-child {
  color: #414141;
}
.submenu-wrapper .subcategories .sub-menu-item {
  padding: 8px;
  /* 8px instead of 10px to optimize space */
  padding-left: 0;
  display: block;
}
.submenu-wrapper .subcategories .sub-menu-item.current {
  text-decoration: underline;
}
.submenu-wrapper .subcategories.fullwidth {
  width: 100%;
}
.submenu-wrapper .subcategories.fullwidth .subcategory {
  width: 12.4%;
}
.submenu-wrapper .subcategories:after {
  content: "";
  display: table;
  clear: both;
}
.submenu-wrapper .managed-content {
  display: inline;
  /*.managed-content-inner*/
}
.submenu-wrapper .managed-content .cmsWrapper {
  float: right;
  max-width: 30%;
}
.submenu-wrapper .managed-content .cmsWrapper img {
  max-width: 100%;
  height: auto;
}
/* submenu without managed content */
.submenu-wrapper.emptymc .subcategories .subcategory {
  padding-bottom: 30px;
}
/* background */
.submenu-wrapper .submenu-inner-wrap:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f5f5f5;
  z-index: 0;
}
.submenu-wrapper.wide .submenu-inner-wrap:before {
  width: 70%;
}
.submenu-wrapper.fullwidth .submenu-inner-wrap:before {
  width: 100%;
}
.managed-content-wide {
  width: 100%;
}
.managed-content-wide .subheader-link {
  display: inline-block;
  float: left;
  width: 25%;
}
.managed-content-wide .subheader-link + .subheader-link img {
  /*border-left: 1px solid @white;*/
  /* TODO: activate this rule if subheader managed content images don't have border inside */
}
.managed-content-wide .subheader-link:last-child:after {
  content: "";
  clear: left;
  display: block;
}
.managed-content-wide .cmsWrapper:after {
  content: "";
  clear: left;
  display: block;
}
body#home sqr-nav-menu .managed-content-wide {
  display: none;
  opacity: 0;
}
body#home sqr-nav-menu.open .managed-content-wide {
  display: block;
  opacity: 1;
}
.submenu-wrapper.visible {
  display: block;
  opacity: 1;
  -webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  -moz-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  -ms-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  -o-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}
.search-container {
  position: relative;
}
.search-container .open-search-form,
.search-container .close-search-form {
  cursor: pointer;
}
.search-container form {
  width: 200px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  border: 1px solid #cecece;
  display: none;
  background-color: #ffffff;
}
.search-container input,
.search-container input:focus {
  background: transparent;
}
.search-container input,
.search-container .button {
  border: 0;
  height: 100%;
  display: block;
  float: left;
}
.search-container .top-search {
  width: 65%;
  margin-left: 15%;
  padding: 0 10px;
}
.search-container .button {
  width: 38px;
  float: right;
}
.search-container .button input {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .category.selected a,
  .menu-item-wrap.managed a.selected {
    border-bottom: 2px solid;
  }
  .sub-menu-item:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 1024px) {
  .inner-header-wrap {
    padding: 0;
    position: fixed;
  }
  .inner-header-wrap .container-menu {
    padding: 0;
  }
  .inner-header-wrap .logo-top-left-menu-top-right-menu {
    padding: 0 3% 0 6%;
    height: 44px;
  }
  .inner-header-wrap .content-logo {
    text-align: center;
    width: auto;
    min-width: 100px;
    max-width: 50%;
  }
  .inner-header-wrap .content-logo img {
    max-width: 100%;
    max-height: 22px;
    width: auto;
    height: auto;
  }
  .inner-header-wrap .content-top-right-menu {
    position: relative;
  }
  .inner-header-wrap .mobile-top-left-menu,
  .inner-header-wrap .content-top-right-menu {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100px;
  }
  .inner-header-wrap .hamburger-container,
  .inner-header-wrap .store-locator {
    display: inline-block;
    height: auto;
  }
  .inner-header-wrap .store-locator {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .container_aboveheader img {
    width: 100%;
  }
  .i-close {
    right: 6%;
  }
  .inner-header-wrap .logo-top-left-menu-top-right-menu {
    height: 60px;
    padding: 0 5%;
  }
  .inner-header-wrap .content-top-left-menu {
    display: none;
  }
  .inner-header-wrap .content-logo {
    width: auto;
    min-width: 100px;
    max-width: 50%;
  }
  .inner-header-wrap .search-container,
  .inner-header-wrap .store-locator {
    margin-right: 10%;
  }
}
/* slider */
.header-bg {
  background: #ffffff;
}
.header-bg img {
  position: relative;
  left: 0;
  bottom: 0;
}
.header-canvas {
  max-height: 640px;
}
.header-canvas .slick-slider {
  width: 1440px;
  max-width: 100%;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .header-canvas {
    padding-top: 44px;
    min-height: 88px;
    overflow: hidden;
  }
  .header-canvas .header-bg {
    height: 44px;
    position: relative;
  }
  .header-canvas .header-bg img {
    position: absolute;
  }
  .header-canvas .slick-slide img {
    width: 100%;
    height: auto;
  }
  .header-canvas .slick-prev,
  .header-canvas .slick-next {
    display: none!important;
  }
}
@media only screen and (max-width: 767px) {
  .header-canvas {
    padding-top: 60px;
    min-height: 120px;
    overflow: hidden;
  }
  .header-canvas .header-bg {
    height: 60px;
  }
}
/* breadcrumbs */
.breadcrumb-wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 95;
  margin-top: -34px;
}
.catalog-category-breadcrumb,
.page-breadcrumb {
  padding: 0 6%;
  background-color: transparent;
  border-bottom: 0;
  text-transform: uppercase;
  font-weight: normal!important;
}
.breadcrumb {
  padding: 0 0 0 20px;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 11px;
  font-family: "BrandonGrotW01-Regular", sans-serif;
}
.breadcrumb li {
  padding: 10px 0;
  color: inherit;
  font-weight: normal!important;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li.crumb {
  padding-left: 5px;
  padding-right: 0;
}
.breadcrumb li + li:before {
  padding: 0;
  color: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .breadcrumb-wrap {
    margin-top: -38px;
  }
  .breadcrumb {
    font-size: 10px;
    padding-left: 0;
  }
  .breadcrumb li {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-category-breadcrumb,
  .page-breadcrumb {
    padding: 0;
  }
  .breadcrumb-container {
    display: block;
    width: 100%;
  }
  .breadcrumb-wrap {
    margin-top: -46px;
  }
  .breadcrumb {
    font-size: 9px;
    padding-left: 5%;
  }
  .breadcrumb li {
    padding: 24px 0;
  }
}
.i-close {
  background-image: url(../assets/images/icons/icon-close.png);
  background-repeat: no-repeat;
}
.i-close-black,
.i-close-white {
  width: 19px;
  height: 19px;
  margin-top: -9.5px;
}
.i-close-white {
  background-position: -19px 0px;
}
.i-close-black,
.cookie-law-content .i-close-white {
  background-position: 0px 0px;
}
.i-close-mobile-menu {
  background-image: url(../assets/images/icons/mobile/icon-close.png);
  width: 13px;
  height: 13px;
  margin-top: -6.5px;
}
@media screen and (max-width: 767px) {
  .i-close {
    background-image: url(../assets/images/icons/mobile/icon-close.png);
  }
  .i-close-black,
  .i-close-white {
    width: 13px;
    height: 13px;
    margin-top: -6.5px;
  }
  .i-close-white {
    background-position: -13px 0px;
  }
  .i-close-black,
  .cookie-law-content .i-close-white {
    background-position: 0px 0px;
  }
}
.i-close-refinements {
  background-image: url(../assets/images/icons/icon-close-refinements.png);
  width: 7px;
  height: 7px;
  position: relative;
  display: inline-block;
  top: 0;
  right: 0;
  margin-left: 5px;
}
.i-close-refinements.red {
  background-position: -7px 0px;
}
@media screen and (max-width: 767px) {
  .i-close-refinements {
    background-image: url(../assets/images/icons/mobile/icon-close-refinements.png);
    width: 14px;
    height: 14px;
  }
  .i-close-refinements.red {
    background-position: -14px 0px;
  }
}
.i-close-form {
  background-image: url(../assets/images/icons/icon-close-form.png);
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  display: block;
  margin-top: -5.5px;
}
.i-store-locator {
  background-image: url(../assets/images/icons/icon-store-locator.png);
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
  /*margin-top: - (@topIconHeight/2);*/
  display: block;
}
.i-search,
.search-button {
  background-image: url(../assets/images/icons/icon-search.png);
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
  /*margin-top: -(@topIconHeight/2);*/
  display: block;
}
.i-bag {
  background-image: url(../assets/images/icons/icon-bag.png);
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
  /*margin-top: -(@topIconHeight/2);*/
  display: block;
}
.i-favorite {
  background-image: url(../assets/images/icons/icon-favorites.png);
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
  /*margin-top: -(@topIconHeight/2);*/
  display: block;
}
.i-account {
  background-image: url(../assets/images/icons/icon-account.png);
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
  /*margin-top: -(@topIconHeight/2);*/
  display: block;
}
.i-hamburger {
  background-image: url(../assets/images/icons/mobile/hamburger-icon.png);
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
  /*margin-top: - (@topIconHeight/2);*/
  display: block;
}
.i-scroll {
  background-image: url(../assets/images/icons/icon-top.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 41px;
  display: block;
}
.i-scroll:hover {
  background-image: url(../assets/images/icons/icon-top-hover.png);
}
.i-chat {
  background-image: url(../assets/images/icons/customer-service.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 41px;
  display: block;
}
@media screen and (min-width: 1025px) {
  .i-chat:hover,
  .customer-service.opened .i-chat {
    background-position: 0px -41px;
  }
}
@media screen and (max-width: 1024px) {
  .i-chat {
    width: 38px;
    height: 38px;
    background-image: url(../assets/images/icons/mobile/customer-service.png);
  }
}
.i-social-icons-footer {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-image: url(../assets/images/icons/social-icons-footer.png);
  -webkit-transition: background-image 0.3s ease-in-out;
  -moz-transition: background-image 0.3s ease-in-out;
  -ms-transition: background-image 0.3s ease-in-out;
  -o-transition: background-image 0.3s ease-in-out;
}
.facebook {
  background-position: 0px -32px;
}
.twitter {
  background-position: -53px -32px;
}
.youtube {
  background-position: -112px -32px;
}
.instagram {
  background-position: -170px -32px;
}
.pinterest {
  background-position: -226px -32px;
}
.tumblr {
  background-position: -278px -32px;
}
.linkedin {
  background-position: -331px -32px;
}
.vk {
  background-position: -388px -32px;
}
.facebook:hover {
  background-position: 0px 0px;
}
.twitter:hover {
  background-position: -53px 0px;
}
.youtube:hover {
  background-position: -112px 0px;
}
.instagram:hover {
  background-position: -170px 0px;
}
.pinterest:hover {
  background-position: -226px 0px;
}
.tumblr:hover {
  background-position: -278px 0px;
}
.linkedin:hover {
  background-position: -331px 0px;
}
.vk:hover {
  background-position: -388px 0px;
}
@media screen and (max-width: 767px) {
  .i-social-icons-footer {
    width: 32px;
    height: 32px;
    background-image: url(../assets/images/icons/mobile/social-icons-footer.png);
  }
  .facebook {
    background-position: 0px -34px;
  }
  .twitter {
    background-position: -57px -34px;
  }
  .youtube {
    background-position: -114px -34px;
  }
  .instagram {
    background-position: -170px -34px;
  }
  .pinterest {
    background-position: -227px -34px;
  }
  .tumblr {
    background-position: -278px -34px;
  }
  .linkedin {
    background-position: -340px -34px;
  }
  .vk {
    background-position: -397px -34px;
  }
  .facebook:hover {
    background-position: 0px 0px;
  }
  .twitter:hover {
    background-position: -57px 0px;
  }
  .youtube:hover {
    background-position: -114px 0px;
  }
  .instagram:hover {
    background-position: -170px 0px;
  }
  .pinterest:hover {
    background-position: -227px 0px;
  }
  .tumblr:hover {
    background-position: -278px 0px;
  }
  .linkedin:hover {
    background-position: -340px 0px;
  }
  .vk:hover {
    background-position: -397px 0px;
  }
}
/* --- @caretFooter: select country/language footer --- */
@media screen and (max-width: 767px) {
  .i-caret-up,
  .i-caret-down {
    width: 11px;
    height: 7px;
    display: inline-block;
    margin-top: -3.5px;
    background-image: url(../assets/images/icons/mobile/arrows-small.png);
  }
  .i-caret-up.i-caret-white {
    background-position: -7px 0px;
  }
  .i-caret-up.i-caret-light {
    background-position: -32px 0px;
  }
  .i-caret-up.i-caret-dark {
    background-position: -57px 0px;
  }
  .i-caret-down.i-caret-white {
    background-position: -7px -18px;
  }
  .i-caret-down.i-caret-light {
    background-position: -32px -18px;
  }
  .i-caret-down.i-caret-dark {
    background-position: -57px -18px;
  }
}
@media screen and (min-width: 1025px) {
  .footer-selector .i-caret-up,
  .footer-selector .i-caret-down {
    width: 15px;
    height: 9px;
    display: inline-block;
    margin-top: -4.5px;
    background-image: url(../assets/images/icons/arrows-footer.png);
  }
  .footer-selector .i-caret-up.i-caret-white {
    background-position: -11px 0px;
  }
  .footer-selector .i-caret-down.i-caret-white {
    background-position: -11px -28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-selector .i-caret-up,
  .footer-selector .i-caret-down {
    width: 8px;
    height: 5px;
    display: inline-block;
    margin-top: -2.5px;
    background-image: url(../assets/images/icons/mobile/arrows-footer-tablet.png);
  }
  .footer-selector .i-caret-up.i-caret-white {
    background-position: -7px 0px;
  }
  .footer-selector .i-caret-down.i-caret-white {
    background-position: -7px -17px;
  }
}
@media screen and (max-width: 767px) {
  .footer-selector .i-caret-up,
  .footer-selector .i-caret-down {
    width: 18px;
    height: 11px;
    display: inline-block;
    margin-top: -5.5px;
    background-image: url(../assets/images/icons/mobile/arrows-footer-mobile.png);
  }
  .footer-selector .i-caret-up.i-caret-white {
    background-position: -14px 0px;
  }
  .footer-selector .i-caret-down.i-caret-white {
    background-position: -14px -35px;
  }
}
.i-arrow-overlay {
  width: 16px;
  height: 8px;
  display: block;
  background-image: url(../assets/images/icons/arrows-footer-overlay.png);
}
.i-arrow-overlay.i-arrow-down {
  background-position: -8px -24px;
}
.i-map-point,
.i-phone,
.i-opening-hours,
.i-email,
.i-directions,
.i-events,
.i-collection {
  width: 22px;
  height: 22px;
  display: inline-block;
}
.i-map-point {
  background-image: url(../assets/images/icons/icon-map-point.png);
}
.i-phone {
  background-image: url(../assets/images/icons/icon-phone.png);
}
.i-email {
  background-image: url(../assets/images/icons/icon-email.png);
}
.i-opening-hours {
  background-image: url(../assets/images/icons/icon-opening-hours.png);
}
.i-directions {
  background-image: url(../assets/images/icons/icon-directions.png);
}
.i-events {
  background-image: url(../assets/images/icons/icon-events.png);
}
.i-collection {
  background-image: url(../assets/images/icons/icon-collection.png);
  height: 30px;
}
@media screen and (max-width: 767px) {
  .i-map-point,
  .i-phone,
  .i-opening-hours,
  .i-email,
  .i-directions,
  .i-collection {
    width: 18px;
    height: 18px;
  }
  .i-map-point {
    background-image: url(../assets/images/icons/mobile/icon-map-point.png);
  }
  .i-phone {
    background-image: url(../assets/images/icons/mobile/icon-phone.png);
  }
  .i-email {
    background-image: url(../assets/images/icons/mobile/icon-email.png);
  }
  .i-opening-hours {
    background-image: url(../assets/images/icons/mobile/icon-opening-hours.png);
  }
  .i-directions {
    background-image: url(../assets/images/icons/mobile/icon-directions.png);
  }
  .i-collection {
    background-image: url(../assets/images/icons/mobile/icon-collection.png);
    height: 25px;
  }
}
.mfp-arrow {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-position: center;
}
.mfp-arrow:hover,
.mfp-arrow:active,
.mfp-arrow:focus {
  margin-top: -20px;
  /* reset default */
}
.mfp-arrow-left,
.mfp-arrow-right {
  background-position: center center!important;
}
.i-close-qv {
  width: 25px;
  height: 25px;
  background-image: url(../assets/images/icons/icon-close-gallery.png);
}
@media screen and (min-width: 1025px) {
  .mfp-gallery .mfp-close {
    width: 25px;
    height: 25px;
    background-image: url(../assets/images/icons/icon-close-gallery.png);
  }
  .mfp-gallery .mfp-arrow-left {
    background: transparent url(../assets/images/icons/arrow-gallery-left.png) no-repeat;
  }
  .mfp-gallery .mfp-arrow-right {
    background: transparent url(../assets/images/icons/arrow-gallery-right.png) no-repeat;
  }
}
@media screen and (max-width: 1024px) {
  .mfp-gallery .mfp-arrow-left {
    background: transparent url(../assets/images/icons/mobile/arrow-gallery-left.png) no-repeat;
  }
  .mfp-gallery .mfp-arrow-right {
    background: transparent url(../assets/images/icons/mobile/arrow-gallery-right.png) no-repeat;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mfp-gallery .mfp-close {
    width: 13px;
    height: 13px;
    background-image: url(../assets/images/icons/mobile/icon-close-gallery-tablet.png);
  }
}
@media screen and (max-width: 767px) {
  .mfp-gallery .mfp-close,
  .close-map {
    width: 15px;
    height: 15px;
    background-image: url(../assets/images/icons/mobile/icon-close-gallery.png);
  }
}
.quickview-icon-hover,
.wishlist-icon-hover {
  background-image: url(../assets/images/icons/quickview-wishlist.png);
  background-repeat: no-repeat;
}
.quickview-icon-hover {
  width: 32px;
  height: 23px;
  background-position: 0 0;
}
.wishlist-icon-hover {
  width: 25px;
  height: 23px;
  background-position: -37px 0;
}
.quickview-icon-white {
  background-position: 0 -27px;
}
.wishlist-icon-white {
  background-position: -37px -27px;
}
.wishlist-icon-added {
  background-position: -66px 0;
}
.wishlist-icon-added-big {
  width: 35px;
  height: 33px;
  background-position: -95px 0;
}
@media screen and (max-width: 767px) {
  .wishlist-icon-hover {
    width: 27px;
    height: 27px;
    background-position: -135px 0;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 6%;
  }
  .wishlist-icon-added {
    background-position: -165px 0;
  }
}
.cookie-law,
.cookie-law-content {
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 200;
  font-size: 10px;
  background-color: #f5f5f5;
  text-transform: uppercase;
  max-width: 100%;
}
.cookie-law-content {
  padding: 15px 40px;
  text-align: left;
  width: 1440px;
  max-width: 100%;
  min-width: 320px;
  margin: 0 auto;
  padding-right: 80px;
}
.cookie-law-content p {
  margin: 0;
  width: auto;
  display: inline-block;
}
.cookie-law-content a {
  text-decoration: underline;
}
.footer {
  position: relative;
  overflow: hidden;
}
.overlay-icons {
  position: fixed;
  right: 0;
  top: 65%;
  z-index: 102;
  /* above all elements */
  opacity: 0;
}
.overlay-icons .desktop-scroll-up {
  clear: right;
  margin-top: 40px;
}
.chat-text {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .i-chat {
    float: right;
  }
  .chat-text {
    width: auto;
    min-width: 120px;
    height: 41px;
    color: #ffffff;
    background-color: #262626;
    text-transform: uppercase;
    font-family: "Brandon Grot W01 Bold", sans-serif;
    font-weight: normal;
    font-size: 11px;
    text-align: left;
    line-height: 12px;
    padding: 10px 15px;
    margin-right: 40px;
  }
  .customer-service.opened .chat-text {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .overlay-icons {
    z-index: 100;
    /* hidden when open footer overlay */
    -webkit-transition: top 0.2s ease-in;
    -moz-transition: top 0.2s ease-in;
    -ms-transition: top 0.2s ease-in;
    -o-transition: top 0.2s ease-in;
  }
}
i.check {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  display: inline-block;
  float: left;
  position: static !important;
  cursor: pointer;
}
i.check.checked {
  background-image: url(../assets/images/icons/checked.png);
  background-repeat: no-repeat;
  background-position: 2px;
}
.error-newsletter {
  color: red;
  text-align: left;
}
.common-footer {
  background-color: #ffffff;
  border: 0;
}
.common-footer .managed-content {
  width: 100%;
  float: none;
  margin-bottom: 40px;
}
.common-footer .managed-content .footer-promo-title {
  text-transform: uppercase;
  text-align: center;
  margin: 40px 0;
}
/* set style for empty managed content */
.footer-promo.empty {
  width: 0;
  padding: 0;
}
.footer-container {
  margin: 0 auto;
  width: 1440px;
  max-width: 100%;
  min-width: 320px;
  padding: 0 6%;
  position: relative;
}
.footer-container .mobile-scroll-up {
  background-color: #262626;
  color: #ffffff;
  padding: 16.5px 0;
  /* height 60px */
  text-transform: uppercase;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
  font-size: 12px;
}
.footer-container .mobile-scroll-up a:before {
  content: "";
  width: 11px;
  height: 10px;
  display: block;
  background: url(../assets/images/icons/mobile/arrow-top-white.png) no-repeat;
  margin: auto;
}
.footer-container .form-label {
  display: none;
}
.footer-contact {
  background-color: #e6e6e6;
  padding: 30px;
}
.social-container a {
  display: inline-block;
  line-height: 0;
  margin: 0 2%;
}
.email-signup-container form {
  position: relative;
}
.email-signup-container form .field-wrap {
  display: inline-block;
  width: auto;
  margin: 0;
  position: relative;
  margin-right: 14px!important;
}
.email-signup-container form input {
  padding: 0 5%;
}
.email-signup-container form .subscribe-email {
  border: 1px solid #cecece;
  color: #262626;
  font-size: 16px;
}
.email-signup-container form .subscribe-newsletter-country {
  background-color: #4d4d4d;
  color: #ffffff;
  border: 1px solid #4d4d4d;
  text-transform: uppercase;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
  font-size: 12px;
  vertical-align: top;
}
.email-signup-container form .error-newsletter {
  color: red;
  text-align: justify;
  position: absolute;
}
.email-signup-container form .not-valid-email {
  margin-top: 0;
  left: 0;
}
@media only screen and (min-width: 320px) and (max-width: 410px) {
  .email-signup-container form .not-valid-email {
    margin-top: -6%;
    right: 1%;
    text-align: center;
  }
}
@media only screen and (min-width: 411px) and (max-width: 625px) {
  .email-signup-container form .not-valid-email {
    margin-top: -4%;
    right: 1%;
    text-align: center;
  }
}
@media only screen and (min-width: 626px) and (max-width: 767px) {
  .email-signup-container form .not-valid-email {
    margin-top: -3%;
    right: 1%;
    text-align: center;
  }
}
.footer-main {
  text-align: left;
  color: #545454;
  clear: both;
}
.footer-main .footer-main-left {
  background-color: #f5f5f5;
  padding: 40px;
}
.footer-main .footer-main-right {
  background-color: #cccccc;
  padding: 40px;
}
.footer-main .footer-nav a {
  display: block;
  text-transform: uppercase;
}
.footer-main .footer-nav a:hover {
  text-decoration: underline;
}
.footer-main .footer-nav .parent-item a {
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
}
.footer-bottom {
  color: #ffffff;
}
.footer-bottom .footer-copyright {
  background-color: #999999;
  padding: 0 40px;
  text-align: left;
  font-size: 11px;
  z-index: 101;
  /* for footer-overlay transition */
}
.footer-bottom .footer-copyright .footer-span {
  display: inline-block;
}
.footer-bottom .footer-copyright .footer-span + .footer-span:before {
  content: "-";
  margin: 0 0.5em;
}
.footer-bottom .footer-selector .open-overlay {
  cursor: pointer;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.footer-bottom .footer-selector .open-overlay * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.footer-bottom .footer-selector .open-overlay .inner-table {
  display: table;
  width: 100%;
  height: 100%;
}
.footer-bottom .footer-selector .open-overlay .inner-table .left {
  display: table-cell;
  vertical-align: middle;
}
.footer-bottom .footer-selector #country_selector {
  background-color: #808080;
}
.footer-bottom .footer-selector #country_selector .left span {
  width: 65%;
}
.footer-bottom .footer-selector #language_selector {
  background-color: #666666;
}
.footer-bottom .footer-selector #language_selector .left span {
  width: 80%;
}
.footer-bottom .footer-selector span {
  text-transform: uppercase;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
  display: block;
}
.footer-bottom .footer-selector span:not(.change-country) {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: inherit;
}
.footer-bottom .footer-selector span.change-country {
  width: 80%;
}
.footer-bottom .footer-selector span.currency-icon {
  line-height: 60px;
  position: absolute;
  top: 0;
  max-width: 35%;
}
.footer-bottom .footer-selector i[class^="i-caret"] {
  position: absolute;
  top: 50%;
  right: 15px;
}
.footer-bottom .footer-selector .i-arrow-overlay {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -8px;
  display: none;
}
.footer-overlay {
  color: #262626;
}
.footer-overlay .footer-overlay-container .footer-overlay-inner {
  background-color: #f5f5f5;
  padding: 20px 30px;
}
.footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter {
  background-color: #b8ddd9;
}
.footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter .subscribeFormFooterCountry {
  position: relative;
}
.footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter .bold-text {
  font-weight: bold;
}
.footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter p.newsletter-title-footer {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter .error-newsletter {
  color: red;
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  margin-top: -15px;
}
.footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter .not-valid-email,
.footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter .not-valid-email + .error-newsletter {
  margin-top: -25px !important;
}
.footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter .not-checked-error {
  margin-top: 60px !important;
  line-height: 11px;
}
.footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter input.subscribe-email {
  height: 30px;
  font-size: 13px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  border: 0;
}
.footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter .button-container {
  position: relative;
  margin-bottom: 20px;
}
.footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter i.caret-down-country,
.footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter i.caret-up-country {
  height: 7px;
  display: inline-block;
  padding: 1px 7px 0px 12px;
  background-image: url(../assets/images/icons/arrows-small.png);
  background-position: 0px -43px;
  position: relative;
  float: right;
  right: 10px;
  position: absolute;
  top: 20%;
  margin-top: 7px;
  cursor: pointer;
}
.footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter i.caret-up-country {
  background-position: 0px -50px;
}
.footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter button.select-country-newsletter {
  border: 0;
  width: 100%;
  background-color: white;
  height: 30px;
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1px 20px;
}
.footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter input.subscribe-newsletter-country {
  height: 30px;
  width: 100%;
  background-color: #666666;
  border: 0;
  margin-top: 30px;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
}
.footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter .red-error-border {
  border: 1px solid red !important;
}
.footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter input.agree-checkbox {
  float: left;
  margin-top: 20px;
}
.footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter i.check {
  margin-top: 20px;
}
.footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter span.agreement-text {
  padding-top: 22px;
  float: right;
  font-size: 13px;
  width: 88%;
  text-align: left;
  cursor: default;
}
.footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter div.list-country-container {
  max-height: 132px;
  overflow: auto;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  background-color: white;
  border-top: 1px solid lightgray;
  display: none;
}
.footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter div.list-country-container li {
  line-height: 18px;
  padding: 5px 0;
}
.footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter div.list-country-container li nobr {
  white-space: normal;
}
.footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter div.list-country-container.opened {
  display: block;
  z-index: 2;
  margin-top: -20px;
}
.footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter div.list-country-container.opened li:hover {
  cursor: pointer;
}
.footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter .has-error div.list-country-container.opened {
  border: 1px solid red;
  border-top: 0;
  margin-top: -21px;
}
.footer-overlay .footer-overlay-container .small {
  font-size: 11px;
}
.footer-overlay .footer-overlay-container h4 {
  margin-bottom: 20px;
}
.footer-overlay .footer-overlay-container li {
  text-transform: uppercase;
  line-height: 30px;
  margin: 5px;
  border: 1px solid transparent;
}
.footer-overlay .footer-overlay-container li a {
  display: block;
  padding: 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.footer-overlay .footer-overlay-container li:hover {
  border: 1px solid #262626;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.footer-overlay .footer-overlay-container .selected {
  color: #ffffff;
  background-color: #262626;
  border-color: #262626;
}
@media only screen and (min-width: 1025px) and (max-width: 1075px) {
  .footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter p.newsletter-title-footer {
    margin-top: 0px;
  }
  .footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter input.subscribe-email {
    height: 25px !important;
  }
  .footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter .error-subscription-footer {
    margin-top: -15% !important;
  }
  .footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter .not-checked-error {
    margin-top: 55px !important;
    line-height: 11px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  .footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter span.agreement-text {
    font-size: 11px;
    width: 85%;
  }
  .footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter .error-newsletter {
    line-height: 10px;
    font-size: 11px;
  }
  .footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter p.newsletter-title-footer {
    font-size: 11px;
  }
  .footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter input.subscribe-newsletter-country {
    margin-top: 40px;
  }
  .footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter .not-checked-error {
    line-height: 11px;
    margin-top: 57px !important;
  }
  .footer-bottom .footer-selector {
    width: 35%;
  }
  .footer-bottom .footer-copyright {
    width: 65%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1025px) {
  .footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter span.agreement-text {
    font-size: 11px;
    width: 85%;
  }
  .footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter .error-newsletter {
    font-size: 11px;
    line-height: 11px;
  }
  .footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter p.newsletter-title-footer {
    font-size: 11px;
  }
  .footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter input.subscribe-newsletter-country {
    margin-top: 35px;
  }
  .footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter .not-checked-error {
    line-height: 11px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter .error-newsletter {
    line-height: 12px;
    font-size: 13px;
  }
  .footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter .not-checked-error {
    margin-top: 50px !important;
    line-height: 11px;
    font-size: 11px;
  }
  .footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter span.agreement-text {
    font-size: 12px;
    line-height: 11px;
  }
  .footer-overlay .footer-overlay-container .footer-overlay-inner.newsletter input.subscribe-newsletter-country {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 1025px) {
  .footer-main-left .footer-nav {
    font-size: 14px;
  }
  .footer-main-right .footer-nav {
    font-size: 10px;
  }
  .footer-overlay .footer-overlay-container,
  #homeMain_wrap .footer-overlay-container,
  .footer-overlay .splash-subscribe,
  #homeMain_wrap .splash-subscribe {
    padding: 0 6%;
  }
  .footer-overlay .footer-overlay-container h4,
  #homeMain_wrap .footer-overlay-container h4,
  .footer-overlay .splash-subscribe h4,
  #homeMain_wrap .splash-subscribe h4 {
    font-size: 16px;
  }
  .footer-overlay .footer-overlay-container h4:after,
  #homeMain_wrap .footer-overlay-container h4:after,
  .footer-overlay .splash-subscribe h4:after,
  #homeMain_wrap .splash-subscribe h4:after {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #262626;
    display: block;
    margin: 15px auto;
  }
  .footer-overlay .footer-overlay-container .newsletter,
  #homeMain_wrap .footer-overlay-container .newsletter,
  .footer-overlay .splash-subscribe .newsletter,
  #homeMain_wrap .splash-subscribe .newsletter {
    font-size: 12px;
  }
  .footer-overlay .footer-overlay-container .list-columnize li,
  #homeMain_wrap .footer-overlay-container .list-columnize li,
  .footer-overlay .splash-subscribe .list-columnize li,
  #homeMain_wrap .splash-subscribe .list-columnize li {
    width: 15.66666667%;
    margin: 0.5%;
    display: inline-block;
  }
  .footer-overlay .footer-overlay-container .list-columnize.floating li,
  #homeMain_wrap .footer-overlay-container .list-columnize.floating li,
  .footer-overlay .splash-subscribe .list-columnize.floating li,
  #homeMain_wrap .splash-subscribe .list-columnize.floating li {
    float: left;
  }
  .footer-overlay .footer-overlay-container .country-list h4,
  #homeMain_wrap .footer-overlay-container .country-list h4,
  .footer-overlay .splash-subscribe .country-list h4,
  #homeMain_wrap .splash-subscribe .country-list h4 {
    margin-bottom: 16px;
  }
  .footer-bottom .footer-selector span {
    font-size: 10px;
  }
  .footer-bottom .footer-selector span.currency-icon {
    font-size: 16px;
    right: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-promo {
    width: 33.33333333%!important;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  /* change .footer-promo width if next managed content is empty */
  .footer-promo.empty + .footer-promo {
    width: 66.66666666%!important;
  }
  /* disable slick slider */
  .footer-promo-slides .btn-slick-container {
    display: none;
  }
  .footer-contact {
    height: 110px;
  }
  .footer-contact .social-container {
    text-align: left;
    padding-top: 10px;
    width: 50%;
  }
  .footer-contact .social-container a {
    margin: 0 1%;
  }
  .footer-contact .email-signup-container form .field-wrap {
    width: calc(50% - 14px);
    width: -moz-calc(50% - 14px);
    width: -webkit-calc(50% - 14px);
    width: -o-calc(50% - 14px);
  }
  .footer-contact .email-signup-container form input {
    display: inline-block;
    height: 50px;
    max-width: 49%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .footer-contact .email-signup-container form .subscribe-email {
    margin-left: 0;
    max-width: 100%;
    min-width: 100%;
  }
  .footer-contact .email-signup-container form .not-valid-email {
    min-width: 300px;
    margin-left: 1px;
  }
  .footer-contact .contact-container {
    text-align: right;
    position: relative;
    margin-right: 2%;
    min-width: 300px;
    /* errors if set in % */
    width: 48%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-1-5 {
    width: 19%;
    height: 100%;
    float: left;
  }
  .footer-main-container {
    height: 220px;
  }
  .footer-main-container .footer-main-left,
  .footer-main-container .footer-main-right {
    height: 100%;
  }
  .footer-main-container .footer-nav a {
    padding: 0 0 10px 15px;
  }
  .footer-main-container .footer-nav a .sub-items a:last-child {
    padding-bottom: 0;
  }
  .footer-main-container .footer-nav a:hover {
    text-decoration: underline;
  }
  .footer-bottom .footer-copyright {
    width: 60%;
    height: 60px;
  }
  .footer-bottom .footer-copyright .cmsWrapper {
    display: table;
    height: 100%;
  }
  .footer-bottom .footer-copyright .footer-span {
    display: table-cell;
    vertical-align: middle;
  }
  .footer-bottom .footer-selector {
    width: 40%;
    height: 60px;
  }
  .footer-bottom .footer-selector #country_selector,
  .footer-bottom .footer-selector #language_selector {
    height: 60px;
  }
  .footer-bottom .footer-selector .open-overlay {
    z-index: 101;
    /* for footer-overlay transition */
  }
  .footer-bottom .footer-selector .open-overlay.opened .i-arrow-overlay {
    display: block;
  }
  .footer-overlay {
    position: absolute;
    bottom: -390px;
    left: 0;
    width: 1440px;
    max-width: 100%;
    min-width: 320px;
    font-size: 10px;
    margin-bottom: 60px;
    -webkit-transition: bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
    -moz-transition: bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
    -ms-transition: bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
    -o-transition: bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
    z-index: 100;
  }
  .footer-overlay .footer-overlay-container {
    height: 330px;
  }
  .footer-overlay .footer-overlay-container .footer-overlay-inner {
    height: 100%;
  }
  .footer-overlay .footer-overlay-container .list-container {
    max-height: 240px;
    overflow: auto;
  }
  .footer-overlay .footer-overlay-container .list-columnize {
    overflow: auto;
    margin-bottom: 0;
  }
  .footer-overlay.open {
    bottom: 0;
  }
}
/* --- responsive tablet --- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .common-footer {
    padding: 0 3%;
  }
  .common-footer .footer-promo-title {
    margin: 40px 0 20px;
  }
  .footer-container {
    padding: 0;
  }
  .footer-main-left .footer-nav {
    font-size: 10px;
  }
  .footer-main-right .footer-nav {
    font-size: 9px;
  }
  .footer-bottom .footer-copyright {
    font-size: 8px;
  }
  .footer-bottom .footer-selector span {
    font-size: 9px;
  }
  .footer-bottom .footer-selector span.currency-icon {
    font-size: 14px;
    right: 30px;
  }
  .footer-overlay {
    font-size: 14px;
  }
  .footer-overlay .footer-overlay-container h4 {
    font-size: 20px;
  }
  .footer-overlay .footer-overlay-container .list-container {
    max-height: 225px;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1199px) {
  .footer-bottom .footer-selector {
    width: 40%;
  }
  .footer-bottom .footer-copyright {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .footer-bottom .footer-selector {
    width: 45%;
  }
  .footer-bottom .footer-copyright {
    width: 55%;
  }
}
/* --- end responsive tablet --- */
/* --- responsive mobile --- */
@media only screen and (max-width: 767px) {
  .footer-container {
    padding: 0;
  }
  .common-footer {
    padding: 0;
  }
  .common-footer .managed-content {
    /* hide slider arrows in case of empty slides (2 or more) */
  }
  .common-footer .managed-content .row {
    margin: 0;
  }
  .common-footer .managed-content .footer-promo {
    padding: 0;
  }
  .common-footer .managed-content .footer-promo .cmsWrapper {
    margin-bottom: 40px;
  }
  .common-footer .managed-content .footer-promo-slides .btn-slick-container {
    position: relative;
    margin: -20px 0 30px;
  }
  .common-footer .managed-content .footer-promo-slides .btn-slick-container .btn-slick-prev,
  .common-footer .managed-content .footer-promo-slides .btn-slick-container .btn-slick-next {
    width: 20%;
    border: 1px solid lightgrey;
    border-radius: 200px;
    padding: 3px;
    cursor: pointer;
    display: inline-block !important;
    position: relative;
    background-color: #ffffff;
    margin: 0 5%;
  }
  .common-footer .managed-content .footer-promo-slides .btn-slick-container .btn-slick-prev img,
  .common-footer .managed-content .footer-promo-slides .btn-slick-container .btn-slick-next img {
    width: 20px;
    height: 20px;
  }
  .common-footer .managed-content .footer-promo-slides .btn-slick-container:before {
    content: "";
    display: block;
    background-color: lightgrey;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
  }
  .common-footer .managed-content .footer-promo-slides.emptymc .btn-slick-container {
    display: none;
  }
  .footer-contact {
    padding: 20px;
  }
  .footer-contact .contact-container {
    width: 100%;
  }
  .footer-contact .social-container {
    width: 100%;
  }
  .footer-contact .social-container a {
    display: inline-block;
    line-height: 0;
    margin: 10px 0 20px 0;
    width: 25%;
    float: left;
  }
  .footer-contact .email-signup-container form {
    padding: 0 20px;
  }
  .footer-contact .email-signup-container form .field-wrap {
    display: block;
    width: 100%;
  }
  .footer-contact .email-signup-container form input {
    display: block;
    height: 40px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-contact .email-signup-container form .subscribe-email {
    font-size: 18px;
  }
  .footer-main .footer-nav a:hover {
    text-decoration: none;
  }
  .footer-main .footer-main-left {
    padding: 30px;
  }
  .footer-main .footer-main-left .footer-nav {
    font-size: 14px;
  }
  .footer-main .footer-main-left .footer-nav a {
    padding-bottom: 15px;
  }
  .footer-main .footer-main-right {
    padding: 0;
  }
  .footer-main .footer-main-right .footer-nav {
    font-size: 12px;
    padding: 0;
  }
  .footer-main .footer-main-right .footer-nav a {
    padding: 15px 30px;
  }
  .footer-main .footer-main-right .footer-nav .sub-items a {
    font-family: "Brandon Grot W01 Bold", sans-serif;
    font-weight: normal;
  }
  .footer-main .footer-main-right .footer-nav .parent-item.active {
    background-color: #4d4d4d;
    color: #e6e6e6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .footer-main .footer-main-right .footer-nav .parent-item {
    position: relative;
  }
  .footer-main .footer-main-right .footer-nav .parent-item i {
    position: absolute;
    top: 50%;
    right: 30px;
  }
  .footer-main .footer-main-right .footer-nav .sub-items {
    display: none;
    background-color: #e6e6e6;
  }
  .footer-bottom .footer-copyright {
    font-size: 8px;
    line-height: 1.8;
    padding: 20px 30px;
  }
  .footer-bottom .footer-selector {
    height: 60px;
  }
  .footer-bottom .footer-selector #country_selector,
  .footer-bottom .footer-selector #language_selector {
    height: 60px;
  }
  .footer-bottom .footer-selector span {
    font-size: 11px;
  }
  .footer-bottom .footer-selector span.currency-icon {
    font-size: 24px;
    right: 40px;
  }
  .footer-overlay {
    font-size: 11px;
    clear: both;
    display: none;
  }
  .footer-overlay h4 {
    font-size: 14px;
  }
  .footer-overlay .footer-overlay-container li {
    margin: 5px 0;
  }
}
@media only screen and (max-width: 479px) {
  .footer-bottom .footer-copyright .footer-span:first-child {
    display: block;
  }
  .footer-bottom .footer-copyright .footer-span:first-child + .footer-span:before {
    display: none;
  }
}
/* --- end responsive mobile --- */
.footer-promo-slides .slick-track {
  min-width: 100%;
}
.content_wrap {
  padding-top: 40px;
  position: relative;
}
.content_wrap .body_wrap {
  background: #ffffff;
}
.content_wrap .body_wrap.use_border {
  border: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .content_wrap {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  #homeMain_wrap .row {
    margin-bottom: 40px;
    margin-left: -20px;
    margin-right: -20px;
    font-size: 0;
    /* to remove margin between inline-block elements */
  }
  #homeMain_wrap .row .content-home {
    padding: 0 20px;
    width: 41.66666667%;
    display: inline-block;
  }
  #homeMain_wrap .row .content-home.wide {
    width: 58.33333333%;
  }
}
@media only screen and (max-width: 767px) {
  .content_wrap {
    padding: 40px 0 0 0;
  }
  #homeMain_wrap .row {
    margin-left: 0;
    margin-right: 0;
  }
  #homeMain_wrap .row .content-home {
    margin-bottom: 60px;
    padding: 0;
  }
  #homeMain_wrap .row .wall-custom .tile-image {
    margin: 0 5%;
  }
  .cms-filmstrip .copy .headline {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
  }
  .cms-filmstrip .copy .headline div.btn-slick-prev-home,
  .cms-filmstrip .copy .headline div.btn-slick-next-home {
    margin-top: -5px;
    width: 20%;
    height: 35%;
    border: 1px solid lightgray;
    position: absolute;
    color: white;
    font-size: 0;
    background-color: white;
    border-radius: 200px;
    cursor: pointer;
    text-align: center;
    padding: 3px;
  }
  .cms-filmstrip .copy .headline div.btn-slick-prev-home img,
  .cms-filmstrip .copy .headline div.btn-slick-next-home img {
    height: auto;
    max-height: 100%;
    display: inline-block;
  }
  .cms-filmstrip .copy .headline .btn-slick-next-home {
    right: 25%;
    display: none;
  }
  .cms-filmstrip .copy .headline .btn-slick-prev-home {
    left: 25%;
    display: none;
  }
}
.cms-filmstrip {
  text-align: center;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}
.cms-filmstrip .copy .headline {
  text-transform: uppercase;
  font-family: "BrandonGrotW01-Regular", sans-serif;
  font-weight: normal;
  margin-left: 0;
}
.cms-filmstrip .copy .headline b {
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
  display: block;
  margin-top: 5px;
  font-size: 24px;
  margin-bottom: 10px;
}
.cms-filmstrip .copy .headline .btn-slick-prev-home,
.cms-filmstrip .copy .headline .btn-slick-next-home {
  display: none;
}
.cms-filmstrip .slick-track {
  padding-top: 15px;
}
.cms-filmstrip sqr-entity-thumb {
  margin: 0;
}
.cms-filmstrip sqr-entity-thumb .entity-pic,
.cms-filmstrip sqr-entity-thumb .entity-info {
  width: 96%;
  margin: 0 2%;
  position: relative;
  background-color: transparent;
  display: block;
}
.cms-filmstrip sqr-entity-thumb .entity-pic .slick-track,
.cms-filmstrip sqr-entity-thumb .entity-info .slick-track {
  padding-top: 0px;
}
.cms-filmstrip sqr-entity-thumb .entity-pic .luxury-icon {
  left: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cms-filmstrip .copy .headline {
    font-size: 9px;
  }
  .cms-filmstrip .copy .headline b {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  #homeBottom_wrap .responsiveFilmstrip_wrap {
    margin-left: 5%;
    margin-right: 5%;
    position: relative;
  }
  #homeBottom_wrap .responsiveFilmstrip_wrap div.btn-slick-prev-home,
  #homeBottom_wrap .responsiveFilmstrip_wrap div.btn-slick-next-home {
    width: 50px;
    position: absolute;
    top: 42%;
    cursor: pointer;
  }
  #homeBottom_wrap .responsiveFilmstrip_wrap div.btn-slick-prev-home img,
  #homeBottom_wrap .responsiveFilmstrip_wrap div.btn-slick-next-home img {
    width: 100%;
    height: 100%;
  }
  #homeBottom_wrap .responsiveFilmstrip_wrap div.btn-slick-prev-home {
    left: -7%;
  }
  #homeBottom_wrap .responsiveFilmstrip_wrap div.btn-slick-next-home {
    right: -7%;
  }
}
/* disable body overflow if nav menu mobile is open */
.nav-menu-mobile-container {
  position: fixed;
  top: 0;
  right: -320px;
  z-index: 100;
  width: 320px;
  height: 100%;
  text-align: left;
  -webkit-transition: right cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  -moz-transition: right cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  -ms-transition: right cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  -o-transition: right cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
.nav-menu-mobile-container #close-mobile-menu,
.nav-menu-mobile-container .search-mobile-menu {
  background-color: #ffffff;
  height: 44px;
  display: inline-block;
  float: right;
}
.nav-menu-mobile-container #close-mobile-menu {
  width: 30px;
}
.nav-menu-mobile-container #close-mobile-menu .i-close {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6.5px;
  margin-left: -6.5px;
}
.nav-menu-mobile-container .search-mobile-menu {
  width: inherit;
  right: -320px;
}
.nav-menu-mobile-container .search-mobile-menu form {
  height: 100%;
}
.nav-menu-mobile-container .search-mobile-menu input,
.nav-menu-mobile-container .search-mobile-menu .button {
  border: 0;
  display: block;
  float: left;
}
.nav-menu-mobile-container .search-mobile-menu input:focus {
  background-color: #ffffff;
}
.nav-menu-mobile-container .search-mobile-menu .top-search {
  width: 170px;
  margin-left: 50px;
  height: 30px;
  margin-top: 7px;
  border-bottom: 1px solid #e5e5e5;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
  text-transform: lowercase;
}
.nav-menu-mobile-container .search-mobile-menu .button {
  width: 50px;
  float: right;
  background-position: center center;
  height: 100%;
  background-color: transparent;
}
.nav-menu-mobile-container .search-mobile-menu .button input {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.nav-menu-mobile-container.open {
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}
.nav-menu-mobile-container.open #close-mobile-menu,
.nav-menu-mobile-container.open .search-mobile-menu {
  position: fixed;
  z-index: 100;
}
.nav-menu-mobile-container.open .search-mobile-menu {
  right: 0;
  -webkit-transition: right cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  -moz-transition: right cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  -ms-transition: right cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  -o-transition: right cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
sqr-nav-menu-mobile {
  position: absolute;
  right: 0;
  width: 280px;
  background-color: #ffffff;
  overflow-x: hidden;
  min-height: 100%;
  top: 0;
  /* menu items with managed link */
  /* ARROWS */
  /* MANAGED CONTENTS */
}
sqr-nav-menu-mobile ul,
sqr-nav-menu-mobile li,
sqr-nav-menu-mobile a {
  padding: 0;
  margin: 0;
}
sqr-nav-menu-mobile .back-button {
  padding: 8.5px 20px;
  background-color: #f8f8f8;
  cursor: pointer;
  margin-top: 44px;
}
sqr-nav-menu-mobile .back-button .arrow.back {
  float: none;
  vertical-align: middle;
  background-image: url(../assets/images/icons/mobile/arrows-small.png);
  background-position: -50px -6px;
  margin-right: 10px;
  opacity: 0.5;
}
sqr-nav-menu-mobile .back-button span {
  font-family: "Brandon Grot W01 Medium", sans-serif;
  font-weight: normal;
  vertical-align: middle;
  font-size: 16px;
  opacity: 0.5;
}
sqr-nav-menu-mobile .menu-area-container {
  background-color: #f5f5f5;
  width: 280px;
  /* to fix errors on mobile (android browser)*/
}
sqr-nav-menu-mobile .menu-area {
  position: relative;
  left: 0;
  -webkit-transition: left cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  -moz-transition: left cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  -ms-transition: left cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  -o-transition: left cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  width: 280px;
  /* to fix errors on mobile (android browser)*/
}
sqr-nav-menu-mobile .menu-area.nav1,
sqr-nav-menu-mobile .menu-area.nav2 {
  left: -280px;
}
sqr-nav-menu-mobile .nav-link.title {
  padding: 20px;
  display: block;
  text-transform: uppercase;
  font-family: "BrandonGrotW01-Regular", sans-serif;
  text-align: center;
  background-color: #ffffff;
  font-size: 14px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
sqr-nav-menu-mobile .nav-link.inactive {
  pointer-events: none;
}
sqr-nav-menu-mobile .category-item a.category {
  padding: 0;
  height: auto;
}
sqr-nav-menu-mobile .categories,
sqr-nav-menu-mobile .subcategories {
  display: none;
}
sqr-nav-menu-mobile .section-item,
sqr-nav-menu-mobile .category-item {
  background-color: #ffffff;
  padding: 20px;
  text-transform: uppercase;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
  font-size: 14px;
  border-bottom: 1px solid #e6e6e6;
}
sqr-nav-menu-mobile .section-item.selected .categories,
sqr-nav-menu-mobile .category-item.selected .subcategories {
  display: block;
}
sqr-nav-menu-mobile .section-item.closing .categories,
sqr-nav-menu-mobile .category-item.selected .subcategories {
  display: block!important;
}
sqr-nav-menu-mobile .categories {
  position: absolute;
  top: 0;
  left: 280px;
  width: 280px;
}
sqr-nav-menu-mobile .section-item {
  vertical-align: middle;
  cursor: pointer;
}
sqr-nav-menu-mobile .section-item a.selected {
  text-align: center;
  display: block;
}
sqr-nav-menu-mobile .section-item a.selected + .arrow {
  display: none;
}
sqr-nav-menu-mobile .section-item.managed {
  padding: 0;
  border-bottom: 0;
}
sqr-nav-menu-mobile .section-item.managed sqr-managed-content:not(.empty) {
  display: block;
  font-family: inherit;
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
}
sqr-nav-menu-mobile .section-item.managed sqr-managed-content:not(.empty) .cmsWrapper {
  display: inline-block;
  max-width: 90%;
  font-family: inherit;
}
sqr-nav-menu-mobile .section-item.managed sqr-managed-content:not(.empty):after {
  content: "";
  background-image: url(../assets/images/icons/mobile/arrows-menu-mobile.png);
  background-position: -23px -9px;
  height: 12px;
  width: 7px;
  display: inline-block;
  float: right;
  vertical-align: middle;
  margin-top: 4px;
}
sqr-nav-menu-mobile .category-item {
  overflow: hidden;
}
sqr-nav-menu-mobile .category-item a {
  padding: 0;
  margin: 0;
}
sqr-nav-menu-mobile .category-item .category:hover {
  background: #ffffff;
}
sqr-nav-menu-mobile .subcategories {
  padding: 0;
  max-height: 0;
  display: block;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -ms-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
}
sqr-nav-menu-mobile .subcategories .subcategory-item {
  font-family: "BrandonGrotW01-Regular", sans-serif;
  text-decoration: underline;
  padding: 20px 0 0 15px;
  display: none;
}
sqr-nav-menu-mobile .category-item.selected .subcategory-item {
  display: block;
}
sqr-nav-menu-mobile .menu-area.nav2 {
  /* move this rule outside .menu-area.nav2 to show submenu open (mobile menu level2) in current category page by default */
}
sqr-nav-menu-mobile .menu-area.nav2 .category-item.selected .subcategories {
  padding: 5px 0;
  max-height: 1000px;
}
sqr-nav-menu-mobile .menu-area.nav2 .category-item.closing .subcategories {
  transition-duration: 0s !important;
  /*not working */
  transition-delay: 0s !important;
}
sqr-nav-menu-mobile .arrow {
  background-image: url(../assets/images/icons/mobile/arrows-menu-mobile.png);
  background-position: -23px -9px;
  height: 12px;
  width: 7px;
  display: inline-block;
  float: right;
  vertical-align: middle;
}
sqr-nav-menu-mobile .section-item .arrow {
  margin-top: 4px;
}
sqr-nav-menu-mobile .arrow.back {
  background-position: 0 -9px;
}
sqr-nav-menu-mobile .arrow.top,
sqr-nav-menu-mobile .arrow.bottom,
sqr-nav-menu-mobile .category-item.selected .arrow {
  background-position: -9px 0;
  margin-top: 6.5px;
  width: 12px;
  height: 7px;
}
sqr-nav-menu-mobile .arrow.bottom,
sqr-nav-menu-mobile .category-item.selected .arrow {
  background-position: -9px -22px;
}
sqr-nav-menu-mobile .managed-contents-area #HamburgerMenuArea1Link {
  padding: 15px 20px;
  background-color: #f5f5f5;
  text-decoration: underline;
  font-size: 16px;
}
sqr-nav-menu-mobile .managed-contents-area #HamburgerMenuArea1Link a {
  display: block;
  padding: 10px 0;
}
sqr-nav-menu-mobile .managed-contents-area .img-responsive {
  width: 100%;
}
.nav-menu-mobile-container.open sqr-nav-menu-mobile .back-button {
  position: fixed;
  width: inherit;
  z-index: 100;
  margin-top: 44px;
}
.nav-menu-mobile-container.open sqr-nav-menu-mobile .menu-area-container {
  margin-top: 84px;
}
@media only screen and (max-width: 1025px) {
  body.mobile-menu-open {
    overflow-y: hidden;
  }
  body.mobile-menu-open .overlay-icons {
    z-index: 0;
  }
}
@media only screen and (max-width: 767px) {
  .nav-menu-mobile-container #close-mobile-menu,
  .nav-menu-mobile-container .search-mobile-menu {
    height: 60px;
  }
  .nav-menu-mobile-container .search-mobile-menu .top-search {
    margin-top: 15px;
  }
  .nav-menu-mobile-container sqr-nav-menu-mobile .back-button {
    margin-top: 60px;
  }
  .nav-menu-mobile-container.open sqr-nav-menu-mobile .back-button {
    margin-top: 60px;
  }
  .nav-menu-mobile-container.open sqr-nav-menu-mobile .menu-area-container {
    margin-top: 100px;
  }
}
.sqr-ui-blocker {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  z-index: 97;
  -webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  -moz-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  -ms-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  -o-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
.sqr-ui-blocker.active {
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.sqr-ui-blocker.active + .inner-header-wrap .open-search-form {
  pointer-events: none;
}
#thumbnail-height,
.refined-thumbs,
sqr-refined-thumbs,
.refined-category-thumbs,
refined-category-thumbs {
  float: left;
  width: 100%;
  text-align: left;
}
.catalog-thumbnail {
  background-color: transparent;
}
.hasLeftNav .catalog-thumbnail {
  width: 100%;
  margin: 0;
}
.show-icons-hover {
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: rgba(198, 198, 198, 0.3);
}
.show-quickview-icon-hover {
  position: absolute;
  bottom: 13px;
  left: 6%;
  display: inline-block;
  cursor: pointer;
}
.show-wishlist-icon-hover {
  position: absolute;
  bottom: 13px;
  right: 6%;
  display: inline-block;
  cursor: pointer;
}
/* SUBCATEGORY TITLE */
.subcategory-heading {
  font-size: 18px;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  .subcategory-heading {
    margin-left: 5%;
    float: left;
    margin-top: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .subcategory-heading {
    font-size: 22px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.view-thumbs-mode {
  float: right;
  margin-right: 1%;
}
.view-thumbs-mode div.standard-view-mode,
.view-thumbs-mode div.small-view-mode {
  width: 40px;
  height: 40px;
  border: 1px solid #f5f5f5;
  padding-top: 3px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  padding: 10px;
  font-weight: 900;
}
.view-thumbs-mode .selectedView {
  background-color: #f5f5f5;
}
.view-thumbs-mobile-container div.standard-view-mode,
.view-thumbs-mobile-container div.small-view-mode {
  width: 100%;
  height: 40px;
  border: 1px solid #f5f5f5;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
}
.view-thumbs-mobile-container .selectedView {
  background-color: #f5f5f5;
}
.view-thumbs-mobile-container.mobile-toggle-closed div.standard-view-mode,
.view-thumbs-mobile-container.mobile-toggle-closed div.small-view-mode {
  display: none;
}
.view-thumbs-mobile-container.mobile-toggle-open div.standard-view-mode,
.view-thumbs-mobile-container.mobile-toggle-open div.small-view-mode {
  display: block;
}
.entity-thumb {
  width: 23%;
  margin: 11px 1% 20px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  /* .entity-name-wrap with product name on 2 lines */
}
.entity-thumb .entity-pic {
  display: block;
  width: 100%;
  position: relative;
}
.entity-thumb .entity-pic .top-left-message {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  transition: top 0.25s;
  width: auto;
  max-width: 25%;
}
.entity-thumb .entity-pic .top-left-message img {
  width: 100%;
}
.entity-thumb .entity-pic .top-right-message {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  width: auto;
  max-width: 25%;
}
.entity-thumb .entity-pic .top-right-message img {
  width: 100%;
}
.entity-thumb .entity-pic .promo-message-bottom-content img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.entity-thumb .entity-pic span.availability-message {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  color: #666666;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 50px;
  padding: 15px;
  background-color: rgba(198, 198, 198, 0.3);
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
}
.entity-thumb .entity-pic span.entity-name-hover {
  display: none;
}
@media only screen and (min-width: 768px) {
  .entity-thumb .entity-pic:hover .top-right-message {
    opacity: 0;
  }
  .entity-thumb .entity-pic:hover .top-left-message {
    top: -15px;
  }
  .entity-thumb .entity-pic:hover .alt-image {
    opacity: 1;
  }
  .entity-thumb .entity-pic:hover .icons-hover {
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: rgba(198, 198, 198, 0.3);
  }
  .entity-thumb .entity-pic:hover .quickview-icon-hover {
    position: absolute;
    bottom: 13px;
    left: 6%;
    display: inline-block;
    cursor: pointer;
    /* add class .align-center to center quickview icon (if wishlist icon is not visible) */
  }
  .entity-thumb .entity-pic:hover .quickview-icon-hover.align-center {
    left: 50%!important;
    margin-left: -16px;
  }
  .entity-thumb .entity-pic:hover .wishlist-icon-hover {
    position: absolute;
    bottom: 13px;
    right: 6%;
    display: inline-block;
    cursor: pointer;
  }
  .entity-thumb .entity-pic:hover .availability-message {
    display: none;
  }
  .entity-thumb .entity-thumb:nth-of-type(4n+1) {
    margin-left: 0;
  }
}
.entity-thumb div.promo-message-bottom-container {
  float: left;
  width: 100%;
  min-height: 20px;
  margin: 7px 0;
}
.entity-thumb img {
  width: 100%;
  height: auto;
  border: 0 solid #fff;
}
.entity-thumb .main-image-small,
.entity-thumb .alt-image-small {
  display: none;
}
.entity-thumb .alt-image,
.entity-thumb .alt-image-small {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  -moz-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  -ms-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  -o-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  background-color: #fff;
}
.entity-thumb .entity-info {
  position: relative;
  padding-top: 10px;
}
.entity-thumb .entity-info span.availability-message {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  font-style: italic;
  color: #4d4d4d;
}
.entity-thumb .entity-info div.promo-message-bottom-container-mobile {
  display: none;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.entity-thumb .entity-info div.promo-message-bottom-container-mobile span.single-promo-message {
  float: left;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
}
.entity-thumb .entity-info div.promo-message-bottom-container-mobile span.single-promo-message p {
  margin: 0;
}
.entity-thumb .entity-info div.promo-message-bottom-container-mobile span.single-promo-message:nth-child(odd) {
  color: #fb9274;
  background-color: white;
}
.entity-thumb .entity-info div.promo-message-bottom-container-mobile span.single-promo-message:nth-child(even) {
  color: white;
  background-color: #fb9274;
}
.entity-thumb .entity-name-wrap {
  height: 27px;
  position: relative;
}
.entity-thumb .entity-name {
  font-size: 12px;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
  display: block;
  display: -webkit-box;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  max-height: 27px;
  /* 2 lines text */
  position: absolute;
  /* vertical align bottom */
  bottom: 0;
  left: 0;
}
.entity-thumb .entity-price {
  font-size: 11px;
  margin: 2px 0 2px 0;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
}
.entity-thumb .entity-price .msrp {
  text-decoration: line-through;
  margin-right: 10px;
}
.entity-thumb .entity-price .display {
  color: #df4b59;
}
.entity-thumb .entity-price span {
  font-family: inherit;
}
.entity-thumb .btn-slick-prev {
  width: 23%;
  height: 86%;
  border: 1px solid #e6e6e6;
  position: absolute;
  color: white;
  font-size: 0;
  top: 7%;
  left: 0;
  background-color: white;
  border-radius: 200px;
  cursor: pointer;
  padding: 3px;
  text-align: center;
  display: none;
}
.entity-thumb .btn-slick-prev img {
  height: auto;
  max-height: 100%;
  display: inline-block;
}
.entity-thumb .btn-slick-next {
  width: 23%;
  height: 86%;
  border: 1px solid #e6e6e6;
  position: absolute;
  color: white;
  font-size: 0;
  top: 7%;
  right: 0;
  background-color: white;
  border-radius: 200px;
  cursor: pointer;
  padding: 3px;
  text-align: center;
  display: none;
}
.entity-thumb .btn-slick-next img {
  height: auto;
  max-height: 100%;
  display: inline-block;
}
.entity-thumb .swatches-container {
  text-align: center;
  float: left;
  margin-top: 4px;
  width: 100%;
  position: relative;
  min-height: 25px;
}
.entity-thumb .swatches-container .container-clz-swatches {
  max-width: 42%;
  /* category template */
  margin: 0 auto;
  max-height: 100%;
}
.entity-thumb .swatches-container .container-clz-swatches .slick-list {
  margin-left: -0.5%;
}
.entity-thumb .swatches-container .container-clz-swatches .slick-initialized {
  display: block;
}
.entity-thumb .swatches-container .container-clz-swatches .slick-track {
  margin: 0 auto;
}
.entity-thumb .swatches-container .container-clz-swatches .min-size-swatch {
  margin-right: 2%;
  margin-left: 2%;
  width: 29%;
}
.entity-thumb .swatches-container .container-clz-swatches .min-size-swatch img {
  width: auto;
  margin-right: 0;
  margin-left: 0;
}
.entity-thumb .swatches-container img {
  width: auto;
  max-width: 100%;
}
.entity-thumb .swatches-container div.generic-swatch {
  display: inline-block;
  text-align: center;
}
.entity-thumb .swatches-container div.generic-swatch img {
  margin: 10%;
  border-radius: 100px;
  width: 80%;
  display: inline-block;
}
.entity-thumb .swatches-container .slick-next-old {
  width: 46px;
  height: 21px;
  background-image: url(/prj-front/assets/images/icons/slick-swatches-next.png);
  border: 0;
  position: absolute;
  color: white;
  font-size: 0;
  top: 0px;
  right: -60%;
  background-color: white;
}
.entity-thumb .swatches-container .slick-prev-old {
  width: 46px;
  height: 21px;
  background-image: url(/prj-front/assets/images/icons/slick-swatches-previous.png);
  border: 0;
  position: absolute;
  color: white;
  font-size: 0;
  top: 0px;
  left: -60%;
  background-color: white;
}
.entity-thumb:nth-of-type(4n) {
  margin-right: 0;
}
.entity-thumb.multi-rows:nth-of-type(4n) {
  margin-right: 1%;
}
.entity-thumb.multi-rows:nth-of-type(6n) {
  margin-right: 0;
}
.sort-option-container {
  display: none;
}
.entity-thumb.multi-rows {
  width: 14.65%;
}
.entity-thumb.multi-rows .entity-name-wrap,
.entity-thumb.multi-rows .entity-name {
  display: none;
}
.entity-thumb.multi-rows div.promo-message-bottom-container {
  display: none;
}
.entity-thumb.multi-rows .swatches-container {
  display: none;
}
.entity-thumb.multi-rows .entity-pic .top-left-message {
  display: none;
}
.entity-thumb.multi-rows .entity-pic .luxury-icon-thumb {
  display: none;
}
.entity-thumb.multi-rows .entity-pic .top-right-message {
  display: none;
}
.entity-thumb.multi-rows .entity-pic .new-icon-thumb {
  display: none;
}
.entity-thumb.multi-rows .entity-pic .availability-message {
  font-size: 12px;
}
/*INIZIO SUBCATEGORY */
/* VERSIONE DESKTOP/TABLET SUBCATEGORY VISUALIZZAZIONE A 4*/
@media only screen and (min-width: 768px) {
  .refined-thumbs.firstImageBig .entity-thumb {
    width: 25%;
    margin: 0;
    margin-bottom: 20px;
  }
  .refined-thumbs.firstImageBig .entity-thumb .entity-pic {
    margin: 0 12.2%;
    width: auto;
  }
  .refined-thumbs.firstImageBig .entity-thumb .entity-info {
    width: 75.6%;
    margin: 0 auto;
  }
  .refined-thumbs.firstImageBig .entity-thumb .entity-info .entity-price {
    min-height: 12px;
  }
  .refined-thumbs.firstImageBig .entity-thumb .swatches-container .container-clz-swatches {
    width: 50%;
    max-width: 96px;
  }
  .refined-thumbs.firstImageBig .entity-thumb:nth-of-type(1) {
    width: 50%;
    float: left;
    margin: 0;
    margin-bottom: 0;
  }
  .refined-thumbs.firstImageBig .entity-thumb:nth-of-type(1) span.availability-message {
    font-size: 15px;
    padding: 13px;
  }
  .refined-thumbs.firstImageBig .entity-thumb:nth-of-type(1) .entity-pic {
    margin: 0 6.1%;
  }
  .refined-thumbs.firstImageBig .entity-thumb:nth-of-type(1) .entity-info {
    width: 87.8%;
    margin: 0 auto;
    padding-top: 59px;
  }
  .refined-thumbs.firstImageBig .entity-thumb:nth-of-type(1) .swatches-container .container-clz-swatches {
    max-width: 21.525%;
  }
  .refined-thumbs.firstImageBig .entity-thumb:nth-of-type(1) div.btn-slick-next {
    width: 9.9%;
    right: 28%;
    max-width: 50px;
  }
  .refined-thumbs.firstImageBig .entity-thumb:nth-of-type(1) div.btn-slick-prev {
    width: 9.9%;
    left: 28%;
    max-width: 50px;
  }
  .refined-thumbs.firstImageBig .entity-thumb:nth-of-type(2) {
    float: left;
  }
  .refined-thumbs.firstImageBig .entity-thumb:nth-of-type(3) {
    float: left;
  }
}
/* FINE VERSIONE DESKTOP/TABLET SUBCATEGORY VISUALIZZAZIONE A 4*/
/* INIZIO VERSIONE DESKTOP SUBCATEGORY VISUALIZZAZIONE A 6*/
@media only screen and (min-width: 768px) {
  div.refined-thumbs.firstImageBig .entity-thumb.multi-rows {
    width: 16.6%;
    margin-bottom: 20px;
  }
  div.refined-thumbs.firstImageBig .entity-thumb.multi-rows .entity-pic span.availability-message {
    padding: 0px;
    padding-top: 15px;
  }
  div.refined-thumbs.firstImageBig .entity-thumb.multi-rows .entity-info .entity-price {
    min-height: 24px;
  }
  div.refined-thumbs.firstImageBig .entity-thumb.multi-rows .entity-info .entity-price span.display {
    display: block;
  }
  div.refined-thumbs.firstImageBig .entity-thumb.multi-rows:nth-of-type(1) {
    width: 33.3%;
    margin-bottom: 0;
  }
  div.refined-thumbs.firstImageBig .entity-thumb.multi-rows:nth-of-type(1) .entity-info {
    padding-top: 10px;
  }
}
/*FINE VERSIONE DESKTOP SUBCATEGORY VISUALIZZAZIONE A 6*/
/* INIZIO VERSIONE TABLET SUBCATEGORY VISUALIZZAZIONE A 6*/
/*FINE VERSIONE TABLET SUBCATEGORY VISUALIZZAZIONE A 6*/
/* INIZIO VERSIONE MOBILE SUBCATEGORY VISUALIZZAZIONE A 6 (2)*/
@media only screen and (max-width: 767px) {
  div.refined-thumbs.firstImageBig sqr-entity-thumb.entity-thumb.multi-rows .entity-pic {
    background-color: transparent;
  }
}
/* FINE VERSIONE MOBILE SUBCATEGORY VISUALIZZAZIONE A 6 (2) */
@media only screen and (min-width: 768px) and (max-width: 1330px) {
  div.refined-thumbs.firstImageBig sqr-entity-thumb.entity-thumb:nth-of-type(1) span.availability-message {
    bottom: 0;
  }
}
/* media queries per allineamento titolo first image big (subcategory template) */
@media only screen and (min-width: 1330px) and (max-width: 1399px) {
  div.refined-thumbs.firstImageBig sqr-entity-thumb.entity-thumb:nth-of-type(1) div.entity-info {
    padding-top: 64px;
  }
}
@media only screen and (min-width: 1250px) and (max-width: 1329px) {
  div.refined-thumbs.firstImageBig sqr-entity-thumb.entity-thumb:nth-of-type(1) div.entity-info {
    padding-top: 69px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1249px) {
  div.refined-thumbs.firstImageBig sqr-entity-thumb.entity-thumb:nth-of-type(1) div.entity-info {
    padding-top: 74px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1199px) {
  div.refined-thumbs.firstImageBig sqr-entity-thumb.entity-thumb:nth-of-type(1) div.entity-info {
    padding-top: 79px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1099px) {
  div.refined-thumbs.firstImageBig sqr-entity-thumb.entity-thumb:nth-of-type(1) div.entity-info {
    padding-top: 84px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1024px) {
  div.refined-thumbs.firstImageBig sqr-entity-thumb.entity-thumb:nth-of-type(1) div.entity-info {
    padding-top: 71px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 999px) {
  div.refined-thumbs.firstImageBig sqr-entity-thumb.entity-thumb:nth-of-type(1) div.entity-info {
    padding-top: 74px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 949px) {
  div.refined-thumbs.firstImageBig sqr-entity-thumb.entity-thumb:nth-of-type(1) div.entity-info {
    padding-top: 79px;
  }
}
@media only screen and (min-width: 850px) and (max-width: 899px) {
  div.refined-thumbs.firstImageBig sqr-entity-thumb.entity-thumb:nth-of-type(1) div.entity-info {
    padding-top: 84px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 849px) {
  div.refined-thumbs.firstImageBig sqr-entity-thumb.entity-thumb:nth-of-type(1) div.entity-info {
    padding-top: 89px;
  }
}
/* FINE SUBCATEGORY FIRSTIMAGEBIG */
/*INIZIO MOBILE VISUALIZZAZIONE CATEGORY UNA THUMB*/
@media only screen and (max-width: 767px) {
  .mobile-category-title {
    font-size: 32px;
    letter-spacing: 3px;
    font-weight: 300;
  }
  div.sub-category-previews {
    display: block;
  }
  div.sub-category-title {
    border-bottom: 0;
    height: auto;
    margin-bottom: 0;
  }
  div.sub-category-title a.link-subcategory,
  div.sub-category-title span.link-subcategory {
    text-align: center;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 24px;
    font-family: "Brandon Grot W01 Bold", sans-serif;
  }
  div.sub-category-title .view-all-category {
    display: none;
  }
  .entity-thumb {
    width: 90%;
    margin: 11px 5% 20px;
  }
  .entity-thumb .entity-pic span.availability-message {
    font-size: 15px;
  }
  .quickview-icon-hover {
    display: inline-block;
    position: absolute;
    bottom: 15px;
    left: 5%;
  }
}
/*FINE MOBILE VISUALIZZAZIONE UNA THUMB*/
/*INIZIO MOBILE VISUALIZZAZIONE DUE THUMB*/
@media only screen and (max-width: 767px) {
  .entity-thumb.multi-rows {
    width: 50%;
    margin: 0 !important;
    padding: 11px 5px 20px 5px !important;
  }
}
/*FINE MOBILE VISUALIZZAZIONE DUE THUMB*/
@media only screen and (min-width: 768px) {
  .entity-thumb.multi-rows .entity-pic:hover,
  .entity-thumb.multi-rows .entity-pic:focus,
  .entity-thumb.multi-rows .entity-pic:active {
    background-color: black !important;
  }
  .entity-thumb.multi-rows .entity-pic:hover .availability-pic,
  .entity-thumb.multi-rows .entity-pic:focus .availability-pic,
  .entity-thumb.multi-rows .entity-pic:active .availability-pic {
    opacity: 1;
  }
  .entity-thumb.multi-rows .entity-pic:hover .alt-image,
  .entity-thumb.multi-rows .entity-pic:focus .alt-image,
  .entity-thumb.multi-rows .entity-pic:active .alt-image {
    opacity: 0;
  }
  .entity-thumb.multi-rows .entity-pic:hover span.availability-message,
  .entity-thumb.multi-rows .entity-pic:focus span.availability-message,
  .entity-thumb.multi-rows .entity-pic:active span.availability-message {
    display: none;
  }
  .entity-thumb.multi-rows .entity-pic:hover .afkl-lazy-wrapper,
  .entity-thumb.multi-rows .entity-pic:focus .afkl-lazy-wrapper,
  .entity-thumb.multi-rows .entity-pic:active .afkl-lazy-wrapper {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
  }
  .entity-thumb.multi-rows .entity-pic:hover .alt-image,
  .entity-thumb.multi-rows .entity-pic:focus .alt-image,
  .entity-thumb.multi-rows .entity-pic:active .alt-image {
    opacity: 0;
  }
  .entity-thumb.multi-rows .entity-pic:hover span.entity-name-hover,
  .entity-thumb.multi-rows .entity-pic:focus span.entity-name-hover,
  .entity-thumb.multi-rows .entity-pic:active span.entity-name-hover {
    display: block;
    position: absolute;
    text-align: center;
    width: 94%;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Safari */
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
    color: white;
    font-size: 13px;
    left: 0;
    text-transform: uppercase;
    margin-left: 3%;
  }
  .entity-thumb.multi-rows .entity-pic:hover .icons-hover,
  .entity-thumb.multi-rows .entity-pic:focus .icons-hover,
  .entity-thumb.multi-rows .entity-pic:active .icons-hover {
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: rgba(198, 198, 198, 0.3);
    background: transparent;
  }
  .entity-thumb.multi-rows .entity-pic:hover .quickview-icon-hover,
  .entity-thumb.multi-rows .entity-pic:focus .quickview-icon-hover,
  .entity-thumb.multi-rows .entity-pic:active .quickview-icon-hover {
    position: absolute;
    bottom: 13px;
    left: 6%;
    display: inline-block;
    cursor: pointer;
    background-position: 0 -27px;
  }
  .entity-thumb.multi-rows .entity-pic:hover .wishlist-icon-hover,
  .entity-thumb.multi-rows .entity-pic:focus .wishlist-icon-hover,
  .entity-thumb.multi-rows .entity-pic:active .wishlist-icon-hover {
    position: absolute;
    bottom: 13px;
    right: 6%;
    display: inline-block;
    cursor: pointer;
    background-position: -37px -27px;
  }
}
/*------- SEARCH --------*/
.catalog-search,
.catalog-search .search-result-container {
  width: auto;
  background-color: transparent;
}
.catalog-search .search-result-container {
  margin: 0;
}
.search-result-container .text-intro {
  margin: 50px 0;
}
.search-result-container .category-heading-container .category-heading {
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  font-size: 19px;
  font-weight: normal;
}
.search-result-container .category-heading-container .category-heading .search-term {
  font-weight: 700;
}
.search-result-container sqr-refined-search-thumbs .search-messages {
  padding: 20px 0;
  width: 100%;
  float: left;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 13px;
  font-size: 13px;
}
.search-result-container .no-results-box {
  font-size: 13px;
  margin-top: 30px;
  background-color: #F5F5f5;
}
.search-result-container .no-results-banner {
  float: right;
}
.search-result-container .keyword-not-found {
  position: relative;
}
.search-result-container .keyword-not-found .search-container form {
  position: relative;
  display: block;
  margin: 0 auto;
}
.search-result-container .keyword-not-found .search-container form .button {
  font-size: 0px;
  color: transparent;
}
.search-result-container .no-results-box .column {
  width: 50%;
  display: inline-block;
  padding: 20px;
}
.search-result-container .no-results-box .column {
  width: 50%;
  display: inline-block;
  padding: 20px;
  box-sizing: border-box;
  float: left;
}
.search-result-container .no-results-box .column .title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.search-result-container .no-results-box .column .title i {
  float: left;
  margin-right: 10px;
}
.search-result-container .no-results-box ul,
.search-result-container .no-results-box li {
  list-style-type: disc;
}
.search-result-container .no-results-box li {
  font-style: italic;
  display: list-item;
  margin-left: 20px;
  font-size: 13px;
}
.search-result-container .no-results-box a {
  font-size: 13px;
  text-decoration: underline;
}
@media only screen and (min-width: 1025px) {
  .catalog-search,
  .catalog-landing {
    width: 80%;
    margin: 0 10%;
  }
}
@media only screen and (max-width: 1024px) {
  .catalog-search,
  .catalog-landing {
    width: 100%;
    margin: 0;
  }
  .search-result-container .text-intro {
    margin: 30px 0;
  }
  .search-result-container #category-heading-container .category-heading {
    display: block;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .search-result-container .heading {
    width: 90%;
    margin: 0 5%;
  }
  .search-result-container .text-intro {
    margin: 20px 5%;
  }
  .search-result-container .category-heading-container .category-heading {
    display: block;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin: 25px 0 30px;
  }
  .search-result-container sqr-refined-search-thumbs .search-messages {
    padding: 0;
    width: 100%;
    float: left;
    border: 0 solid transparent;
  }
  .search-result-container .no-results-banner {
    float: none;
  }
  .search-result-container .no-results-banner img {
    width: 100%;
    padding-top: 10px;
  }
  .search-result-container .not-found {
    float: none;
    width: 100%;
    height: auto;
  }
  .search-result-container .not-found .not-found-text {
    width: 100%;
    height: auto;
    overflow: auto;
    padding-bottom: 20px;
  }
  .search-result-container .not-found .search-again {
    position: relative;
  }
  .search-result-container .no-results-box .column {
    width: 100%;
  }
  /* force size for btn prev/next img */
  .entity-thumb .btn-slick-prev img,
  .entity-thumb .btn-slick-next img {
    width: auto;
    height: auto;
    max-width: 100%!important;
    max-height: 100%!important;
  }
}
/* Search in progress */
#search .product-list-height,
#search .footer {
  display: none;
}
.searchInProgress {
  position: relative;
  width: 100%;
  height: 100px;
  background: #FFF;
  bottom: 0;
  left: 0;
  margin-top: 50px;
}
.searchInProgress .text {
  text-align: center;
  top: 50%;
  position: absolute;
  left: 50%;
  width: 250px;
  margin-left: -122.5px;
  font-size: 30px;
  display: table-cell;
  vertical-align: middle;
  margin-top: -15px;
}
@media only screen and (min-width: 1440px) {
  .swatches-container .container-clz-swatches {
    max-width: 96px;
  }
}
/*SUBCATEGORY 1 - FIRST IMAGE BIG */
@media only screen and (min-width: 768px) {
  .refined-thumbs.firstImageBig .entity-thumb.multi-rows:nth-of-type(2),
  .refined-thumbs.firstImageBig .entity-thumb.multi-rows:nth-of-type(3),
  .refined-thumbs.firstImageBig .entity-thumb.multi-rows:nth-of-type(4),
  .refined-thumbs.firstImageBig .entity-thumb.multi-rows:nth-of-type(5),
  .refined-thumbs.firstImageBig .entity-thumb.multi-rows:nth-of-type(6),
  .refined-thumbs.firstImageBig .entity-thumb.multi-rows:nth-of-type(7),
  .refined-thumbs.firstImageBig .entity-thumb.multi-rows:nth-of-type(8),
  .refined-thumbs.firstImageBig .entity-thumb.multi-rows:nth-of-type(9) {
    display: inline-block;
    float: left;
  }
}
/* SUBCATEGORY 2 - MANAGED CONTENT BIG  */
@media only screen and (min-width: 768px) {
  .firstEntityMC .entity-thumb {
    margin: 11px 1% 90px !important;
  }
  .firstEntityMC .entity-thumb[large-content="true"] {
    width: 48%;
  }
  .firstEntityMC .entity-thumb.multi-rows[large-content="true"] {
    display: block;
    float: left;
  }
  .firstEntityMC .entity-thumb.multi-rows:nth-of-type(2),
  .firstEntityMC .entity-thumb.multi-rows:nth-of-type(3),
  .firstEntityMC .entity-thumb.multi-rows:nth-of-type(4),
  .firstEntityMC .entity-thumb.multi-rows:nth-of-type(5),
  .firstEntityMC .entity-thumb.multi-rows:nth-of-type(6),
  .firstEntityMC .entity-thumb.multi-rows:nth-of-type(7) {
    display: block;
    float: left;
  }
}
/* STYLES FOR LAZY LOADING */
.afkl-img-ratio-clz {
  padding-bottom: 140%;
  z-index: 1;
}
.afkl-img-ratio-clz.alt {
  width: 100%;
  position: absolute;
  z-index: 2;
}
.afkl-img-ratio-clz.main-image-small {
  position: absolute;
}
.afkl-img-ratio-clz img {
  position: absolute;
}
.swatch-image {
  position: relative;
  min-width: 25%;
}
.swatch-image.afk-lazy-wrapper.afkl-lazy-image-loading {
  background: transparent !important;
}
.swatch-image .afkl-lazy-image-loading {
  background: transparent !important;
}
.swatch-image img {
  position: absolute;
  left: 0;
  top: 0;
}
.swatches-container .afkl-lazy-image-loading {
  background: transparent !important;
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 0.5s;
  -moz-animation: fadeIn ease-in 0.5s;
  -o-animation: fadeIn ease-in 0.5s;
  animation: fadeIn ease-in 0.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#thumbnail-height {
  -webkit-transition: padding-top cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  -moz-transition: padding-top cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  -ms-transition: padding-top cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  -o-transition: padding-top cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  padding-top: 74px;
}
.seoSection {
  clear: both;
  margin: 40px 10px;
  text-align: left;
}
.seoSectionText {
  font-size: 16px;
}
.result-text {
  margin: 40px 10px;
}
.product-list-height {
  position: relative;
}
.product-list-height:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 1025px) {
  .product-list-height:not(.search-product-list) {
    margin-top: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-list-height:not(.search-product-list) {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .product-list-height.search-product-list {
    margin-top: -10px;
  }
}
/* INIZIO CATEGORY TEMPLATE 01 */
.hasLeftNav .content_wrap .body_wrap {
  background-color: #fff;
}
/*
	POSSIBILE UTILIZZO FUTURO PER SET MARGINI A CONTAINER REFINED THUMBS
 @media only screen and (min-width:@desktopWidth){ 

  sqr-refined-thumbs{
  	margin: 0 -3%;
  }

 }*/
/* CATEGORY TEMPLATE 01 - DESKTOP */
@media only screen and (min-width: 1025px) {
  #category-height .heading,
  #thumbnail-height .heading {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  #category-height .heading.heading-cat {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #category-height .heading,
  #thumbnail-height .heading {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #category-height .heading.heading-cat {
    padding-top: 12px;
    margin-top: 0;
    margin-bottom: 12px;
  }
}
.thumbnail-wrap + .thumbnail-wrap {
  margin-top: 20px;
  /* add margin top to thumbnail row and remove it from subcategory title */
}
.sub-category-title {
  border-bottom: 1px solid #e6e6e6;
  height: 60px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.sub-category-title a.link-subcategory,
.sub-category-title span.link-subcategory {
  font-size: 18px;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
  /*color: @anchorColor;*/
  display: block;
  text-transform: uppercase;
  margin-left: 5%;
  padding-bottom: 15px;
  padding-top: 15px;
  float: left;
  letter-spacing: 1px;
}
.sub-category-title .btn-slick-prev-rv,
.sub-category-title .btn-slick-next-rv,
.sub-category-title .btn-slick-prev-home,
.sub-category-title .btn-slick-next-home {
  width: 50px;
  height: 21px;
  border: 1px solid lightgray;
  position: absolute;
  color: white;
  font-size: 0;
  background-color: white;
  border-radius: 200px;
  cursor: pointer;
  text-align: center;
  padding: 3px;
  display: none;
}
.sub-category-title .btn-slick-prev-rv img,
.sub-category-title .btn-slick-next-rv img,
.sub-category-title .btn-slick-prev-home img,
.sub-category-title .btn-slick-next-home img {
  height: auto;
  max-height: 100%;
}
.sub-category-title .btn-slick-prev-rv {
  top: 30%;
  right: 8%;
}
.sub-category-title .btn-slick-next-rv {
  top: 30%;
  right: 0;
}
.sub-category-title .view-all-category {
  float: right;
  padding-top: 20px;
  margin-right: 5%;
  text-transform: uppercase;
  font-size: 12px;
  /*letter-spacing:1px;*/
  /* removed to normalize text */
}
.sub-category-title .view-all-category .view-all-link {
  margin-left: 10px;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
}
.sub-category-title .view-all-category i.arrow-right-view-all {
  width: 10px;
  height: 12px;
  background: url(../assets/images/icons/arrow-right-icon.png) no-repeat;
  display: inline-block;
  margin-bottom: -3px;
  margin-left: 4px;
}
.sub-category-title i {
  display: none;
}
.view-more-container {
  margin-top: 10px;
  margin-bottom: 40px;
  position: relative;
  height: 30px;
}
.view-more-container .view-more-separator {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  display: inline-block;
  float: left;
  height: 16px;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
}
.view-more-container .view-more-info {
  display: block;
  background: #ffffff;
  z-index: 2;
  position: absolute;
  right: 0;
  width: 270px;
}
.view-more-container .view-more-info .view-more-info-btn {
  background-color: #cccccc;
  width: 140px;
  height: 30px;
  text-align: center;
  color: #f5f5f5;
  margin: 0 auto;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 30px;
  display: block;
  float: right;
  font-size: 13px;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
}
.view-more-container .view-more-info .view-more-info-text {
  display: inline-block;
  font-style: italic;
  color: #d9d9d9;
  font-size: 11px;
  float: left;
  line-height: 30px;
  margin: 0 30px;
}
.view-more-container .view-more-info .view-more-info-text .view-more-showing {
  display: none;
}
.view-more-container .view-more-info .view-more-info-text .view-more-showing-items {
  display: inline-block;
}
.recently-view-category .sub-category-title {
  position: relative;
  min-height: 30px;
}
.recently-view-category sqr-entity-thumb {
  margin: 0;
}
.recently-view-category sqr-entity-thumb .entity-pic,
.recently-view-category sqr-entity-thumb .entity-info {
  width: 96%;
  margin: 0 2%;
  position: relative;
  background-color: transparent;
  display: block;
}
.recently-view-category sqr-entity-thumb .entity-pic .top-left-message,
.recently-view-category sqr-entity-thumb .entity-pic .top-right-message {
  display: none;
}
.recently-view-category sqr-entity-thumb .promo-message-container,
.recently-view-category sqr-entity-thumb .swatches-container {
  display: none;
}
.recently-view-category sqr-entity-thumb .entity-name {
  display: none;
}
@media only screen and (min-width: 768px) {
  .recently-view-category sqr-entity-thumb a.entity-pic:hover {
    background-color: black;
  }
  .recently-view-category sqr-entity-thumb a.entity-pic:hover .availability-pic {
    opacity: 1;
  }
  .recently-view-category sqr-entity-thumb a.entity-pic:hover span.availability-message {
    display: none;
  }
  .recently-view-category sqr-entity-thumb a.entity-pic:hover img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.2;
  }
  .recently-view-category sqr-entity-thumb a.entity-pic:hover .alt-image {
    opacity: 0;
  }
  .recently-view-category sqr-entity-thumb a.entity-pic:hover span.entity-name-hover {
    display: inline-block;
    position: absolute;
    text-align: center;
    width: 96%;
    top: 40%;
    vertical-align: middle;
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 2%;
  }
}
/* TEMPLATE 01 - TABLET */
@media only screen and (max-width: 1024px) {
  .sub-category-title a {
    text-transform: uppercase;
    padding: 0 20px 20px;
  }
  .view-more-container {
    height: 60px;
  }
  .view-more-container .view-more-separator {
    height: 45px;
  }
  .view-more-container .view-more-info {
    padding-left: 30px;
    padding-right: 10px;
    width: 33%;
    min-width: 270px;
  }
  .view-more-container .view-more-info .view-more-info-btn {
    width: 100%;
    background-color: #ededed;
    color: #999999;
  }
  .view-more-container .view-more-info .view-more-info-text {
    width: 100%;
    text-align: center;
    font-size: 13px;
    margin: 0;
    text-transform: uppercase;
  }
  .view-more-container .view-more-info .view-more-info-text .view-more-showing {
    display: inline-block;
  }
  .view-more-container .view-more-info .view-more-info-text .view-more-showing-items {
    display: none;
  }
}
/* TEMPLATE 01 - MOBILE */
@media only screen and (max-width: 767px) {
  .seoSection {
    margin: 40px 5%;
  }
  .mobile-category-title,
  .mobile-subcategory-title {
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    width: 90%;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 5%;
    margin-left: 5%;
    margin-top: 20px;
  }
  .mobile-subcategory-title {
    margin-bottom: 12px;
  }
  .sub-category-title {
    padding: 0;
  }
  .sub-category-title a {
    padding: 19px 50px 18px 20px;
    border: 1px solid #040404;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    margin-top: 10px;
    font-size: 15px;
  }
  .sub-category-title a i {
    display: inline-block;
    margin: 5px 25px;
    position: absolute;
    right: 0;
  }
  .recently-view-category .sub-category-title a.link-subcategory,
  .recently-view-category .sub-category-title span.link-subcategory {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .recently-view-category .btn-slick-prev-rv,
  .recently-view-category .btn-slick-next-rv {
    padding: 3px;
    top: 160%;
    width: 20%;
    height: 100%;
  }
  .recently-view-category .btn-slick-prev-rv img,
  .recently-view-category .btn-slick-next-rv img {
    height: auto;
    max-height: 100%;
  }
  .recently-view-category .btn-slick-next-rv {
    right: 25%;
  }
  .recently-view-category .btn-slick-prev-rv {
    left: 25%;
  }
  .recently-view-category .filmstrip_wrap {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
  }
  .recently-view-category .filmstrip_wrap sqr-entity-thumb.entity-thumb {
    padding-left: 0;
    width: auto;
    margin-left: 0;
  }
  .recently-view-category .filmstrip_wrap sqr-entity-thumb.entity-thumb .entity-info {
    width: 90%;
    margin-left: 5%;
  }
  .recently-view-category .filmstrip_wrap sqr-entity-thumb.entity-thumb .entity-pic {
    width: 90%;
    margin-left: 5%;
  }
}
/* FINE CATEGORY TEMPLATE 01 */
.content_wrap .left_nav,
.content_wrap .catalog-nav {
  position: relative;
  z-index: 91;
  background-color: transparent!important;
  border: 0!important;
}
@media only screen and (min-width: 1025px) {
  .content_wrap .left_nav {
    width: 18%;
  }
  .hasLeftNav .content_wrap .body_wrap {
    width: 81%;
  }
}
/* reset correct size for fixed catalog nav (it exceeds parent container width in fixed position) */
.catalog-nav.isfixed {
  width: inherit;
}
.catalog-nav {
  text-transform: uppercase;
  text-align: left;
  padding: 0;
  font-size: 11px;
  max-width: 100%;
}
.catalog-nav #rootcategory {
  padding: 10px;
  margin: 0;
  margin-top: -15px;
}
.catalog-nav #rootcategory a {
  display: block;
  padding: 10px;
  border: 0;
}
.catalog-nav #rootcategory .category,
.catalog-nav #rootcategory .subcategory.selected {
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
}
.catalog-nav #rootcategory .submenu {
  padding-left: 10px;
  display: none;
}
.catalog-nav #rootcategory .category.selected .submenu {
  display: block;
}
.catalog-nav .managed-content-left-nav {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .catalog-nav {
    display: none;
  }
}
#user-subscribe,
#user-unsubscribe,
#user-contact,
.splash-subscribe {
  padding: 0;
}
#user-subscribe p,
#user-unsubscribe p,
#user-contact p,
.splash-subscribe p {
  width: auto;
  /* override common styles */
}
#user-subscribe div p.page-notification,
#user-unsubscribe div p.page-notification,
#user-contact div p.page-notification,
.splash-subscribe div p.page-notification {
  text-align: center;
  color: red;
  font-weight: normal;
  font-size: 11px;
}
#user-subscribe div.error-wrap,
#user-unsubscribe div.error-wrap,
#user-contact div.error-wrap,
.splash-subscribe div.error-wrap {
  position: relative;
}
#user-subscribe div.error-wrap p.page-notification,
#user-unsubscribe div.error-wrap p.page-notification,
#user-contact div.error-wrap p.page-notification,
.splash-subscribe div.error-wrap p.page-notification {
  position: absolute;
  width: 100%;
  top: -25px;
}
#user-subscribe form,
#user-unsubscribe form,
#user-contact form,
.splash-subscribe form {
  background: #f5f5f5;
  font-size: 14px;
  /* select country */
}
#user-subscribe form .error-newsletter,
#user-unsubscribe form .error-newsletter,
#user-contact form .error-newsletter,
.splash-subscribe form .error-newsletter {
  font-size: 11px;
  position: absolute;
  bottom: -10px;
  margin-bottom: -10px;
  /* if .field-wrap has padding 0 top/bottom */
  width: 100%;
  text-align: center;
}
#user-subscribe form .user-title-wrap,
#user-unsubscribe form .user-title-wrap,
#user-contact form .user-title-wrap,
.splash-subscribe form .user-title-wrap {
  text-transform: uppercase;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
}
#user-subscribe form .user-title-wrap label,
#user-unsubscribe form .user-title-wrap label,
#user-contact form .user-title-wrap label,
.splash-subscribe form .user-title-wrap label {
  font-size: 11px;
}
#user-subscribe form .subscribe-newsletter-country,
#user-unsubscribe form .subscribe-newsletter-country,
#user-contact form .subscribe-newsletter-country,
.splash-subscribe form .subscribe-newsletter-country,
#user-subscribe form .formButton,
#user-unsubscribe form .formButton,
#user-contact form .formButton,
.splash-subscribe form .formButton,
#user-subscribe form .contact-us-submit-button,
#user-unsubscribe form .contact-us-submit-button,
#user-contact form .contact-us-submit-button,
.splash-subscribe form .contact-us-submit-button {
  background-color: #4d4d4d;
  color: #ffffff;
  border: 1px solid #4d4d4d;
  text-transform: uppercase;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
  font-size: 12px;
  height: 50px;
  padding: 0 10%;
  background-image: none!important;
  /* override common styles */
}
#user-subscribe form .contact-us-submit-button,
#user-unsubscribe form .contact-us-submit-button,
#user-contact form .contact-us-submit-button,
.splash-subscribe form .contact-us-submit-button {
  width: 100%;
}
#user-subscribe form .field-wrap,
#user-unsubscribe form .field-wrap,
#user-contact form .field-wrap,
.splash-subscribe form .field-wrap {
  position: relative;
  /*padding: 10px 0;*/
}
#user-subscribe form .field-wrap .asterisk,
#user-unsubscribe form .field-wrap .asterisk,
#user-contact form .field-wrap .asterisk,
.splash-subscribe form .field-wrap .asterisk {
  display: none;
}
#user-subscribe form .field-wrap textarea,
#user-unsubscribe form .field-wrap textarea,
#user-contact form .field-wrap textarea,
.splash-subscribe form .field-wrap textarea {
  width: 100%;
  resize: none;
}
#user-subscribe form .field-wrap.error-showable-isChecked,
#user-unsubscribe form .field-wrap.error-showable-isChecked,
#user-contact form .field-wrap.error-showable-isChecked,
.splash-subscribe form .field-wrap.error-showable-isChecked {
  padding: 15px 0;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
#user-subscribe form .field-wrap.error-showable-isChecked.has-error,
#user-unsubscribe form .field-wrap.error-showable-isChecked.has-error,
#user-contact form .field-wrap.error-showable-isChecked.has-error,
.splash-subscribe form .field-wrap.error-showable-isChecked.has-error {
  border-color: red;
}
#user-subscribe form .field-wrap.error-showable-isChecked.has-error .error-newsletter,
#user-unsubscribe form .field-wrap.error-showable-isChecked.has-error .error-newsletter,
#user-contact form .field-wrap.error-showable-isChecked.has-error .error-newsletter,
.splash-subscribe form .field-wrap.error-showable-isChecked.has-error .error-newsletter {
  bottom: auto;
  top: 100%;
  margin-top: 10px;
}
#user-subscribe form a:hover,
#user-unsubscribe form a:hover,
#user-contact form a:hover,
.splash-subscribe form a:hover {
  text-decoration: underline;
}
#user-subscribe form .form-label,
#user-unsubscribe form .form-label,
#user-contact form .form-label,
.splash-subscribe form .form-label {
  margin-bottom: 10px;
}
#user-subscribe form .subscribe-email,
#user-unsubscribe form .subscribe-email,
#user-contact form .subscribe-email,
.splash-subscribe form .subscribe-email,
#user-subscribe form .select-country-newsletter,
#user-unsubscribe form .select-country-newsletter,
#user-contact form .select-country-newsletter,
.splash-subscribe form .select-country-newsletter,
#user-subscribe form .select-subject,
#user-unsubscribe form .select-subject,
#user-contact form .select-subject,
.splash-subscribe form .select-subject,
#user-subscribe form .user-title-option-wrap,
#user-unsubscribe form .user-title-option-wrap,
#user-contact form .user-title-option-wrap,
.splash-subscribe form .user-title-option-wrap,
#user-subscribe form sqr-alt-select,
#user-unsubscribe form sqr-alt-select,
#user-contact form sqr-alt-select,
.splash-subscribe form sqr-alt-select,
#user-subscribe form textarea,
#user-unsubscribe form textarea,
#user-contact form textarea,
.splash-subscribe form textarea {
  border: 1px solid #cecece;
  background-color: #ffffff;
}
#user-subscribe form .select-country-newsletter,
#user-unsubscribe form .select-country-newsletter,
#user-contact form .select-country-newsletter,
.splash-subscribe form .select-country-newsletter,
#user-subscribe form .select-subject,
#user-unsubscribe form .select-subject,
#user-contact form .select-subject,
.splash-subscribe form .select-subject {
  font-size: 12px;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  padding: 0 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#user-subscribe form .type_select,
#user-unsubscribe form .type_select,
#user-contact form .type_select,
.splash-subscribe form .type_select {
  height: 50px;
}
#user-subscribe form .formFieldContainer.type_countryCode,
#user-unsubscribe form .formFieldContainer.type_countryCode,
#user-contact form .formFieldContainer.type_countryCode,
.splash-subscribe form .formFieldContainer.type_countryCode {
  float: none;
}
#user-subscribe form .formFieldContainer.type_countryCode .label-country,
#user-unsubscribe form .formFieldContainer.type_countryCode .label-country,
#user-contact form .formFieldContainer.type_countryCode .label-country,
.splash-subscribe form .formFieldContainer.type_countryCode .label-country,
#user-subscribe form .formFieldContainer.type_countryCode .verify,
#user-unsubscribe form .formFieldContainer.type_countryCode .verify,
#user-contact form .formFieldContainer.type_countryCode .verify,
.splash-subscribe form .formFieldContainer.type_countryCode .verify {
  display: none;
}
#user-subscribe form sqr-alt-select.subject,
#user-unsubscribe form sqr-alt-select.subject,
#user-contact form sqr-alt-select.subject,
.splash-subscribe form sqr-alt-select.subject,
#user-subscribe form sqr-alt-select.paese,
#user-unsubscribe form sqr-alt-select.paese,
#user-contact form sqr-alt-select.paese,
.splash-subscribe form sqr-alt-select.paese {
  height: 50px;
  font-size: 12px;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  width: 100%;
  min-height: 50px;
  background-color: white;
}
#user-subscribe form sqr-alt-select.subject .selected-value,
#user-unsubscribe form sqr-alt-select.subject .selected-value,
#user-contact form sqr-alt-select.subject .selected-value,
.splash-subscribe form sqr-alt-select.subject .selected-value,
#user-subscribe form sqr-alt-select.paese .selected-value,
#user-unsubscribe form sqr-alt-select.paese .selected-value,
#user-contact form sqr-alt-select.paese .selected-value,
.splash-subscribe form sqr-alt-select.paese .selected-value {
  padding: 15.5px 25px;
  min-height: 50px;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
}
#user-subscribe form sqr-alt-select.subject .selected-value.placeholder,
#user-unsubscribe form sqr-alt-select.subject .selected-value.placeholder,
#user-contact form sqr-alt-select.subject .selected-value.placeholder,
.splash-subscribe form sqr-alt-select.subject .selected-value.placeholder,
#user-subscribe form sqr-alt-select.paese .selected-value.placeholder,
#user-unsubscribe form sqr-alt-select.paese .selected-value.placeholder,
#user-contact form sqr-alt-select.paese .selected-value.placeholder,
.splash-subscribe form sqr-alt-select.paese .selected-value.placeholder {
  visibility: visible;
  color: #262626;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
  background: transparent;
  /* disable common styles background */
}
#user-subscribe form sqr-alt-select.subject ul li,
#user-unsubscribe form sqr-alt-select.subject ul li,
#user-contact form sqr-alt-select.subject ul li,
.splash-subscribe form sqr-alt-select.subject ul li,
#user-subscribe form sqr-alt-select.paese ul li,
#user-unsubscribe form sqr-alt-select.paese ul li,
#user-contact form sqr-alt-select.paese ul li,
.splash-subscribe form sqr-alt-select.paese ul li {
  padding: 0 25px;
  font-size: 11px;
  line-height: 22px;
  margin: 1px;
}
#user-subscribe form sqr-alt-select.subject ul li:hover,
#user-unsubscribe form sqr-alt-select.subject ul li:hover,
#user-contact form sqr-alt-select.subject ul li:hover,
.splash-subscribe form sqr-alt-select.subject ul li:hover,
#user-subscribe form sqr-alt-select.paese ul li:hover,
#user-unsubscribe form sqr-alt-select.paese ul li:hover,
#user-contact form sqr-alt-select.paese ul li:hover,
.splash-subscribe form sqr-alt-select.paese ul li:hover {
  background-color: white;
  text-decoration: underline;
}
#user-subscribe form sqr-alt-select.subject ul li.selected,
#user-unsubscribe form sqr-alt-select.subject ul li.selected,
#user-contact form sqr-alt-select.subject ul li.selected,
.splash-subscribe form sqr-alt-select.subject ul li.selected,
#user-subscribe form sqr-alt-select.paese ul li.selected,
#user-unsubscribe form sqr-alt-select.paese ul li.selected,
#user-contact form sqr-alt-select.paese ul li.selected,
.splash-subscribe form sqr-alt-select.paese ul li.selected {
  background-color: white;
  color: black;
}
#user-subscribe form sqr-alt-select.subject .open ul,
#user-unsubscribe form sqr-alt-select.subject .open ul,
#user-contact form sqr-alt-select.subject .open ul,
.splash-subscribe form sqr-alt-select.subject .open ul,
#user-subscribe form sqr-alt-select.paese .open ul,
#user-unsubscribe form sqr-alt-select.paese .open ul,
#user-contact form sqr-alt-select.paese .open ul,
.splash-subscribe form sqr-alt-select.paese .open ul {
  width: 100%;
  max-height: 115px;
  min-height: 75px;
  margin-top: -2px !important;
  border-color: #cecece;
}
#user-subscribe form .agreement-text,
#user-unsubscribe form .agreement-text,
#user-contact form .agreement-text,
.splash-subscribe form .agreement-text {
  display: block;
  margin-left: 40px;
}
#user-subscribe form .msg-required-items,
#user-unsubscribe form .msg-required-items,
#user-contact form .msg-required-items,
.splash-subscribe form .msg-required-items {
  position: relative;
  text-align: center;
  font-size: 11px;
  margin: 10px 0 0 0;
  display: block!important;
}
#user-subscribe form .msg-required-items:after,
#user-unsubscribe form .msg-required-items:after,
#user-contact form .msg-required-items:after,
.splash-subscribe form .msg-required-items:after {
  content: "*";
  position: absolute;
  top: 50%;
  font-size: 17px;
  margin-top: -8.5px;
  margin-left: 4px;
}
#user-subscribe form .msg-required-items.has-error:after,
#user-unsubscribe form .msg-required-items.has-error:after,
#user-contact form .msg-required-items.has-error:after,
.splash-subscribe form .msg-required-items.has-error:after {
  color: red;
}
#user-subscribe form .select-country-button-container,
#user-unsubscribe form .select-country-button-container,
#user-contact form .select-country-button-container,
.splash-subscribe form .select-country-button-container,
#user-subscribe form sqr-alt-select.subject,
#user-unsubscribe form sqr-alt-select.subject,
#user-contact form sqr-alt-select.subject,
.splash-subscribe form sqr-alt-select.subject,
#user-subscribe form sqr-alt-select.paese,
#user-unsubscribe form sqr-alt-select.paese,
#user-contact form sqr-alt-select.paese,
.splash-subscribe form sqr-alt-select.paese {
  position: relative;
}
#user-subscribe form .select-country-button-container .caret-down-country,
#user-unsubscribe form .select-country-button-container .caret-down-country,
#user-contact form .select-country-button-container .caret-down-country,
.splash-subscribe form .select-country-button-container .caret-down-country,
#user-subscribe form sqr-alt-select.subject .caret-down-country,
#user-unsubscribe form sqr-alt-select.subject .caret-down-country,
#user-contact form sqr-alt-select.subject .caret-down-country,
.splash-subscribe form sqr-alt-select.subject .caret-down-country,
#user-subscribe form sqr-alt-select.paese .caret-down-country,
#user-unsubscribe form sqr-alt-select.paese .caret-down-country,
#user-contact form sqr-alt-select.paese .caret-down-country,
.splash-subscribe form sqr-alt-select.paese .caret-down-country,
#user-subscribe form .select-country-button-container i.icon,
#user-unsubscribe form .select-country-button-container i.icon,
#user-contact form .select-country-button-container i.icon,
.splash-subscribe form .select-country-button-container i.icon,
#user-subscribe form sqr-alt-select.subject i.icon,
#user-unsubscribe form sqr-alt-select.subject i.icon,
#user-contact form sqr-alt-select.subject i.icon,
.splash-subscribe form sqr-alt-select.subject i.icon,
#user-subscribe form sqr-alt-select.paese i.icon,
#user-unsubscribe form sqr-alt-select.paese i.icon,
#user-contact form sqr-alt-select.paese i.icon,
.splash-subscribe form sqr-alt-select.paese i.icon {
  height: 7px;
  display: inline-block;
  padding: 1px 7px 0px 12px;
  background-image: url(../assets/images/icons/arrows-small.png);
  background-position: 0px -43px;
  position: relative;
  float: right;
  right: 10px;
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  cursor: pointer;
}
#user-subscribe form .select-country-button-container .caret-down-country,
#user-unsubscribe form .select-country-button-container .caret-down-country,
#user-contact form .select-country-button-container .caret-down-country,
.splash-subscribe form .select-country-button-container .caret-down-country,
#user-subscribe form sqr-alt-select.subject .caret-down-country,
#user-unsubscribe form sqr-alt-select.subject .caret-down-country,
#user-contact form sqr-alt-select.subject .caret-down-country,
.splash-subscribe form sqr-alt-select.subject .caret-down-country,
#user-subscribe form sqr-alt-select.paese .caret-down-country,
#user-unsubscribe form sqr-alt-select.paese .caret-down-country,
#user-contact form sqr-alt-select.paese .caret-down-country,
.splash-subscribe form sqr-alt-select.paese .caret-down-country {
  background-position: 0px -43px !important;
}
#user-subscribe form .select-country-button-container .caret-up-country,
#user-unsubscribe form .select-country-button-container .caret-up-country,
#user-contact form .select-country-button-container .caret-up-country,
.splash-subscribe form .select-country-button-container .caret-up-country,
#user-subscribe form sqr-alt-select.subject .caret-up-country,
#user-unsubscribe form sqr-alt-select.subject .caret-up-country,
#user-contact form sqr-alt-select.subject .caret-up-country,
.splash-subscribe form sqr-alt-select.subject .caret-up-country,
#user-subscribe form sqr-alt-select.paese .caret-up-country,
#user-unsubscribe form sqr-alt-select.paese .caret-up-country,
#user-contact form sqr-alt-select.paese .caret-up-country,
.splash-subscribe form sqr-alt-select.paese .caret-up-country {
  background-position: 0px 0px!important;
}
#user-subscribe form .select-country-button-container i.icon,
#user-unsubscribe form .select-country-button-container i.icon,
#user-contact form .select-country-button-container i.icon,
.splash-subscribe form .select-country-button-container i.icon,
#user-subscribe form sqr-alt-select.subject i.icon,
#user-unsubscribe form sqr-alt-select.subject i.icon,
#user-contact form sqr-alt-select.subject i.icon,
.splash-subscribe form sqr-alt-select.subject i.icon,
#user-subscribe form sqr-alt-select.paese i.icon,
#user-unsubscribe form sqr-alt-select.paese i.icon,
#user-contact form sqr-alt-select.paese i.icon,
.splash-subscribe form sqr-alt-select.paese i.icon {
  border: 0px;
}
#user-subscribe form .select-country-button-container .caret-down-country,
#user-unsubscribe form .select-country-button-container .caret-down-country,
#user-contact form .select-country-button-container .caret-down-country,
.splash-subscribe form .select-country-button-container .caret-down-country,
#user-subscribe form sqr-alt-select.subject .open .caret-down-country,
#user-unsubscribe form sqr-alt-select.subject .open .caret-down-country,
#user-contact form sqr-alt-select.subject .open .caret-down-country,
.splash-subscribe form sqr-alt-select.subject .open .caret-down-country,
#user-subscribe form sqr-alt-select.paese .open .caret-down-country,
#user-unsubscribe form sqr-alt-select.paese .open .caret-down-country,
#user-contact form sqr-alt-select.paese .open .caret-down-country,
.splash-subscribe form sqr-alt-select.paese .open .caret-down-country,
#user-subscribe form .select-country-button-container i.icon,
#user-unsubscribe form .select-country-button-container i.icon,
#user-contact form .select-country-button-container i.icon,
.splash-subscribe form .select-country-button-container i.icon,
#user-subscribe form sqr-alt-select.subject .open i.icon,
#user-unsubscribe form sqr-alt-select.subject .open i.icon,
#user-contact form sqr-alt-select.subject .open i.icon,
.splash-subscribe form sqr-alt-select.subject .open i.icon,
#user-subscribe form sqr-alt-select.paese .open i.icon,
#user-unsubscribe form sqr-alt-select.paese .open i.icon,
#user-contact form sqr-alt-select.paese .open i.icon,
.splash-subscribe form sqr-alt-select.paese .open i.icon {
  background-position: initial;
}
#user-subscribe form .select-country-button-container + .list-country-container,
#user-unsubscribe form .select-country-button-container + .list-country-container,
#user-contact form .select-country-button-container + .list-country-container,
.splash-subscribe form .select-country-button-container + .list-country-container,
#user-subscribe form .select-subject-button-container + .list-subject-container,
#user-unsubscribe form .select-subject-button-container + .list-subject-container,
#user-contact form .select-subject-button-container + .list-subject-container,
.splash-subscribe form .select-subject-button-container + .list-subject-container {
  max-height: 120px;
  overflow: auto;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  border: 1px solid #cecece;
  border-top: 0;
  display: none;
  padding: 0 25px;
}
#user-subscribe form .select-country-button-container + .list-country-container li,
#user-unsubscribe form .select-country-button-container + .list-country-container li,
#user-contact form .select-country-button-container + .list-country-container li,
.splash-subscribe form .select-country-button-container + .list-country-container li,
#user-subscribe form .select-subject-button-container + .list-subject-container li,
#user-unsubscribe form .select-subject-button-container + .list-subject-container li,
#user-contact form .select-subject-button-container + .list-subject-container li,
.splash-subscribe form .select-subject-button-container + .list-subject-container li {
  text-transform: uppercase;
  line-height: 22px;
  margin: 1px;
  font-size: 11px;
  cursor: pointer;
}
#user-subscribe form .select-country-button-container + .list-country-container li:hover,
#user-unsubscribe form .select-country-button-container + .list-country-container li:hover,
#user-contact form .select-country-button-container + .list-country-container li:hover,
.splash-subscribe form .select-country-button-container + .list-country-container li:hover,
#user-subscribe form .select-subject-button-container + .list-subject-container li:hover,
#user-unsubscribe form .select-subject-button-container + .list-subject-container li:hover,
#user-contact form .select-subject-button-container + .list-subject-container li:hover,
.splash-subscribe form .select-subject-button-container + .list-subject-container li:hover {
  text-decoration: underline;
}
#user-subscribe form .select-country-button-container + .list-country-container.opened,
#user-unsubscribe form .select-country-button-container + .list-country-container.opened,
#user-contact form .select-country-button-container + .list-country-container.opened,
.splash-subscribe form .select-country-button-container + .list-country-container.opened,
#user-subscribe form .select-subject-button-container + .list-subject-container.opened,
#user-unsubscribe form .select-subject-button-container + .list-subject-container.opened,
#user-contact form .select-subject-button-container + .list-subject-container.opened,
.splash-subscribe form .select-subject-button-container + .list-subject-container.opened {
  display: block;
  z-index: 2;
  margin-top: -1px;
}
#user-subscribe form .field-wrap.has-error .select-country-button-container + .list-country-container,
#user-unsubscribe form .field-wrap.has-error .select-country-button-container + .list-country-container,
#user-contact form .field-wrap.has-error .select-country-button-container + .list-country-container,
.splash-subscribe form .field-wrap.has-error .select-country-button-container + .list-country-container {
  border-color: red;
}
.text-intro {
  margin: 40px 0;
  padding: 40px 40px 30px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  text-align: center;
}
.text-intro a {
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
  border-bottom: 2px solid;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  cursor: pointer;
  background-image: url(../assets/images/icons/radio-button.png);
  background-repeat: no-repeat;
  padding-left: 30px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 15px 0;
}
input[type="radio"]:checked + label {
  background-position: 0 -23px;
}
.red-error-border {
  border: 1px solid red !important;
}
.option-radio span {
  display: none;
}
@media only screen and (min-width: 1025px) {
  #user-subscribe form,
  #user-unsubscribe form,
  #user-contact form,
  .splash-subscribe form {
    padding: 50px 0 30px;
  }
  #user-subscribe form .form-row,
  #user-unsubscribe form .form-row,
  #user-contact form .form-row,
  .splash-subscribe form .form-row {
    display: table;
    width: 100%;
  }
  #user-subscribe form .form-col,
  #user-unsubscribe form .form-col,
  #user-contact form .form-col,
  .splash-subscribe form .form-col {
    display: table-cell;
    width: 50%;
    padding: 0 7.5%;
    vertical-align: top;
  }
  #user-subscribe form .form-col + .form-col,
  #user-unsubscribe form .form-col + .form-col,
  #user-contact form .form-col + .form-col,
  .splash-subscribe form .form-col + .form-col {
    border-left: 1px solid #cecece;
  }
  #user-subscribe form .form-col:last-child:after,
  #user-unsubscribe form .form-col:last-child:after,
  #user-contact form .form-col:last-child:after,
  .splash-subscribe form .form-col:last-child:after {
    content: "";
    clear: both;
    display: block;
  }
  #user-subscribe form .subscribe-newsletter-country,
  #user-unsubscribe form .subscribe-newsletter-country,
  #user-contact form .subscribe-newsletter-country,
  .splash-subscribe form .subscribe-newsletter-country {
    margin: 50px auto 0;
    display: block;
  }
  #user-subscribe form .field-wrap + .field-wrap,
  #user-unsubscribe form .field-wrap + .field-wrap,
  #user-contact form .field-wrap + .field-wrap,
  .splash-subscribe form .field-wrap + .field-wrap {
    margin-top: 50px;
  }
  #user-subscribe form .field-wrap.error-showable-isChecked,
  #user-unsubscribe form .field-wrap.error-showable-isChecked,
  #user-contact form .field-wrap.error-showable-isChecked,
  .splash-subscribe form .field-wrap.error-showable-isChecked {
    margin-top: 60px;
    /* subscribe agreement text */
  }
  #user-subscribe form .field-wrap.error-showable-isChecked:after,
  #user-unsubscribe form .field-wrap.error-showable-isChecked:after,
  #user-contact form .field-wrap.error-showable-isChecked:after,
  .splash-subscribe form .field-wrap.error-showable-isChecked:after {
    bottom: 30px!important;
    /* .field-wrap height > 50px for agreement text */
  }
  #user-contact div.error-wrap p.page-notification {
    width: 50%;
  }
  #user-contact form .form-col {
    vertical-align: top;
    position: relative;
  }
  #user-contact form .form-col .formFieldError {
    font-size: inherit!important;
  }
  #user-contact form .form-col .formFieldError input,
  #user-contact form .form-col .formFieldError textarea,
  #user-contact form .form-col .formFieldError sqr-alt-select.subject,
  #user-contact form .form-col .formFieldError sqr-alt-select.subject ul,
  #user-contact form .form-col .formFieldError sqr-alt-select.paese,
  #user-contact form .form-col .formFieldError sqr-alt-select.paese ul {
    border-color: red;
  }
  #user-contact form .form-col .field-wrap {
    padding: 10px 0;
  }
  #user-contact form .form-col .field-wrap.required:after {
    margin-bottom: 0;
    /* .field-wrap has padding 10px top/bottom */
  }
  #user-contact form .form-col .error-newsletter {
    margin-bottom: 0;
  }
  #user-contact form .form-col .field-wrap.formFieldError :after {
    color: red;
  }
  #user-contact form .form-col .field-wrap.textarea-field .formFieldError,
  #user-contact form .form-col .field-wrap.textarea-field textarea,
  #user-contact form .form-col .field-wrap.textarea-field .type_comments {
    height: 105px;
  }
  #user-contact form .form-col .field-wrap.textarea-field textarea {
    padding: 15px 25px;
  }
  #user-contact form .form-col .field-wrap.required.textarea-field:after {
    margin-bottom: 25px;
  }
  #user-contact form .form-col + .form-col {
    border-left: 0px;
  }
  #user-contact form .field-wrap.input-wrap {
    margin-top: 25px;
  }
  #user-contact form div.vertical-gray-line {
    height: 74%;
    width: 1px;
    position: absolute;
    right: 0px;
    top: 14%;
    border-left: 1px solid #cecece;
  }
}
@media only screen and (min-width: 768px) {
  #user-subscribe form,
  #user-unsubscribe form,
  #user-contact form,
  .splash-subscribe form {
    /* errors desktop + tablet */
  }
  #user-subscribe form .subscribe-email,
  #user-unsubscribe form .subscribe-email,
  #user-contact form .subscribe-email,
  .splash-subscribe form .subscribe-email,
  #user-subscribe form .select-country-newsletter,
  #user-unsubscribe form .select-country-newsletter,
  #user-contact form .select-country-newsletter,
  .splash-subscribe form .select-country-newsletter,
  #user-subscribe form .select-subject,
  #user-unsubscribe form .select-subject,
  #user-contact form .select-subject,
  .splash-subscribe form .select-subject,
  #user-subscribe form .user-title-option-wrap,
  #user-unsubscribe form .user-title-option-wrap,
  #user-contact form .user-title-option-wrap,
  .splash-subscribe form .user-title-option-wrap {
    height: 50px;
    width: 100%;
  }
  #user-subscribe form .user-title-option-wrap,
  #user-unsubscribe form .user-title-option-wrap,
  #user-contact form .user-title-option-wrap,
  .splash-subscribe form .user-title-option-wrap {
    display: table;
  }
  #user-subscribe form .user-title-option-wrap .option-radio,
  #user-unsubscribe form .user-title-option-wrap .option-radio,
  #user-contact form .user-title-option-wrap .option-radio,
  .splash-subscribe form .user-title-option-wrap .option-radio {
    display: table-cell;
    width: 31%;
    text-align: center;
  }
  #user-subscribe form .user-title-option-wrap .option-radio + .option-radio,
  #user-unsubscribe form .user-title-option-wrap .option-radio + .option-radio,
  #user-contact form .user-title-option-wrap .option-radio + .option-radio,
  .splash-subscribe form .user-title-option-wrap .option-radio + .option-radio {
    border-left: 1px solid #cecece;
  }
  #user-subscribe form .subscribe-email,
  #user-unsubscribe form .subscribe-email,
  #user-contact form .subscribe-email,
  .splash-subscribe form .subscribe-email {
    padding: 0 25px;
  }
  #user-subscribe form .field-wrap.required:after,
  #user-unsubscribe form .field-wrap.required:after,
  #user-contact form .field-wrap.required:after,
  .splash-subscribe form .field-wrap.required:after {
    content: "*";
    position: absolute;
    bottom: 25px;
    /* height input wrap 50px/2 */
    right: 0;
    margin-right: -20px;
    font-size: 17px;
    line-height: 1;
    margin-bottom: -8.5px;
  }
  #user-subscribe form .formFieldError,
  #user-unsubscribe form .formFieldError,
  #user-contact form .formFieldError,
  .splash-subscribe form .formFieldError {
    font-size: inherit!important;
  }
  #user-subscribe form .formFieldError input,
  #user-unsubscribe form .formFieldError input,
  #user-contact form .formFieldError input,
  .splash-subscribe form .formFieldError input,
  #user-subscribe form .formFieldError textarea,
  #user-unsubscribe form .formFieldError textarea,
  #user-contact form .formFieldError textarea,
  .splash-subscribe form .formFieldError textarea,
  #user-subscribe form .formFieldError sqr-alt-select.subject,
  #user-unsubscribe form .formFieldError sqr-alt-select.subject,
  #user-contact form .formFieldError sqr-alt-select.subject,
  .splash-subscribe form .formFieldError sqr-alt-select.subject,
  #user-subscribe form .formFieldError sqr-alt-select.paese,
  #user-unsubscribe form .formFieldError sqr-alt-select.paese,
  #user-contact form .formFieldError sqr-alt-select.paese,
  .splash-subscribe form .formFieldError sqr-alt-select.paese {
    border-color: red;
  }
  #user-subscribe form .field-wrap.required.textarea-field:after,
  #user-unsubscribe form .field-wrap.required.textarea-field:after,
  #user-contact form .field-wrap.required.textarea-field:after,
  .splash-subscribe form .field-wrap.required.textarea-field:after {
    margin-bottom: 15px;
  }
  #user-subscribe form .field-wrap.required.has-error:after,
  #user-unsubscribe form .field-wrap.required.has-error:after,
  #user-contact form .field-wrap.required.has-error:after,
  .splash-subscribe form .field-wrap.required.has-error:after {
    color: red;
  }
  #user-subscribe form .field-wrap.required.formFieldError:after,
  #user-unsubscribe form .field-wrap.required.formFieldError:after,
  #user-contact form .field-wrap.required.formFieldError:after,
  .splash-subscribe form .field-wrap.required.formFieldError:after {
    color: red;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #user-subscribe form,
  #user-unsubscribe form,
  #user-contact form {
    padding: 50px 23% 30px;
  }
  #user-subscribe form .subscribe-newsletter-country,
  #user-unsubscribe form .subscribe-newsletter-country,
  #user-contact form .subscribe-newsletter-country,
  #user-subscribe form .contact-us-submit-button,
  #user-unsubscribe form .contact-us-submit-button,
  #user-contact form .contact-us-submit-button {
    width: 100%;
  }
  #user-subscribe form .field-wrap,
  #user-unsubscribe form .field-wrap,
  #user-contact form .field-wrap {
    margin-bottom: 40px;
  }
  .text-intro {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #user-subscribe form,
  #user-unsubscribe form,
  #user-contact form,
  .splash-subscribe form {
    padding: 40px 20px 30px;
    margin: 0 -5%;
    /* errors mobile */
  }
  #user-subscribe form .field-wrap,
  #user-unsubscribe form .field-wrap,
  #user-contact form .field-wrap,
  .splash-subscribe form .field-wrap {
    margin-bottom: 40px;
  }
  #user-subscribe form .formFieldError,
  #user-unsubscribe form .formFieldError,
  #user-contact form .formFieldError,
  .splash-subscribe form .formFieldError {
    font-size: inherit!important;
  }
  #user-subscribe form .formFieldError input,
  #user-unsubscribe form .formFieldError input,
  #user-contact form .formFieldError input,
  .splash-subscribe form .formFieldError input,
  #user-subscribe form .formFieldError textarea,
  #user-unsubscribe form .formFieldError textarea,
  #user-contact form .formFieldError textarea,
  .splash-subscribe form .formFieldError textarea,
  #user-subscribe form .formFieldError sqr-alt-select.subject,
  #user-unsubscribe form .formFieldError sqr-alt-select.subject,
  #user-contact form .formFieldError sqr-alt-select.subject,
  .splash-subscribe form .formFieldError sqr-alt-select.subject,
  #user-subscribe form .formFieldError sqr-alt-select.paese,
  #user-unsubscribe form .formFieldError sqr-alt-select.paese,
  #user-contact form .formFieldError sqr-alt-select.paese,
  .splash-subscribe form .formFieldError sqr-alt-select.paese {
    border-color: red;
  }
  #user-subscribe form .subscribe-email,
  #user-unsubscribe form .subscribe-email,
  #user-contact form .subscribe-email,
  .splash-subscribe form .subscribe-email,
  #user-subscribe form .select-country-newsletter,
  #user-unsubscribe form .select-country-newsletter,
  #user-contact form .select-country-newsletter,
  .splash-subscribe form .select-country-newsletter,
  #user-subscribe form .select-subject,
  #user-unsubscribe form .select-subject,
  #user-contact form .select-subject,
  .splash-subscribe form .select-subject,
  #user-subscribe form .subscribe-newsletter-country,
  #user-unsubscribe form .subscribe-newsletter-country,
  #user-contact form .subscribe-newsletter-country,
  .splash-subscribe form .subscribe-newsletter-country,
  #user-subscribe form .contact-us-submit-button,
  #user-unsubscribe form .contact-us-submit-button,
  #user-contact form .contact-us-submit-button,
  .splash-subscribe form .contact-us-submit-button,
  #user-subscribe form sqr-alt-select.subject,
  #user-unsubscribe form sqr-alt-select.subject,
  #user-contact form sqr-alt-select.subject,
  .splash-subscribe form sqr-alt-select.subject,
  #user-subscribe form sqr-alt-select.paese,
  #user-unsubscribe form sqr-alt-select.paese,
  #user-contact form sqr-alt-select.paese,
  .splash-subscribe form sqr-alt-select.paese,
  #user-subscribe form .type_select,
  #user-unsubscribe form .type_select,
  #user-contact form .type_select,
  .splash-subscribe form .type_select {
    height: 40px;
    width: 100%;
  }
  #user-subscribe form sqr-alt-select.subject,
  #user-unsubscribe form sqr-alt-select.subject,
  #user-contact form sqr-alt-select.subject,
  .splash-subscribe form sqr-alt-select.subject,
  #user-subscribe form sqr-alt-select.paese,
  #user-unsubscribe form sqr-alt-select.paese,
  #user-contact form sqr-alt-select.paese,
  .splash-subscribe form sqr-alt-select.paese {
    min-height: 40px;
  }
  #user-subscribe form sqr-alt-select.subject .selected-value,
  #user-unsubscribe form sqr-alt-select.subject .selected-value,
  #user-contact form sqr-alt-select.subject .selected-value,
  .splash-subscribe form sqr-alt-select.subject .selected-value,
  #user-subscribe form sqr-alt-select.paese .selected-value,
  #user-unsubscribe form sqr-alt-select.paese .selected-value,
  #user-contact form sqr-alt-select.paese .selected-value,
  .splash-subscribe form sqr-alt-select.paese .selected-value {
    padding: 11.5px 25px;
    min-height: 40px;
  }
  #user-subscribe form .user-title-option-wrap,
  #user-unsubscribe form .user-title-option-wrap,
  #user-contact form .user-title-option-wrap,
  .splash-subscribe form .user-title-option-wrap {
    height: 140px;
    padding: 10px 20px;
  }
  #user-subscribe form .user-title-option-wrap .option-radio + .option-radio,
  #user-unsubscribe form .user-title-option-wrap .option-radio + .option-radio,
  #user-contact form .user-title-option-wrap .option-radio + .option-radio,
  .splash-subscribe form .user-title-option-wrap .option-radio + .option-radio {
    border-top: 1px solid #cecece;
  }
  #user-subscribe form .subscribe-email,
  #user-unsubscribe form .subscribe-email,
  #user-contact form .subscribe-email,
  .splash-subscribe form .subscribe-email {
    padding: 0 20px;
  }
  #user-subscribe form .form-label,
  #user-unsubscribe form .form-label,
  #user-contact form .form-label,
  .splash-subscribe form .form-label {
    position: relative;
    display: inline-block;
  }
  #user-subscribe form .agreement-text,
  #user-unsubscribe form .agreement-text,
  #user-contact form .agreement-text,
  .splash-subscribe form .agreement-text {
    position: relative;
  }
  #user-subscribe form .field-wrap.required .form-label:after,
  #user-unsubscribe form .field-wrap.required .form-label:after,
  #user-contact form .field-wrap.required .form-label:after,
  .splash-subscribe form .field-wrap.required .form-label:after,
  #user-subscribe form .field-wrap.required .agreement-text:after,
  #user-unsubscribe form .field-wrap.required .agreement-text:after,
  #user-contact form .field-wrap.required .agreement-text:after,
  .splash-subscribe form .field-wrap.required .agreement-text:after {
    content: "*";
    position: absolute;
    bottom: 0;
    font-size: 17px;
    margin-bottom: -5px;
    margin-left: 4px;
  }
  #user-subscribe form .field-wrap.required .agreement-text:after,
  #user-unsubscribe form .field-wrap.required .agreement-text:after,
  #user-contact form .field-wrap.required .agreement-text:after,
  .splash-subscribe form .field-wrap.required .agreement-text:after {
    right: 0;
  }
  #user-subscribe form .field-wrap.required.has-error .form-label:after,
  #user-unsubscribe form .field-wrap.required.has-error .form-label:after,
  #user-contact form .field-wrap.required.has-error .form-label:after,
  .splash-subscribe form .field-wrap.required.has-error .form-label:after,
  #user-subscribe form .field-wrap.required.formFieldError .form-label:after,
  #user-unsubscribe form .field-wrap.required.formFieldError .form-label:after,
  #user-contact form .field-wrap.required.formFieldError .form-label:after,
  .splash-subscribe form .field-wrap.required.formFieldError .form-label:after,
  #user-subscribe form .field-wrap.required.has-error .agreement-text:after,
  #user-unsubscribe form .field-wrap.required.has-error .agreement-text:after,
  #user-contact form .field-wrap.required.has-error .agreement-text:after,
  .splash-subscribe form .field-wrap.required.has-error .agreement-text:after {
    color: red;
  }
  .text-intro {
    font-size: 12px;
    padding: 40px 20px 30px;
  }
  input[type="radio"] + label {
    margin: 10px 0;
  }
}
/* custom styles for #user-unsubscribe form */
#user-unsubscribe {
  /* disable common error messages */
  /* disable common style for form */
}
#user-unsubscribe .verify,
#user-unsubscribe .error {
  display: none;
}
#user-unsubscribe form {
  /* disable msg required items (version 1 with email input and submit) */
}
#user-unsubscribe form .field-wrap.required:after {
  display: none;
  /* disable asterisk (version 1 only email input and submit) */
}
#user-unsubscribe form .formFieldContainer {
  float: none;
}
#user-unsubscribe form .formFieldContainer.formFieldError {
  font-size: inherit!important;
}
#user-unsubscribe form .formFieldContainer.formFieldError .error-showable-subscriptionError {
  border-color: red;
}
#user-unsubscribe form .labelFieldWrapper {
  width: 100%;
  vertical-align: middle;
  margin-bottom: 0;
}
#user-unsubscribe form .labelFieldWrapper label.placeholder {
  color: inherit!important;
  font-size: inherit!important;
  top: 50%;
  left: 0;
  margin: -10px 25px 0;
}
#user-unsubscribe form .buttonRow {
  margin-bottom: 0;
  padding: 0;
}
#user-unsubscribe form .buttonRow .formButton {
  margin-top: 0;
  width: 100%;
}
#user-unsubscribe form .msg-required-items {
  display: none!important;
}
@media only screen and (min-width: 1025px) {
  #user-unsubscribe form {
    padding: 50px 0;
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #user-unsubscribe form {
    padding: 50px 23%;
    margin-bottom: 10px;
  }
  #user-unsubscribe form .field-wrap {
    margin-bottom: 40px;
  }
  #user-unsubscribe form .buttonRow.field-wrap {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #user-unsubscribe form {
    padding: 55px 20px;
  }
  #user-unsubscribe form .field-wrap {
    margin-bottom: 45px;
  }
  #user-unsubscribe form .buttonRow.field-wrap {
    margin-bottom: 0;
  }
  #user-subscribe form .select-country-button-container + .list-country-container,
  #user-unsubscribe form .select-country-button-container + .list-country-container,
  #user-contact form .select-country-button-container + .list-country-container,
  .splash-subscribe form .select-country-button-container + .list-country-container,
  #user-subscribe form .select-subject-button-container + .list-subject-container,
  #user-unsubscribe form .select-subject-button-container + .list-subject-container,
  #user-contact form .select-subject-button-container + .list-subject-container,
  .splash-subscribe form .select-subject-button-container + .list-subject-container {
    height: 120px;
    position: relative;
    margin-bottom: -119px;
  }
}
sqr-refinements {
  width: 100%;
}
.refinements-container {
  text-align: left;
}
/* sticky refinements */
.sticky-ref {
  position: fixed !important;
  top: 0;
  z-index: 90;
}
.sticky-ref .refinements-container,
.sticky-ref .sort-container {
  background-color: rgba(255, 255, 255, 0.85);
}
.sticky-ref.transition-up {
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  sqr-refinements {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
  }
  .catalog-search sqr-refinements {
    position: relative;
  }
  .sticky-ref {
    /* reset correct size (.sticky-ref takes 100% width in fixed position) */
  }
  .sticky-ref .common-refinements-wrap {
    width: 1440px;
    max-width: 100%;
    margin: auto;
  }
  .sticky-ref .inner-refinements-wrap {
    padding: 0 6%;
  }
}
@media only screen and (min-width: 1025px) {
  .left_nav + .body_wrap .sticky-ref {
    /* reset correct size of main column (.sticky-ref takes 100% width in fixed position) */
  }
  .left_nav + .body_wrap .sticky-ref .inner-refinements-col {
    width: 81%;
    margin-left: 19%;
  }
  .catalog-landing .inner-refinements-col {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .catalog-search .sticky-ref,
  .catalog-landing .sticky-ref {
    /* reset correct size of main column (.sticky-ref takes 100% width in fixed position) */
  }
  .catalog-search .sticky-ref .inner-refinements-col,
  .catalog-landing .sticky-ref .inner-refinements-col {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sticky-ref .common-refinements-wrap {
    background-color: #ffffff;
  }
}
.selection-bar {
  display: none;
  background-color: #ffffff;
}
.selection-bar.show-me {
  display: block;
}
.select-arrow {
  display: inline-block;
  width: 11px;
  height: 7px;
  margin: 3px 0;
  background-image: url(../assets/images/icons/arrows-small.png);
  background-position: -7px -18px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -3.5px;
}
.ref-select {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin: 0;
  border: 1px solid #e6e6e6;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
  z-index: 5;
}
.ref-select li {
  padding: 10px 50px 10px 12px;
  position: relative;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ref-select .ref-name {
  padding: 22.5px 40px 22.5px 12px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
}
.ref-select .options {
  display: none;
  position: absolute;
  top: 60px;
  left: -1px;
  z-index: 4;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
}
.ref-select .sort .options {
  z-index: 3;
}
.ref-select .swatch-img {
  margin: -1px 10px -1px 0;
  display: block;
  border-radius: 100px;
  float: left;
}
.ref-select .ref-confirm {
  padding: 10px;
  cursor: default;
}
.ref-select .button {
  font-size: 12px;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
  text-align: center;
  background-color: #808080;
  color: #ffffff;
  padding: 10px;
  cursor: pointer;
}
.ref-select .button.inactive {
  color: #262626;
  background-color: #dadada;
  pointer-events: none;
  cursor: default;
}
.ref-select .check {
  border: 1px solid #e6e6e6;
  border-radius: 100%;
  margin: -1px 0 -1px 10px;
  display: inline-block;
  vertical-align: top;
  float: right;
  position: absolute!important;
  top: 7.5px;
  right: 25px;
}
.ref-select.open .options {
  border-top: 0;
  display: block;
}
.ref-select.open .ref-option.selected {
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
}
.ref-select.open .ref-option.selected .check {
  background: #262626 url(../assets/images/icons/refinement-check.png);
  border-color: #262626;
  background-position: center center;
}
.ref-select.open .select-arrow {
  background-position: -7px 0;
}
.label {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  text-transform: uppercase;
  color: inherit;
  font-weight: normal;
  /* reset bootstrap css */
  white-space: normal;
  border-radius: 0;
}
.sort-container {
  width: 100%;
}
.sort-container .view-thumbs-mode {
  float: right;
  margin-right: 12px;
}
.sort-container .view-thumbs-mode .view-thumb {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  font-size: 14px;
  text-align: center;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
}
.sort-container .view-thumbs-mode .view-thumb span {
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
}
.sort-container .view-thumbs-mode .view-thumb.selectedView {
  background-color: #ededed;
  border-color: #ededed;
}
.sort-container .view-thumbs-mode .view-thumb + .view-thumb {
  margin-left: 10px;
}
.sort-container .view-thumbs-mode .label {
  vertical-align: middle;
  margin-right: 15px;
}
.selection-bar {
  width: 100%;
  position: relative;
  padding: 5px 10px;
}
.selection-bar .label-wrap {
  margin: 5px 0;
}
.selection-bar .label-wrap .label {
  font-size: 11px;
}
.selection-bar .label.clear {
  font-family: "BrandonGrotW01-Regular", sans-serif;
  cursor: pointer;
}
.selection-bar .label.selection {
  display: none;
}
.selection-bar .select-arrow {
  display: none;
}
.selection-bar .ref-sel-options,
.selection-bar .ref-sel-option {
  display: inline-block;
  margin: 0;
  cursor: pointer;
}
.selection-bar .ref-sel-option {
  font-size: 10px;
  padding: 3px 8px;
  text-transform: uppercase;
  margin: 5px 0;
  background-color: #e6e6e6;
}
@media only screen and (min-width: 1025px) {
  .selection-bar {
    border: 1px solid #e6e6e6;
    margin-bottom: -1px;
  }
  .selection-bar .label-wrap {
    float: left;
  }
  .selection-bar .label.clear {
    color: red;
  }
  .selection-bar .ref-sel-option {
    margin-right: 10px;
  }
  .sort-container.show-me {
    padding-top: 16px;
    padding-bottom: 16px;
    height: 74px;
    /* prevent height expansion while opening options */
  }
}
@media only screen and (min-width: 768px) {
  .ref-select .options .option-wrap {
    height: auto;
    max-height: 250px;
    overflow-y: auto;
  }
  .ref-select + .ref-select {
    margin-left: -1px;
  }
  .sort-container {
    float: left;
  }
  .sort-container .label.sort-label {
    vertical-align: top;
    margin-top: 14.5px;
    margin-left: 12px;
    opacity: 0.5;
  }
  .sort-container .ref-select {
    width: auto;
    vertical-align: middle;
    z-index: 3;
  }
  .sort-container .ref-select li {
    padding: 10px 12px;
  }
  .sort-container .ref-select li:first-child {
    padding-top: 12.5px;
  }
  .sort-container .ref-select li:last-child {
    padding-bottom: 12.5px;
  }
  .sort-container .ref-select .ref-name {
    padding: 12.5px 12px;
    text-decoration: underline;
    opacity: 0.5;
  }
  .sort-container .ref-select .select-arrow,
  .sort-container .ref-select .check {
    display: none;
  }
  .sort-container .ref-select .options {
    position: relative;
    top: 0;
  }
  .sort-container .ref-select.open .ref-option {
    opacity: 0.5;
  }
  .sort-container .ref-select.open .ref-option.selected {
    text-decoration: underline;
  }
  .sort-container .ref-select.open .ref-name {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  sqr-loader-more {
    margin-bottom: 30px;
  }
  .sticky-ref .common-refinements-wrap {
    padding-top: 10px;
  }
  .refinements-container .ref-select .options {
    padding-top: 10px;
    width: calc(200% + 1px);
    width: -moz-calc(200% + 1px);
    width: -webkit-calc(200% + 1px);
    width: -o-calc(200% + 1px);
  }
  .refinements-container .ref-select + .ref-select:last-child .options:before {
    content: "";
    width: calc(50% + 1px);
    width: -moz-calc(50% + 1px);
    width: -webkit-calc(50% + 1px);
    width: -o-calc(50% + 1px);
    display: block;
    border-bottom: 1px solid #e6e6e6;
    position: absolute;
    top: 0;
    left: 50%;
  }
  .refinements-container .ref-select.option5 .options {
    left: -100%;
    margin-left: -2px;
  }
  .refinements-container .ref-select.option5 .options:before {
    content: "";
    width: calc(50% + 1px);
    width: -moz-calc(50% + 1px);
    width: -webkit-calc(50% + 1px);
    width: -o-calc(50% + 1px);
    display: block;
    border-bottom: 1px solid #e6e6e6;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sort-container.show-me {
    padding-top: 30px;
    height: 72px;
    /* prevent height expansion while opening options */
  }
  .selection-bar {
    background-color: #f5f5f5;
    padding: 10px;
  }
  .selection-bar .label.clear {
    text-decoration: underline;
  }
  .selection-bar .ref-sel-option {
    margin-right: 10px;
    margin: 5px 20px 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  sqr-refinements {
    margin-top: -40px;
    z-index: 10;
    background-color: white;
    display: none;
  }
  sqr-refinements .toggler {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
    position: relative;
  }
  sqr-refinements .toggler .label {
    font-size: 15px;
    padding: 0;
    margin: 0;
  }
  sqr-refinements .toggler .select-arrow {
    right: 20px;
  }
  sqr-refinements.displayRef {
    display: block;
  }
  .mobile-toggle-open .toggler {
    border-bottom: 0;
  }
  .mobile-toggle-open .toggler .select-arrow {
    background-position: -7px 0;
  }
  .mobile-toggle-open .toggler:after {
    content: "";
    display: block;
    border-bottom: 1px solid #e6e6e6;
    margin-right: -20px;
    position: relative;
    top: 20px;
  }
  .refinements-container {
    height: 62px;
    overflow: hidden;
    -webkit-transition: height cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
    -moz-transition: height cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
    -ms-transition: height cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
    -o-transition: height cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  }
  .refinements-container .toggler {
    background-color: #dadada;
    border-bottom: 1px solid #dadada !important;
  }
  .refinements-container .toggler:after {
    display: none;
  }
  .refinements-container .ref-select {
    padding: 0 20px;
    background-color: #f5f5f5;
  }
  .refinements-container .ref-select .ref-name {
    margin: 10px -20px 0 -20px;
    padding-left: 40px;
    background-color: #e6e6e6;
  }
  .refinements-container .ref-select .ref-name .select-arrow {
    right: 20px;
  }
  .refinements-container .ref-select .options,
  .refinements-container .ref-select .options li {
    background-color: #f5f5f5;
  }
  .ref-select {
    width: 100%;
    margin: 0;
    float: left;
    font-size: 14px;
    font-family: "BrandonGrotW01-Regular", sans-serif;
    border: 0;
    cursor: pointer;
    text-align: left;
    padding: 0 20px;
    padding-left: 20px;
  }
  .ref-select .ref-name {
    font-family: "BrandonGrotW01-Regular", sans-serif;
    padding: 20px;
  }
  .ref-select .ref-name .select-arrow {
    right: 0;
  }
  .ref-select .option-wrap {
    margin: 30px 0;
  }
  .ref-select .options {
    border: none;
    left: 0px;
  }
  .ref-select .check {
    right: 20px;
    top: 11px;
  }
  .ref-select li {
    padding: 10px 50px 10px 20px;
  }
  .ref-select .ref-confirm {
    padding: 0 0 40px 0;
  }
  .ref-select.open .options {
    width: 100%;
    padding: 0px;
    position: relative;
    top: 0;
  }
  .ref-select.open .options li {
    border-bottom: 0;
  }
  .selection-bar {
    background-color: #f5f5f5;
    padding: 20px;
  }
  .selection-bar .label {
    text-align: left;
    display: block;
    margin-bottom: 20px;
  }
  .selection-bar .label.filtered {
    font-size: 15px;
  }
  .selection-bar .label.clear {
    color: red;
    font-size: 12px;
  }
  .selection-bar .ref-sel-option {
    font-size: 12px;
    margin-right: 10px;
    padding: 5.5px 10px;
    margin: 0 10px 10px 0;
  }
  .selection-bar .i-close-refinements {
    top: 3px;
  }
  .sort-container {
    padding-top: 0;
  }
  .sort-container .ref-select {
    border-bottom: 1px solid #e6e6e6;
  }
  .sort-container .ref-select .ref-name {
    padding-left: 0;
  }
  .sort-container .ref-select .ref-name .sort-label {
    font-size: 15px;
  }
  .sort-container .ref-select .option-wrap {
    margin-top: 0;
    padding-top: 30px;
    border-top: 1px solid #e6e6e6;
  }
  .sort-container .view-thumbs-mode {
    float: none;
    width: 95px;
    margin: 0 auto;
    clear: both;
    padding: 20px 0;
  }
  .catalog-category sqr-refinements.displayRef {
    display: block;
  }
}
/* REFINEMENTS SEARCH PAGE */
@media only screen and (min-width: 768px) {
  .catalog-search .refinements-container .ref-select {
    width: 16.66%;
  }
  .catalog-search .refinements-container .ref-select .options {
    padding-top: 10px;
    width: calc(200% + 1px);
    width: -moz-calc(200% + 1px);
    width: -webkit-calc(200% + 1px);
    width: -o-calc(200% + 1px);
  }
  .catalog-search .refinements-container .ref-select + .ref-select:last-child .options:before {
    content: "";
    width: calc(50% + 1px);
    width: -moz-calc(50% + 1px);
    width: -webkit-calc(50% + 1px);
    width: -o-calc(50% + 1px);
    display: block;
    border-bottom: 1px solid #e6e6e6;
    position: absolute;
    top: 0;
    left: 50%;
  }
  .catalog-search .refinements-container .ref-select.option6 .options {
    left: -100%;
    margin-left: -2px;
  }
  .catalog-search .refinements-container .ref-select.option6 .options:before {
    content: "";
    width: calc(50% + 1px);
    width: -moz-calc(50% + 1px);
    width: -webkit-calc(50% + 1px);
    width: -o-calc(50% + 1px);
    display: block;
    border-bottom: 1px solid #e6e6e6;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-search sqr-refinements {
    margin-top: 0;
    border-top: 1px solid #e6e6e6;
  }
}
sqr-loader-more {
  float: left;
  width: 100%;
}
.loadMoreSeparator {
  width: 100%;
  text-align: center;
}
.loadMoreBtn {
  background-color: #ffffff;
  width: auto;
  display: inline-block;
  height: 50px;
  padding: 14.5px 30px;
  text-align: center;
  color: #262626;
  margin: 0 auto;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  border: 2px solid #262626;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 40px auto 0 auto;
}
.loadMoreIndexOf {
  font-style: italic;
  color: black;
  font-size: 10px;
  width: 140px;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .loadMoreSeparator {
    width: 100%;
  }
  .loadMoreBtn {
    width: auto;
    min-width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .loadMoreBtn {
    width: 90%;
    font-size: 15px;
  }
}
#section-height .heading {
  margin-bottom: 20px;
}
/* WALL TILE + CUSTOM CONTENT */
.wall-tile {
  vertical-align: top;
}
.wall-tile .tile-text {
  text-align: center;
}
.wall-mixed a {
  display: block;
}
.wall-custom .text-wrap {
  background: rgba(255, 255, 255, 0.95);
}
.wall-custom .text-wrap .text {
  line-height: 1.2;
}
.wall-custom .text-wrap form input {
  vertical-align: top;
  height: 50px;
  margin: 10px auto 0;
  padding: 0 5%;
}
.wall-custom .text-wrap form .user-email {
  font-size: 16px;
  border: 1px solid #cecece;
  box-shadow: none;
}
.wall-custom .text-wrap form .subscribe-newsletter-country {
  font-size: 12px;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  background-color: #4d4d4d;
  color: #ffffff;
  border: 1px solid #4d4d4d;
}
/* WALL MIXED SLIDER */
.mixed-slider-title {
  position: relative;
  z-index: 10;
  margin-bottom: 0!important;
}
/* WALL VIDEO */
.wall-video .background {
  background-size: cover;
  background-position: center center;
}
.wall-video .text,
.wall-video .video {
  text-align: center;
}
.wall-video .video iframe {
  max-width: 100%!important;
}
.wall-video .text .title,
.wall-video .text .subtitle {
  margin: 0;
}
.wall-video .text .subtitle {
  text-transform: none;
  line-height: 1.1;
}
@media only screen and (min-width: 1025px) {
  #section .seoSection {
    margin: 40px 3%;
  }
  .section-main {
    margin: 0 5%;
  }
  .promo-title sqr-managed-content:not(.empty) .cmsWrapper {
    margin-top: 35px;
    margin-bottom: 25px;
  }
  .promo-title .title {
    font-size: 30px;
  }
  .promo-title .subtitle {
    font-size: 16px;
  }
  .promo-wall sqr-managed-content:not(.empty) .cmsWrapper {
    margin-bottom: 60px;
  }
  .wall-custom .background {
    padding: 50px;
    background-size: cover;
  }
  .wall-custom .background .text-wrap {
    padding: 40px;
  }
  .wall-custom .background .text-wrap .text {
    font-size: 40px;
  }
  .wall-custom .background .text-wrap form {
    padding-top: 10px;
    margin: 0 -10px;
  }
  .wall-custom .background .text-wrap form input {
    display: inline-block;
    margin: 30px 10px 0 10px;
  }
  .mixed-slider-type sqr-managed-content:not(.empty) .cmsWrapper {
    margin-top: -58px;
  }
  .wall-video .background {
    padding: 60px 0;
  }
  .wall-video .text .title,
  .wall-video .text .subtitle {
    font-size: 26px;
    margin: 0;
  }
  .wall-video .text .subtitle {
    margin-bottom: 80px;
  }
}
/* set style for empty managed content */
.wall-tile.empty {
  width: 0;
}
.empty {
  padding: 0!important;
  margin: 0!important;
}
@media only screen and (min-width: 768px) {
  .promo-wall {
    font-size: 0;
    /* to remove margin between inline-block elements */
  }
  .wall-tile,
  .wall-custom {
    display: inline-block;
    padding: 10px;
  }
  .wall-tile {
    width: 33.33333333%;
  }
  /* change .wall-tile width if next managed content is empty */
  .wall-tile.empty + .wall-tile:not(.empty) {
    width: 66.66666666%;
  }
  .wall-custom {
    width: 66.66666666%;
  }
  .wall-mixed {
    width: 50%;
    display: inline-block;
    padding: 10px 0;
  }
  .wall-mixed .background {
    padding: 60px 0;
    background-size: cover;
    background-position: center center;
  }
  .wall-mixed .background:after {
    content: "";
    display: block;
    clear: both;
  }
  .wall-mixed .image {
    width: 60%;
    vertical-align: middle;
  }
  .wall-mixed .text {
    width: 40%;
    padding: 20px;
    vertical-align: top;
    text-align: center;
    position: relative;
  }
  .wall-mixed .text .title {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .wall-mixed .text .subtitle {
    font-size: 20px;
    text-transform: none;
    line-height: 1.1;
  }
  .wall-mixed .text a {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
  }
  .wall-mixed .text a .btn.more {
    white-space: normal;
  }
  .wall-mixed.left {
    padding-right: 22.5px;
  }
  .wall-mixed.left .image,
  .wall-mixed.left .text {
    float: left;
  }
  .wall-mixed.left .image {
    padding-left: 10%;
  }
  .wall-mixed.right {
    padding-left: 22.5px;
  }
  .wall-mixed.right .image,
  .wall-mixed.right .text {
    float: right;
  }
  .wall-mixed.right .image {
    padding-right: 10%;
  }
  .wall-tile .tile-text {
    margin-top: 35px;
  }
  .wall-video .background:after {
    content: "";
    display: block;
    clear: both;
  }
  .wall-video .video {
    width: 75%;
    float: right;
    padding-right: 5%;
  }
  .wall-video .text {
    width: 25%;
    float: right;
    display: table;
  }
  .wall-video .text .text-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .wall-mixed .text {
    padding: 15px;
  }
  .wall-mixed .text .title {
    font-size: 18px;
  }
  .wall-mixed .text .subtitle {
    font-size: 16px;
  }
  .wall-mixed .text a {
    left: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -o-calc(100% - 30px);
  }
  .wall-video .text .title,
  .wall-video .text .subtitle {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section-main {
    margin: 0 3%;
  }
  .promo-title sqr-managed-content:not(.empty) .cmsWrapper {
    margin-top: 35px;
    margin-bottom: 25px;
  }
  .promo-title .title {
    font-size: 24px;
  }
  .promo-title .subtitle {
    font-size: 13px;
  }
  .promo-wall sqr-managed-content:not(.empty) .cmsWrapper {
    margin-bottom: 40px;
  }
  .wall-custom .background {
    padding: 40px;
  }
  .wall-custom .background .text-wrap {
    padding: 30px;
  }
  .wall-custom .background .text-wrap .text {
    font-size: 25px;
  }
  .wall-custom .background .text-wrap form {
    padding-top: 0;
  }
  .wall-custom .background .text-wrap form input {
    margin-top: 30px;
    display: block;
  }
  .wall-custom .background .text-wrap form .subscribe-email {
    width: 100%;
  }
  .wall-custom .background .text-wrap form .subscribe-newsletter-country {
    padding: 0 30px;
  }
  .wall-mixed .background {
    padding: 40px 0;
  }
  .wall-mixed .text {
    padding: 10px;
  }
  .wall-mixed .text .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .wall-mixed .text .subtitle {
    font-size: 14px;
  }
  .wall-mixed .text a {
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -o-calc(100% - 20px);
  }
  .mixed-slider-type sqr-managed-content:not(.empty) .cmsWrapper {
    margin-top: -52px;
  }
  .wall-video .background {
    padding: 35px 0;
  }
  .wall-video .text .title,
  .wall-video .text .subtitle {
    font-size: 16px;
  }
  .wall-video .text .btn.more {
    font-size: 10px;
  }
  .wall-video .text .subtitle {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .wall-mixed .text .title {
    font-size: 22px;
  }
  .wall-mixed .text .subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #section-height {
    margin-top: -40px;
  }
  #section-height .heading {
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .promo-title sqr-managed-content:not(.empty) .cmsWrapper {
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .promo-title .title {
    font-size: 22px;
  }
  .promo-title .subtitle {
    font-size: 12px;
  }
  .wall-tile,
  .wall-custom,
  .wall-mixed {
    display: block;
    padding: 10px 0;
  }
  .promo-wall sqr-managed-content:not(.empty) .cmsWrapper {
    margin-bottom: 40px;
  }
  .tile img,
  .wall-mixed img,
  .wall-custom img {
    width: 100%;
  }
  .wall-tile .title {
    font-size: 22px;
  }
  .wall-tile .subtitle {
    font-size: 14px;
  }
  .wall-tile .btn.more {
    font-size: 15px;
  }
  .wall-mixed .background {
    background-image: none!important;
  }
  .wall-mixed .image {
    background-position: center center;
    background-size: 100% 92%;
    background-repeat: no-repeat;
  }
  .wall-mixed .image img {
    width: 70%;
    margin: auto;
  }
  .wall-mixed .text {
    margin-top: 50px;
    padding: 0 5%;
    text-align: center;
  }
  .wall-mixed .text .title {
    font-size: 22px;
  }
  .wall-mixed .text .subtitle {
    font-size: 18px;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .wall-mixed .text .btn.more.border {
    font-size: 14px;
  }
  .wall-custom .background {
    padding: 30px;
  }
  .wall-custom .background .text-wrap {
    padding: 30px 6%;
  }
  .wall-custom .background .text-wrap .text {
    font-size: 25px;
  }
  .wall-custom .background .text-wrap form {
    padding-top: 10px;
  }
  .wall-custom .background .text-wrap form input {
    margin-top: 20px;
    display: block;
  }
  .wall-custom .background .text-wrap form .subscribe-email {
    width: 100%;
  }
  .wall-custom .background .text-wrap form .subscribe-newsletter-country {
    padding: 0 30px;
  }
  .mixed-slider-type sqr-managed-content:not(.empty) .cmsWrapper {
    margin-top: -52px;
  }
  .wall-video {
    padding-top: 20px;
  }
  .wall-video .background {
    background-image: none!important;
  }
  .wall-video .video {
    padding: 35px 0;
    background-position: center center;
    background-size: cover;
  }
  .wall-video .text {
    margin-top: 35px;
    padding: 0 5%;
  }
  .wall-video .text .title,
  .wall-video .text .subtitle {
    font-size: 22px;
  }
  .wall-video .text .btn.more {
    font-size: 15px;
  }
  .wall-video .text .title {
    margin-bottom: 15px;
  }
  .wall-video .text .subtitle {
    margin-bottom: 30px;
  }
}
.i-view-list,
.i-view-map,
.i-view-gallery {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.i-view-list {
  background-image: url(../assets/images/icons/icon-store-list.png);
}
.i-view-map {
  background-image: url(../assets/images/icons/icon-store-map.png);
}
.i-view-gallery {
  background-image: url(../assets/images/icons/icon-store-gallery.png);
}
.button {
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
}
.button span {
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
}
.button.black {
  background-color: #262626;
  color: #ffffff;
  border: 1px solid #e6e6e6;
}
.button.view-gallery {
  background-color: #ffffff;
  color: #262626;
  border: 1px solid #e6e6e6;
  position: relative;
}
.button.view-gallery i {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -12px;
}
a.link-events,
a.link-directions,
a.link-more-stores {
  border-bottom: 1px solid;
}
a.link-email:hover {
  border-bottom: 1px solid;
}
a.link-more-stores {
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
}
.store-heading,
a.store-heading {
  display: block;
  color: #7bc1ba;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
}
/* reset common styles */
.store-details-header {
  color: inherit;
  font-size: inherit;
  padding: 15px 0;
  margin-bottom: 0;
}
.store-details-viewAll-images {
  float: none;
  height: auto;
}
.store-details-map-container {
  float: none;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
.store-details-closest-stores-list {
  float: none;
  width: 100%;
  height: auto;
  font-size: 11px;
}
.store-details-managed-contents {
  margin: 40px 0 0;
}
.store-details-managed-content {
  margin: 0;
}
.store-details-row p {
  margin-bottom: 0;
}
.custserv-wrapper {
  /* store details */
}
.custserv-wrapper .store-locator-heading {
  border: 1px solid #e6e6e6;
  padding: 15px 20px;
}
.custserv-wrapper .store-locator-heading .inner-table {
  display: table;
  width: 100%;
}
.custserv-wrapper .store-locator-heading .button {
  font-size: 14px;
  padding: 14px 20px;
}
.custserv-wrapper .store-locator-heading .search-text,
.custserv-wrapper .store-locator-heading .search-form,
.custserv-wrapper .store-locator-heading .store-toggle-view {
  /*display: inline-block;*/
  display: table-cell;
  vertical-align: top;
}
.custserv-wrapper .store-locator-heading .search-text {
  padding: 14px 20px;
  text-transform: uppercase;
}
.custserv-wrapper .store-locator-heading .search-form form {
  position: relative;
}
.custserv-wrapper .store-locator-heading .search-form .verify {
  display: none;
}
.custserv-wrapper .store-locator-heading .search-form .store-collection-select {
  text-transform: uppercase;
  font-size: 11px;
  color: #262626;
  border: 1px solid #e6e6e6;
  position: relative;
}
.custserv-wrapper .store-locator-heading .search-form .store-collection-select .select-wrap {
  padding: 16.5px 12px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custserv-wrapper .store-locator-heading .search-form .store-collection-select .select-wrap .select-name {
  padding: 0 20px 0 0;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custserv-wrapper .store-locator-heading .search-form .store-collection-select .select-wrap .select-name .select-arrow {
  right: 4.5px;
}
.custserv-wrapper .store-locator-heading .search-form .store-collection-select .select-wrap.open .select-arrow {
  background-position: -7px 0;
}
.custserv-wrapper .store-locator-heading .search-form .store-collection-select .options {
  display: none;
  position: absolute;
  top: 50px;
  left: -1px;
  z-index: 10;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  width: calc(100% + 2px);
  width: -moz-calc(100% + 2px);
  width: -webkit-calc(100% + 2px);
  width: -o-calc(100% + 2px);
  margin-top: -2px;
  border-top: 0;
}
.custserv-wrapper .store-locator-heading .search-form .store-collection-select .options .ref-option {
  padding: 10px 40px 10px 12px;
  position: relative;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custserv-wrapper .store-locator-heading .search-form .store-collection-select .options .ref-option label {
  margin-bottom: 0;
  display: block;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custserv-wrapper .store-locator-heading .search-form .store-collection-select .options .ref-option input[type=checkbox] {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  display: inline-block;
  float: right;
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 0;
  margin-top: 7px;
  border-radius: 10px;
}
.custserv-wrapper .store-locator-heading .search-form .store-collection-select .options .ref-option input[type=checkbox]:checked {
  background: #262626 url(../assets/images/icons/refinement-check.png);
  border-color: #262626;
  background-position: center center;
}
.custserv-wrapper .store-locator-heading .search-form .store-collection-select .options .ref-option input[type=checkbox]:checked + label {
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
}
.custserv-wrapper .store-locator-heading .search-form .store-collection-select .options .ref-confirm {
  padding: 10px 12px;
}
.custserv-wrapper .store-locator-heading .search-form .store-collection-select .options .ref-confirm .confirm-btn {
  font-size: 12px;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
  text-align: center;
  background-color: #808080;
  color: #ffffff;
  padding: 10px;
  cursor: pointer;
}
.custserv-wrapper .store-locator-heading .search-form .store-collection-select .options .ref-confirm .confirm-btn.inactive {
  color: #262626;
  background-color: #dadada;
  pointer-events: none;
  cursor: default;
}
.custserv-wrapper .store-locator-heading .search-form .formFieldContainer {
  width: 100%;
  padding: 10px 50px 10px 20px;
  border: 1px solid #e6e6e6;
}
.custserv-wrapper .store-locator-heading .search-form .formFieldContainer .i-map-point {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.custserv-wrapper .store-locator-heading .search-form .formFieldContainer span.labelFieldWrapper {
  margin-bottom: 0;
  width: 80%;
}
.custserv-wrapper .store-locator-heading .search-form .formFieldContainer span.labelFieldWrapper .placeholder {
  top: 3px;
  margin-bottom: 0;
  font-size: inherit;
  width: 100%;
}
.custserv-wrapper .store-locator-heading .search-form .formFieldContainer span.labelFieldWrapper .placeholder span.labelText {
  padding-left: 0;
}
.custserv-wrapper .store-locator-heading .search-form .formFieldContainer span.labelFieldWrapper input {
  width: 100%;
  border: 0;
  box-shadow: none;
  text-transform: uppercase;
}
.custserv-wrapper .store-locator-heading .search-form #searchDistanceWrap {
  display: block;
  clear: both;
  text-align: center;
}
.custserv-wrapper .store-locator-heading .search-form #searchDistanceWrap .text,
.custserv-wrapper .store-locator-heading .search-form #searchDistanceWrap .option-radio {
  display: inline-block;
}
.custserv-wrapper .store-locator-heading .search-form #searchDistanceWrap .text {
  margin-right: 15px;
}
.custserv-wrapper .store-locator-heading .search-form #searchDistanceWrap .option-radio + .option-radio {
  margin-left: 10px;
}
.custserv-wrapper .store-locator-heading .search-form .search-store {
  background-color: #262626;
  width: 50px;
  height: 50px;
  display: inline-block;
  border: 1px solid #e6e6e6;
  position: absolute;
  top: 0;
  right: 0;
}
.custserv-wrapper .store-locator-heading .search-form .search-store input {
  background: transparent url(../assets/images/icons/icon-search-store.png) no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  border: 0;
  box-shadow: none;
}
.custserv-wrapper .store-locator-heading .search-form .geolocateButton {
  padding: 0;
}
.custserv-wrapper .store-locator-heading .search-form .geolocateButton .button {
  width: 100%;
}
.custserv-wrapper .store-locator-heading .store-toggle-view {
  padding-left: 20px;
}
.custserv-wrapper .store-locator-heading .store-toggle-view .button {
  position: relative;
}
.custserv-wrapper .store-locator-heading .store-toggle-view .button i {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -12px;
}
.custserv-wrapper .store-locator-body {
  margin-top: 30px;
}
.custserv-wrapper #noStoreResults {
  padding: 0 20px;
  margin-bottom: 40px;
}
.custserv-wrapper #noLocationSearched {
  text-align: center;
}
.custserv-wrapper #store-results-list .store-wrap {
  border-bottom: 1px solid #e6e6e6;
}
.custserv-wrapper #store-results-list .store-wrap .store-heading {
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 1px solid #e6e6e6;
}
.custserv-wrapper #store-results-list .collection-tab,
.custserv-wrapper .store-details-body .collection-tab {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
  background: #e6e6e6;
  padding: 13px 15px;
  font-size: 10px;
  margin: 0 5px;
}
.custserv-wrapper #store-results-list span + .collection-tab,
.custserv-wrapper .store-details-body span + .collection-tab {
  margin-left: 50px;
}
.custserv-wrapper .store-locator-results#store-results-map {
  display: none;
  /* show on toggle view */
}
.custserv-wrapper .map-container {
  width: 100%;
  height: 700px;
  border: 1px solid #e6e6e6;
}
.custserv-wrapper .map-container .map {
  width: 88%;
  /* padding 0 6% as container */
  height: 700px;
}
.custserv-wrapper .map-container .map .baloon-store-heading,
.custserv-wrapper .map-container .map .baloon-store-directions,
.custserv-wrapper .map-container .map .baloon-store-details {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custserv-wrapper .map-container .map .baloon-store-heading {
  border-bottom: 1px solid #e6e6e6;
  margin-top: 5px;
}
.custserv-wrapper .map-container .map .baloon-store-heading .store-heading {
  text-transform: capitalize;
}
.custserv-wrapper .map-container .map .baloon-store-directions {
  border-top: 1px solid #e6e6e6;
}
.custserv-wrapper .map-container .map .baloon-store-directions .link-directions {
  border-bottom: 1px solid;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
}
.custserv-wrapper .map-container .map .store-details-row {
  position: relative;
}
.custserv-wrapper .map-container .map .store-details-row i {
  position: absolute;
  left: 0;
  top: 0;
}
.custserv-wrapper .store-details-header {
  margin-top: -40px;
}
.custserv-wrapper .viewAllImages {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custserv-wrapper .store-details-map-container .map-container {
  height: 500px;
}
.custserv-wrapper .store-details-map-container .map-container .map {
  height: 500px;
}
.custserv-wrapper .store-details-info {
  padding-bottom: 20px;
}
.custserv-wrapper .store-details-events {
  border-top: 1px solid #e6e6e6;
}
.custserv-wrapper .store-details-events .heading {
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
  text-align: left;
  letter-spacing: 1px;
  font-size: inherit;
}
.custserv-wrapper .store-details-events .start-end-dates {
  font-style: italic;
}
.custserv-wrapper .store-details-events .event + .event {
  border-top: 1px solid #e6e6e6;
}
.custserv-wrapper .store-details-events .event .description * {
  font-family: "BrandonGrotW01-Regular", sans-serif;
}
.custserv-wrapper .store-details-events .event .description p:last-child {
  margin-bottom: 0;
}
.custserv-wrapper .store-details-closest-stores-list .closest-stores-heading {
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.custserv-wrapper .store-details-closest-stores-list #closest-stores-link-list ul li {
  margin-left: 0;
  list-style-type: none;
  border-bottom: 1px solid #e6e6e6;
}
.custserv-wrapper .store-details-closest-stores-list #closest-stores-link-list h2 {
  line-height: 1.42857143;
}
.custserv-wrapper .store-details-closest-stores-list #closest-stores-link-list .store-heading {
  display: inline;
  border-bottom: 1px solid;
  text-transform: capitalize;
}
/* lightbox gallery */
.mfp-bg {
  background: #ffffff;
  opacity: 1;
  filter: alpha(opacity=1);
}
.mfp-gallery .mfp-container {
  background: #ffffff;
}
.mfp-gallery .mfp-content {
  position: static;
}
.mfp-gallery figure {
  position: relative;
}
.mfp-gallery .mfp-close {
  font-size: 0;
  padding-right: 0;
  cursor: pointer;
  /* default: zoom-out */
}
.mfp-gallery .mfp-arrow:before,
.mfp-gallery .mfp-arrow:after,
.mfp-gallery .mfp-arrow .mfp-b,
.mfp-gallery .mfp-arrow .mfp-a {
  display: none;
}
.mfp-gallery .mfp-counter {
  color: #cccccc;
  font-style: italic;
  font-size: 13px;
  font-family: "Brandon Grot W01 Medium", sans-serif;
  font-weight: normal;
  width: 100%;
  text-align: center;
}
.mfp-gallery .mfp-counter span {
  margin-top: 20px;
}
.mfp-gallery .mfp-title {
  color: #7bc1ba;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding-right: 0;
  padding-top: 35px;
  margin-top: 20px;
}
@media only screen and (min-width: 1025px) {
  .custserv-wrapper {
    /* store details */
  }
  .custserv-wrapper .store-locator-heading {
    font-size: 16px;
  }
  .custserv-wrapper .store-locator-heading .search-text,
  .custserv-wrapper .store-locator-heading .store-toggle-view {
    width: 25%;
  }
  .custserv-wrapper .store-locator-heading .search-form {
    width: 50%;
  }
  .custserv-wrapper .store-locator-heading .search-form .formFieldContainer span.labelFieldWrapper input {
    position: relative;
    top: 2px;
  }
  .custserv-wrapper .store-locator-heading .store-toggle-view .button {
    padding: 14px 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .custserv-wrapper #store-results-list .store-wrap {
    margin-bottom: 15px;
    padding-bottom: 20px;
    font-size: 18px;
  }
  .custserv-wrapper #store-results-list .store-wrap .store-heading {
    font-size: 18px;
    padding: 15px 20px 20px;
  }
  .custserv-wrapper #store-results-list .store-wrap .store-details-row {
    margin-top: 20px;
    position: relative;
    padding-left: 55px;
    padding-right: 10px;
  }
  .custserv-wrapper #store-results-list .store-wrap .store-details-row i {
    position: absolute;
    top: 0;
    left: 17px;
    margin-top: 1px;
  }
  .custserv-wrapper #store-results-list .store-wrap .store-details.right .store-details-row {
    padding-left: 27px;
  }
  .custserv-wrapper #store-results-list .store-wrap .store-details.right .store-details-row i {
    left: 0px;
  }
  .custserv-wrapper .map-container .map .gm-style .gm-style-iw {
    max-width: 280px;
  }
  .custserv-wrapper .map-container .map .gm-style .gm-style-iw > div {
    max-height: none!important;
  }
  .custserv-wrapper .map-container .map .baloon-store-heading,
  .custserv-wrapper .map-container .map .baloon-store-details,
  .custserv-wrapper .map-container .map .baloon-store-directions {
    padding: 10px;
  }
  .custserv-wrapper .map-container .map .i-phone {
    background-image: url(../assets/images/icons/icon-phone-small.png);
  }
  .custserv-wrapper .map-container .map .i-opening-hours {
    background-image: url(../assets/images/icons/icon-opening-hours-small.png);
  }
  .custserv-wrapper .map-container .map .baloon-store-heading,
  .custserv-wrapper .map-container .map .baloon-store-directions {
    font-size: 14px;
  }
  .custserv-wrapper .map-container .map .baloon-store-details {
    font-size: 12px;
  }
  .custserv-wrapper .map-container .map .store-details-row {
    padding: 10px 0 10px 30px;
  }
  .custserv-wrapper .map-container .map .store-details-row i {
    margin-top: 8px;
  }
  .custserv-wrapper .store-details-header .store-heading {
    font-size: 22px;
    padding: 15px 20px 0;
  }
  .custserv-wrapper .store-details-header .button.view-gallery {
    padding: 14px 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .custserv-wrapper .store-details-body {
    font-size: 16px;
  }
  .custserv-wrapper .store-details-info .store-details-row {
    margin-top: 20px;
    position: relative;
    padding-left: 55px;
    padding-right: 10px;
  }
  .custserv-wrapper .store-details-info .store-details-row i {
    position: absolute;
    top: 0;
    left: 17px;
    margin-top: 1px;
  }
  .custserv-wrapper .store-details-info .store-details.right {
    position: relative;
  }
  .custserv-wrapper .store-details-info .store-details.right .store-details-row {
    padding-left: 27px;
  }
  .custserv-wrapper .store-details-info .store-details.right .store-details-row.top {
    position: absolute;
    top: 0;
    right: 0;
  }
  .custserv-wrapper .store-details-info .store-details.right .store-details-row.top i {
    left: 0;
  }
  .custserv-wrapper .store-collections .store-details-row {
    position: relative;
    padding-left: 55px;
  }
  .custserv-wrapper .store-collections .store-details-row i {
    position: absolute;
    top: 0;
    left: 17px;
    margin-top: 1px;
  }
  .custserv-wrapper .store-details-events .heading {
    font-size: 22px;
    margin-top: 40px;
    padding-left: 20px;
    padding-bottom: 15px;
  }
  .custserv-wrapper .store-details-events .event {
    padding: 35px 20px 20px;
  }
  .custserv-wrapper .store-details-closest-stores-list {
    margin-top: 25px;
    padding: 25px;
  }
  .custserv-wrapper .store-details-closest-stores-list .closest-stores-heading,
  .custserv-wrapper .store-details-closest-stores-list #closest-stores-link-list .store-heading {
    font-size: 14px;
  }
  .custserv-wrapper .store-details-closest-stores-list .closest-stores-heading {
    margin: 0 10px;
  }
  .custserv-wrapper .store-details-closest-stores-list #closest-stores-link-list ul {
    margin-bottom: 30px;
  }
  .custserv-wrapper .store-details-closest-stores-list #closest-stores-link-list ul li {
    padding: 15px 10px;
  }
  .custserv-wrapper .store-details-closest-stores-list #closest-stores-link-list h2 {
    margin: 15px 0;
  }
  .custserv-wrapper .store-details-closest-stores-list #closest-stores-link-list .link-more-stores {
    margin: 0 10px;
  }
  .mfp-gallery .mfp-close {
    top: 20px;
    right: 20px;
  }
  .mfp-gallery .mfp-arrow-left {
    left: 20%;
  }
  .mfp-gallery .mfp-arrow-right {
    right: 20%;
  }
  .mfp-gallery .mfp-content {
    max-width: 50%;
  }
  .mfp-gallery .mfp-title {
    margin-top: 35px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .custserv-wrapper {
    /* store details */
  }
  .custserv-wrapper .store-locator-heading .search-form .store-collection-select {
    width: 40%;
    float: left;
  }
  .custserv-wrapper .store-locator-heading .search-form .store-collection-select + .formFieldContainer {
    width: 60%;
    clear: none;
    border-left: 0;
  }
  .custserv-wrapper #store-results-list {
    margin-top: -15px;
  }
  .custserv-wrapper #store-results-list .store-wrap .store-heading {
    display: block;
  }
  .custserv-wrapper #store-results-list .store-wrap .store-inner-wrap {
    display: table;
    width: 100%;
  }
  .custserv-wrapper #store-results-list .store-wrap .store-inner-wrap .store-details {
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }
  .custserv-wrapper #store-results-list .store-wrap .store-inner-wrap .store-details.right {
    position: relative;
  }
  .custserv-wrapper #store-results-list .store-wrap .store-inner-wrap .store-details.right .store-details-row.top {
    position: absolute;
    top: 0;
    right: 0;
  }
  .custserv-wrapper #store-results-list .store-wrap .store-inner-wrap .store-details.right .store-details-row.bottom {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .custserv-wrapper .store-details-header .store-heading {
    width: 75%;
    display: inline-block;
  }
  .custserv-wrapper .store-details-header .button.view-gallery {
    display: inline-block;
    width: 25%;
    margin-left: -0.5%;
  }
  .custserv-wrapper .store-details-body {
    width: 66%;
    float: left;
    margin-top: 25px;
    padding-right: 25px;
  }
  .custserv-wrapper .store-details-info {
    display: table;
    width: 100%;
  }
  .custserv-wrapper .store-details-info .store-details {
    display: table-cell;
    vertical-align: top;
  }
  .custserv-wrapper .store-details-info .store-details.left {
    width: 70%;
  }
  .custserv-wrapper .store-details-info .store-details.right {
    width: 30%;
  }
  .custserv-wrapper .store-details-closest-stores-list {
    width: 33%;
    float: left;
    border-left: 1px solid #e6e6e6;
  }
  .custserv-wrapper .store-details-managed-contents {
    margin: 40px -15px 0;
  }
  .custserv-wrapper .store-details-managed-contents .promo-title .cmsWrapper {
    margin-bottom: 40px;
    padding: 0 15px;
  }
  .custserv-wrapper .store-details-managed-contents .store-details-managed-content {
    padding: 0 15px;
    float: left;
  }
  .custserv-wrapper .store-details-managed-contents .store-details-managed-content.promo-left {
    width: 42.5%;
  }
  .custserv-wrapper .store-details-managed-contents .store-details-managed-content.promo-right {
    width: 57.5%;
  }
  .custserv-wrapper .store-details-managed-contents .store-details-managed-content.empty {
    width: 0;
    padding: 0;
  }
  .custserv-wrapper .store-details-managed-contents .store-details-managed-content.empty + .store-details-managed-content {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .custserv-wrapper .map-container .map .gm-style .gm-style-iw > div {
    max-height: none!important;
  }
  .custserv-wrapper .map-container .map .baloon-store-heading,
  .custserv-wrapper .map-container .map .baloon-store-directions {
    padding: 8px;
  }
  .custserv-wrapper .map-container .map .baloon-store-details {
    padding: 8px 4px;
  }
  .custserv-wrapper .map-container .map .store-details-row {
    padding: 8px 0 8px 20px;
  }
  .custserv-wrapper .map-container .map .store-details-row i {
    margin-top: 5px;
  }
  .custserv-wrapper .store-details-body {
    font-size: 13px;
  }
  .custserv-wrapper .store-details-events .heading {
    border-bottom: 0;
  }
  .custserv-wrapper .store-details-closest-stores-list .closest-stores-heading,
  .custserv-wrapper .store-details-closest-stores-list #closest-stores-link-list .store-heading {
    font-size: 12px;
  }
  .custserv-wrapper .store-details-closest-stores-list #closest-stores-link-list ul {
    margin-bottom: 0;
  }
  .custserv-wrapper .store-details-closest-stores-list #closest-stores-link-list ul li {
    padding: 20px 0;
  }
  .custserv-wrapper .store-details-closest-stores-list #closest-stores-link-list ul li:last-child {
    border-bottom: 0;
  }
  .custserv-wrapper .store-details-closest-stores-list #closest-stores-link-list h2 {
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .custserv-wrapper {
    /* store details */
  }
  .custserv-wrapper .store-locator-heading {
    font-size: 10px;
  }
  .custserv-wrapper .store-locator-heading .i-view-list {
    background-image: url(../assets/images/icons/icon-store-list-small.png);
  }
  .custserv-wrapper .store-locator-heading .i-view-map {
    background-image: url(../assets/images/icons/icon-store-map-small.png);
  }
  .custserv-wrapper .store-locator-heading .i-map-point {
    width: 18px;
    height: 18px;
    background-image: url(../assets/images/icons/mobile/icon-map-point-small.png);
  }
  .custserv-wrapper .store-locator-heading .button {
    font-size: 10px;
    padding: 6px 20px 6px 35px;
  }
  .custserv-wrapper .store-locator-heading .search-text {
    padding: 6px 20px 6px 0;
    width: 30%;
  }
  .custserv-wrapper .store-locator-heading .search-form {
    width: 40%;
  }
  .custserv-wrapper .store-locator-heading .search-form .store-collection-select {
    font-size: 10px;
  }
  .custserv-wrapper .store-locator-heading .search-form .store-collection-select .select-wrap {
    padding: 6px 12px;
  }
  .custserv-wrapper .store-locator-heading .search-form .store-collection-select .options {
    top: 28px;
  }
  .custserv-wrapper .store-locator-heading .search-form .store-collection-select .options .ref-confirm .confirm-btn {
    font-size: 10px;
  }
  .custserv-wrapper .store-locator-heading .search-form .formFieldContainer {
    padding: 2px 28px 2px 10px;
  }
  .custserv-wrapper .store-locator-heading .search-form .formFieldContainer span.labelFieldWrapper {
    top: 2px;
    line-height: 18px;
  }
  .custserv-wrapper .store-locator-heading .search-form .formFieldContainer span.labelFieldWrapper .placeholder {
    top: 1px;
  }
  .custserv-wrapper .store-locator-heading .search-form .search-store {
    width: 28px;
    height: 28px;
  }
  .custserv-wrapper .store-locator-heading .search-form .search-store input {
    background: transparent url(../assets/images/icons/icon-search-store-small.png) no-repeat;
    background-position: center center;
  }
  .custserv-wrapper .store-locator-heading .store-toggle-view {
    width: 30%;
  }
  .custserv-wrapper .store-locator-heading .store-toggle-view .button i {
    left: 10px;
  }
  .custserv-wrapper #store-results-list .store-wrap {
    margin-bottom: 5px;
    padding-bottom: 15px;
    font-size: 13px;
  }
  .custserv-wrapper #store-results-list .store-wrap .store-heading {
    font-size: 12px;
    padding: 10px;
  }
  .custserv-wrapper #store-results-list .store-wrap .store-details-row {
    margin-top: 15px;
    position: relative;
    padding-left: 30px;
    padding-right: 20px;
  }
  .custserv-wrapper #store-results-list .store-wrap .store-details-row i {
    position: absolute;
    top: 0;
    left: 0px;
    margin-top: -2.5px;
  }
  .custserv-wrapper #store-results-list .store-wrap .store-details-row .i-phone {
    background-image: url(../assets/images/icons/icon-phone-small.png);
  }
  .custserv-wrapper #store-results-list .store-wrap .store-details-row .i-opening-hours {
    background-image: url(../assets/images/icons/icon-opening-hours-small.png);
  }
  .custserv-wrapper #store-results-list .store-wrap .store-details-row .i-directions {
    background-image: url(../assets/images/icons/icon-directions-small.png);
  }
  .custserv-wrapper #store-results-list .store-wrap .store-details-row .i-collection {
    background-image: url(../assets/images/icons/icon-collection-small.png);
    margin-top: 2.5px;
  }
  .custserv-wrapper #store-results-list .store-wrap .store-details.right .store-details-row {
    padding-left: 25px;
  }
  .custserv-wrapper #store-results-list span + .collection-tab,
  .custserv-wrapper .store-details-body span + .collection-tab {
    margin-left: 20px;
  }
  .custserv-wrapper .map-container {
    height: 400px;
  }
  .custserv-wrapper .map-container .map {
    height: 400px;
  }
  .custserv-wrapper .map-container .map .gm-style .gm-style-iw {
    max-width: 210px;
  }
  .custserv-wrapper .map-container .map .i-map-point,
  .custserv-wrapper .map-container .map .i-phone,
  .custserv-wrapper .map-container .map .i-opening-hours,
  .custserv-wrapper .map-container .map .i-directions,
  .custserv-wrapper .map-container .map .i-collection {
    width: 18px;
    height: 18px;
  }
  .custserv-wrapper .map-container .map .i-map-point {
    background-image: url(../assets/images/icons/mobile/icon-map-point.png);
  }
  .custserv-wrapper .map-container .map .i-phone {
    background-image: url(../assets/images/icons/mobile/icon-phone.png);
  }
  .custserv-wrapper .map-container .map .i-opening-hours {
    background-image: url(../assets/images/icons/mobile/icon-opening-hours.png);
  }
  .custserv-wrapper .map-container .map .i-directions {
    background-image: url(../assets/images/icons/mobile/icon-directions.png);
  }
  .custserv-wrapper .map-container .map .i-collection {
    background-image: url(../assets/images/icons/mobile/icon-collection.png);
    height: 25px;
  }
  .custserv-wrapper .map-container .map .baloon-store-heading,
  .custserv-wrapper .map-container .map .baloon-store-directions,
  .custserv-wrapper .map-container .map .baloon-store-details {
    font-size: 11px;
  }
  .custserv-wrapper .i-view-gallery {
    background-image: url(../assets/images/icons/icon-store-gallery-small.png);
  }
  .custserv-wrapper .store-details-header {
    margin-top: -15px;
    padding: 10px;
  }
  .custserv-wrapper .store-details-header .store-heading {
    font-size: 13px;
    padding: 10px 10px 5px 0;
    width: 70%;
    vertical-align: middle;
  }
  .custserv-wrapper .store-details-header .button.view-gallery {
    font-size: 10px;
    padding: 6px 20px 6px 35px;
    width: 30%;
  }
  .custserv-wrapper .store-details-header .button.view-gallery i {
    left: 10px;
  }
  .custserv-wrapper .store-details-map-container .map-container {
    height: 380px;
  }
  .custserv-wrapper .store-details-map-container .map-container .map {
    height: 380px;
  }
  .custserv-wrapper .store-details-body {
    margin-top: 35px;
    padding-right: 30px;
  }
  .custserv-wrapper .store-details-closest-stores-list {
    margin-top: 35px;
    padding: 0 0 0 30px;
  }
  .custserv-wrapper .store-details-info .store-details-row {
    margin-top: 15px;
    position: relative;
    padding-left: 30px;
    padding-right: 20px;
  }
  .custserv-wrapper .store-details-info .store-details-row i {
    position: absolute;
    top: 0;
    left: 0px;
    margin-top: -2.5px;
  }
  .custserv-wrapper .store-details-info .store-details.right {
    position: relative;
  }
  .custserv-wrapper .store-details-info .store-details.right .store-details-row {
    padding-left: 25px;
    padding-right: 0;
  }
  .custserv-wrapper .store-details-info .store-details.right .store-details-row.top {
    position: absolute;
    top: 0;
    right: 0;
  }
  .custserv-wrapper .store-collections .store-details-row {
    position: relative;
    padding-left: 30px;
  }
  .custserv-wrapper .store-collections .store-details-row i {
    position: absolute;
    top: 0;
    left: 0px;
  }
  .custserv-wrapper .store-details-events .heading {
    margin-top: 15px;
    padding-left: 10px;
  }
  .custserv-wrapper .store-details-events .event {
    padding: 0 10px 30px 10px;
  }
  .custserv-wrapper .store-details-events .event + .event {
    padding-top: 30px;
  }
  .mfp-gallery .mfp-close {
    top: 18px;
    right: 12px;
  }
  .mfp-gallery .mfp-arrow-left {
    left: 10%;
  }
  .mfp-gallery .mfp-arrow-right {
    right: 10%;
  }
  .mfp-gallery .mfp-content {
    max-width: 70%;
  }
  .mfp-gallery .mfp-title {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .custserv-wrapper .store-locator-heading .search-form {
    width: 50%;
  }
  .custserv-wrapper .store-locator-heading .search-text {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .custserv-wrapper {
    margin-top: -40px;
  }
  .custserv-wrapper .store-locator-heading,
  .custserv-wrapper #noStoreResults,
  .custserv-wrapper #store-results-list {
    padding: 0 5%;
  }
  .custserv-wrapper .store-locator-heading {
    border: 0;
    font-size: 12px;
  }
  .custserv-wrapper .store-locator-heading .inner-table {
    display: block;
  }
  .custserv-wrapper .store-locator-heading .button {
    padding: 9px 20px;
  }
  .custserv-wrapper .store-locator-heading .search-text {
    font-family: "Brandon Grot W01 Bold", sans-serif;
    font-weight: normal;
    display: block;
    padding: 14px 0;
  }
  .custserv-wrapper .store-locator-heading .search-form,
  .custserv-wrapper .store-locator-heading .store-toggle-view {
    display: inline-block;
  }
  .custserv-wrapper .store-locator-heading .search-form {
    width: calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: -webkit-calc(100% - 55px);
    width: -o-calc(100% - 55px);
  }
  .custserv-wrapper .store-locator-heading .search-form .store-collection-select {
    margin-bottom: 12px;
  }
  .custserv-wrapper .store-locator-heading .search-form .store-collection-select .select-wrap {
    padding: 11.5px 12px;
  }
  .custserv-wrapper .store-locator-heading .search-form .store-collection-select .options {
    top: 40px;
  }
  .custserv-wrapper .store-locator-heading .search-form .formFieldContainer {
    padding: 7.5px 50px 7.5px 3%;
  }
  .custserv-wrapper .store-locator-heading .search-form .formFieldContainer .i-map-point {
    margin-right: 1em;
  }
  .custserv-wrapper .store-locator-heading .search-form .formFieldContainer span.labelFieldWrapper {
    top: 2px;
    line-height: 18px;
  }
  .custserv-wrapper .store-locator-heading .search-form .formFieldContainer span.labelFieldWrapper .placeholder {
    top: 1px;
  }
  .custserv-wrapper .store-locator-heading .search-form .search-store {
    width: 40px;
    height: 40px;
    margin-top: 52px;
  }
  .custserv-wrapper .store-locator-heading .search-form #searchDistanceWrap {
    text-align: left;
    padding-top: 14px;
    padding-bottom: 4px;
  }
  .custserv-wrapper .store-locator-heading .search-form #searchDistanceWrap .text {
    display: block;
  }
  .custserv-wrapper .store-locator-heading .search-form .store-collection-select,
  .custserv-wrapper .store-locator-heading .search-form #searchDistanceWrap,
  .custserv-wrapper .store-locator-heading .search-form #geolocationWrap {
    margin-right: -53px;
  }
  .custserv-wrapper .store-locator-heading .store-toggle-view {
    padding-left: 11px;
    margin-top: 52px;
  }
  .custserv-wrapper .store-locator-heading .store-toggle-view .button {
    width: 40px;
    height: 40px;
    padding: 0;
  }
  .custserv-wrapper .store-locator-heading .store-toggle-view .button span {
    display: none;
  }
  .custserv-wrapper .store-locator-heading .store-toggle-view .button i {
    left: 50%;
    margin-left: -12px;
  }
  .custserv-wrapper .store-locator-body {
    margin-top: 20px;
  }
  .custserv-wrapper #store-results-list {
    margin-top: -5px;
  }
  .custserv-wrapper #store-results-list .store-wrap {
    margin-bottom: 25px;
    padding-bottom: 30px;
    font-size: 12px;
  }
  .custserv-wrapper #store-results-list .store-wrap .store-heading {
    padding: 15px 0;
  }
  .custserv-wrapper #store-results-list .store-wrap .store-details-row {
    margin-top: 30px;
    position: relative;
    padding-left: 30px;
  }
  .custserv-wrapper #store-results-list .store-wrap .store-details-row i {
    position: absolute;
    top: 0;
    left: 0px;
    margin-top: -1px;
  }
  .custserv-wrapper #store-results-list .store-wrap .store-details.right {
    text-align: left;
  }
  .custserv-wrapper .map-container {
    height: 300px;
  }
  .custserv-wrapper .map-container .map {
    width: 100%;
    height: 300px;
  }
  .custserv-wrapper .map-container .map .baloon-store-heading,
  .custserv-wrapper .map-container .map .baloon-store-directions,
  .custserv-wrapper .map-container .map .baloon-store-details {
    font-size: 12px;
  }
  .custserv-wrapper .store-details-row.collection {
    position: relative;
    padding-left: 0!important;
    margin-top: 30px;
  }
  .custserv-wrapper .store-details-row.collection i.i-collection {
    position: absolute;
    top: 0;
    left: 0px;
    margin-top: -3px;
  }
  .custserv-wrapper .store-details-row.collection span {
    font-size: 16px;
    display: block;
    padding-left: 30px;
  }
  .custserv-wrapper .store-details-row.collection .collection-tab {
    margin: 10px 10px 0 0!important;
  }
  .custserv-wrapper .store-details-header,
  .custserv-wrapper .store-details-body,
  .custserv-wrapper .store-details-closest-stores-list {
    padding: 0 5%;
  }
  .custserv-wrapper .store-details-header .store-heading {
    font-size: 12px;
    padding: 25px 0 20px 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .custserv-wrapper .store-details-header .button.view-map,
  .custserv-wrapper .store-details-header .button.view-gallery {
    padding: 10px 10px 10px 30px;
    position: relative;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 20px 0;
  }
  .custserv-wrapper .store-details-header .button.view-map i,
  .custserv-wrapper .store-details-header .button.view-gallery i {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -12px;
  }
  .custserv-wrapper .store-details-header .button.view-gallery {
    margin-left: 1%;
  }
  .custserv-wrapper .store-details-map-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    padding-top: 50px;
    z-index: 1042;
  }
  .custserv-wrapper .store-details-map-container .map-container {
    position: relative;
  }
  .custserv-wrapper .store-details-map-container .map-container .close-map {
    position: absolute;
    top: -50px;
    right: 0;
    margin-top: 12px;
    margin-right: 12px;
    cursor: pointer;
  }
  .custserv-wrapper .store-details-info {
    padding-bottom: 25px;
  }
  .custserv-wrapper .store-details-info .store-details-row {
    margin-top: 30px;
    position: relative;
    padding-left: 30px;
  }
  .custserv-wrapper .store-details-info .store-details-row i {
    position: absolute;
    top: 0;
    left: 0px;
    margin-top: -1px;
  }
  .custserv-wrapper .store-details-info .store-details.right {
    text-align: left;
  }
  .custserv-wrapper .store-details-events .heading {
    margin-top: 25px;
  }
  .custserv-wrapper .store-details-events .event {
    padding-bottom: 30px;
  }
  .custserv-wrapper .store-details-events .event .title {
    font-size: inherit;
    margin-bottom: 15px;
  }
  .custserv-wrapper .store-details-events .event .start-end-dates {
    margin-bottom: 15px;
  }
  .custserv-wrapper .store-details-events .event + .event {
    padding-top: 30px;
  }
  .custserv-wrapper .store-details-closest-stores-list .closest-stores-heading {
    padding-top: 25px;
    border-top: 1px solid #e6e6e6;
  }
  .custserv-wrapper .store-details-managed-contents .store-details-managed-content .cmsWrapper {
    margin-bottom: 40px;
  }
  .mfp-gallery .mfp-close {
    top: 12px;
    right: 12px;
  }
  .mfp-gallery .mfp-arrow-left {
    left: 5%;
  }
  .mfp-gallery .mfp-arrow-right {
    right: 5%;
  }
  .mfp-gallery .mfp-content {
    max-width: 75%;
  }
  .mfp-gallery .mfp-counter {
    font-size: 11px;
  }
}
.logo-container-splash-page {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
.splash-subscribe {
  padding: 0% !important;
}
.splash-subscribe .splash-country-list {
  margin: 0 -7%;
}
.splash-subscribe h4,
.splash-subscribe p.newsletter-title-footer,
.splash-subscribe h2 {
  text-align: center;
  font-family: "BrandonGrotW01-Regular", sans-serif;
  letter-spacing: 3px;
}
.splash-subscribe h4,
.splash-subscribe p.newsletter-title-footer {
  font-size: 30px !important;
  text-transform: uppercase;
}
.splash-subscribe h4:after,
.splash-subscribe h2:after {
  content: "";
  width: 80px !important;
  height: 1px;
  background-color: #262626;
  display: block;
  margin: 15px auto;
}
.splash-subscribe .col-md-9 {
  width: 100%;
  background: url(../assets/images/img/Spash_Page1440.jpg) no-repeat;
  background-color: #dad5d1;
  background-position: right center;
  padding: 0 12%;
  min-height: 480px;
}
.splash-subscribe .col-md-9 h4 {
  margin-top: 30px;
}
.splash-subscribe .col-md-9 .list-columnize.floating li {
  font-family: "Brandon Grot W01 Bold", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 40px;
  border: 1px solid transparent;
}
.splash-subscribe .col-md-9 .list-columnize.floating li a {
  display: block;
  padding: 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.splash-subscribe .col-md-9 .list-columnize.floating li:hover {
  border: 1px solid #262626;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.splash-subscribe .col-md-9 .list-columnize.floating .selected {
  color: #ffffff;
  background-color: #262626;
  border-color: #262626;
}
.splash-subscribe .subscribe-splash-page-container {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.splash-subscribe .subscribe-splash-page-container h2 {
  text-transform: none;
  font-size: 23px;
  letter-spacing: 1px;
}
.splash-subscribe .subscribe-splash-page-container form {
  background: none;
}
.splash-subscribe .subscribe-splash-page-container form .form-col + .form-col {
  border: 0px;
}
.splash-subscribe .subscribe-splash-page-container form .field-wrap.error-showable-isChecked {
  border: 0px;
}
/*  VERSIONE MOBILE */
@media only screen and (max-width: 767px) {
  .logo-container-splash-page {
    margin-bottom: 40px;
  }
  .logo-container-splash-page img {
    width: 236px;
  }
  .splash-subscribe {
    margin: 0 5%;
  }
  .splash-subscribe p.newsletter-title-footer,
  .splash-subscribe h4 {
    font-size: 20px !important;
  }
  .splash-subscribe .subscribe-splash-page-container h2 {
    font-size: 15px;
  }
  .splash-subscribe .col-md-9 {
    background-position: inherit;
  }
}
/*  VERSIONE TABLET */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .logo-container-splash-page {
    margin-bottom: 50px;
  }
  .splash-subscribe p.newsletter-title-footer,
  .splash-subscribe h4 {
    font-size: 23px !important;
  }
  .splash-subscribe .col-md-9 .list-columnize.floating li {
    display: inline-block;
    width: 32.9%;
  }
}
/* reset common styles */
.custserv-wrapper .content {
  display: block;
  float: none;
  padding: 0;
}
.custserv-wrapper h2.h1 {
  font-size: 36px;
  color: inherit;
}
.custserv-wrapper h1,
.custserv-wrapper h2,
.custserv-wrapper h3,
.custserv-wrapper h4,
.custserv-wrapper h5,
.custserv-wrapper h6 {
  color: inherit;
}
.content-page-wrapper h1,
.content-page-wrapper .h1 {
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: inherit;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.content-page-wrapper h2 {
  text-transform: inherit;
  font-size: 30px;
  padding-top: 20px;
  margin-top: 0;
  margin-bottom: 1em;
}
.content-page-wrapper h3 {
  text-align: center;
  text-transform: inherit;
  letter-spacing: 3px;
  font-size: 18px;
  margin-bottom: 20px;
}
.content-page-wrapper p {
  margin: 0 0 20px;
}
.content-page-wrapper img {
  max-width: 100%;
  height: auto;
}
.content-page-wrapper .intro-content {
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  border: 1px solid #e5e5e5;
  margin-top: 30px;
  padding: 30px;
  margin-bottom: 40px;
}
.content-page-wrapper ul {
  margin-bottom: 0px;
}
.content-page-wrapper ul li {
  display: list-item;
  list-style-type: disc;
  text-decoration: underline;
  margin-left: 20px;
}
.content-page-wrapper ul.list-comunication-privacy-policy li {
  text-decoration: none;
  letter-spacing: 0px;
}
.content-page-wrapper .page-row {
  font-size: 15px;
  letter-spacing: 1px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.content-page-wrapper .page-row h2:first-child {
  padding-top: 0;
}
.content-page-wrapper .page-row-border {
  font-size: 15px;
  letter-spacing: 1px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  margin-bottom: 0;
}
.content-page-wrapper .page-row-border h2:first-child {
  padding-top: 0;
}
.content-page-wrapper .page-row-border p:last-child {
  margin-bottom: 0;
}
.content-page-wrapper .page-row p:last-child,
.content-page-wrapper .page-row-border p:last-child {
  margin-bottom: 0;
}
.content-page-wrapper .page-row:after {
  content: "";
  display: block;
  clear: both;
}
.content-page-wrapper .page-row.text-center {
  text-align: center;
}
.content-page-wrapper .image-top {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.content-page-wrapper.company-page-content .page-row {
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.content-page-wrapper.privacy-policy-content {
  width: 81%;
  float: left;
}
.content-page-wrapper.privacy-policy-content h3 {
  text-align: left;
}
/* LEFT MENU */
.left-nav-legal-area {
  width: 18%;
  position: relative;
  float: left;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.left-nav-legal-area .selected {
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
}
.left-nav-legal-area ul {
  padding: 10px;
}
.left-nav-legal-area ul li {
  padding: 10px 0;
}
.left-nav-legal-area ul li a {
  padding: 10px 0;
  margin: 0;
}
/* END OF LEFT MENU */
@media only screen and (min-width: 1025px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  .left-nav-legal-area {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .image-left,
  .image-right {
    width: 50%;
    margin-bottom: 20px;
  }
  .image-left {
    float: left;
    margin-right: 40px;
  }
  .image-right {
    float: right;
    margin-left: 40px;
  }
  .text-aside h1,
  .text-aside .h1 {
    text-align: left;
  }
  #brands {
    display: table;
    width: 100%;
  }
  #brands a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  #brands a img {
    max-width: 80%;
    height: auto;
  }
  .left-nav-legal-area .select-arrow {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .content-page-wrapper {
    margin: 40px 5% 0;
  }
  .content-page-wrapper .image-top,
  .content-page-wrapper .image-left,
  .content-page-wrapper .image-right {
    margin: 0 -5% 40px;
    width: auto;
  }
  .content-page-wrapper .image-top img,
  .content-page-wrapper .image-left img,
  .content-page-wrapper .image-right img {
    width: 100%;
  }
  .content-page-wrapper .page-row {
    text-align: justify;
  }
  .content-page-wrapper #brands a {
    width: 33%;
    float: left;
    text-align: center;
    height: 70px;
  }
  .content-page-wrapper #brands a img {
    max-width: 80%;
    height: auto;
  }
  .content-page-wrapper.privacy-policy-content {
    width: auto;
  }
  .content-page-wrapper.privacy-policy-content h1 {
    margin-top: 30px;
  }
  /* LEFT MENU MOBILE */
  .left-nav-legal-area {
    width: 100%;
  }
  .left-nav-legal-area ul {
    padding: 0px;
  }
  .left-nav-legal-area ul li {
    height: 62px;
    padding: 20px;
    font-size: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  .left-nav-legal-area ul li a {
    padding: 0;
    display: block;
    position: relative;
  }
  .left-nav-legal-area ul li .select-arrow {
    height: 11px;
    background-position: -14px 18px;
    right: 0;
  }
  .left-nav-legal-area .legal-area-label {
    height: 62px;
    position: relative;
  }
  .left-nav-legal-area .legal-area-label span {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    text-align: center;
  }
  .left-nav-legal-area .legal-area-label span p {
    font-size: 15px;
    margin: 0;
  }
  /* END OF LEFT MENU MOBILE */
}
@media only screen and (max-width: 480px) {
  .content-page-wrapper #brands a {
    height: 50px;
  }
}
body.news .common-footer {
  display: none;
}
/* responsive video iframe */
iframe {
  max-width: 100%;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ordered list */
ol.list-item-number {
  list-style-type: decimal;
  list-style-position: inside;
}
ol.list-item-number li {
  display: list-item;
  list-style-type: decimal;
}
ol.list-item-number li:before {
  content: "";
  width: 10px;
  display: inline-block;
}
/* base font size for not empty content */
.news-wrapper sqr-managed-content:not(.empty) {
  font-size: 14px;
}
/* social share icons */
.jssocials-share .jssocials-share-link {
  height: 22px;
  width: 22px;
}
.jssocials-share .jssocials-share-link .jssocials-share-logo {
  font-size: 20px;
  color: #4c4c4c;
}
.jssocials-share .jssocials-share-link:hover .jssocials-share-logo {
  font-size: 22px;
}
.news-archive-content sqr-managed-content:not(.empty) .cmsWrapper {
  margin-bottom: 40px;
}
.news-archive-content .news-text {
  text-align: center;
}
.news-archive-content .news-image img {
  max-width: 100%;
  height: auto;
}
.news-archive-content .featured-news-wrapper .news-text,
.news-archive-content .common-news-wrapper .news-text {
  border: 4px solid #1a1a1a;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.news-archive-content .featured-news-wrapper a:hover .news-text,
.news-archive-content .common-news-wrapper a:hover .news-text {
  color: #fff;
  background-color: #1a1a1a;
}
.news-archive-content .small-news-wrapper .news-text {
  padding-bottom: 0!important;
}
.news-archive-content .small-news-wrapper .news-text:after {
  content: "";
  display: block;
  width: 12.5%;
  min-width: 40px;
  height: 4px;
  margin: auto;
  background-color: #1a1a1a;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -ms-transition: width 0.2s;
  -o-transition: width 0.2s;
  margin-top: 28px;
}
.news-archive-content .small-news-wrapper a:hover .news-text:after {
  width: 48%;
}
.news-detail-title {
  text-align: center;
}
.news-detail-title sqr-managed-content:not(.empty) .cmsWrapper {
  margin-bottom: 40px;
}
.news-detail-title .social-sharing {
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  margin-top: 20px;
  font-size: 13px;
}
.news-detail-content sqr-managed-content:not(.empty) .cmsWrapper {
  margin-bottom: 60px;
}
.news-detail-content img {
  max-width: 100%;
  height: auto;
}
.news-detail-content .row {
  margin-right: 0;
  margin-left: 0;
}
.news-detail-content .text-2-col .italic {
  font-family: "BrandonGrotW01-LightIt", sans-serif;
  font-weight: normal;
}
.news-detail-content .title-paragraph {
  line-height: 1.3;
}
.news-detail-content .featured-text {
  border: 4px solid #1a1a1a;
}
.news-detail-content .featured-text,
.news-detail-content .featured-text-small {
  text-align: center;
}
.news-detail-content .featured-text .blockquote-intro,
.news-detail-content .featured-text-small .blockquote-intro {
  margin-bottom: 20px;
  font-size: 20px;
}
.news-detail-content .featured-text blockquote,
.news-detail-content .featured-text-small blockquote {
  /* reset bootstrap styles */
  border: 0;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
}
.news-detail-content .featured-text blockquote cite,
.news-detail-content .featured-text-small blockquote cite {
  display: block;
  font-family: "BrandonGrotW01-Regular", sans-serif;
}
.news-detail-content .featured-text blockquote cite:before,
.news-detail-content .featured-text-small blockquote cite:before {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin: 20px auto;
  background-color: #1a1a1a;
}
.news-detail-content .featured-text blockquote:before,
.news-detail-content .featured-text-small blockquote:before,
.news-detail-content .featured-text blockquote:after,
.news-detail-content .featured-text-small blockquote:after {
  content: none;
}
@media only screen and (min-width: 768px) {
  .news-fullwidth {
    width: 100%;
  }
  .news-halfwidth {
    width: 50%;
  }
  .news-wide {
    width: 66.66666666%;
  }
  .news-small {
    width: 33.33333333%;
  }
  /* news archive template */
  .news-archive-title {
    margin: 0 10%;
  }
  .news-archive-title .heading {
    margin-bottom: 40px;
  }
  .news-archive-content .row {
    margin-left: -20px;
    margin-right: -20px;
    font-size: 0;
  }
  .news-archive-content .row sqr-managed-content:not(.empty) {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
  }
  .news-archive-content .featured-news-wrapper .news-text,
  .news-archive-content .common-news-wrapper .news-text {
    padding: 35px;
  }
  .news-archive-content .featured-news-wrapper .news-text .title-intro,
  .news-archive-content .common-news-wrapper .news-text .title-intro {
    font-size: 14px;
  }
  .news-archive-content .featured-news-wrapper .news-text .title,
  .news-archive-content .common-news-wrapper .news-text .title {
    font-size: 30px;
    margin-top: 15px;
  }
  .news-archive-content .featured-news-wrapper .news-text .description,
  .news-archive-content .common-news-wrapper .news-text .description {
    font-size: 16px;
    margin-top: 15px;
  }
  .news-archive-content .featured-news-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    font-size: 0;
  }
  .news-archive-content .featured-news-wrapper .news-media,
  .news-archive-content .featured-news-wrapper .news-text-aside {
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
  }
  .news-archive-content .featured-news-wrapper .news-media {
    width: 66.66666666%;
  }
  .news-archive-content .featured-news-wrapper .news-text-aside {
    width: 33.33333333%;
  }
  .news-archive-content .featured-news-wrapper .news-text-aside a {
    display: flex;
    align-items: center;
    height: 100%;
    border: 4px solid #1a1a1a;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  .news-archive-content .featured-news-wrapper .news-text-aside a .news-text {
    width: 100%;
    vertical-align: middle;
    border: 0;
    background-color: transparent;
  }
  .news-archive-content .featured-news-wrapper .news-text-aside a:hover {
    background-color: #1a1a1a;
  }
  .news-archive-content .common-news-wrapper .news-text {
    margin: -70px 40px 0;
    position: relative;
  }
  .news-archive-content .common-news-wrapper .news-text .description {
    min-height: 44px;
    /* as 2 rows text */
  }
  .news-archive-content .small-news-wrapper .news-text {
    padding: 25px;
  }
  .news-archive-content .small-news-wrapper .news-text .title-intro {
    font-size: 12px;
  }
  .news-archive-content .small-news-wrapper .news-text .title {
    font-size: 20px;
    margin-top: 7px;
  }
  .news-archive-content .small-news-wrapper .news-text .description {
    font-size: 14px;
    margin-top: 15px;
  }
  /* news detail template */
  .news-detail-title .title {
    font-size: 30px;
    margin-top: 15px;
  }
  .news-detail-title .jssocials {
    display: inline-block;
    vertical-align: middle;
  }
  .news-detail-content .row {
    font-size: 0;
  }
  .news-detail-content .row sqr-managed-content:not(.empty) {
    display: inline-block;
    vertical-align: top;
  }
  .news-detail-content .news-halfwidth {
    vertical-align: middle!important;
  }
  .news-detail-content .text-2-col {
    font-size: 20px;
  }
  .news-detail-content .text-2-col .news-text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
  .news-detail-content .text-2-col p {
    margin-bottom: 20px;
  }
  .news-detail-content .title-paragraph {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .news-detail-content .featured-text {
    padding: 40px;
  }
  .news-detail-content .featured-text blockquote {
    font-size: 30px;
  }
  .news-detail-content .featured-text blockquote cite {
    font-size: 18px;
  }
  .news-detail-content .featured-text-small {
    margin: 0 40px;
  }
  .news-detail-content .featured-text-small blockquote {
    font-size: 22px;
  }
  .news-detail-content .featured-text-small blockquote cite {
    font-size: 14px;
  }
  .news-detail-content .featured-text-small blockquote cite:before {
    margin: 15px auto;
  }
}
@media only screen and (min-width: 1025px) {
  .news-wrapper.single-news {
    margin: 0 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .news-archive-content .featured-news-wrapper .news-text .title,
  .news-archive-content .common-news-wrapper .news-text .title {
    font-size: 20px;
  }
  .news-archive-content .small-news-wrapper .news-text .title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .news-wrapper {
    margin-top: -40px;
  }
  .news-wrapper.single-news {
    margin-top: 0;
  }
  .news-archive-title .heading {
    border-bottom: 0;
    margin-bottom: 15px;
  }
  .news-archive-title,
  .news-detail-title,
  .news-detail-content .news-text {
    padding: 0 20px;
  }
  .news-archive-content .row {
    margin-left: 0;
    margin-right: 0;
  }
  .news-archive-content .news-image img {
    width: 100%;
  }
  .news-archive-content .news-text {
    padding: 20px;
  }
  .news-archive-content .news-text .title-intro {
    font-size: 12px;
  }
  .news-archive-content .news-text .title {
    font-size: 16px;
    margin-top: 15px;
  }
  .news-archive-content .news-text .description {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .news-archive-content .featured-news-wrapper .news-text,
  .news-archive-content .common-news-wrapper .news-text {
    margin: -20px 20px 0;
    position: relative;
    border-width: 2px;
  }
  .news-archive-content .small-news-wrapper .news-text:after {
    height: 2px;
    margin-top: 15px;
  }
  .news-detail-content .text-2-col {
    font-size: 16px;
  }
  .news-detail-content .text-2-col p {
    margin-bottom: 25px;
  }
  .news-detail-content .title-paragraph {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 25px;
  }
  .news-detail-content .featured-text {
    padding: 20px;
    border-width: 2px;
  }
  .news-detail-content .featured-text blockquote {
    font-size: 16px;
  }
  .news-detail-content .featured-text-small blockquote {
    font-size: 18px;
  }
  .news-detail-content .featured-text,
  .news-detail-content .featured-text-small {
    margin: 0 20px;
  }
  .news-detail-content .featured-text .blockquote-intro,
  .news-detail-content .featured-text-small .blockquote-intro {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .news-detail-content .featured-text blockquote cite,
  .news-detail-content .featured-text-small blockquote cite {
    font-size: 12px;
  }
  .news-detail-content .featured-text blockquote cite:before,
  .news-detail-content .featured-text-small blockquote cite:before {
    height: 2px;
    margin: 12px auto;
  }
  .news-detail-title sqr-managed-content:not(.empty) .cmsWrapper {
    margin-bottom: 20px;
  }
  .news-detail-title .jssocials {
    display: block;
    margin-top: 10px;
  }
  .news-detail-title .jssocials-share {
    margin: 1em;
  }
  .news-detail-title .jssocials-share .jssocials-share-link {
    height: 32px;
    width: 32px;
  }
  .news-detail-title .jssocials-share .jssocials-share-link .jssocials-share-logo {
    font-size: 30px;
  }
  .news-detail-title .jssocials-share .jssocials-share-link:hover .jssocials-share-logo {
    font-size: 32px;
  }
}
.clzButton.addToCartButton {
  font-size: 14px;
  border: 0;
  padding: 0;
  position: relative;
  height: 40px;
  overflow: hidden;
}
.clzButton.addToCartButton * {
  font-size: inherit;
  font-family: inherit;
}
.clzButton.addToCartButton .btn-animation {
  padding: 10px;
  display: block;
  width: 100%;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: top 0.3s linear;
  -moz-transition: top 0.3s linear;
  -ms-transition: top 0.3s linear;
  -o-transition: top 0.3s linear;
  background-color: inherit;
}
.circle-container {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
}
#cboxOverlay {
  background: rgba(0, 0, 0, 0.6);
}
#cboxWrapper {
  /* error messages */
  /* controllare da qui */
}
#cboxWrapper #qlCont .qv-close-header {
  background-color: transparent;
  position: relative;
  padding: 20px 20px 0 20px;
  float: right;
}
#cboxWrapper #qlCont .qv-close-header a.js_close {
  display: block;
}
#cboxWrapper #qlCont .qv-close-header a.js_close .i-close-qv {
  display: inline-block;
}
#cboxWrapper .qv_fotog {
  width: 355px;
  display: inline-block;
}
#cboxWrapper #qlCont {
  width: 750px;
  height: 100%;
  overflow: hidden;
  padding: 0px;
  position: relative;
}
#cboxWrapper .qvDataDiv {
  display: inline-block;
  width: 350px;
}
#cboxWrapper .qvDataDiv .product-information {
  width: 100%;
  padding-left: 20px;
  padding-right: 50px;
  top: 10px;
}
#cboxWrapper .qvDataDiv.no-ecommerce {
  display: table-cell;
  height: 500px;
}
#cboxWrapper sqr-product-gallery {
  margin-left: 50px;
  width: 305px;
}
#cboxWrapper sqr-product-gallery ul li {
  margin-right: 8px;
}
#cboxWrapper .product-name {
  padding: 0px;
  line-height: 20px;
  text-transform: uppercase;
}
#cboxWrapper .product-name a,
#cboxWrapper .product-name a:visited,
#cboxWrapper .product-name a:active,
#cboxWrapper .product-name a:hover {
  font-size: 18px;
  text-decoration: none;
}
#cboxWrapper .product-id {
  margin: 2px 0 15px;
  padding-left: 0px;
  text-transform: uppercase;
}
#cboxWrapper .price-container {
  margin-top: 0px;
  display: inline-block;
  float: none;
}
#cboxWrapper .price-container * {
  margin-left: 0px;
}
#cboxWrapper .price-container .prices-container {
  margin: 0px;
}
#cboxWrapper .price-container .prices-container span {
  line-height: 15px;
  font-size: 18px !important;
  font-weight: normal;
}
#cboxWrapper .price-container .prices-container .price {
  margin-right: 0;
}
#cboxWrapper .price-container .prices-container .no-discount,
#cboxWrapper .price-container .prices-container .common-msrp-price {
  color: #262626;
}
#cboxWrapper .price-container .prices-container .original-price-stroke {
  float: left;
  margin-right: 5px;
}
#cboxWrapper .price-container .prices-container:after {
  content: "";
  display: block;
  clear: both;
}
#cboxWrapper .price-container .catalog-display-price-text {
  float: left;
  color: #e60000;
}
#cboxWrapper .price-container .promomsgbox {
  display: block;
  padding: 3px 0 0 0;
  width: auto;
  clear: both;
}
#cboxWrapper .price-container .promomsgbox ul {
  margin: 0px;
  width: auto;
  padding: 0px;
}
#cboxWrapper .product-link {
  display: block;
  clear: both;
  margin-top: 2px;
}
#cboxWrapper .variants {
  margin-top: 20px;
}
#cboxWrapper .variant .VariantDropdownWithSwatchList {
  display: none;
}
#cboxWrapper .variant-section {
  display: block;
  padding: 25px 0;
  position: relative;
  border: 1px solid white;
  border-bottom: 0;
  border-top-color: #f5f5f5;
}
#cboxWrapper .variant-section .head {
  width: 40%;
  float: right;
  text-align: right;
  padding: 0 10px;
}
#cboxWrapper .variant-section .available-variant {
  float: left;
  width: 100%;
  padding: 0 10px;
  border-bottom: 0;
}
#cboxWrapper .variant-section .available-variant .single-variant {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
#cboxWrapper .variant-section .available-variant .circle-container {
  width: 33px;
  height: 33px;
  border-radius: 100%;
  margin-right: 3px;
  margin-top: 3px;
  position: relative;
  overflow: hidden;
  border: 2px solid white;
}
#cboxWrapper .variant-section .available-variant .circle-container.onSale {
  border-color: #f9b83a;
}
#cboxWrapper .variant-section .available-variant .circle-container img {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin: 2px;
}
#cboxWrapper .variant-section .head + .available-variant {
  width: 60%;
}
#cboxWrapper .variant-section:after {
  content: "";
  display: block;
  clear: both;
}
#cboxWrapper .variant-section.color {
  padding-top: 20px;
}
#cboxWrapper .variant-section.color .head {
  position: relative;
}
#cboxWrapper .variant-section.color .head .label_1 {
  padding-top: 10px;
}
#cboxWrapper .variant-section.color .head .onSale {
  color: #f9b83a;
  position: absolute;
  right: 10px;
  bottom: 0;
  margin-bottom: -20px;
}
#cboxWrapper .variant-section.color .head .onSale .color-on-sale {
  display: inline-block;
  width: 1.5em;
  border: 1px solid;
  position: relative;
  top: -2px;
  margin-right: 3px;
}
#cboxWrapper .variant-section.color .available-variant {
  padding: 0 6px;
}
#cboxWrapper .variant-section.color .available-variant .circle-container.selected:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: transparent url(../assets/images/icons/icon-swatch-selected.png) no-repeat;
  position: absolute;
  top: 2px;
  left: 2px;
}
#cboxWrapper .variant-section.size .available-variant .single-variant {
  text-transform: uppercase;
  margin-right: 30px;
}
#cboxWrapper .variant-section.size .available-variant .single-variant.disabled {
  color: #d1d1d1;
}
#cboxWrapper .variant-section.size .available-variant .single-variant.selected {
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
  border-bottom: 1px solid;
}
#cboxWrapper .variant-section.size .available-variant .single-variant.selected .inner-text {
  font-family: inherit;
}
#cboxWrapper .variant-section.size .available-variant .single-variant.no-ecommerce {
  cursor: default;
}
#cboxWrapper #nextObj,
#cboxWrapper #prevObj {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
#cboxWrapper #nextObj {
  right: 3%;
  background-image: url(../assets/images/icons/arrow-gallery-qv-right.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#cboxWrapper #prevObj {
  left: 3%;
  background-image: url(../assets/images/icons/arrow-gallery-qv-left.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#cboxWrapper #nextObj a,
#cboxWrapper #prevObj a {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#cboxWrapper .js_productScope {
  display: inline-block;
  position: relative;
  width: 750px;
}
#cboxWrapper #sliderQV {
  background-color: #fff;
  padding: 0 0 40px 0;
  clear: both;
}
#cboxWrapper .slider-container .slider .slide {
  cursor: inherit;
}
#cboxWrapper .quantity_wrap {
  display: block;
  padding: 25px 0;
  position: relative;
  border: 1px solid white;
  border-bottom: 0;
  border-top-color: #f5f5f5;
  width: 100%;
  margin-top: -20px;
  margin-bottom: 0px;
}
#cboxWrapper .quantity_wrap .head {
  width: 40%;
  float: right;
  text-align: right;
  padding: 0 10px;
}
#cboxWrapper .quantity_wrap .head .label_3 {
  padding-top: 5px;
}
#cboxWrapper .quantity_wrap .counter-container {
  width: 60%;
  float: left;
  padding: 0 10px;
  position: relative;
}
#cboxWrapper .quantity_wrap .counter-container .selected-quantity {
  margin-right: 0;
  float: none;
}
#cboxWrapper .quantity_wrap .counter-container .selected-quantity sqr-counter,
#cboxWrapper .quantity_wrap .counter-container .selected-quantity .value,
#cboxWrapper .quantity_wrap .counter-container .selected-quantity .price-each {
  display: inline-block;
  vertical-align: middle;
}
#cboxWrapper .quantity_wrap .counter-container .selected-quantity sqr-counter {
  margin-right: 10px;
}
#cboxWrapper .quantity_wrap .counter-container .selected-quantity .value .counter-field {
  border: 0;
  width: 30px;
  text-align: center;
  font-family: "Brandon Grot W01 Bold", sans-serif;
  font-weight: normal;
}
#cboxWrapper .quantity_wrap .counter-container .selected-quantity .price-each {
  margin-top: 4px;
}
#cboxWrapper .quantity_wrap .counter-container .stock-quantity {
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  margin-top: -21px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#cboxWrapper .quantity_wrap:after {
  content: "";
  display: block;
  clear: both;
}
#cboxWrapper .addItem {
  float: none;
  width: 100%;
  padding: 0 10px;
  text-align: center;
}
#cboxWrapper .add-to-cart,
#cboxWrapper .update-to-cart {
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  margin-top: 3px;
  margin-bottom: 13px;
}
#cboxWrapper .add-to-cart .i-bag-white,
#cboxWrapper .update-to-cart .i-bag-white {
  vertical-align: top;
  position: relative;
  top: 2px;
  margin-top: -5px;
  margin-right: 10px;
}
#cboxWrapper .add-to-wish-list {
  clear: both;
  padding-top: 10px;
}
#cboxWrapper .i-wishlist-icon {
  vertical-align: middle;
  margin-right: 5px;
}
#cboxWrapper .wishLink {
  vertical-align: middle;
  font-size: 14px;
  border-bottom: 1px solid;
  text-decoration: none!important;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
#cboxWrapper .error {
  color: inherit;
  /* reset common styles */
}
#cboxWrapper .variant-section.error {
  background-color: transparent;
  font-weight: inherit !important;
  width: 100%;
  border: 1px solid red;
}
#cboxWrapper .error .error-message {
  color: red;
  padding: 0 10px;
  width: 100%;
  text-align: left;
  position: absolute;
  top: 5px;
  left: 0;
}
#cboxWrapper div.notification-error-top {
  display: none;
}
#cboxWrapper sqr-swatch-not-available {
  margin: 0px;
  padding: 0px;
}
#cboxWrapper sqr-swatch-not-available .notification-error-bottom {
  margin: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 50px;
}
#cboxWrapper sqr-swatch-not-available a.discover-new-arrivals {
  display: none;
}
/* reset common styles */
.quicklook-miniproduct .common-error {
  padding: 0;
}
.shipping-pref-container {
  padding: 0!important;
}
#sliderQV {
  position: relative;
}
#colorbox .sqr-input-blocker {
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
.quickviewLoading {
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 50px;
  font-size: 25px;
  margin-left: -150px;
  margin-top: 50px;
  text-align: center;
}
.quickviewLoadingIcon {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  background-image: url("data:image/svg+xml;utf8, <svg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='50px' viewBox='0 0 32 32' enable-background='new 0 0 32 32' xml:space='preserve'><path opacity='0.4' fill='#999999' d='M23.656,9.041c1.568,1.725,2.56,3.978,2.677,6.465H32c-0.123-4.049-1.747-7.718-4.338-10.472 L23.656,9.041z'/><path fill='#999999' d='M15.507,5.667V0c-4.049,0.122-7.72,1.747-10.473,4.337l4.007,4.006C10.767,6.774,13.02,5.784,15.507,5.667z'/><path opacity='0.5' fill='#999999' d='M27.662,26.966c2.591-2.755,4.215-6.424,4.338-10.474h-5.667 c-0.117,2.488-1.108,4.74-2.677,6.466L27.662,26.966z'/><path opacity='0.3' fill='#999999' d='M22.959,8.344l4.007-4.006C24.213,1.747,20.543,0.122,16.494,0l-0.001,5.667 C18.98,5.784,21.233,6.774,22.959,8.344z'/><path opacity='0.7' fill='#999999' d='M9.041,23.655l-4.007,4.007c2.753,2.591,6.424,4.215,10.473,4.338v-5.667 C13.02,26.216,10.767,25.225,9.041,23.655z'/><path opacity='0.6' fill='#999999' d='M16.493,26.333L16.494,32c4.049-0.123,7.719-1.747,10.472-4.338l-4.007-4.007 C21.233,25.225,18.98,26.216,16.493,26.333z'/> <path opacity='0.8' fill='#999999' d='M5.667,16.492H0c0.123,4.05,1.747,7.721,4.338,10.474l4.006-4.008 C6.775,21.232,5.784,18.98,5.667,16.492z'/><path opacity='0.9' fill='#999999' d='M4.338,5.034C1.747,7.788,0.123,11.457,0,15.506h5.667c0.117-2.487,1.108-4.74,2.677-6.465 L4.338,5.034z'/></svg>");
  background-position: center center;
  background-repeat: no-repeat;
  -moz-animation: sham-spin infinite linear;
  -moz-transform-origin: 50% 50%;
  -webkit-animation: sham-spin infinite linear;
  -webkit-transform-origin: 50% 50%;
  -o-animation: sham-spin infinite linear;
  -o-transform-origin: 50% 50%;
  animation: sham-spin infinite linear;
  transform-origin: 50% 50%;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
}
#loadingState .loadingText {
  height: 100%;
  width: 100%;
  top: 50%;
  font-size: 30px;
  color: #FFF;
  position: absolute;
}
.quicklook-miniproduct {
  font-size: 12px;
  color: #262626;
}
.quicklook-miniproduct .product-information .addItem .notification-error-bottom {
  padding-left: 0;
}
@media screen and (min-width: 1025px) {
  /* CALZEDONIA DESKTOP STYLE */
  #cboxWrapper #qlCont {
    width: 1020px;
  }
  #cboxWrapper .js_productScope {
    width: 1020px;
  }
  #cboxWrapper .qv_fotog {
    width: 500px;
  }
  #cboxWrapper .qvDataDiv {
    width: 520px;
  }
  #cboxWrapper .qvDataDiv .product-information {
    padding-right: 90px;
  }
  #cboxWrapper sqr-product-gallery {
    width: 410px;
    margin-left: 90px;
  }
}
/* Gallery styles */
.slider-container .no-zoom .slider .slide {
  cursor: default;
}
.slider-container {
  display: block;
}
.slider-container .slider {
  overflow: hidden;
  position: relative;
}
.slider-container .slider .nonDraggableImage {
  -webkit-user-drag: none;
}
.slider-container .slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #FFFFFF;
  -webkit-transition: left 0.2s linear, right 0.2s linear;
  -moz-transition: left 0.2s linear, right 0.2s linear;
  -o-transition: left 0.2s linear, right 0.2s linear;
  transition: left 0.2s linear, right 0.2s linear;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  visibility: hidden;
}
.slider-container .slider .slide.loaded {
  visibility: visible;
}
.slider-container .slider .arrow {
  position: absolute;
  z-index: 1;
  display: block;
  top: 50%;
  margin-top: -15%;
  width: 7%;
  height: 15%;
  outline: none;
  cursor: pointer;
  background: #000;
}
.slider-container .slider .arrow.prev {
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.slider-container .slider .arrow.next {
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.slider-container .thumbs {
  margin: 0;
  list-style-type: none;
  text-align: left;
}
.slider-container .thumbs .dot {
  position: relative;
  display: inline-block;
  width: 15%;
  margin-right: 2%;
  cursor: pointer;
  text-align: center;
}
.slider-container .thumbs .dot img {
  width: 100%;
}
.slider-container .thumbs .dot:last-child {
  margin: 0;
}
.slider-container .thumbs .dot .preview {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .qvDataDiv.no-ecommerce {
    height: auto!important;
    min-height: 370px;
  }
}
@media screen and (max-width: 767px) {
  .slider-container .thumbs {
    text-align: center;
  }
}
/* VERTICAL SLIDER */
.vertical:after {
  content: " ";
  display: block;
  clear: both;
}
.vertical .slider-aligner {
  width: 84%;
  float: right;
  margin: 0;
}
.vertical .thumbs {
  float: left;
  width: 14%;
  padding: 0;
}
.vertical .thumbs .dot {
  width: 100%;
  margin-bottom: 0;
}
/* ZOOMABLE */
.zoom-dialog {
  padding: 10px;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.zoom-dialog .slider-container .slider .slide {
  cursor: default;
}
.slider-aligner {
  position: relative;
  overflow: auto;
  margin-bottom: 7px;
}
.slider-aligner.mobileGallery {
  padding-bottom: 7px;
}
.slider-aligner.mobileGallery .slide {
  cursor: default;
}
.mobile_zoom {
  position: absolute;
  z-index: 2;
  width: 1000px;
  text-align: left;
}
.mobile_zoom img {
  width: 100%;
  background-color: #FFF;
}
.nonDraggableImage {
  -webkit-user-drag: none;
}
.mobileZoomBtn,
.mobileZoomBtnClose {
  width: 26px;
  height: 27px;
  position: absolute;
  margin: 10px;
  z-index: 3;
  cursor: pointer;
}
.mobileZoomBtnClose {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.mobileZoomBtn.no-zoom,
.slider-container .no-zoom .slider .arrow {
  display: none;
}
.zoom-close {
  text-align: right;
  padding-bottom: 5px;
}
.zoom-close .closeBtn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  float: right;
}
.zoom-close .text {
  display: inline-block;
  padding-right: 5px;
}
@media screen and (max-width: 1024px) {
  .qvDataDiv.no-ecommerce {
    height: auto!important;
    min-height: 370px;
  }
}
@media screen and (max-width: 767px) {
  #colorbox,
  #colorbox * {
    max-width: 100%;
    min-width: auto;
  }
  .slider-container .thumbs {
    text-align: center;
  }
  #cboxWrapper .qvDataDiv.no-ecommerce {
    display: block;
  }
  #cboxWrapper #sliderQV {
    max-width: initial;
  }
  #cboxWrapper #qlCont {
    width: 100%;
    min-width: auto;
    padding: 0 0 30px 0;
  }
  #cboxWrapper #qlCont .qv-close-header {
    padding: 12px 5% 4px 12px;
  }
  #cboxWrapper #qlCont .i-close-qv {
    height: 12px;
    width: 12px;
    background-size: 12px;
  }
  #cboxWrapper #qlCont #prevObj,
  #cboxWrapper #qlCont #nextObj {
    top: 10px;
    display: inline-block;
    width: 20%;
    height: 16px;
    border: 1px solid #e6e6e6;
    border-radius: 200px;
    padding: 3px;
    margin: 0 0.5%;
    position: absolute;
    background-color: #ffffff;
    background-size: 6px 10px;
  }
  #cboxWrapper #qlCont #prevObj {
    left: 20%;
  }
  #cboxWrapper #qlCont #nextObj {
    right: 20%;
  }
  #cboxWrapper .js_productScope {
    width: 320px;
  }
  #cboxWrapper .qv_fotog {
    width: 100%;
    padding: 0 5%;
  }
  #cboxWrapper .qv_fotog sqr-product-gallery {
    width: 100%;
    margin: 0;
  }
  #cboxWrapper .qvDataDiv {
    width: 100%;
    padding: 0 5%;
    float: none;
  }
  #cboxWrapper .qvDataDiv .product-information {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  #cboxWrapper .price-container .prices-container .price {
    float: none;
  }
  #cboxWrapper .variant-section .available-variant,
  #cboxWrapper .variant-section .head {
    width: 100%;
    min-width: 100%;
    text-align: center;
    padding: 0;
  }
  #cboxWrapper .variant-section.size .link-guide.size-guide {
    display: inline-block;
    width: 45%;
    text-align: left;
  }
  #cboxWrapper .variant-section.size .link-guide.style-guide {
    display: inline-block;
    width: 45%;
    text-align: right;
  }
  #cboxWrapper .variant-section.size .available-variant {
    margin: 0 0 15px 0;
  }
  #cboxWrapper .variant-section.size .available-variant .single-variant {
    margin: 0 15px;
  }
  #cboxWrapper .variant-section .counter-container .head {
    display: none;
  }
  #cboxWrapper .quantity_wrap {
    display: none;
  }
  #cboxWrapper #sliderQV {
    padding: 0;
  }
}
