@-webkit-keyframes bounce2 {
  0%,
  20%,
  53%,
  80%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce2 {
  0%,
  20%,
  53%,
  80%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
.bounce2 {
  -webkit-animation-name: bounce2;
          animation-name: bounce2;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
/*
 * Sample HTML structure
 * <div class="select-option">
 * 	<div class="option-item">
 * 		<input class="option-input" type="radio" name="optname" /><span class="option-item-name">Option 1</span>
 * 	</div>
 * 	<div class="option-item">
 * 		<input class="option-input" type="radio" name="optname" /><span class="option-item-name">Option 2</span>
 * 	</div>
 * 	<i class="arrow glyphicon glyphicon-chevron"></i>
 * </div>
 */
.select-option {
  border: 1px solid #333333;
  color: #333333;
  display: block;
  font-size: 10px;
  line-height: 1.2;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.select-option .option-item {
  position: relative;
}
.select-option .option-item .option-input {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.select-option .option-item .option-name {
  position: relative;
  width: 100%;
}
.select-option .arrow {
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
select.form-control {
  padding: 8px 14px;
}
select.form-control + .fa-angle-right {
  display: block;
  color: #666666;
  font-size: 25px;
  position: absolute;
  top: 6px;
  right: 13px;
  pointer-events: none;
  z-index: 2;
  transition: -webkit-transform 400ms linear;
  transition: transform 400ms linear;
  transition: transform 400ms linear, -webkit-transform 400ms linear;
}
select.form-control:focus + .fa-angle-right {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.wcrumb:before,
.wcrumb:after {
  content: " ";
  display: table;
}
.wcrumb:after {
  clear: both;
}
.error-text {
  color: #a94442;
}
textarea::-webkit-input-placeholder {
  color: #333333;
  transition: color 200ms linear;
}
textarea::-moz-placeholder {
  color: #333333;
  transition: color 200ms linear;
}
textarea::-ms-input-placeholder {
  color: #333333;
  transition: color 200ms linear;
}
textarea::placeholder {
  color: #333333;
  transition: color 200ms linear;
}
textarea:focus {
  box-shadow: none;
}
.btn-white {
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 0;
  color: #333333;
  font-weight: 300;
}
.btn-white:focus,
.btn-white:hover {
  color: #333333;
}
.btn-black {
  background: #333333;
  border: 1px solid #333333;
  border-radius: 0;
  color: #ffffff;
  font-weight: 300;
}
.btn-black:focus,
.btn-black:hover {
  color: #ffffff;
}
.page-main .action.primary {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #444444;
  color: #ffffff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  font-size: 12px;
  padding: 8px 14px;
  margin: 0 auto;
  text-transform: uppercase;
  vertical-align: baseline;
}
.page-main .action.primary:hover,
.page-main .action.primary:focus,
.page-main .action.primary:active {
  border: none;
  background: #333333;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .actions-toolbar .secondary .page-main .action.primary {
    margin-top: 0;
  }
}
.font-weight-300 {
  font-weight: 300 !important;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.ves-widget,
.vesbuilder-block,
.block-product-link.widget,
.block-category-link.widget {
  margin-top: 60px;
}
.block-category-link.widget {
  margin-bottom: 0;
}
.block-category-link.widget .category-name {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}
.block-category-link.widget a {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .block-category-link.widget {
    text-align: center;
  }
}
.ves-widget.widget-slider .block-title {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
}
.ves-widget.widget-slider .slick-dots li {
  margin: 0;
}
.ves-widget.widget-slider .slick-dots li button:before {
  font-size: 24px;
}
.widget-images {
  margin-bottom: 0;
}
.widget-images .block-title {
  display: none;
}
.widget-images .image-description {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 35px;
}
.widget-images .image-description h2,
.widget-images .image-description h3 {
  margin: 0;
}
.widget-images .image-description hr {
  margin: 25px 0;
  max-width: 100px;
  border-top-color: #999999;
}
.waterworks-newsletter-block > .block-title {
  display: none;
}
.scrollup {
  background-color: #333333 !important;
  border-radius: 0;
}
.scrollup .fa.fa-angle-up {
  color: #ffffff !important;
  font-size: 18px;
  line-height: 33px;
}
.scrollup .fa.fa-angle-up:before {
  content: "\e621";
  font-family: 'luma-icons';
  font-size: 18px !important;
  color: #ffffff !important;
}
.modal-popup .modal-inner-wrap {
  max-width: 320px;
}
.modal-popup .modal-inner-wrap .modal-content,
.modal-popup .modal-inner-wrap .modal-footer {
  padding: 15px;
}
.modal-popup .modal-inner-wrap .modal-content > button,
.modal-popup .modal-inner-wrap .modal-footer > button {
  width: 50%;
  float: left;
  text-transform: uppercase;
  font-size: 12px;
}
.modal-popup .modal-inner-wrap .modal-content > button:after,
.modal-popup .modal-inner-wrap .modal-footer > button:after {
  display: none !important;
}
.modal-popup .modal-inner-wrap .modal-content > button.action-dismiss,
.modal-popup .modal-inner-wrap .modal-footer > button.action-dismiss {
  background-color: transparent;
}
.modal-popup .modal-inner-wrap .modal-content > button.action-dismiss > span,
.modal-popup .modal-inner-wrap .modal-footer > button.action-dismiss > span {
  color: #333333;
}
.modal-popup .modal-inner-wrap .modal-content > button.action-accept > span,
.modal-popup .modal-inner-wrap .modal-footer > button.action-accept > span {
  color: #ffffff;
}
.modal-popup .modal-inner-wrap .modal-content > button:only-child,
.modal-popup .modal-inner-wrap .modal-footer > button:only-child {
  width: 100%;
}
.mt-150 {
  margin-top: 150px;
}
.mt-145 {
  margin-top: 145px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-135 {
  margin-top: 135px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-125 {
  margin-top: 125px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-115 {
  margin-top: 115px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-105 {
  margin-top: 105px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-95 {
  margin-top: 95px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-85 {
  margin-top: 85px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-65 {
  margin-top: 65px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-0 {
  margin-top: 0px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mb-145 {
  margin-bottom: 145px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mb-135 {
  margin-bottom: 135px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-125 {
  margin-bottom: 125px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-115 {
  margin-bottom: 115px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-105 {
  margin-bottom: 105px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-0 {
  margin-bottom: 0px;
}
.ml-150 {
  margin-left: 150px;
}
.ml-145 {
  margin-left: 145px;
}
.ml-140 {
  margin-left: 140px;
}
.ml-135 {
  margin-left: 135px;
}
.ml-130 {
  margin-left: 130px;
}
.ml-125 {
  margin-left: 125px;
}
.ml-120 {
  margin-left: 120px;
}
.ml-115 {
  margin-left: 115px;
}
.ml-110 {
  margin-left: 110px;
}
.ml-105 {
  margin-left: 105px;
}
.ml-100 {
  margin-left: 100px;
}
.ml-95 {
  margin-left: 95px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-85 {
  margin-left: 85px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-75 {
  margin-left: 75px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-65 {
  margin-left: 65px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-55 {
  margin-left: 55px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-0 {
  margin-left: 0px;
}
.mr-150 {
  margin-right: 150px;
}
.mr-145 {
  margin-right: 145px;
}
.mr-140 {
  margin-right: 140px;
}
.mr-135 {
  margin-right: 135px;
}
.mr-130 {
  margin-right: 130px;
}
.mr-125 {
  margin-right: 125px;
}
.mr-120 {
  margin-right: 120px;
}
.mr-115 {
  margin-right: 115px;
}
.mr-110 {
  margin-right: 110px;
}
.mr-105 {
  margin-right: 105px;
}
.mr-100 {
  margin-right: 100px;
}
.mr-95 {
  margin-right: 95px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-85 {
  margin-right: 85px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-75 {
  margin-right: 75px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-65 {
  margin-right: 65px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-55 {
  margin-right: 55px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-0 {
  margin-right: 0px;
}
/* ---------------------------------- Mixin --------------------------------------- */
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.underline {
  text-decoration: underline;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-top {
  vertical-align: text-top;
}
.text-middle,
.v-middle {
  vertical-align: middle;
}
.v-bottom,
.text-bottom {
  vertical-align: bottom;
}
.v-top {
  vertical-align: top;
}
.v-super {
  vertical-align: super;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.f-none {
  float: none;
}
.hidden {
  display: none !important;
}
.full-width {
  width: 100%;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.font-alt1 {
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
}
.vat-label {
  font-size: 12px;
  line-height: 1.2;
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
.page-footer .panel {
  margin: 0;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.page-footer .footer-our-services {
  float: left;
  width: 100%;
  height: 100px;
  padding-top: 25px;
  padding-left: 65px;
}
.rtl .page-footer .footer-our-services {
  padding-right: 65px;
  padding-left: inherit;
}
.page-footer .footer-our-services.styles-1 {
  background: url("../images/bg-styles-1.png") no-repeat scroll center center;
}
.page-footer .footer-our-services.styles-2 {
  position: relative;
  background: url("../images/bg-styles-2.png") no-repeat scroll center center;
}
.page-footer .footer-our-services.styles-2 .our-services-icon {
  margin-top: 2px;
}
.page-footer .footer-our-services.styles-2::before {
  content: "";
  width: 3px;
  height: 100%;
  background: url("../images/bg-footer-services.png") repeat-y scroll top center;
  position: absolute;
  left: -15px;
  top: 0;
}
.rtl .page-footer .footer-our-services.styles-2::before {
  right: -15px;
  left: auto;
}
.page-footer .footer-our-services.styles-2::after {
  content: "";
  width: 3px;
  height: 100%;
  background: url("../images/bg-footer-services.png") repeat-y scroll top center;
  position: absolute;
  right: -15px;
  top: 0;
}
.rtl .page-footer .footer-our-services.styles-2::after {
  left: -15px;
  right: auto;
}
.page-footer .footer-our-services.styles-3 {
  background: url("../images/bg-styles-3.png") no-repeat scroll center center;
}
.page-footer .footer-our-services.styles-3 .our-services-icon {
  margin-top: 5px;
}
.page-footer .footer-our-services.styles-3 h4 {
  text-decoration: underline;
}
.page-footer .footer-our-services .our-services-icon {
  width: 17%;
}
.page-footer .footer-our-services .our-services-content {
  color: #ffffff;
  width: 83%;
  padding-left: 20px;
}
.rtl .page-footer .footer-our-services .our-services-content {
  padding-right: 20px;
  padding-left: inherit;
}
.page-footer .footer-our-services .our-services-content p {
  font-size: 8px;
  font-style: italic;
  margin-bottom: 0;
}
.page-footer .footer-our-services .our-services-content h4 {
  margin-bottom: 0;
  margin-top: 6px;
  font-weight: normal;
}
.page-footer .footer-our-services .our-services-content a {
  color: #ffffff;
}
.page-footer .footer-our-services .our-services-content a:hover {
  text-decoration: underline;
}
.page-footer .footer-our-services:hover .our-services-icon {
  transform: rotateY(-360deg);
  -o-transform: rotateY(-360deg);
  -moz-transform: rotateY(-360deg);
  -webkit-transform: rotateY(-360deg);
}
.page-footer .block .block-title {
  font-size: 20px;
  padding: 0;
  color: #222222;
  margin-bottom: 21px;
}
.page-footer .footer-link .nav-links {
  position: relative;
}
.page-footer .footer-link .nav-links:before {
  content: "";
  width: 3px;
  height: 96%;
  background: url("../images/bg-footer-services.png") repeat-y scroll top center;
  position: absolute;
  left: -15px;
  top: 2px;
}
.page-footer .footer-link .nav-links li {
  margin-bottom: 0;
  line-height: 1.8;
}
.page-footer .footer-link .nav-links li a {
  color: #333333;
}
.page-footer .footer-link .nav-links li a:hover {
  color: #000000;
}
.page-footer .copyright {
  text-align: left;
  font-style: italic;
  font-size: 8px;
}
.rtl .page-footer .copyright {
  text-align: right;
}
.page-footer .footer-logo-card {
  text-align: right;
}
.rtl .page-footer .footer-logo-card {
  text-align: left;
}
.page-footer .footer-logo-card li {
  display: inline-block;
  zoom: 1;
}
.page-footer .footer-logo-card li::first-child {
  margin-right: 5px;
}
.rtl .page-footer .footer-logo-card li::first-child {
  margin-left: 5px;
  margin-right: inherit;
}
.page-footer .footer-bottom-wrapper {
  padding: 30px 0px;
  border-top: 1px solid #ebebeb;
}
.page-footer .footer-email-capture .newsletter .email-input {
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  border-radius: 1px;
  background: #000000;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #ebebeb;
  padding: 0;
  padding-bottom: 5px;
}
.page-footer .footer-email-capture .newsletter .email-input .mage-error {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
}
.page-footer .footer-email-capture .newsletter .email-input input {
  border: none !important;
  font-size: 14px;
  line-height: 1.42;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
.page-footer .footer-email-capture .newsletter .email-input input:focus {
  outline: none !important;
  box-shadow: none !important;
}
.page-footer .footer-email-capture .newsletter .control input.checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 1px solid #999999;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  width: 14px;
  height: 14px;
  display: inline-table;
  float: none;
  transition: border-color 200ms linear;
}
.page-footer .footer-email-capture .newsletter .control input.checkbox:before {
  opacity: 0;
  content: '\f00c';
  font-family: "FontAwesome";
  font-size: 12px;
  pointer-events: none;
  display: block;
  transition: opacity 200ms linear;
}
.page-footer .footer-email-capture .newsletter .control input.checkbox:checked {
  border-color: #999999;
}
.page-footer .footer-email-capture .newsletter .control input.checkbox:checked:before {
  opacity: 1;
}
.page-wrapper .page-footer {
  font-weight: 300;
  background: #000000 !important;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .page-wrapper .page-footer {
    padding-top: 45px;
  }
}
.page-wrapper .page-footer .footer-content:before,
.page-wrapper .page-footer .footer-content:after {
  content: " ";
  display: table;
}
.page-wrapper .page-footer .footer-content:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .page-wrapper .page-footer .footer-content {
    padding: 0 30px;
    clear: both;
  }
}
@media only screen and (min-width: 1350px) {
  .page-wrapper .page-footer .footer-content {
    padding: 0 140px;
    clear: both;
  }
}
.page-wrapper .page-footer .footer-content .block.footer-widget {
  margin-top: 0;
  margin-bottom: 0;
}
.page-wrapper .page-footer .footer-content .block.block-category-link.widget {
  max-width: 516px;
  float: left;
  text-align: left;
}
.page-wrapper .page-footer .footer-content .block.block-category-link.widget:before,
.page-wrapper .page-footer .footer-content .block.block-category-link.widget:after {
  content: " ";
  display: table;
}
.page-wrapper .page-footer .footer-content .block.block-category-link.widget:after {
  clear: both;
}
.page-wrapper .page-footer .footer-content .block.block-category-link.widget .category-name {
  font-weight: 400;
  font-size: 12px;
}
.page-wrapper .page-footer .footer-content .block .block-title {
  padding: 15px 0 !important;
}
.page-wrapper .page-footer .footer-content .block .block-title,
.page-wrapper .page-footer .footer-content .block .panel-headding {
  font-size: 11px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  margin-bottom: 0;
  font-weight: 700;
}
.page-wrapper .page-footer .footer-content .block .block-title strong,
.page-wrapper .page-footer .footer-content .block .panel-headding strong,
.page-wrapper .page-footer .footer-content .block .block-title span,
.page-wrapper .page-footer .footer-content .block .panel-headding span {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.page-wrapper .page-footer .footer-content .block .block-title .panel-title,
.page-wrapper .page-footer .footer-content .block .panel-headding .panel-title,
.page-wrapper .page-footer .footer-content .block .block-title .opener,
.page-wrapper .page-footer .footer-content .block .panel-headding .opener {
  height: 51px;
  line-height: 53px;
}
.page-wrapper .page-footer .footer-content .block .block-title .panel-title::before,
.page-wrapper .page-footer .footer-content .block .panel-headding .panel-title::before,
.page-wrapper .page-footer .footer-content .block .block-title .opener::before,
.page-wrapper .page-footer .footer-content .block .panel-headding .opener::before {
  display: none !important;
}
.page-wrapper .page-footer .footer-content .block .block-title .panel-title .fa.fa-angle-right,
.page-wrapper .page-footer .footer-content .block .panel-headding .panel-title .fa.fa-angle-right,
.page-wrapper .page-footer .footer-content .block .block-title .opener .fa.fa-angle-right,
.page-wrapper .page-footer .footer-content .block .panel-headding .opener .fa.fa-angle-right,
.page-wrapper .page-footer .footer-content .block .block-title .panel-title .fa.fa-angle-down,
.page-wrapper .page-footer .footer-content .block .panel-headding .panel-title .fa.fa-angle-down,
.page-wrapper .page-footer .footer-content .block .block-title .opener .fa.fa-angle-down,
.page-wrapper .page-footer .footer-content .block .panel-headding .opener .fa.fa-angle-down {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
  transition: -webkit-transform 400ms linear;
  transition: transform 400ms linear;
  transition: transform 400ms linear, -webkit-transform 400ms linear;
}
.page-wrapper .page-footer .footer-content .block .block-title .panel-title .fa.fa-angle-right::before,
.page-wrapper .page-footer .footer-content .block .panel-headding .panel-title .fa.fa-angle-right::before,
.page-wrapper .page-footer .footer-content .block .block-title .opener .fa.fa-angle-right::before,
.page-wrapper .page-footer .footer-content .block .panel-headding .opener .fa.fa-angle-right::before,
.page-wrapper .page-footer .footer-content .block .block-title .panel-title .fa.fa-angle-down::before,
.page-wrapper .page-footer .footer-content .block .panel-headding .panel-title .fa.fa-angle-down::before,
.page-wrapper .page-footer .footer-content .block .block-title .opener .fa.fa-angle-down::before,
.page-wrapper .page-footer .footer-content .block .panel-headding .opener .fa.fa-angle-down::before {
  content: "\e608";
  font-family: luma-icons, georgia, serif;
  font-size: 16px;
  line-height: 1.8;
}
.page-wrapper .page-footer .footer-content .block .block-title .panel-title.collapsed .fa-angle-right,
.page-wrapper .page-footer .footer-content .block .panel-headding .panel-title.collapsed .fa-angle-right,
.page-wrapper .page-footer .footer-content .block .block-title .opener.collapsed .fa-angle-right,
.page-wrapper .page-footer .footer-content .block .panel-headding .opener.collapsed .fa-angle-right,
.page-wrapper .page-footer .footer-content .block .block-title .panel-title.collapsed .fa-angle-down,
.page-wrapper .page-footer .footer-content .block .panel-headding .panel-title.collapsed .fa-angle-down,
.page-wrapper .page-footer .footer-content .block .block-title .opener.collapsed .fa-angle-down,
.page-wrapper .page-footer .footer-content .block .panel-headding .opener.collapsed .fa-angle-down {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
@media screen and (min-width: 768px) {
  .page-wrapper .page-footer .footer-content .block .block-title,
  .page-wrapper .page-footer .footer-content .block .panel-headding {
    font-size: 11px;
    margin-bottom: 0;
  }
}
.page-wrapper .page-footer .footer-content .block ul li,
.page-wrapper .page-footer .footer-content .block a {
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
}
.page-wrapper .page-footer .footer-content .block ul li {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .page-wrapper .page-footer .footer-content .block .widget-enable-collapse.collapse {
    height: auto !important;
    display: block;
  }
}
.page-wrapper .page-footer .footer-content .widget-newsletter .block.footer-widget {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page-wrapper .page-footer .footer-content .widget-newsletter .block.footer-widget .block-content {
    display: block;
    margin-top: 15px;
  }
  .page-wrapper .page-footer .footer-content .widget-newsletter .block.footer-widget .block-content ul,
  .page-wrapper .page-footer .footer-content .widget-newsletter .block.footer-widget .block-content ul li {
    margin: 0;
  }
}
html.ipad.portrait .page-wrapper .page-footer .footer-content .widget-newsletter .block.footer-widget .block-content {
  display: block;
  margin-top: 15px;
}
html.ipad.portrait .page-wrapper .page-footer .footer-content .widget-newsletter .block.footer-widget .block-content ul,
html.ipad.portrait .page-wrapper .page-footer .footer-content .widget-newsletter .block.footer-widget .block-content ul li {
  margin: 0;
}
html.legacy-ipad .page-wrapper .page-footer .footer-content .widget-newsletter .block.footer-widget .block-content {
  display: block;
  margin-top: 15px;
}
html.legacy-ipad .page-wrapper .page-footer .footer-content .widget-newsletter .block.footer-widget .block-content ul,
html.legacy-ipad .page-wrapper .page-footer .footer-content .widget-newsletter .block.footer-widget .block-content ul li {
  margin: 0;
}
.page-wrapper .page-footer .footer-content .no-title .block > .block-title {
  display: none;
}
.page-wrapper .page-footer .footer-content .panel-group .panel {
  border-bottom-width: 0 !important;
}
.page-wrapper .page-footer .footer-content .collapse .panel-body {
  padding-bottom: 0;
}
.page-wrapper .page-footer .footer-content .top-border-line {
  border-top: 1px solid #e1e1e1;
}
@media only screen and (min-width: 768px) {
  .page-wrapper .page-footer .footer-content .top-border-line {
    border-top: 0;
  }
}
.page-wrapper .page-footer .footer-content .bottom-border-line {
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (min-width: 768px) {
  .page-wrapper .page-footer .footer-content .bottom-border-line {
    border-bottom: 0;
  }
}
.page-wrapper .page-footer .footer-content .footer-bottom-wrapper {
  border-top: none;
}
.page-wrapper .page-footer .footer-content .copyright {
  font-style: normal;
}
.page-wrapper .page-footer .no-margin .block-category-link.widget,
.page-wrapper .page-footer .box-no-margin .block-category-link.widget {
  margin: 0;
}
.page-wrapper .page-footer .footer-logotype {
  clear: both;
  text-align: center;
}
@media (max-width: 992px) {
  .page-wrapper .page-footer .footer-logotype {
    padding-top: 50px;
  }
}
.page-wrapper .page-footer .footer-logotype div {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.page-wrapper .page-footer .footer-seo {
  text-align: center;
  padding: 30px 20px 0 20px;
  float: none;
  color: #ffffff;
  font-size: 10px;
}
.page-wrapper .page-footer .footer-column1 div,
.page-wrapper .page-footer .footer-column2 div,
.page-wrapper .page-footer .footer-column3 div {
  margin-bottom: 0 !important;
}
.page-wrapper .page-footer .footer-column1 .widget-contenthtml,
.page-wrapper .page-footer .footer-column2 .widget-contenthtml,
.page-wrapper .page-footer .footer-column3 .widget-contenthtml {
  padding-bottom: 0;
}
.page-wrapper .page-footer .footer-column1 [data-content-type="row"],
.page-wrapper .page-footer .footer-column2 [data-content-type="row"],
.page-wrapper .page-footer .footer-column3 [data-content-type="row"] {
  padding: 0 !important;
  margin: 0 !important;
}
.page-wrapper .page-footer .footer-column1 [data-content-type="row"] [data-enable-parallax="0"],
.page-wrapper .page-footer .footer-column2 [data-content-type="row"] [data-enable-parallax="0"],
.page-wrapper .page-footer .footer-column3 [data-content-type="row"] [data-enable-parallax="0"] {
  padding: 0 !important;
  margin: 0 !important;
}
.page-wrapper .page-footer .footer-column1 [data-content-type="row"] [data-enable-parallax="0"] [data-content-type="html"],
.page-wrapper .page-footer .footer-column2 [data-content-type="row"] [data-enable-parallax="0"] [data-content-type="html"],
.page-wrapper .page-footer .footer-column3 [data-content-type="row"] [data-enable-parallax="0"] [data-content-type="html"] {
  padding: 0 !important;
  margin: 0 !important;
}
.page-wrapper .page-footer .footer-column1 div {
  margin-top: 0;
}
.page-wrapper .page-footer .footer-column2 .row-level-2 .row-inner > div:nth-of-type(3) {
  clear: both;
}
.page-wrapper .page-footer .footer-column2 .footer-email {
  padding-top: 0;
  padding-bottom: 15px;
}
.page-wrapper .page-footer .footer-column2 .footer-email .footer-email-capture {
  padding-top: 15px;
}
@media only screen and (min-width: 768px) {
  .page-wrapper .page-footer .footer-column2 .footer-email {
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 15px;
  }
  .page-wrapper .page-footer .footer-column2 .footer-email .footer-email-capture {
    padding-top: 12px;
  }
}
.page-wrapper .page-footer .footer-column2 .footer-email > div {
  padding: 0 !important;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.page-wrapper .page-footer .footer-column2 .footer-email > div form a,
.page-wrapper .page-footer .footer-column2 .footer-email > div form label,
.page-wrapper .page-footer .footer-column2 .footer-email > div form span {
  color: #ffffff !important;
}
.page-wrapper .page-footer .footer-column2 .footer-email > div form span.title-form {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  line-height: 1.8;
}
.page-wrapper .page-footer .footer-column2 .footer-email > div form span.accept-label:after {
  display: none !important;
}
.page-wrapper .page-footer .footer-column2 .footer-email > div form input[type="email"] {
  background-color: #000000;
  border: none;
  border-bottom: 1px solid #ebebeb;
  padding: 0;
}
.page-wrapper .page-footer .footer-column2 .footer-email > div form input[type="email"]::-webkit-input-placeholder {
  color: #ffffff;
  text-align: left;
  font-size: 11px;
}
.page-wrapper .page-footer .footer-column2 .footer-email > div form input[type="email"]::-moz-placeholder {
  color: #ffffff;
  text-align: left;
  font-size: 11px;
}
.page-wrapper .page-footer .footer-column2 .footer-email > div form input[type="email"]::-ms-input-placeholder {
  color: #ffffff;
  text-align: left;
  font-size: 11px;
}
.page-wrapper .page-footer .footer-column2 .footer-email > div form input[type="email"]::placeholder {
  color: #ffffff;
  text-align: left;
  font-size: 11px;
}
.page-wrapper .page-footer .footer-column2 .footer-email > div form input[type="email"]:focus {
  outline: none;
}
.page-wrapper .page-footer .footer-column2 .footer-email > div form .actions button.action {
  margin: 0;
  max-width: 100%;
  width: 160px;
}
.page-wrapper .page-footer .footer-column2 .footer-email > div form .actions button.action span {
  color: #000000 !important;
}
.page-wrapper .page-footer .footer-column3 div > div {
  margin: 0 !important;
  padding: 0 !important;
}
.page-wrapper .page-footer .footer-column3 .widget-contenthtml {
  padding: 0 30px 0 30px !important;
  border-radius: 5px;
}
.page-wrapper .page-footer .footer-column3 .homepage-featured-section {
  margin-left: 25px !important;
  max-width: 240px;
}
.page-wrapper .page-footer .footer-column3 .homepage_featured_section_title {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-wrapper .page-footer .footer-column3 .homepage_featured_section_title.multiple {
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-wrapper .page-footer .footer-column3 .homeage_featured_link > a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
body .page-wrapper .footer-copyright {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
body .page-wrapper .footer-copyright p,
body .page-wrapper .footer-copyright a {
  color: #000000;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.8em;
}
body .page-wrapper .footer-copyright p.bold,
body .page-wrapper .footer-copyright a.bold {
  font-weight: 700;
}
body .page-wrapper .footer-copyright p .line-break,
body .page-wrapper .footer-copyright a .line-break {
  display: block;
}
@media (max-width: 768px) {
  body .page-wrapper .footer-copyright p .line-break,
  body .page-wrapper .footer-copyright a .line-break {
    margin-top: 20px;
  }
}
body .page-wrapper .footer-copyright div {
  margin-bottom: 0 !important;
}
.page-footer .block.newsletter {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (max-width: 991px) {
  .page-footer .header-links,
  .page-footer .setting-links,
  .page-footer .switcher {
    margin-right: 0;
  }
  .rtl .page-footer .header-links,
  .rtl .page-footer .setting-links,
  .rtl .page-footer .switcher {
    margin-left: 0;
    margin-right: inherit;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .page-footer .footer-our-services {
    padding-left: 25px;
  }
  .rtl .page-footer .footer-our-services {
    padding-right: 25px;
    padding-left: inherit;
  }
  .page-footer .footer-our-services .our-services-content h4 {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .social-footer li {
    margin: 5px 0;
  }
  .page-footer .collapse.in {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer-top .panel-group {
    margin-bottom: 0;
  }
  .footer-top .footer-block {
    margin: 0 -10px;
  }
  .footer-top .footer-block > div::before {
    background: #f1f1f1;
    content: "";
    height: 95%;
    left: 0;
    position: absolute;
    top: 5%;
    width: 1px;
  }
  .rtl .footer-top .footer-block > div::before {
    right: 0;
    left: auto;
  }
  .footer-top .footer-block > div::first-child:before {
    background: none !important;
  }
  .footer-top .footer-block > div > .col-inner {
    padding: 0 10px;
  }
  .page-footer .block .panel-heading,
  .page-footer .widget-collapse .block-title {
    background: none;
  }
  .page-footer .panel-title {
    display: none;
  }
  .page-footer .collapse .panel-body {
    border: 0 !important;
    padding: 0 !important;
  }
}
.page-footer .footer-top .block .block-title {
  padding: 10px 0 !important;
}
.page-footer .widget-html .block-title {
  margin-bottom: 0 !important;
  position: relative;
}
.page-footer .widget-collapse {
  border-bottom: 1px solid #ebebeb;
}
.page-footer .widget-collapse .block-content {
  padding: 20px 0 15px !important;
  float: left;
  width: 100%;
}
.rtl .page-footer .widget-collapse .block-content {
  float: right !important;
}
.page-footer .footer-links {
  margin-top: -76px;
  border: 0;
}
.page-footer .panel-group .panel {
  float: left;
  width: 100%;
  border-radius: 0 !important;
  border-bottom: 1px solid #ebebeb !important;
}
.page-footer .block .panel-heading,
.page-footer .widget-collapse .block-title {
  padding: 6px 0 !important;
  background: none !important;
  border-radius: 0;
  margin-bottom: 0 !important;
  position: relative;
}
.page-footer .panel-title,
.page-footer .block .opener {
  text-align: right;
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 40px;
  text-decoration: none;
}
.rtl .page-footer .panel-title,
.rtl .page-footer .block .opener {
  text-align: left;
}
.rtl .page-footer .panel-title,
.rtl .page-footer .block .opener {
  right: 0;
  left: auto;
}
.page-footer .panel-title::before,
.page-footer .block .opener::before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 12px;
  font-weight: 300;
}
.page-footer .panel-title.collapsed::before,
.page-footer .block .opener.collapsed::before {
  content: "\f106";
}
.page-footer .panel-title i,
.page-footer .block .opener i {
  display: none;
}
.page-footer .collapse {
  display: block;
  height: auto !important;
  padding: 0 !important;
}
.page-footer .collapse .panel-body {
  float: left;
  border: 0 !important;
  width: 100%;
  padding: 0 0 15px 0;
}
.page-footer .collapsing {
  display: none;
}
.page-footer .footer-our-services {
  padding-left: 30px;
  margin-bottom: 30px;
}
.rtl .page-footer .footer-our-services {
  padding-right: 30px;
  padding-left: inherit;
}
.page-footer .footer-our-services.styles-1,
.page-footer .footer-our-services.styles-2,
.page-footer .footer-our-services.styles-3 {
  background-size: 100% 100%;
}
.page-footer .footer-our-services.styles-2::after,
.page-footer .footer-our-services.styles-2::before {
  display: none;
}
.page-footer .footer-link .nav-links::before {
  content: none;
}
.page-footer .block-static-block.widget {
  margin-bottom: 0;
}
.page-footer .footer-link .panel-group {
  margin-bottom: 0;
}
.page-footer .copyright,
.page-footer .footer-logo-card {
  text-align: center;
}
.acsb-trigger.acsb-bg-lead.acsb-ready {
  display: none;
}
#myAccordionTab-footerMenu3 li a {
  position: relative;
  padding-left: 27px;
}
#myAccordionTab-footerMenu3 li a span {
  content: 'Aa';
  background: #363636;
  color: #ffffff;
  height: 20px;
  width: 20px;
  display: inline-block;
  border-radius: 90px;
  text-transform: initial;
  text-align: center;
  margin-right: 5px;
  margin-top: -3px;
  position: absolute;
  left: 0;
}
#myAccordionTab-footerMenu3 li a span:before {
  content: 'Aa';
  font-size: 14px;
  text-align: center;
  font-family: "Times New Roman", georgia, serif;
  font-weight: 100;
  line-height: 19px;
  vertical-align: top;
  display: inline-block;
}
.generic-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
}
.ctas-block.cms .button.cta {
  margin: 0 10px;
}
.ctas-block.cms .button.cta.black {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  font-size: 11px;
  font-weight: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  width: 280px;
  border-radius: 0;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.ctas-block.cms .button.cta.black:hover {
  background-color: #ffffff;
  color: #000000;
}
.ctas-block.cms .button.cta:first-of-type {
  margin-left: 0;
}
.ctas-block.cms .button.cta:last-of-type {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ctas-block.cms .flex-block {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .ctas-block.cms .flex-block a {
    margin: 0;
    margin-top: 10px;
  }
}
html.ipad.portrait  .ctas-block.cms .flex-block {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.ipad.portrait  .ctas-block.cms .flex-block a {
  margin: 0;
  margin-top: 10px;
}
html.legacy-ipad  .ctas-block.cms .flex-block {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
html.legacy-ipad  .ctas-block.cms .flex-block a {
  margin: 0;
  margin-top: 10px;
}
.qtyplus,
.qtyminus {
  display: inline-block;
  margin: 0px;
  float: left;
  cursor: pointer;
  width: 35px;
  border-radius: 0;
  border: 1px solid #ebebeb;
  background: #ffffff;
  outline: none;
  transition: background-color 200ms linear, color 200ms linear;
}
.qtyplus:hover,
.qtyminus:hover,
.qtyplus:active,
.qtyminus:active {
  background: #666666;
  color: #ffffff;
  border-radius: 0;
  outline: none;
}
.qtyminus {
  border-right-color: #666666;
}
.qtyminus:hover,
.qtyminus:active {
  border-right-color: #666666;
}
.qtyplus {
  border-left-color: #666666;
}
.qtyplus:hover,
.qtyplus:active {
  border-left-color: #666666;
}
.checkout-cart-index .page-title-wrapper {
  display: none;
}
#shopping-cart-table {
  margin-bottom: 0;
}
#shopping-cart-table thead tr th.col .item,
#shopping-cart-table thead tr th.col .qty,
#shopping-cart-table thead tr th.col .subtotal {
  border-bottom: 0;
}
#shopping-cart-table .field.qty {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #shopping-cart-table .field.qty {
    text-align: center;
    margin: 0 auto;
    max-width: 168px;
  }
}
#shopping-cart-table .field.qty .control.qty {
  display: inline-block;
}
#shopping-cart-table .field.qty .input-text.qty {
  float: left;
  display: inline-block;
  margin: 0;
  height: 34px;
}
#shopping-cart-table .item-info > td {
  border-bottom: 0;
}
#shopping-cart-table .item-info > td.col.item {
  border-top: 1px solid #666666;
  padding-left: 135px;
  display: -ms-flexbox;
  display: flex;
  clear: both;
}
@media only screen and (min-width: 768px) {
  #shopping-cart-table .item-info > td {
    border-top: 1px solid #666666;
  }
  #shopping-cart-table .item-info > td.col.item,
  #shopping-cart-table .item-info > td.col.qty {
    padding-left: 0;
  }
}
#shopping-cart-table .item-info .product-item-photo {
  left: 0;
  max-width: 110px;
}
#shopping-cart-table .item-info .product-family-name,
#shopping-cart-table .item-info .product-item-name {
  font-size: 10px;
  line-height: 1.2;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  #shopping-cart-table .item-info .product-family-name,
  #shopping-cart-table .item-info .product-item-name {
    max-width: 180px;
  }
}
#shopping-cart-table .item-info .product-family-name {
  font-weight: 600;
  vertical-align: top;
}
#shopping-cart-table .item-info .product.style {
  margin-top: 20px;
  font-size: 10px;
}
#shopping-cart-table .item-info .product.style .product-style-info {
  color: #666666;
  font-weight: 300;
}
#shopping-cart-table .item-info .product.style .product-style-info a.contact-product-expert-wrapper {
  text-decoration: underline;
  text-transform: initial;
}
#shopping-cart-table .item-info .product.style .product-style-info a.contact-product-expert-wrapper:hover {
  color: #666666;
}
#shopping-cart-table .item-info .item-options dt,
#shopping-cart-table .item-info .item-options dd {
  float: none;
  display: block;
  font-size: 10px;
}
#shopping-cart-table .item-info .item-options dt:after,
#shopping-cart-table .item-info .item-options dd:after {
  display: none;
}
#shopping-cart-table .item-info .item-options dd {
  font-weight: 300;
}
#shopping-cart-table .item-info .action-towishlist {
  float: none;
  display: block;
  margin-right: 0;
  text-align: right;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
}
#shopping-cart-table .item-info .actions-toolbar {
  margin-top: 16px;
  text-align: right;
}
#shopping-cart-table .item-info .actions-toolbar > a {
  font-size: 10px;
  line-height: 1.2;
  margin-bottom: 10px;
}
#shopping-cart-table .item-info .subtotal {
  white-space: normal;
}
#shopping-cart-table .item-info .subtotal .trade-label {
  font-size: 15px;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
}
#shopping-cart-table .item-info .subtotal .price-excluding-tax {
  display: inline-block;
}
#shopping-cart-table .item-info .subtotal .cart-price .price {
  font-size: 15px;
  line-height: 1.2;
}
#shopping-cart-table .input-group-btn {
  cursor: pointer;
}
#shopping-cart-table .cart.item .col.qty,
#shopping-cart-table .cart.item .col.subtotal {
  display: inline-block;
  padding: 20px 0px;
  text-align: right;
  width: 36%;
  white-space: normal;
}
@media only screen and (min-width: 768px) {
  #shopping-cart-table .cart.item .col.qty,
  #shopping-cart-table .cart.item .col.subtotal {
    width: auto;
    display: table-cell;
  }
}
#shopping-cart-table .cart.item .col.qty {
  width: 64%;
}
@media only screen and (min-width: 425px) {
  #shopping-cart-table .cart.item .col.qty {
    padding-left: 135px;
  }
}
@media only screen and (min-width: 768px) {
  #shopping-cart-table .cart.item .col.qty {
    padding-left: 0;
  }
}
#shopping-cart-table .cart.item .col.qty .input-text {
  margin-top: 0;
  float: left;
  display: inline-block;
}
#shopping-cart-table .cart.item .item-actions td {
  padding: 15px 0px 10px 90px;
  float: left;
}
#shopping-cart-table .cart.item .item-actions .actions-toolbar {
  margin-top: 10px;
}
@media only screen and (min-width: 1200px) {
  #shopping-cart-table .cart.item .item-actions .actions-toolbar > a {
    float: none;
    display: block;
    margin-right: 0;
  }
}
#shopping-cart-table .cart.item .product-item-details {
  padding-top: 0px;
}
.cart-container #form-validate .cart.main.actions {
  display: none;
}
#subtotal-summary {
  clear: both;
}
#subtotal-summary .table-wrapper,
#subtotal-summary table {
  margin: 0;
}
#subtotal-summary td:first-child {
  text-align: left;
  text-transform: uppercase;
}
#subtotal-summary td:last-child {
  text-align: right;
}
#subtotal-summary td {
  border-top: 0;
}
/* Checkout buttons*/
.checkout.methods.items.checkout-methods-items {
  padding: 0;
}
.checkout.methods.items.checkout-methods-items button.checkout {
  background: #333333;
  border: none;
  border-radius: 0;
  font-family: inherit;
}
.cart.main.actions a.continue {
  border: 1px solid #333333;
  border-radius: 0;
  font-family: inherit;
  background: #ffffff;
  font-weight: normal;
  color: #333333;
}
.cart-container .cart-summary {
  padding-bottom: 0;
  margin-bottom: 15px;
}
.cart-container .cart-summary .cart.item:last-child {
  border-bottom: none;
}
.cart-container .cart-summary .field .message.warning {
  clear: both;
}
.cart-container .cart-summary .loading-mask .loader img {
  max-width: 15% !important;
}
#block-discount .actions-toolbar {
  float: right;
  display: inline-block;
}
#block-discount .actions-toolbar button {
  float: right;
}
#block-discount .apply-discount-toolbar {
  width: 100%;
}
#block-discount .apply-discount-toolbar .primary {
  float: right;
}
#block-discount button {
  background: #333333;
  border-radius: 0;
  border: none;
  width: 100%;
  text-align: center;
  font-family: inherit;
}
#block-discount .field .input-text::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #333333;
  transition: color 200ms linear;
}
#block-discount .field .input-text::-moz-placeholder {
  text-transform: uppercase;
  color: #333333;
  transition: color 200ms linear;
}
#block-discount .field .input-text::-ms-input-placeholder {
  text-transform: uppercase;
  color: #333333;
  transition: color 200ms linear;
}
#block-discount .field .input-text::placeholder {
  text-transform: uppercase;
  color: #333333;
  transition: color 200ms linear;
}
#block-discount .field .input-text:focus {
  box-shadow: none;
}
a.continue {
  background: #333333;
  border-radius: 0;
  border: none;
  width: 100%;
  text-align: center;
  font-family: inherit;
}
.cart-summary {
  background: none;
  color: #333333;
  margin-top: 40px;
}
.cart-summary #block-shipping {
  padding: 0;
}
#block-shipping-heading {
  font-family: inherit;
}
#block-shipping-heading:after {
  content: '' !important;
}
.totals-title-tr td {
  text-align: right;
  font-weight: bold;
}
#cart-totals {
  margin-top: 30px;
}
#cart-totals .data.table.totals td,
#cart-totals .data.table.totals th {
  padding: 2px;
  border-top: none;
}
#cart-totals .data.table.totals .price {
  font-weight: 600;
}
#cart-totals .data.table.totals .totals-tax th {
  font-size: 0;
  opacity: 0;
  pointer-events: none;
}
#cart-totals .data.table.totals .totals-tax td.amount:before {
  content: attr(data-th) ':';
  display: inline-block;
  text-transform: uppercase;
}
#co-shipping-method-form {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}
#co-shipping-method-form .item-options {
  margin: 0;
  padding: 5px 0;
}
#co-shipping-method-form .item-options dt,
#co-shipping-method-form .item-options dd {
  font-size: 12px !important;
}
#co-shipping-method-form .item-options .field.choice.item {
  margin: 0;
}
#co-shipping-method-form .item-options .field.choice.item label {
  color: #333333;
  font-weight: bold!important;
}
.block-shipping-rates-heading {
  margin-top: 40px;
  margin-bottom: 20px;
  border-top: 1px solid #ebebeb;
  padding-top: 10px;
}
.block-shipping-rates-heading #block-shipping-rates-heading:after {
  content: '';
  display: none;
}
.minicart-items .action.delete:before {
  content: 'Remove';
  font-family: inherit;
  color: #333333;
  font-size: 10px;
}
.minicart-items-wrapper .item-qty.cart-item-qty {
  float: left;
  display: inline-block;
  margin: 0;
  height: 34px;
}
.minicart-items-wrapper .details-qty.qty {
  clear: both;
  overflow: hidden;
  margin-bottom: 28px;
}
.minicart-items-wrapper .details-qty.qty label {
  display: none!important;
}
.minicart-items-wrapper .price-container {
  clear: both;
}
.minicart-items-wrapper .price-container .trade-price-label {
  margin-left: -88px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  font-size: 13px;
  width: 83px;
  display: inline-block;
  text-align: center;
}
.minicart-items-wrapper .price-container .price-excluding-tax {
  display: inline-block;
}
#minicart-content-wrapper .items-total {
  display: none;
}
#minicart-content-wrapper .mini-cart.continue-link {
  font-size: 10px;
  color: #333333;
  text-transform: uppercase;
  background: #f6f6f6;
  padding: 15px 20px;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  margin-top: -25px;
  overflow: hidden;
}
#minicart-content-wrapper .subtotal {
  background: #f6f6f6;
  padding: 20px 20px;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  text-align: center;
}
#minicart-content-wrapper .subtotal .label span {
  text-transform: uppercase;
  font-size: 12px;
}
#minicart-content-wrapper .subtotal .amount.price-container {
  display: inline-block;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  background: #333333;
  border: none;
  border-radius: 0;
  padding: 10px 0;
  font-family: inherit;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  transition: background-color 300ms linear;
}
.block-minicart .block-content > .actions > .primary .action.primary span {
  color: #ffffff;
}
.block-minicart .block-content > .actions > .primary .action.primary:hover {
  background-color: #333333;
}
.block-minicart .block-content > .actions > .primary .action.primary:hover span {
  color: #ffffff;
}
.block-minicart .block-content > .actions > .secondary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .secondary .action.viewcart {
  width: 100%;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  padding: 10px 0;
  font-family: inherit;
  font-size: 14px;
  text-transform: uppercase;
  transition: border-color 300ms linear;
}
.block-minicart .block-content > .actions > .secondary .action.viewcart:hover {
  border-color: #333333;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 12px;
}
.action.continue.homepage {
  background: none;
  cursor: pointer;
}
.page-header .minicart-wrapper .block-minicart {
  width: 100%;
  max-height: calc(100vh - 47px);
  overflow: auto;
}
@media only screen and (min-width: 768px) {
  .page-header .minicart-wrapper .block-minicart {
    max-width: 408px;
  }
}
.page-header .minicart-wrapper .block-minicart:after,
.page-header .minicart-wrapper .block-minicart:before {
  border: none;
}
.page-header .minicart-wrapper .action.close {
  padding: 11px 0;
  height: auto;
}
@media (min-width: 768px) {
  #shopping-cart-table th span {
    display: none;
  }
  #shopping-cart-table .cart.item .col.qty,
  #shopping-cart-table .cart.item .col.subtotal {
    width: auto;
    display: table-cell;
    padding: 20px 0px;
  }
  #shopping-cart-table .cart.item .col.qty {
    width: 50%;
  }
  #shopping-cart-table .cart.item .item-actions td {
    padding: 15px 0px 10px 120px;
    float: right;
    margin-top: -30px;
    margin-right: -37px;
  }
  #shopping-cart-table .product.style {
    margin-top: 20px;
    font-size: 10px;
  }
  #shopping-cart-table .product.style .product-style-info {
    color: #666666;
    font-weight: 300;
  }
  .cart-container .cart-summary {
    margin-top: 40px;
    width: 100%!important;
    padding: 0;
  }
  .cart-container .cart-summary .summary.title {
    display: none;
  }
  .cart-container .continue-shopping-outside {
    padding: 1px 20px 25px;
  }
}
@media (min-width: 992px) {
  #shopping-cart-table .cart.item .item-actions td {
    padding: 0;
    margin-top: -100px;
  }
}
@media (min-width: 1200px) {
  .checkout-methods-items button,
  .continue-shopping-outside .action.continue.primary {
    width: 25%!important;
    float: right;
  }
  #co-shipping-method-form .item-options {
    display: inline-block;
    margin-right: 40px;
  }
  .minicart-wrap .minicart-wrapper.active {
    width: 50%;
  }
  .minicart-wrap .minicart-wrapper.active .ui-dialog.ui-widget.ui-widget-content {
    width: 100%;
    max-width: 408px;
  }
  #minicart-content-wrapper .subtotal {
    width: auto;
    left: 0;
    margin-left: -21px;
    margin-right: -21px;
    border-right: 0;
  }
  #minicart-content-wrapper .mini-cart.continue-link {
    left: 0;
    margin-left: -20px;
  }
  #mini-cart .item.product .product {
    max-width: 92%;
  }
  #mini-cart .item.product .product .product-item-pricing .details-qty.qty {
    display: inline-block;
    width: 100%;
  }
  .minicart-items-wrapper {
    border: 0;
    border-top: 1px solid #CCCCCC;
  }
}
.one-step-checkout-wrapper .mark {
  background: #ffffff;
}
.one-step-checkout-wrapper #customer-email-fieldset.fieldset > .field {
  padding: 0;
}
.one-step-checkout-wrapper #shipping-new-address-form .street.required {
  padding-left: 10px !important;
}
.one-step-checkout-wrapper #shipping-new-address-form .street.required > .control {
  margin: 0 !important;
}
.one-step-checkout-wrapper #shipping-new-address-form .street.required > .control > .field._required {
  padding-left: 0 !important;
}
@media only screen and (min-width: 992px) {
  .one-step-checkout-wrapper #shipping-new-address-form .street.required > .control > .field.additional {
    padding-left: 10px !important;
    padding-right: 0;
  }
}
.one-step-checkout-wrapper .opc-block-summary.step-content {
  padding: 20px 0;
  margin-bottom: 0;
}
.one-step-checkout-wrapper .opc-block-summary .minicart-items-wrapper {
  margin: 0;
  padding-right: 0;
}
.one-step-checkout-wrapper .opc-block-summary .table-totals tbody .mark,
.one-step-checkout-wrapper .opc-block-summary .table-totals tfoot .mark {
  padding-right: 0;
}
.one-step-checkout-wrapper .opc-block-summary .table-totals tbody .amount,
.one-step-checkout-wrapper .opc-block-summary .table-totals tfoot .amount {
  padding-right: 4px;
}
.one-step-checkout-wrapper #co-place-order-area {
  padding: 0 !important;
}
.one-step-checkout-wrapper #co-place-order-area .osc-place-order-wrapper {
  padding: 0;
}
.one-step-checkout-wrapper #co-place-order-area .osc-place-order-wrapper .place-order-primary .action.primary.checkout {
  transition: background-color 200ms linear;
}
.one-step-checkout-wrapper #co-place-order-area .osc-place-order-wrapper .place-order-primary .action.primary.checkout:hover,
.one-step-checkout-wrapper #co-place-order-area .osc-place-order-wrapper .place-order-primary .action.primary.checkout:active,
.one-step-checkout-wrapper #co-place-order-area .osc-place-order-wrapper .place-order-primary .action.primary.checkout:focus {
  background-color: #666666 !important;
}
#checkout-step-shipping .addresses .shipping-address-items .shipping-address-item.selected-item {
  border-color: #333;
}
#checkout-step-shipping .addresses .shipping-address-items .shipping-address-item.selected-item:after {
  background: #333;
}
.main .cart-empty h2,
.main .cart-container h2,
.main .checkout-success.title h2 {
  margin-bottom: 7px;
  margin-top: 40px;
  color: #333333;
}
.main .cart-empty hr,
.main .cart-container hr,
.main .checkout-success.title hr {
  margin-top: 7px;
  border-top: 1px solid #333333;
}
.main .cart-empty table#shopping-cart-table thead,
.main .cart-container table#shopping-cart-table thead,
.main .checkout-success.title table#shopping-cart-table thead {
  display: none;
}
.main .cart-container > p {
  margin: 15px 0 15px;
}
.shq-method-carrier-logo {
  display: none;
}
div[name="shippingAddress.postcode"] {
  display: none;
}
body.checkout-onepage-success .column.main {
  padding-bottom: 100px;
  padding-top: 20px;
}
body.checkout-onepage-success .column.main .checkout-success h2 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 32px;
  font-weight: 100;
  line-height: 1.5;
  color: #000000;
  margin: 0;
  padding: 0;
}
body.checkout-onepage-success .column.main .checkout-success p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5;
  color: #000000;
}
body.checkout-onepage-success .column.main .checkout-success p a {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5;
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
}
body.checkout-onepage-success .column.main .checkout-success p a:hover {
  text-decoration: none;
}
body.checkout-onepage-success .column.main .checkout-success p a strong {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
}
body.checkout-onepage-success .column.main .checkout-success hr {
  margin-top: 10px;
  border-color: #CCCCCC;
}
body.checkout-onepage-success .column.main .checkout-success .actions-toolbar {
  margin-top: 20px;
  float: none;
}
body.checkout-onepage-success .column.main .checkout-success .actions-toolbar .primary {
  float: none;
}
body.checkout-onepage-success .column.main .checkout-success .actions-toolbar .action.primary.continue {
  display: block;
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px !important;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: inherit;
  -webkit-appearance: inherit;
  appearance: inherit;
  position: relative;
  width: 280px;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  background: #000000 !important;
  color: white !important;
  border: 1px solid #000000;
  float: none;
}
body.checkout-onepage-success .column.main .checkout-success .actions-toolbar .action.primary.continue:hover {
  background: #ffffff !important;
  color: #000000 !important;
}
@media (max-width: 768px) {
  body.checkout-onepage-success .column.main .checkout-success .actions-toolbar .action.primary.continue {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  body.checkout-onepage-success .column.main .checkout-success .actions-toolbar .action.primary.continue {
    width: 100%;
    max-width: 100%;
  }
}
body.checkout-onepage-success .column.main .checkout-success.warranty-registration {
  margin-top: 100px;
}
body.checkout-onepage-success .column.main #registration {
  margin-top: 90px;
}
body.checkout-onepage-success .column.main #registration:before {
  content: 'Create an Account';
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 32px;
  font-weight: 100;
  line-height: 65px;
  color: #000000;
  margin: 0 0 20px 0;
  padding: 0;
  border-bottom: 1px solid #CCCCCC;
  width: 100%;
  display: block;
}
body.checkout-onepage-success .column.main #registration br {
  display: none;
}
body.checkout-onepage-success .column.main #registration p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5;
  color: #000000;
}
body.checkout-onepage-success .column.main #registration p a {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5;
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
}
body.checkout-onepage-success .column.main #registration p a:hover {
  text-decoration: none;
}
body.checkout-onepage-success .column.main #registration p a strong {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
}
body.checkout-onepage-success .column.main #registration a.action.primary {
  display: block;
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px !important;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: inherit;
  -webkit-appearance: inherit;
  appearance: inherit;
  position: relative;
  width: 280px;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  background: #000000 !important;
  color: white !important;
  border: 1px solid #000000;
  float: none;
  margin: 20px 0 0 0;
}
body.checkout-onepage-success .column.main #registration a.action.primary:hover {
  background: #ffffff !important;
  color: #000000 !important;
}
@media (max-width: 480px) {
  body.checkout-onepage-success .column.main #registration a.action.primary {
    width: 100%;
  }
}
body.checkout-cart-index button#empty_cart_button_new {
  -webkit-appearance: initial;
     -moz-appearance: initial;
          appearance: initial;
  background: none;
  border: none;
  padding: 0;
  float: right;
  margin-top: -30px;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #A4A4A4;
}
body.checkout-cart-index button#empty_cart_button_new span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
body.checkout-cart-index button#empty_cart_button_new:hover span,
body.checkout-cart-index button#empty_cart_button_new.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
body.checkout-cart-index button#empty_cart_button_new:after {
  content: '';
  width: 24px;
  height: 24px;
  float: right;
  margin-top: -3px;
  margin-right: -5px;
  margin-left: 10px;
  background: url('../images/icons/cart-remove-all.png') center center no-repeat;
  background-size: contain;
}
body.checkout-cart-index button#empty_cart_button_new:hover span {
  color: #000000;
}
body.checkout-cart-index .cart.table-wrapper {
  margin-top: 10px;
}
body.checkout-cart-index #remove-all-confirm-wrapper {
  display: none;
}
body.checkout-cart-index .remove-all-confirm-modal {
  /* Landscape */
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.checkout-cart-index .remove-all-confirm-modal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
html.ipad.landscape body.checkout-cart-index .remove-all-confirm-modal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.checkout-cart-index .remove-all-confirm-modal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.checkout-cart-index .remove-all-confirm-modal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media only screen and (max-height: 640px) {
  html:not(.ipad) body.checkout-cart-index .remove-all-confirm-modal {
    display: block;
  }
}
body.checkout-cart-index .remove-all-confirm-modal .modal-header {
  background: #ffffff;
  padding: 0;
  height: 70px;
}
body.checkout-cart-index .remove-all-confirm-modal .modal-header .action-close {
  padding: 24px;
}
body.checkout-cart-index .remove-all-confirm-modal .modal-header .action-close:before {
  font-size: 16px;
}
body.checkout-cart-index .remove-all-confirm-modal .modal-inner-wrap {
  width: 639px;
  max-width: 100%;
  background: #ffffff !important;
  margin: 0 auto;
}
body.checkout-cart-index .remove-all-confirm-modal .modal-content {
  padding: 0 10px 50px 10px;
  max-width: 100%;
}
body.checkout-cart-index .remove-all-confirm-modal .remove-all-confirm {
  text-align: center;
}
body.checkout-cart-index .remove-all-confirm-modal i.remove-all-icon {
  display: inline-block;
  width: 114px;
  height: 114px;
  margin: 0 auto 45px;
  background: #f6f6f6 url('../images/icons/remove-all-icon.png') center center no-repeat;
  background-size: 50px;
  border-radius: 90px;
}
body.checkout-cart-index .remove-all-confirm-modal h2 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  text-align: center;
  margin: 0 auto 20px auto;
  text-transform: initial;
}
body.checkout-cart-index .remove-all-confirm-modal p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #707070;
  text-align: center;
}
body.checkout-cart-index .remove-all-confirm-modal .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 48px;
}
body.checkout-cart-index .remove-all-confirm-modal .actions button {
  max-width: 177px;
  width: 50%;
  height: 60px;
  margin: 0 6px;
  text-transform: uppercase;
}
body.checkout-cart-index .remove-all-confirm-modal .actions button.no {
  background: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 10px;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #000000;
}
body.checkout-cart-index .remove-all-confirm-modal .actions button.no span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
body.checkout-cart-index .remove-all-confirm-modal .actions button.no:hover span,
body.checkout-cart-index .remove-all-confirm-modal .actions button.no.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
body.checkout-cart-index .remove-all-confirm-modal .actions button.yes {
  background: #ffffff;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 10px;
  color: #000000;
  border-radius: 0;
  border: 1px solid #000000;
}
body.checkout-cart-index .remove-all-confirm-modal .actions button.yes span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
body.checkout-cart-index .remove-all-confirm-modal .actions button.yes:hover span,
body.checkout-cart-index .remove-all-confirm-modal .actions button.yes.selected span {
  text-decoration: none !important;
  background-size: 100% 1px;
}
main.page-main-fluid {
  padding-top: 0 !important;
}
main.page-main {
  padding-top: 15px;
}
@media only screen and (min-width: 768px) {
  #ves-paneltool {
    display: none;
  }
  .widget-images .image-item {
    position: relative;
  }
  .widget-images .image-description {
    position: absolute;
    width: 60%;
    left: 40%;
    top: 40%;
  }
  .widget-images .image-description.brand_statement_container {
    width: auto !important;
    position: absolute;
    top: 40% !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
  .banner-item {
    position: relative;
  }
  .banner-item .widget-images .image-item {
    position: relative;
  }
  .banner-item .widget-images .image-description {
    left: 0;
    width: 100%;
  }
  .banner-item .widget-images .image-description br {
    display: inline-block !important;
  }
  .banner-item .scroll_down_arrow {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .banner-item .scroll_down_arrow .fa-angle-down {
    border: 1px solid #666666;
    border-radius: 100%;
    font-size: 20px;
    line-height: 1;
    padding: 6px 6px 2px;
    cursor: pointer;
    color: #666666;
  }
  .banner-item .scroll_down_arrow .fa-angle-down:before {
    content: "\e622";
    font-family: 'luma-icons';
  }
}
@media only screen and (min-width: 768px) and only screen and (min-width: 1200px) {
  .banner-item .scroll_down_arrow {
    top: 75%;
  }
}
@media only screen and (min-width: 1200px) {
  .ves-container .container {
    width: 100%;
    max-width: 2500px;
  }
}
body .transition {
  transition: transform 300ms linear, padding-bottom 300ms linear, -webkit-transform 300ms linear;
}
.cms-index-index .breadcrumbs,
.cms-waterworks-home-page .breadcrumbs {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .cms-index-index .widget-images .widget-images .image-description.img-top p,
  .cms-waterworks-home-page .widget-images .widget-images .image-description.img-top p,
  .cms-index-index .widget-images .image-description.img-middle p,
  .cms-waterworks-home-page .widget-images .image-description.img-middle p {
    font: "Gotham SSm A", "Gotham SSm B", sans-serif;
  }
  .cms-index-index .widget-images .image-description.img-middle p span,
  .cms-waterworks-home-page .widget-images .image-description.img-middle p span {
    font-size: 14px !important;
  }
  .cms-index-index .widget-images .image-description.img-middle h2,
  .cms-waterworks-home-page .widget-images .image-description.img-middle h2 {
    font-weight: normal;
    margin-bottom: 40px;
  }
  .cms-index-index .widget-images .image-description.img-middle hr,
  .cms-waterworks-home-page .widget-images .image-description.img-middle hr {
    border-top-color: white;
  }
  .cms-index-index .widget-images .image-description.img-top,
  .cms-waterworks-home-page .widget-images .image-description.img-top {
    position: absolute;
    width: 100%;
    left: 40%;
    top: 69%;
    line-height: 4;
  }
  .cms-index-index .widget-images .image-description.img-top p span,
  .cms-waterworks-home-page .widget-images .image-description.img-top p span {
    font-size: 14px !important;
  }
  .cms-index-index .widget-images .image-description.img-top h2,
  .cms-waterworks-home-page .widget-images .image-description.img-top h2 {
    font-weight: normal;
    margin-bottom: 40px;
  }
  .cms-index-index .widget-images .image-description.main-banner-desc,
  .cms-waterworks-home-page .widget-images .image-description.main-banner-desc {
    position: absolute;
    width: 100%;
    left: 0;
    top: 15%;
    text-align: center;
    line-height: 4;
    margin-top: 0;
  }
  .cms-index-index .widget-images .image-description.main-banner-desc p span,
  .cms-waterworks-home-page .widget-images .image-description.main-banner-desc p span {
    font-size: 12px !important;
  }
  .cms-index-index .widget-images .image-description.main-banner-desc h2,
  .cms-waterworks-home-page .widget-images .image-description.main-banner-desc h2 {
    text-align: center;
    margin: auto;
    width: 45%;
    font-weight: normal !important;
    font: "Mercury Display A", "Mercury Display B", Georgia, serif;
    margin-bottom: 80px;
  }
  .cms-index-index div.main-banner .down-arrow:after,
  .cms-waterworks-home-page div.main-banner .down-arrow:after {
    position: absolute;
    left: 49%;
    height: 37px;
    line-height: 20px;
    content: "\e622";
    font-family: 'luma-icons';
    color: #33333352;
    background-color: transparent;
    border: 1px solid #33333352;
    border-radius: 50%;
    padding: 8px;
    font-size: 18px;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .cms-index-index div.slider-description.text-center,
  .cms-waterworks-home-page div.slider-description.text-center {
    position: initial;
  }
  .cms-index-index div.slider-description.text-center p,
  .cms-waterworks-home-page div.slider-description.text-center p {
    text-align: center !important;
  }
  .cms-index-index div.slider-description.text-center p span,
  .cms-waterworks-home-page div.slider-description.text-center p span {
    font-size: 12px !important;
  }
  .cms-index-index div.slider-description.text-center h2,
  .cms-waterworks-home-page div.slider-description.text-center h2 {
    text-align: center !important;
    font-weight: normal;
    margin-bottom: 40px;
  }
  .cms-index-index div.slider-description.text-center hr,
  .cms-waterworks-home-page div.slider-description.text-center hr {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .cms-index-index .widget-images .image-description.main-banner-desc,
  .cms-waterworks-home-page .widget-images .image-description.main-banner-desc {
    top: 8%;
  }
}
div.ves-widget.widget-images.block.main-banner {
  display: none;
}
/**
 * Success and Error messsage colors
 */
.page-wrapper .message.success,
.page-wrapper .message.error,
.page-wrapper .message.notice,
.page-wrapper .message.info {
  background-color: transparent;
  color: #333333;
}
.page-wrapper .message.success > *:first-child:before,
.page-wrapper .message.error > *:first-child:before,
.page-wrapper .message.notice > *:first-child:before,
.page-wrapper .message.info > *:first-child:before {
  color: #333333;
}
.page-wrapper.no-padding-forced {
  padding-top: 0 !important;
}
@media only screen and (max-width: 768px) {
  div.page-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
body main div[data-element="main"] {
  margin-left: unset !important;
  margin-right: unset !important;
  max-width: unset !important;
}
body main div[data-element="main"] > div {
  margin: 0 !important;
  border: unset !important;
  display: block !important;
  -ms-flex-direction: unset !important;
      flex-direction: unset !important;
  -ms-flex-pack: unset !important;
      justify-content: unset !important;
  padding: unset !important;
}
body main div[data-element="main"] > div > div {
  border: unset !important;
}
body main ul#landing-menu,
body main ulul#commercial-menu {
  width: 100% !important;
}
@media only screen and (max-width: 768px) {
  body.checkout-index-index._has-modal {
    position: fixed;
  }
}
/* ====== Contact page ====== */
.contact-create-index h1,
.checkout-cart-index h1 {
  margin-bottom: 40px;
}
.contact-create-index h1 small,
.checkout-cart-index h1 small {
  font-size: 12px;
  color: #333333;
  letter-spacing: 1px;
}
.contact-create-index h2,
.checkout-cart-index h2 {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 50px;
}
.contact-create-index .form-control::-webkit-input-placeholder,
.checkout-cart-index .form-control::-webkit-input-placeholder,
.contact-create-index input::-webkit-input-placeholder,
.checkout-cart-index input::-webkit-input-placeholder,
.contact-create-index textarea::-webkit-input-placeholder,
.checkout-cart-index textarea::-webkit-input-placeholder,
.contact-create-index select::-webkit-input-placeholder,
.checkout-cart-index select::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #333333;
}
.contact-create-index .form-control::-moz-placeholder,
.checkout-cart-index .form-control::-moz-placeholder,
.contact-create-index input::-moz-placeholder,
.checkout-cart-index input::-moz-placeholder,
.contact-create-index textarea::-moz-placeholder,
.checkout-cart-index textarea::-moz-placeholder,
.contact-create-index select::-moz-placeholder,
.checkout-cart-index select::-moz-placeholder {
  text-transform: uppercase;
  color: #333333;
}
.contact-create-index .form-control::-ms-input-placeholder,
.checkout-cart-index .form-control::-ms-input-placeholder,
.contact-create-index input::-ms-input-placeholder,
.checkout-cart-index input::-ms-input-placeholder,
.contact-create-index textarea::-ms-input-placeholder,
.checkout-cart-index textarea::-ms-input-placeholder,
.contact-create-index select::-ms-input-placeholder,
.checkout-cart-index select::-ms-input-placeholder {
  text-transform: uppercase;
  color: #333333;
}
.contact-create-index .form-control::placeholder,
.checkout-cart-index .form-control::placeholder,
.contact-create-index input::placeholder,
.checkout-cart-index input::placeholder,
.contact-create-index textarea::placeholder,
.checkout-cart-index textarea::placeholder,
.contact-create-index select::placeholder,
.checkout-cart-index select::placeholder {
  text-transform: uppercase;
  color: #333333;
}
.contact-create-index .form-control.form-control,
.checkout-cart-index .form-control.form-control,
.contact-create-index input.form-control,
.checkout-cart-index input.form-control,
.contact-create-index textarea.form-control,
.checkout-cart-index textarea.form-control,
.contact-create-index select.form-control,
.checkout-cart-index select.form-control {
  border-color: #666666;
}
.contact-create-index .form-group,
.checkout-cart-index .form-group {
  margin: 0;
}
.contact-create-index .form-control,
.checkout-cart-index .form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 12px;
  font-weight: 300;
  border-radius: 0;
  height: 36px;
  padding: 8px 15px;
  margin-bottom: 0;
  transition: border-color 300ms linear, color 300ms linear;
}
.contact-create-index select.form-control,
.checkout-cart-index select.form-control {
  padding: 8px 14px;
}
.contact-create-index select.form-control + .fa-angle-right,
.checkout-cart-index select.form-control + .fa-angle-right {
  display: block;
  color: #666666;
  font-size: 18px;
  position: absolute;
  top: 9px;
  right: 11px;
  pointer-events: none;
  z-index: 2;
  transition: -webkit-transform 400ms linear;
  transition: transform 400ms linear;
  transition: transform 400ms linear, -webkit-transform 400ms linear;
}
.contact-create-index select.form-control + .fa-angle-right:before,
.checkout-cart-index select.form-control + .fa-angle-right:before {
  content: "\e608";
  font-family: 'luma-icons';
}
.contact-create-index select.form-control:focus + .fa-angle-right,
.checkout-cart-index select.form-control:focus + .fa-angle-right {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
.contact-create-index textarea.form-control,
.checkout-cart-index textarea.form-control {
  height: 93px;
  margin-bottom: 0;
}
.contact-create-index .list-unstyled,
.checkout-cart-index .list-unstyled {
  margin-bottom: 0;
}
.contact-create-index .mandatory,
.checkout-cart-index .mandatory {
  font-size: 10px;
}
.contact-create-index .captcha_img,
.checkout-cart-index .captcha_img {
  margin-bottom: 16px;
}
.contact-create-index .contactus-footer .block-title,
.checkout-cart-index .contactus-footer .block-title {
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 15px;
}
.contact-create-index .contactus-footer .block-title strong,
.checkout-cart-index .contactus-footer .block-title strong {
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .contact-create-index .contactus-footer .block-title,
  .checkout-cart-index .contactus-footer .block-title {
    margin-bottom: 15px;
    margin-top: 0;
  }
}
.contact-create-index .contactus-footer p,
.checkout-cart-index .contactus-footer p {
  font-size: 12px;
}
.contact-create-index .contactus-footer .empty-title .block-title,
.checkout-cart-index .contactus-footer .empty-title .block-title {
  display: none;
}
@media only screen and (min-width: 768px) {
  .contact-create-index .contactus-footer .empty-title .block-title,
  .checkout-cart-index .contactus-footer .empty-title .block-title {
    display: block;
  }
}
.contact-create-index .feild-wrapper,
.checkout-cart-index .feild-wrapper {
  float: none;
  margin: 0 0 16px;
  position: relative;
}
.contact-create-index .feild-wrapper small,
.checkout-cart-index .feild-wrapper small {
  display: block;
  max-height: 0;
  padding: 0 15px;
  opacity: 0;
  transition: max-height 300ms linear, padding 300ms linear, opacity 300ms linear;
}
.contact-create-index .feild-wrapper.has-error,
.checkout-cart-index .feild-wrapper.has-error {
  color: #a94442;
}
.contact-create-index .feild-wrapper.has-error .form-control,
.checkout-cart-index .feild-wrapper.has-error .form-control {
  border-color: #a94442;
}
.contact-create-index .feild-wrapper.has-error .form-control input::-webkit-input-placeholder,
.checkout-cart-index .feild-wrapper.has-error .form-control input::-webkit-input-placeholder,
.contact-create-index .feild-wrapper.has-error .form-control textarea::-webkit-input-placeholder,
.checkout-cart-index .feild-wrapper.has-error .form-control textarea::-webkit-input-placeholder,
.contact-create-index .feild-wrapper.has-error .form-control select::-webkit-input-placeholder,
.checkout-cart-index .feild-wrapper.has-error .form-control select::-webkit-input-placeholder {
  color: #a94442;
}
.contact-create-index .feild-wrapper.has-error .form-control input::-moz-placeholder,
.checkout-cart-index .feild-wrapper.has-error .form-control input::-moz-placeholder,
.contact-create-index .feild-wrapper.has-error .form-control textarea::-moz-placeholder,
.checkout-cart-index .feild-wrapper.has-error .form-control textarea::-moz-placeholder,
.contact-create-index .feild-wrapper.has-error .form-control select::-moz-placeholder,
.checkout-cart-index .feild-wrapper.has-error .form-control select::-moz-placeholder {
  color: #a94442;
}
.contact-create-index .feild-wrapper.has-error .form-control input::-ms-input-placeholder,
.checkout-cart-index .feild-wrapper.has-error .form-control input::-ms-input-placeholder,
.contact-create-index .feild-wrapper.has-error .form-control textarea::-ms-input-placeholder,
.checkout-cart-index .feild-wrapper.has-error .form-control textarea::-ms-input-placeholder,
.contact-create-index .feild-wrapper.has-error .form-control select::-ms-input-placeholder,
.checkout-cart-index .feild-wrapper.has-error .form-control select::-ms-input-placeholder {
  color: #a94442;
}
.contact-create-index .feild-wrapper.has-error .form-control input::placeholder,
.checkout-cart-index .feild-wrapper.has-error .form-control input::placeholder,
.contact-create-index .feild-wrapper.has-error .form-control textarea::placeholder,
.checkout-cart-index .feild-wrapper.has-error .form-control textarea::placeholder,
.contact-create-index .feild-wrapper.has-error .form-control select::placeholder,
.checkout-cart-index .feild-wrapper.has-error .form-control select::placeholder {
  color: #a94442;
}
.contact-create-index .feild-wrapper.has-error small,
.checkout-cart-index .feild-wrapper.has-error small {
  opacity: 1;
  max-height: 50px;
  padding: 4px 15px;
  margin-top: -6px;
}
.contact-create-index #contact #content,
.checkout-cart-index #contact #content {
  padding: 25px 0 0;
}
.contact-create-index #contact #content ul li,
.checkout-cart-index #contact #content ul li {
  display: block;
  margin: 0 0 20px;
}
.contact-create-index #contact #content #commit,
.checkout-cart-index #contact #content #commit {
  *margin-left: -5px;
}
.contact-create-index #contact #content fieldset,
.checkout-cart-index #contact #content fieldset {
  position: relative;
}
.contact-create-index #contact #content .size2of5 dt,
.checkout-cart-index #contact #content .size2of5 dt {
  display: initial;
  float: none;
}
.contact-create-index #contact #content .size2of5 dd,
.checkout-cart-index #contact #content .size2of5 dd {
  margin: 3px 0 27px;
  color: #656363;
}
.contact-create-index #contact #content .size2of5 dd a,
.checkout-cart-index #contact #content .size2of5 dd a {
  margin: 3px 0 27px;
  color: #656363;
}
.contact-create-index #contact #content li.geolocation,
.checkout-cart-index #contact #content li.geolocation {
  margin-bottom: 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .contact-create-index #contact #content li.geolocation,
  html:not(.ipad) .checkout-cart-index #contact #content li.geolocation {
    margin-right: 50px;
  }
}
html.ipad.landscape .contact-create-index #contact #content li.geolocation,
html.ipad.landscape .checkout-cart-index #contact #content li.geolocation {
  margin-right: 50px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .contact-create-index #contact #content li.geolocation,
  .checkout-cart-index #contact #content li.geolocation {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .contact-create-index #contact #content li.geolocation,
  .checkout-cart-index #contact #content li.geolocation {
    margin-right: 50px;
  }
}
.contact-create-index #contact #content li.geolocation .row,
.checkout-cart-index #contact #content li.geolocation .row {
  margin: 0;
  width: 100%;
  max-width: unset;
  /* Landscape */
}
.contact-create-index #contact #content li.geolocation .row > div,
.checkout-cart-index #contact #content li.geolocation .row > div {
  padding: 0;
}
.contact-create-index #contact #content li.geolocation .row > div label,
.checkout-cart-index #contact #content li.geolocation .row > div label {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  html:not(.ipad) .contact-create-index #contact #content li.geolocation .row > div:first-of-type,
  html:not(.ipad) .checkout-cart-index #contact #content li.geolocation .row > div:first-of-type {
    padding-right: 5px;
  }
  html:not(.ipad) .contact-create-index #contact #content li.geolocation .row > div:last-of-type,
  html:not(.ipad) .checkout-cart-index #contact #content li.geolocation .row > div:last-of-type {
    padding-left: 5px;
  }
  html:not(.ipad) .contact-create-index #contact #content li.geolocation .row > div:last-of-type label,
  html:not(.ipad) .checkout-cart-index #contact #content li.geolocation .row > div:last-of-type label {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
  }
}
html.ipad.landscape .contact-create-index #contact #content li.geolocation .row > div:first-of-type,
html.ipad.landscape .checkout-cart-index #contact #content li.geolocation .row > div:first-of-type {
  padding-right: 5px;
}
html.ipad.landscape .contact-create-index #contact #content li.geolocation .row > div:last-of-type,
html.ipad.landscape .checkout-cart-index #contact #content li.geolocation .row > div:last-of-type {
  padding-left: 5px;
}
html.ipad.landscape .contact-create-index #contact #content li.geolocation .row > div:last-of-type label,
html.ipad.landscape .checkout-cart-index #contact #content li.geolocation .row > div:last-of-type label {
  margin-bottom: 0;
  margin-right: 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .contact-create-index #contact #content li.geolocation .row > div:first-of-type,
  .checkout-cart-index #contact #content li.geolocation .row > div:first-of-type {
    padding-right: 5px;
  }
  .contact-create-index #contact #content li.geolocation .row > div:last-of-type,
  .checkout-cart-index #contact #content li.geolocation .row > div:last-of-type {
    padding-left: 5px;
  }
  .contact-create-index #contact #content li.geolocation .row > div:last-of-type label,
  .checkout-cart-index #contact #content li.geolocation .row > div:last-of-type label {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .contact-create-index #contact #content li.geolocation .row > div:first-of-type,
  .checkout-cart-index #contact #content li.geolocation .row > div:first-of-type {
    padding-right: 5px;
  }
  .contact-create-index #contact #content li.geolocation .row > div:last-of-type,
  .checkout-cart-index #contact #content li.geolocation .row > div:last-of-type {
    padding-left: 5px;
  }
  .contact-create-index #contact #content li.geolocation .row > div:last-of-type label,
  .checkout-cart-index #contact #content li.geolocation .row > div:last-of-type label {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
  }
}
.contact-create-index #contact .page.messages,
.checkout-cart-index #contact .page.messages {
  margin-top: 10px;
}
.contact-create-index #contact .page.messages .messages,
.checkout-cart-index #contact .page.messages .messages {
  padding: 0px;
}
.contact-create-index #contact #content.contact-sent .line .size3of5,
.checkout-cart-index #contact #content.contact-sent .line .size3of5 {
  width: 100%;
}
.contact-create-index #breadcrumb,
.checkout-cart-index #breadcrumb {
  overflow: hidden;
  margin-bottom: 0;
}
.contact-create-index #breadcrumb li.first,
.checkout-cart-index #breadcrumb li.first {
  padding-left: 0;
  margin-left: 0;
  background-image: none;
  font: bold 31px/40px Georgia, sans-serif !important;
}
.contact-create-index #breadcrumb li,
.checkout-cart-index #breadcrumb li {
  padding-left: 30px;
  margin-left: 10px;
  display: inline;
  float: left;
  font: bold 31px/40px Georgia, sans-serif;
}
.contact-create-index #breadcrumb li a,
.checkout-cart-index #breadcrumb li a {
  font: bold 31px/40px Georgia, sans-serif;
  color: #1f2122;
}
.contact-create-index .footer .footer-promo,
.checkout-cart-index .footer .footer-promo {
  display: none;
}
.contact-create-index .btn2,
.checkout-cart-index .btn2 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: none;
  font: normal 12px Arial, sans-serif !important;
  color: #FFF;
  height: auto !important;
  background: #1f2122 !important;
  display: block;
  padding: 4px 17px !important;
  width: auto !important;
}
.contact-create-index #dynamic_captcha_image,
.checkout-cart-index #dynamic_captcha_image {
  display: block;
}
.contact-create-index .mobile-error-box,
.checkout-cart-index .mobile-error-box {
  display: none;
}
#request-info-form .container .lead-generation-form .more-info .feild-wrapper small {
  display: none;
}
#request-info-form .container .lead-generation-form .more-info .feild-wrapper.has-error {
  color: #a94442 !important;
  border-color: #a94442 !important;
}
#request-info-form .container .lead-generation-form .more-info .feild-wrapper.has-error input::-webkit-input-placeholder,
#request-info-form .container .lead-generation-form .more-info .feild-wrapper.has-error textarea::-webkit-input-placeholder,
#request-info-form .container .lead-generation-form .more-info .feild-wrapper.has-error select::-webkit-input-placeholder {
  color: #a94442;
}
#request-info-form .container .lead-generation-form .more-info .feild-wrapper.has-error input::-moz-placeholder,
#request-info-form .container .lead-generation-form .more-info .feild-wrapper.has-error textarea::-moz-placeholder,
#request-info-form .container .lead-generation-form .more-info .feild-wrapper.has-error select::-moz-placeholder {
  color: #a94442;
}
#request-info-form .container .lead-generation-form .more-info .feild-wrapper.has-error input::-ms-input-placeholder,
#request-info-form .container .lead-generation-form .more-info .feild-wrapper.has-error textarea::-ms-input-placeholder,
#request-info-form .container .lead-generation-form .more-info .feild-wrapper.has-error select::-ms-input-placeholder {
  color: #a94442;
}
#request-info-form .container .lead-generation-form .more-info .feild-wrapper.has-error input::placeholder,
#request-info-form .container .lead-generation-form .more-info .feild-wrapper.has-error textarea::placeholder,
#request-info-form .container .lead-generation-form .more-info .feild-wrapper.has-error select::placeholder {
  color: #a94442;
}
#request-info-form .container .lead-generation-form .more-info .feild-wrapper.has-error small {
  display: block;
  opacity: 1;
  max-height: 50px;
  padding: 4px 15px;
  color: #a94442 !important;
}
.page-title.my-orders-title {
  display: none;
}
.account .account-header {
  position: relative;
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
}
.account .account-header h1 {
  position: relative;
  margin-bottom: 25px;
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 0.8em;
  color: #000000;
}
.account .account-header .logout-link {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  right: 0;
  bottom: -3px;
  color: #000000;
  border: 0;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
.account .account-header .logout-link:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.account .page-wrapper .page-title-wrapper .page-title {
  color: #333333;
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 18px;
  margin-bottom: 20px;
}
.account .page-wrapper .page-title-wrapper .page-title.recent-orders-title {
  margin-right: 0;
}
.account .page-wrapper .page-title-wrapper .page-title .action.view {
  display: block;
  float: right;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  padding-top: 3px;
}
.account .page-wrapper .action.secondary:not(.filter-close) {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
  height: 60px;
  width: auto;
}
.account .page-wrapper .action.secondary:not(.filter-close):hover {
  background-color: #ffffff;
  color: #000000;
}
.account .page-wrapper .input-text {
  border: 0;
  border-bottom: 1px solid #000000;
  color: #333333;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  padding-left: 0;
}
.account .page-wrapper .input-text:focus {
  box-shadow: unset;
  outline: none;
}
.account .page-wrapper .input-text::-webkit-input-placeholder {
  color: #333333;
}
.account .page-wrapper .input-text::-moz-placeholder {
  color: #333333;
}
.account .page-wrapper .input-text::-ms-input-placeholder {
  color: #333333;
}
.account .page-wrapper .input-text::placeholder {
  color: #333333;
}
@media only screen and (min-width: 992px) {
  .account .page-wrapper .page-title-wrapper .page-title {
    font-size: 18px;
  }
}
.account .page-wrapper .columns {
  box-direction: normal !important;
  -ms-flex-flow: column !important;
      flex-flow: column !important;
}
.account .page-wrapper .order-accordion {
  font-size: 12px;
}
@media only screen and (min-width: 480px) {
  .account .page-wrapper .order-accordion {
    font-size: 10px;
  }
}
.account .page-wrapper .order-accordion .trigger-row {
  font-size: 8px;
  position: relative;
}
.account .page-wrapper .order-accordion .trigger-row .trigger-item:before {
  content: " | ";
  display: inline-block;
  padding: 0 3px 0 2px;
}
.account .page-wrapper .order-accordion .trigger-row .trigger-item:first-child:before {
  display: none;
}
.account .page-wrapper .order-accordion .trigger-row .trigger-item.last {
  display: block;
  clear: both;
}
.account .page-wrapper .order-accordion .trigger-row .trigger-item.last:before {
  display: none;
}
@media only screen and (min-width: 480px) {
  .account .page-wrapper .order-accordion .trigger-row .trigger-item.last {
    display: inline-block;
    clear: none;
  }
  .account .page-wrapper .order-accordion .trigger-row .trigger-item.last:before {
    display: inline-block;
  }
}
.account .page-wrapper .order-accordion .trigger-row .order-accordion-trigger {
  position: absolute;
  right: 0;
  top: 0;
}
.account .page-wrapper .order-accordion .order-content .table > thead > tr > th,
.account .page-wrapper .order-accordion .order-content .table > tbody > tr > th,
.account .page-wrapper .order-accordion .order-content .table > thead > tr > td,
.account .page-wrapper .order-accordion .order-content .table > tbody > tr > td {
  font-size: 10px;
}
@media only screen and (max-width: 639px) {
  .account .page-wrapper .order-accordion .order-content .table > thead > tr > th,
  .account .page-wrapper .order-accordion .order-content .table > tbody > tr > th,
  .account .page-wrapper .order-accordion .order-content .table > thead > tr > td,
  .account .page-wrapper .order-accordion .order-content .table > tbody > tr > td {
    font-weight: 300;
  }
  .account .page-wrapper .order-accordion .order-content .table > thead > tr > th:before,
  .account .page-wrapper .order-accordion .order-content .table > tbody > tr > th:before,
  .account .page-wrapper .order-accordion .order-content .table > thead > tr > td:before,
  .account .page-wrapper .order-accordion .order-content .table > tbody > tr > td:before {
    content: attr(data-th) '';
    display: block;
    border-bottom: #e1e1e1;
    padding: 0 0 10px 0;
    color: #333333;
  }
}
.account .page-wrapper .order-accordion .order-content .table > thead > tr > th span.price,
.account .page-wrapper .order-accordion .order-content .table > tbody > tr > th span.price,
.account .page-wrapper .order-accordion .order-content .table > thead > tr > td span.price,
.account .page-wrapper .order-accordion .order-content .table > tbody > tr > td span.price {
  font-size: 10px;
}
.account .page-wrapper .order-accordion .order-content .table > tfoot span.price {
  display: block;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .account .page-wrapper .order-accordion .order-content .table > tfoot span.price {
    text-align: left;
  }
}
@media only screen and (max-width: 639px) {
  .account .page-wrapper .order-accordion .table-wrapper.order-items {
    margin-top: 2rem;
  }
  .account .page-wrapper .order-accordion .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody + tbody {
    border-top: none;
  }
  .account .page-wrapper .order-accordion .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td {
    font-weight: 300;
    display: block;
    width: 50%;
    float: left;
    padding: 0;
  }
  .account .page-wrapper .order-accordion .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:before {
    content: attr(data-th) '';
    display: block;
    border-top: 1px solid #e1e1e1;
    padding: 10px 0;
    margin-top: 10px;
    color: #333333;
    text-decoration: underline;
  }
  .account .page-wrapper .order-accordion .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td.name {
    width: 100%;
    padding-top: 20px;
  }
  .account .page-wrapper .order-accordion .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:nth-child(even) {
    clear: left;
  }
  .account .page-wrapper .order-accordion .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td span.price {
    font-weight: 300;
  }
  .account .page-wrapper .order-accordion .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td .item-options {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .account .page-wrapper .order-accordion .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td .item-options dt,
  .account .page-wrapper .order-accordion .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td .item-options dd {
    display: inline-block;
  }
  .account .page-wrapper .order-accordion .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td .item-options dt:after {
    content: ": ";
    display: inline-block;
  }
  .account .page-wrapper .order-accordion .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td .item-options dt:nth-of-type(n+2):before {
    content: ", ";
    display: inline-block;
    margin-left: -2px;
    margin-right: 2px;
    font-weight: 300;
  }
}
.account .page-wrapper .order-products-toolbar {
  border: 0;
  padding: 11px 0;
}
.account .page-wrapper .order-products-toolbar .pager {
  margin: 0;
}
.account .page-wrapper .order-products-toolbar .action-toolbar .secondary {
  text-align: left;
}
.account .page-wrapper .box {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .account .page-wrapper .box {
    margin-bottom: 15px;
  }
}
.account .page-wrapper .box .box-title span {
  font-size: 12px !important;
  font-weight: 400 !important;
}
.account .page-wrapper .box .box-content {
  font-size: 12px;
  font-weight: 300;
}
.account .page-wrapper .box .box-actions,
.account .page-wrapper .box .item.actions {
  font-weight: 300 !important;
  text-decoration: none;
}
.account .page-wrapper .box .box-actions a,
.account .page-wrapper .box .item.actions a {
  text-decoration: underline;
}
.account .page-wrapper .box .box-actions a + a,
.account .page-wrapper .box .item.actions a + a {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .account .page-wrapper .sidebar .block-collapsible-nav {
    float: none;
    position: relative;
    left: 0;
    right: 0;
  }
}
html.ipad.portrait .account .page-wrapper .sidebar .block-collapsible-nav {
  float: none;
  position: relative;
  left: 0;
  right: 0;
}
html.legacy-ipad .account .page-wrapper .sidebar .block-collapsible-nav {
  float: none;
  position: relative;
  left: 0;
  right: 0;
}
.account .page-wrapper .sidebar .block-collapsible-nav #block-collapsible-nav {
  border: none;
}
.account .page-wrapper .sidebar .block-collapsible-nav #block-collapsible-nav .nav.item {
  display: -ms-flexbox;
  display: flex;
}
.account .page-wrapper .sidebar .block-collapsible-nav #block-collapsible-nav .nav.item > * {
  border: 0;
  color: #333333;
  text-transform: uppercase;
}
.account .page-wrapper .sidebar .block-collapsible-nav #block-collapsible-nav .nav.item a,
.account .page-wrapper .sidebar .block-collapsible-nav #block-collapsible-nav .nav.item strong {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  padding: 5px 0;
  transition: background-size 0.3s;
  text-decoration: none !important;
}
.account .page-wrapper .sidebar .block-collapsible-nav #block-collapsible-nav .nav.item a:hover,
.account .page-wrapper .sidebar .block-collapsible-nav #block-collapsible-nav .nav.item strong:hover {
  background-color: unset;
  background-size: 100% 1px;
  text-decoration: none !important;
}
.account .page-wrapper .sidebar .block-collapsible-nav #block-collapsible-nav .nav.item.current strong {
  border: 0;
  font-weight: 400;
  padding-left: 0;
  background-size: 100% 1px;
}
.form-edit-account,
.form-address-edit {
  margin-top: 50px;
  /* Edit form new layout */
  /* Address Book NEW*/
  /* END */
  /* End*/
}
.form-edit-account > .fieldset.info,
.form-address-edit > .fieldset.info {
  margin-bottom: 0;
}
.form-edit-account > .fieldset.info > .legend,
.form-address-edit > .fieldset.info > .legend,
.form-edit-account > .fieldset.info > .legend + br,
.form-address-edit > .fieldset.info > .legend + br {
  display: none;
}
.form-edit-account .save-address,
.form-address-edit .save-address {
  background: #333333 !important;
  border-radius: 0;
  border: none;
  font-family: inherit !important;
  text-transform: uppercase !important;
}
.form-edit-account .field-name-firstname label,
.form-address-edit .field-name-firstname label,
.form-edit-account .field-name-lastname label,
.form-address-edit .field-name-lastname label {
  width: 35%;
}
.form-edit-account .field-name-firstname .control,
.form-address-edit .field-name-firstname .control,
.form-edit-account .field-name-lastname .control,
.form-address-edit .field-name-lastname .control {
  width: 65%;
}
.form-edit-account .email label,
.form-address-edit .email label {
  width: 20%;
}
.form-edit-account .email .control,
.form-address-edit .email .control {
  width: 80%;
}
.form-edit-account .password label,
.form-address-edit .password label {
  width: 44%;
}
.form-edit-account .password .control,
.form-address-edit .password .control {
  width: 56%;
}
.form-edit-account .confirm.password label,
.form-address-edit .confirm.password label {
  width: 55%;
}
.form-edit-account .confirm.password .control,
.form-address-edit .confirm.password .control {
  width: 45%;
}
.form-edit-account .field.required:after,
.form-address-edit .field.required:after,
.form-edit-account .field._required:after,
.form-address-edit .field._required:after {
  display: none;
}
.form-edit-account .field.company label,
.form-address-edit .field.company label {
  width: 30%;
}
.form-edit-account .field.company .control,
.form-address-edit .field.company .control {
  width: 70%;
}
.form-edit-account .field.telephone label,
.form-address-edit .field.telephone label {
  width: 48%;
}
.form-edit-account .field.telephone .control,
.form-address-edit .field.telephone .control {
  width: 52%;
}
.form-edit-account .field.fax,
.form-address-edit .field.fax {
  display: none;
}
.form-edit-account .field.street label,
.form-address-edit .field.street label {
  width: 49%;
}
.form-edit-account .field.street .control,
.form-address-edit .field.street .control {
  width: 51%;
}
.form-edit-account .field.street2 label,
.form-address-edit .field.street2 label {
  width: 30%;
}
.form-edit-account .field.street2 .control,
.form-address-edit .field.street2 .control {
  width: 70%;
}
.form-edit-account .field.city label,
.form-address-edit .field.city label {
  width: 25%;
}
.form-edit-account .field.city .control,
.form-address-edit .field.city .control {
  width: 75%;
}
.form-edit-account .field.zip label,
.form-address-edit .field.zip label {
  width: 34%;
}
.form-edit-account .field.zip .control,
.form-address-edit .field.zip .control {
  width: 66%;
}
.form-edit-account .field.region label,
.form-address-edit .field.region label {
  width: 39%;
}
.form-edit-account .field.region .control,
.form-address-edit .field.region .control {
  width: 61%;
}
.form-edit-account .control,
.form-address-edit .control {
  position: relative;
}
.form-edit-account .control > select,
.form-address-edit .control > select {
  padding: 8px 14px;
}
.form-edit-account .control > select + .fa-angle-right,
.form-address-edit .control > select + .fa-angle-right {
  display: block;
  color: #666666;
  font-size: 18px;
  position: absolute;
  top: 9px;
  right: 11px;
  pointer-events: none;
  z-index: 2;
  transition: -webkit-transform 400ms linear;
  transition: transform 400ms linear;
  transition: transform 400ms linear, -webkit-transform 400ms linear;
}
.form-edit-account .control > select + .fa-angle-right:before,
.form-address-edit .control > select + .fa-angle-right:before {
  content: "\e608";
  font-family: 'luma-icons';
}
.form-edit-account .control > select:focus + .fa-angle-right,
.form-address-edit .control > select:focus + .fa-angle-right {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
.form-edit-account #region_id,
.form-address-edit #region_id {
  height: 36px;
  border: 1px solid #666666;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #ebebeb;
  border-left: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-edit-account #region_id:focus,
.form-address-edit #region_id:focus {
  outline: none;
  box-shadow: none;
}
.form-edit-account .field-name-firstname,
.form-address-edit .field-name-firstname,
.form-edit-account .field-name-lastname,
.form-address-edit .field-name-lastname,
.form-edit-account .field.email,
.form-address-edit .field.email,
.form-edit-account .field.password.current,
.form-address-edit .field.password.current,
.form-edit-account .field.new.password,
.form-address-edit .field.new.password,
.form-edit-account .field.confirm.password,
.form-address-edit .field.confirm.password,
.form-edit-account .field.company,
.form-address-edit .field.company,
.form-edit-account .field.telephone,
.form-address-edit .field.telephone,
.form-edit-account .field.street,
.form-address-edit .field.street,
.form-edit-account .field.street2,
.form-address-edit .field.street2,
.form-edit-account .field.city,
.form-address-edit .field.city,
.form-edit-account .field.zip,
.form-address-edit .field.zip,
.form-edit-account #afterCountry,
.form-address-edit #afterCountry,
.form-edit-account .field.region,
.form-address-edit .field.region,
.form-edit-account .field.country,
.form-address-edit .field.country {
  display: inline-block;
  margin: 0 0 0;
  width: 100%;
  font-weight: 300;
}
.form-edit-account .field-name-firstname label,
.form-address-edit .field-name-firstname label,
.form-edit-account .field-name-lastname label,
.form-address-edit .field-name-lastname label,
.form-edit-account .field.email label,
.form-address-edit .field.email label,
.form-edit-account .field.password.current label,
.form-address-edit .field.password.current label,
.form-edit-account .field.new.password label,
.form-address-edit .field.new.password label,
.form-edit-account .field.confirm.password label,
.form-address-edit .field.confirm.password label,
.form-edit-account .field.company label,
.form-address-edit .field.company label,
.form-edit-account .field.telephone label,
.form-address-edit .field.telephone label,
.form-edit-account .field.street label,
.form-address-edit .field.street label,
.form-edit-account .field.street2 label,
.form-address-edit .field.street2 label,
.form-edit-account .field.city label,
.form-address-edit .field.city label,
.form-edit-account .field.zip label,
.form-address-edit .field.zip label,
.form-edit-account #afterCountry label,
.form-address-edit #afterCountry label,
.form-edit-account .field.region label,
.form-address-edit .field.region label,
.form-edit-account .field.country label,
.form-address-edit .field.country label {
  background: #ffffff;
  font-size: 12px;
  font-weight: 300 !important;
  line-height: 3;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  float: left;
  border: 1px solid #666666;
  height: 36px;
  border-right: none;
  border-radius: 0;
  padding-right: 5px;
  color: #333333;
  text-transform: uppercase;
}
.form-edit-account .field-name-firstname label:after,
.form-address-edit .field-name-firstname label:after,
.form-edit-account .field-name-lastname label:after,
.form-address-edit .field-name-lastname label:after,
.form-edit-account .field.email label:after,
.form-address-edit .field.email label:after,
.form-edit-account .field.password.current label:after,
.form-address-edit .field.password.current label:after,
.form-edit-account .field.new.password label:after,
.form-address-edit .field.new.password label:after,
.form-edit-account .field.confirm.password label:after,
.form-address-edit .field.confirm.password label:after,
.form-edit-account .field.company label:after,
.form-address-edit .field.company label:after,
.form-edit-account .field.telephone label:after,
.form-address-edit .field.telephone label:after,
.form-edit-account .field.street label:after,
.form-address-edit .field.street label:after,
.form-edit-account .field.street2 label:after,
.form-address-edit .field.street2 label:after,
.form-edit-account .field.city label:after,
.form-address-edit .field.city label:after,
.form-edit-account .field.zip label:after,
.form-address-edit .field.zip label:after,
.form-edit-account #afterCountry label:after,
.form-address-edit #afterCountry label:after,
.form-edit-account .field.region label:after,
.form-address-edit .field.region label:after,
.form-edit-account .field.country label:after,
.form-address-edit .field.country label:after {
  content: '';
}
.form-edit-account .field-name-firstname.required > .label:after,
.form-address-edit .field-name-firstname.required > .label:after,
.form-edit-account .field-name-lastname.required > .label:after,
.form-address-edit .field-name-lastname.required > .label:after,
.form-edit-account .field.email.required > .label:after,
.form-address-edit .field.email.required > .label:after,
.form-edit-account .field.password.current.required > .label:after,
.form-address-edit .field.password.current.required > .label:after,
.form-edit-account .field.new.password.required > .label:after,
.form-address-edit .field.new.password.required > .label:after,
.form-edit-account .field.confirm.password.required > .label:after,
.form-address-edit .field.confirm.password.required > .label:after,
.form-edit-account .field.company.required > .label:after,
.form-address-edit .field.company.required > .label:after,
.form-edit-account .field.telephone.required > .label:after,
.form-address-edit .field.telephone.required > .label:after,
.form-edit-account .field.street.required > .label:after,
.form-address-edit .field.street.required > .label:after,
.form-edit-account .field.street2.required > .label:after,
.form-address-edit .field.street2.required > .label:after,
.form-edit-account .field.city.required > .label:after,
.form-address-edit .field.city.required > .label:after,
.form-edit-account .field.zip.required > .label:after,
.form-address-edit .field.zip.required > .label:after,
.form-edit-account #afterCountry.required > .label:after,
.form-address-edit #afterCountry.required > .label:after,
.form-edit-account .field.region.required > .label:after,
.form-address-edit .field.region.required > .label:after,
.form-edit-account .field.country.required > .label:after,
.form-address-edit .field.country.required > .label:after {
  display: none;
}
.form-edit-account .field-name-firstname #country_control,
.form-address-edit .field-name-firstname #country_control,
.form-edit-account .field-name-lastname #country_control,
.form-address-edit .field-name-lastname #country_control,
.form-edit-account .field.email #country_control,
.form-address-edit .field.email #country_control,
.form-edit-account .field.password.current #country_control,
.form-address-edit .field.password.current #country_control,
.form-edit-account .field.new.password #country_control,
.form-address-edit .field.new.password #country_control,
.form-edit-account .field.confirm.password #country_control,
.form-address-edit .field.confirm.password #country_control,
.form-edit-account .field.company #country_control,
.form-address-edit .field.company #country_control,
.form-edit-account .field.telephone #country_control,
.form-address-edit .field.telephone #country_control,
.form-edit-account .field.street #country_control,
.form-address-edit .field.street #country_control,
.form-edit-account .field.street2 #country_control,
.form-address-edit .field.street2 #country_control,
.form-edit-account .field.city #country_control,
.form-address-edit .field.city #country_control,
.form-edit-account .field.zip #country_control,
.form-address-edit .field.zip #country_control,
.form-edit-account #afterCountry #country_control,
.form-address-edit #afterCountry #country_control,
.form-edit-account .field.region #country_control,
.form-address-edit .field.region #country_control,
.form-edit-account .field.country #country_control,
.form-address-edit .field.country #country_control {
  width: 71%;
}
.form-edit-account .field-name-firstname #country_control select,
.form-address-edit .field-name-firstname #country_control select,
.form-edit-account .field-name-lastname #country_control select,
.form-address-edit .field-name-lastname #country_control select,
.form-edit-account .field.email #country_control select,
.form-address-edit .field.email #country_control select,
.form-edit-account .field.password.current #country_control select,
.form-address-edit .field.password.current #country_control select,
.form-edit-account .field.new.password #country_control select,
.form-address-edit .field.new.password #country_control select,
.form-edit-account .field.confirm.password #country_control select,
.form-address-edit .field.confirm.password #country_control select,
.form-edit-account .field.company #country_control select,
.form-address-edit .field.company #country_control select,
.form-edit-account .field.telephone #country_control select,
.form-address-edit .field.telephone #country_control select,
.form-edit-account .field.street #country_control select,
.form-address-edit .field.street #country_control select,
.form-edit-account .field.street2 #country_control select,
.form-address-edit .field.street2 #country_control select,
.form-edit-account .field.city #country_control select,
.form-address-edit .field.city #country_control select,
.form-edit-account .field.zip #country_control select,
.form-address-edit .field.zip #country_control select,
.form-edit-account #afterCountry #country_control select,
.form-address-edit #afterCountry #country_control select,
.form-edit-account .field.region #country_control select,
.form-address-edit .field.region #country_control select,
.form-edit-account .field.country #country_control select,
.form-address-edit .field.country #country_control select {
  height: 36px;
  border: 1px solid #666666;
  border-left: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-edit-account .field-name-firstname .control,
.form-address-edit .field-name-firstname .control,
.form-edit-account .field-name-lastname .control,
.form-address-edit .field-name-lastname .control,
.form-edit-account .field.email .control,
.form-address-edit .field.email .control,
.form-edit-account .field.password.current .control,
.form-address-edit .field.password.current .control,
.form-edit-account .field.new.password .control,
.form-address-edit .field.new.password .control,
.form-edit-account .field.confirm.password .control,
.form-address-edit .field.confirm.password .control,
.form-edit-account .field.company .control,
.form-address-edit .field.company .control,
.form-edit-account .field.telephone .control,
.form-address-edit .field.telephone .control,
.form-edit-account .field.street .control,
.form-address-edit .field.street .control,
.form-edit-account .field.street2 .control,
.form-address-edit .field.street2 .control,
.form-edit-account .field.city .control,
.form-address-edit .field.city .control,
.form-edit-account .field.zip .control,
.form-address-edit .field.zip .control,
.form-edit-account #afterCountry .control,
.form-address-edit #afterCountry .control,
.form-edit-account .field.region .control,
.form-address-edit .field.region .control,
.form-edit-account .field.country .control,
.form-address-edit .field.country .control {
  float: left;
}
.form-edit-account .field-name-firstname .control input,
.form-address-edit .field-name-firstname .control input,
.form-edit-account .field-name-lastname .control input,
.form-address-edit .field-name-lastname .control input,
.form-edit-account .field.email .control input,
.form-address-edit .field.email .control input,
.form-edit-account .field.password.current .control input,
.form-address-edit .field.password.current .control input,
.form-edit-account .field.new.password .control input,
.form-address-edit .field.new.password .control input,
.form-edit-account .field.confirm.password .control input,
.form-address-edit .field.confirm.password .control input,
.form-edit-account .field.company .control input,
.form-address-edit .field.company .control input,
.form-edit-account .field.telephone .control input,
.form-address-edit .field.telephone .control input,
.form-edit-account .field.street .control input,
.form-address-edit .field.street .control input,
.form-edit-account .field.street2 .control input,
.form-address-edit .field.street2 .control input,
.form-edit-account .field.city .control input,
.form-address-edit .field.city .control input,
.form-edit-account .field.zip .control input,
.form-address-edit .field.zip .control input,
.form-edit-account #afterCountry .control input,
.form-address-edit #afterCountry .control input,
.form-edit-account .field.region .control input,
.form-address-edit .field.region .control input,
.form-edit-account .field.country .control input,
.form-address-edit .field.country .control input {
  padding-left: 0;
  height: 36px;
  border: 1px solid #666666;
  border-left: 0;
  color: #333333;
  text-transform: initial;
  font-size: 12px;
}
.form-edit-account .field-name-firstname .control input:focus,
.form-address-edit .field-name-firstname .control input:focus,
.form-edit-account .field-name-lastname .control input:focus,
.form-address-edit .field-name-lastname .control input:focus,
.form-edit-account .field.email .control input:focus,
.form-address-edit .field.email .control input:focus,
.form-edit-account .field.password.current .control input:focus,
.form-address-edit .field.password.current .control input:focus,
.form-edit-account .field.new.password .control input:focus,
.form-address-edit .field.new.password .control input:focus,
.form-edit-account .field.confirm.password .control input:focus,
.form-address-edit .field.confirm.password .control input:focus,
.form-edit-account .field.company .control input:focus,
.form-address-edit .field.company .control input:focus,
.form-edit-account .field.telephone .control input:focus,
.form-address-edit .field.telephone .control input:focus,
.form-edit-account .field.street .control input:focus,
.form-address-edit .field.street .control input:focus,
.form-edit-account .field.street2 .control input:focus,
.form-address-edit .field.street2 .control input:focus,
.form-edit-account .field.city .control input:focus,
.form-address-edit .field.city .control input:focus,
.form-edit-account .field.zip .control input:focus,
.form-address-edit .field.zip .control input:focus,
.form-edit-account #afterCountry .control input:focus,
.form-address-edit #afterCountry .control input:focus,
.form-edit-account .field.region .control input:focus,
.form-address-edit .field.region .control input:focus,
.form-edit-account .field.country .control input:focus,
.form-address-edit .field.country .control input:focus {
  box-shadow: none;
}
.form-edit-account .field-name-firstname .label,
.form-address-edit .field-name-firstname .label,
.form-edit-account .field-name-lastname .label,
.form-address-edit .field-name-lastname .label {
  width: 102px !important;
}
.form-edit-account .field-name-firstname .control,
.form-address-edit .field-name-firstname .control,
.form-edit-account .field-name-lastname .control,
.form-address-edit .field-name-lastname .control {
  width: calc(100% - 102px) !important;
}
.form-edit-account .field-name-firstname .control .mage-error:not(.input-text),
.form-address-edit .field-name-firstname .control .mage-error:not(.input-text),
.form-edit-account .field-name-lastname .control .mage-error:not(.input-text),
.form-address-edit .field-name-lastname .control .mage-error:not(.input-text) {
  text-indent: -102px;
}
.form-edit-account .email .label,
.form-address-edit .email .label {
  width: 68px !important;
}
.form-edit-account .email .control,
.form-address-edit .email .control {
  width: calc(100% - 68px) !important;
}
.form-edit-account .email .control .mage-error:not(.input-text),
.form-address-edit .email .control .mage-error:not(.input-text) {
  text-indent: -68px;
}
.form-edit-account .password.current .label,
.form-address-edit .password.current .label {
  width: 175px !important;
}
.form-edit-account .password.current .control,
.form-address-edit .password.current .control {
  width: calc(100% - 175px) !important;
}
.form-edit-account .password.current .control .mage-error:not(.input-text),
.form-address-edit .password.current .control .mage-error:not(.input-text) {
  text-indent: -175px;
}
.form-edit-account .password.new .label,
.form-address-edit .password.new .label {
  width: 144px !important;
}
.form-edit-account .password.new .control,
.form-address-edit .password.new .control {
  width: calc(100% - 144px) !important;
}
.form-edit-account .password.new .control .mage-error:not(.input-text),
.form-address-edit .password.new .control .mage-error:not(.input-text) {
  text-indent: -144px;
}
.form-edit-account .password.confirm .label,
.form-address-edit .password.confirm .label {
  width: 212px !important;
}
.form-edit-account .password.confirm .control,
.form-address-edit .password.confirm .control {
  width: calc(100% - 212px) !important;
}
.form-edit-account .password.confirm .control .mage-error:not(.input-text),
.form-address-edit .password.confirm .control .mage-error:not(.input-text) {
  text-indent: -212px;
}
.form-edit-account .actions-toolbar .action.back,
.form-address-edit .actions-toolbar .action.back {
  display: none;
}
.form-edit-account .field-name-firstname .label,
.form-address-edit .field-name-firstname .label {
  width: 103px !important;
}
.form-edit-account .field-name-firstname .control,
.form-address-edit .field-name-firstname .control {
  width: calc(100% - 103px) !important;
}
.form-edit-account .field-name-lastname .label,
.form-address-edit .field-name-lastname .label {
  width: 103px !important;
}
.form-edit-account .field-name-lastname .control,
.form-address-edit .field-name-lastname .control {
  width: calc(100% - 103px) !important;
}
.form-edit-account .company .label,
.form-address-edit .company .label {
  width: 96px !important;
}
.form-edit-account .company .control,
.form-address-edit .company .control {
  width: calc(100% - 96px) !important;
}
.form-edit-account .telephone .label,
.form-address-edit .telephone .label {
  width: 142px !important;
}
.form-edit-account .telephone .control,
.form-address-edit .telephone .control {
  width: calc(100% - 142px) !important;
}
.form-edit-account .street .label,
.form-address-edit .street .label {
  width: 150px !important;
}
.form-edit-account .street .control,
.form-address-edit .street .control {
  width: calc(100% - 150px) !important;
}
.form-edit-account .street2 .label,
.form-address-edit .street2 .label {
  width: 94px !important;
}
.form-edit-account .street2 .control,
.form-address-edit .street2 .control {
  width: calc(100% - 94px) !important;
}
.form-edit-account .city .label,
.form-address-edit .city .label {
  width: 56px !important;
}
.form-edit-account .city .control,
.form-address-edit .city .control {
  width: calc(100% - 56px) !important;
}
.form-edit-account .region .label,
.form-address-edit .region .label {
  width: 140px !important;
}
.form-edit-account .region .control,
.form-address-edit .region .control {
  width: calc(100% - 140px) !important;
}
.form-edit-account .zip .label,
.form-address-edit .zip .label {
  width: 94px !important;
}
.form-edit-account .zip .control,
.form-address-edit .zip .control {
  width: calc(100% - 94px) !important;
}
.form-edit-account .country .label,
.form-address-edit .country .label {
  width: 80px !important;
}
.form-edit-account .country .control,
.form-address-edit .country .control {
  width: calc(100% - 80px) !important;
}
.form-edit-account .field.country #country,
.form-address-edit .field.country #country {
  height: 36px;
  border: 1px solid #666666;
  border-left: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-edit-account .field.country #country:focus,
.form-address-edit .field.country #country:focus {
  outline: none;
  box-shadow: none;
}
.form-edit-account #password-error,
.form-address-edit #password-error,
.form-edit-account #password-strength-meter,
.form-address-edit #password-strength-meter {
  font-size: 12px;
  margin-left: -144px;
}
.form-edit-account #password-strength-meter-container,
.form-address-edit #password-strength-meter-container {
  display: none;
}
.form-edit-account #password-strength-meter-container.password-strength-meter-1,
.form-address-edit #password-strength-meter-container.password-strength-meter-1 {
  display: block;
}
.form-edit-account #password-strength-meter-container.password-strength-meter-2,
.form-address-edit #password-strength-meter-container.password-strength-meter-2 {
  display: block;
}
.form-edit-account #password-strength-meter-container.password-strength-meter-3,
.form-address-edit #password-strength-meter-container.password-strength-meter-3 {
  display: block;
}
.form-edit-account #password-strength-meter-container.password-strength-meter-4,
.form-address-edit #password-strength-meter-container.password-strength-meter-4 {
  display: block;
}
.form-edit-account .action.save.primary,
.form-address-edit .action.save.primary {
  background: #333333;
  border-radius: 0;
  border: none;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  padding: 8px 14px;
  width: 100%;
}
.form-edit-account .field.choice.set,
.form-address-edit .field.choice.set {
  margin: 0 0 10px;
  position: relative;
}
.form-edit-account .field.choice.set span,
.form-address-edit .field.choice.set span {
  position: relative;
}
.form-edit-account .field.choice.set input,
.form-address-edit .field.choice.set input {
  display: inline-block;
  margin-right: 4px;
  margin-left: 0;
  vertical-align: baseline;
  opacity: 0;
  position: relative;
  z-index: 10;
}
.form-edit-account .field.choice.set input:checked ~ .fa-square-o,
.form-address-edit .field.choice.set input:checked ~ .fa-square-o {
  display: none;
}
.form-edit-account .field.choice.set input:checked ~ .fa-check-square-o,
.form-address-edit .field.choice.set input:checked ~ .fa-check-square-o {
  display: inline-block;
}
.form-edit-account .field.choice.set .fa,
.form-address-edit .field.choice.set .fa {
  position: absolute;
  top: 4px;
  left: 0;
}
.form-edit-account .field.choice.set .fa-check-square-o,
.form-address-edit .field.choice.set .fa-check-square-o {
  display: none;
}
.form-edit-account .field.choice.set .label,
.form-address-edit .field.choice.set .label {
  font-size: 12px;
  font-weight: 300 !important;
  color: #333333;
  text-transform: uppercase;
}
/*
  Modal for edit billing/shipping address
*/
.form-control {
  border-radius: 0;
}
#edit-billing-address .modal-header,
.modal-popup .modal-header {
  border-bottom: none;
}
#edit-billing-address .modal-header p,
.modal-popup .modal-header p {
  text-align: center;
  margin-top: 30px;
  text-transform: uppercase;
}
#edit-billing-address .modal-header .modal-title,
.modal-popup .modal-header .modal-title {
  letter-spacing: 1px;
  text-align: center;
  margin-top: 30px;
  border-bottom: 0;
}
#edit-billing-address .modal-header .modal-title:after,
.modal-popup .modal-header .modal-title:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  height: 1px;
  width: 40px;
  background-color: #e1e1e1;
}
#edit-billing-address .modal-content .form-address-edit,
.modal-popup .modal-content .form-address-edit {
  margin-top: 0;
}
#edit-billing-address .modal-content .box .box-title,
.modal-popup .modal-content .box .box-title {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  margin-bottom: 50px;
}
#edit-billing-address .modal-content .box .box-title span,
.modal-popup .modal-content .box .box-title span {
  font-size: 12px;
}
#edit-billing-address .modal-content .box .box-content,
.modal-popup .modal-content .box .box-content {
  font-size: 12px;
  font-weight: 300;
}
#edit-billing-address .modal-content .control,
.modal-popup .modal-content .control {
  position: relative;
}
#edit-billing-address .modal-content .control > select,
.modal-popup .modal-content .control > select {
  padding: 8px 14px;
  height: 36px;
  border-left: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-transform: capitalize;
  border-color: #666666;
}
#edit-billing-address .modal-content .control > select:focus,
.modal-popup .modal-content .control > select:focus {
  box-shadow: none;
}
#edit-billing-address .modal-content .control > select + .fa-angle-right,
.modal-popup .modal-content .control > select + .fa-angle-right {
  display: block;
  color: #666666;
  font-size: 18px;
  position: absolute;
  top: 9px;
  right: 11px;
  pointer-events: none;
  z-index: 2;
  transition: -webkit-transform 400ms linear;
  transition: transform 400ms linear;
  transition: transform 400ms linear, -webkit-transform 400ms linear;
}
#edit-billing-address .modal-content .control > select + .fa-angle-right:before,
.modal-popup .modal-content .control > select + .fa-angle-right:before {
  content: "\e608";
  font-family: 'luma-icons';
}
#edit-billing-address .modal-content .control > select:focus + .fa-angle-right,
.modal-popup .modal-content .control > select:focus + .fa-angle-right {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
#edit-billing-address .modal-inner-wrap > .modal-footer,
.modal-popup .modal-inner-wrap > .modal-footer {
  display: inline-block;
  text-align: center !important;
}
#edit-billing-address .modal-inner-wrap > .modal-footer button,
.modal-popup .modal-inner-wrap > .modal-footer button {
  background: #333333;
  border-radius: 0;
  border: none;
  font-family: inherit;
  width: 100%;
  color: #ffffff;
  height: 38px;
}
#edit-billing-address .modal-inner-wrap > .modal-footer button:after,
.modal-popup .modal-inner-wrap > .modal-footer button:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  height: 1px;
  width: 40px;
  background-color: #000000;
}
#edit-billing-address .logo-img-waterworks-modal,
.modal-popup .logo-img-waterworks-modal {
  width: 50px;
  margin-bottom: 0;
  margin-top: 5px;
}
#edit-billing-address .logo-modal-hr,
.modal-popup .logo-modal-hr {
  display: block;
  height: 1px;
  background: #ebebeb;
  clear: both;
}
#edit-billing-address #waterworksModalLabel,
.modal-popup #waterworksModalLabel {
  text-align: center;
  font-family: inherit !important;
}
#edit-billing-address #waterworksModalLabel:after,
.modal-popup #waterworksModalLabel:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  height: 1px;
  width: 40px;
  background-color: #000000;
}
#edit-billing-address .modal-popup.modal-slide,
.modal-popup .modal-popup.modal-slide {
  left: 0;
}
#edit-billing-address .modal-heading,
.modal-popup .modal-heading {
  text-align: center;
  border-bottom: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-weight: 400;
  margin: 0 0 20px;
}
#edit-billing-address .modal-body .form-group .control-label,
.modal-popup .modal-body .form-group .control-label {
  margin: 0 0 8px;
  display: inline-block;
  background: #fff;
  font-size: 14px;
  line-height: 2.42857143;
  padding: 0 9px;
  padding-right: 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  float: left;
  border: 1px solid #ebebeb;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ebebeb;
  height: 34px;
  border-right: none;
  border-radius: 0;
  padding-right: 15px;
}
#edit-billing-address .modal-body .form-group .form-control,
.modal-popup .modal-body .form-group .form-control {
  border-left: none;
  padding-left: 0px;
}
#edit-billing-address .modal-body .form-group .label-left,
.modal-popup .modal-body .form-group .label-left {
  padding-left: 0;
}
#edit-billing-address .modal-body .form-group .label-left input,
.modal-popup .modal-body .form-group .label-left input {
  padding-left: 10px;
  box-shadow: none;
  border: 1px solid #ebebeb;
  border-left: none;
}
#edit-billing-address .modal-body .form-group .label-left input:focus,
.modal-popup .modal-body .form-group .label-left input:focus {
  box-shadow: none;
  border: 1px solid #ebebeb;
}
#edit-billing-address .modal-body .form-group .control-label,
.modal-popup .modal-body .form-group .control-label {
  padding-left: 3px;
  padding-right: 1px;
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
}
.modal-popup.modal-slide {
  left: 0;
}
#maincontent .columns .sidebar-main .sidebar-main-inner {
  border: 0;
  -o-border-image: none;
     border-image: none;
}
#maincontent .columns .sidebar-main .sidebar-main-inner .account-nav {
  margin-bottom: 0;
}
#maincontent .columns .sidebar-main .sidebar-main-inner .account-nav .item {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 0.8em;
  color: #000000;
}
#maincontent .columns .sidebar-main .sidebar-main-inner .account-nav .item a,
#maincontent .columns .sidebar-main .sidebar-main-inner .account-nav .item strong {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 0.8em;
  color: #000000;
  padding-bottom: 5px;
  border: 0;
  transition: none;
}
#maincontent .columns .sidebar-main .sidebar-main-inner .account-nav .item a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
#maincontent .columns .sidebar-main .sidebar-main-inner .account-nav .item a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
#maincontent .columns .sidebar-main .sidebar-main-inner .account-nav .item:last-child {
  margin-bottom: 0;
}
#maincontent .columns .sidebar-main .sidebar-main-inner .account-nav .item.current strong {
  border-bottom: 1px solid #000000;
}
.account .modals-wrapper .modal-popup .modal-inner-wrap {
  max-width: 100%;
}
#sign-in {
  /*Log in*/
}
#sign-in .modal-header {
  border-bottom: none;
}
#sign-in .modal-header p {
  text-align: center;
  margin-top: 30px;
  text-transform: uppercase;
}
#sign-in .modal-header .modal-title {
  text-align: center;
  margin-top: 30px;
  text-transform: uppercase;
  font-family: inherit !important;
  border-bottom: 0;
}
#sign-in .modal-header .modal-title:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  height: 1px;
  width: 40px;
  background-color: #000000;
}
#sign-in .modal-footer {
  text-align: center !important;
}
#sign-in .modal-footer button {
  background: #333333;
  border-radius: 0;
  border: none;
  font-family: inherit;
  width: 100%;
  color: #ffffff;
  height: 38px;
}
#sign-in .modal-footer button:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  height: 1px;
  width: 40px;
  background-color: #000000;
}
#sign-in .logo-img-waterworks-modal {
  width: 50px;
  margin-top: 5px;
}
#sign-in .logo-modal-hr {
  height: 1px;
  background: #ebebeb;
}
#sign-in #waterworksModalLabel {
  text-align: center;
  font-family: inherit !important;
}
#sign-in #waterworksModalLabel:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  height: 1px;
  width: 40px;
  background-color: #000000;
}
#sign-in .modal-popup.modal-slide {
  left: 0;
}
#sign-in .modal-heading {
  text-align: center;
  border-bottom: 0;
}
#sign-in .modal-body {
  padding: 25px;
}
#sign-in .modal-body .modal-login-button {
  background: #333333 !important;
  border-radius: 0;
  border: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  font-family: inherit !important;
  text-transform: uppercase !important;
  width: 100%;
}
#sign-in .modal-body .form-group .control-label {
  margin: 0 0 8px;
  display: inline-block;
  background: #fff;
  font-size: 14px;
  line-height: 2.42857143;
  padding: 0 9px;
  padding-right: 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  float: left;
  border: 1px solid #ebebeb;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ebebeb;
  height: 36px;
  border-right: none;
  border-radius: 0;
  padding-right: 15px;
}
#sign-in .modal-body .form-group .form-control {
  border-left: none;
  padding-left: 0px;
}
#sign-in .modal-body .form-group .label-left {
  padding-left: 0;
}
#sign-in .modal-body .form-group .label-left input {
  padding-left: 10px;
  box-shadow: none;
  border: 1px solid #ebebeb;
  border-left: none;
}
#sign-in .modal-body .form-group .label-left input:focus {
  box-shadow: none;
  border: 1px solid #ebebeb;
  border-left: none;
}
#sign-in .modal-body .form-group .control-label {
  padding-left: 10px;
  padding-right: 1px;
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
}
.modal-content {
  padding: 40px;
  font-size: 12px !important;
}
.modal-dialog .field-name-firstname .control-label {
  width: 116px !important;
}
.modal-dialog .field-name-firstname .control {
  width: calc(100% - 116px) !important;
  background-color: white !important;
}
.modal-dialog .field-name-lastname .control-label {
  width: 94px !important;
}
.modal-dialog .field-name-lastname .control {
  width: calc(100% - 94px) !important;
  background-color: white !important;
}
.modal-dialog #sign-in .modal-body {
  padding: 0px !important;
  margin: 40px !important;
}
.modal-dialog .container {
  width: 100% !important;
  margin: 0px !important;
}
.modal-header button span {
  display: none !important;
}
#sign-in .modal-header .modal-title {
  margin-top: 0px !important;
  letter-spacing: 0.5 !important;
}
.modal-dialog .form-horizontal label a {
  padding: 0px !important;
}
.modal-dialog input {
  background-color: white !important;
}
.control-label-forgot-pass {
  padding: 0px !important;
  margin-top: -16px;
  margin-left: 15px;
  margin-bottom: 30px !important;
  width: calc(100% + 15px) !important;
}
.control-label-fix {
  padding: 0px !important;
  margin-left: -15px !important;
}
.control-label-fix-second {
  margin-bottom: 20px !important;
}
#sign-in #waterworksModalLabel:after {
  width: 70px !important;
  background-color: #A0A0A0 !important;
}
#sign-in #waterworksModalLabel {
  text-align: center;
  font-family: "Mercury Display A", "Mercury Display B", Helvetica, Arial, sans-serif !important;
  text-transform: none !important;
  font-size: 22px !important;
}
#sign-in .modal-body .form-group .control-label {
  margin: 0 0 8px;
  display: inline-block;
  background: #fff;
  font-size: 12px;
  line-height: 3.2;
}
/*Register modal start*/
#register #waterworksModalLabel {
  text-align: center;
  font-family: "Mercury Display A", "Mercury Display B", Helvetica, Arial, sans-serif !important;
  text-transform: none !important;
  font-size: 22px !important;
}
#register #waterworksModalLabel:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  height: 1px;
  width: 70px !important;
  background-color: #A0A0A0 !important;
}
#register .modal-header p {
  text-align: center;
  margin-top: 30px;
  text-transform: uppercase;
}
#register .modal-body {
  padding: 15px;
}
#register .modal-body .form-group .control-label {
  padding-left: 10px;
  padding-right: 1px;
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 8px;
  display: inline-block;
  background: #fff;
  font-size: 12px;
  line-height: 2.2;
  vertical-align: baseline;
  box-sizing: border-box;
  float: left;
  border: 1px solid #ebebeb;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ebebeb;
  height: 36px;
  border-right: none;
  border-radius: 0;
}
#register .modal-header {
  padding: 15px;
  border-bottom: none !important;
}
#register .modal-body .form-group .label-left input {
  padding-left: 2px;
  box-shadow: none;
  border: 1px solid #ebebeb;
  border-left: none;
}
#register form > div > div {
  padding: 0px !important;
}
#register .modal-dialog .form-control {
  display: block;
  width: 100%;
  height: 36px;
}
#register .modal-dialog .field-name-firstname .control-label {
  width: 88px !important;
}
#register .modal-dialog .field-name-firstname .control {
  width: calc(100% - 88px) !important;
  background-color: white !important;
}
#register .modal-dialog .field-name-lastname .control-label {
  width: 84px !important;
}
#register .modal-dialog .field-name-lastname .control {
  width: calc(100% - 84px) !important;
  background-color: white !important;
}
#register .modal-dialog .field-name-email .control-label {
  width: 114px !important;
}
#register .modal-dialog .field-name-email .control {
  width: calc(100% - 114px) !important;
  background-color: white !important;
}
#register .modal-dialog .field-name-passworde .control-label {
  width: 86px !important;
}
#register .modal-dialog .field-name-passworde .control {
  width: calc(100% - 86px) !important;
  background-color: white !important;
}
#register .modal-dialog .field-name-confrimpassword .control-label {
  width: 144px !important;
}
#register .modal-dialog .field-name-confrimpassword .control {
  width: calc(100% - 144px) !important;
  background-color: white !important;
}
#register .field-name-robot label,
#register .field-name-newsletter label {
  width: 90%;
  display: inline-block;
  position: absolute;
  margin-top: 3px;
  margin-left: 2px;
}
#register .modal-body .modal-login-button {
  background: #333333 !important;
  border-radius: 0;
  border: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  font-family: inherit !important;
  text-transform: uppercase !important;
  width: 100%;
}
#register .modal-footer {
  text-align: center!important;
}
#register .logo-img-waterworks-modal {
  width: 50px;
  margin-top: 5px;
}
/* Register end*/
@media (min-width: 768px) {
  .account .modal-popup._inner-scroll .modal-inner-wrap {
    max-width: 60% !important;
  }
  .account .modals-wrapper .modal-popup .modal-inner-wrap {
    max-width: 60% !important;
  }
  .form-edit-account .field-name-firstname,
  .form-address-edit .field-name-firstname,
  .form-edit-account .field-name-lastname,
  .form-address-edit .field-name-lastname {
    margin: 0 !important;
  }
  .form-edit-account .field-name-firstname label,
  .form-address-edit .field-name-firstname label,
  .form-edit-account .field-name-lastname label,
  .form-address-edit .field-name-lastname label {
    width: 20%;
  }
  .form-edit-account .field-name-firstname .control,
  .form-address-edit .field-name-firstname .control,
  .form-edit-account .field-name-lastname .control,
  .form-address-edit .field-name-lastname .control {
    width: 80%;
  }
  .form-edit-account .email label,
  .form-address-edit .email label {
    width: 20%;
  }
  .form-edit-account .email .control,
  .form-address-edit .email .control {
    width: 80%;
  }
  .form-edit-account .password label,
  .form-address-edit .password label {
    width: 19%;
  }
  .form-edit-account .password .control,
  .form-address-edit .password .control {
    width: 71%;
  }
  .form-edit-account .confirm.password label,
  .form-address-edit .confirm.password label {
    width: 55%;
  }
  .form-edit-account .confirm.password .control,
  .form-address-edit .confirm.password .control {
    width: 45%;
  }
  .form-edit-account .field.company label,
  .form-address-edit .field.company label {
    width: 16%;
  }
  .form-edit-account .field.company .control,
  .form-address-edit .field.company .control {
    width: 84%;
  }
  .form-edit-account .field.telephone label,
  .form-address-edit .field.telephone label {
    width: 27%;
  }
  .form-edit-account .field.telephone .control,
  .form-address-edit .field.telephone .control {
    width: 73%;
  }
  .form-edit-account .field.street label,
  .form-address-edit .field.street label {
    width: 28%;
  }
  .form-edit-account .field.street .control,
  .form-address-edit .field.street .control {
    width: 72%;
  }
  .form-edit-account .field.street2 label,
  .form-address-edit .field.street2 label {
    width: 16%;
  }
  .form-edit-account .field.street2 .control,
  .form-address-edit .field.street2 .control {
    width: 84%;
  }
  .form-edit-account .field.city label,
  .form-address-edit .field.city label {
    width: 11%;
  }
  .form-edit-account .field.city .control,
  .form-address-edit .field.city .control {
    width: 89%;
  }
  .form-edit-account .field.zip label,
  .form-address-edit .field.zip label {
    width: 17%;
  }
  .form-edit-account .field.zip .control,
  .form-address-edit .field.zip .control {
    width: 83%;
  }
  .form-edit-account #country_control,
  .form-address-edit #country_control {
    width: 85%;
  }
  .form-edit-account #password-strength-meter,
  .form-address-edit #password-strength-meter {
    font-size: 10px;
    position: relative;
  }
}
@media (min-width: 992px) {
  .account .modals-wrapper .modal-popup .modal-inner-wrap {
    max-width: 50%;
  }
  .form-edit-account .field-name-firstname label,
  .form-address-edit .field-name-firstname label,
  .form-edit-account .field-name-lastname label,
  .form-address-edit .field-name-lastname label {
    width: 16%;
  }
  .form-edit-account .field-name-firstname .control,
  .form-address-edit .field-name-firstname .control,
  .form-edit-account .field-name-lastname .control,
  .form-address-edit .field-name-lastname .control {
    width: 84%;
  }
  .form-edit-account .email label,
  .form-address-edit .email label {
    width: 20%;
  }
  .form-edit-account .email .control,
  .form-address-edit .email .control {
    width: 80%;
  }
  .form-edit-account .password label,
  .form-address-edit .password label {
    width: 19%;
  }
  .form-edit-account .password .control,
  .form-address-edit .password .control {
    width: 71%;
  }
  .form-edit-account .confirm.password label,
  .form-address-edit .confirm.password label {
    width: 55%;
  }
  .form-edit-account .confirm.password .control,
  .form-address-edit .confirm.password .control {
    width: 45%;
  }
  .form-edit-account .field.company label,
  .form-address-edit .field.company label {
    width: 16%;
  }
  .form-edit-account .field.company .control,
  .form-address-edit .field.company .control {
    width: 84%;
  }
  .form-edit-account .field.telephone label,
  .form-address-edit .field.telephone label {
    width: 27%;
  }
  .form-edit-account .field.telephone .control,
  .form-address-edit .field.telephone .control {
    width: 73%;
  }
  .form-edit-account .field.street label,
  .form-address-edit .field.street label {
    width: 48%;
  }
  .form-edit-account .field.street .control,
  .form-address-edit .field.street .control {
    width: 52%;
  }
  .form-edit-account .field.street2 label,
  .form-address-edit .field.street2 label {
    width: 30%;
  }
  .form-edit-account .field.street2 .control,
  .form-address-edit .field.street2 .control {
    width: 70%;
  }
  .form-edit-account .field.city label,
  .form-address-edit .field.city label {
    width: 25%;
  }
  .form-edit-account .field.city .control,
  .form-address-edit .field.city .control {
    width: 75%;
  }
  .form-edit-account .field.zip label,
  .form-address-edit .field.zip label {
    width: 34%;
  }
  .form-edit-account .field.zip .control,
  .form-address-edit .field.zip .control {
    width: 66%;
  }
  .form-edit-account #afterCountry label,
  .form-address-edit #afterCountry label {
    width: 12%;
  }
  .form-edit-account #afterCountry #country_control,
  .form-address-edit #afterCountry #country_control {
    width: 88%;
  }
}
@media (min-width: 1200px) {
  .account .modals-wrapper .modal-popup .modal-inner-wrap {
    max-width: 40% !important;
  }
  .form-edit-account .field-name-firstname label,
  .form-address-edit .field-name-firstname label,
  .form-edit-account .field-name-lastname label,
  .form-address-edit .field-name-lastname label {
    width: 16%;
  }
  .form-edit-account .field-name-firstname .control,
  .form-address-edit .field-name-firstname .control,
  .form-edit-account .field-name-lastname .control,
  .form-address-edit .field-name-lastname .control {
    width: 84%;
  }
  .form-edit-account .field.company label,
  .form-address-edit .field.company label {
    width: 16%;
  }
  .form-edit-account .field.company .control,
  .form-address-edit .field.company .control {
    width: 84%;
  }
  .form-edit-account .field.telephone label,
  .form-address-edit .field.telephone label {
    width: 14%;
  }
  .form-edit-account .field.telephone .control,
  .form-address-edit .field.telephone .control {
    width: 86%;
  }
  .form-edit-account .field.street label,
  .form-address-edit .field.street label {
    width: 14%;
  }
  .form-edit-account .field.street .control,
  .form-address-edit .field.street .control {
    width: 86%;
  }
  .form-edit-account .field.street2 label,
  .form-address-edit .field.street2 label {
    width: 13%;
  }
  .form-edit-account .field.street2 .control,
  .form-address-edit .field.street2 .control {
    width: 87%;
  }
  .form-edit-account .field.city label,
  .form-address-edit .field.city label {
    width: 11%;
  }
  .form-edit-account .field.city .control,
  .form-address-edit .field.city .control {
    width: 89%;
  }
  .form-edit-account .field.zip label,
  .form-address-edit .field.zip label {
    width: 14%;
  }
  .form-edit-account .field.zip .control,
  .form-address-edit .field.zip .control {
    width: 86%;
  }
  .form-edit-account #afterCountry label,
  .form-address-edit #afterCountry label {
    width: 12%;
  }
  .form-edit-account #afterCountry #country_control,
  .form-address-edit #afterCountry #country_control {
    width: 88%;
  }
}
@media (min-width: 1920px) {
  .account .modals-wrapper .modal-popup .modal-inner-wrap {
    max-width: 30% !important;
  }
}
#my-orders-table .col.name .product-item-name {
  line-height: inherit;
}
#my-orders-table .col.sku {
  min-width: 121px;
}
#my-orders-table .col.qty {
  min-width: 90px;
}
#my-orders-table .col.trade-price .price-excluding-tax,
#my-orders-table .col.price .price-excluding-tax,
#my-orders-table .col.subtotal .price-excluding-tax {
  font-size: inherit;
  line-height: inherit;
}
#my-orders-table tfoot .mark {
  background: transparent !important;
}
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-header,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-header {
  height: 40px;
  padding: 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-header,
  html:not(.ipad) .modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-header {
    height: 0;
  }
}
html.ipad.landscape .modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-header,
html.ipad.landscape .modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-header {
  height: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-header,
  .modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-header {
    height: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-header,
  .modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-header {
    height: 0;
  }
}
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-header .action-close,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-header .action-close {
  padding: 0;
  height: 45px;
  width: 45px;
  z-index: 99999;
}
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-header .action-close:before,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-header .action-close:before {
  content: '+';
  cursor: pointer;
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 40px;
  font-weight: 100;
  line-height: 40px;
  color: #666;
  z-index: 999;
}
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap {
  width: 100%;
  max-width: 100%;
  padding: 0;
  background: #ffffff !important;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap,
  html:not(.ipad) .modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap {
    padding: 0;
    overflow: auto;
    width: 540px;
    max-width: 100%;
  }
}
html.ipad.landscape .modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap,
html.ipad.landscape .modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap {
  padding: 0;
  overflow: auto;
  width: 540px;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap,
  .modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap {
    padding: 0;
    overflow: auto;
    width: 540px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap,
  .modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap {
    padding: 0;
    overflow: auto;
    width: 540px;
    max-width: 100%;
  }
}
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content {
  padding: 50px 40px 20px;
  overflow: inherit;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content,
  html:not(.ipad) .modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content {
    padding: 50px 40px 20px;
  }
}
html.ipad.landscape .modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content,
html.ipad.landscape .modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content {
  padding: 50px 40px 20px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content,
  .modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content {
    padding: 50px 40px 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content,
  .modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content {
    padding: 50px 40px 20px;
  }
}
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .h4wrap,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .h4wrap {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .h1wrap,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .h1wrap {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  text-transform: inherit;
  margin: 0 0 30px 0;
  display: block;
  text-align: center;
}
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .block-content .note,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .block-content .note {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  text-transform: inherit;
  margin: 0 0 30px 0;
  display: block;
}
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .block-content form .field,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .block-content form .field {
  margin-bottom: 20px;
}
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .block-content form .field label,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .block-content form .field label {
  display: none;
}
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .block-content form .field input,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .block-content form .field input {
  border: none;
  border-bottom: 1px solid #000000;
  font-size: 11px;
  text-transform: initial;
  color: #000000;
  font-weight: 300;
  width: 100%;
  height: 40px;
  padding: 10px 0;
  background: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .block-content form .field input::-webkit-input-placeholder,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .block-content form .field input::-webkit-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .block-content form .field input::-moz-placeholder,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .block-content form .field input::-moz-placeholder {
  text-transform: uppercase;
}
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .block-content form .field input::-ms-input-placeholder,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .block-content form .field input::-ms-input-placeholder {
  text-transform: uppercase;
}
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .block-content form .field input::placeholder,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .block-content form .field input::placeholder {
  text-transform: uppercase;
}
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .block-content form .actions-toolbar .secondary,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .block-content form .actions-toolbar .secondary {
  display: block;
  text-align: left;
  padding: 0;
  float: none;
}
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .block-content form .actions-toolbar .secondary a,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .block-content form .actions-toolbar .secondary a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 100;
  line-height: inherit;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
  padding: 0;
  margin: 0;
}
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .block-content form .actions-toolbar .primary,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .block-content form .actions-toolbar .primary {
  display: block;
  text-align: left;
  padding: 0;
  margin-top: 40px;
  float: none;
}
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .block-content form .actions-toolbar .primary button,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .block-content form .actions-toolbar .primary button {
  display: block;
  width: 100%;
  height: 60px;
  background: #000000;
  padding: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  border: none !important;
  border-radius: 0;
  text-align: center;
}
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .block-content form .actions-toolbar .primary button.disabled,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .block-content form .actions-toolbar .primary button.disabled {
  opacity: 0.5;
  cursor: wait;
}
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper {
  border-top: 1px solid #000000;
  margin-top: 40px;
  padding-top: 30px;
}
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper .actions-toolbar,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper .actions-toolbar {
  padding-top: 10px;
}
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper .actions-toolbar a.create,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper .actions-toolbar a.create,
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper .actions-toolbar a.create-trade,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper .actions-toolbar a.create-trade {
  display: block;
  width: 100%;
  height: 60px;
  background: #000000;
  padding: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  border: none !important;
  border-radius: 0;
  text-align: center;
  line-height: 60px;
  width: calc(50% - 5px);
  float: left;
  padding: 0;
}
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper .actions-toolbar a.create.disabled,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper .actions-toolbar a.create.disabled,
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper .actions-toolbar a.create-trade.disabled,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper .actions-toolbar a.create-trade.disabled {
  opacity: 0.5;
  cursor: wait;
}
@media (max-width: 480px) {
  .modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper .actions-toolbar a.create,
  .modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper .actions-toolbar a.create,
  .modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper .actions-toolbar a.create-trade,
  .modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper .actions-toolbar a.create-trade {
    float: none;
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
}
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper .actions-toolbar a.create:hover,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper .actions-toolbar a.create:hover,
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper .actions-toolbar a.create-trade:hover,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper .actions-toolbar a.create-trade:hover {
  text-decoration: none;
}
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper .actions-toolbar a.create,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper .actions-toolbar a.create {
  margin-right: 5px;
}
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper .actions-toolbar a.create-trade,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .signup-wrapper .actions-toolbar a.create-trade {
  background: #03302B;
  margin-left: 5px;
}
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .help-wrapper,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .help-wrapper {
  clear: both;
  padding-top: 30px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 100;
  line-height: inherit;
  color: #000000;
  text-transform: uppercase;
}
.modals-wrapper .modal-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .help-wrapper a,
.modals-wrapper .modal-trade-customer-login-wrapper.modal-popup .modal-inner-wrap .modal-content .help-wrapper a {
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
}
body.customer-account-login .page.messages .messages > div > div {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-pack: center;
      justify-content: center;
  width: auto;
}
body.customer-account-login .page.messages .messages > div > div:before {
  position: relative;
  top: 10px;
}
body.customer-account-login .page-title-wrapper {
  display: none;
}
body.customer-account-login .page-login-wrapper {
  width: 540px;
  max-width: 100%;
  margin: 80px auto 100px auto !important;
  float: none !important;
  clear: inherit;
}
body.customer-account-login .h4wrap {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
body.customer-account-login .h1wrap {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  text-transform: inherit;
  margin: 0 0 30px 0;
  display: block;
  text-align: center;
}
body.customer-account-login .block-title {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}
body.customer-account-login .block-content .note {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  text-transform: inherit;
  margin: 0 0 30px 0;
  display: block;
}
body.customer-account-login .block-content form .fieldset:after {
  content: '';
}
body.customer-account-login .block-content form .field {
  margin-bottom: 20px;
  width: 100% !important;
}
body.customer-account-login .block-content form .field .control {
  width: 100% !important;
}
body.customer-account-login .block-content form .field label {
  display: none;
}
body.customer-account-login .block-content form .field input {
  border: none;
  border-bottom: 1px solid #000000;
  font-size: 11px;
  text-transform: initial;
  color: #000000;
  font-weight: 300;
  width: 100%;
  height: 40px;
  padding: 10px 0;
  background: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform: translateZ(0) scale(1, 1);
}
body.customer-account-login .block-content form .field input::-webkit-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}
body.customer-account-login .block-content form .field input::-moz-placeholder {
  text-transform: uppercase;
}
body.customer-account-login .block-content form .field input::-ms-input-placeholder {
  text-transform: uppercase;
}
body.customer-account-login .block-content form .field input::placeholder {
  text-transform: uppercase;
}
body.customer-account-login .block-content form .actions-toolbar .secondary {
  display: block;
  text-align: left;
  padding: 0;
  float: none;
}
body.customer-account-login .block-content form .actions-toolbar .secondary a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 100;
  line-height: inherit;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
  padding: 0;
  margin: 0;
}
body.customer-account-login .block-content form .actions-toolbar .primary {
  display: block;
  text-align: left;
  padding: 0;
  margin-top: 40px;
  float: none;
}
body.customer-account-login .block-content form .actions-toolbar .primary button {
  display: block;
  width: 100%;
  height: 60px;
  background: #000000;
  padding: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  border: none !important;
  border-radius: 0;
  text-align: center;
}
body.customer-account-login .block-content form .actions-toolbar .primary button.disabled {
  opacity: 0.5;
  cursor: wait;
}
body.customer-account-login .signup-wrapper {
  border-top: 1px solid #000000;
  margin-top: 40px;
  padding-top: 30px;
}
body.customer-account-login .signup-wrapper .actions-toolbar {
  padding-top: 10px;
  float: none;
}
body.customer-account-login .signup-wrapper .actions-toolbar a.create,
body.customer-account-login .signup-wrapper .actions-toolbar a.create-trade {
  display: block;
  width: 100%;
  height: 60px;
  background: #000000;
  padding: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  border: none !important;
  border-radius: 0;
  text-align: center;
  line-height: 60px;
  width: calc(50% - 5px);
  float: left;
  padding: 0;
}
body.customer-account-login .signup-wrapper .actions-toolbar a.create.disabled,
body.customer-account-login .signup-wrapper .actions-toolbar a.create-trade.disabled {
  opacity: 0.5;
  cursor: wait;
}
@media (max-width: 480px) {
  body.customer-account-login .signup-wrapper .actions-toolbar a.create,
  body.customer-account-login .signup-wrapper .actions-toolbar a.create-trade {
    float: none;
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
}
body.customer-account-login .signup-wrapper .actions-toolbar a.create:hover,
body.customer-account-login .signup-wrapper .actions-toolbar a.create-trade:hover {
  text-decoration: none;
}
body.customer-account-login .signup-wrapper .actions-toolbar a.create {
  margin-right: 5px;
}
body.customer-account-login .signup-wrapper .actions-toolbar a.create-trade {
  background: #03302B;
  margin-left: 5px;
}
body.customer-account-login .help-wrapper {
  clear: both;
  padding-top: 30px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 100;
  line-height: inherit;
  color: #000000;
  text-transform: uppercase;
}
body.customer-account-login .help-wrapper a {
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
}
body.customer-account-createpassword .page-title-wrapper,
body.customer-account-forgotpassword .page-title-wrapper {
  display: none;
}
body.customer-account-createpassword #maincontent,
body.customer-account-forgotpassword #maincontent {
  margin: 0;
  padding: 0;
  max-width: inherit !important;
}
body.customer-account-createpassword #maincontent .columns,
body.customer-account-forgotpassword #maincontent .columns {
  padding: 50px 0 100px;
}
@media (max-width: 768px) {
  body.customer-account-createpassword #maincontent .page-title,
  body.customer-account-forgotpassword #maincontent .page-title {
    padding: 0 15px !important;
  }
}
html.ipad.portrait body.customer-account-createpassword #maincontent .page-title,
html.ipad.portrait body.customer-account-forgotpassword #maincontent .page-title {
  padding: 0 15px !important;
}
html.legacy-ipad body.customer-account-createpassword #maincontent .page-title,
html.legacy-ipad body.customer-account-forgotpassword #maincontent .page-title {
  padding: 0 15px !important;
}
body.customer-account-createpassword #maincontent .page-title h1,
body.customer-account-forgotpassword #maincontent .page-title h1 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  text-align: center;
  padding: 0;
  margin: 0 0 50px 0;
}
body.customer-account-createpassword #maincontent form.form,
body.customer-account-forgotpassword #maincontent form.form {
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 768px) {
  body.customer-account-createpassword #maincontent form.form,
  body.customer-account-forgotpassword #maincontent form.form {
    padding: 0 15px !important;
  }
}
html.ipad.portrait body.customer-account-createpassword #maincontent form.form,
html.ipad.portrait body.customer-account-forgotpassword #maincontent form.form {
  padding: 0 15px !important;
}
html.legacy-ipad body.customer-account-createpassword #maincontent form.form,
html.legacy-ipad body.customer-account-forgotpassword #maincontent form.form {
  padding: 0 15px !important;
}
body.customer-account-createpassword #maincontent form.form div.note,
body.customer-account-forgotpassword #maincontent form.form div.note {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.5em;
  color: #000000;
  padding: 0;
  text-align: center;
}
body.customer-account-createpassword #maincontent form.form .fieldset,
body.customer-account-forgotpassword #maincontent form.form .fieldset {
  max-width: 540px;
  margin: 50px auto;
}
body.customer-account-createpassword #maincontent form.form .fieldset .field,
body.customer-account-forgotpassword #maincontent form.form .fieldset .field {
  float: none;
  width: 100%;
  display: block;
  position: relative;
}
body.customer-account-createpassword #maincontent form.form .fieldset .field label,
body.customer-account-forgotpassword #maincontent form.form .fieldset .field label {
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 100;
  line-height: 1.8em;
  color: #000000;
  margin: 0;
  font-weight: 100 !important;
}
body.customer-account-createpassword #maincontent form.form .fieldset .field input,
body.customer-account-forgotpassword #maincontent form.form .fieldset .field input {
  border: 1px solid #000000;
  height: 60px;
  text-align: left;
}
body.customer-account-createpassword #maincontent form.form .fieldset .field #password-strength-meter-container .password-strength-meter,
body.customer-account-forgotpassword #maincontent form.form .fieldset .field #password-strength-meter-container .password-strength-meter {
  font-size: 10px;
  color: black;
  text-transform: uppercase;
}
body.customer-account-createpassword #maincontent form.form .fieldset .field #password-strength-meter-container .note,
body.customer-account-forgotpassword #maincontent form.form .fieldset .field #password-strength-meter-container .note {
  display: block;
  margin: 10px 0 0 0;
  max-width: 310px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 100;
  line-height: 1.3em;
  color: #000000;
}
body.customer-account-createpassword #maincontent form.form .actions-toolbar,
body.customer-account-forgotpassword #maincontent form.form .actions-toolbar {
  padding: 0;
}
body.customer-account-createpassword #maincontent form.form .actions-toolbar div.primary,
body.customer-account-forgotpassword #maincontent form.form .actions-toolbar div.primary {
  margin-top: 0;
  width: 100%;
  text-align: center;
  float: none;
  clear: both;
  display: block;
}
body.customer-account-createpassword #maincontent form.form .actions-toolbar div.primary button.primary,
body.customer-account-forgotpassword #maincontent form.form .actions-toolbar div.primary button.primary {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 60px;
  background: #000000;
  padding: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  border: none !important;
  border-radius: 0;
  max-width: 280px;
  float: none;
}
body.customer-account-createpassword #maincontent form.form .actions-toolbar div.primary button.primary.disabled,
body.customer-account-forgotpassword #maincontent form.form .actions-toolbar div.primary button.primary.disabled {
  opacity: 0.5;
  cursor: wait;
}
body.customer-account-createpassword #maincontent form.form .actions-toolbar div.secondary,
body.customer-account-forgotpassword #maincontent form.form .actions-toolbar div.secondary {
  text-align: center;
  float: none;
  clear: both;
  display: block;
  margin-top: 20px;
}
body.customer-account-createpassword #maincontent form.form .actions-toolbar div.secondary a.action.back,
body.customer-account-forgotpassword #maincontent form.form .actions-toolbar div.secondary a.action.back {
  margin: 0 auto;
  max-width: 280px;
  float: none;
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
body.customer-account-createpassword #maincontent form.form .actions-toolbar div.secondary a.action.back:hover,
body.customer-account-forgotpassword #maincontent form.form .actions-toolbar div.secondary a.action.back:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
@media (max-width: 768px) {
  body.customer-account-forgotpassword #maincontent {
    padding: 0 15px !important;
  }
}
html.ipad.portrait body.customer-account-forgotpassword #maincontent {
  padding: 0 15px !important;
}
html.legacy-ipad body.customer-account-forgotpassword #maincontent {
  padding: 0 15px !important;
}
body.customer-account-forgotpassword #maincontent .page-title-wrapper {
  display: block;
  text-align: center;
  margin-top: 50px;
}
body.customer-account-forgotpassword #maincontent .page-title-wrapper h1.page-title {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  text-align: center;
  padding: 0;
  margin: 0 0 50px 0 !important;
}
body.customer-account-forgotpassword #maincontent .columns {
  padding: 0 0 50px;
}
body.customer-account-forgotpassword #maincontent .columns form.form .fieldset {
  margin-top: 0;
}
body.customer-account-forgotpassword #maincontent .columns form.form .fieldset .field.note {
  max-width: 420px;
  margin: 0 auto 20px;
}
body.customer-account-create .page-title-wrapper {
  display: none;
}
body.customer-account-create .customer-register-title {
  padding: 50px 0 0 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.customer-account-create .customer-register-title {
    padding: 100px 0 0 0;
  }
}
html.ipad.landscape body.customer-account-create .customer-register-title {
  padding: 100px 0 0 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.customer-account-create .customer-register-title {
    padding: 100px 0 0 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.customer-account-create .customer-register-title {
    padding: 100px 0 0 0;
  }
}
body.customer-account-create .customer-register-title h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
body.customer-account-create .customer-register-title h1 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  text-transform: inherit;
  margin: 0 0 40px 0;
  display: block;
  text-align: center;
}
body.customer-account-create .register-form-container {
  margin: 0 auto;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.customer-account-create .register-form-container {
    display: -ms-flexbox;
    display: flex;
    max-width: 700px;
  }
}
html.ipad.landscape body.customer-account-create .register-form-container {
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.customer-account-create .register-form-container {
    display: -ms-flexbox;
    display: flex;
    max-width: 700px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.customer-account-create .register-form-container {
    display: -ms-flexbox;
    display: flex;
    max-width: 700px;
  }
}
body.customer-account-create .register-form-container .col-register-form {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.customer-account-create .register-form-container .col-register-form {
    max-width: 300px;
  }
}
html.ipad.landscape body.customer-account-create .register-form-container .col-register-form {
  max-width: 300px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.customer-account-create .register-form-container .col-register-form {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.customer-account-create .register-form-container .col-register-form {
    max-width: 300px;
  }
}
body.customer-account-create .register-form-container .col-register-form form.form.create.account {
  min-width: inherit;
  width: 100%;
}
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field label {
  display: none;
}
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field input,
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field select,
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field textarea {
  border: none;
  border-bottom: 1px solid #000000;
  font-size: 11px;
  text-transform: initial;
  color: #000000;
  font-weight: 300;
  width: 100%;
  height: 40px;
  padding: 10px 0;
  background: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform: translateZ(0) scale(1, 1);
}
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field input::-webkit-input-placeholder,
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field select::-webkit-input-placeholder,
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field textarea::-webkit-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field input::-moz-placeholder,
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field select::-moz-placeholder,
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field textarea::-moz-placeholder {
  color: #000000;
  text-transform: uppercase;
}
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field input::-ms-input-placeholder,
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field select::-ms-input-placeholder,
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field textarea::-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field input::placeholder,
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field select::placeholder,
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field textarea::placeholder {
  color: #000000;
  text-transform: uppercase;
}
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field input[type="checkbox"],
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field select[type="checkbox"],
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field textarea[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: 1px solid #999999;
  display: inline-table;
  float: none;
  height: 14px;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  line-height: 1.2em;
  top: 0px;
  transition: border-color 200ms linear;
  width: 14px;
  border-radius: 0 !important;
}
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field input[type="checkbox"]:before,
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field select[type="checkbox"]:before,
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field textarea[type="checkbox"]:before {
  opacity: 0;
  content: '\f00c';
  font-family: "FontAwesome";
  font-size: 12px;
  pointer-events: none;
  display: block;
  transition: opacity 200ms linear;
}
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field input[type="checkbox"]:checked,
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field select[type="checkbox"]:checked,
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field textarea[type="checkbox"]:checked {
  border-color: #999999;
}
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field input[type="checkbox"]:checked:before,
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field select[type="checkbox"]:checked:before,
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field textarea[type="checkbox"]:checked:before {
  opacity: 1;
}
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field input:disabled,
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field select:disabled,
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field textarea:disabled {
  opacity: 1;
}
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field.remember-me {
  margin-top: -19px;
}
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field.remember-me input[type="checkbox"] {
  vertical-align: top;
  margin-top: 3px;
}
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field.remember-me label {
  display: inline-block;
  width: 80%;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-size: 10px !important;
  font-weight: 100 !important;
  line-height: 1em !important;
  color: #000000 !important;
  text-transform: uppercase;
}
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field.newsletter {
  text-align: center;
  margin: 20px 0 10px 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.customer-account-create .register-form-container .col-register-form form.form.create.account .field.newsletter {
    text-align: left;
  }
}
html.ipad.landscape body.customer-account-create .register-form-container .col-register-form form.form.create.account .field.newsletter {
  text-align: left;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.customer-account-create .register-form-container .col-register-form form.form.create.account .field.newsletter {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.customer-account-create .register-form-container .col-register-form form.form.create.account .field.newsletter {
    text-align: left;
  }
}
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field.newsletter input[type="checkbox"] {
  vertical-align: top;
  margin-top: 6px;
}
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field.newsletter label {
  display: inline-block;
  width: calc(100% - 75px);
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif !important;
  font-size: 16px !important;
  font-weight: 100 !important;
  line-height: 1.5em !important;
  color: #000000 !important;
  text-align: center;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.customer-account-create .register-form-container .col-register-form form.form.create.account .field.newsletter label {
    text-align: left;
    width: calc(100% - 25px);
  }
}
html.ipad.landscape body.customer-account-create .register-form-container .col-register-form form.form.create.account .field.newsletter label {
  text-align: left;
  width: calc(100% - 25px);
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.customer-account-create .register-form-container .col-register-form form.form.create.account .field.newsletter label {
    text-align: left;
    width: calc(100% - 25px);
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.customer-account-create .register-form-container .col-register-form form.form.create.account .field.newsletter label {
    text-align: left;
    width: calc(100% - 25px);
  }
}
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field.checkout-agreements-block {
  text-align: center;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.customer-account-create .register-form-container .col-register-form form.form.create.account .field.checkout-agreements-block {
    text-align: left;
  }
}
html.ipad.landscape body.customer-account-create .register-form-container .col-register-form form.form.create.account .field.checkout-agreements-block {
  text-align: left;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.customer-account-create .register-form-container .col-register-form form.form.create.account .field.checkout-agreements-block {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.customer-account-create .register-form-container .col-register-form form.form.create.account .field.checkout-agreements-block {
    text-align: left;
  }
}
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field.checkout-agreements-block .checkout-agreements {
  margin: 0;
}
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field.checkout-agreements-block .checkout-agreements span,
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field.checkout-agreements-block .checkout-agreements span a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-size: 10px !important;
  font-weight: 100 !important;
  line-height: 1em !important;
  color: #000000 !important;
}
body.customer-account-create .register-form-container .col-register-form form.form.create.account .field.checkout-agreements-block .checkout-agreements span:first-of-type {
  margin-bottom: 5px;
}
body.customer-account-create .register-form-container .col-register-form form.form.create.account #password-strength-meter-container .password-strength-meter {
  font-size: 10px;
  color: #000000;
  text-transform: uppercase;
}
body.customer-account-create .register-form-container .col-register-form form.form.create.account #password-strength-meter-container .note {
  display: block;
  margin: 10px 0 0 0;
  max-width: 310px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 100;
  line-height: 1.3em;
  color: #000000;
  text-transform: initial;
}
body.customer-account-create .register-form-container .col-register-form form.form.create.account div.mage-error[generated],
body.customer-account-create .register-form-container .col-register-form form.form.create.account .checkout-agreement .required-entry.mage-error + .accept-label:after {
  font-size: 11px !important;
  font-weight: normal;
}
body.customer-account-create .register-form-container .col-register-form .actions-toolbar {
  margin: 50px 0 0 0;
}
body.customer-account-create .register-form-container .col-register-form .actions-toolbar .primary {
  float: none;
}
body.customer-account-create .register-form-container .col-register-form .actions-toolbar .primary button.primary {
  display: block;
  height: 60px;
  background: #000000;
  padding: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  border: none !important;
  border-radius: 0;
  width: 100%;
  /* Landscape */
}
body.customer-account-create .register-form-container .col-register-form .actions-toolbar .primary button.primary.disabled {
  opacity: 0.5;
  cursor: wait;
}
@media (min-width: 768px) {
  html:not(.ipad) body.customer-account-create .register-form-container .col-register-form .actions-toolbar .primary button.primary {
    width: 280px;
  }
}
html.ipad.landscape body.customer-account-create .register-form-container .col-register-form .actions-toolbar .primary button.primary {
  width: 280px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.customer-account-create .register-form-container .col-register-form .actions-toolbar .primary button.primary {
    width: 280px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.customer-account-create .register-form-container .col-register-form .actions-toolbar .primary button.primary {
    width: 280px;
  }
}
body.customer-account-create .register-form-container .col-register-form .actions-toolbar .required-note {
  display: block;
  margin-top: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  text-transform: uppercase;
}
body.customer-account-create .register-form-container .col-register-trade {
  margin-top: 100px;
  text-align: center;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.customer-account-create .register-form-container .col-register-trade {
    margin-top: 0;
    margin-left: 100px;
    max-width: 300px;
    text-align: left;
  }
}
html.ipad.landscape body.customer-account-create .register-form-container .col-register-trade {
  margin-top: 0;
  margin-left: 100px;
  max-width: 300px;
  text-align: left;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.customer-account-create .register-form-container .col-register-trade {
    margin-top: 0;
    margin-left: 100px;
    max-width: 300px;
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.customer-account-create .register-form-container .col-register-trade {
    margin-top: 0;
    margin-left: 100px;
    max-width: 300px;
    text-align: left;
  }
}
body.customer-account-create .register-form-container .col-register-trade h1 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  text-transform: inherit;
  margin: 20px 0 20px 0;
  display: block;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.customer-account-create .register-form-container .col-register-trade h1 {
    text-align: left;
  }
}
html.ipad.landscape body.customer-account-create .register-form-container .col-register-trade h1 {
  text-align: left;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.customer-account-create .register-form-container .col-register-trade h1 {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.customer-account-create .register-form-container .col-register-trade h1 {
    text-align: left;
  }
}
body.customer-account-create .register-form-container .col-register-trade p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.5em;
  color: #000000;
  text-transform: inherit;
  margin: 0 0 50px 0;
  display: block;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.customer-account-create .register-form-container .col-register-trade p {
    text-align: left;
  }
}
html.ipad.landscape body.customer-account-create .register-form-container .col-register-trade p {
  text-align: left;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.customer-account-create .register-form-container .col-register-trade p {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.customer-account-create .register-form-container .col-register-trade p {
    text-align: left;
  }
}
body.customer-account-create .register-form-container .col-register-trade a.btn-primary {
  display: block;
  width: 100%;
  height: 60px;
  background: #000000;
  padding: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  border: none !important;
  border-radius: 0;
  background: #03302B;
  line-height: 60px;
  padding: 0;
  text-align: center;
  /* Landscape */
}
body.customer-account-create .register-form-container .col-register-trade a.btn-primary.disabled {
  opacity: 0.5;
  cursor: wait;
}
@media (min-width: 768px) {
  html:not(.ipad) body.customer-account-create .register-form-container .col-register-trade a.btn-primary {
    width: 280px;
  }
}
html.ipad.landscape body.customer-account-create .register-form-container .col-register-trade a.btn-primary {
  width: 280px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.customer-account-create .register-form-container .col-register-trade a.btn-primary {
    width: 280px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.customer-account-create .register-form-container .col-register-trade a.btn-primary {
    width: 280px;
  }
}
body.customer-account-create .register-form-container .col-register-trade a.btn-primary:hover {
  text-decoration: none;
}
body.customer-account-create .register-form-container .col-register-trade .question-wrapper {
  margin-top: 30px;
  text-align: center;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.customer-account-create .register-form-container .col-register-trade .question-wrapper {
    text-align: left;
  }
}
html.ipad.landscape body.customer-account-create .register-form-container .col-register-trade .question-wrapper {
  text-align: left;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.customer-account-create .register-form-container .col-register-trade .question-wrapper {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.customer-account-create .register-form-container .col-register-trade .question-wrapper {
    text-align: left;
  }
}
body.customer-account-create .register-form-container .col-register-trade .question-wrapper h3 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.5em;
  color: #000000;
}
body.customer-account-create .register-form-container .col-register-trade .question-wrapper p {
  margin-bottom: 30px;
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.5em;
  color: #000000;
}
body.customer-account-create .register-form-container .col-register-trade .question-wrapper p a {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.5em;
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
}
body.account #maincontent {
  padding: 0 20px !important;
}
.account .product-item .comment-box .product-item-comment {
  background: #ffffff;
  height: 75px;
  border: 1px solid #ebebeb;
}
.account .product-item .comment-box .product-item-comment::-webkit-input-placeholder {
  color: #333333;
}
.account .product-item .comment-box .product-item-comment::-moz-placeholder {
  color: #333333;
}
.account .product-item .comment-box .product-item-comment::-ms-input-placeholder {
  color: #333333;
}
.account .product-item .comment-box .product-item-comment::placeholder {
  color: #333333;
}
.account .products-grid.wishlist .product-item {
  border-bottom: 0!important;
  box-sizing: border-box;
}
.account .products-grid.wishlist .product-item .action.edit {
  display: none;
}
.account .order-products-toolbar ul.pages-items li span {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
}
.account .order-products-toolbar ul.pages-items li a.page:hover {
  background-color: #333333;
  border: 1px solid #333333 !important;
  color: #ffffff !important;
}
.account .order-products-toolbar ul.pages-items li.current .page,
.account .order-products-toolbar ul.pages-items li.pages-item-next .page,
.account .order-products-toolbar ul.pages-items li.pages-item-previous .page,
.account .order-products-toolbar ul.pages-items li.current .next,
.account .order-products-toolbar ul.pages-items li.pages-item-next .next,
.account .order-products-toolbar ul.pages-items li.pages-item-previous .next,
.account .order-products-toolbar ul.pages-items li.current .previous,
.account .order-products-toolbar ul.pages-items li.pages-item-next .previous,
.account .order-products-toolbar ul.pages-items li.pages-item-previous .previous {
  background-color: #333333;
  border: 1px solid #333333 !important;
  color: #ffffff !important;
}
.account .order-products-toolbar ul.pages-items li.current a.next::before,
.account .order-products-toolbar ul.pages-items li.pages-item-next a.next::before,
.account .order-products-toolbar ul.pages-items li.pages-item-previous a.next::before,
.account .order-products-toolbar ul.pages-items li.current a.previous::before,
.account .order-products-toolbar ul.pages-items li.pages-item-next a.previous::before,
.account .order-products-toolbar ul.pages-items li.pages-item-previous a.previous::before {
  color: #ffffff !important;
}
.page-multiple-wishlist .form-wishlist-items {
  display: block;
  width: 100%;
}
.page-multiple-wishlist .products-grid.wishlist .product-items {
  width: 100%;
  margin: 0;
}
.page-multiple-wishlist .products-grid.wishlist .product-items li.product-item .product-item-info .product-item-photo .product-image-wrapper {
  padding-bottom: 0 !important;
  height: auto;
}
.page-multiple-wishlist .products-grid.wishlist .product-items li.product-item .product-item-info .product-item-photo .product-image-wrapper img {
  position: relative;
}
.page-multiple-wishlist .products-grid.wishlist .product-items li.product-item .product-item-info div.item-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 20px;
}
.page-multiple-wishlist .products-grid.wishlist .product-items li.product-item .product-item-info div.item-info p.product-item-family-name {
  margin-bottom: 15px;
}
.page-multiple-wishlist .products-grid.wishlist .product-item {
  width: 100% !important;
  margin: 0;
  border-top: none;
  padding: 0 0 20px 0 !important;
}
@media screen and (min-width: 600px) {
  .page-multiple-wishlist .products-grid.wishlist .product-item {
    width: 50% !important;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item:nth-child(even) {
    padding: 25px 0 0 25px !important;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item:nth-child(odd) {
    padding: 25px 25px 0 0 !important;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item:first-child,
  .page-multiple-wishlist .products-grid.wishlist .product-item:nth-child(2) {
    padding-top: 0 !important;
  }
}
.page-multiple-wishlist .products-grid.wishlist .product-item .product-item-info {
  width: 100%;
}
.page-multiple-wishlist .products-grid.wishlist .product-item .product-item-photo {
  max-width: 40%;
  width: 40%;
  margin-right: 0;
}
.page-multiple-wishlist .products-grid.wishlist .product-item .product-item-photo .product-image-photo {
  margin: 0;
}
.page-multiple-wishlist .products-grid.wishlist .product-item .product-item-photo .product-image-container {
  max-width: 100%;
}
.page-multiple-wishlist .products-grid.wishlist .product-item .product-item-checkbox + .product-item-name {
  display: block;
  padding-left: 40%;
  margin-left: 15px;
}
.page-multiple-wishlist .products-grid.wishlist .product-item .product-item-info .action {
  display: block;
  text-align: left;
}
.page-multiple-wishlist .products-grid.wishlist .product-item .product-item-info .action.edit {
  display: none;
}
.page-multiple-wishlist .products-grid.wishlist .product-item .product-item-info .tooltip.wrapper {
  display: block;
  opacity: 1;
  z-index: 1;
  padding-left: 40%;
  margin-left: 0;
}
.page-multiple-wishlist .products-grid.wishlist .product-item .product-item-info .tooltip.wrapper .action {
  display: none !important;
}
.page-multiple-wishlist .products-grid.wishlist .product-item .product-item-info .tooltip.wrapper .tooltip.content {
  display: block !important;
  position: static;
  width: 100%;
  padding: 0 !important;
  margin-left: 15px;
  opacity: 1 !important;
  border: 0 !important;
  z-index: 1;
}
.page-multiple-wishlist .products-grid.wishlist .product-item .product-item-info .tooltip.wrapper .tooltip.content:before {
  display: none;
}
.page-multiple-wishlist .products-grid.wishlist .product-item .product-item-info .tooltip.wrapper .tooltip.content .subtitle {
  display: none;
}
.page-multiple-wishlist .products-grid.wishlist .product-item .product-item-info .tooltip.wrapper .tooltip.content dt,
.page-multiple-wishlist .products-grid.wishlist .product-item .product-item-info .tooltip.wrapper .tooltip.content dd {
  text-transform: uppercase;
  display: block;
  color: #333333;
  margin-bottom: 0;
}
.page-multiple-wishlist .products-grid.wishlist .product-item .product-item-info .tooltip.wrapper .tooltip.content dd {
  font-weight: 300 !important;
}
.page-multiple-wishlist .products-grid.wishlist .product-item .product-item-info .control.qty {
  margin-top: 10px;
  margin-left: 15px;
}
.page-multiple-wishlist .products-grid.wishlist .product-item-photo {
  margin-left: 0;
}
.page-multiple-wishlist .products-grid.wishlist .product-item-name {
  font-size: 10px;
  text-align: left;
  text-transform: uppercase;
}
.page-multiple-wishlist .products-grid.wishlist .price-box.price-final_price {
  margin-left: 100px;
  text-align: left;
}
.page-multiple-wishlist .products-grid.wishlist + .actions-toolbar {
  margin-top: 40px;
}
.account {
  /*
    Sharing wish list
  */
  /*
   Buttons
  */
}
.account .wishlist-select-options {
  margin: 10px 0;
  border-radius: 0;
}
.account .product-item-actions {
  float: left;
}
.account .product-item-actions a {
  display: block;
  width: 100%;
  text-align: left;
}
.account .product-item-actions .btn-remove.action.delete {
  font-weight: bold;
  text-transform: uppercase;
}
.account .product-item-info .btn-remove.action.delete {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
}
.account .product-item-info .control.qty {
  display: inline-block !important;
  margin-top: -20px;
}
.account .product-item-info .checkbox.product-item-checkbox {
  display: none;
}
.account .product-item-info .control.qty {
  margin-left: 100px;
  display: inline;
  width: 100%;
}
.account .product-item-info .control.qty .input-text.qty {
  float: left;
  display: inline-block;
  margin: 0;
  height: 34px!important;
  text-align: center;
  width: 40px;
}
.account .wishlist-dropdown.move {
  width: 100%;
  background: #fff;
  border: 1px solid #ebebeb;
  height: 35px;
  line-height: 3;
  font-size: 12px;
  font-family: inherit;
  text-transform: uppercase;
  padding: 0 10px;
  margin: 5px 0;
}
.account .wishlist-dropdown.move .action.toggle {
  width: 100%;
}
.account .wishlist-dropdown.move .action.toggle:after {
  float: right;
}
.account .wishlist-dropdown.copy {
  width: 100%;
  background: #fff;
  border: 1px solid #ebebeb;
  height: 35px;
  line-height: 3;
  font-size: 12px;
  font-family: inherit;
  text-transform: uppercase;
  padding: 0 10px;
  margin: 5px 0 20px 0;
}
.account .wishlist-dropdown.copy .action.toggle {
  width: 100%;
}
.account .wishlist-dropdown.copy .action.toggle:after {
  float: right;
}
.account .box-tocart .fieldset .field.qty {
  display: block !important;
}
.account .form.wishlist.share {
  display: inline-block;
}
.account .form.wishlist.share .control textarea {
  background: #ffffff;
  border: 1px solid #ebebeb;
}
.account .form.wishlist.share .control textarea::-webkit-input-placeholder {
  color: #333333;
  text-transform: uppercase;
}
.account .form.wishlist.share .control textarea::-moz-placeholder {
  color: #333333;
  text-transform: uppercase;
}
.account .form.wishlist.share .control textarea::-ms-input-placeholder {
  color: #333333;
  text-transform: uppercase;
}
.account .form.wishlist.share .control textarea::placeholder {
  color: #333333;
  text-transform: uppercase;
}
.account .form.wishlist.share fieldset.fieldset {
  margin: 0 0 10px;
}
.account .addtocart-nobutton {
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
}
.account .actions-toolbar .primary {
  width: 100%;
}
.account .actions-toolbar .primary .share-wishlist {
  background: #333333;
  border-radius: 0;
  border: none;
  font-family: inherit;
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
}
.account .form-wishlist-items {
  display: inline-block;
}
.account .form-wishlist-items .actions-toolbar .primary {
  float: right;
}
.account .form-wishlist-items .actions-toolbar .action.share,
.account .form-wishlist-items .actions-toolbar .action.update {
  background: #333333;
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
  margin: 5px 0;
}
.account .form-wishlist-items .actions-toolbar .action.tocart {
  display: none;
}
.account .form-wishlist-items .actions-toolbar .secondary {
  display: none;
}
div.wishlists-accordion div[aria-expanded="true"] a.wishlist-accordion-trigger:after {
  display: inline-block;
  content: "-";
  font-size: 2rem;
  line-height: 1rem;
  font-weight: 300;
}
div.wishlists-accordion div[aria-expanded="false"] a.wishlist-accordion-trigger:after {
  display: inline-block;
  content: "+";
  font-size: 2rem;
  line-height: 1rem;
  font-weight: 300;
}
div.wishlists-accordion a.wishlist-accordion-trigger {
  display: inline-block;
  cursor: pointer;
  float: right;
}
div.wishlists-accordion .collapsible-panels {
  border-top: 1px solid #333333;
  padding: 5px 0px;
  position: relative;
}
div.wishlists-accordion .collapsible-panels span {
  cursor: pointer;
}
.wishlists-accordion .my-folder-name {
  text-transform: uppercase;
  font-family: inherit;
}
#create-wishlist-form .action.save.primary,
#edit-wishlist-block .action.save.primary {
  background: #333333;
  border-radius: 0;
  border: none;
  font-family: inherit;
}
#wishlists-accordion {
  margin-top: 30px;
}
#wishlists-accordion #wishlist-edit-button {
  display: none;
  text-transform: uppercase;
}
#wishlist-create-button {
  float: right;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
#edit-wishlist-form .actions-toolbar .secondary .action {
  font-size: 12px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #wishlists-accordion #wishlist-edit-button {
    display: inline;
  }
  .wishlists-accordion .collapsible-panels p {
    font-size: 10px;
    text-transform: uppercase;
  }
  .page-multiple-wishlist .products-grid.wishlist {
    margin-right: 0;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    max-width: 90px;
    float: left;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-family-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-name {
    padding-left: 40%;
    margin-left: 15px;
  }
  .form-wishlist-items .actions-toolbar .primary {
    width: 40%;
  }
  .product-item-info .control.qty {
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .products-grid.wishlist .product-item {
    width: 50%;
  }
  .products-grid.wishlist .product-item .product-item-info {
    width: 100%;
  }
}
.wishlist-wrapper {
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 40px 10px 40px;
  clear: both;
}
.wishlist-wrapper .notification_response_msg {
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
}
.wishlist-wrapper .wishlist-head h5 {
  text-align: center;
  letter-spacing: 0;
  font-size: 11px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  color: #000000;
  text-transform: uppercase;
  font-weight: 200;
  padding: 0;
  margin: 0 0 10px;
}
.wishlist-wrapper .wishlist-head h4 {
  text-align: center;
  letter-spacing: 0;
  font-size: 22px;
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  color: #000000;
  font-weight: 200;
  padding: 0;
  margin: 0 0 30px;
}
.wishlist-wrapper .wishlist-form {
  clear: both;
}
.wishlist-wrapper .wishlist-form ._keyfocus *:focus,
.wishlist-wrapper .wishlist-form input:focus:not([disabled]),
.wishlist-wrapper .wishlist-form textarea:focus:not([disabled]),
.wishlist-wrapper .wishlist-form select:focus:not([disabled]) {
  box-shadow: 0 0 3px 1px #f0f0f0;
}
.wishlist-wrapper .wishlist-form .wishlist-form-fields {
  list-style: none;
  padding-left: 0;
}
.wishlist-wrapper .wishlist-form .wishlist-form-fields li {
  width: 50%;
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 20px;
}
.wishlist-wrapper .wishlist-form .wishlist-form-fields li:nth-child(even) {
  float: right;
  padding-right: 0;
}
.wishlist-wrapper .wishlist-form .wishlist-form-fields li:not(.field-type-checkbox) label {
  display: none;
}
.wishlist-wrapper .wishlist-form .wishlist-form-fields li input,
.wishlist-wrapper .wishlist-form .wishlist-form-fields li select,
.wishlist-wrapper .wishlist-form .wishlist-form-fields li textarea {
  border: none;
  border-bottom: 1px solid #000000;
  font-size: 11px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 300;
  width: 100%;
  height: 40px;
  padding: 10px 0;
  background: transparent;
}
.wishlist-wrapper .wishlist-form .wishlist-form-fields li input::-webkit-input-placeholder,
.wishlist-wrapper .wishlist-form .wishlist-form-fields li select::-webkit-input-placeholder,
.wishlist-wrapper .wishlist-form .wishlist-form-fields li textarea::-webkit-input-placeholder {
  color: #000000;
}
.wishlist-wrapper .wishlist-form .wishlist-form-fields li input[type="checkbox"],
.wishlist-wrapper .wishlist-form .wishlist-form-fields li select[type="checkbox"],
.wishlist-wrapper .wishlist-form .wishlist-form-fields li textarea[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: 1px solid #999999;
  display: inline-table;
  float: none;
  height: 14px;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  line-height: 1.2em;
  top: 0px;
  transition: border-color 200ms linear;
  width: 14px;
  border-radius: 0 !important;
}
.wishlist-wrapper .wishlist-form .wishlist-form-fields li input[type="checkbox"]:before,
.wishlist-wrapper .wishlist-form .wishlist-form-fields li select[type="checkbox"]:before,
.wishlist-wrapper .wishlist-form .wishlist-form-fields li textarea[type="checkbox"]:before {
  opacity: 0;
  content: '\f00c';
  font-family: "FontAwesome";
  font-size: 12px;
  pointer-events: none;
  display: block;
  transition: opacity 200ms linear;
}
.wishlist-wrapper .wishlist-form .wishlist-form-fields li input[type="checkbox"]:checked,
.wishlist-wrapper .wishlist-form .wishlist-form-fields li select[type="checkbox"]:checked,
.wishlist-wrapper .wishlist-form .wishlist-form-fields li textarea[type="checkbox"]:checked {
  border-color: #999999;
}
.wishlist-wrapper .wishlist-form .wishlist-form-fields li input[type="checkbox"]:checked:before,
.wishlist-wrapper .wishlist-form .wishlist-form-fields li select[type="checkbox"]:checked:before,
.wishlist-wrapper .wishlist-form .wishlist-form-fields li textarea[type="checkbox"]:checked:before {
  opacity: 1;
}
.wishlist-wrapper .wishlist-form .wishlist-form-fields li.comment-field,
.wishlist-wrapper .wishlist-form .wishlist-form-fields li.visibility-field {
  width: 100%;
  padding-right: 0;
  float: none;
}
.wishlist-wrapper .wishlist-form .wishlist-form-fields li.comment-field label,
.wishlist-wrapper .wishlist-form .wishlist-form-fields li.visibility-field label {
  font-size: 11px;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  line-height: 1.8em;
  margin: 0;
}
.wishlist-wrapper .wishlist-form .wishlist-form-fields li.visibility-field {
  margin-bottom: 0;
}
.wishlist-wrapper .wishlist-form .wishlist-form-fields li.error {
  position: relative;
}
.wishlist-wrapper .wishlist-form .wishlist-form-fields li.error input,
.wishlist-wrapper .wishlist-form .wishlist-form-fields li.error textarea,
.wishlist-wrapper .wishlist-form .wishlist-form-fields li.error .fancy-form-select {
  border-color: #e02b27;
  color: #e02b27;
}
.wishlist-wrapper .wishlist-form .wishlist-form-fields li.error input::-webkit-input-placeholder,
.wishlist-wrapper .wishlist-form .wishlist-form-fields li.error textarea::-webkit-input-placeholder,
.wishlist-wrapper .wishlist-form .wishlist-form-fields li.error .fancy-form-select::-webkit-input-placeholder {
  color: #e02b27;
}
.wishlist-wrapper .wishlist-form .wishlist-form-fields li.error p.form-error.uppercase {
  position: absolute;
  width: 100%;
  font-size: 10px;
  font-weight: 200;
  color: #e02b27;
  margin: 0;
  padding: 0;
}
.wishlist-wrapper .wishlist-form .wishlist-actions {
  clear: both;
  margin: 50px auto 15px auto;
  width: 220px;
}
.wishlist-wrapper .wishlist-form .wishlist-actions input[type="submit"] {
  display: block;
  width: 100%;
  height: 60px;
  background: #000000;
  padding: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  border: none !important;
  border-radius: 0;
  font-size: 11px;
  height: 40px;
}
.wishlist-wrapper .wishlist-form .wishlist-actions input[type="submit"].disabled {
  opacity: 0.5;
  cursor: wait;
}
.wishlist-wrapper .wishlist-form .callback-message-container {
  font-weight: 300;
  font-size: 10px;
  color: #000000;
  text-transform: uppercase;
  line-height: 2em;
}
.wishlist-wrapper .wishlist-form .callback-message-container.error {
  color: #e02b27;
}
.wishlist-wrapper .wishlist-form .callback-message-container.success,
.wishlist-wrapper .wishlist-form .callback-message-container.error {
  padding: 30px 0 30px;
}
.wishlist-wrapper .wishlist-footer {
  font-weight: 300;
  font-size: 10px;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
}
.wishlist-wrapper .wishlist-footer .close {
  clear: both;
  cursor: pointer;
  font-size: 11px;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  line-height: 1.8em;
  margin: 0;
  float: unset;
  opacity: unset;
}
.wishlist-modal-wrapper {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.wishlist-modal-wrapper > div {
  position: absolute;
  z-index: 15;
  background: #ffffff;
  width: 95%;
  max-width: 440px;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  max-height: 95%;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .wishlist-modal-wrapper > div {
    height: auto;
  }
}
.wishlist-modal-wrapper .modal-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 10px;
  color: #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 40px;
  font-weight: 100;
}
@media (min-width: 768px) {
  .wishlist-modal-wrapper .modal-close {
    top: 0;
    right: 10px;
    font-size: 40px;
    font-weight: 100;
  }
}
body > .page-wrapper > .breadcrumbs {
  display: none;
}
@media (min-width: 768px) {
  body > .page-wrapper > .breadcrumbs > .page-main {
    padding: 0 20px !important;
  }
}
body > .page-wrapper > .breadcrumbs > .page-main > .items > .item {
  font-size: 10px !important;
  color: #666 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  display: inline-block !important;
}
body > .page-wrapper > .breadcrumbs > .page-main > .items > .item > a {
  font-size: 10px !important;
  color: #666 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  font-style: normal !important;
}
body > .page-wrapper > .breadcrumbs > .page-main > .items > .item > strong {
  color: #666 !important;
}
body > .page-wrapper > .breadcrumbs > .page-main > .items > .item:not(:last-child):after {
  content: "/" !important;
  color: #666 !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
@media (min-width: 768px) {
  body > .page-wrapper > .breadcrumbs {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    max-width: 2500px !important;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 0;
  }
  body > .page-wrapper > .breadcrumbs > .items > .item {
    font-size: 10px !important;
    color: #666 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    display: inline-block !important;
  }
  body > .page-wrapper > .breadcrumbs > .items > .item > a {
    font-size: 10px !important;
    color: #666 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-style: normal !important;
  }
  body > .page-wrapper > .breadcrumbs > .items > .item > strong {
    color: #666 !important;
  }
  body > .page-wrapper > .breadcrumbs > .items > .item:not(:last-child):after {
    content: "/" !important;
    color: #666 !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (min-width: 768px) {
  body.catalog-product-view > .page-wrapper > .breadcrumbs,
  body.cms-sitemap2 > .page-wrapper > .breadcrumbs,
  body.catalog-product-view > .page-wrapper > .breadcrumbs .page-main,
  body.cms-sitemap2 > .page-wrapper > .breadcrumbs .page-main {
    max-width: none;
    width: 100%;
  }
}
.catalog-category-view .breadcrumbs,
.family-color-view .breadcrumbs,
.family-family-view .breadcrumbs {
  max-width: 2500px;
  margin-left: auto;
  margin-right: auto;
}
.catalog-category-view .page-main:not(.page-main-fluid),
.family-color-view .page-main:not(.page-main-fluid),
.family-family-view .page-main:not(.page-main-fluid) {
  width: 100% !important;
  max-width: none !important;
}
@media only screen and (min-width: 768px) {
  .catalog-category-view .page-main,
  .family-color-view .page-main,
  .family-family-view .page-main {
    width: 100% !important;
    max-width: none !important;
  }
  .catalog-category-view .page-main:not(.page-main-fluid),
  .family-color-view .page-main:not(.page-main-fluid),
  .family-family-view .page-main:not(.page-main-fluid) {
    width: 100% !important;
    max-width: none !important;
  }
  .catalog-category-view .page-main .columns,
  .family-color-view .page-main .columns,
  .family-family-view .page-main .columns {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.catalog-category-view .sidebar-main .block-compare,
.family-color-view .sidebar-main .block-compare,
.family-family-view .sidebar-main .block-compare,
.catalog-category-view .sidebar-main .block-wishlist,
.family-color-view .sidebar-main .block-wishlist,
.family-family-view .sidebar-main .block-wishlist {
  display: none !important;
}
.catalog-category-view .page-title-wrapper,
.family-color-view .page-title-wrapper,
.family-family-view .page-title-wrapper {
  background: #f6f6f6;
  padding: 30px 20px;
  margin: 30px -15px 35px;
  width: calc(100% + 30px);
}
@media (min-width: 768px) {
  .catalog-category-view .page-title-wrapper,
  .family-color-view .page-title-wrapper,
  .family-family-view .page-title-wrapper {
    margin-top: 0;
    padding: 60px 20px;
  }
}
.catalog-category-view .page-title-wrapper .page-title,
.family-color-view .page-title-wrapper .page-title,
.family-family-view .page-title-wrapper .page-title {
  text-align: center;
  color: #333333 !important;
  font-size: 40px;
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  .catalog-category-view .page-title-wrapper .page-title,
  .family-color-view .page-title-wrapper .page-title,
  .family-family-view .page-title-wrapper .page-title {
    display: block !important;
    text-align: center !important;
    font-size: 50px !important;
    margin-bottom: 20px !important;
  }
}
.catalog-category-view .page-title-wrapper > p,
.family-color-view .page-title-wrapper > p,
.family-family-view .page-title-wrapper > p {
  color: #333333;
  text-align: center;
  display: block;
  margin: 0 auto 20px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .catalog-category-view .page-title-wrapper > p,
  .family-color-view .page-title-wrapper > p,
  .family-family-view .page-title-wrapper > p {
    width: 80%;
    max-width: 650px;
  }
}
.catalog-category-view .page-title-wrapper > a,
.family-color-view .page-title-wrapper > a,
.family-family-view .page-title-wrapper > a {
  color: #333333;
  text-align: center;
  display: block;
  margin: 0 auto 20px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .catalog-category-view .page-title-wrapper > a,
  .family-color-view .page-title-wrapper > a,
  .family-family-view .page-title-wrapper > a {
    width: 80%;
    max-width: 650px;
  }
}
.catalog-category-view .page-title-wrapper > span,
.family-color-view .page-title-wrapper > span,
.family-family-view .page-title-wrapper > span {
  display: block;
  background: #666;
  margin: 0 auto 20px;
  height: 1px;
  width: 20%;
  max-width: 120px;
}
@media (min-width: 768px) {
  .catalog-category-view .page-title-wrapper > span,
  .family-color-view .page-title-wrapper > span,
  .family-family-view .page-title-wrapper > span {
    margin: 30px auto 20px;
  }
}
.catalog-category-view .columns .sidebar .sidebar-main-inner,
.family-color-view .columns .sidebar .sidebar-main-inner,
.family-family-view .columns .sidebar .sidebar-main-inner {
  border: none;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .catalog-category-view .columns .sidebar .sidebar-main-inner,
  .family-color-view .columns .sidebar .sidebar-main-inner,
  .family-family-view .columns .sidebar .sidebar-main-inner {
    padding-top: 10px !important;
    padding-right: 0;
  }
}
.catalog-category-view .columns .sidebar .sidebar-main-inner .block.block-reorder,
.family-color-view .columns .sidebar .sidebar-main-inner .block.block-reorder,
.family-family-view .columns .sidebar .sidebar-main-inner .block.block-reorder,
.catalog-category-view .columns .sidebar .sidebar-main-inner .block.block-wishlist,
.family-color-view .columns .sidebar .sidebar-main-inner .block.block-wishlist,
.family-family-view .columns .sidebar .sidebar-main-inner .block.block-wishlist,
.catalog-category-view .columns .sidebar .sidebar-main-inner .block.paypal.acceptance,
.family-color-view .columns .sidebar .sidebar-main-inner .block.paypal.acceptance,
.family-family-view .columns .sidebar .sidebar-main-inner .block.paypal.acceptance {
  display: none !important;
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block {
  background: transparent;
  border: none !important;
  padding: 0;
  margin: 0;
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .block-title,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .block-title,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .block-title {
  margin-bottom: 0;
  width: 25%;
  cursor: pointer;
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .block-title strong,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .block-title strong,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .block-title strong {
  padding: 0;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .block-title:after,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .block-title:after,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .block-title:after {
  content: "";
  display: none;
}
@media (min-width: 768px) {
  .catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .block-title,
  .family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .block-title,
  .family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .block-title {
    cursor: default;
  }
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content {
  padding: 0;
  position: absolute;
  width: 100%;
  margin-top: 12px;
  z-index: 10;
  display: none;
}
@media (min-width: 768px) {
  .catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content,
  .family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content,
  .family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content {
    display: block;
    position: static;
  }
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .ln_slider_text_price,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .ln_slider_text_price,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .ln_slider_text_price {
  font-size: 10px;
  color: #333333;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 0;
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current {
  background: #ffffff;
  margin: 0;
  padding-bottom: 15px;
  border-bottom: none;
}
@media (min-width: 768px) {
  .catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current,
  .family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current,
  .family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current {
    padding-bottom: 0;
  }
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current .block-subtitle,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current .block-subtitle,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current .block-subtitle {
  border-top: 1px solid #333333;
  font-size: 10px;
  color: #333333;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  padding: 10px 0;
  margin: 0;
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current .block-subtitle.filter-current-subtitle:before,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current .block-subtitle.filter-current-subtitle:before,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current .block-subtitle.filter-current-subtitle:before {
  content: "+";
  display: inline-block;
  color: #333333;
  height: 12px;
  width: auto;
  top: 10px;
  right: 5px;
  font-size: 14px;
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current .block-subtitle.filter-current-subtitle:after,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current .block-subtitle.filter-current-subtitle:after,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current .block-subtitle.filter-current-subtitle:after {
  font-size: 10px;
  color: #333333;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
@media (min-width: 768px) {
  .catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current .block-subtitle.filter-current-subtitle:before,
  .family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current .block-subtitle.filter-current-subtitle:before,
  .family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current .block-subtitle.filter-current-subtitle:before,
  .catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current .block-subtitle.filter-current-subtitle:after,
  .family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current .block-subtitle.filter-current-subtitle:after,
  .family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current .block-subtitle.filter-current-subtitle:after {
    display: none;
  }
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current .items,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current .items,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current .items {
  padding: 0 5px 0 0;
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current .items .item span,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current .items .item span,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current .items .item span {
  font-size: 10px;
  color: #333333;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current .items .item a,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current .items .item a,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current .items .item a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current .items .item a:before,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current .items .item a:before,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current .items .item a:before {
  content: "+";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 16px !important;
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current + .filter-actions,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current + .filter-actions,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current + .filter-actions {
  padding: 0 0 10px 0;
  font-size: 10px;
  color: #333333;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  background: #ffffff;
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current + .filter-actions a,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current + .filter-actions a,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current + .filter-actions a {
  color: #333333;
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current + .filter-actions a span,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current + .filter-actions a span,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current + .filter-actions a span {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current + .filter-actions,
  .family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current + .filter-actions,
  .family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current + .filter-actions {
    padding-top: 5px;
    margin-bottom: 15px;
  }
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current.active,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current.active,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current.active {
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current.active,
  .family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current.active,
  .family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current.active {
    padding-bottom: 0;
  }
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current.active .block-subtitle.filter-current-subtitle:before,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current.active .block-subtitle.filter-current-subtitle:before,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-current.active .block-subtitle.filter-current-subtitle:before {
  content: "-";
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item {
  background: #ffffff;
  padding: 0 0 10px;
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item:last-child,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item:last-child,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item:last-child {
  margin-bottom: 0;
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item .filter-options-title,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item .filter-options-title,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item .filter-options-title {
  border-top: 1px solid #666;
  font-size: 10px;
  color: #333333;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  padding: 10px 0 !important;
  margin: 0;
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item .filter-options-title:after,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item .filter-options-title:after,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item .filter-options-title:after {
  content: "+";
  display: inline-block;
  color: #666;
  height: auto;
  width: auto;
  top: 5px;
  font-size: 18px;
  right: 5px;
  line-height: 16px;
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item .filter-options-content,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item .filter-options-content,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item .filter-options-content {
  padding: 0;
  display: none !important;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 500ms ease, padding 500ms ease;
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item .filter-options-content.filters-large,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item .filter-options-content.filters-large,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item .filter-options-content.filters-large {
  transition-duration: 400ms, 400ms;
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item .filter-options-content .items .item a,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item .filter-options-content .items .item a,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item .filter-options-content .items .item a {
  padding-left: 0;
  font-size: 10px;
  color: #333333;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  text-transform: uppercase;
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item .filter-options-content .items .item a .count,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item .filter-options-content .items .item a .count,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item .filter-options-content .items .item a .count {
  float: none;
  font-size: 10px;
  color: #333333;
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item .filter-options-content .items .item a:before,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item .filter-options-content .items .item a:before,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item .filter-options-content .items .item a:before,
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item .filter-options-content .items .item a:after,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item .filter-options-content .items .item a:after,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item .filter-options-content .items .item a:after {
  display: none !important;
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item .filter-options-content .items .item[rel="price"],
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item .filter-options-content .items .item[rel="price"],
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item .filter-options-content .items .item[rel="price"] {
  display: none;
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item .filter-options-content .items .item[rel="price"]:first-of-type,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item .filter-options-content .items .item[rel="price"]:first-of-type,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item .filter-options-content .items .item[rel="price"]:first-of-type {
  display: block;
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item.active .filter-options-title:after,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item.active .filter-options-title:after,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item.active .filter-options-title:after {
  content: "-";
  display: inline-block;
  color: #666;
  height: auto;
  width: auto;
  top: 5px;
  font-size: 18px;
  right: 7px;
  line-height: 14px;
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item.active .filter-options-content,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item.active .filter-options-content,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item.active .filter-options-content {
  display: block;
  max-height: 500px;
  padding: 0 0 10px;
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item.active .filter-options-content.filters-large,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item.active .filter-options-content.filters-large,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item.active .filter-options-content.filters-large {
  max-height: none;
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item[attribute='price'] .filter-options-see-more-btn,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item[attribute='price'] .filter-options-see-more-btn,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block .filter-content .filter-options-item[attribute='price'] .filter-options-see-more-btn {
  display: none !important;
}
.catalog-category-view .columns .sidebar .sidebar-main-inner #layered-filter-block.active .block-content.filter-content,
.family-color-view .columns .sidebar .sidebar-main-inner #layered-filter-block.active .block-content.filter-content,
.family-family-view .columns .sidebar .sidebar-main-inner #layered-filter-block.active .block-content.filter-content {
  display: block;
}
@media (min-width: 768px) {
  .catalog-category-view .columns .sidebar,
  .family-color-view .columns .sidebar,
  .family-family-view .columns .sidebar {
    padding-right: 0;
  }
}
.catalog-category-view .columns .column.main,
.family-color-view .columns .column.main,
.family-family-view .columns .column.main {
  min-width: 0px;
}
.catalog-category-view .columns .column.main .layer-product-list,
.family-color-view .columns .column.main .layer-product-list,
.family-family-view .columns .column.main .layer-product-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.catalog-category-view .columns .column.main .toolbar-products,
.family-color-view .columns .column.main .toolbar-products,
.family-family-view .columns .column.main .toolbar-products {
  border: none;
  background: #ffffff;
  padding: 0;
  width: 75%;
  float: right;
  margin-top: -22px;
  position: relative;
  z-index: 100;
  border-bottom: 1px solid #666;
}
@media (min-width: 768px) {
  .catalog-category-view .columns .column.main .toolbar-products,
  .family-color-view .columns .column.main .toolbar-products,
  .family-family-view .columns .column.main .toolbar-products {
    margin-top: 0;
    border-bottom: none;
  }
}
.catalog-category-view .columns .column.main .toolbar-products .toolbar-sorter,
.family-color-view .columns .column.main .toolbar-products .toolbar-sorter,
.family-family-view .columns .column.main .toolbar-products .toolbar-sorter {
  margin-right: 0;
  margin-bottom: 0;
  background: #ffffff;
  border-radius: 0 !important;
  box-shadow: none;
  float: right;
}
.catalog-category-view .columns .column.main .toolbar-products .toolbar-sorter #sorter,
.family-color-view .columns .column.main .toolbar-products .toolbar-sorter #sorter,
.family-family-view .columns .column.main .toolbar-products .toolbar-sorter #sorter {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  border: 1px solid #aeaeae;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  height: 35px;
  line-height: 30px;
  color: #333333;
  min-width: 0;
  margin-left: 0;
  border-bottom: 1px solid #666;
  margin-bottom: -1px;
  border-bottom: none;
  padding-left: 10px;
  width: 140px;
}
@media (min-width: 768px) {
  .catalog-category-view .columns .column.main .toolbar-products .toolbar-sorter #sorter,
  .family-color-view .columns .column.main .toolbar-products .toolbar-sorter #sorter,
  .family-family-view .columns .column.main .toolbar-products .toolbar-sorter #sorter {
    border-bottom: none;
  }
}
.catalog-category-view .columns .column.main .toolbar-products .toolbar-sorter:after,
.family-color-view .columns .column.main .toolbar-products .toolbar-sorter:after,
.family-family-view .columns .column.main .toolbar-products .toolbar-sorter:after {
  content: "\e622";
  font-family: 'luma-icons';
  color: #333333;
  background: #ffffff;
  font-size: 12px;
  height: 32px;
  margin-top: 2px;
  line-height: 32px;
  right: 38px;
}
.catalog-category-view .columns .column.main .toolbar-products .toolbar-sorter .action.sorter-action,
.family-color-view .columns .column.main .toolbar-products .toolbar-sorter .action.sorter-action,
.family-family-view .columns .column.main .toolbar-products .toolbar-sorter .action.sorter-action {
  display: inline-block !important;
  margin: 0 5px;
}
.catalog-category-view .columns .column.main .toolbar-products .toolbar-sorter .action.sorter-action:before,
.family-color-view .columns .column.main .toolbar-products .toolbar-sorter .action.sorter-action:before,
.family-family-view .columns .column.main .toolbar-products .toolbar-sorter .action.sorter-action:before {
  color: #333333;
}
.catalog-category-view .columns .column.main .products-grid,
.family-color-view .columns .column.main .products-grid,
.family-family-view .columns .column.main .products-grid {
  position: relative;
  z-index: 9;
}
.catalog-category-view .columns .column.main .products-grid .product-items,
.family-color-view .columns .column.main .products-grid .product-items,
.family-family-view .columns .column.main .products-grid .product-items {
  margin: 0 !important;
}
.catalog-category-view .columns .column.main .products-grid .product-items .product-item,
.family-color-view .columns .column.main .products-grid .product-items .product-item,
.family-family-view .columns .column.main .products-grid .product-items .product-item {
  width: calc(50% - 12px);
  margin-right: 0;
  margin-left: 0;
  padding: 0 !important;
  float: left;
  border: none;
}
.catalog-category-view .columns .column.main .products-grid .product-items .product-item:nth-child(2n - 1),
.family-color-view .columns .column.main .products-grid .product-items .product-item:nth-child(2n - 1),
.family-family-view .columns .column.main .products-grid .product-items .product-item:nth-child(2n - 1) {
  margin-right: 24px;
}
@media (min-width: 768px) {
  .catalog-category-view .columns .column.main .products-grid .product-items .product-item,
  .family-color-view .columns .column.main .products-grid .product-items .product-item,
  .family-family-view .columns .column.main .products-grid .product-items .product-item {
    width: calc(33% - 14px);
    margin-right: 20px;
  }
  .catalog-category-view .columns .column.main .products-grid .product-items .product-item:nth-child(2n - 1),
  .family-color-view .columns .column.main .products-grid .product-items .product-item:nth-child(2n - 1),
  .family-family-view .columns .column.main .products-grid .product-items .product-item:nth-child(2n - 1) {
    margin-right: 20px;
  }
  .catalog-category-view .columns .column.main .products-grid .product-items .product-item:nth-child(3n),
  .family-color-view .columns .column.main .products-grid .product-items .product-item:nth-child(3n),
  .family-family-view .columns .column.main .products-grid .product-items .product-item:nth-child(3n) {
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  .catalog-category-view .columns .column.main .products-grid .product-items .product-item,
  .family-color-view .columns .column.main .products-grid .product-items .product-item,
  .family-family-view .columns .column.main .products-grid .product-items .product-item {
    width: calc(25% - 15px);
    margin-right: 20px;
  }
  .catalog-category-view .columns .column.main .products-grid .product-items .product-item:nth-child(2n - 1),
  .family-color-view .columns .column.main .products-grid .product-items .product-item:nth-child(2n - 1),
  .family-family-view .columns .column.main .products-grid .product-items .product-item:nth-child(2n - 1) {
    margin-right: 20px;
  }
  .catalog-category-view .columns .column.main .products-grid .product-items .product-item:nth-child(3n),
  .family-color-view .columns .column.main .products-grid .product-items .product-item:nth-child(3n),
  .family-family-view .columns .column.main .products-grid .product-items .product-item:nth-child(3n) {
    margin-right: 20px;
  }
  .catalog-category-view .columns .column.main .products-grid .product-items .product-item:nth-child(4n),
  .family-color-view .columns .column.main .products-grid .product-items .product-item:nth-child(4n),
  .family-family-view .columns .column.main .products-grid .product-items .product-item:nth-child(4n) {
    margin-right: 0px;
  }
  .catalog-category-view .columns .column.main .products-grid .product-items .product-item:nth-child(4n + 1),
  .family-color-view .columns .column.main .products-grid .product-items .product-item:nth-child(4n + 1),
  .family-family-view .columns .column.main .products-grid .product-items .product-item:nth-child(4n + 1) {
    clear: left;
  }
}
.catalog-category-view .columns .column.main .products-grid .product-items .product-item .product-block,
.family-color-view .columns .column.main .products-grid .product-items .product-item .product-block,
.family-family-view .columns .column.main .products-grid .product-items .product-item .product-block {
  border: none;
}
.catalog-category-view .columns .column.main .products-grid .product-items .product-item .product-block:before,
.family-color-view .columns .column.main .products-grid .product-items .product-item .product-block:before,
.family-family-view .columns .column.main .products-grid .product-items .product-item .product-block:before {
  display: none !important;
  content: " " !important;
  position: static;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: none;
          transform: none;
  border: none;
  padding: 0 !important;
}
.catalog-category-view .columns .column.main .products-grid .product-items .product-item .product-block:hover,
.family-color-view .columns .column.main .products-grid .product-items .product-item .product-block:hover,
.family-family-view .columns .column.main .products-grid .product-items .product-item .product-block:hover,
.catalog-category-view .columns .column.main .products-grid .product-items .product-item .product-block:focus,
.family-color-view .columns .column.main .products-grid .product-items .product-item .product-block:focus,
.family-family-view .columns .column.main .products-grid .product-items .product-item .product-block:focus {
  padding: 0 !important;
}
.catalog-category-view .columns .column.main .products-grid .product-items .product-item .product-block:hover:before,
.family-color-view .columns .column.main .products-grid .product-items .product-item .product-block:hover:before,
.family-family-view .columns .column.main .products-grid .product-items .product-item .product-block:hover:before,
.catalog-category-view .columns .column.main .products-grid .product-items .product-item .product-block:focus:before,
.family-color-view .columns .column.main .products-grid .product-items .product-item .product-block:focus:before,
.family-family-view .columns .column.main .products-grid .product-items .product-item .product-block:focus:before {
  display: none !important;
  content: " " !important;
  position: static !important;
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transform: none !important;
          transform: none !important;
  border: none !important;
  padding: 0 !important;
}
@media (min-width: 768px) {
  .catalog-category-view .columns .column.main .products-grid .product-items .product-item .product-block:hover .product-item-info .product-image .product-item-actions,
  .family-color-view .columns .column.main .products-grid .product-items .product-item .product-block:hover .product-item-info .product-image .product-item-actions,
  .family-family-view .columns .column.main .products-grid .product-items .product-item .product-block:hover .product-item-info .product-image .product-item-actions {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }
}
.catalog-category-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info,
.family-color-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info,
.family-family-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info {
  z-index: 1;
}
.catalog-category-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-image,
.family-color-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-image,
.family-family-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-image {
  margin-bottom: 15px;
  padding: 3px 0;
  z-index: 10;
}
@media (min-width: 768px) {
  .catalog-category-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-image,
  .family-color-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-image,
  .family-family-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-image {
    padding: 0;
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .catalog-category-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-image .product-item-actions,
  .family-color-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-image .product-item-actions,
  .family-family-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-image .product-item-actions {
    background: #ffffff;
    height: 80px;
    width: 100%;
    left: 0;
    bottom: -80px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    padding: 10px 5px;
  }
  .catalog-category-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-image .product-item-actions .more-details-folders .top-row,
  .family-color-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-image .product-item-actions .more-details-folders .top-row,
  .family-family-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-image .product-item-actions .more-details-folders .top-row {
    border-bottom: 1px solid #333333;
    display: block;
    width: 100%;
  }
  .catalog-category-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-image .product-item-actions .more-details-folders .top-row p,
  .family-color-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-image .product-item-actions .more-details-folders .top-row p,
  .family-family-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-image .product-item-actions .more-details-folders .top-row p {
    display: inline-block;
    text-align: left;
    font-size: 10px;
    float: left;
    width: 75%;
    color: #333333;
    vertical-align: top;
    padding: 0;
    margin: 0;
  }
  .catalog-category-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-image .product-item-actions .more-details-folders .top-row a,
  .family-color-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-image .product-item-actions .more-details-folders .top-row a,
  .family-family-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-image .product-item-actions .more-details-folders .top-row a {
    display: inline-block;
    text-align: right;
    float: right;
    width: 25%;
    color: #333333;
    vertical-align: top;
    padding: 0;
    margin: 0;
    position: relative;
    top: -2px;
    cursor: pointer;
  }
  .catalog-category-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-image .product-item-actions .more-details-folders .top-row a img,
  .family-color-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-image .product-item-actions .more-details-folders .top-row a img,
  .family-family-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-image .product-item-actions .more-details-folders .top-row a img {
    width: 21px;
    height: 20px;
    margin-top: -5px;
  }
  .catalog-category-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-image .product-item-actions .more-details-folders > a,
  .family-color-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-image .product-item-actions .more-details-folders > a,
  .family-family-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-image .product-item-actions .more-details-folders > a {
    display: block;
    text-align: center;
    text-decoration: underline;
    padding: 10px;
    margin: 5px 0;
    font-weight: 700;
    font-size: 10px;
    color: #333333;
  }
}
.catalog-category-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-item-details,
.family-color-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-item-details,
.family-family-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-item-details {
  border: none;
  z-index: 2;
}
.catalog-category-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-item-details .detail-warp,
.family-color-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-item-details .detail-warp,
.family-family-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-item-details .detail-warp {
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  height: 130px;
}
@media (min-width: 768px) {
  .catalog-category-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-item-details .detail-warp,
  .family-color-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-item-details .detail-warp,
  .family-family-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-item-details .detail-warp {
    height: 120px;
  }
}
@media (min-width: 992px) {
  .catalog-category-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-item-details .detail-warp,
  .family-color-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-item-details .detail-warp,
  .family-family-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-item-details .detail-warp {
    height: 125px;
  }
}
@media (min-width: 1200px) {
  .catalog-category-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-item-details .detail-warp,
  .family-color-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-item-details .detail-warp,
  .family-family-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-item-details .detail-warp {
    height: 120px;
  }
}
.catalog-category-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-item-details .detail-warp .family-name,
.family-color-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-item-details .detail-warp .family-name,
.family-family-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-item-details .detail-warp .family-name {
  display: block;
  color: #333333;
  font-weight: 700;
  text-align: left;
  font-size: 12px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
.catalog-category-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-item-details .detail-warp .product-item-name,
.family-color-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-item-details .detail-warp .product-item-name,
.family-family-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-item-details .detail-warp .product-item-name {
  margin-top: 0;
  font-size: 12px;
  text-align: left;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
.catalog-category-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-item-details .detail-warp .product-item-name a,
.family-color-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-item-details .detail-warp .product-item-name a,
.family-family-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-item-details .detail-warp .product-item-name a {
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
      hyphens: manual;
}
.catalog-category-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-item-details .detail-warp .from-pricing,
.family-color-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-item-details .detail-warp .from-pricing,
.family-family-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-item-details .detail-warp .from-pricing {
  position: absolute;
  bottom: 0;
}
.catalog-category-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-item-details .detail-warp .from-pricing div,
.family-color-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-item-details .detail-warp .from-pricing div,
.family-family-view .columns .column.main .products-grid .product-items .product-item .product-block .product-item-info .product-item-details .detail-warp .from-pricing div {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  color: #333333;
  float: left;
  margin-right: 5px;
}
.catalog-category-view .columns .column.main .products-grid + .toolbar-products,
.family-color-view .columns .column.main .products-grid + .toolbar-products,
.family-family-view .columns .column.main .products-grid + .toolbar-products {
  border: none;
  background: #ffffff;
  padding: 0;
  width: 100%;
  clear: both;
  margin: 0 auto 20px;
}
.catalog-category-view .columns .column.main .products-grid + .toolbar-products .pages,
.family-color-view .columns .column.main .products-grid + .toolbar-products .pages,
.family-family-view .columns .column.main .products-grid + .toolbar-products .pages {
  border: none;
  padding: 0;
  float: none;
  margin: 20px auto;
}
.catalog-category-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item,
.family-color-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item,
.family-family-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item {
  margin: 0 5px;
}
.catalog-category-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item a,
.family-color-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item a,
.family-family-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  padding: 5px;
  margin: 0;
  background: transparent;
  width: auto;
  height: auto;
  color: #333333;
  font-size: 10px;
}
.catalog-category-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item strong.page,
.family-color-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item strong.page,
.family-family-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item strong.page {
  background: transparent;
  color: #444444;
  width: auto;
  height: auto;
  opacity: .6;
}
.catalog-category-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item strong.page span,
.family-color-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item strong.page span,
.family-family-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item strong.page span {
  width: auto;
  height: auto;
  padding: 5px;
  font-size: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
.catalog-category-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item.pages-item-previous,
.family-color-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item.pages-item-previous,
.family-family-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item.pages-item-previous {
  position: static;
}
.catalog-category-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item.pages-item-previous .action,
.family-color-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item.pages-item-previous .action,
.family-family-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item.pages-item-previous .action {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  line-height: 46px;
}
.catalog-category-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item.pages-item-previous .action:before,
.family-color-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item.pages-item-previous .action:before,
.family-family-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item.pages-item-previous .action:before {
  font-family: FontAwesome;
  content: "\f053";
  display: inline-block;
  color: #333333 !important;
  font-size: 10px;
}
.catalog-category-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item.pages-item-previous .action.previous > span,
.family-color-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item.pages-item-previous .action.previous > span,
.family-family-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item.pages-item-previous .action.previous > span {
  display: none;
}
.catalog-category-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item.pages-item-next,
.family-color-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item.pages-item-next,
.family-family-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item.pages-item-next {
  position: static;
}
.catalog-category-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item.pages-item-next .action,
.family-color-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item.pages-item-next .action,
.family-family-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item.pages-item-next .action {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  line-height: 46px;
}
.catalog-category-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item.pages-item-next .action:after,
.family-color-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item.pages-item-next .action:after,
.family-family-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item.pages-item-next .action:after {
  font-family: FontAwesome;
  content: "\f054";
  display: inline-block;
  color: #333333 !important;
  font-size: 10px;
}
.catalog-category-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item.pages-item-next .action.next > span,
.family-color-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item.pages-item-next .action.next > span,
.family-family-view .columns .column.main .products-grid + .toolbar-products .pages .pages-items .item.pages-item-next .action.next > span {
  display: none;
}
.catalog-category-view .columns .column.main > .products-grid,
.family-color-view .columns .column.main > .products-grid,
.family-family-view .columns .column.main > .products-grid {
  border-top: 1px solid #666;
}
@media (min-width: 768px) {
  .catalog-category-view .columns .column.main > .products-grid,
  .family-color-view .columns .column.main > .products-grid,
  .family-family-view .columns .column.main > .products-grid {
    margin-top: 36px;
    padding-top: 10px;
  }
}
.catalog-category-view .columns .column.main > .products-grid ~ .products-grid,
.family-color-view .columns .column.main > .products-grid ~ .products-grid,
.family-family-view .columns .column.main > .products-grid ~ .products-grid {
  border-top: none;
}
@media (min-width: 768px) {
  .catalog-category-view .columns .column.main > .products-grid ~ .products-grid,
  .family-color-view .columns .column.main > .products-grid ~ .products-grid,
  .family-family-view .columns .column.main > .products-grid ~ .products-grid {
    margin-top: 0;
    padding-top: 0;
  }
}
.catalog-category-view .floating-icon,
.family-color-view .floating-icon,
.family-family-view .floating-icon {
  position: absolute;
  top: 12px;
  left: 8px;
  z-index: 12;
  text-transform: uppercase;
  font-size: 10px;
  color: #333333;
}
@media only screen and (min-width: 1350px) {
  .catalog-category-view .floating-icon,
  .family-color-view .floating-icon,
  .family-family-view .floating-icon {
    top: 17px;
    left: 7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .catalog-category-view .floating-icon,
  .family-color-view .floating-icon,
  .family-family-view .floating-icon {
    top: 13px;
    left: 5px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1760px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .catalog-category-view .floating-icon,
  .family-color-view .floating-icon,
  .family-family-view .floating-icon {
    top: 13px;
    left: 5px;
  }
}
.catalog-category-view .floating-icon .new-icon,
.family-color-view .floating-icon .new-icon,
.family-family-view .floating-icon .new-icon {
  background-color: #ffffff;
  padding: 5px 9px;
  border-radius: 5px;
}
@media only screen and (min-width: 1350px) {
  .catalog-category-view .floating-icon .new-icon,
  .family-color-view .floating-icon .new-icon,
  .family-family-view .floating-icon .new-icon {
    padding: 12px 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .catalog-category-view .floating-icon .new-icon,
  .family-color-view .floating-icon .new-icon,
  .family-family-view .floating-icon .new-icon {
    padding: 7px 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1760px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .catalog-category-view .floating-icon .new-icon,
  .family-color-view .floating-icon .new-icon,
  .family-family-view .floating-icon .new-icon {
    padding: 7px 10px;
  }
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .page-title-wrapper {
  background: #f6f6f6;
  padding: 30px 20px;
  margin: 30px -20px 35px;
  width: calc(100% + 40px);
}
@media (min-width: 768px) {
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .page-title-wrapper {
    margin-top: 0;
    padding: 60px 20px;
  }
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .page-title-wrapper .page-title {
  text-align: center;
  color: #333333 !important;
  font-size: 40px;
  margin-bottom: 20px !important;
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .page-title-wrapper .page-title span {
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
}
@media (min-width: 768px) {
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .page-title-wrapper .page-title {
    display: block !important;
    text-align: center !important;
    font-size: 50px !important;
    margin-bottom: 20px !important;
  }
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .page-title-wrapper .page-title span {
    font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
  }
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .page-title-wrapper > p {
  color: #333333;
  text-align: center;
  display: block;
  margin: 0 auto 20px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .page-title-wrapper > p {
    width: 80%;
    max-width: 650px;
  }
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .page-title-wrapper > span {
  display: block;
  background: #666;
  margin: 0 auto 20px;
  height: 1px;
  width: 20%;
  max-width: 120px;
}
@media (min-width: 768px) {
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .page-title-wrapper > span {
    margin: 30px auto 20px;
  }
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .page-title-wrapper .page-title-color {
  text-align: center;
  color: #333333 !important;
  font-size: 30px;
  margin: 40px auto 30px !important;
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
  font-weight: 700;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .page-title-wrapper .page-title-color span {
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
}
@media (min-width: 768px) {
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .page-title-wrapper .page-title-color {
    display: block !important;
    text-align: center !important;
    font-size: 30px !important;
    margin-bottom: 30px !important;
  }
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .page-title-wrapper .page-title-color span {
    font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
  }
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .page-title-wrapper > p {
  color: #333333;
  text-align: center;
  display: block;
  margin: 0 auto 40px;
  font-size: 14px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
}
@media (min-width: 768px) {
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .page-title-wrapper > p {
    width: 80%;
    max-width: 650px;
  }
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .page-title-wrapper > span {
  display: block;
  background: #666;
  margin: 0 auto 20px;
  height: 1px;
  width: 20%;
  max-width: 120px;
}
@media (min-width: 768px) {
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .page-title-wrapper > span {
    margin: 30px auto 20px;
  }
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .sidebar.sidebar-main .left-line .toggle-trigger {
  cursor: pointer;
  text-transform: uppercase !important;
  color: #333333;
  font-size: 10px;
  display: block;
  font-weight: 700;
}
@media (min-width: 768px) {
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .sidebar.sidebar-main .left-line .toggle-trigger {
    cursor: auto;
  }
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .sidebar.sidebar-main .left-line nav {
  display: none;
  position: relative;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .sidebar.sidebar-main .left-line nav {
    display: block;
    position: static;
    width: 100%;
    margin-top: 11px;
  }
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .sidebar.sidebar-main .left-line nav .navgroup.open {
  padding-bottom: 15px;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .sidebar.sidebar-main .left-line nav .navgroup > strong {
  padding: 10px 0 20px;
  text-transform: uppercase !important;
  color: #333333;
  font-size: 10px;
  display: block;
  border-top: 1px solid #666;
  font-weight: 700;
  cursor: pointer;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .sidebar.sidebar-main .left-line nav .navgroup > strong:after {
  content: "+";
  display: inline-block;
  color: #666;
  height: auto;
  width: auto;
  top: 4px;
  font-size: 18px;
  right: 5px;
  float: right;
  font-weight: 300;
  line-height: 16px;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .sidebar.sidebar-main .left-line nav .navgroup > strong.open:after {
  content: "-";
  display: inline-block;
  color: #666;
  height: auto;
  width: auto;
  top: 5px;
  font-size: 18px;
  right: 7px;
  float: right;
  font-weight: 300;
  line-height: 14px;
  margin-right: 2px;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .sidebar.sidebar-main .left-line nav .navgroup ul {
  display: none;
  margin-bottom: 0;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .sidebar.sidebar-main .left-line nav .navgroup ul li {
  margin-bottom: 0;
  padding: 5px 0;
  line-height: 14px;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .sidebar.sidebar-main .left-line nav .navgroup ul li a {
  padding: 0;
  text-transform: uppercase;
  color: #333333;
  font-size: 10px;
  font-weight: 400;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .sidebar.sidebar-main .left-line nav .navgroup ul li:first-child {
  padding-top: 0;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .sidebar.sidebar-main .left-line nav .checklet {
  border-top: 1px solid #333333;
  padding: 10px 0 5px;
  margin: 0;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .sidebar.sidebar-main .left-line nav .checklet li {
  font-weight: 400;
  padding: 5px 0;
  margin-bottom: 0;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .sidebar.sidebar-main .left-line nav .checklet li i {
  margin-top: 1px;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .sidebar.sidebar-main .left-line nav .checklet li input:checked + label .fa.fa-square-o {
  display: none;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .sidebar.sidebar-main .left-line nav .checklet li input:checked + label .fa.fa-check-square-o {
  display: inline-block;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .sidebar.sidebar-main .left-line nav .checklet li label {
  cursor: pointer;
  display: block;
  text-transform: uppercase;
  color: #333333;
  font-size: 10px;
  font-weight: 400;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .sidebar.sidebar-main .left-line nav .checklet li label i {
  font-size: 12px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .sidebar.sidebar-main .left-line nav .checklet li label .fa.fa-square-o {
  display: inline-block;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .sidebar.sidebar-main .left-line nav .checklet li label .fa.fa-check-square-o {
  display: none;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .sidebar.sidebar-main .left-line nav .flat-btn {
  padding: 5px 0 10px;
  text-transform: uppercase !important;
  color: #333333;
  font-size: 10px;
  display: block;
  font-weight: 700;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .sidebar.sidebar-main .left-line nav.show-filters {
  display: block;
  position: absolute;
  width: calc(100% - 40px);
  z-index: 999;
  background: #fff;
}
@media (min-width: 768px) {
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .sidebar.sidebar-main .left-line nav.show-filters {
    position: static;
    width: 100%;
    margin-top: 11px;
  }
}
@media (min-width: 768px) {
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .sidebar.sidebar-main {
    width: 25% !important;
    float: left;
    -ms-flex: none;
        flex: none;
    display: block;
  }
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main {
    width: 75% !important;
    float: left !important;
    -ms-flex: none;
        flex: none;
    display: block;
  }
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list {
  border-top: 1px solid #666;
  padding-top: 10px;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item {
  width: calc(50% - 12px);
  margin-right: 0;
  margin-left: 0;
  padding: 0 !important;
  float: left;
  border: none;
  margin-bottom: 30px;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item:nth-child(2n - 1) {
  margin-right: 24px;
}
@media (min-width: 768px) {
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item {
    width: calc(33% - 14px);
    margin-right: 20px;
  }
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item:nth-child(2n - 1) {
    margin-right: 20px;
  }
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item {
    width: calc(25% - 15px);
    margin-right: 20px;
  }
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item:nth-child(2n - 1) {
    margin-right: 20px;
  }
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item:nth-child(3n) {
    margin-right: 20px;
  }
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item:nth-child(4n) {
    margin-right: 0;
  }
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item:nth-child(4n + 1) {
    clear: left;
  }
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item .product-block {
  border: none;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item .product-block:before {
  display: none !important;
  content: " " !important;
  position: static;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: none;
          transform: none;
  border: none;
  padding: 0 !important;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item .product-block:hover,
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item .product-block:focus {
  padding: 0 !important;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item .product-block:hover:before,
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item .product-block:focus:before {
  display: none !important;
  content: " " !important;
  position: static !important;
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transform: none !important;
          transform: none !important;
  border: none !important;
  padding: 0 !important;
}
@media (min-width: 768px) {
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item .product-block:hover .product-item-info .product-image .product-item-actions {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item .product-block .product-item-info {
  z-index: 1;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item .product-block .product-item-info .product-image {
  margin-bottom: 15px;
  padding: 3px 0;
  z-index: 10;
}
@media (min-width: 768px) {
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item .product-block .product-item-info .product-image {
    padding: 0;
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item .product-block .product-item-info .product-image .product-item-actions {
    background: #ffffff;
    height: 80px;
    width: 100%;
    left: 0;
    bottom: -80px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    padding: 10px 5px;
  }
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item .product-block .product-item-info .product-image .product-item-actions .more-details-folder .top-row {
    border-bottom: 1px solid #333333;
    display: block;
    width: 100%;
  }
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item .product-block .product-item-info .product-image .product-item-actions .more-details-folder .top-row p {
    display: inline-block;
    text-align: left;
    font-size: 10px;
    float: left;
    width: 75%;
    color: #333333;
    vertical-align: top;
    padding: 0;
    margin: 0;
  }
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item .product-block .product-item-info .product-image .product-item-actions .more-details-folder .top-row a {
    display: inline-block;
    text-align: right;
    float: right;
    width: 25%;
    color: #333333;
    vertical-align: top;
    padding: 0;
    margin: 0;
    position: relative;
    top: -2px;
    cursor: pointer;
  }
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item .product-block .product-item-info .product-image .product-item-actions .more-details-folder .top-row a img {
    width: 21px;
    height: 20px;
    margin-top: -5px;
  }
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item .product-block .product-item-info .product-image .product-item-actions .more-details-folder > a {
    display: block;
    text-align: center;
    text-decoration: underline;
    padding: 10px;
    margin: 5px 0;
    font-weight: 700;
    font-size: 10px;
    color: #333333;
  }
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item .product-block .product-item-info .product-item-details {
  border: none;
  z-index: 10;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item .product-block .product-item-info .product-item-details .detail-warp {
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  height: 130px;
}
@media (min-width: 768px) {
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item .product-block .product-item-info .product-item-details .detail-warp {
    height: 120px;
  }
}
@media (min-width: 992px) {
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item .product-block .product-item-info .product-item-details .detail-warp {
    height: 125px;
  }
}
@media (min-width: 1200px) {
  .catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item .product-block .product-item-info .product-item-details .detail-warp {
    height: 120px;
  }
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item .product-block .product-item-info .product-item-details .detail-warp .family-name {
  display: block;
  color: #333333;
  font-weight: 700;
  text-align: left;
  font-size: 12px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item .product-block .product-item-info .product-item-details .detail-warp .product-item-name {
  margin-top: 0;
  font-size: 12px;
  text-align: left;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item .product-block .product-item-info .product-item-details .detail-warp .product-item-name a {
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
      hyphens: manual;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item .product-block .product-item-info .product-item-details .detail-warp .from-pricing {
  position: absolute;
  bottom: 0;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list .product-item .product-block .product-item-info .product-item-details .detail-warp .from-pricing div {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  color: #333333;
  float: left;
  margin-right: 5px;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list + .collection-pagination {
  display: block;
  clear: both;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list + .collection-pagination > div {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list + .collection-pagination > div span {
  display: inline-block;
  vertical-align: top;
  color: #333333;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list + .collection-pagination > div span i {
  font-size: 16px;
  margin: 3px;
  font-weight: 700;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list + .collection-pagination > div div.page-select {
  display: inline-block;
  width: auto;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list + .collection-pagination > div div.page-select ul li {
  display: inline-block;
  margin: 0 2px;
  font-size: 10px;
  line-height: 16px;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .product-list + .collection-pagination > div div.page-select ul li a {
  padding: 5px;
  font-size: 10px;
  color: #333333;
  line-height: 16px;
}
.catalog-product-view.page-product-grouped .page-main .columns .column.main .collection-container .column.main .right-line .collection-pagination {
  display: none;
}
@media only screen and (min-width: 768px) {
  .catalog-product-view.page-product-grouped .page-main:not(.page-main-fluid) {
    width: 100% !important;
    max-width: none !important;
  }
}
.catalog-product-view.page-product-grouped .page-footer ul {
  margin-left: 0 !important;
  padding-left: 0 !important;
  list-style: none !important;
}
.catalog-product-view .floating-icon {
  position: absolute;
  top: 4px;
  left: 6px;
  z-index: 12;
  text-transform: uppercase;
  font-size: 10px;
  color: #333333;
}
.catalog-category-view .columns .column.main,
.catalogsearch-result-index .columns .column.main,
.family-color-view .columns .column.main,
.family-family-view .columns .column.main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.catalog-category-view .columns .column.main .products.wrapper,
.catalogsearch-result-index .columns .column.main .products.wrapper,
.family-color-view .columns .column.main .products.wrapper,
.family-family-view .columns .column.main .products.wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: auto;
  overflow-x: hidden;
}
.tile-stone-plp div.page-wrapper #maincontent.page-main .columns .column.main .toolbar.toolbar-products {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) .tile-stone-plp div.page-wrapper #maincontent.page-main .columns .column.main .toolbar.toolbar-products {
    -ms-flex-order: 0;
        order: 0;
    width: 100%;
  }
}
html.ipad.landscape .tile-stone-plp div.page-wrapper #maincontent.page-main .columns .column.main .toolbar.toolbar-products {
  -ms-flex-order: 0;
      order: 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .tile-stone-plp div.page-wrapper #maincontent.page-main .columns .column.main .toolbar.toolbar-products {
    -ms-flex-order: 0;
        order: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .tile-stone-plp div.page-wrapper #maincontent.page-main .columns .column.main .toolbar.toolbar-products {
    -ms-flex-order: 0;
        order: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  body.tile-stone-plp.color-plp-products div.page-wrapper #maincontent.page-main .columns .column.main .toolbar.toolbar-products .tile-stone-quick-filter-btn {
    display: none !important;
  }
}
html.ipad.portrait body.tile-stone-plp.color-plp-products div.page-wrapper #maincontent.page-main .columns .column.main .toolbar.toolbar-products .tile-stone-quick-filter-btn {
  display: none !important;
}
html.legacy-ipad body.tile-stone-plp.color-plp-products div.page-wrapper #maincontent.page-main .columns .column.main .toolbar.toolbar-products .tile-stone-quick-filter-btn {
  display: none !important;
}
html:not(.loading) body.plp-e2e .columns .plp-loading {
  display: none;
}
html.loading body.plp-e2e {
  overflow: hidden;
}
html.loading body.plp-e2e .columns {
  position: relative;
}
html.loading body.plp-e2e .columns .plp-loading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
}
html.loading body.plp-e2e .columns .plp-loading:before {
  background: url('../images/loading.gif') center center no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  position: fixed;
  height: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 180px;
  max-height: 180px;
  width: 100%;
  background-size: 35%;
}
@media only screen and (min-width: 1920px) {
  html.loading body.plp-e2e .columns .plp-loading:before {
    background-size: 45%;
  }
}
.ln_overlay {
  background: unset;
  opacity: 1;
}
.ln_overlay .ln_mask {
  background-color: #ffffff;
  opacity: 0.5;
  position: absolute;
  height: 100%;
  width: 100%;
}
.ln_overlay .loader {
  position: relative;
  height: 100%;
  width: 100%;
}
.ln_overlay .loader img {
  margin-top: 0;
  max-width: 180px !important;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media (min-width: 768px) {
  html:not(.ipad) .ln_overlay {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .ln_overlay {
    display: none !important;
  }
}
html.ipad .ln_overlay {
  display: none !important;
}
/* Surface Collection Family Products */
.collection-roundup {
  /** Generic styles to be reused **/
}
.collection-roundup .texts-base-color {
  color: #333333;
}
.collection-roundup .h1-text {
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
  font-weight: bold;
  font-size: 30px;
  padding-top: 100px;
  padding-bottom: 40px;
  margin: 0;
}
.collection-roundup .p-text {
  font-size: 14px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  padding-bottom: 50px;
  margin-bottom: 0;
}
.collection-roundup .a-link {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.collection-roundup .no-inherit-paddings {
  padding: 0 !important;
}
.collection-roundup .no-inherit-margins {
  margin: 0 !important;
}
.collection-roundup .button-basic-style {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  color: #ffffff !important;
  background-color: #333333;
  text-transform: uppercase;
  padding: 10px 45px;
  width: 235px;
}
.collection-roundup .button-basic-style:hover {
  color: #333333 !important;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out 0.2s;
}
@media (max-width: 767px) {
  .collection-roundup.border-bottom {
    border-bottom: none;
  }
}
.collection-roundup .section-widget {
  width: 80%;
  margin: 0 auto;
}
.collection-roundup .section-widget #more-family-products {
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid #999999;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .collection-roundup .section-widget #more-family-products {
    padding: 0;
    width: calc(100% + 40px);
  }
}
@media (min-width: 768px) {
  .collection-roundup .section-widget #more-family-products .ww-container {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
}
.collection-roundup .section-widget #more-family-products .ww-container h5 {
  margin-bottom: 20px;
}
.collection-roundup .section-widget #more-family-products .ww-container h5 > span {
  display: block;
}
.collection-roundup .section-widget #more-family-products .ww-container h5 > span.uppercase {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 20px;
}
.collection-roundup .section-widget #more-family-products .ww-container h5 > span.family {
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.collection-roundup .section-widget #more-family-products .ww-container .scrollable-container {
  width: 100%;
  overflow-x: scroll;
}
@media (min-width: 768px) {
  .collection-roundup .section-widget #more-family-products .ww-container .scrollable-container {
    overflow: hidden;
    margin-top: 40px;
  }
}
.collection-roundup .section-widget #more-family-products .ww-container .scrollable-container ul {
  display: block;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .collection-roundup .section-widget #more-family-products .ww-container .scrollable-container ul {
    width: 100% !important;
    text-align: center;
    padding: 0;
  }
}
.collection-roundup .section-widget #more-family-products .ww-container .scrollable-container ul li {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  margin-right: 20px;
  margin-bottom: 40px !important;
}
@media (min-width: 768px) {
  .collection-roundup .section-widget #more-family-products .ww-container .scrollable-container ul li {
    text-align: left;
    width: 353px;
  }
}
.collection-roundup .section-widget #more-family-products .ww-container .scrollable-container ul li img {
  display: block;
  margin: 0 auto 0;
  height: inherit;
}
.collection-roundup .section-widget #more-family-products .ww-container .scrollable-container ul li:last-child {
  margin-right: 0;
}
.collection-roundup .section-widget #more-family-products .ww-container .scrollable-container ul li p {
  font-size: 10px;
  background: #ffffff;
  margin: 10px 30px 0;
  position: absolute;
  width: 290px;
  height: 76px;
  padding-top: 10px;
}
.collection-roundup .section-widget #more-family-products .ww-container .scrollable-container ul li p span {
  display: block;
  font-weight: 700;
}
.collection-roundup .section-widget #more-family-products .ww-container .scrollable-container ul li p span.uppercase {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 20px;
}
.collection-roundup .section-widget #more-family-products .ww-container .scrollable-container ul li p span.uppercase:hover {
  text-decoration: underline;
}
.collection-roundup .section-widget #more-family-products .ww-container .scrollable-container ul li p span.family {
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.collection-roundup .section-widget #more-family-products .ww-container .btn-wrap {
  display: block;
  margin: 15px 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .collection-roundup .section-widget #more-family-products .ww-container .btn-wrap {
    margin: 100px 0 100px;
  }
}
.collection-roundup .section-widget #more-family-products .ww-container .btn-wrap a {
  font-size: 12px;
  background: #333333;
  border-color: #333333;
  color: #fff;
  padding: 15px 25px;
  text-align: center;
  display: inline-block;
  font-weight: 300;
  letter-spacing: 1px;
  width: 260px;
  height: 45px;
}
.collection-roundup .section-main .main-section-styles {
  margin: 0 auto;
  width: 100%;
  max-width: 550px;
  text-align: center;
}
.collection-roundup .section-main .main-section-styles .widget-contenthtml {
  padding: 0 !important;
}
.collection-roundup .section-main .main-section-styles .section {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-right: 0;
}
.collection-roundup .section-main .main-section-styles .content {
  width: 100%;
  max-width: 700px;
  margin-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
.collection-roundup .section-main .main-section-styles h1,
.collection-roundup .section-main .main-section-styles p,
.collection-roundup .section-main .main-section-styles a {
  color: #333333;
}
.collection-roundup .section-main .main-section-styles h1 {
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
  font-weight: bold;
  font-size: 30px;
  padding-top: 100px;
  padding-bottom: 40px;
  margin: 0;
}
.collection-roundup .section-main .main-section-styles p {
  font-size: 14px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  padding-bottom: 50px;
  margin-bottom: 0;
}
.collection-roundup .section-main .main-section-styles a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.collection-roundup .section-main .widget-contenthtml {
  margin: 0 !important;
}
.collection-roundup .section-buttons {
  margin: 0 auto;
  padding-bottom: 100px;
  padding-top: 100px;
  background-color: #f6f6f6;
  width: 100%;
  max-width: 470px;
  text-align: center;
}
.collection-roundup .section-buttons .widget-contenthtml.ves-widget.block {
  margin: 0 !important;
  padding: 0 !important;
}
.collection-roundup .section-buttons .widget-contenthtml {
  margin: 0 !important;
  margin-left: -20px !important;
  margin-right: -20px !important;
}
@media (min-width: 768px) {
  .collection-roundup .section-buttons .widget-contenthtml {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 768px) {
  .collection-roundup .section-buttons {
    margin: 100px auto;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 510px;
    background-color: #ffffff;
  }
}
.collection-roundup .section-buttons section#buttons {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .collection-roundup .section-buttons section#buttons {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .collection-roundup .section-buttons section#buttons .actions {
    height: 40px;
  }
}
.collection-roundup .section-buttons section#buttons .actions button {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  color: #ffffff !important;
  background-color: #333333;
  text-transform: uppercase;
  padding: 10px 45px;
  width: 235px;
  display: inline-block;
  box-sizing: border-box;
}
.collection-roundup .section-buttons section#buttons .actions button:hover {
  color: #333333 !important;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out 0.2s;
}
.collection-roundup .section-buttons section#buttons .actions button:nth-child(1) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .collection-roundup .section-buttons section#buttons .actions button:nth-child(1) {
    float: left;
    margin-bottom: 0;
  }
  .collection-roundup .section-buttons section#buttons .actions button:nth-child(2) {
    float: right;
  }
}
.section {
  /** Generic styles to be reused **/
  /*********************************/
}
.section .texts-base-color {
  color: #333333;
}
.section .h1-text {
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
  font-weight: bold;
  font-size: 30px;
  padding-top: 100px;
  padding-bottom: 40px;
  margin: 0;
}
.section .p-text {
  font-size: 14px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  padding-bottom: 50px;
  margin-bottom: 0;
}
.section .a-link {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.section .button-basic-style {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  color: #ffffff !important;
  background-color: #333333;
  text-transform: uppercase;
  padding: 10px 45px;
  width: 235px;
}
.section .button-basic-style:hover {
  color: #333333 !important;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out 0.2s;
}
.section .no-inherit-paddings {
  padding: 0 !important;
}
.section .no-inherit-margins {
  margin: 0 !important;
}
.section .main-section-styles {
  margin: 0 auto;
  width: 100%;
  max-width: 550px;
  text-align: center;
}
.section .main-section-styles .widget-contenthtml {
  padding: 0 !important;
}
.section .main-section-styles .section {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-right: 0;
}
.section .main-section-styles .content {
  width: 100%;
  max-width: 700px;
  margin-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
.section .main-section-styles h1,
.section .main-section-styles p,
.section .main-section-styles a {
  color: #333333;
}
.section .main-section-styles h1 {
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
  font-weight: bold;
  font-size: 30px;
  padding-top: 100px;
  padding-bottom: 40px;
  margin: 0;
}
.section .main-section-styles p {
  font-size: 14px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  padding-bottom: 50px;
  margin-bottom: 0;
}
.section .main-section-styles a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.section.border-bottom {
  border-bottom: 1px solid #e1e1e1;
}
@media (min-width: 768px) {
  .section.section.ceramic-collection .col-lg-12.col-md-4.col-sm-6.col-xs-12,
  .section.section.colorwheel .col-lg-12.col-md-4.col-sm-6.col-xs-12,
  .section.section.surface-lookbooks .col-lg-12.col-md-4.col-sm-6.col-xs-12,
  .section.section.request-information .col-lg-12.col-md-4.col-sm-6.col-xs-12 {
    width: 100% !important;
  }
}
.section.first {
  background-color: #f6f6f6;
}
.section.first .section-main {
  margin: 0 auto;
  width: 100%;
  max-width: 550px;
  text-align: center;
}
.section.first .section-main .widget-contenthtml {
  padding: 0 !important;
}
.section.first .section-main .section {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-right: 0;
}
.section.first .section-main .content {
  width: 100%;
  max-width: 700px;
  margin-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
.section.first .section-main h1,
.section.first .section-main p,
.section.first .section-main a {
  color: #333333;
}
.section.first .section-main h1 {
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
  font-weight: bold;
  font-size: 30px;
  padding-top: 100px;
  padding-bottom: 40px;
  margin: 0;
}
.section.first .section-main p {
  font-size: 14px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  padding-bottom: 50px;
  margin-bottom: 0;
}
.section.first .section-main a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .section.first {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section.first.collection-landing .col-lg-12.col-md-4.col-sm-6.col-xs-12 {
  width: 100%;
  float: none;
}
.section.browse-by {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .section.browse-by {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section.browse-by.border-bottom {
    border-bottom: none;
    margin-top: 0;
  }
  .section.browse-by .ves-inner .row-inner > .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
.section.browse-by .desktop {
  display: none;
}
.section.browse-by .mobile {
  display: block;
  text-align: center;
  margin: 0;
}
.section.browse-by .mobile span,
.section.browse-by .mobile li {
  padding: 20px 0;
}
.section.browse-by .mobile span {
  width: 100%;
  background-color: #f6f6f6;
}
.section.browse-by .mobile div {
  display: block;
}
.section.browse-by .mobile div.byColor {
  margin-bottom: 2px;
}
.section.browse-by .mobile div.byColor span.showColorList {
  padding: 0;
}
.section.browse-by .mobile div.byColor span.showColorList div {
  display: inline-block;
  text-align: center;
  height: 30px;
  width: 100%;
  position: relative;
  top: 20px;
}
.section.browse-by .mobile div.byColor span span.fa {
  width: auto;
  font-size: 30px;
  display: none;
  position: relative;
  top: -16px;
  padding: 0;
  float: right;
  right: 25px;
}
.section.browse-by .mobile div.byColor span span.visible {
  display: inline-block;
}
.section.browse-by .mobile div ul {
  display: none;
  margin-bottom: 0;
}
.section.browse-by .mobile div ul.visible {
  display: block;
}
.section.browse-by .mobile div ul li {
  margin-botton: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e1e1;
}
.section.browse-by span {
  display: inline-block;
  width: 49%;
  box-sizing: border-box;
  text-align: center;
}
.section.browse-by span a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
}
@media (min-width: 768px) {
  .section.browse-by .desktop {
    display: block;
  }
  .section.browse-by .mobile {
    display: none;
  }
  .section.browse-by span a {
    font-weight: bold;
  }
}
.section.browse-by .widget-contenthtml.block {
  width: 100%;
  padding: 0;
  margin: 0;
}
.section.browse-by .widget-contenthtml.block .block-content {
  max-width: 700px;
  margin: 0 auto;
}
.section.browse-by span {
  display: inline-block;
  width: 49%;
  box-sizing: border-box;
  text-align: center;
}
.section.browse-by span a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 991px) {
  .section.browse-by.collection-landing {
    display: none;
  }
}
.section.browse-by.collection-landing .browse-by .desktop {
  display: none;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (min-width: 768px) {
  .section.browse-by.collection-landing .browse-by {
    display: -ms-flexbox;
    display: flex;
  }
}
.section.browse-by.collection-landing span {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
.section.browse-by.collection-landing .widget-contenthtml.block .block-content {
  max-width: 1200px;
}
.section.browse-by.collection-landing .widget-contenthtml.block .block-content .desktop a {
  font-weight: normal;
  color: #333333;
}
@media (max-width: 991px) {
  .section.browse-by.collection-landing .col-lg-12.col-md-4.col-sm-6.col-xs-12 {
    width: 100%;
    float: none;
  }
}
@media (min-width: 768px) {
  .section.ceramic-collection .section-widget #more-family-products ul,
  .section.collection-roundup .section-widget #more-family-products ul {
    -ms-flex-align: center;
        align-items: center;
  }
  .section.ceramic-collection .section-widget #more-family-products ul li,
  .section.collection-roundup .section-widget #more-family-products ul li {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  .section.ceramic-collection .section-widget #more-family-products ul li a p,
  .section.collection-roundup .section-widget #more-family-products ul li a p {
    max-width: 100% !important;
    margin: -15px auto 0 auto;
  }
  .section.ceramic-collection .section-widget #more-family-products ul li a img,
  .section.collection-roundup .section-widget #more-family-products ul li a img {
    max-height: 560px;
    height: inherit;
  }
}
@media (max-width: 767px) {
  .section.ceramic-collection.border-bottom,
  .section.collection-roundup.border-bottom {
    border-bottom: none;
  }
  .section.ceramic-collection .ves-inner .row-inner > .col-lg-12.col-md-4.col-sm-6.col-xs-12,
  .section.collection-roundup .ves-inner .row-inner > .col-lg-12.col-md-4.col-sm-6.col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .section.ceramic-collection .ves-inner .section-main,
  .section.collection-roundup .ves-inner .section-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section.ceramic-collection .ves-inner .section-widget,
  .section.collection-roundup .ves-inner .section-widget {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section.ceramic-collection .section-widget,
.section.collection-roundup .section-widget {
  width: 80%;
  margin: 0 auto;
}
.section.ceramic-collection .section-widget #more-family-products,
.section.collection-roundup .section-widget #more-family-products {
  border-top: none !important;
  padding: 0 !important;
}
.section.ceramic-collection .section-widget #more-family-products ul,
.section.collection-roundup .section-widget #more-family-products ul {
  display: block;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .section.ceramic-collection .section-widget #more-family-products ul,
  .section.collection-roundup .section-widget #more-family-products ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
.section.ceramic-collection .section-widget #more-family-products ul li,
.section.collection-roundup .section-widget #more-family-products ul li {
  margin-bottom: 0;
  margin-bottom: 90px;
  box-sizing: border-box;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .section.ceramic-collection .section-widget #more-family-products ul li,
  .section.collection-roundup .section-widget #more-family-products ul li {
    width: 31%;
    margin-bottom: 70px;
  }
}
.section.ceramic-collection .section-widget #more-family-products ul li:nth-child(3n),
.section.collection-roundup .section-widget #more-family-products ul li:nth-child(3n) {
  margin-right: 0;
}
.section.ceramic-collection .section-widget #more-family-products ul li a:hover,
.section.collection-roundup .section-widget #more-family-products ul li a:hover {
  text-decoration: none;
}
.section.ceramic-collection .section-widget #more-family-products ul li a:hover p,
.section.collection-roundup .section-widget #more-family-products ul li a:hover p {
  text-decoration: none;
}
.section.ceramic-collection .section-widget #more-family-products ul li a:hover p span.uppercase,
.section.collection-roundup .section-widget #more-family-products ul li a:hover p span.uppercase,
.section.ceramic-collection .section-widget #more-family-products ul li a:hover p span:hover,
.section.collection-roundup .section-widget #more-family-products ul li a:hover p span:hover {
  text-decoration: none;
}
.section.ceramic-collection .section-widget #more-family-products ul li a:hover p span.uppercase,
.section.collection-roundup .section-widget #more-family-products ul li a:hover p span.uppercase {
  color: #b38b4d;
}
.section.ceramic-collection .section-widget #more-family-products ul li a:hover p span.uppercase a::before,
.section.collection-roundup .section-widget #more-family-products ul li a:hover p span.uppercase a::before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.section.ceramic-collection .section-widget #more-family-products ul li a:hover p span.uppercase a,
.section.collection-roundup .section-widget #more-family-products ul li a:hover p span.uppercase a {
  color: #b38b4d;
}
.section.ceramic-collection .section-widget #more-family-products ul li a p,
.section.collection-roundup .section-widget #more-family-products ul li a p {
  width: 85%;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  height: auto;
}
.section.ceramic-collection .section-widget #more-family-products ul li a p span.short-description,
.section.collection-roundup .section-widget #more-family-products ul li a p span.short-description {
  display: none;
}
.section.ceramic-collection .section-widget #more-family-products ul li a p span.family,
.section.collection-roundup .section-widget #more-family-products ul li a p span.family {
  font-size: 24px;
  margin-bottom: 25px;
  color: #333333;
}
.section.ceramic-collection .section-widget #more-family-products ul li a p span.uppercase a,
.section.collection-roundup .section-widget #more-family-products ul li a p span.uppercase a {
  position: relative;
}
.section.ceramic-collection .section-widget #more-family-products ul li a p span.uppercase a::before,
.section.collection-roundup .section-widget #more-family-products ul li a p span.uppercase a::before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #b38b4d;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.section.ceramic-collection .section-widget #more-family-products ul li a p span.uppercase span,
.section.collection-roundup .section-widget #more-family-products ul li a p span.uppercase span {
  font-weight: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section.ceramic-collection .section-widget #more-family-products ul li a p span.family,
  .section.collection-roundup .section-widget #more-family-products ul li a p span.family {
    margin-bottom: 40px;
  }
}
.section.ceramic-collection .section-widget #more-family-products ul li a p span:nth-child(2),
.section.collection-roundup .section-widget #more-family-products ul li a p span:nth-child(2) {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .section.ceramic-collection .section-widget #more-family-products ul li a p span.uppercase,
  .section.collection-roundup .section-widget #more-family-products ul li a p span.uppercase {
    color: #ffffff !important;
    background-color: #333333;
    text-transform: uppercase;
    padding: 10px 0;
    width: 100%;
  }
  .section.ceramic-collection .section-widget #more-family-products ul li a p span.uppercase a,
  .section.collection-roundup .section-widget #more-family-products ul li a p span.uppercase a {
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  .section.ceramic-collection .section-widget #more-family-products ul li a p,
  .section.collection-roundup .section-widget #more-family-products ul li a p {
    margin: -15px auto 0 auto;
    height: 76px;
  }
  .section.ceramic-collection .section-widget #more-family-products ul li a p span.family,
  .section.collection-roundup .section-widget #more-family-products ul li a p span.family {
    font-size: 20px;
    margin-bottom: 0;
  }
  .section.ceramic-collection .section-widget #more-family-products ul li a p span.uppercase,
  .section.collection-roundup .section-widget #more-family-products ul li a p span.uppercase {
    width: auto;
  }
}
.section.ceramic-collection .section-widget #more-family-products ul li a:hover p span.uppercase a,
.section.collection-roundup .section-widget #more-family-products ul li a:hover p span.uppercase a {
  text-decoration: none;
}
.section.ceramic-collection .section-widget #more-family-products ul.slick-dots,
.section.collection-roundup .section-widget #more-family-products ul.slick-dots {
  position: relative;
}
.section.ceramic-collection .section-widget #more-family-products ul.slick-dots li,
.section.collection-roundup .section-widget #more-family-products ul.slick-dots li {
  margin-bottom: 0;
  margin-right: 5px;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 8px;
}
.section.ceramic-collection .section-widget #more-family-products ul.slick-dots li.slick-active,
.section.collection-roundup .section-widget #more-family-products ul.slick-dots li.slick-active {
  background: #333333;
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
}
.section.ceramic-collection .section-widget #more-family-products ul.slick-dots li button,
.section.collection-roundup .section-widget #more-family-products ul.slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: #999999;
  border-radius: 50%;
}
.section.ceramic-collection .section-widget #more-family-products ul.slick-dots li button::before,
.section.collection-roundup .section-widget #more-family-products ul.slick-dots li button::before {
  display: none !important;
}
.section.ceramic-collection .section-widget #more-family-products.desktop,
.section.collection-roundup .section-widget #more-family-products.desktop {
  display: none;
}
.section.ceramic-collection .section-widget #more-family-products.mobile,
.section.collection-roundup .section-widget #more-family-products.mobile {
  display: block;
}
.section.ceramic-collection .section-widget #more-family-products.mobile div.surface-product-list,
.section.collection-roundup .section-widget #more-family-products.mobile div.surface-product-list {
  -ms-flex-positive: 1;
      flex-grow: 1;
  box-sizing: border-box;
  margin-bottom: 0;
}
.section.ceramic-collection .section-widget #more-family-products.mobile div.surface-product-list a img,
.section.collection-roundup .section-widget #more-family-products.mobile div.surface-product-list a img {
  margin: 0 auto;
}
.section.ceramic-collection .section-widget #more-family-products.mobile div.surface-product-list a p,
.section.collection-roundup .section-widget #more-family-products.mobile div.surface-product-list a p {
  width: 85%;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  margin-top: 15px;
  height: auto;
}
.section.ceramic-collection .section-widget #more-family-products.mobile div.surface-product-list a p span.family,
.section.collection-roundup .section-widget #more-family-products.mobile div.surface-product-list a p span.family {
  font-size: 20px;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px !important;
  margin-top: 10px;
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif;
  color: #333333;
}
.section.ceramic-collection .section-widget #more-family-products.mobile div.surface-product-list a p span.uppercase,
.section.collection-roundup .section-widget #more-family-products.mobile div.surface-product-list a p span.uppercase {
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff !important;
  background-color: #333333;
  padding: 10px 0;
  margin: 0 auto;
  margin-top: 4px;
}
.section.ceramic-collection .section-widget #more-family-products.mobile div.surface-product-list a p span.uppercase a,
.section.collection-roundup .section-widget #more-family-products.mobile div.surface-product-list a p span.uppercase a {
  color: #ffffff !important;
}
@media (min-width: 768px) {
  .section.ceramic-collection .section-widget #more-family-products.desktop,
  .section.collection-roundup .section-widget #more-family-products.desktop {
    display: block;
  }
  .section.ceramic-collection .section-widget #more-family-products.mobile,
  .section.collection-roundup .section-widget #more-family-products.mobile {
    display: none !important;
  }
}
.section.ceramic-collection .section-main,
.section.collection-roundup .section-main {
  margin: 0 auto;
  width: 100%;
  max-width: 550px;
  text-align: center;
}
.section.ceramic-collection .section-main .widget-contenthtml,
.section.collection-roundup .section-main .widget-contenthtml {
  padding: 0 !important;
}
.section.ceramic-collection .section-main .section,
.section.collection-roundup .section-main .section {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-right: 0;
}
.section.ceramic-collection .section-main .content,
.section.collection-roundup .section-main .content {
  width: 100%;
  max-width: 700px;
  margin-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
.section.ceramic-collection .section-main h1,
.section.collection-roundup .section-main h1,
.section.ceramic-collection .section-main p,
.section.collection-roundup .section-main p,
.section.ceramic-collection .section-main a,
.section.collection-roundup .section-main a {
  color: #333333;
}
.section.ceramic-collection .section-main h1,
.section.collection-roundup .section-main h1 {
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
  font-weight: bold;
  font-size: 30px;
  padding-top: 100px;
  padding-bottom: 40px;
  margin: 0;
}
.section.ceramic-collection .section-main p,
.section.collection-roundup .section-main p {
  font-size: 14px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  padding-bottom: 50px;
  margin-bottom: 0;
}
.section.ceramic-collection .section-main a,
.section.collection-roundup .section-main a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.section.ceramic-collection .section-main .widget-contenthtml,
.section.collection-roundup .section-main .widget-contenthtml {
  margin: 0 !important;
}
.section.ceramic-collection .section-buttons,
.section.collection-roundup .section-buttons {
  margin: 0 auto;
  padding-bottom: 100px;
  padding-top: 100px;
  background-color: #f6f6f6;
  width: 100%;
  max-width: 550px;
  text-align: center;
  background-color: #ffffff;
}
.section.ceramic-collection .section-buttons .widget-contenthtml.ves-widget.block,
.section.collection-roundup .section-buttons .widget-contenthtml.ves-widget.block {
  margin: 0 !important;
  padding: 0 !important;
}
.section.ceramic-collection .section-buttons .widget-contenthtml,
.section.collection-roundup .section-buttons .widget-contenthtml {
  margin: 0 !important;
  margin-left: -20px !important;
  margin-right: -20px !important;
}
@media (min-width: 768px) {
  .section.ceramic-collection .section-buttons .widget-contenthtml,
  .section.collection-roundup .section-buttons .widget-contenthtml {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 768px) {
  .section.ceramic-collection .section-buttons,
  .section.collection-roundup .section-buttons {
    margin-bottom: 100px;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 550px;
    background-color: #ffffff;
  }
}
.section.ceramic-collection .section-buttons section#buttons,
.section.collection-roundup .section-buttons section#buttons {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section.ceramic-collection .section-buttons section#buttons,
  .section.collection-roundup .section-buttons section#buttons {
    height: 40px;
  }
}
.section.ceramic-collection .section-buttons section#buttons .actions,
.section.collection-roundup .section-buttons section#buttons .actions {
  width: auto !important;
}
@media (min-width: 768px) {
  .section.ceramic-collection .section-buttons section#buttons .actions,
  .section.collection-roundup .section-buttons section#buttons .actions {
    height: 40px;
  }
  .section.ceramic-collection .section-buttons section#buttons .actions button.allColors,
  .section.collection-roundup .section-buttons section#buttons .actions button.allColors {
    display: block !important;
  }
}
.section.ceramic-collection .section-buttons section#buttons .actions:nth-child(2) button:nth-child(1),
.section.collection-roundup .section-buttons section#buttons .actions:nth-child(2) button:nth-child(1) {
  margin-bottom: 30px !important;
}
.section.ceramic-collection .section-buttons section#buttons .actions button,
.section.collection-roundup .section-buttons section#buttons .actions button {
  display: block;
  margin: 0 auto;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  color: #ffffff !important;
  background-color: #333333;
  text-transform: uppercase;
  padding: 10px 45px;
  width: 235px;
  width: 265px;
  box-sizing: border-box;
}
.section.ceramic-collection .section-buttons section#buttons .actions button:hover,
.section.collection-roundup .section-buttons section#buttons .actions button:hover {
  color: #333333 !important;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out 0.2s;
}
.section.ceramic-collection .section-buttons section#buttons .actions button.allColors,
.section.collection-roundup .section-buttons section#buttons .actions button.allColors {
  display: none;
}
.section.ceramic-collection .section-buttons section#buttons .actions button:nth-child(1),
.section.collection-roundup .section-buttons section#buttons .actions button:nth-child(1) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section.ceramic-collection .section-buttons section#buttons .actions button,
  .section.collection-roundup .section-buttons section#buttons .actions button {
    display: inline-block;
  }
  .section.ceramic-collection .section-buttons section#buttons .actions button:nth-child(1),
  .section.collection-roundup .section-buttons section#buttons .actions button:nth-child(1) {
    float: left;
    margin-bottom: 0;
  }
  .section.ceramic-collection .section-buttons section#buttons .actions button:nth-child(2),
  .section.collection-roundup .section-buttons section#buttons .actions button:nth-child(2) {
    float: right;
  }
}
@media (min-width: 768px) {
  .section.ceramic-collection.collection-landing .section-buttons,
  .section.collection-roundup.collection-landing .section-buttons {
    max-width: 610px;
  }
}
.section.ceramic-collection.collection-landing .section-buttons section#buttons .actions button,
.section.collection-roundup.collection-landing .section-buttons section#buttons .actions button {
  font-size: 14px;
  width: 285px;
}
@media (max-width: 991px) {
  .section.ceramic-collection.collection-landing .section-buttons section#buttons .actions button:nth-child(1),
  .section.collection-roundup.collection-landing .section-buttons section#buttons .actions button:nth-child(1) {
    margin-bottom: 0;
  }
}
.section.ceramic-collection.collection-landing .section-main h1,
.section.collection-roundup.collection-landing .section-main h1 {
  padding-top: 70px;
  padding-bottom: 10px;
}
.section.ceramic-collection.collection-landing .section-widget,
.section.collection-roundup.collection-landing .section-widget {
  width: 100%;
}
.section.ceramic-collection.collection-landing .section-widget > .widget-contenthtml,
.section.collection-roundup.collection-landing .section-widget > .widget-contenthtml {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section.ceramic-collection.collection-landing .section-widget #more-family-products,
.section.collection-roundup.collection-landing .section-widget #more-family-products {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
}
.section.ceramic-collection.collection-landing.sizes .section-buttons section#buttons .actions button:nth-child(1),
.section.collection-roundup.collection-landing.sizes .section-buttons section#buttons .actions button:nth-child(1) {
  float: none;
  width: auto;
}
.section.ceramic-collection.collection-landing.decorative .section-buttons section#buttons,
.section.collection-roundup.collection-landing.decorative .section-buttons section#buttons {
  height: auto;
}
.section.ceramic-collection.collection-landing.decorative .section-buttons section#buttons .actions:nth-child(1) button:nth-child(1),
.section.collection-roundup.collection-landing.decorative .section-buttons section#buttons .actions:nth-child(1) button:nth-child(1) {
  float: none;
}
.section.ceramic-collection.collection-landing.decorative .section-buttons section#buttons .actions:nth-child(2),
.section.collection-roundup.collection-landing.decorative .section-buttons section#buttons .actions:nth-child(2) {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .section.ceramic-collection.collection-landing #more-family-products ul.surface-product-list li a,
  .section.collection-roundup.collection-landing #more-family-products ul.surface-product-list li a {
    position: relative;
  }
  .section.ceramic-collection.collection-landing #more-family-products ul.surface-product-list li a p span:nth-child(2) a::before,
  .section.collection-roundup.collection-landing #more-family-products ul.surface-product-list li a p span:nth-child(2) a::before {
    box-sizing: border-box !important;
    content: "" !important;
    position: absolute !important;
    width: 100% !important;
    height: 1px !important;
    bottom: 0 !important;
    left: 0 !important;
    background-color: #b38b4d !important;
    visibility: hidden !important;
    -webkit-transform: scaleX(0) !important;
    transform: scaleX(0) !important;
    transition: all 0.3s ease-in-out 0s !important;
  }
  .section.ceramic-collection.collection-landing #more-family-products ul.surface-product-list li a:hover,
  .section.collection-roundup.collection-landing #more-family-products ul.surface-product-list li a:hover {
    color: #b38b4d;
  }
  .section.ceramic-collection.collection-landing #more-family-products ul.surface-product-list li a:hover p span:nth-child(2),
  .section.collection-roundup.collection-landing #more-family-products ul.surface-product-list li a:hover p span:nth-child(2) {
    text-decoration: none;
  }
  .section.ceramic-collection.collection-landing #more-family-products ul.surface-product-list li a:hover p span:nth-child(2) a,
  .section.collection-roundup.collection-landing #more-family-products ul.surface-product-list li a:hover p span:nth-child(2) a {
    color: #b38b4d;
  }
  .section.ceramic-collection.collection-landing #more-family-products ul.surface-product-list li a:hover p span:nth-child(2) a::before,
  .section.collection-roundup.collection-landing #more-family-products ul.surface-product-list li a:hover p span:nth-child(2) a::before {
    visibility: visible !important;
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
  }
}
.section.collection-roundup .section-widget #more-family-products ul li a p span.short-description {
  display: block;
}
.section.surface-lookbooks .section-main {
  margin: 0 auto;
  width: 100%;
  max-width: 550px;
  text-align: center;
}
.section.surface-lookbooks .section-main .widget-contenthtml {
  padding: 0 !important;
}
.section.surface-lookbooks .section-main .section {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-right: 0;
}
.section.surface-lookbooks .section-main .content {
  width: 100%;
  max-width: 700px;
  margin-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
.section.surface-lookbooks .section-main h1,
.section.surface-lookbooks .section-main p,
.section.surface-lookbooks .section-main a {
  color: #333333;
}
.section.surface-lookbooks .section-main h1 {
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
  font-weight: bold;
  font-size: 30px;
  padding-top: 100px;
  padding-bottom: 40px;
  margin: 0;
}
.section.surface-lookbooks .section-main p {
  font-size: 14px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  padding-bottom: 50px;
  margin-bottom: 0;
}
.section.surface-lookbooks .section-main a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.section.surface-lookbooks .section-main .content {
  margin-bottom: 0;
}
.section.surface-lookbooks .section-main .content h2 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-size: 12px;
  text-transform: uppercase;
  color: #333333;
  padding-top: 100px;
  padding-bottom: 0;
  margin-top: 0;
}
.section.surface-lookbooks .section-main .content h1 {
  padding-top: 0;
  padding-bottom: 70px;
}
.section.surface-lookbooks .section-main .widget-contenthtml {
  margin: 0 !important;
}
.section.surface-lookbooks .section-widget {
  width: 80%;
  margin: 0 auto;
}
.section.surface-lookbooks .section-widget .widget-contenthtml {
  padding: 0 !important;
  margin-top: 0;
}
.section.surface-lookbooks .section-widget #more-family-products {
  border-top: none !important;
  margin-bottom: 30px;
  padding: 0 !important;
}
.section.surface-lookbooks .section-widget #more-family-products .scrollable-container {
  margin-top: 0;
}
.section.surface-lookbooks .section-widget #more-family-products ul {
  display: block;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .section.surface-lookbooks .section-widget #more-family-products ul {
    max-width: 1050px;
    margin: 0 auto;
  }
}
.section.surface-lookbooks .section-widget #more-family-products ul li {
  margin-bottom: 0;
  margin-bottom: 70px;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 768px) {
  .section.surface-lookbooks .section-widget #more-family-products ul li {
    width: 48%;
    display: inline-block;
  }
}
.section.surface-lookbooks .section-widget #more-family-products ul li:nth-child(3n) {
  margin-right: 0;
}
.section.surface-lookbooks .section-widget #more-family-products ul li:hover a {
  text-decoration: none;
}
.section.surface-lookbooks .section-widget #more-family-products ul li:hover a p {
  text-decoration: none;
}
.section.surface-lookbooks .section-widget #more-family-products ul li:hover a p span.uppercase a {
  color: #b38b4d;
}
.section.surface-lookbooks .section-widget #more-family-products ul li:hover a p span.uppercase a::before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.section.surface-lookbooks .section-widget #more-family-products ul li a p {
  width: 85%;
  position: relative !important;
  margin: 0 auto;
  padding-top: 0;
  color: #333333;
}
@media (min-width: 768px) {
  .section.surface-lookbooks .section-widget #more-family-products ul li a p {
    margin: 0 auto 0 auto;
    padding-top: 0;
  }
}
.section.surface-lookbooks .section-widget #more-family-products ul li a p span.family {
  margin-bottom: 10px;
  color: #333333;
}
@media (min-width: 768px) {
  .section.surface-lookbooks .section-widget #more-family-products ul li a p span.family {
    margin-bottom: 0;
  }
}
.section.surface-lookbooks .section-widget #more-family-products ul li a p span.uppercase {
  width: 40%;
  margin: 0 auto;
}
.section.surface-lookbooks .section-widget #more-family-products ul li a p span.uppercase a {
  position: relative;
  padding-top: 0;
}
.section.surface-lookbooks .section-widget #more-family-products ul li a p span.uppercase a::before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #b38b4d;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.section.surface-lookbooks .section-widget #more-family-products ul li a p span:nth-child(2) {
  margin-top: 4px;
}
.section.surface-lookbooks .section-widget #more-family-products ul li a img {
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  .section.surface-lookbooks .section-widget #more-family-products ul li a img {
    margin: 0 auto 20px;
  }
}
.section.request-information {
  border-top: 1px solid #333333;
}
.section.request-information .vesbuilder-block {
  margin-top: 0;
}
.section.request-information .catalog-product-view .widget-contenthtml {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .section.request-information .catalog-product-view .widget-contenthtml {
    padding-bottom: 30px;
  }
}
.section.request-information .catalog-product-view .widget-contenthtml #request-info-form {
  border-top: none !important;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .section.request-information .catalog-product-view .widget-contenthtml #request-info-form {
    padding-bottom: 30px;
  }
}
.section.colorwheel.widget .widget-contenthtml.block {
  width: 100%;
  padding-top: 0;
  margin-top: 40px;
}
.section.colorwheel.widget .widget-contenthtml.block #colorWheel {
  display: block;
  margin: 0 auto;
  width: auto;
}
@media (min-width: 992px) {
  .section.colorwheel.widget .widget-contenthtml.block #colorWheel {
    width: 500px;
  }
}
.section.featured-colors {
  /*@media (min-width: 800px) {
      ul.all-featured-colors {
        max-height: 380px;
      }
    }*/
}
.section.featured-colors ul.all-featured-colors {
  transition: max-height 1s;
}
@media (min-width: 768px) {
  .section.featured-colors ul.all-featured-colors {
    /*max-height: 540px;*/
  }
  .section.featured-colors ul.all-featured-colors.show-all {
    max-height: 100%;
  }
}
body[class*='cms-explore-'] {
  /***SLICK***/
  /***********/
}
body[class*='cms-explore-'] .section {
  /** Generic styles to be reused **/
  /*********************************/
}
body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products div.surface-product-list div.color a p .uppercase {
  color: #333333;
}
body[class*='cms-explore-'] .section.ceramic-collection #more-family-products ul.surface-product-list li a:hover p span:nth-child(2) {
  text-decoration: underline;
  color: #b38b4d;
}
body[class*='cms-explore-'] .section.ceramic-collection.collection-landing .section-widget #more-family-products.desktop ul.surface-product-list li a p .uppercase {
  color: #333333;
}
body[class*='cms-explore-'] .section.ceramic-collection #more-family-products ul.surface-product-list li a:hover p span:nth-child(2) {
  text-decoration: underline;
  color: #b38b4d;
}
body[class*='cms-explore-'] .breadcrumbs {
  display: none !important;
}
body[class*='cms-explore-'] .page-header {
  margin-bottom: 0 !important;
}
body[class*='cms-explore-'] .section .texts-base-color {
  color: #333333;
}
body[class*='cms-explore-'] .section .h1-text {
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
  font-weight: bold;
  font-size: 30px;
  padding-top: 100px;
  padding-bottom: 40px;
  margin: 0;
}
body[class*='cms-explore-'] .section .p-text {
  font-size: 14px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  padding-bottom: 50px;
  margin-bottom: 0;
}
body[class*='cms-explore-'] .section .a-link {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
body[class*='cms-explore-'] .section .button-basic-style {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  color: #ffffff !important;
  background-color: #333333;
  text-transform: uppercase;
  padding: 10px 45px;
  width: 235px;
}
body[class*='cms-explore-'] .section .button-basic-style:hover {
  color: #333333 !important;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out 0.2s;
}
body[class*='cms-explore-'] .section .no-inherit-paddings {
  padding: 0 !important;
}
body[class*='cms-explore-'] .section .no-inherit-margins {
  margin: 0 !important;
}
body[class*='cms-explore-'] .section .main-section-styles {
  margin: 0 auto;
  width: 100%;
  max-width: 550px;
  text-align: center;
}
body[class*='cms-explore-'] .section .main-section-styles .widget-contenthtml {
  padding: 0 !important;
}
body[class*='cms-explore-'] .section .main-section-styles .section {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-right: 0;
}
body[class*='cms-explore-'] .section .main-section-styles .content {
  width: 100%;
  max-width: 700px;
  margin-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
body[class*='cms-explore-'] .section .main-section-styles h1,
body[class*='cms-explore-'] .section .main-section-styles p,
body[class*='cms-explore-'] .section .main-section-styles a {
  color: #333333;
}
body[class*='cms-explore-'] .section .main-section-styles h1 {
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
  font-weight: bold;
  font-size: 30px;
  padding-top: 100px;
  padding-bottom: 40px;
  margin: 0;
}
body[class*='cms-explore-'] .section .main-section-styles p {
  font-size: 14px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  padding-bottom: 50px;
  margin-bottom: 0;
}
body[class*='cms-explore-'] .section .main-section-styles a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
body[class*='cms-explore-'] .section.border-bottom {
  border-bottom: 1px solid #e1e1e1;
}
@media (min-width: 768px) {
  body[class*='cms-explore-'] .section.section.ceramic-collection .col-lg-12.col-md-4.col-sm-6.col-xs-12,
  body[class*='cms-explore-'] .section.section.colorwheel .col-lg-12.col-md-4.col-sm-6.col-xs-12,
  body[class*='cms-explore-'] .section.section.surface-lookbooks .col-lg-12.col-md-4.col-sm-6.col-xs-12,
  body[class*='cms-explore-'] .section.section.request-information .col-lg-12.col-md-4.col-sm-6.col-xs-12 {
    width: 100% !important;
  }
}
body[class*='cms-explore-'] .section.first {
  background-color: #f6f6f6;
}
body[class*='cms-explore-'] .section.first .section-main {
  margin: 0 auto;
  width: 100%;
  max-width: 550px;
  text-align: center;
}
body[class*='cms-explore-'] .section.first .section-main .widget-contenthtml {
  padding: 0 !important;
}
body[class*='cms-explore-'] .section.first .section-main .section {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-right: 0;
}
body[class*='cms-explore-'] .section.first .section-main .content {
  width: 100%;
  max-width: 700px;
  margin-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
body[class*='cms-explore-'] .section.first .section-main h1,
body[class*='cms-explore-'] .section.first .section-main p,
body[class*='cms-explore-'] .section.first .section-main a {
  color: #333333;
}
body[class*='cms-explore-'] .section.first .section-main h1 {
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
  font-weight: bold;
  font-size: 30px;
  padding-top: 100px;
  padding-bottom: 40px;
  margin: 0;
}
body[class*='cms-explore-'] .section.first .section-main p {
  font-size: 14px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  padding-bottom: 50px;
  margin-bottom: 0;
}
body[class*='cms-explore-'] .section.first .section-main a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  body[class*='cms-explore-'] .section.first {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body[class*='cms-explore-'] .section.first .col-lg-12.col-md-4.col-sm-6.col-xs-12 {
  width: 100%;
  float: none;
}
body[class*='cms-explore-'] .section.browse-by {
  margin-top: 0;
  padding-top: 40px;
}
@media (min-width: 768px) {
  body[class*='cms-explore-'] .section.browse-by {
    padding-bottom: 40px;
  }
  body[class*='cms-explore-'] .section.browse-by.collection-landing .col-lg-12.col-md-4.col-sm-6.col-xs-12 {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  body[class*='cms-explore-'] .section.browse-by.border-bottom {
    border-bottom: none;
  }
  body[class*='cms-explore-'] .section.browse-by .ves-inner .row-inner > .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
body[class*='cms-explore-'] .section.browse-by .desktop {
  display: none;
}
body[class*='cms-explore-'] .section.browse-by .mobile {
  display: block;
  text-align: center;
  margin: 0;
}
body[class*='cms-explore-'] .section.browse-by .mobile span,
body[class*='cms-explore-'] .section.browse-by .mobile li {
  padding: 20px 0;
}
body[class*='cms-explore-'] .section.browse-by .mobile span {
  width: 100%;
  background-color: #f6f6f6;
}
body[class*='cms-explore-'] .section.browse-by .mobile div {
  display: block;
}
body[class*='cms-explore-'] .section.browse-by .mobile div.byColor {
  margin-bottom: 2px;
}
body[class*='cms-explore-'] .section.browse-by .mobile div.byColor span.showColorList {
  padding: 0;
}
body[class*='cms-explore-'] .section.browse-by .mobile div.byColor span.showColorList div {
  display: inline-block;
  text-align: center;
  height: 30px;
  width: 100%;
  position: relative;
  top: 20px;
}
body[class*='cms-explore-'] .section.browse-by .mobile div.byColor span span.fa {
  width: auto;
  font-size: 30px;
  display: none;
  position: relative;
  top: -16px;
  padding: 0;
  float: right;
  right: 25px;
}
body[class*='cms-explore-'] .section.browse-by .mobile div.byColor span span.visible {
  display: inline-block;
}
body[class*='cms-explore-'] .section.browse-by .mobile div ul {
  display: none;
  margin-bottom: 0;
}
body[class*='cms-explore-'] .section.browse-by .mobile div ul.visible {
  display: block;
}
body[class*='cms-explore-'] .section.browse-by .mobile div ul li {
  margin-botton: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e1e1;
}
body[class*='cms-explore-'] .section.browse-by span {
  display: inline-block;
  width: 49%;
  box-sizing: border-box;
  text-align: center;
}
body[class*='cms-explore-'] .section.browse-by span a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
}
@media (min-width: 768px) {
  body[class*='cms-explore-'] .section.browse-by .desktop {
    display: block;
  }
  body[class*='cms-explore-'] .section.browse-by .mobile {
    display: none;
  }
  body[class*='cms-explore-'] .section.browse-by span a {
    font-weight: bold;
  }
}
body[class*='cms-explore-'] .section.browse-by .widget-contenthtml.block {
  width: 100%;
  padding: 0;
  margin: 0;
}
body[class*='cms-explore-'] .section.browse-by .widget-contenthtml.block .block-content {
  max-width: 700px;
  margin: 0 auto;
}
body[class*='cms-explore-'] .section.browse-by span {
  display: inline-block;
  width: 49%;
  box-sizing: border-box;
  text-align: center;
}
body[class*='cms-explore-'] .section.browse-by span a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
body[class*='cms-explore-'] .section.browse-by.collection-landing .browse-by .desktop {
  display: none;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  body[class*='cms-explore-'] .section.browse-by.collection-landing .browse-by .desktop {
    display: -ms-flexbox;
    display: flex;
  }
  body[class*='cms-explore-'] .section.browse-by.collection-landing .browse-by {
    display: -ms-flexbox;
    display: flex;
  }
}
body[class*='cms-explore-'] .section.browse-by.collection-landing span {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
body[class*='cms-explore-'] .section.browse-by.collection-landing .widget-contenthtml.block .block-content {
  max-width: 1200px;
}
body[class*='cms-explore-'] .section.browse-by.collection-landing .widget-contenthtml.block .block-content .desktop a {
  font-weight: normal;
  color: #333333;
}
@media (max-width: 991px) {
  body[class*='cms-explore-'] .section.browse-by.collection-landing .col-lg-12.col-md-4.col-sm-6.col-xs-12 {
    width: 100%;
    float: none;
  }
}
@media (max-width: 767px) {
  body[class*='cms-explore-'] .section.ceramic-collection.border-bottom {
    border-bottom: none;
  }
  body[class*='cms-explore-'] .section.ceramic-collection .ves-inner .row-inner > .col-lg-12.col-md-4.col-sm-6.col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
  body[class*='cms-explore-'] .section.ceramic-collection .ves-inner .section-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  body[class*='cms-explore-'] .section.ceramic-collection .ves-inner .section-widget {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body[class*='cms-explore-'] .section.ceramic-collection .section-widget {
  width: 80%;
  margin: 0 auto;
}
body[class*='cms-explore-'] ul.slick-dots {
  display: block;
  margin-top: 15px;
}
body[class*='cms-explore-'] .slick-dots li {
  width: 8px !important;
  height: 8px !important;
  margin: 0 5px !important;
  width: auto !important;
}
body[class*='cms-explore-'] .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: #999;
  border-radius: 50%;
}
body[class*='cms-explore-'] .slick-dots li button::before {
  display: none !important;
}
body[class*='cms-explore-'] .slick-dots li.slick-active button {
  background: #333;
}
body[class*='cms-explore-'] .section.ceramic-collection.collection-landing.featured-colors .actions .allColors {
  display: none !important;
}
body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products {
  border-top: none !important;
  padding: 0 !important;
}
body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products ul.surface-product-list,
body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products div.surface-product-list {
  display: block;
  box-sizing: border-box;
}
body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products ul.slick-dots {
  position: relative;
}
body[class*='cms-explore-'] .section.surface-lookbooks .section-widget #more-family-products ul li a:hover p span:nth-child(2) {
  text-decoration: none !important;
}
@media (min-width: 768px) {
  body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products ul.surface-product-list,
  body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products div.surface-product-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  body[class*='cms-explore-'] .section.ceramic-collection.collection-landing #more-family-products ul.surface-product-list li a:hover p span:nth-child(2) a:before {
    visibility: visible !important;
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
  }
  body[class*='cms-explore-'] .section.ceramic-collection.collection-landing #more-family-products ul.surface-product-list li a p span:nth-child(2) a {
    position: relative;
  }
  body[class*='cms-explore-'] .section.ceramic-collection.collection-landing #more-family-products ul.surface-product-list li a p span:nth-child(2) a:before {
    box-sizing: border-box !important;
    content: "" !important;
    position: absolute !important;
    width: 100% !important;
    height: 1px !important;
    bottom: 0 !important;
    left: 0 !important;
    background-color: #b38b4d !important;
    visibility: hidden !important;
    -webkit-transform: scaleX(0) !important;
    transform: scaleX(0) !important;
    transition: all 0.3s ease-in-out 0s !important;
  }
  body[class*='cms-explore-'] .section.ceramic-collection.collection-landing #more-family-products ul.surface-product-list li a:hover p span:nth-child(2) a:hover {
    text-decoration: none !important;
    color: #b38b4d !important;
  }
}
body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products ul.surface-product-list li,
body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products div.surface-product-list div.color {
  margin-bottom: 0;
  margin-bottom: 90px;
  box-sizing: border-box;
  width: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products div.surface-product-list div.color {
  margin-bottom: 0;
}
body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products div.surface-product-list div.color a img {
  margin: 0 auto;
}
@media (min-width: 768px) {
  body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products ul.surface-product-list li,
  body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products div.surface-product-list div.color {
    width: 31%;
    margin-bottom: 70px;
  }
}
body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products ul.surface-product-list li:nth-child(3n) {
  margin-right: 0;
}
body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products ul.surface-product-list li a:hover {
  text-decoration: none;
}
body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products ul.surface-product-list li a:hover p {
  text-decoration: none;
}
body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products ul.surface-product-list li a:hover p span:hover {
  text-decoration: none;
}
body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products ul.surface-product-list li a:hover p span:nth-child(2) {
  text-decoration: none;
}
body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products ul.surface-product-list li a:hover p span:nth-child(2):hover {
  color: #b38b4d;
}
body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products ul.surface-product-list li a p,
body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products div.surface-product-list div.color a p {
  width: 85%;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  height: auto;
}
body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products div.surface-product-list div.color a p {
  margin-top: 15px;
}
body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products div.surface-product-list div.color a p span {
  display: block;
  margin: 0 auto;
  text-align: center;
}
body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products div.surface-product-list div.color a p span {
  margin-top: 10px;
}
body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products ul.surface-product-list li a p span.short-description,
body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products div.surface-product-list div.color a p span.short-description {
  display: none;
}
body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products ul.surface-product-list li a p span.family,
body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products div.surface-product-list div.color a p span.family {
  font-size: 24px;
  margin-bottom: 25px;
}
body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products div.surface-product-list div.color a p span.family {
  font-size: 20px;
  margin-bottom: 10px !important;
}
@media (min-width: 768px) {
  body[class*='cms-explore-'] .section.ceramic-collection.collection-landing.featured-colors .actions .allColors {
    display: block !important;
  }
  body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products ul.surface-product-list li a p span.family,
  body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products div.surface-product-list div.color a p span.family {
    margin-bottom: 40px;
  }
}
body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products ul.surface-product-list li a p span:nth-child(2),
body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products div.surface-product-list div.color a p span:nth-child(2) {
  margin-top: 4px;
}
@media (max-width: 767px) {
  body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products ul.surface-product-list li a p span.uppercase,
  body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products div.surface-product-list div.color a p span.uppercase {
    color: #ffffff !important;
    background-color: #333333;
    text-transform: uppercase;
    padding: 10px 0;
    width: 100%;
  }
  body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products ul.surface-product-list li a p span.uppercase a,
  body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products div.surface-product-list div.color a p span.uppercase a {
    color: #ffffff !important;
  }
}
@media (min-width: 768px) {
  body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products ul.surface-product-list li a p,
  body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products div.surface-product-list div.color a p {
    margin: -15px auto 0 auto;
    height: 76px;
  }
  body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products ul.surface-product-list li a p span.family,
  body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products div.surface-product-list div.color a p span.family {
    font-size: 20px;
    margin-bottom: 0;
  }
  body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products ul.surface-product-list li a p span.uppercase,
  body[class*='cms-explore-'] .section.ceramic-collection .section-widget #more-family-products div.surface-product-list div.color a p span.uppercase {
    width: auto;
  }
}
body[class*='cms-explore-'] .section.ceramic-collection .section-main {
  margin: 0 auto;
  width: 100%;
  max-width: 550px;
  text-align: center;
}
body[class*='cms-explore-'] .section.ceramic-collection .section-main .widget-contenthtml {
  padding: 0 !important;
}
body[class*='cms-explore-'] .section.ceramic-collection .section-main .section {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-right: 0;
}
body[class*='cms-explore-'] .section.ceramic-collection .section-main .content {
  width: 100%;
  max-width: 700px;
  margin-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
body[class*='cms-explore-'] .section.ceramic-collection .section-main h1,
body[class*='cms-explore-'] .section.ceramic-collection .section-main p,
body[class*='cms-explore-'] .section.ceramic-collection .section-main a {
  color: #333333;
}
body[class*='cms-explore-'] .section.ceramic-collection .section-main h1 {
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
  font-weight: bold;
  font-size: 30px;
  padding-top: 100px;
  padding-bottom: 40px;
  margin: 0;
}
body[class*='cms-explore-'] .section.ceramic-collection .section-main p {
  font-size: 14px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  padding-bottom: 50px;
  margin-bottom: 0;
}
body[class*='cms-explore-'] .section.ceramic-collection .section-main a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
body[class*='cms-explore-'] .section.ceramic-collection .section-main .widget-contenthtml {
  margin: 0 !important;
}
body[class*='cms-explore-'] .section.ceramic-collection .section-buttons {
  margin: 0 auto;
  padding-bottom: 100px;
  padding-top: 100px;
  background-color: #f6f6f6;
  width: 100%;
  max-width: 550px;
  text-align: center;
  background-color: #ffffff;
}
body[class*='cms-explore-'] .section.ceramic-collection .section-buttons .widget-contenthtml.ves-widget.block {
  margin: 0 !important;
  padding: 0 !important;
}
body[class*='cms-explore-'] .section.ceramic-collection .section-buttons .widget-contenthtml {
  margin: 0 !important;
  margin-left: -20px !important;
  margin-right: -20px !important;
}
@media (min-width: 768px) {
  body[class*='cms-explore-'] .section.ceramic-collection .section-buttons .widget-contenthtml {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 768px) {
  body[class*='cms-explore-'] .section.ceramic-collection .section-buttons {
    margin-bottom: 100px;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 550px;
    background-color: #ffffff;
  }
}
body[class*='cms-explore-'] .section.ceramic-collection .section-buttons section#buttons {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  body[class*='cms-explore-'] .section.ceramic-collection .section-buttons section#buttons {
    height: 40px;
  }
}
@media (min-width: 768px) {
  body[class*='cms-explore-'] .section.ceramic-collection .section-buttons section#buttons .actions {
    height: 40px;
  }
}
body[class*='cms-explore-'] .section.ceramic-collection .section-buttons section#buttons .actions button {
  display: block;
  margin: 0 auto;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  color: #ffffff !important;
  background-color: #333333;
  text-transform: uppercase;
  padding: 10px 45px;
  width: 235px;
  width: 265px;
  box-sizing: border-box;
}
body[class*='cms-explore-'] .section.ceramic-collection .section-buttons section#buttons .actions button:hover {
  color: #333333 !important;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out 0.2s;
}
body[class*='cms-explore-'] .section.ceramic-collection .section-buttons section#buttons .actions button:nth-child(1) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  body[class*='cms-explore-'] .section.ceramic-collection .section-buttons section#buttons .actions button {
    display: inline-block;
  }
  body[class*='cms-explore-'] .section.ceramic-collection .section-buttons section#buttons .actions button:nth-child(1) {
    float: left;
    margin-bottom: 0;
  }
  body[class*='cms-explore-'] .section.ceramic-collection .section-buttons section#buttons .actions button:nth-child(2) {
    float: right;
  }
}
@media (min-width: 768px) {
  body[class*='cms-explore-'] .section.ceramic-collection.collection-landing .section-buttons {
    max-width: 610px;
  }
}
body[class*='cms-explore-'] .section.ceramic-collection.collection-landing .section-buttons section#buttons .actions button {
  font-size: 14px;
  width: 285px;
}
@media (max-width: 991px) {
  body[class*='cms-explore-'] .section.ceramic-collection.collection-landing .section-buttons section#buttons .actions button:nth-child(1) {
    margin-bottom: 0 !important;
  }
}
body[class*='cms-explore-'] .section.ceramic-collection.collection-landing .section-main h1 {
  padding-top: 70px;
  padding-bottom: 10px;
}
body[class*='cms-explore-'] .section.ceramic-collection.collection-landing .section-widget {
  width: 100%;
}
body[class*='cms-explore-'] .section.ceramic-collection.collection-landing .section-widget > .widget-contenthtml {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body[class*='cms-explore-'] .section.ceramic-collection.collection-landing .section-widget #more-family-products {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
}
body[class*='cms-explore-'] .section.ceramic-collection.collection-landing.sizes .section-buttons section#buttons .actions button:nth-child(1) {
  float: none;
}
body[class*='cms-explore-'] .section.ceramic-collection.collection-landing.decorative .section-buttons section#buttons {
  height: auto;
}
body[class*='cms-explore-'] .section.ceramic-collection.collection-landing.decorative .section-buttons section#buttons .actions:nth-child(1) button:nth-child(1) {
  float: none;
}
body[class*='cms-explore-'] .section.ceramic-collection.collection-landing.decorative .section-buttons section#buttons .actions:nth-child(2) {
  margin-top: 60px;
}
body[class*='cms-explore-'] .section.surface-lookbooks .section-main {
  margin: 0 auto;
  width: 100%;
  max-width: 550px;
  text-align: center;
}
body[class*='cms-explore-'] .section.surface-lookbooks .section-main .widget-contenthtml {
  padding: 0 !important;
}
body[class*='cms-explore-'] .section.surface-lookbooks .section-main .section {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-right: 0;
}
body[class*='cms-explore-'] .section.surface-lookbooks .section-main .content {
  width: 100%;
  max-width: 700px;
  margin-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
body[class*='cms-explore-'] .section.surface-lookbooks .section-main h1,
body[class*='cms-explore-'] .section.surface-lookbooks .section-main p,
body[class*='cms-explore-'] .section.surface-lookbooks .section-main a {
  color: #333333;
}
body[class*='cms-explore-'] .section.surface-lookbooks .section-main h1 {
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
  font-weight: bold;
  font-size: 30px;
  padding-top: 100px;
  padding-bottom: 40px;
  margin: 0;
}
body[class*='cms-explore-'] .section.surface-lookbooks .section-main p {
  font-size: 14px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  padding-bottom: 50px;
  margin-bottom: 0;
}
body[class*='cms-explore-'] .section.surface-lookbooks .section-main a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
body[class*='cms-explore-'] .section.surface-lookbooks .section-main .content {
  margin-bottom: 0;
}
body[class*='cms-explore-'] .section.surface-lookbooks .section-main .content h2 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-size: 12px;
  text-transform: uppercase;
  color: #333333;
  padding-top: 100px;
  padding-bottom: 0;
  margin-top: 0;
}
body[class*='cms-explore-'] .section.surface-lookbooks .section-main .content h1 {
  padding-top: 0;
  padding-bottom: 70px;
}
body[class*='cms-explore-'] .section.surface-lookbooks .section-main .widget-contenthtml {
  margin: 0 !important;
}
body[class*='cms-explore-'] .section.surface-lookbooks .section-widget {
  width: 80%;
  margin: 0 auto;
}
body[class*='cms-explore-'] .section.surface-lookbooks .section-widget .widget-contenthtml {
  padding: 0 !important;
  margin-top: 0;
}
body[class*='cms-explore-'] .section.surface-lookbooks .section-widget #more-family-products {
  border-top: none !important;
  margin-bottom: 30px;
  padding: 0 !important;
}
body[class*='cms-explore-'] .section.surface-lookbooks .section-widget #more-family-products .scrollable-container {
  margin-top: 0;
}
body[class*='cms-explore-'] .section.surface-lookbooks .section-widget #more-family-products ul {
  display: block;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  body[class*='cms-explore-'] .section.surface-lookbooks .section-widget #more-family-products ul {
    max-width: 1050px;
    margin: 0 auto;
  }
}
body[class*='cms-explore-'] .section.surface-lookbooks .section-widget #more-family-products ul li {
  margin-bottom: 0;
  margin-bottom: 70px;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 768px) {
  body[class*='cms-explore-'] .section.surface-lookbooks .section-widget #more-family-products ul li {
    width: 48%;
    display: inline-block;
  }
}
body[class*='cms-explore-'] .section.surface-lookbooks .section-widget #more-family-products ul li:nth-child(3n) {
  margin-right: 0;
}
body[class*='cms-explore-'] .section.surface-lookbooks .section-widget #more-family-products ul li a:hover {
  text-decoration: none;
}
body[class*='cms-explore-'] .section.surface-lookbooks .section-widget #more-family-products ul li a:hover p {
  text-decoration: none;
}
body[class*='cms-explore-'] .section.surface-lookbooks .section-widget #more-family-products ul li a:hover p span:hover {
  text-decoration: none;
}
body[class*='cms-explore-'] .section.surface-lookbooks .section-widget #more-family-products ul li a:hover p span:nth-child(2) {
  text-decoration: underline;
}
body[class*='cms-explore-'] .section.surface-lookbooks .section-widget #more-family-products ul li a:hover p span:nth-child(2) a:hover {
  color: #b38b4d;
}
body[class*='cms-explore-'] .section.surface-lookbooks .section-widget #more-family-products ul li a p {
  width: 85%;
  position: relative;
  margin: 0 auto;
  color: #333333;
}
@media (min-width: 768px) {
  body[class*='cms-explore-'] .section.surface-lookbooks .section-widget #more-family-products ul li a p {
    margin: 0 auto 0 auto;
    padding-top: 0;
  }
}
body[class*='cms-explore-'] .section.surface-lookbooks .section-widget #more-family-products ul li a p span.family {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  body[class*='cms-explore-'] .section.surface-lookbooks .section-widget #more-family-products ul li a p span.family {
    margin-bottom: 0;
  }
}
body[class*='cms-explore-'] .section.surface-lookbooks .section-widget #more-family-products ul li a p span:nth-child(2) {
  margin-top: 4px;
}
body[class*='cms-explore-'] .section.surface-lookbooks .section-widget #more-family-products ul li a img {
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  body[class*='cms-explore-'] .section.surface-lookbooks .section-widget #more-family-products ul li a img {
    margin: 0 auto 20px;
  }
}
body[class*='cms-explore-'] .section.request-information {
  border-top: 1px solid #333333;
}
body[class*='cms-explore-'] .section.request-information .vesbuilder-block {
  margin-top: 0;
}
body[class*='cms-explore-'] .section.request-information .catalog-product-view .widget-contenthtml {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  body[class*='cms-explore-'] .section.request-information .catalog-product-view .widget-contenthtml {
    padding-bottom: 30px;
  }
}
body[class*='cms-explore-'] .section.request-information .catalog-product-view .widget-contenthtml #request-info-form {
  border-top: none !important;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  body[class*='cms-explore-'] .section.request-information .catalog-product-view .widget-contenthtml #request-info-form {
    padding-bottom: 30px;
  }
}
body[class*='cms-explore-'] .section.colorwheel.widget .widget-contenthtml.block {
  width: 100%;
  padding-top: 0;
  margin-top: 40px;
}
body[class*='cms-explore-'] .section.colorwheel.widget .widget-contenthtml.block #colorWheel {
  display: block;
  margin: 0 auto;
  width: auto;
}
@media (min-width: 992px) {
  body[class*='cms-explore-'] .section.colorwheel.widget .widget-contenthtml.block #colorWheel {
    width: 500px;
  }
}
body[class*='cms-explore-'] .section.featured-colors ul.all-featured-colors {
  overflow: hidden;
  transition: max-height 1s;
}
body[class*='cms-explore-'] .section.featured-colors section#more-family-products.mobile {
  display: none;
}
body[class*='cms-explore-'] .section.featured-colors section#more-family-products.desktop {
  display: none;
}
@media (min-width: 768px) {
  body[class*='cms-explore-'] .section.featured-colors ul.all-featured-colors.show-all {
    max-height: 100%;
  }
  body[class*='cms-explore-'] .section.featured-colors section#more-family-products.desktop {
    display: block;
  }
  body[class*='cms-explore-'] .section.featured-colors section#more-family-products.mobile {
    display: none;
  }
}
body[class*='cms-explore-'] .section.first .section-main h1 {
  padding-top: 50px;
}
body[class*='cms-explore-'] .section.first .section-main .content {
  margin-bottom: 50px;
}
body[class*='cms-explore-'] .section.first .section-main p {
  padding-bottom: 45px;
}
body[class*='cms-explore-'] .section.browse-by {
  padding-top: 35px;
  padding-bottom: 35px;
}
.sidebar-main .sidebar-main-inner {
  -o-border-image: none !important;
     border-image: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 12px;
}
.sidebar-main .sidebar-main-inner .account-nav .items .item {
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.sidebar-main .sidebar-main-inner .account-nav .items .item a,
.sidebar-main .sidebar-main-inner .account-nav .items .item strong {
  display: inline-block;
  padding: 0;
  margin: 0 0 9px 0;
  border-left-width: 0;
  font-weight: 300;
  border-bottom: 1px solid #ffffff;
  transition: border-color 200ms linear;
}
.sidebar-main .sidebar-main-inner .account-nav .items .item a:hover,
.sidebar-main .sidebar-main-inner .account-nav .items .item strong:hover {
  background-color: transparent;
  border-bottom-color: #666666;
}
.sidebar-main .sidebar-main-inner .account-nav .items .item.current a,
.sidebar-main .sidebar-main-inner .account-nav .items .item.current strong {
  border-bottom-color: #666666;
}
.account .columns {
  display: -ms-flexbox !important;
  display: flex !important;
  /* Reverse Column Orderd */
  -ms-flex-flow: column-reverse !important;
      flex-flow: column-reverse !important;
}
.account .block.block-compare,
.account .block.block-wishlist {
  display: none;
}
@media (min-width: 768px) {
  .account .columns {
    display: block !important;
  }
}
.account .block-addresses-default .block-title {
  margin-bottom: 10px !important;
  letter-spacing: 0.5px;
  font-size: 16px !important;
  color: #333333 !important;
}
.account .box.box-address-billing .box-title * {
  font-weight: 900 !important;
}
.account .box.box-address-billing,
.account .box.box-address-shipping {
  text-transform: uppercase !important;
  font-size: 12px !important;
  letter-spacing: 0.5px;
  line-height: 1.6;
}
.account .box.box-address-billing .box-title *,
.account .box.box-address-shipping .box-title * {
  text-transform: uppercase !important;
  font-weight: 900 !important;
  margin-bottom: 6px !important;
  letter-spacing: 0.5px;
  color: #333333 !important;
  font-size: 14px !important;
}
.box-content {
  margin-top: 6px !important;
}
.account .box.box-address-billing .box-actions,
.account .box.box-address-shipping .box-actions {
  text-decoration: underline;
}
/* ----------- Android and Desktop ----------- */
.ves-parallax {
  min-height: 618px;
  background-size: auto auto;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .ves-parallax {
    background-attachment: initial;
  }
}
/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .ves-parallax {
    background-attachment: initial;
  }
}
/* ----------- iPad Pro 10.5" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .ves-parallax {
    background-attachment: initial;
  }
}
/**
 * Sign up newsletter
 */
.widget-newsletter.newsletter {
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}
.widget-newsletter.newsletter .block-title.h3 {
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif;
  color: #333333;
  font-size: 24px;
  font-weight: 400;
  margin-top: 0;
}
.widget-newsletter.newsletter .block-title.h3 strong {
  font-weight: bold;
  font-size: 24px;
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
}
.widget-newsletter.newsletter .newsletter .control::before {
  display: none;
}
.widget-newsletter.newsletter .newsletter #newsletter {
  border: none;
  border-bottom: 1px solid #666666;
  padding: 0 2px;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  height: 30px;
}
.widget-newsletter.newsletter .newsletter #newsletter::-webkit-input-placeholder {
  color: #333333;
  transition: color 200ms linear;
}
.widget-newsletter.newsletter .newsletter #newsletter::-moz-placeholder {
  color: #333333;
  transition: color 200ms linear;
}
.widget-newsletter.newsletter .newsletter #newsletter::-ms-input-placeholder {
  color: #333333;
  transition: color 200ms linear;
}
.widget-newsletter.newsletter .newsletter #newsletter::placeholder {
  color: #333333;
  transition: color 200ms linear;
}
.widget-newsletter.newsletter .newsletter #newsletter:focus {
  box-shadow: none;
}
.widget-newsletter.newsletter .newsletter #accept {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 1px solid #999999;
  height: 10px;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  width: 10px;
  display: inline-table;
  float: none;
  transition: border-color 200ms linear;
}
.widget-newsletter.newsletter .newsletter #accept.mage-error {
  border-color: #e02b27;
}
.widget-newsletter.newsletter .newsletter #accept.mage-error + .accept-label:after {
  content: "This is a required field";
  display: block;
  color: #e02b27;
  text-transform: none;
  margin-top: 7px;
}
.widget-newsletter.newsletter .newsletter #accept:checked {
  border-color: #999999;
}
.widget-newsletter.newsletter .newsletter #accept:checked:before {
  opacity: 1;
}
.widget-newsletter.newsletter .newsletter #accept:before {
  opacity: 0;
  content: '\f00c';
  font: normal normal normal 12px/1 FontAwesome;
  pointer-events: none;
  display: block;
  transition: opacity 200ms linear;
}
.widget-newsletter.newsletter .newsletter .accept-label,
.widget-newsletter.newsletter .newsletter .accept-label a {
  color: #999999;
  font-size: 12px;
  text-transform: uppercase;
}
.widget-newsletter.newsletter .newsletter .accept-label a,
.widget-newsletter.newsletter .newsletter .accept-label a a {
  text-decoration: underline;
}
.widget-newsletter.newsletter .newsletter .control:nth-child(2) {
  padding-top: 20px;
}
.widget-newsletter.newsletter .newsletter .control:nth-child(2) span {
  color: #999999;
}
.widget-newsletter.newsletter .newsletter .control:nth-child(2) span a {
  color: #999999;
  text-decoration: underline;
}
.widget-newsletter.newsletter .newsletter .control:nth-child(2) span:first-of-type {
  text-transform: uppercase;
  display: block;
}
.widget-newsletter.newsletter .subscribe .actions {
  margin-top: 20px;
}
.widget-newsletter.newsletter .subscribe .actions button {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  width: 204px;
  color: #ffffff !important;
  background-color: #333333;
}
.widget-newsletter.newsletter .subscribe .actions button:hover {
  color: #333333 !important;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out 0.2s;
}
.widget-newsletter.newsletter .action.subscribe {
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 0;
  color: #333333;
  font-weight: 300;
  display: block;
  margin: 0 auto;
  width: 50%;
  border-color: #666666;
  transition: border-color 200ms linear;
}
.widget-newsletter.newsletter .action.subscribe:focus,
.widget-newsletter.newsletter .action.subscribe:hover {
  color: #333333;
}
.widget-newsletter.newsletter .action.subscribe:hover,
.widget-newsletter.newsletter .action.subscribe:focus {
  border-color: #333333;
  background: #ffffff;
}
body.cms-commercial main#maincontent {
  max-width: 100% !important;
}
@media only screen and (min-width: 992px) {
  body.cms-commercial .sticky-header-all {
    margin-bottom: 0;
  }
}
body.cms-commercial .hidden {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  body.cms-the-bathtub-event .slick-container.slick-initialized .slick-list .slick-slide .slide-inner .text-section.slide-on-text {
    display: block;
  }
  body.cms-the-bathtub-event .slick-container.slick-initialized .slick-list .slick-slide .slide-inner .text-section.slide-on-text .cta p.section_cta_secondary {
    padding-top: 0;
  }
  body.cms-the-bathtub-event .slick-container.slick-initialized .slick-list .slick-slide .slide-inner .text-section.slide-on-text .cta a.section_cta_secondary {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 10px;
  }
}
body.cms-bath-faucet-collections main#maincontent {
  max-width: unset !important;
}
body.cms-bath-faucet-collections main#maincontent .column.main .ves-container:first-of-type .col-inner .black-block {
  background-color: #000000;
}
body.cms-bath-faucet-collections main#maincontent .column.main .ves-container:first-of-type .col-inner .black-block p.headline,
body.cms-bath-faucet-collections main#maincontent .column.main .ves-container:first-of-type .col-inner .black-block h2 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
}
body.cms-bath-faucet-collections main#maincontent .column.main .ves-container:first-of-type .col-inner .black-block p.headline {
  font-size: 24px;
}
body.cms-bath-faucet-collections main#maincontent .column.main .ves-container:first-of-type .col-inner .black-block h2 {
  font-size: 14px;
  line-height: 1.5;
}
.cms-page-view .catalog-product-view #request-info-form {
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid #999999;
  padding: 30px 0;
  clear: both;
}
@media (min-width: 768px) {
  .cms-page-view .catalog-product-view #request-info-form {
    padding: 65px 0;
    width: calc(100% + 40px);
  }
}
.cms-page-view .catalog-product-view #request-info-form .notification_response_msg {
  font-size: 12px;
  color: #444;
  text-transform: uppercase;
  font-weight: 700;
}
.cms-page-view .catalog-product-view #request-info-form .container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 845px !important;
}
@media (min-width: 768px) {
  .cms-page-view .catalog-product-view #request-info-form .container {
    width: 100%;
    max-width: 885px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.cms-page-view .catalog-product-view #request-info-form .container h4 {
  text-align: center;
  letter-spacing: 1px;
  font-size: 12px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-weight: 500;
}
.cms-page-view .catalog-product-view #request-info-form .container .product-info h2 {
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
  font-size: 24px;
  color: #333;
  margin-bottom: 5px;
  font-weight: 400;
}
.cms-page-view .catalog-product-view #request-info-form .container .product-info .title {
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif !important;
  color: #999999;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}
@media (min-width: 768px) {
  .cms-page-view .catalog-product-view #request-info-form .container .product-info .title {
    width: 100%;
  }
}
.cms-page-view .catalog-product-view #request-info-form .container .product-info .details {
  color: #444 !important;
  font-size: 10px;
  line-height: 14px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  color: #999999;
  margin: 15px 0 20px;
  font-weight: 400;
  letter-spacing: .5px;
}
.cms-page-view .catalog-product-view #request-info-form .container .product-info .details span {
  display: none;
  color: #444;
}
@media (min-width: 768px) {
  .cms-page-view .catalog-product-view #request-info-form .container .product-info .details span {
    display: block;
  }
}
.cms-page-view .catalog-product-view #request-info-form .container .product-info .details span.stock-status {
  font-weight: 700;
  color: #444;
}
.cms-page-view .catalog-product-view #request-info-form .container .more-info .notification_msg {
  font-size: 10px;
  font-weight: 700;
  color: #444;
}
.cms-page-view .catalog-product-view #request-info-form .container .more-info .form-error {
  font-size: 10px;
  font-weight: 700;
  color: #444;
  margin: 0 0 10px;
}
.cms-page-view .catalog-product-view #request-info-form .container .more-info li {
  position: relative;
}
.cms-page-view .catalog-product-view #request-info-form .container .more-info li select + .fa {
  position: absolute;
  font-family: FontAwesome !important;
  font-size: 18px;
  right: 11px;
  top: 9px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: all 0.25s ease-in-out;
}
.cms-page-view .catalog-product-view #request-info-form .container .more-info li.has-error input,
.cms-page-view .catalog-product-view #request-info-form .container .more-info li.has-error select,
.cms-page-view .catalog-product-view #request-info-form .container .more-info li.has-error textarea,
.cms-page-view .catalog-product-view #request-info-form .container .more-info li.has-error .fancy-form-select {
  border-color: #a94442 !important;
  color: #a94442;
}
.cms-page-view .catalog-product-view #request-info-form .container .more-info li.has-error .fancy-form-select .current-opt {
  color: #a94442;
}
.cms-page-view .catalog-product-view #request-info-form .container .more-info li.has-error p.form-error {
  height: auto;
  overflow: hidden;
}
.cms-page-view .catalog-product-view #request-info-form .container .more-info input,
.cms-page-view .catalog-product-view #request-info-form .container .more-info select,
.cms-page-view .catalog-product-view #request-info-form .container .more-info textarea {
  margin-bottom: 10px;
  color: #333;
  font-weight: normal;
  border: 1px solid #666 !important;
  background: #ffffff;
  text-transform: uppercase;
  border-radius: 0 !important;
  font-size: 12px;
  font-weight: 300;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.cms-page-view .catalog-product-view #request-info-form .container .more-info input::-webkit-input-placeholder,
.cms-page-view .catalog-product-view #request-info-form .container .more-info select::-webkit-input-placeholder,
.cms-page-view .catalog-product-view #request-info-form .container .more-info textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
  font-weight: normal;
  font-weight: 300;
}
.cms-page-view .catalog-product-view #request-info-form .container .more-info input::-moz-placeholder,
.cms-page-view .catalog-product-view #request-info-form .container .more-info select::-moz-placeholder,
.cms-page-view .catalog-product-view #request-info-form .container .more-info textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
  font-weight: normal;
  font-weight: 300;
}
.cms-page-view .catalog-product-view #request-info-form .container .more-info input:-ms-input-placeholder,
.cms-page-view .catalog-product-view #request-info-form .container .more-info select:-ms-input-placeholder,
.cms-page-view .catalog-product-view #request-info-form .container .more-info textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
  font-weight: normal;
  font-weight: 300;
}
.cms-page-view .catalog-product-view #request-info-form .container .more-info input:-moz-placeholder,
.cms-page-view .catalog-product-view #request-info-form .container .more-info select:-moz-placeholder,
.cms-page-view .catalog-product-view #request-info-form .container .more-info textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
  font-weight: normal;
  font-weight: 300;
}
@media (min-width: 768px) {
  .cms-page-view .catalog-product-view #request-info-form .container .more-info textarea {
    height: 93px;
  }
}
.cms-page-view .catalog-product-view #request-info-form .container .more-info select {
  height: 35px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  font-size: 12px;
  font-weight: 300;
}
.cms-page-view .catalog-product-view #request-info-form .container .more-info select:after {
  content: "\f0dc";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
}
.cms-page-view .catalog-product-view #request-info-form .container .more-info .btn-wrap #showbox_submit {
  display: block;
  width: 100%;
  background: #333;
  color: #ffffff;
  font-weight: 300;
  padding: 10px;
  font-size: 12px;
  border: none !important;
}
.cms-page-view .catalog-product-view #request-info-form .container .more-info .support {
  margin: 20px 0;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 10px;
}
.cms-page-view .catalog-product-view #request-info-form .container .more-info .support a {
  font-weight: 400;
  font-size: 10px;
}
.cms-page-view .catalog-product-view #request-info-form .fancy-form-select {
  border: 1px solid #666;
  margin-bottom: 20px;
  position: relative;
}
.cms-page-view .catalog-product-view #request-info-form .fancy-form-select span {
  display: block;
  cursor: pointer;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
  padding: 9px 10px 8px;
}
.cms-page-view .catalog-product-view #request-info-form .fancy-form-select ul {
  position: absolute;
  display: none;
  width: calc(100% + 2px);
  margin-left: -1px;
  border: 1px solid #666;
  z-index: 9;
}
.cms-page-view .catalog-product-view #request-info-form .fancy-form-select ul li {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid #666;
  color: #333;
  background: #ffffff;
  display: block;
  padding: 8px 10px;
  margin: 0;
  cursor: pointer;
}
.cms-page-view .catalog-product-view #request-info-form .fancy-form-select ul li:hover {
  background: #333;
  color: #ffffff;
}
.cms-page-view .catalog-product-view #request-info-form .fancy-form-select ul li:last-child {
  border-bottom: none;
}
.cms-page-view .catalog-product-view #request-info-form .fancy-form-select + i {
  position: absolute;
  top: 9px;
  right: 15px;
  font-size: 18px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: all 0.25s ease-in-out;
}
.cms-page-view .catalog-product-view #request-info-form .fancy-form-select + i + .form-error {
  position: relative;
  top: -10px;
  margin-bottom: 0 !important;
  height: 5px;
}
.cms-page-view .catalog-product-view #request-info-form .fancy-form-select.open + i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
}
/**
 * Checkout Agreement
 */
.checkout-agreement .required-entry {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 1px solid #999999;
  height: 10px;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  width: 10px;
  display: inline-table;
  float: none;
  transition: border-color 200ms linear;
}
.checkout-agreement .required-entry.mage-error {
  border-color: #e02b27;
}
.checkout-agreement .required-entry.mage-error + .accept-label:after {
  content: "This is a required field";
  display: block;
  color: #e02b27;
  text-transform: none;
  margin-top: 7px;
}
.checkout-agreement .required-entry:checked {
  border-color: #999999;
}
.checkout-agreement .required-entry:checked:before {
  opacity: 1;
}
.checkout-agreement .required-entry:before {
  opacity: 0;
  content: '\f00c';
  font: normal normal normal 12px/1 FontAwesome;
  pointer-events: none;
  display: block;
  transition: opacity 200ms linear;
}
.checkout-agreement span {
  color: #999999;
}
.checkout-agreement span a {
  color: #999999;
  text-decoration: underline;
}
.checkout-agreement span:first-of-type {
  text-transform: uppercase;
  display: block;
}
.checkout-agreement .accept-label,
.checkout-agreement .accept-label a {
  color: #999999;
  font-size: 12px;
  text-transform: uppercase;
}
.checkout-agreement .accept-label a,
.checkout-agreement .accept-label a a {
  text-decoration: underline;
}
body.checkout-index-index .page-wrapper {
  padding-top: 0;
}
body.checkout-index-index #checkout-review-table .col-subtotal {
  width: 130px;
  padding: 15px 0;
}
body.checkout-index-index #checkout-review-table .col-subtotal .trade-label {
  display: block;
  text-align: center;
}
body {
  /* Fixes specific for homepage*/
}
@media only screen and (max-width: 1200px) {
  body.cms-index-index {
    -webkit-touch-callout: none !important;
  }
}
body.cms-index-index .e2e-page-container .content.row {
  /* Landscape */
}
@media only screen and (max-width: 1200px) {
  body.cms-index-index .e2e-page-container .content.row {
    -webkit-user-select: none !important;
  }
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index .e2e-page-container .content.row.hover-text-effect .image-text-centered-container .image-body-container {
    opacity: 0 !important;
  }
  html:not(.ipad) body.cms-index-index .e2e-page-container .content.row.hover-text-effect .image-text-centered-container .image-body-container:hover {
    opacity: 1 !important;
  }
}
html.ipad.landscape body.cms-index-index .e2e-page-container .content.row.hover-text-effect .image-text-centered-container .image-body-container {
  opacity: 0 !important;
}
html.ipad.landscape body.cms-index-index .e2e-page-container .content.row.hover-text-effect .image-text-centered-container .image-body-container:hover {
  opacity: 1 !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index .e2e-page-container .content.row.hover-text-effect .image-text-centered-container .image-body-container {
    opacity: 0 !important;
  }
  body.cms-index-index .e2e-page-container .content.row.hover-text-effect .image-text-centered-container .image-body-container:hover {
    opacity: 1 !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index .e2e-page-container .content.row.hover-text-effect .image-text-centered-container .image-body-container {
    opacity: 0 !important;
  }
  body.cms-index-index .e2e-page-container .content.row.hover-text-effect .image-text-centered-container .image-body-container:hover {
    opacity: 1 !important;
  }
}
body.cms-index-index .e2e-page-container .content.row.just-ask {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index .e2e-page-container .content.row.just-ask .image-text-centered-container .image-body-container {
    opacity: 0;
  }
  html:not(.ipad) body.cms-index-index .e2e-page-container .content.row.just-ask .image-text-centered-container .image-body-container:hover {
    opacity: 1;
  }
  html:not(.ipad) body.cms-index-index .e2e-page-container .content.row.just-ask .image-text-centered-container .image-body-container p {
    max-width: 640px;
  }
}
html.ipad.landscape body.cms-index-index .e2e-page-container .content.row.just-ask .image-text-centered-container .image-body-container {
  opacity: 0;
}
html.ipad.landscape body.cms-index-index .e2e-page-container .content.row.just-ask .image-text-centered-container .image-body-container:hover {
  opacity: 1;
}
html.ipad.landscape body.cms-index-index .e2e-page-container .content.row.just-ask .image-text-centered-container .image-body-container p {
  max-width: 640px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index .e2e-page-container .content.row.just-ask .image-text-centered-container .image-body-container {
    opacity: 0;
  }
  body.cms-index-index .e2e-page-container .content.row.just-ask .image-text-centered-container .image-body-container:hover {
    opacity: 1;
  }
  body.cms-index-index .e2e-page-container .content.row.just-ask .image-text-centered-container .image-body-container p {
    max-width: 640px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index .e2e-page-container .content.row.just-ask .image-text-centered-container .image-body-container {
    opacity: 0;
  }
  body.cms-index-index .e2e-page-container .content.row.just-ask .image-text-centered-container .image-body-container:hover {
    opacity: 1;
  }
  body.cms-index-index .e2e-page-container .content.row.just-ask .image-text-centered-container .image-body-container p {
    max-width: 640px;
  }
}
@media (max-width: 768px) {
  body.cms-index-index .e2e-page-container .content.row.just-ask {
    margin-left: 50px;
    margin-right: 50px;
  }
}
html.ipad.portrait body.cms-index-index .e2e-page-container .content.row.just-ask {
  margin-left: 50px;
  margin-right: 50px;
}
html.legacy-ipad body.cms-index-index .e2e-page-container .content.row.just-ask {
  margin-left: 50px;
  margin-right: 50px;
}
body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container {
  /* Landscape */
}
@media (max-width: 768px) {
  body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container {
    background: rgba(0, 0, 0, 0.5);
  }
}
html.ipad.portrait body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container {
  background: rgba(0, 0, 0, 0.5);
}
html.legacy-ipad body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container {
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
html.ipad.landscape body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body {
  opacity: 1 !important;
  visibility: visible !important;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text {
  background-color: #ffffff;
  max-height: 343px;
  max-width: 630px;
  padding: 20px;
  /* Landscape */
}
@media (max-width: 768px) {
  body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text {
    background-color: unset;
  }
  body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text p,
  body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text a,
  body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text h1 {
    color: #ffffff;
  }
  body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text a.button {
    background: #ffffff !important;
    color: #000000 !important;
    height: 60px !important;
    line-height: 60px !important;
    margin-top: 0 !important;
    text-decoration: none !important;
  }
}
html.ipad.portrait body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text {
  background-color: unset;
}
html.ipad.portrait body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text p,
html.ipad.portrait body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text a,
html.ipad.portrait body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text h1 {
  color: #ffffff;
}
html.ipad.portrait body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text a.button {
  background: #ffffff !important;
  color: #000000 !important;
  height: 60px !important;
  line-height: 60px !important;
  margin-top: 0 !important;
  text-decoration: none !important;
}
html.legacy-ipad body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text {
  background-color: unset;
}
html.legacy-ipad body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text p,
html.legacy-ipad body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text a,
html.legacy-ipad body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text h1 {
  color: #ffffff;
}
html.legacy-ipad body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text a.button {
  background: #ffffff !important;
  color: #000000 !important;
  height: 60px !important;
  line-height: 60px !important;
  margin-top: 0 !important;
  text-decoration: none !important;
}
body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text p {
  font-weight: 100;
}
body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text a {
  font-size: 11px;
  font-weight: 200;
}
body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text .floatModal > a.full-image-link {
  pointer-events: none;
}
body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text .floatModal h1 {
  font-size: 48px;
  margin: 25px auto 45px auto;
}
body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text .floatModal a.button:hover {
  background: #000000;
  color: #ffffff;
  height: 60px;
  line-height: 60px;
}
@media (min-width: 768px) {
  html:not(.ipad) body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text > a.full-image-link {
    pointer-events: none;
  }
  html:not(.ipad) body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text h1 {
    font-size: 48px;
    margin: 25px auto 45px auto;
  }
  html:not(.ipad) body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text a.button:hover {
    background: #000000;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
  }
}
html.ipad.landscape body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text > a.full-image-link {
  pointer-events: none;
}
html.ipad.landscape body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text h1 {
  font-size: 48px;
  margin: 25px auto 45px auto;
}
html.ipad.landscape body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text a.button:hover {
  background: #000000;
  color: #ffffff;
  height: 60px;
  line-height: 60px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text > a.full-image-link {
    pointer-events: none;
  }
  body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text h1 {
    font-size: 48px;
    margin: 25px auto 45px auto;
  }
  body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text a.button:hover {
    background: #000000;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text > a.full-image-link {
    pointer-events: none;
  }
  body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text h1 {
    font-size: 48px;
    margin: 25px auto 45px auto;
  }
  body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text a.button:hover {
    background: #000000;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
  }
}
html.ipad.portrait body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text > a.full-image-link {
  pointer-events: none;
}
html.ipad.portrait body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text h1 {
  font-size: 48px;
  margin: 25px auto 45px auto;
}
html.ipad.portrait body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text a.button:hover {
  background: #000000;
  color: #ffffff;
  height: 60px;
  line-height: 60px;
}
@media (max-width: 768px) {
  body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 820px) {
  body.cms-index-index .e2e-page-container .content.row.main .image-text-centered-container .image-body-container p {
    max-width: 400px !important;
    font-size: 19px;
  }
}
@media only screen and (max-width: 768px) {
  body.cms-index-index .e2e-page-container .content.row.main > div.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    padding: 0;
  }
  body.cms-index-index .e2e-page-container .content.row.main > div.col-lg-12.col-md-12.col-sm-12.col-xs-12 .image-text-centered-container .image-body {
    padding-right: 40px;
    padding-left: 40px;
  }
}
body.cms-index-index .e2e-page-container .content.row .image-text-centered-container .image-body-container h4 {
  margin-bottom: 30px;
}
body.cms-index-index .e2e-page-container .content.row.home-video-banner .image-body-container .image-body p {
  display: none;
}
@media only screen and (min-width: 768px) {
  body.cms-index-index .e2e-page-container .content.row.home-video-banner .image-body-container .image-body p {
    display: block;
  }
}
body.cms-index-index .e2e-page-container .content.row.home-video-banner .image-container {
  z-index: 99;
}
body.cms-index-index .e2e-page-container .content.row.home-new-lighting h1,
body.cms-index-index .e2e-page-container .content.row.home-new-lighting h4 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif, serif;
  font-weight: 100;
  text-transform: none;
}
body.cms-index-index .e2e-page-container .content.row.home-new-lighting h1 {
  font-size: 26px;
  line-height: 32px;
}
body.cms-index-index .e2e-page-container .content.row.home-new-lighting h4 {
  font-size: 18px;
  line-height: 1.5;
  max-width: 400px;
  margin: 20px 0 20px 0;
}
@media only screen and (max-width: 768px) {
  body.cms-index-index .e2e-page-container .content.row.home-foro .col-lg-12.col-md-12.col-sm-12.col-xs-12 .image-body-container {
    padding-left: 10px;
  }
  body.cms-index-index .e2e-page-container .content.row.home-foro .col-lg-6.col-md-12.col-sm-12.col-xs-12 .image-body-container {
    padding-left: 5px;
  }
  body.cms-index-index .e2e-page-container .content.row.home-boulevard .image-text-centered-container .image-body {
    padding-left: 45px;
  }
  body.cms-index-index .e2e-page-container .content.row.home-two-banners.home-aero .col-lg-12.col-md-12.col-sm-12.col-xs-12:nth-of-type(1) .image-body-container {
    padding-left: 10px;
  }
  body.cms-index-index .e2e-page-container .content.row.home-two-banners.home-aero .col-lg-12.col-md-12.col-sm-12.col-xs-12:nth-of-type(2) .image-body-container {
    padding-left: 5px;
  }
  body.cms-index-index .e2e-page-container .content.row.home-two-banners.home-etoile .image-body-container {
    padding-left: 10px;
  }
  body.cms-index-index .e2e-page-container .content.row.home-two-banners.home-vanities .col-lg-6.col-md-12.col-sm-12.col-xs-12:nth-of-type(1) .image-body-container {
    padding-left: 10px;
  }
  body.cms-index-index .e2e-page-container .content.row.home-two-banners.home-vanities .col-lg-6.col-md-12.col-sm-12.col-xs-12:nth-of-type(2) .image-body-container {
    padding-left: 5px;
  }
}
@media only screen and (min-width: 768px) {
  body.cms-index-index .e2e-page-container .content.row.black-on-white .image-text-centered-container .image-body-container .image-body {
    color: #000000;
  }
  body.cms-index-index .e2e-page-container .content.row.black-on-white .image-text-centered-container .image-body-container .image-body .button {
    background: #000000;
    color: #ffffff;
  }
  body.cms-index-index .e2e-page-container .content.row.black-on-white .image-text-centered-container .image-body-container .image-body .button:hover {
    background: #000000;
    color: #ffffff;
  }
  body.cms-index-index .e2e-page-container .content.row.home-new-lighting h1 {
    font-size: 32px;
  }
  body.cms-index-index .e2e-page-container .content.row.home-new-lighting h4 {
    margin: 0 auto;
    max-width: 370px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body.cms-index-index .e2e-page-container .content.row div > .row .col-lg-6.col-md-12.col-sm-12.col-xs-12:first-of-type {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  body.cms-index-index .e2e-page-container .content.row .image-text-centered-container .image-body a {
    text-decoration: underline !important;
  }
}
html.ipad.portrait body.cms-index-index .e2e-page-container .content.row .image-text-centered-container .image-body a {
  text-decoration: underline !important;
}
html.legacy-ipad body.cms-index-index .e2e-page-container .content.row .image-text-centered-container .image-body a {
  text-decoration: underline !important;
}
html.ipad.portrait body.cms-index-index .e2e-page-container .content.row .top-margin-tablet {
  margin-top: 100px;
}
html.ipad.portrait body.cms-index-index .e2e-page-container .content.row .image-text-centered-container .image-body a {
  text-decoration: underline !important;
}
html.ipad.landscape body.cms-index-index .e2e-page-container .content.row .image-text-centered-container .image-body a {
  text-decoration: underline !important;
}
@media (max-width: 768px) {
  body.cms-index-index .e2e-page-container .content.row.fittings-style .image-body {
    padding-left: 50px !important;
  }
}
html.ipad.portrait body.cms-index-index .e2e-page-container .content.row.fittings-style .image-body {
  padding-left: 50px !important;
}
html.legacy-ipad body.cms-index-index .e2e-page-container .content.row.fittings-style .image-body {
  padding-left: 50px !important;
}
body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body-container .image-body h1.hero-title {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 60px;
  font-weight: 200;
  line-height: 1;
  color: #ffffff;
  text-transform: unset !important;
  max-width: 100% !important;
  margin-top: 25px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body-container .image-body h1.hero-title {
    font-size: 48px;
  }
}
html.ipad body.cms-index-index .e2e-page-container .content.row.hero-block .image-text-centered-container .image-body-container .image-body h1.hero-title {
  font-size: 48px;
}
body.cms-index-index .e2e-page-container .content.row.home-products-preview {
  padding: 0;
}
body.cms-index-index .e2e-page-container .content.row.home-products-preview .products-row .product .from-pricing strong {
  margin-right: 5px;
}
@media (max-width: 768px) {
  body.cms-index-index .e2e-page-container .content.row.home-surfaces-shower-fittings .no-lateral-margin-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
html.ipad.portrait body.cms-index-index .e2e-page-container .content.row.home-surfaces-shower-fittings .no-lateral-margin-mobile {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
html.legacy-ipad body.cms-index-index .e2e-page-container .content.row.home-surfaces-shower-fittings .no-lateral-margin-mobile {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
html.ipad body.cms-index-index .e2e-page-container .content.row .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.cms-index-index .col-lg-12 .col-lg-6.col-md-12:first-of-type {
  padding-left: 0;
  padding-right: 5px;
}
body.cms-index-index .col-lg-12 .col-lg-6.col-md-12:last-of-type {
  padding-left: 5px;
  padding-right: 0;
}
body.cms-index-index .e2e-page-container .home-powder-room.content.row.main .image-text-centered-container .image-body-container h1 {
  font-size: 24px;
  line-height: 28px;
  text-transform: inherit;
}
@media only screen and (min-width: 768px) {
  body.cms-index-index .e2e-page-container .home-powder-room.content.row.main .image-text-centered-container .image-body-container h1 {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  body.cms-index-index .content.row .image-text-centered-container .image-body-container.portrait-text-center .image-body {
    text-align: center !important;
  }
  body.cms-index-index .content.row .image-text-centered-container .image-body-container.portrait-text-center .image-body * {
    text-align: center !important;
  }
  body.cms-index-index .content.row .image-text-centered-container .image-body-container.portrait-text-center .image-body a {
    width: 100%;
  }
}
html.ipad.portrait body.cms-index-index .content.row .image-text-centered-container .image-body-container.portrait-text-center .image-body {
  text-align: center !important;
}
html.ipad.portrait body.cms-index-index .content.row .image-text-centered-container .image-body-container.portrait-text-center .image-body * {
  text-align: center !important;
}
html.ipad.portrait body.cms-index-index .content.row .image-text-centered-container .image-body-container.portrait-text-center .image-body a {
  width: 100%;
}
html.legacy-ipad body.cms-index-index .content.row .image-text-centered-container .image-body-container.portrait-text-center .image-body {
  text-align: center !important;
}
html.legacy-ipad body.cms-index-index .content.row .image-text-centered-container .image-body-container.portrait-text-center .image-body * {
  text-align: center !important;
}
html.legacy-ipad body.cms-index-index .content.row .image-text-centered-container .image-body-container.portrait-text-center .image-body a {
  width: 100%;
}
html.ipad.landscape body.cms-index-index .content.row.block2padding .col-lg-12 .col-lg-6:first-of-type {
  padding-right: 50px !important;
}
html.ipad.landscape body.cms-index-index .content.row.block2padding .col-lg-12 .col-lg-6:last-of-type {
  padding-left: 50px !important;
}
@media (max-width: 768px) {
  body.cms-index-index .content.row.block2padding .col-ipad-portrait-12.lateral-margin-mobile.no-lateral-margin {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.cms-index-index .content.row.block2padding .col-ipad-portrait-12.lateral-margin-mobile.no-lateral-margin .image-body-container {
    padding-left: 50px;
  }
}
html.ipad.portrait body.cms-index-index .content.row.block2padding .col-ipad-portrait-12.lateral-margin-mobile.no-lateral-margin {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
html.ipad.portrait body.cms-index-index .content.row.block2padding .col-ipad-portrait-12.lateral-margin-mobile.no-lateral-margin .image-body-container {
  padding-left: 50px;
}
html.legacy-ipad body.cms-index-index .content.row.block2padding .col-ipad-portrait-12.lateral-margin-mobile.no-lateral-margin {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
html.legacy-ipad body.cms-index-index .content.row.block2padding .col-ipad-portrait-12.lateral-margin-mobile.no-lateral-margin .image-body-container {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cms-index-index .e2e-page-container.lateral-margins-style .hover-text-effect .image-text-centered-container .image-body-container .image-body {
    visibility: initial;
    opacity: 1;
    padding: 20px;
  }
}
.cms-index-index.ipad .e2e-page-container.lateral-margins-style .hover-text-effect .image-text-centered-container .image-body-container .image-body {
  visibility: initial;
  opacity: 1;
  padding: 20px;
}
body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text a {
  background: none;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 200;
  line-height: 1.5em;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  margin: 0 auto 15px auto;
  padding: 0;
  height: initial !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text a:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body a.button {
    background: none !important;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
    font-size: 11px !important;
    font-weight: 200 !important;
    line-height: 1em !important;
    color: #000000 !important;
    text-transform: uppercase;
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    padding: 0;
    height: initial !important;
  }
  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body a.button:hover {
    text-decoration: none;
    background-size: 100% 1px;
  }
}
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container {
  background: transparent;
}
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body {
  width: 450px !important;
  background: #ffffff !important;
  padding: 50px 20px;
}
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body h1,
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body h4,
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body p,
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body a.button {
  color: #000000 !important;
}
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body p {
  margin: 0 auto !important;
}
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body a.button {
  background: none !important;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  font-size: 11px !important;
  font-weight: 200 !important;
  line-height: 1em !important;
  color: #000000 !important;
  text-transform: uppercase;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  margin: 0 auto 0 auto;
  padding: 0;
  height: initial !important;
}
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body a.button:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
.e2e-page-container.lateral-margins-style .content.row.main.inspired-kitchen .image-text-centered-container .image-body-container p {
  max-width: 410px;
}
@media (max-width: 768px) {
  body.cms-index-index #maincontent .e2e-page-container .content.row.main.hero-block {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container {
    background: transparent !important;
  }
  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text {
    padding-bottom: 0;
  }
  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text p {
    margin-top: 10px;
    text-align: center;
    color: #000000;
    max-width: 100%;
  }
  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text h1.hero-title {
    font-size: 30px;
    color: #000000;
    margin-bottom: 30px;
    text-align: center;
    max-width: 100%;
  }
  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text a.button {
    color: #000000 !important;
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
    margin-bottom: 20px;
  }
  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text a.button:hover {
    text-decoration: none;
    background-size: 100% 1px;
  }
  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text a.button:last-of-type {
    margin-bottom: 0;
  }
  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.legacy-recordsblock .image-text-centered-container .image-body-container .image-body h4,
  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.mirrors-block .col-lg-6:nth-of-type(1) .image-text-centered-container .image-body-container .image-body h4,
  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.home-surfaces-shower-fittings .col-lg-6:nth-of-type(2) .image-text-centered-container .image-body-container .image-body h4,
  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.home-25-alta .col-lg-6:nth-of-type(2) .image-text-centered-container .image-body-container .image-body h4,
  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.legacy-recordsblock .image-text-centered-container .image-body-container .image-body h1,
  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.mirrors-block .col-lg-6:nth-of-type(1) .image-text-centered-container .image-body-container .image-body h1,
  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.home-surfaces-shower-fittings .col-lg-6:nth-of-type(2) .image-text-centered-container .image-body-container .image-body h1,
  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.home-25-alta .col-lg-6:nth-of-type(2) .image-text-centered-container .image-body-container .image-body h1,
  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.legacy-recordsblock .image-text-centered-container .image-body-container .image-body a.button,
  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.mirrors-block .col-lg-6:nth-of-type(1) .image-text-centered-container .image-body-container .image-body a.button,
  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.home-surfaces-shower-fittings .col-lg-6:nth-of-type(2) .image-text-centered-container .image-body-container .image-body a.button,
  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.home-25-alta .col-lg-6:nth-of-type(2) .image-text-centered-container .image-body-container .image-body a.button {
    text-align: center;
    width: 100%;
  }
}
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container .content.row.main.hero-block {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container {
  background: transparent !important;
}
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text {
  padding-bottom: 0;
}
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text p {
  margin-top: 10px;
  text-align: center;
  color: #000000;
  max-width: 100%;
}
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text h1.hero-title {
  font-size: 30px;
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
  max-width: 100%;
}
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text a.button {
  color: #000000 !important;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  margin-bottom: 20px;
}
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text a.button:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text a.button:last-of-type {
  margin-bottom: 0;
}
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.legacy-recordsblock .image-text-centered-container .image-body-container .image-body h4,
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.mirrors-block .col-lg-6:nth-of-type(1) .image-text-centered-container .image-body-container .image-body h4,
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.home-surfaces-shower-fittings .col-lg-6:nth-of-type(2) .image-text-centered-container .image-body-container .image-body h4,
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.home-25-alta .col-lg-6:nth-of-type(2) .image-text-centered-container .image-body-container .image-body h4,
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.legacy-recordsblock .image-text-centered-container .image-body-container .image-body h1,
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.mirrors-block .col-lg-6:nth-of-type(1) .image-text-centered-container .image-body-container .image-body h1,
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.home-surfaces-shower-fittings .col-lg-6:nth-of-type(2) .image-text-centered-container .image-body-container .image-body h1,
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.home-25-alta .col-lg-6:nth-of-type(2) .image-text-centered-container .image-body-container .image-body h1,
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.legacy-recordsblock .image-text-centered-container .image-body-container .image-body a.button,
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.mirrors-block .col-lg-6:nth-of-type(1) .image-text-centered-container .image-body-container .image-body a.button,
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.home-surfaces-shower-fittings .col-lg-6:nth-of-type(2) .image-text-centered-container .image-body-container .image-body a.button,
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.home-25-alta .col-lg-6:nth-of-type(2) .image-text-centered-container .image-body-container .image-body a.button {
  text-align: center;
  width: 100%;
}
html.legacy-ipad  body.cms-index-index #maincontent .e2e-page-container .content.row.main.hero-block {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
html.legacy-ipad  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container {
  background: transparent !important;
}
html.legacy-ipad  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text {
  padding-bottom: 0;
}
html.legacy-ipad  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text p {
  margin-top: 10px;
  text-align: center;
  color: #000000;
  max-width: 100%;
}
html.legacy-ipad  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text h1.hero-title {
  font-size: 30px;
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
  max-width: 100%;
}
html.legacy-ipad  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text a.button {
  color: #000000 !important;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
  margin-bottom: 20px;
}
html.legacy-ipad  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text a.button:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
html.legacy-ipad  body.cms-index-index #maincontent .e2e-page-container .content.row.main .image-text-centered-container .image-body-container .image-body.white-centered-text a.button:last-of-type {
  margin-bottom: 0;
}
html.legacy-ipad  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.legacy-recordsblock .image-text-centered-container .image-body-container .image-body h4,
html.legacy-ipad  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.mirrors-block .col-lg-6:nth-of-type(1) .image-text-centered-container .image-body-container .image-body h4,
html.legacy-ipad  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.home-surfaces-shower-fittings .col-lg-6:nth-of-type(2) .image-text-centered-container .image-body-container .image-body h4,
html.legacy-ipad  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.home-25-alta .col-lg-6:nth-of-type(2) .image-text-centered-container .image-body-container .image-body h4,
html.legacy-ipad  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.legacy-recordsblock .image-text-centered-container .image-body-container .image-body h1,
html.legacy-ipad  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.mirrors-block .col-lg-6:nth-of-type(1) .image-text-centered-container .image-body-container .image-body h1,
html.legacy-ipad  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.home-surfaces-shower-fittings .col-lg-6:nth-of-type(2) .image-text-centered-container .image-body-container .image-body h1,
html.legacy-ipad  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.home-25-alta .col-lg-6:nth-of-type(2) .image-text-centered-container .image-body-container .image-body h1,
html.legacy-ipad  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.legacy-recordsblock .image-text-centered-container .image-body-container .image-body a.button,
html.legacy-ipad  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.mirrors-block .col-lg-6:nth-of-type(1) .image-text-centered-container .image-body-container .image-body a.button,
html.legacy-ipad  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.home-surfaces-shower-fittings .col-lg-6:nth-of-type(2) .image-text-centered-container .image-body-container .image-body a.button,
html.legacy-ipad  body.cms-index-index #maincontent .e2e-page-container.lateral-margins-style .content.row.home-25-alta .col-lg-6:nth-of-type(2) .image-text-centered-container .image-body-container .image-body a.button {
  text-align: center;
  width: 100%;
}
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container .content.row.main.home-main-banner.inspired-kitchen {
  margin-left: 50px;
  margin-right: 50px;
}
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container .content.row.main.home-main-banner.inspired-kitchen .image-text-centered-container .image-body-container .image-body {
  padding-bottom: 0;
  padding-top: 20px;
  width: 100% !important;
}
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container .content.row.main.home-main-banner.inspired-kitchen .image-text-centered-container .image-body-container .image-body h1,
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container .content.row.main.home-main-banner.inspired-kitchen .image-text-centered-container .image-body-container .image-body p {
  text-align: left;
  margin-left: 0 !important;
  margin-top: 0;
}
html.ipad.portrait  body.cms-index-index #maincontent .e2e-page-container .content.row.main.home-main-banner.inspired-kitchen .image-text-centered-container .image-body-container .image-body a {
  margin-top: 30px;
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  body.cms-index-index .home-design-inspiration section.hz-blocks .item {
    margin: 0 25px;
    min-width: 65vw;
  }
  body.cms-index-index .home-design-inspiration section.hz-blocks .item:first-of-type {
    margin-left: 50px;
  }
}
html.ipad.portrait  body.cms-index-index .home-design-inspiration section.hz-blocks .item {
  margin: 0 25px;
  min-width: 65vw;
}
html.ipad.portrait  body.cms-index-index .home-design-inspiration section.hz-blocks .item:first-of-type {
  margin-left: 50px;
}
html.legacy-ipad  body.cms-index-index .home-design-inspiration section.hz-blocks .item {
  margin: 0 25px;
  min-width: 65vw;
}
html.legacy-ipad  body.cms-index-index .home-design-inspiration section.hz-blocks .item:first-of-type {
  margin-left: 50px;
}
html.ipad.portrait  body.cms-index-index .home-design-inspiration section.hz-blocks .item:first-of-type {
  margin-left: 70px;
}
.newsletter-footer {
  position: fixed;
  bottom: 0;
  z-index: 99;
  margin-bottom: 0;
  overflow-y: hidden;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .newsletter-footer {
    position: sticky;
  }
}
@media only screen and (max-width: 768px) {
  .newsletter-footer.unstick {
    position: relative;
  }
}
.newsletter-footer div.footer-newsletter {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #000000;
  bottom: 0;
  display: none;
  transition: 0.7s ease-in-out;
  transform: translateY(500px);
  -webkit-transform: translateY(500px);
  -moz-transform: translateY(500px);
}
.newsletter-footer div.footer-newsletter.block {
  display: block !important;
}
.newsletter-footer div.footer-newsletter.visible {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
}
.newsletter-footer div.footer-newsletter.visible .close-widget-newsletter {
  width: 30px;
  height: 30px;
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  z-index: 99999;
  top: 10px;
  right: 10px;
}
.newsletter-footer div.footer-newsletter.visible .close-widget-newsletter:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #ffffff;
  content: '';
  position: absolute;
  left: 14px;
  height: 14px;
  top: 8px;
  width: 2px;
}
.newsletter-footer div.footer-newsletter.visible .close-widget-newsletter:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #ffffff;
  content: '';
  position: absolute;
  left: 14px;
  height: 14px;
  top: 8px;
  width: 2px;
}
.newsletter-footer div.footer-newsletter .close-widget-newsletter {
  width: 30px;
  height: 30px;
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  z-index: 99999;
  top: 10px;
  right: 10px;
}
.newsletter-footer div.footer-newsletter .close-widget-newsletter:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #ffffff;
  content: '';
  position: absolute;
  left: 14px;
  height: 14px;
  top: 8px;
  width: 2px;
}
.newsletter-footer div.footer-newsletter .close-widget-newsletter:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #ffffff;
  content: '';
  position: absolute;
  left: 14px;
  height: 14px;
  top: 8px;
  width: 2px;
}
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter {
  background-color: #000000;
  padding: 0 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 720px;
}
@media only screen and (min-width: 1200px) {
  .newsletter-footer div.footer-newsletter .widget-newsletter.newsletter {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter h1,
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter strong,
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter span,
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter a,
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter input,
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter button {
  color: #ffffff;
}
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter strong span {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-size: 17px;
}
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter .block-title.h3 {
  font-size: 17px;
  margin-bottom: 0;
}
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter .block-title.h3 h1,
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter .block-title.h3 strong {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: lighter;
  text-transform: none;
}
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter .block-title.h3 h1 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter .block-title.h3 strong {
  font-size: 16px;
}
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter .output {
  color: #ffffff;
}
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter .field .control {
  font-size: 11px;
}
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter .field .control:nth-of-type(1) {
  max-width: 290px;
  margin: 0 auto;
  margin-top: 10px;
  padding-top: 0;
}
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter .field .control:nth-of-type(2) {
  padding-top: 10px;
}
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter .field .control label,
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter .field .control input,
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter .field .control span,
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter .field .control a {
  color: #ffffff;
  font-size: 11px;
}
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter .field .control input#newsletter {
  background: #000000;
  border-color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter .field .control input#newsletter::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 11px;
}
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter .field .control input#newsletter::-moz-placeholder {
  color: #ffffff;
  font-size: 11px;
}
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter .field .control input#newsletter::-ms-input-placeholder {
  color: #ffffff;
  font-size: 11px;
}
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter .field .control input#newsletter::placeholder {
  color: #ffffff;
  font-size: 11px;
}
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter .field .control .accept-label:after {
  display: none !important;
}
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter .actions {
  margin-top: 15px;
}
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter .actions .action {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  font-size: 13px;
  width: 230px;
  height: 45px;
}
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter .actions .action span {
  color: #000000;
}
.newsletter-footer div.footer-newsletter .widget-newsletter.newsletter .widget-inner.output {
  font-size: 16px;
  padding: 20px 0;
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif;
}
body.company-profile-index .page-title-wrapper a.edit-company-profile,
body.company-users-index .page-title-wrapper a.edit-company-profile,
body.company-index-index .page-title-wrapper a.edit-company-profile,
body.company-role-index .page-title-wrapper a.edit-company-profile {
  display: block;
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px !important;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -moz-appearance: inherit;
  -webkit-appearance: inherit;
  appearance: inherit;
  position: relative;
  width: 100px;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  border-radius: 0;
  background: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  height: 48px;
  line-height: 48px;
  float: right;
  margin-top: -40px;
}
@media only screen and (min-width: 768px) {
  body.company-profile-index .page-title-wrapper a.edit-company-profile:hover,
  body.company-users-index .page-title-wrapper a.edit-company-profile:hover,
  body.company-index-index .page-title-wrapper a.edit-company-profile:hover,
  body.company-role-index .page-title-wrapper a.edit-company-profile:hover {
    background: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000;
    height: 48px;
    line-height: 48px;
  }
}
body.company-profile-index .column.main .block .block-title strong,
body.company-users-index .column.main .block .block-title strong,
body.company-index-index .column.main .block .block-title strong,
body.company-role-index .column.main .block .block-title strong {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  color: #000000;
  text-transform: uppercase;
}
body.company-profile-index .column.main .block .block-content,
body.company-users-index .column.main .block .block-content,
body.company-index-index .column.main .block .block-content,
body.company-role-index .column.main .block .block-content {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
body.company-profile-index .column.main .block .block-content p,
body.company-users-index .column.main .block .block-content p,
body.company-index-index .column.main .block .block-content p,
body.company-role-index .column.main .block .block-content p,
body.company-profile-index .column.main .block .block-content .box-content,
body.company-users-index .column.main .block .block-content .box-content,
body.company-index-index .column.main .block .block-content .box-content,
body.company-role-index .column.main .block .block-content .box-content,
body.company-profile-index .column.main .block .block-content address,
body.company-users-index .column.main .block .block-content address,
body.company-index-index .column.main .block .block-content address,
body.company-role-index .column.main .block .block-content address,
body.company-profile-index .column.main .block .block-content .payment-methods-list li,
body.company-users-index .column.main .block .block-content .payment-methods-list li,
body.company-index-index .column.main .block .block-content .payment-methods-list li,
body.company-role-index .column.main .block .block-content .payment-methods-list li {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
body.company-profile-index .column.main .block .block-content .box-title,
body.company-users-index .column.main .block .block-content .box-title,
body.company-index-index .column.main .block .block-content .box-title,
body.company-role-index .column.main .block .block-content .box-title,
body.company-profile-index .column.main .block .block-content .box-title span,
body.company-users-index .column.main .block .block-content .box-title span,
body.company-index-index .column.main .block .block-content .box-title span,
body.company-role-index .column.main .block .block-content .box-title span,
body.company-profile-index .column.main .block .block-content .payment-methods-label,
body.company-users-index .column.main .block .block-content .payment-methods-label,
body.company-index-index .column.main .block .block-content .payment-methods-label,
body.company-role-index .column.main .block .block-content .payment-methods-label {
  margin-top: 10px;
  font-family: "Mercury Display A", "Mercury Display B", Georgia, serif;
  font-weight: bold !important;
  font-size: 14px !important;
  color: #000000;
  text-transform: capitalize;
}
body.company-profile-index .column.main .block.block-company-profile-payment-methods,
body.company-users-index .column.main .block.block-company-profile-payment-methods,
body.company-index-index .column.main .block.block-company-profile-payment-methods,
body.company-role-index .column.main .block.block-company-profile-payment-methods {
  margin-top: 30px;
}
body.company-profile-index .column.main .block.block-company-profile-payment-methods .company-profile-payment-methods,
body.company-users-index .column.main .block.block-company-profile-payment-methods .company-profile-payment-methods,
body.company-index-index .column.main .block.block-company-profile-payment-methods .company-profile-payment-methods,
body.company-role-index .column.main .block.block-company-profile-payment-methods .company-profile-payment-methods {
  display: block;
}
body.company-profile-index .column.main .block.block-company-profile-payment-methods .company-profile-payment-methods .payment-methods-list li,
body.company-users-index .column.main .block.block-company-profile-payment-methods .company-profile-payment-methods .payment-methods-list li,
body.company-index-index .column.main .block.block-company-profile-payment-methods .company-profile-payment-methods .payment-methods-list li,
body.company-role-index .column.main .block.block-company-profile-payment-methods .company-profile-payment-methods .payment-methods-list li {
  margin: 0;
}
body.company-profile-index .column.main .action.action-secondary,
body.company-users-index .column.main .action.action-secondary,
body.company-index-index .column.main .action.action-secondary,
body.company-role-index .column.main .action.action-secondary,
body.company-profile-index .column.main .action.action-clear,
body.company-users-index .column.main .action.action-clear,
body.company-index-index .column.main .action.action-clear,
body.company-role-index .column.main .action.action-clear,
body.company-profile-index .column.main .box-actions button.action,
body.company-users-index .column.main .box-actions button.action,
body.company-index-index .column.main .box-actions button.action,
body.company-role-index .column.main .box-actions button.action,
body.company-profile-index .column.main a.action,
body.company-users-index .column.main a.action,
body.company-index-index .column.main a.action,
body.company-role-index .column.main a.action {
  color: #666666;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 12px !important;
  letter-spacing: 0.5px;
  line-height: 1.6;
}
body.company-profile-index .column.main .action.action-secondary:hover,
body.company-users-index .column.main .action.action-secondary:hover,
body.company-index-index .column.main .action.action-secondary:hover,
body.company-role-index .column.main .action.action-secondary:hover,
body.company-profile-index .column.main .action.action-clear:hover,
body.company-users-index .column.main .action.action-clear:hover,
body.company-index-index .column.main .action.action-clear:hover,
body.company-role-index .column.main .action.action-clear:hover,
body.company-profile-index .column.main .box-actions button.action:hover,
body.company-users-index .column.main .box-actions button.action:hover,
body.company-index-index .column.main .box-actions button.action:hover,
body.company-role-index .column.main .box-actions button.action:hover,
body.company-profile-index .column.main a.action:hover,
body.company-users-index .column.main a.action:hover,
body.company-index-index .column.main a.action:hover,
body.company-role-index .column.main a.action:hover {
  color: #000000;
}
body.company-users-index .modal-popup .modal-footer {
  text-align: center;
}
body.company-users-index .modal-popup .modal-footer button.action {
  width: 30%;
  margin: 0;
  padding: 0;
  float: none;
}
@media (max-width: 480px) {
  body.company-users-index .modal-popup .modal-footer button.action {
    margin-bottom: 10px !important;
    width: 100% !important;
  }
}
#account-trade-banner {
  padding: 0;
  margin: 0;
}
#account-trade-banner .banner-content {
  background: #03302B;
  padding: 100px 0;
  text-align: center;
  color: #FFF;
}
#account-trade-banner .banner-content h1 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 42px;
  font-weight: 100;
  line-height: 0.8em;
  color: #FFF;
  margin: 0 0 30px 0;
  padding: 0;
}
@media (max-width: 480px) {
  #account-trade-banner .banner-content h1 {
    line-height: 1.2em;
  }
}
#account-trade-banner .banner-content p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1.5em;
  color: #FFF;
  margin: -10px auto -8px;
  padding: 0;
  max-width: 470px;
}
body.company-account-create .columns .column.main,
body.company-success-index .columns .column.main,
body.cms-trade-application .columns .column.main {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  html:not(.ipad) body.company-account-create .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container,
  html:not(.ipad) body.company-success-index .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container,
  html:not(.ipad) body.cms-trade-application .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container {
    background: rgba(0, 0, 0, 0.6) !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.company-account-create .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container,
  body.company-success-index .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container,
  body.cms-trade-application .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container {
    background: rgba(0, 0, 0, 0.6) !important;
  }
}
body.company-account-create .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h4,
body.company-success-index .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h4,
body.cms-trade-application .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h4 {
  font-size: 11px;
}
body.company-account-create .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1,
body.company-success-index .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1,
body.cms-trade-application .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 36px;
  font-weight: 100;
  line-height: 1em;
  color: #ffffff;
  text-transform: inherit;
  margin-top: 20px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.company-account-create .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1,
  html:not(.ipad) body.company-success-index .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1,
  html:not(.ipad) body.cms-trade-application .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
    margin-top: 20px;
  }
}
html.ipad.landscape body.company-account-create .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1,
html.ipad.landscape body.company-success-index .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1,
html.ipad.landscape body.cms-trade-application .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.company-account-create .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1,
  body.company-success-index .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1,
  body.cms-trade-application .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.company-account-create .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1,
  body.company-success-index .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1,
  body.cms-trade-application .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body h1 {
    margin-top: 20px;
  }
}
body.company-account-create .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p,
body.company-success-index .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p,
body.cms-trade-application .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.5em;
  color: #ffffff;
}
@media (min-width: 768px) {
  html:not(.ipad) body.company-account-create .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p,
  html:not(.ipad) body.company-success-index .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p,
  html:not(.ipad) body.cms-trade-application .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p {
    max-width: 380px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.company-account-create .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p,
  body.company-success-index .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p,
  body.cms-trade-application .e2e-page-container.layout-e2e-default div.hero-block .image-text-centered-container .image-body-container div.image-body p {
    max-width: 380px;
  }
}
body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits,
body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits,
body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits {
  background: #f6f6f6;
  padding: 100px 0;
}
body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits:after,
body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits:after,
body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits:after {
  content: '';
  display: block;
  clear: both;
}
body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content,
body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content,
body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content {
  max-width: 1130px;
  margin: 0 auto;
  text-align: center;
}
body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content h4,
body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content h4,
body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  text-transform: uppercase;
  margin-top: 20px;
}
body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content h1,
body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content h1,
body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content h1 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 36px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  text-transform: inherit;
  margin-bottom: 40px;
}
body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body h1,
body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body h1,
body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body h1 {
  margin-bottom: 30px;
  margin-top: 50px;
}
body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul,
body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul,
body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul,
  html:not(.ipad) body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul,
  html:not(.ipad) body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul {
    display: -ms-flexbox;
    display: flex;
  }
}
html.ipad.landscape body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul,
html.ipad.landscape body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul,
html.ipad.landscape body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul,
  body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul,
  body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul {
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul,
  body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul,
  body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul {
    display: -ms-flexbox;
    display: flex;
  }
}
body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li,
body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li,
body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li {
  margin: 0 0 50px 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li,
  html:not(.ipad) body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li,
  html:not(.ipad) body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li {
    width: 33%;
    margin: 0 25px;
  }
}
html.ipad.landscape body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li,
html.ipad.landscape body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li,
html.ipad.landscape body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li {
  width: 33%;
  margin: 0 25px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li,
  body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li,
  body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li {
    width: 33%;
    margin: 0 25px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li,
  body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li,
  body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li {
    width: 33%;
    margin: 0 25px;
  }
}
body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li h1,
body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li h1,
body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li h1 {
  margin-bottom: 30px;
  margin-top: 0;
}
body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li:first-of-type,
body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li:first-of-type,
body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li:first-of-type {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li:first-of-type,
  html:not(.ipad) body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li:first-of-type,
  html:not(.ipad) body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li:first-of-type {
    margin-left: 0;
  }
}
html.ipad.landscape body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li:first-of-type,
html.ipad.landscape body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li:first-of-type,
html.ipad.landscape body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li:first-of-type {
  margin-left: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li:first-of-type,
  body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li:first-of-type,
  body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li:first-of-type {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li:first-of-type,
  body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li:first-of-type,
  body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li:first-of-type {
    margin-left: 0;
  }
}
body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li:last-of-type,
body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li:last-of-type,
body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li:last-of-type {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li:last-of-type,
  html:not(.ipad) body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li:last-of-type,
  html:not(.ipad) body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li:last-of-type {
    margin-right: 0;
  }
}
html.ipad.landscape body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li:last-of-type,
html.ipad.landscape body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li:last-of-type,
html.ipad.landscape body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li:last-of-type {
  margin-right: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li:last-of-type,
  body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li:last-of-type,
  body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li:last-of-type,
  body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li:last-of-type,
  body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body ul li:last-of-type {
    margin-right: 0;
  }
}
body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body h1,
body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body h1,
body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body h1 {
  font-size: 24px;
  margin-bottom: 30px;
}
body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body p,
body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body p,
body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.5em;
  color: #000000;
  max-width: 420px;
  margin: 0 auto;
}
body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body p a,
body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body p a,
body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body p a {
  font-weight: 100;
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
  -webkit-text-stroke: 0.75px black;
  text-stroke: 0.75px black;
}
body.company-account-create .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body hr,
body.company-success-index .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body hr,
body.cms-trade-application .e2e-page-container.layout-e2e-default .trade-program-benefits .trade-program-benefits-content .trade-program-benefits-content-body hr {
  border-color: #000000;
  margin: 50px 0;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper {
  padding: 100px 0;
  text-align: center;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper h4,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper h4,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  text-transform: uppercase;
  margin-top: 20px;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper h1,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper h1,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper h1 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  text-transform: inherit;
  margin: 0 0 40px 0;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account,
  html:not(.ipad) body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account,
  html:not(.ipad) body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account {
    max-width: 540px;
  }
}
html.ipad.landscape body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account,
html.ipad.landscape body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account,
html.ipad.landscape body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account {
  max-width: 540px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account,
  body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account,
  body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account {
    max-width: 540px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account,
  body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account,
  body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account {
    max-width: 540px;
  }
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset {
  margin: 0;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset,
  html:not(.ipad) body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset,
  html:not(.ipad) body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
html.ipad.landscape body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset,
html.ipad.landscape body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset,
html.ipad.landscape body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset {
  -ms-flex-align: baseline;
      align-items: baseline;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset,
  body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset,
  body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset,
  body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset,
  body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field {
  margin-bottom: 20px;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field,
  html:not(.ipad) body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field,
  html:not(.ipad) body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field {
    width: 50%;
    display: inline-block;
    padding-right: 10px;
    text-align: left;
    position: relative;
  }
  html:not(.ipad) body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field:nth-child(even),
  html:not(.ipad) body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field:nth-child(even),
  html:not(.ipad) body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field:nth-child(even) {
    float: right;
    padding-right: 0;
  }
}
html.ipad.landscape body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field,
html.ipad.landscape body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field,
html.ipad.landscape body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field {
  width: 50%;
  display: inline-block;
  padding-right: 10px;
  text-align: left;
  position: relative;
}
html.ipad.landscape body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field:nth-child(even),
html.ipad.landscape body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field:nth-child(even),
html.ipad.landscape body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field:nth-child(even) {
  float: right;
  padding-right: 0;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field,
  body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field,
  body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field {
    width: 50%;
    display: inline-block;
    padding-right: 10px;
    text-align: left;
    position: relative;
  }
  body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field:nth-child(even),
  body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field:nth-child(even),
  body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field:nth-child(even) {
    float: right;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field,
  body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field,
  body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field {
    width: 50%;
    display: inline-block;
    padding-right: 10px;
    text-align: left;
    position: relative;
  }
  body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field:nth-child(even),
  body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field:nth-child(even),
  body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field:nth-child(even) {
    float: right;
    padding-right: 0;
  }
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field label,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field label,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field label {
  display: none;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field input,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field input,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field input,
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field select,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field select,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field select,
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field textarea,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field textarea,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field textarea {
  border: none;
  border-bottom: 1px solid #000000;
  font-size: 11px;
  text-transform: initial;
  color: #000000;
  font-weight: 300;
  width: 100%;
  height: 40px;
  padding: 10px 0;
  background: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform: translateZ(0) scale(1, 1);
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field input::-webkit-input-placeholder,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field input::-webkit-input-placeholder,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field input::-webkit-input-placeholder,
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field select::-webkit-input-placeholder,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field select::-webkit-input-placeholder,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field select::-webkit-input-placeholder,
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field textarea::-webkit-input-placeholder,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field textarea::-webkit-input-placeholder,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field textarea::-webkit-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field input::-moz-placeholder,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field input::-moz-placeholder,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field input::-moz-placeholder,
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field select::-moz-placeholder,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field select::-moz-placeholder,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field select::-moz-placeholder,
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field textarea::-moz-placeholder,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field textarea::-moz-placeholder,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field textarea::-moz-placeholder {
  color: #000000;
  text-transform: uppercase;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field input::-ms-input-placeholder,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field input::-ms-input-placeholder,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field input::-ms-input-placeholder,
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field select::-ms-input-placeholder,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field select::-ms-input-placeholder,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field select::-ms-input-placeholder,
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field textarea::-ms-input-placeholder,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field textarea::-ms-input-placeholder,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field textarea::-ms-input-placeholder {
  color: #000000;
  text-transform: uppercase;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field input::placeholder,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field input::placeholder,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field input::placeholder,
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field select::placeholder,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field select::placeholder,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field select::placeholder,
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field textarea::placeholder,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field textarea::placeholder,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field textarea::placeholder {
  color: #000000;
  text-transform: uppercase;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field input[type="checkbox"],
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field input[type="checkbox"],
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field input[type="checkbox"],
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field select[type="checkbox"],
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field select[type="checkbox"],
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field select[type="checkbox"],
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field textarea[type="checkbox"],
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field textarea[type="checkbox"],
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field textarea[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: 1px solid #999999;
  display: inline-table;
  float: none;
  height: 14px;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  line-height: 1.2em;
  top: 0px;
  transition: border-color 200ms linear;
  width: 14px;
  border-radius: 0 !important;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field input[type="checkbox"]:before,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field input[type="checkbox"]:before,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field input[type="checkbox"]:before,
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field select[type="checkbox"]:before,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field select[type="checkbox"]:before,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field select[type="checkbox"]:before,
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field textarea[type="checkbox"]:before,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field textarea[type="checkbox"]:before,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field textarea[type="checkbox"]:before {
  opacity: 0;
  content: '\f00c';
  font-family: "FontAwesome";
  font-size: 12px;
  pointer-events: none;
  display: block;
  transition: opacity 200ms linear;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field input[type="checkbox"]:checked,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field input[type="checkbox"]:checked,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field input[type="checkbox"]:checked,
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field select[type="checkbox"]:checked,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field select[type="checkbox"]:checked,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field select[type="checkbox"]:checked,
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field textarea[type="checkbox"]:checked,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field textarea[type="checkbox"]:checked,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field textarea[type="checkbox"]:checked {
  border-color: #999999;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field input[type="checkbox"]:checked:before,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field input[type="checkbox"]:checked:before,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field input[type="checkbox"]:checked:before,
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field select[type="checkbox"]:checked:before,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field select[type="checkbox"]:checked:before,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field select[type="checkbox"]:checked:before,
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field textarea[type="checkbox"]:checked:before,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field textarea[type="checkbox"]:checked:before,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field textarea[type="checkbox"]:checked:before {
  opacity: 1;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field input:disabled,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field input:disabled,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field input:disabled,
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field select:disabled,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field select:disabled,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field select:disabled,
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field textarea:disabled,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field textarea:disabled,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field textarea:disabled {
  opacity: 1;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field div.mage-error,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field div.mage-error,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field div.mage-error {
  width: 100%;
  font-size: 10px;
  font-weight: 200;
  color: #e02b27;
  margin: 0;
  padding: 0;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.street,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.street,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.street,
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.proof,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.proof,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.proof,
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license,
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.website,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.website,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.website {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.street,
  html:not(.ipad) body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.street,
  html:not(.ipad) body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.street,
  html:not(.ipad) body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.proof,
  html:not(.ipad) body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.proof,
  html:not(.ipad) body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.proof,
  html:not(.ipad) body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license,
  html:not(.ipad) body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license,
  html:not(.ipad) body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license,
  html:not(.ipad) body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.website,
  html:not(.ipad) body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.website,
  html:not(.ipad) body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.website {
    width: 100%;
    display: block;
    padding: 0;
    float: none;
  }
}
html.ipad.landscape body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.street,
html.ipad.landscape body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.street,
html.ipad.landscape body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.street,
html.ipad.landscape body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.proof,
html.ipad.landscape body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.proof,
html.ipad.landscape body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.proof,
html.ipad.landscape body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license,
html.ipad.landscape body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license,
html.ipad.landscape body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license,
html.ipad.landscape body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.website,
html.ipad.landscape body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.website,
html.ipad.landscape body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.website {
  width: 100%;
  display: block;
  padding: 0;
  float: none;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.street,
  body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.street,
  body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.street,
  body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.proof,
  body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.proof,
  body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.proof,
  body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license,
  body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license,
  body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license,
  body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.website,
  body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.website,
  body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.website {
    width: 100%;
    display: block;
    padding: 0;
    float: none;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.street,
  body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.street,
  body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.street,
  body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.proof,
  body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.proof,
  body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.proof,
  body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license,
  body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license,
  body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license,
  body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.website,
  body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.website,
  body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.website {
    width: 100%;
    display: block;
    padding: 0;
    float: none;
  }
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.email,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.email,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.email,
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.password,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.password,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.password,
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.field-name-firstname,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.field-name-firstname,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.field-name-firstname {
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.email,
  html:not(.ipad) body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.email,
  html:not(.ipad) body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.email,
  html:not(.ipad) body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.password,
  html:not(.ipad) body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.password,
  html:not(.ipad) body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.password,
  html:not(.ipad) body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.field-name-firstname,
  html:not(.ipad) body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.field-name-firstname,
  html:not(.ipad) body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.field-name-firstname {
    float: left;
    padding-left: 0;
    padding-right: 10px;
  }
}
html.ipad.landscape body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.email,
html.ipad.landscape body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.email,
html.ipad.landscape body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.email,
html.ipad.landscape body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.password,
html.ipad.landscape body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.password,
html.ipad.landscape body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.password,
html.ipad.landscape body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.field-name-firstname,
html.ipad.landscape body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.field-name-firstname,
html.ipad.landscape body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.field-name-firstname {
  float: left;
  padding-left: 0;
  padding-right: 10px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.email,
  body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.email,
  body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.email,
  body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.password,
  body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.password,
  body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.password,
  body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.field-name-firstname,
  body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.field-name-firstname,
  body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.field-name-firstname {
    float: left;
    padding-left: 0;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.email,
  body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.email,
  body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.email,
  body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.password,
  body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.password,
  body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.password,
  body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.field-name-firstname,
  body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.field-name-firstname,
  body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.field-name-firstname {
    float: left;
    padding-left: 0;
    padding-right: 10px;
  }
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.telephone,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.telephone,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.telephone,
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.confirmation,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.confirmation,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.confirmation {
  padding-right: 0;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license {
  padding-top: 10px;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license input[type="file"],
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license input[type="file"],
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license input[type="file"] {
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license .mage-error,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license .mage-error,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license .mage-error {
  margin-bottom: 15px;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license .filevalue,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license .filevalue,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license .filevalue {
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 100;
  line-height: 1.3em;
  color: #000000;
  word-wrap: break-word;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license label,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license label,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license label {
  display: block;
  width: 100%;
  height: 60px;
  background: #000000;
  padding: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  border: none !important;
  border-radius: 0;
  max-width: 280px;
  background: #03302B;
  float: none;
  cursor: pointer;
  vertical-align: middle;
  line-height: 60px;
  padding: 0;
  text-align: center;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license label.disabled,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license label.disabled,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license label.disabled {
  opacity: 0.5;
  cursor: wait;
}
@media (max-width: 768px) {
  body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license label,
  body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license label,
  body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license label {
    display: inline-block;
  }
}
html.ipad.portrait body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license label,
html.ipad.portrait body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license label,
html.ipad.portrait body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license label {
  display: inline-block;
}
html.legacy-ipad body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license label,
html.legacy-ipad body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license label,
html.legacy-ipad body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license label {
  display: inline-block;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license .note,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license .note,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.license .note {
  display: block;
  margin: 10px 0 10px 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 100;
  line-height: 1.3em;
  color: #000000;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.password,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.password,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.password {
  margin-bottom: 30px;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.password .control,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.password .control,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.password .control {
  display: block;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.password #password-strength-meter-container .password-strength-meter,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.password #password-strength-meter-container .password-strength-meter,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.password #password-strength-meter-container .password-strength-meter {
  font-size: 10px;
  color: black;
  text-transform: uppercase;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.password #password-strength-meter-container .note,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.password #password-strength-meter-container .note,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.password #password-strength-meter-container .note {
  display: block;
  margin: 10px 0 0 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 100;
  line-height: 1.3em;
  color: #000000;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account.loading,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account.loading,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account.loading {
  position: relative;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account.loading .fieldset,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account.loading .fieldset,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account.loading .fieldset,
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account.loading .actions-toolbar,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account.loading .actions-toolbar,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account.loading .actions-toolbar {
  opacity: 0.4;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account.loading:after,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account.loading:after,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account.loading:after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: url('../images/loading.gif') center center no-repeat;
  top: 0;
  left: 0;
  background-size: 40px;
  z-index: 2;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.full-width,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.full-width,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.full-width {
  width: 100% !important;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.text-legend,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.text-legend,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.text-legend {
  padding: 30px 0;
  font-size: 11px;
  color: #000000;
  font-weight: 300;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.text-legend a,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.text-legend a,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper form.form-create-account .fieldset .field.text-legend a {
  color: #000000;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper .actions-toolbar,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper .actions-toolbar,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper .actions-toolbar {
  text-align: center;
  padding: 20px 0 0 0;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper .actions-toolbar .primary,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper .actions-toolbar .primary,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper .actions-toolbar .primary {
  text-align: center;
  float: none;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper .actions-toolbar .primary button.primary,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper .actions-toolbar .primary button.primary,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper .actions-toolbar .primary button.primary {
  display: block;
  width: 100%;
  height: 60px;
  background: #000000;
  padding: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  border: none !important;
  border-radius: 0;
  max-width: 280px;
  background: #03302B;
  margin: 0 auto;
  float: none;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper .actions-toolbar .primary button.primary.disabled,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper .actions-toolbar .primary button.primary.disabled,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper .actions-toolbar .primary button.primary.disabled {
  opacity: 0.5;
  cursor: wait;
}
body.company-account-create .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper .actions-toolbar .note,
body.company-success-index .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper .actions-toolbar .note,
body.cms-trade-application .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper .actions-toolbar .note {
  max-width: 280px;
  display: block;
  margin: 20px auto 0 auto;
  text-align: left;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  font-weight: 100;
  line-height: 1.3em;
  color: #000000;
}
body.cms-trade-application #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form.form-create-account .fieldset .field,
body.company-success-index #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form.form-create-account .fieldset .field {
  float: none;
  width: 100%;
  display: block;
  position: relative;
}
body.cms-trade-application #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form.form-create-account .fieldset .field .control,
body.company-success-index #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form.form-create-account .fieldset .field .control {
  display: inline-block;
  width: 70%;
}
body.cms-trade-application #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form.form-create-account .fieldset .field .control input,
body.company-success-index #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form.form-create-account .fieldset .field .control input {
  border: 1px solid #000000;
  height: 60px;
  text-align: center;
}
body.cms-trade-application #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form.form-create-account .fieldset .field .actions-toolbar,
body.company-success-index #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form.form-create-account .fieldset .field .actions-toolbar {
  padding: 0;
  width: 30%;
  float: right;
}
body.cms-trade-application #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form.form-create-account .fieldset .field .actions-toolbar div.primary,
body.company-success-index #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form.form-create-account .fieldset .field .actions-toolbar div.primary {
  margin-top: 0;
}
body.cms-trade-application #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form.form-create-account .fieldset .field .actions-toolbar button.primary,
body.company-success-index #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form.form-create-account .fieldset .field .actions-toolbar button.primary {
  margin-top: 0;
}
body.cms-trade-application #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form.form-create-account .fieldset .field.privacy,
body.company-success-index #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form.form-create-account .fieldset .field.privacy {
  padding-top: 0;
  text-align: center;
}
body.cms-trade-application #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form.form-create-account .fieldset .field.privacy label,
body.company-success-index #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form.form-create-account .fieldset .field.privacy label {
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 100;
  line-height: 1.8em;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
}
body.cms-trade-application #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form.form-create-account .fieldset .field.privacy label a,
body.company-success-index #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form.form-create-account .fieldset .field.privacy label a {
  text-decoration: underline;
  color: #000000;
}
body.cms-trade-application #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form.form-create-account .fieldset .field.privacy label a.privacy-policy,
body.company-success-index #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form.form-create-account .fieldset .field.privacy label a.privacy-policy {
  display: table;
  margin: 0 auto;
}
body.cms-trade-application #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form.form-create-account .fieldset .field.privacy input,
body.company-success-index #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form.form-create-account .fieldset .field.privacy input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: 1px solid #999999;
  display: inline-table;
  float: none;
  height: 14px;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  line-height: 1.2em;
  top: 0px;
  transition: border-color 200ms linear;
  width: 14px;
  border-radius: 0 !important;
}
body.cms-trade-application #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form.form-create-account .fieldset .field.privacy input:before,
body.company-success-index #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form.form-create-account .fieldset .field.privacy input:before {
  opacity: 0;
  content: '\f00c';
  font-family: "FontAwesome";
  font-size: 12px;
  pointer-events: none;
  display: block;
  transition: opacity 200ms linear;
}
body.cms-trade-application #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form.form-create-account .fieldset .field.privacy input:checked,
body.company-success-index #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form.form-create-account .fieldset .field.privacy input:checked {
  border-color: #999999;
}
body.cms-trade-application #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form.form-create-account .fieldset .field.privacy input:checked:before,
body.company-success-index #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form.form-create-account .fieldset .field.privacy input:checked:before {
  opacity: 1;
}
body.cms-trade-application #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form.form-create-account .fieldset .field.privacy #privacy-error,
body.company-success-index #maincontent .e2e-page-container.layout-e2e-default .comapny-create-form-wrapper.application-form form.form-create-account .fieldset .field.privacy #privacy-error {
  width: 70%;
}
body.customer-account-createpassword.trade-user #maincontent .columns {
  padding: 0 0 100px 0;
}
body.customer-account-createpassword.trade-user #maincontent .trade-header-wrapper {
  padding: 100px 15px;
  margin-bottom: 50px;
  text-align: center;
  color: #FFF;
  background: #03302B;
}
body.customer-account-createpassword.trade-user #maincontent .trade-header-wrapper h1 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 42px;
  font-weight: 100;
  line-height: 0.8em;
  color: #FFF;
  margin: 0 0 30px 0;
  padding: 0;
}
@media (max-width: 480px) {
  body.customer-account-createpassword.trade-user #maincontent .trade-header-wrapper h1 {
    line-height: 1.2em;
  }
}
body.customer-account-createpassword.trade-user #maincontent .trade-header-wrapper p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1.5em;
  color: #FFF;
  margin: -10px auto -8px;
  padding: 0;
  max-width: 470px;
}
body.company-success-index .trade-program-success {
  text-align: center;
  padding: 100px 0;
}
body.company-success-index .trade-program-success h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px;
  font-weight: 100;
  line-height: 1em;
  color: #000000;
  text-transform: uppercase;
  margin-top: 20px;
}
body.company-success-index .trade-program-success h1 {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1.5em;
  color: #000000;
  text-transform: inherit;
  margin: 0 auto 40px auto;
  max-width: 600px;
}
body.company-success-index .trade-program-success h1.margin-top {
  margin-top: 100px;
}
body.company-success-index .trade-program-success a.btn-primary {
  display: block;
  width: 100%;
  height: 60px;
  background: #000000;
  padding: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  border: none !important;
  border-radius: 0;
  line-height: 60px;
  max-width: 260px;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
body.company-success-index .trade-program-success a.btn-primary.disabled {
  opacity: 0.5;
  cursor: wait;
}
body.company-success-index .trade-program-success a.btn-primary:hover {
  text-decoration: none;
}
body.company-success-index .trade-program-success p {
  font-family: "Chronicle Hairline A", "Chronicle Hairline B", serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.5em;
  color: #000000;
  max-width: 420px;
  margin: 0 auto;
}
body.company-success-index .trade-program-success p a {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
}
body.company-success-index .trade-program-success .questions-wrapper {
  margin-top: 100px;
}
body.company-success-index .trade-program-success .questions-wrapper h1 {
  margin-top: 0;
  margin-bottom: 30px;
}

/*# sourceMappingURL=styles.css.map */
