/*------------------------------------*\
    MAIN
\*------------------------------------*/
@media (min-width: 768px) {
  .container {
    width: 730px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 990px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1440px;
  }
}
@media (min-width: 1700px) {
  .container {
    width: 1440px;
  }
}
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}
body {
  font: 400 1.8rem/1 'Nunito Sans', sans-serif;
  color: #5c5c5c;
  background: #ffffff;
}
/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
h1 {
  text-align: center;
  font-weight: 400;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3.2rem;
  }
}
.hidden {
  display: none !important;
}
.button,
input[type=submit] {
  display: inline-block;
  background: #cd853f;
  color: #ffffff;
  border: 0;
  line-height: 48px;
  padding: 0 24px;
  border-radius: 0px;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-size: 1.6rem;
  vertical-align: top;
  transition-duration: 150ms;
}
.button[disabled],
input[type=submit][disabled] {
  opacity: 0.5 !important;
}
.button:hover,
input[type=submit]:hover {
  color: #ffffff;
}
input[type=submit] {
  color: #cd853f;
  background: #ffffff;
}
input[type=submit][disabled]:hover {
  color: #cd853f;
  background: #d9d9d9;
}
.swiper-nav {
  position: absolute;
  z-index: 3;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-nav span {
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  cursor: pointer;
  height: 30px;
}
.swiper-nav .prev,
.swiper-nav.prev {
  background-image: url('img/icons/arrow_left.png');
}
.swiper-nav .next,
.swiper-nav.next {
  background-image: url('img/icons/arrow_right.png');
}
.ajax-loader {
  position: absolute;
}
.form-container label.half {
  width: 46.5%;
  display: inline-block;
}
.form-container label.half:first-child {
  margin-right: 3%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 1024px) and (max-width: 1700px) {
  .form-container label.half:first-child {
    margin-right: 2%;
  }
}
.form-container label.half:nth-child(2) {
  margin-left: 3%;
}
.form-container textarea,
.form-container input[type=text],
.form-container input[type=email],
.form-container input[type=number],
.form-container textarea {
  border-radius: 3px;
  border: 0;
  color: #000000;
  background: #ffffff;
  width: 100%;
  font-weight: 300;
  font-size: 1.6rem;
  height: 60px;
  margin-bottom: 20px;
  padding: 21px 15px 9px;
  display: block;
}
.form-container textarea.wpcf7-not-valid,
.form-container input[type=text].wpcf7-not-valid,
.form-container input[type=email].wpcf7-not-valid,
.form-container input[type=number].wpcf7-not-valid,
.form-container textarea.wpcf7-not-valid {
  border-color: #cd853f;
  color: #cd853f;
  font-weight: bold;
}
.form-container textarea {
  height: 180px;
  resize: none;
}
.form-container div.wpcf7-validation-errors,
.form-container .wpcf7-mail-sent-ng {
  background: #cd853f;
  font-size: 1.6rem;
  color: #ffffff;
  border: 0;
  display: inline-block;
  text-align: center;
  padding: 15px;
}
.form-container span.wpcf7-not-valid-tip {
  color: #cd853f;
  font-size: 1em;
  font-weight: normal;
  background: rgba(255, 255, 255, 0.8);
  font-size: 1.6rem;
  display: inline-block;
  padding: 5px 20px;
  margin-top: -20px;
  border-radius: 3px;
  margin-bottom: 5px;
}
.form-container .wpcf7-form label > br {
  display: none;
}
.form-container .wpcf7-form .recaptcha-wrapper {
  text-align: center;
}
.form-container .wpcf7-form .recaptcha-wrapper .g-recaptcha {
  display: inline-block;
}
.form-container .checkbox-rows .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}
.form-container .wpcf7-form-control-wrap {
  display: block;
  text-align: left;
}
.form-container .wpcf7-acceptance {
  margin-bottom: 20px;
  text-align: left;
  display: inline-block;
}
.form-container .wpcf7-acceptance a {
  color: #ffffff;
  text-decoration: underline;
}
.form-container .wpcf7-acceptance input {
  visibility: hidden;
  position: absolute;
}
.form-container .wpcf7-acceptance input:checked + span::after {
  opacity: 1;
}
.form-container .wpcf7-acceptance span.wpcf7-list-item {
  margin-left: 0;
  margin-right: 1em;
}
.form-container .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  padding-left: 40px;
  display: inline-block;
  vertical-align: top;
  font-size: 0.9em;
}
.form-container .wpcf7-acceptance .wpcf7-list-item-label::before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 5px;
  vertical-align: middle;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff;
}
.form-container .wpcf7-acceptance .wpcf7-list-item-label::after {
  content: "X";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  opacity: 0;
  text-align: center;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .form-container .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 0.7em;
    padding-left: 30px;
  }
}
div.wpcf7-mail-sent-ok {
  background: #4a4a4a;
  color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  width: 100%;
  margin: 0;
  text-align: center;
  padding: 20px;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
body {
  background: #fafafa;
  position: relative;
}
body::before {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0);
  z-index: -999;
}
body.popup-open::before {
  background: rgba(255, 255, 255, 0.5);
  z-index: 99;
}
/* header */
.header {
  text-align: center;
  position: relative;
}
.header .logo {
  display: inline-block;
  padding: 8px 0;
}
.header .logo img,
.header .logo svg {
  height: 64px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .header .logo img,
  .header .logo svg {
    height: 44px;
  }
}
.header .mobile-menu {
  display: none;
}
aside {
  width: 194px;
  display: inline-block;
  vertical-align: top;
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
  margin: 0;
}
aside nav {
  display: block;
  box-shadow: 4px 4px 16px 8px rgba(0, 0, 0, 0.13);
  margin-bottom: 100px;
}
aside nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
aside nav ul li.step {
  text-transform: uppercase;
  font-weight: bold;
  height: 80px;
  position: relative;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -ms-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
  border-bottom: 1px solid transparent;
}
aside nav ul li.step::after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url('img/icons/tick.png') no-repeat scroll center center #cd853f;
  background-size: 10px 10px;
  position: absolute;
  top: 8px;
  left: 16px;
  opacity: 0;
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -ms-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
aside nav ul li.step.current {
  font-weight: bold;
  color: #5c5c5c;
  border-bottom: 1px solid #cd853f;
}
aside nav ul li.step.active {
  color: #5c5c5c;
}
aside nav ul li.step.active::after {
  opacity: 1;
}
aside nav ul li.step.disabled {
  color: #aaaaaa;
}
aside nav ul li.step.disabled .icon {
  opacity: 0.4;
}
aside nav ul li.step .icon {
  width: 88px;
  text-align: center;
  flex-shrink: 0;
  opacity: 0.7;
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -ms-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
aside nav ul li.step .icon img {
  max-height: 48px;
  max-width: 50%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  aside {
    width: 50px;
  }
  aside nav {
    margin-bottom: 0;
  }
  aside nav ul li.step {
    height: 40px;
    font-size: 0;
  }
  aside nav ul li.step .icon {
    width: 50px;
  }
  aside nav ul li.step .icon img {
    max-height: 30px;
  }
  aside nav ul li.step::after {
    width: 18px;
    height: 18px;
    background-size: 6px 6px;
    top: 3px;
    left: 2px;
  }
}
.page-template-template-homepage main {
  width: calc(100% - 199px);
  display: inline-block;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-template-template-homepage main {
    width: calc(100% - 55px);
  }
}
#render_area {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
section {
  padding: 30px 25px 25px 25px;
  position: relative;
}
section h2 {
  text-align: center;
  margin-top: 4px;
  font-size: 2.4rem;
  letter-spacing: 0.4rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 68px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  section {
    padding: 0 15px 15px 15px;
  }
  section h2 {
    margin-bottom: 24px;
  }
}
.nav-button {
  color: #ffffff;
  letter-spacing: 0.2rem;
  font-size: 1.5rem;
  line-height: 3.6rem;
  text-transform: uppercase;
  text-align: center;
  min-width: 80px;
  z-index: 100;
  display: block;
  top: 10px;
  margin-top: 15px;
  background: #aaaaaa;
  position: absolute;
  cursor: pointer;
}
.nav-button.next {
  right: 25px;
  background: #cd853f;
}
.nav-button.next.disabled {
  background: #aaaaaa;
}
.nav-button.prev {
  left: 25px;
}
.nav-button.disabled {
  cursor: normal;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .nav-button {
    top: -17px;
    line-height: 2.6rem;
    font-size: 1.3rem;
    min-width: 60px;
  }
}
.tile {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 327px;
  height: 474px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  margin: 0 24px;
  border: 2px solid transparent;
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -ms-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
.tile::after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url('img/icons/tick.png') no-repeat scroll center center #cd853f;
  background-size: 16px 16px;
  position: absolute;
  top: -20px;
  right: -20px;
  opacity: 0;
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -ms-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
.tile.active {
  border-color: #cd853f;
}
.tile.active::after {
  opacity: 1;
}
.tile.active span.info,
.tile.active span.options {
  opacity: 1;
  visibility: visible;
}
.tile.mini {
  width: 10%;
  height: 150px;
}
.tile.mini .image-wrapper {
  margin-top: 0;
}
.tile.mini h3 {
  margin-top: 10px;
}
.tile.thread {
  width: 50px;
  height: 50px;
  border-radius: 0;
  margin-right: 24px;
  display: block;
  position: relative;
  border: 2px solid transparent;
}
.tile.thread::after {
  content: "";
  opacity: 0;
}
.tile.thread.active {
  background: #e9e9e9;
  border-color: #cd853f;
}
.tile.thread h3 {
  display: none;
}
.tile.thread .image-wrapper {
  width: 40px;
  height: 40px;
  margin: 3px;
  overflow: hidden;
  border-radius: 50%;
}
.tile.thread .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
}
.tile.buttons {
  width: 154px;
  height: 184px;
}
.tile.buttons .image-wrapper {
  width: 100px;
  height: 108px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
.tile.small {
  width: 154px;
  height: 187px;
}
.tile.small .image-wrapper {
  width: 100px;
  height: 108px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
.tile.small h3 {
  margin-top: 16px;
}
.tile.fabric {
  width: 336px;
  height: 246px;
  margin: 0 12px 12px;
}
.tile.fabric.active {
  border-color: transparent;
}
.tile.fabric.active .image-wrapper::after {
  border-color: #cd853f;
}
.tile.fabric:hover span.info {
  opacity: 1;
}
.tile.fabric .image-wrapper {
  min-height: 208px;
  height: auto;
  width: 100%;
  position: relative;
  margin: 0;
  overflow: hidden;
}
.tile.fabric .image-wrapper::after {
  content: "";
  border: 4px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -ms-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
.tile.fabric .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  max-width: none;
  max-height: none;
}
.tile.fabric h3 {
  text-align: left;
  margin-top: 16px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .tile.fabric h3 {
    margin-top: 10px;
  }
}
.tile .image-wrapper {
  height: 300px;
  margin-top: 56px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.tile .image-wrapper img {
  max-width: 90%;
  max-height: 300px;
}
.tile h3 {
  margin-top: 40px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-align: center;
  text-transform: uppercase;
}
.tile span.info {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 30px;
  height: 30px;
  background: #e9e9e9;
  border-radius: 50%;
  text-align: center;
  font-style: italic;
  line-height: 30px;
  font-size: 1rem;
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -ms-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
  opacity: 0;
}
.tile .info-data {
  display: none;
}
.tile span.options {
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: inline-block;
  background: #cd853f;
  color: #ffffff;
  text-transform: uppercase;
  padding: 8px 15px;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -ms-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .tile span.options {
    left: 10px;
    padding: 5px 10px;
  }
}
.tile .info-options {
  display: none;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .tile {
    width: 70%;
    margin: 0 24px 12px;
    height: 294px;
  }
  .tile.fabric {
    width: 44%;
    height: auto;
    margin: 0 3% 12px;
  }
  .tile.fabric .image-wrapper {
    min-height: 115px;
  }
  .tile.fabric.cuff .image-wrapper img {
    object-fit: contain;
  }
  .tile.small {
    width: 31%;
    height: 130px;
    margin: 0 1% 12px;
  }
  .tile.small .image-wrapper {
    height: 78px;
    width: 90%;
    margin-top: 4px;
  }
  .tile .image-wrapper {
    height: 210px;
    margin-top: 24px;
  }
  .tile .image-wrapper img {
    max-width: 90%;
    max-height: 100%;
  }
  .tile h3 {
    margin-top: 18px;
    font-size: 1.3rem;
  }
  .tile::after {
    width: 24px;
    height: 24px;
    right: -12px;
    top: -12px;
    background-size: 12px 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tile {
    width: 51%;
  }
  .tile.fabric {
    width: 44%;
    height: 250px;
    margin: 0 3% 12px;
  }
  .tile.fabric .image-wrapper {
    min-height: 175px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1700px) {
  .tile {
    width: 260px;
    height: 344px;
    margin: 0 12px;
  }
  .tile.fabric {
    height: auto;
    width: 261px;
  }
  .tile.fabric .image-wrapper {
    height: 152px;
  }
  .tile h3 {
    margin-top: 30px;
  }
  .tile .image-wrapper {
    height: 230px;
    margin-top: 36px;
  }
  .tile .image-wrapper img {
    max-height: 230px;
  }
}
.fabric-tiles-wrapper {
  width: 90%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .fabric-tiles-wrapper {
    width: 100%;
  }
}
.filters {
  width: 50%;
  margin-bottom: 48px;
  padding-left: 70px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.filters span {
  display: inline-block;
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  cursor: pointer;
  color: #aaaaaa;
}
.filters span::before {
  content: "";
  background: url('img/icons/filter.png') no-repeat scroll center center transparent;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .filters {
    padding-left: 10px;
    width: 35%;
    margin-bottom: 24px;
  }
}
.search {
  width: 50%;
  text-align: right;
  margin-bottom: 48px;
  padding-right: 70px;
}
.search .input-wrapper {
  width: 256px;
  display: inline-block;
  position: relative;
}
.search .input-wrapper::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url('img/icons/search.png') no-repeat scroll center center transparent;
  background-size: 100% auto;
  right: 24px;
  top: 16px;
}
.search .input-wrapper input {
  line-height: 48px;
  width: 100%;
  background: #ffffff;
  color: #5c5c5c;
  font-family: 'Nunito Sans', sans-serif;
  text-transform: uppercase;
  border: 1px solid #f4f4f4;
  display: inline-block;
  border-radius: 0;
  outline: 0;
  padding: 0 24px;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .search {
    padding-right: 10px;
    width: 65%;
    margin-bottom: 24px;
  }
  .search .input-wrapper {
    width: 100%;
  }
  .search .input-wrapper input {
    font-size: 1.3rem;
  }
}
.side-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 70px 27px;
  width: 30%;
  -webkit-transform: translate3d(100%, 0%, 0);
  transform: translate3d(100%, 0%, 0);
  background: #fafafa;
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -ms-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
  z-index: 100;
  box-shadow: 0;
}
.side-panel.active {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  box-shadow: 5px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
.side-panel .close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 24px;
  height: 24px;
  background: url('img/icons/close.png') no-repeat scroll center center transparent;
  background-size: 100% auto;
  cursor: pointer;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .side-panel {
    width: 100%;
    padding: 32px 28px 32px 18px;
  }
}
.side-panel fieldset {
  border: 0;
  margin: 0;
  padding-top: 0;
  height: auto;
}
.filters-menu .filters-wrapper {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  max-height: 100%;
  padding: 14px 26px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .filters-menu .filters-wrapper {
    padding: 0 0 0 30px;
  }
}
.filters-menu .filters-wrapper .filter-group {
  width: 50%;
}
.filters-menu .filters-wrapper .filter-group h3 {
  font-weight: bold;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin-top: 6px;
  line-height: 3.3rem;
}
.filters-menu .filters-wrapper .filter-group h3 .clear {
  margin-left: 16px;
  display: none;
  background: #cd853f;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 16px;
  cursor: pointer;
  vertical-align: middle;
  line-height: 1.5rem;
}
.filters-menu .filters-wrapper .filter-group h3.active .clear {
  display: inline-block;
}
.filters-menu .filters-wrapper .filter-group ul {
  padding: 0;
  list-style: none;
}
.filters-menu .filters-wrapper .filter-group ul li {
  color: #aaaaaa;
  position: relative;
  margin-bottom: 8px;
  font-size: 1.5rem;
  line-height: 2rem;
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -ms-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
  line-height: 1.6rem;
  cursor: pointer;
}
.filters-menu .filters-wrapper .filter-group ul li input {
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
.filters-menu .filters-wrapper .filter-group ul li::before {
  content: "";
  background: url('img/icons/tick2.png') no-repeat scroll center center transparent;
  background-size: 100% auto;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -24px;
  top: 0;
  opacity: 0;
  display: block;
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -ms-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
.filters-menu .filters-wrapper .filter-group ul li.active {
  color: #5c5c5c;
  font-weight: bold;
}
.filters-menu .filters-wrapper .filter-group ul li.active::before {
  opacity: 1;
}
.metric-info .wrapper,
.options.side-panel .wrapper {
  text-transform: uppercase;
  overflow: auto;
  max-height: 100%;
}
.metric-info .wrapper h3,
.options.side-panel .wrapper h3 {
  border-bottom: 1px solid #aaaaaa;
  letter-spacing: 0.1rem;
  font-size: 1.8rem;
  padding-bottom: 20px;
}
.metric-info .wrapper p,
.options.side-panel .wrapper p {
  line-height: 1.5em;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .metric-info .wrapper,
  .options.side-panel .wrapper {
    padding-right: 20px;
  }
}
.radiogroup {
  width: 327px;
  height: 474px;
  position: relative;
  margin: 0 57px;
  padding-top: 56px;
}
.radiogroup h3 {
  text-align: left;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 16px;
  margin-bottom: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .radiogroup {
    width: 100%;
    height: auto;
    margin: 0 0 12px;
  }
}
.button-groups h2 {
  margin-bottom: 20px;
  margin-top: 30px;
}
.button-groups .group {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  max-width: 100%;
  flex-wrap: wrap;
}
.button-groups .group.colourful {
  max-width: 1000px;
  margin: 0 auto;
}
.switch-wrapper {
  width: 100%;
  text-align: center;
  font-weight: bold;
  position: relative;
  top: -30px;
}
.switch-wrapper.no-top {
  top: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .switch-wrapper.no-top {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .switch-wrapper {
    top: 0;
    margin-bottom: 30px;
  }
}
.switch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* Rounded sliders */
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round::before {
  border-radius: 50%;
}
.switch .slider::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch input:checked + .slider {
  background-color: #cd853f;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #cd853f;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.radio-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
}
.radio-wrapper li {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 1.5rem;
  line-height: 24px;
  margin-bottom: 8px;
  font-weight: bold;
}
.radio-wrapper li.color-pick {
  display: inline-block;
}
.radio-wrapper input[type=radio],
.radio-wrapper input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  z-index: -99;
}
.radio-wrapper input[type=radio]:checked ~ span.radios::after,
.radio-wrapper input[type=checkbox]:checked ~ span.radios::after,
.radio-wrapper input[type=radio]:checked ~ span.color::after,
.radio-wrapper input[type=checkbox]:checked ~ span.color::after,
.radio-wrapper input[type=radio]:checked ~ span.checkbox::after,
.radio-wrapper input[type=checkbox]:checked ~ span.checkbox::after {
  opacity: 1;
}
.radio-wrapper input[type=radio]:checked ~ span,
.radio-wrapper input[type=checkbox]:checked ~ span {
  color: #cd853f;
}
.radio-wrapper input[type=radio][disabled] ~ span.radios::before,
.radio-wrapper input[type=checkbox][disabled] ~ span.radios::before,
.radio-wrapper input[type=radio][disabled] ~ span.color::before,
.radio-wrapper input[type=checkbox][disabled] ~ span.color::before {
  opacity: 1;
}
.radio-wrapper input[type=radio][disabled] ~ span,
.radio-wrapper input[type=checkbox][disabled] ~ span {
  color: #aaaaaa;
}
.radio-wrapper label {
  cursor: pointer;
}
.radio-wrapper span.radios {
  position: relative;
  width: 24px;
  display: inline-block;
  height: 24px;
  border: 1px solid #aaa;
  background: #ffffff;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 8px;
}
.radio-wrapper span.radios::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 7.5px;
  left: 7.5px;
  background: #cd853f;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -ms-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
.radio-wrapper span.radios::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0px;
  left: 0px;
  background: #eaeaea;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -ms-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
.radio-wrapper span.color {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 11px;
  margin-left: 5px;
  display: block;
  position: relative;
  background-size: cover !important;
}
.radio-wrapper span.color::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: -5px;
  left: -5px;
  border: 2px solid #cd853f;
  border-radius: 0;
  opacity: 0;
  background: #e9e9e9;
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -ms-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
  z-index: -1;
}
.radio-wrapper span.checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid #aaa;
  background: #ffffff;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  position: relative;
  margin-right: 8px;
}
.radio-wrapper span.checkbox::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url('img/icons/tick2.png') no-repeat scroll center center transparent;
  background-size: 100% auto;
  top: 4px;
  left: 4px;
  opacity: 0;
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -ms-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .radio-wrapper li {
    font-size: 1.2rem;
  }
}
.monogram {
  width: 696px;
}
.monogram .monogram-options {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.monogram .monogram-options.enabled::after {
  z-index: 0;
  background: rgba(255, 255, 255, 0);
}
.monogram .monogram-options::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  right: 0;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
}
.monogram .monogram-options fieldset {
  border: 0;
  width: 336px;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0 0 26px;
}
.monogram .monogram-options fieldset#monogram_color {
  width: 100%;
}
.monogram .monogram-options .input-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.monogram .monogram-options .input-wrapper h3 {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2rem;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #aaaaaa;
}
.monogram .monogram-options .input-wrapper label.dot-label {
  margin: 0 5px;
}
.monogram .monogram-options .input-wrapper label.dot-label span.checkbox {
  margin-right: 0;
}
.monogram .monogram-options .input-wrapper input {
  width: auto;
  text-align: center;
  border: 1px solid #aaaaaa;
  border-radius: 0;
  text-transform: none;
  letter-spacing: 0.2rem;
  font-size: 1.3rem;
  line-height: 56px;
}
.monogram .monogram-options .input-wrapper input[type="text"] {
  width: 50px;
}
.monogram .monogram-options .monogram-placements-fonts-wrapper {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.monogram .monogram-options .monogram-placements-fonts-wrapper fieldset {
  z-index: auto;
  position: static;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .monogram {
    width: 90%;
  }
}
.contrast_sewing_wrap {
  width: 90%;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.contrast_sewing_wrap.enabled::after {
  z-index: 0;
  background: rgba(255, 255, 255, 0);
}
.contrast_sewing_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  right: 0;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
}
.contrast_sewing_wrap .contrast_sewing {
  order: 1;
  width: 32%;
  margin-right: 24px;
  z-index: 1;
}
.contrast_sewing_wrap .contrast_sewing_inner {
  order: 2;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  width: 66%;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .contrast_sewing_wrap .contrast_sewing_inner {
    width: 100%;
  }
}
.contrast_sewing_wrap .fabrics {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.contrast_sewing_wrap .fabrics .tile {
  margin: 0 12px 0 0;
}
.contrast_sewing_wrap fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 24px;
}
.contrast_sewing_wrap .fabrics,
.contrast_sewing_wrap fieldset {
  height: 250px;
}
.contrast_sewing_wrap .fabrics > h3,
.contrast_sewing_wrap fieldset > h3 {
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2rem;
  font-size: 1.6rem;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #aaaaaa;
  height: 32px;
}
@media only screen and (max-width: 767px) {
  .contrast_sewing_wrap .fabrics,
  .contrast_sewing_wrap fieldset {
    height: auto;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .contrast_sewing_wrap {
    flex-wrap: wrap;
  }
  .contrast_sewing_wrap .contrast_sewing {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1700px) {
  .contrast_sewing_wrap .contrast_sewing {
    flex-shrink: 0;
  }
}
.contrast_options {
  width: 90%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.contrast_options.enabled::after {
  z-index: 0;
  background: rgba(255, 255, 255, 0);
}
.contrast_options::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  right: 0;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
}
.contrast_options .radiogroup {
  padding-top: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.contrast_options .contrast_fabrics_wrapper {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.contrast_options .contrast_fabrics_wrapper > .contrast_fabrics > h3 {
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2rem;
  font-size: 1.6rem;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #aaaaaa;
}
.contrast_options .contrast_fabrics {
  margin-bottom: 36px;
  display: none;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0 20px 0 0;
  width: 50%;
}
.contrast_options .contrast_fabrics.active {
  display: -webkit-flex;
  display: flex;
}
.contrast_options .contrast_fabrics .tile-wrapper {
  overflow: auto;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
}
.contrast_options .contrast_fabrics .fabric.tile {
  margin: 0 12px 24px;
  width: calc(25% - 28px);
  min-width: 220px;
  height: 200px;
}
.contrast_options .contrast_fabrics .fabric.tile .image-wrapper {
  min-height: 150px;
}
.contrast_options .contrast_fabrics .fabric.tile .image-wrapper img {
  object-fit: cover;
  height: 100%;
  min-width: 100%;
}
.contrast_options .contrast_fabric_filters {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .contrast_options {
    flex-wrap: wrap;
  }
  .contrast_options .contrast_fabrics {
    margin-bottom: 0;
  }
  .contrast_options .radiogroup {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contrast_options .contrast_fabrics {
    width: 100%;
  }
}
.measure {
  max-width: 100%;
}
.measure .switch {
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
  display: none;
}
.measure .switch span {
  cursor: pointer;
  letter-spacing: 0.2rem;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.measure .switch span.active {
  font-weight: bold;
  color: #cd853f;
}
.measure .sizes {
  margin-bottom: 62px;
  text-align: center;
}
.measure .sizes .button {
  line-height: 45px;
  padding: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50%;
  margin: 0 3px;
  background: #aaaaaa;
  font-size: 1.2rem;
  cursor: pointer;
}
.measure .sizes .button.active {
  background: #cd853f;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .measure .sizes .button {
    font-size: 1rem;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .measure .sizes .button {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 2px;
  }
}
.measure table {
  list-style: none;
  padding: 0;
  max-width: 95%;
  width: 1200px;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}
.measure table.cm input.cm {
  display: block;
}
.measure table.cal input.cal {
  display: block;
}
.measure table tr {
  margin-bottom: 8px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .measure table tr {
    font-size: 1rem;
  }
}
.measure table tr .name {
  text-align: left;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
}
.measure table tr .alterations {
  width: 23%;
  text-align: center;
  max-width: 160px;
}
.measure table tr .fitting {
  width: 26%;
  text-align: center;
  max-width: 160px;
}
@media only screen and (max-width: 767px) {
  .measure table tr .fitting {
    width: 20%;
  }
}
.measure table tr .your-shirt {
  background: #e9e9e9;
  max-width: 160px;
}
.measure table tr .your-shirt .measure-input input {
  font-size: 1.1em;
}
.measure table tr th {
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px 0;
}
.measure table tr th:last-child {
  background: #e9e9e9;
}
@media only screen and (max-width: 767px) {
  .measure table tr th {
    font-size: 0.5em;
  }
}
.measure table tr span {
  display: inline-block;
  width: 300px;
  flex-shrink: 0;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
  text-align: right;
  vertical-align: middle;
  padding-right: 12px;
}
@media only screen and (max-width: 767px) {
  .measure table tr span {
    font-size: 1.2rem;
  }
}
.measure table tr .measure-input {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.measure table tr .measure-input input {
  width: 100%;
  border: none;
  background: transparent;
  border-radius: 0;
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.2rem;
  line-height: 28px;
  display: none;
  margin: 0 8px;
  -moz-appearance: textfield;
  cursor: default;
}
@media only screen and (max-width: 767px) {
  .measure table tr .measure-input input {
    font-size: 1rem;
    margin: 0;
  }
}
.measure table tr .measure-input input.result {
  font-weight: bold;
  font-size: 1.1em;
}
.measure table tr .measure-input input.change {
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .measure table tr .measure-input input.change {
    width: 25px;
  }
}
.measure table tr .measure-input input::-webkit-outer-spin-button,
.measure table tr .measure-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.measure table tr .measure-input input:invalid {
  box-shadow: none;
}
.measure table tr .measure-input span.quantity {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #cd853f;
  text-align: center;
  line-height: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 50%;
  padding: 0;
  color: #ffffff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 767px) {
  .measure table tr .measure-input span.quantity {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .measure ul li {
    margin-left: 0;
  }
  .measure ul li span {
    width: 30%;
    font-size: 1.2rem;
  }
  .measure ul li .measure-input {
    width: 70%;
  }
  .measure ul li .measure-input input {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
  .measure .sizes {
    margin-bottom: 24px;
  }
}
.align-center {
  text-align: left;
  line-height: 20px;
}
.align-center input[type="checkbox"] {
  margin-right: 5px;
  vertical-align: 10%;
}
.summary {
  width: 95%;
  margin-left: 2.5%;
}
.summary .summary-table-holder {
  width: 100%;
  display: inline-block;
  margin: 55px 0 35px 0;
}
.summary .summary-table-holder .first-row {
  padding-top: 25px;
}
.summary .summary-table-holder table {
  width: 92%;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.summary .summary-table-holder table tr td,
.summary .summary-table-holder table tr th {
  width: 50%;
}
.summary .summary-table-holder table tr td {
  padding: 8px 0;
}
.summary .summary-table-holder table tr td:last-child {
  text-align: right;
  font-weight: bold;
}
.summary .summary-table-holder table thead {
  border-bottom: 1px solid black;
  text-align: left;
}
.summary .summary-table-holder table thead th {
  font-weight: 400;
  padding-bottom: 25px;
}
.summary .summary-left {
  width: 50%;
  float: left;
}
.summary .summary-left table {
  margin-left: 2%;
}
.summary .summary-right {
  width: 50%;
  float: left;
}
.summary .summary-right table {
  margin-left: 2%;
}
.summary .summary-left table,
.summary .summary-right table {
  margin-left: 6%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .summary .summary-left,
  .summary .summary-right {
    width: 100%;
    float: left;
    margin: 20px 0;
  }
  .summary .summary {
    width: 95%;
    margin: 0 2.5%;
  }
  .summary .summary-table-holder table {
    width: 100%;
  }
  .summary .summary-left table,
  .summary .summary-right table {
    margin-left: 0%;
  }
  .summary ul li {
    font-size: 1.3rem;
  }
}
.summary textarea,
.summary input[type=text],
.summary input[type=email],
.summary .summary_select {
  line-height: 48px;
  width: 100%;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  color: #5c5c5c;
  font-family: 'Nunito Sans', sans-serif;
  text-transform: uppercase;
  border: 1px solid #aaaaaa;
  display: block;
  border-radius: 0;
  outline: 0;
  padding: 0 24px;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
}
.summary textarea {
  line-height: 26px;
  min-height: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.summary .summary_select {
  border-radius: 0;
  height: 48px;
  margin-top: 15px;
}
.summary .button {
  cursor: pointer;
  margin: 10px auto;
}
.summary .button-holder {
  width: 100%;
  text-align: center;
}
.summary .details {
  margin-top: 64px;
  text-align: center;
}
.summary .details h3 {
  margin-bottom: 32px;
}
.summary .details .order-wysiwyg {
  text-align: initial;
  padding-top: 12px;
  padding-bottom: 12px;
}
.summary-details {
  width: 94%;
  margin-left: 3%;
}
.summary-details .details {
  margin-top: 25px;
}
.summary-details .title {
  border-bottom: 1px solid black;
  padding-bottom: 25px;
  width: 100%;
}
.mini-cart {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30%;
  -webkit-transform: translate3d(100%, 0%, 0);
  transform: translate3d(100%, 0%, 0);
  background: #fafafa;
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -ms-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
  z-index: 102;
  box-shadow: 0;
  height: 100%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
  .mini-cart {
    width: 90%;
    max-width: 300px;
  }
}
.mini-cart h3 {
  border-bottom: 1px solid #aaaaaa;
  letter-spacing: 0.1rem;
  font-size: 1.8rem;
  padding-bottom: 20px;
}
.mini-cart--close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 24px;
  height: 24px;
  background: url(./img/icons/close.png) no-repeat scroll center center transparent;
  background-size: 100% auto;
  cursor: pointer;
}
.mini-cart--products {
  overflow: auto;
  padding: 70px 27px 0;
  margin-bottom: 85px;
  height: calc(100% - 85px);
}
.mini-cart--header {
  position: absolute;
  right: 0;
  top: 0;
  height: 80px;
  width: 80px;
  padding: 20px;
  cursor: pointer;
}
.mini-cart--header-icon {
  max-height: 100%;
}
.mini-cart--header-counter {
  position: absolute;
  bottom: 11px;
  right: 16px;
  width: 20px;
  height: 20px;
  border-radius: 12px;
  font-size: 12px;
  color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mini-cart--overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
}
.mini-cart--button {
  text-align: center;
  padding: 10px;
}
.mini-cart--product {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
.mini-cart--product-image {
  max-width: 100px;
  margin-right: 10px;
}
.mini-cart--product-title {
  flex: 1;
}
.mini-cart--product-detail {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
}
.mini-cart--product-line {
  display: flex;
  flex-wrap: wrap;
}
.mini-cart--product-info {
  position: absolute;
  cursor: pointer;
  top: 20px;
  left: 10px;
}
.mini-cart.active {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  box-shadow: 5px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
.mini-cart.active + .mini-cart--overlay {
  display: block;
}
.contrast_fabric_filters .filters {
  width: 100%;
  padding-left: 0;
  margin-bottom: 24px;
}
.contrast_fabric_filters .search {
  width: 100%;
  padding-right: 0;
  text-align: left;
}
.info_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  float: right;
  line-height: 21px;
}
.info_icon--icon {
  width: 20px;
  height: 20px;
}
.info_icon--icon:hover + .info_icon--popup {
  display: flex;
}
.info_icon--popup {
  display: none;
  background: #fff;
  position: absolute;
  width: 170px;
  height: 170px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  top: -75px;
  left: -75px;
  z-index: 2;
  box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.2);
}
.info_icon--popup:hover {
  display: flex;
}
.quantity-input input {
  width: 25px;
  border: 0;
  background: transparent;
  border-radius: 0;
  font-size: 1.7rem;
  text-align: center;
  letter-spacing: 0.2rem;
  line-height: 28px;
  margin: 0 3px;
  -moz-appearance: textfield;
}
.quantity-input input::-webkit-outer-spin-button,
.quantity-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.quantity-input input:invalid {
  box-shadow: none;
}
.quantity-input span.quantity {
  padding: 0;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #cd853f;
  text-align: center;
  line-height: 26px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 50%;
}
.login-form {
  text-align: center;
  margin-top: 48px;
}
.login-form input {
  margin-bottom: 24px;
  border: 1px solid #aaaaaa;
  background: #ffffff;
  text-align: center;
  line-height: 32px;
}
.single-page {
  text-align: center;
}
.measure_key-forearm {
  display: none !important;
}
label.summary-field-label {
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin: 5px 0;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
/* cart-page */
.cart .button {
  cursor: pointer;
}
.cart__table {
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .cart__table {
    display: flex;
    width: 100%;
  }
}
.cart__table-no-items:not(:first-child) {
  display: none !important;
}
.cart__table-heading {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  text-align: left;
  padding: 10px 10px 15px;
}
@media only screen and (min-width: 1024px) {
  .cart__table-heading--number {
    width: 50px;
  }
  .cart__table-heading--image {
    width: 170px;
  }
  .cart__table-heading--quantity {
    width: 120px;
  }
  .cart__table-heading--actions {
    width: 120px;
  }
}
@media only screen and (max-width: 1023px) {
  .cart__table thead {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .cart__table tbody {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.cart__table th {
  border-bottom: 1px solid #aaaaaa;
}
@media only screen and (max-width: 1023px) {
  .cart__table tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.cart__table td {
  padding: 10px;
}
@media only screen and (max-width: 1023px) {
  .cart__table td {
    width: 100%;
  }
  .cart__table td[data-col-title]::before {
    content: attr(data-col-title);
    margin-right: 5px;
  }
}
.cart__product {
  border-top: 1px solid #aaaaaa;
}
.cart__product-quantity {
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .cart__product-quantity {
    min-width: 200px;
    flex: 1;
  }
  .cart__product-quantity::before {
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
  }
}
.cart__product-details {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.cart__product-actions {
  text-align: center;
  margin-left: -5px;
  margin-right: -5px;
}
.cart__product-actions a {
  display: inline-block;
  margin: 5px;
}
.cart__product-actions a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .cart__product-actions {
    min-width: 200px;
    flex: 1;
  }
  .cart__product-actions::before {
    margin-left: 5px;
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
  }
}
.cart__product-detail {
  flex: 1;
  min-width: 200px;
  position: relative;
  padding: 15px 5px 10px;
  display: inline-block;
}
@media only screen and (min-width: 1200px) {
  .cart__product-detail {
    flex: initial;
    min-width: 0;
    width: 33.333333%;
  }
}
@media only screen and (min-width: 1440px) {
  .cart__product-detail {
    width: 25%;
  }
}
.cart__product-detail-name {
  position: absolute;
  text-transform: uppercase;
  top: 0;
  font-size: 1.2rem;
  color: #000;
}
.cart__product-detail--measures {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.cart__product-detail--measures-title {
  min-width: 100%;
  float: left;
  padding-top: 0;
  cursor: pointer;
}
.cart__product-detail--measures-title strong {
  position: relative;
}
.cart__product-detail--measures-title::after {
  content: ' ';
  width: 8px;
  height: 8px;
  border: 2px solid #000;
  display: inline-block;
  transition: all 0.25s ease-in-out;
  border-left: 0;
  border-top: 0;
  margin: 0 5px;
  transform-origin: center center;
  transform: rotateZ(45deg);
  top: -3px;
  position: relative;
}
.cart__product-detail--measures-title.measures-open::after {
  transform: rotateZ(225deg);
  top: 2px;
}
.cart__product-detail--measures-title.measures-open + .cart__product-detail--measures {
  max-height: 500px;
}
.cart__product-detail--measure::before {
  content: attr(data-measure-name);
  font-size: 1.2rem;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}
@media only screen and (max-width: 400px) {
  .cart__product img {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .cart__product img {
    width: 200px;
  }
}
.full-page-ajax-loader {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 100;
}
body.ajax-loading .full-page-ajax-loader {
  display: flex;
}
.ajax-loader {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.ajax-loader:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #000;
  border-color: #000 transparent #000 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: 'fontexample';
  src: url('fonts/fontexample-regular-webfont.woff2') format('woff2'), url('fonts/fontexample-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fontexample';
  src: url('fonts/fontexample-demibold-webfont.woff2') format('woff2'), url('fonts/fontexample-demibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'fontexample';
  src: url('fonts/fontexample-bold-webfont.woff2') format('woff2'), url('fonts/fontexample-bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'fontexample';
  src: url('fonts/fontexample-extrabold-webfont.woff2') format('woff2'), url('fonts/fontexample-extrabold-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.measure-shoulder_type {
  vertical-align: baseline;
}
.measure-shoulder_type td {
  padding-top: 20px;
}
.measure-shoulder_type + .measure-shoulder_type td {
  padding-top: 8px;
}
.measure-shoulder_type .radio-wrapper li {
  display: inline-block;
}
.measure-shoulder_type .radio-wrapper li span.radios {
  border-color: #e8e8e8;
}
.measure-shoulder_type .radio-wrapper li span:not(.radios) {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .measure-shoulder_type .radio-wrapper li span:not(.radios) {
    font-size: 1rem;
  }
}
.measure-shoulder_type .alterations {
  overflow: hidden;
}
.measure-shoulder_type .measure-input.hidden {
  display: flex !important;
  opacity: 0 !important;
  transform: translate3d(9999px, 9999px, 9999px) !important;
}
.hide_filters_and_search_fabrics .fabric_filters,
.hide_filters_and_search_fabrics .fabric_search,
.hide_filters_and_search_fabrics .fabric_filters-menu {
  display: none !important;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
