@-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;
}
body.checkout-cart-index #block-shipping input {
  margin-top: 2px;
}
body.checkout-cart-index .cart.table-wrapper .product-item-photo {
  width: 100%;
}
body.checkout-cart-index.loading #maincontent {
  position: relative;
}
body.checkout-cart-index.loading #maincontent .columns .form.form-cart:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url('../images/loading.gif');
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 999;
}
body.checkout-index-index .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail {
  float: left;
  width: calc(100% - 75px);
}
body.checkout-index-index .page-header .logo img {
  width: 244px;
}
.checkout-index-index #checkout .minicart-items .product .active > .toggle:after {
  font-family: 'luma-icons';
  font-size: 8px;
  content: '\e621';
}
.checkout-index-index #checkout .minicart-items .product > .toggle:after {
  font-family: 'luma-icons';
  font-size: 8px;
  content: '\e622';
}
body.checkout-index-index .loading-mask .loader > img {
  max-width: 15% !important;
}
body.checkout-index-index .loading-mask .loader img {
  max-width: 15% !important;
}
body.checkout-index-index .opc-block-summary [data-role="loader"] {
  display: none;
}
body.checkout-index-index .opc-block-summary > [data-role="loader"] {
  display: block;
}
body.checkout-index-index .modal-popup.checkout-new-address-modal .modal-inner-wrap {
  max-width: 100%;
  -webkit-transform: inherit !important;
          transform: inherit !important;
}
@media (min-width: 768px) {
  html:not(.ipad) body.checkout-index-index .modal-popup.checkout-new-address-modal .modal-inner-wrap {
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    max-width: 620px !important;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.checkout-index-index .modal-popup.checkout-new-address-modal .modal-inner-wrap {
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    max-width: 620px !important;
    margin-left: 0;
  }
}
body.checkout-index-index .modal-popup.checkout-new-address-modal .modal-inner-wrap .form-shipping-address {
  max-width: inherit;
}
body.checkout-index-index .modal-popup.checkout-new-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form fieldset.field.street .field._required {
  padding-right: 0;
}
@media (min-width: 768px) {
  html:not(.ipad) body.checkout-index-index .modal-popup.checkout-new-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form fieldset.field.street .field.additional {
    float: right;
    margin-right: -10px;
    margin-top: 16px;
    padding: 0;
    width: 50%;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.checkout-index-index .modal-popup.checkout-new-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form fieldset.field.street .field.additional {
    float: right;
    margin-right: -10px;
    margin-top: 16px;
    padding: 0;
    width: 50%;
    padding-left: 10px;
  }
}
body.checkout-index-index .modal-popup.checkout-new-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form label {
  font-size: 14px;
}
body.checkout-index-index .modal-popup.checkout-new-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form select {
  -webkit-appearance: listbox;
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
body.checkout-index-index .modal-popup.checkout-new-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form button,
body.checkout-index-index .modal-popup.checkout-new-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form input,
body.checkout-index-index .modal-popup.checkout-new-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form optgroup,
body.checkout-index-index .modal-popup.checkout-new-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form select,
body.checkout-index-index .modal-popup.checkout-new-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form textarea {
  color: #959595;
}
body.checkout-index-index .modal-popup.checkout-new-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form #shipping-save-in-address-book {
  margin-top: 0;
}
body.checkout-index-index .modal-popup.checkout-new-address-modal .modal-inner-wrap .modal-footer .action-save-address {
  margin: 0;
}
body.checkout-index-index .modal-popup.checkout-new-address-modal .modal-inner-wrap .modal-footer .action.secondary {
  margin-top: 0;
}
body.checkout-index-index #checkout .authentication-wrapper {
  float: none;
  width: 100%;
  text-align: left;
  padding: 20px 0 20px;
  position: inherit;
  max-width: inherit;
}
body.checkout-index-index #checkout .authentication-wrapper button {
  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.checkout-index-index #checkout .authentication-wrapper button:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
body.checkout-index-index #checkout .authentication-wrapper .authentication-dropdown {
  z-index: 9999999;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}
body.checkout-index-index #checkout .authentication-wrapper .authentication-dropdown .modal-inner-wrap {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 380px;
  max-width: 380px;
  background: #ffffff;
}
body.checkout-index-index #checkout .authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-content {
  padding: 20px;
}
body.checkout-index-index #checkout .authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-content .field .label,
body.checkout-index-index #checkout .authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-content .field input {
  color: #000000;
}
body.checkout-index-index #checkout .authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-content button.action.action-login {
  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;
  padding-left: 20px;
  padding-right: 20px;
}
body.checkout-index-index #checkout .authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-content button.action.action-login.disabled {
  opacity: 0.5;
  cursor: wait;
}
body.checkout-index-index #checkout .authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-content .action.action-remind {
  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.checkout-index-index #checkout .authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-content .action.action-remind:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
body.checkout-index-index #checkout .edit-cart-wrapper {
  margin: 0 0 20px 0;
}
body.checkout-index-index #checkout .edit-cart-wrapper a {
  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.checkout-index-index #checkout .edit-cart-wrapper a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
body.checkout-index-index #checkout .opc-progress-bar {
  display: block;
}
@media (max-width: 768px) {
  body.checkout-index-index #checkout .opc-progress-bar {
    text-align: center;
  }
}
html.ipad.portrait body.checkout-index-index #checkout .opc-progress-bar {
  text-align: center;
}
html.legacy-ipad body.checkout-index-index #checkout .opc-progress-bar {
  text-align: center;
}
@media (max-width: 768px) {
  body.checkout-index-index #checkout .opc-progress-bar .opc-progress-bar-item {
    display: inline-block;
    padding: 0 10px;
  }
}
html.ipad.portrait body.checkout-index-index #checkout .opc-progress-bar .opc-progress-bar-item {
  display: inline-block;
  padding: 0 10px;
}
html.legacy-ipad body.checkout-index-index #checkout .opc-progress-bar .opc-progress-bar-item {
  display: inline-block;
  padding: 0 10px;
}
body.checkout-index-index #checkout .opc-progress-bar .opc-progress-bar-item > span {
  color: #000000;
  font-size: 15px;
}
body.checkout-index-index #checkout .opc-progress-bar .opc-progress-bar-item._active:before {
  color: #000000;
  background: #000000;
  content: '' !important;
}
body.checkout-index-index #checkout .opc-progress-bar .opc-progress-bar-item._active > span {
  color: #000000;
}
body.checkout-index-index #checkout .opc-progress-bar .opc-progress-bar-item._active > span:before {
  background: #000000;
  content: '' !important;
}
@media (max-width: 768px) {
  body.checkout-index-index #checkout .opc-progress-bar .opc-progress-bar-item._active > span {
    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;
  }
}
html.ipad.portrait body.checkout-index-index #checkout .opc-progress-bar .opc-progress-bar-item._active > span {
  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;
}
html.legacy-ipad body.checkout-index-index #checkout .opc-progress-bar .opc-progress-bar-item._active > span {
  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-index-index #checkout .opc-wrapper {
  width: 100%;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.checkout-index-index #checkout .opc-wrapper {
    width: 60%;
  }
}
html.ipad.landscape body.checkout-index-index #checkout .opc-wrapper {
  width: 60%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.checkout-index-index #checkout .opc-wrapper {
    width: 60%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.checkout-index-index #checkout .opc-wrapper {
    width: 60%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.checkout-index-index #checkout .opc-wrapper {
    width: 60%;
  }
}
body.checkout-index-index #checkout .opc-wrapper .step-title,
body.checkout-index-index #checkout .opc-wrapper .form-login .fieldset .field .label,
body.checkout-index-index #checkout .opc-wrapper .form-shipping-address .fieldset .field .label {
  color: #000000;
}
body.checkout-index-index #checkout .opc-wrapper .field.street .field.additional {
  margin-top: 20px;
}
body.checkout-index-index #checkout .opc-wrapper .field input,
body.checkout-index-index #checkout .opc-wrapper .field select {
  color: #000000;
}
body.checkout-index-index #checkout .opc-wrapper .actions-toolbar .action.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%;
  margin: 20px auto;
}
body.checkout-index-index #checkout .opc-wrapper .actions-toolbar .action.primary.disabled {
  opacity: 0.5;
  cursor: wait;
}
body.checkout-index-index #checkout .opc-sidebar {
  width: 40%;
  margin-top: 0;
}
body.checkout-index-index #checkout .opc-sidebar.modal-custom._show {
  width: auto;
}
body.checkout-index-index #checkout .opc-sidebar.modal-custom._show .action-close {
  margin: 10px;
}
body.checkout-index-index #checkout .opc-sidebar .modal-content {
  padding: 0;
}
body.checkout-index-index #checkout .opc-sidebar .modal-content .opc-block-summary > .title {
  color: #000000;
}
body.checkout-index-index #checkout .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .title strong {
  color: #000000;
}
body.checkout-index-index #checkout .opc-sidebar .modal-content .opc-block-summary .items-in-cart .label {
  color: #000000;
}
body.checkout-index-index #checkout .opc-sidebar .modal-content .opc-block-summary .items-in-cart .product-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-top: 0;
  border-bottom: 1px solid #999999;
}
body.checkout-index-index #checkout .opc-sidebar .modal-content .opc-block-summary .items-in-cart .product-item:last-of-type {
  margin-bottom: 0;
}
body.checkout-index-index #checkout .opc-sidebar .modal-content .opc-block-summary .items-in-cart .product-item .product-item-details {
  border: 0;
}
@media (max-width: 768px) {
  body.checkout-index-index #checkout .opc-sidebar .modal-content .opc-block-summary .items-in-cart .product-item .product-item-details {
    float: right;
    max-width: calc(100% - 90px);
  }
  body.checkout-index-index #checkout .opc-sidebar .modal-content .opc-block-summary .items-in-cart .product-item .product-item-details .product-item-inner {
    display: block;
  }
  body.checkout-index-index #checkout .opc-sidebar .modal-content .opc-block-summary .items-in-cart .product-item .product-item-details .product-item-inner .subtotal {
    margin-top: 10px;
    display: block;
    text-align: left;
  }
  body.checkout-index-index #checkout .opc-sidebar .modal-content .opc-block-summary .items-in-cart .product-item .product-item-details .product-item-inner .subtotal:before {
    content: 'Price: ';
    display: inline-block;
    margin-right: 4px;
  }
}
html.ipad.portrait body.checkout-index-index #checkout .opc-sidebar .modal-content .opc-block-summary .items-in-cart .product-item .product-item-details {
  float: right;
  max-width: calc(100% - 90px);
}
html.ipad.portrait body.checkout-index-index #checkout .opc-sidebar .modal-content .opc-block-summary .items-in-cart .product-item .product-item-details .product-item-inner {
  display: block;
}
html.ipad.portrait body.checkout-index-index #checkout .opc-sidebar .modal-content .opc-block-summary .items-in-cart .product-item .product-item-details .product-item-inner .subtotal {
  margin-top: 10px;
  display: block;
  text-align: left;
}
html.ipad.portrait body.checkout-index-index #checkout .opc-sidebar .modal-content .opc-block-summary .items-in-cart .product-item .product-item-details .product-item-inner .subtotal:before {
  content: 'Price: ';
  display: inline-block;
  margin-right: 4px;
}
html.legacy-ipad body.checkout-index-index #checkout .opc-sidebar .modal-content .opc-block-summary .items-in-cart .product-item .product-item-details {
  float: right;
  max-width: calc(100% - 90px);
}
html.legacy-ipad body.checkout-index-index #checkout .opc-sidebar .modal-content .opc-block-summary .items-in-cart .product-item .product-item-details .product-item-inner {
  display: block;
}
html.legacy-ipad body.checkout-index-index #checkout .opc-sidebar .modal-content .opc-block-summary .items-in-cart .product-item .product-item-details .product-item-inner .subtotal {
  margin-top: 10px;
  display: block;
  text-align: left;
}
html.legacy-ipad body.checkout-index-index #checkout .opc-sidebar .modal-content .opc-block-summary .items-in-cart .product-item .product-item-details .product-item-inner .subtotal:before {
  content: 'Price: ';
  display: inline-block;
  margin-right: 4px;
}
body.checkout-index-index #checkout .opc-sidebar .modal-content .minicart-items .product-item-details {
  color: #000000;
}
body.checkout-index-index #checkout .opc-sidebar .opc-block-summary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
body.checkout-index-index #checkout .opc-sidebar .opc-block-summary .table-wrapper {
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 0;
}
body.checkout-index-index #checkout .opc-sidebar .opc-block-summary .table-wrapper table tbody tr.totals.totals-title-tr {
  display: none;
}
body.checkout-index-index #checkout .opc-sidebar .opc-block-summary .table-wrapper table tbody tr th {
  display: none;
}
body.checkout-index-index #checkout .opc-sidebar .opc-block-summary .table-wrapper table tbody tr td {
  border: 0;
  display: table;
  width: 100%;
  padding: 5px 0;
}
body.checkout-index-index #checkout .opc-sidebar .opc-block-summary .table-wrapper table tbody tr td strong {
  display: table-cell;
  width: 70%;
  font-weight: normal;
  text-align: left;
  padding: 10px 0;
}
body.checkout-index-index #checkout .opc-sidebar .opc-block-summary .table-wrapper table tbody tr td span {
  display: table-cell;
  width: 30%;
  text-align: right;
}
body.checkout-index-index #checkout .opc-sidebar .opc-block-summary .table-wrapper table tbody tr.shipping td strong span {
  width: 100%;
  display: block;
  text-align: left;
}
body.checkout-index-index #checkout .opc-sidebar .opc-block-summary .table-wrapper table tbody tr.totals-tax th,
body.checkout-index-index #checkout .opc-sidebar .opc-block-summary .table-wrapper table tbody tr.totals-discount th {
  display: inline-block;
  padding: 5px 0;
  margin: 0;
  border: 0;
  width: 70%;
  font-weight: normal;
}
body.checkout-index-index #checkout .opc-sidebar .opc-block-summary .table-wrapper table tbody tr.totals-tax td,
body.checkout-index-index #checkout .opc-sidebar .opc-block-summary .table-wrapper table tbody tr.totals-discount td {
  width: 30%;
  display: inline-block;
}
body.checkout-index-index #checkout .opc-sidebar .opc-block-summary .table-wrapper table tbody tr.totals-tax td span,
body.checkout-index-index #checkout .opc-sidebar .opc-block-summary .table-wrapper table tbody tr.totals-discount td span {
  width: inherit;
}
body.checkout-index-index #checkout .opc-sidebar .opc-block-summary .table-wrapper table tbody tr.totals-discount td span {
  width: 100%;
  display: block;
}
body.checkout-index-index #checkout .opc-sidebar .opc-block-summary .table-wrapper table tbody tr.grand.totals td span {
  font-weight: 600;
}
body.checkout-index-index #checkout .opc-sidebar .opc-block-summary .block.items-in-cart {
  -ms-flex-order: 2;
      order: 2;
}
body.checkout-index-index #checkout .opc-sidebar .opc-block-summary .discount-code {
  -ms-flex-order: 3;
      order: 3;
}
body.checkout-index-index #checkout .opc-sidebar .opc-block-summary table th,
body.checkout-index-index #checkout .opc-sidebar .opc-block-summary table td,
body.checkout-index-index #checkout .opc-sidebar .opc-block-summary table .body,
body.checkout-index-index #checkout .opc-sidebar .opc-block-summary table .value,
body.checkout-index-index #checkout .opc-sidebar .opc-block-summary table .label {
  background: none;
  color: #000000;
}
body.checkout-index-index #checkout .opc-sidebar .opc-block-shipping-information * {
  color: #000000;
}
body.checkout-index-index #checkout .opc-sidebar .discount-code {
  padding-top: 30px;
}
body.checkout-index-index #checkout .opc-sidebar .discount-code * {
  color: #000000;
}
body.checkout-index-index #checkout .opc-sidebar .discount-code #block-discount-heading {
  cursor: pointer;
  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;
  font-size: 13px;
}
body.checkout-index-index #checkout .opc-sidebar .discount-code #block-discount-heading:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
body.checkout-index-index #checkout .opc-sidebar .discount-code .payment-option-content {
  padding-top: 20px;
}
body.checkout-index-index #checkout .opc-sidebar .discount-code .payment-option-content .actions-toolbar {
  width: 100%;
  margin-top: 5px;
}
body.checkout-index-index #checkout .opc-sidebar .discount-code .payment-option-content .actions-toolbar .primary {
  float: none;
  width: 100%;
  text-align: right;
}
body.checkout-index-index #checkout .opc-sidebar .discount-code .payment-option-content .actions-toolbar .primary .action.action-apply {
  float: none;
  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;
  padding: 5px 10px;
  width: auto;
  height: 40px;
  margin: 0;
  display: inline-block;
}
body.checkout-index-index #checkout .opc-sidebar .discount-code .payment-option-content .actions-toolbar .primary .action.action-apply.disabled {
  opacity: 0.5;
  cursor: wait;
}
body.checkout-index-index #checkout .opc-sidebar .discount-code .payment-option-content .actions-toolbar .primary .action.action-apply span {
  color: #ffffff;
}
body.checkout-index-index #checkout .opc-estimated-wrapper {
  padding-right: 0;
}
body.checkout-index-index #checkout .opc-estimated-wrapper .estimated-block {
  font-size: 14px;
}
body.checkout-index-index #checkout .opc-estimated-wrapper .estimated-block .estimated-label,
body.checkout-index-index #checkout .opc-estimated-wrapper .estimated-block .estimated-price {
  color: #000000;
  font-weight: normal;
}
body.checkout-index-index #checkout .opc-estimated-wrapper .minicart-wrapper:before {
  content: 'Order Summary';
  display: block;
  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-index-index #checkout .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  width: 100%;
  top: -30px;
  position: absolute;
  height: 20px;
}
body.checkout-index-index #checkout .opc-estimated-wrapper .minicart-wrapper button.action.showcart span.counter {
  display: none;
}
body.checkout-index-index #checkout #checkout-step-shipping .shipping-address-items {
  margin-top: 20px;
}
body.checkout-index-index #checkout #checkout-step-shipping .shipping-address-items .shipping-address-item {
  width: 100%;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.checkout-index-index #checkout #checkout-step-shipping .shipping-address-items .shipping-address-item {
    width: 50%;
    padding-bottom: 40px;
  }
}
html.ipad.landscape body.checkout-index-index #checkout #checkout-step-shipping .shipping-address-items .shipping-address-item {
  width: 50%;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.checkout-index-index #checkout #checkout-step-shipping .shipping-address-items .shipping-address-item {
    width: 50%;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.checkout-index-index #checkout #checkout-step-shipping .shipping-address-items .shipping-address-item {
    width: 50%;
    padding-bottom: 40px;
  }
}
body.checkout-index-index #checkout #checkout-step-shipping .shipping-address-items .shipping-address-item .action-show-popup {
  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: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #000000;
  width: auto;
  margin: 0;
  padding: 0 10px;
  border-radius: 0;
}
body.checkout-index-index #checkout #checkout-step-shipping .shipping-address-items .shipping-address-item .action-show-popup:hover {
  background: #000000 !important;
  color: #ffffff !important;
}
body.checkout-index-index #checkout #checkout-step-shipping .shipping-address-items .shipping-address-item .action.edit-address-link {
  position: absolute;
  bottom: 15px;
  color: #000000;
}
body.checkout-index-index #checkout #checkout-step-shipping .shipping-address-items .shipping-address-item .action.action-select-shipping-item {
  padding: 0;
  background: none;
  border: 0;
  color: #000000;
  line-height: inherit;
  margin-bottom: -5px;
}
body.checkout-index-index #checkout #checkout-step-shipping_method {
  margin-top: 30px;
}
body.checkout-index-index #checkout #checkout-step-shipping_method table thead {
  display: none;
}
body.checkout-index-index #checkout #checkout-step-shipping_method table tbody tr td {
  color: #000000;
}
body.checkout-index-index #checkout #checkout-step-shipping_method #co-shipping-method-form {
  border-bottom: 0;
}
@media (max-width: 768px) {
  body.checkout-index-index #checkout #checkout-step-shipping_method tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
html.ipad.portrait body.checkout-index-index #checkout #checkout-step-shipping_method tbody tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}
html.legacy-ipad body.checkout-index-index #checkout #checkout-step-shipping_method tbody tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}
body.checkout-index-index #checkout #shipping-new-address-form > div {
  width: 100%;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.checkout-index-index #checkout #shipping-new-address-form > div {
    width: 49.9%;
  }
}
html.ipad.landscape body.checkout-index-index #checkout #shipping-new-address-form > div {
  width: 49.9%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.checkout-index-index #checkout #shipping-new-address-form > div {
    width: 49.9%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.checkout-index-index #checkout #shipping-new-address-form > div {
    width: 49.9%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.checkout-index-index #checkout #shipping-new-address-form > div {
    width: 49.9%;
  }
}
body.checkout-index-index #checkout #shipping-new-address-form div[name="shippingAddress.country_id"] {
  float: left;
}
body.checkout-index-index #checkout .form.form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
body.checkout-index-index #checkout .form.form-login .actions-toolbar .primary {
  float: right;
}
@media (max-width: 768px) {
  body.checkout-index-index #checkout .form.form-login .actions-toolbar .primary {
    width: auto;
  }
}
html.ipad.portrait body.checkout-index-index #checkout .form.form-login .actions-toolbar .primary {
  width: auto;
}
html.legacy-ipad body.checkout-index-index #checkout .form.form-login .actions-toolbar .primary {
  width: auto;
}
body.checkout-index-index #checkout .form.form-login .actions-toolbar .primary .action.primary {
  margin: 0 0 20px 0;
  padding: 10px 20px;
  width: auto;
}
body.checkout-index-index #checkout .form.form-login .actions-toolbar .secondary {
  float: left;
  padding-top: 10px;
}
@media (max-width: 768px) {
  body.checkout-index-index #checkout .form.form-login .actions-toolbar .secondary {
    width: auto;
  }
}
html.ipad.portrait body.checkout-index-index #checkout .form.form-login .actions-toolbar .secondary {
  width: auto;
}
html.legacy-ipad body.checkout-index-index #checkout .form.form-login .actions-toolbar .secondary {
  width: auto;
}
body.checkout-index-index #checkout .form.form-login .actions-toolbar .secondary a {
  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;
  font-size: 12px;
}
body.checkout-index-index #checkout .form.form-login .actions-toolbar .secondary a:hover {
  text-decoration: none;
  background-size: 100% 1px;
}
@media (max-width: 768px) {
  body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods {
    margin: 0;
  }
}
html.ipad.portrait body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods {
  margin: 0;
}
html.legacy-ipad body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods {
  margin: 0;
}
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-title .label {
  color: #000000;
}
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content {
  padding-left: 0;
}
@media (max-width: 768px) {
  body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content {
    float: none;
    padding-right: 0;
  }
}
html.ipad.portrait body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content {
  float: none;
  padding-right: 0;
}
html.legacy-ipad body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content {
  float: none;
  padding-right: 0;
}
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .actions-toolbar .primary {
  float: none;
  width: 100%;
}
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .actions-toolbar .primary .action.primary.checkout {
  width: 100%;
  font-size: 16px;
}
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address * {
  color: #000000;
}
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .field-error * {
  color: #e02b27;
}
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address fieldset.fieldset:first-of-type {
  border-bottom: 1px solid #999999;
  padding-bottom: 30px;
}
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-form {
  max-width: inherit;
}
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-form fieldset.fieldset {
  bordeR: 0;
  padding-bottom: 0;
}
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-form .field {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  vertical-align: top;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-form .field {
    width: 49.9%;
  }
}
html.ipad.landscape body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-form .field {
  width: 49.9%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-form .field {
    width: 49.9%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-form .field {
    width: 49.9%;
  }
}
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-form .field label,
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-form .field input,
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-form .field select {
  color: #000000;
}
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-form .field.street {
  width: 100% !important;
  display: block;
}
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-form .field.street .field {
  /* Landscape */
}
@media (max-width: 768px) {
  body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-form .field.street .field {
    padding: 0;
  }
}
html.ipad.portrait body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-form .field.street .field {
  padding: 0;
}
html.legacy-ipad body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-form .field.street .field {
  padding: 0;
}
@media (min-width: 768px) {
  html:not(.ipad) body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-form .field.street .field {
    width: 49.5%;
  }
  html:not(.ipad) body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-form .field.street .field:first-of-type {
    padding-left: 0;
  }
  html:not(.ipad) body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-form .field.street .field:last-of-type {
    padding-right: 0;
  }
}
html.ipad.landscape body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-form .field.street .field {
  width: 49.5%;
}
html.ipad.landscape body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-form .field.street .field:first-of-type {
  padding-left: 0;
}
html.ipad.landscape body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-form .field.street .field:last-of-type {
  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.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-form .field.street .field {
    width: 49.5%;
  }
  body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-form .field.street .field:first-of-type {
    padding-left: 0;
  }
  body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-form .field.street .field:last-of-type {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-form .field.street .field {
    width: 49.5%;
  }
  body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-form .field.street .field:first-of-type {
    padding-left: 0;
  }
  body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-form .field.street .field:last-of-type {
    padding-right: 0;
  }
}
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .actions-toolbar div.primary {
  width: 100%;
  float: none;
  text-align: right;
}
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .actions-toolbar div.primary .action.action-update {
  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;
  float: right;
  margin-left: 10px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .actions-toolbar div.primary .action.action-update.disabled {
  opacity: 0.5;
  cursor: wait;
}
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .actions-toolbar div.primary .action.action-update span {
  color: #ffffff;
}
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .actions-toolbar div.primary .action.action-cancel {
  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: #ffffff;
  color: #000000;
  width: auto;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  float: none;
  margin: 0;
}
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .actions-toolbar div.primary .action.action-cancel.disabled {
  opacity: 0.5;
  cursor: wait;
}
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .actions-toolbar div.primary:after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 768px) {
  body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-same-as-shipping-block label {
    max-width: calc(100% - 30px);
  }
  body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-same-as-shipping-block input[name="billing-address-same-as-shipping"] {
    top: -18px;
  }
}
html.ipad.portrait body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-same-as-shipping-block label {
  max-width: calc(100% - 30px);
}
html.ipad.portrait body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-same-as-shipping-block input[name="billing-address-same-as-shipping"] {
  top: -18px;
}
html.legacy-ipad body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-same-as-shipping-block label {
  max-width: calc(100% - 30px);
}
html.legacy-ipad body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .checkout-billing-address .billing-address-same-as-shipping-block input[name="billing-address-same-as-shipping"] {
  top: -18px;
}
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content img.braintree-credit-card-selected,
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .braintree-credit-card-types {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content #braintree_cc_number {
  height: 52px;
}
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content #braintree_expirationDate {
  height: 52px;
  width: 120px;
}
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content #braintree_cc_type_cvv_div #braintree_cc_cid {
  height: 52px;
  width: 120px;
}
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .cvv {
  max-width: inherit;
}
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .payment-method-content .cvv .field-tooltip {
  right: inherit;
  left: 80px;
}
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .fieldset.payment label,
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .fieldset.payment input {
  color: #000000;
}
body.checkout-index-index #checkout #payment.checkout-payment-method .payment-methods .payment-method .messages .message.message-error.error {
  color: #e02b27 !important;
}
body.checkout-index-index #checkout input[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.checkout-index-index #checkout input[type="checkbox"]:before {
  opacity: 0;
  content: '\f00c';
  font-family: "FontAwesome";
  font-size: 12px;
  pointer-events: none;
  display: block;
  transition: opacity 200ms linear;
}
body.checkout-index-index #checkout input[type="checkbox"]:checked {
  border-color: #999999;
}
body.checkout-index-index #checkout input[type="checkbox"]:checked:before {
  opacity: 1;
}
body.checkout-index-index #checkout input[type="checkbox"]:focus {
  outline: 0;
}
body.checkout-index-index #checkout .checkout-agreements-block * {
  color: #000000;
  font-weight: normal;
}
@media (max-width: 768px) {
  body.checkout-index-index #checkout .checkout-agreements-block .payment-option {
    margin: 0;
  }
}
html.ipad.portrait body.checkout-index-index #checkout .checkout-agreements-block .payment-option {
  margin: 0;
}
html.legacy-ipad body.checkout-index-index #checkout .checkout-agreements-block .payment-option {
  margin: 0;
}
body.checkout-index-index #checkout .opc-payment-additional.newsletter {
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #999999;
}
body.checkout-index-index #checkout .opc-payment-additional.newsletter .payment-option-inner {
  margin: 0;
}
body.checkout-index-index .checkout-new-address-modal #opc-new-shipping-address #shipping-new-address-form div.field {
  width: 100%;
  vertical-align: top;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.checkout-index-index .checkout-new-address-modal #opc-new-shipping-address #shipping-new-address-form div.field {
    width: 49.9%;
  }
}
html.ipad.landscape body.checkout-index-index .checkout-new-address-modal #opc-new-shipping-address #shipping-new-address-form div.field {
  width: 49.9%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.checkout-index-index .checkout-new-address-modal #opc-new-shipping-address #shipping-new-address-form div.field {
    width: 49.9%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.checkout-index-index .checkout-new-address-modal #opc-new-shipping-address #shipping-new-address-form div.field {
    width: 49.9%;
  }
}
body.checkout-index-index .checkout-new-address-modal #opc-new-shipping-address #shipping-new-address-form div[name="shippingAddress.country_id"] {
  float: left;
}
body.checkout-index-index .checkout-new-address-modal #opc-new-shipping-address #shipping-new-address-form input,
body.checkout-index-index .checkout-new-address-modal #opc-new-shipping-address #shipping-new-address-form select,
body.checkout-index-index .checkout-new-address-modal #opc-new-shipping-address #shipping-new-address-form label,
body.checkout-index-index .checkout-new-address-modal #opc-new-shipping-address #shipping-new-address-form .label {
  color: #000000 !important;
}
body.checkout-index-index .checkout-new-address-modal #opc-new-shipping-address #shipping-new-address-form input[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.checkout-index-index .checkout-new-address-modal #opc-new-shipping-address #shipping-new-address-form input[type="checkbox"]:before {
  opacity: 0;
  content: '\f00c';
  font-family: "FontAwesome";
  font-size: 12px;
  pointer-events: none;
  display: block;
  transition: opacity 200ms linear;
}
body.checkout-index-index .checkout-new-address-modal #opc-new-shipping-address #shipping-new-address-form input[type="checkbox"]:checked {
  border-color: #999999;
}
body.checkout-index-index .checkout-new-address-modal #opc-new-shipping-address #shipping-new-address-form input[type="checkbox"]:checked:before {
  opacity: 1;
}
body.checkout-index-index .checkout-new-address-modal #opc-new-shipping-address #shipping-new-address-form fieldset.street .field {
  float: none;
  width: 100%;
  vertical-align: top;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.checkout-index-index .checkout-new-address-modal #opc-new-shipping-address #shipping-new-address-form fieldset.street .field {
    padding: 0 10px !important;
    width: 49.9%;
  }
}
html.ipad.landscape body.checkout-index-index .checkout-new-address-modal #opc-new-shipping-address #shipping-new-address-form fieldset.street .field {
  padding: 0 10px !important;
  width: 49.9%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.checkout-index-index .checkout-new-address-modal #opc-new-shipping-address #shipping-new-address-form fieldset.street .field {
    padding: 0 10px !important;
    width: 49.9%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.checkout-index-index .checkout-new-address-modal #opc-new-shipping-address #shipping-new-address-form fieldset.street .field {
    padding: 0 10px !important;
    width: 49.9%;
  }
}
body.checkout-index-index .checkout-new-address-modal #opc-new-shipping-address #shipping-new-address-form fieldset.street .field:first-of-type {
  width: 100%;
  /* Landscape */
}
@media (min-width: 768px) {
  html:not(.ipad) body.checkout-index-index .checkout-new-address-modal #opc-new-shipping-address #shipping-new-address-form fieldset.street .field:first-of-type {
    width: 49.9%;
  }
}
html.ipad.landscape body.checkout-index-index .checkout-new-address-modal #opc-new-shipping-address #shipping-new-address-form fieldset.street .field:first-of-type {
  width: 49.9%;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.checkout-index-index .checkout-new-address-modal #opc-new-shipping-address #shipping-new-address-form fieldset.street .field:first-of-type {
    width: 49.9%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.checkout-index-index .checkout-new-address-modal #opc-new-shipping-address #shipping-new-address-form fieldset.street .field:first-of-type {
    width: 49.9%;
  }
}
body.checkout-index-index .checkout-new-address-modal .action.primary.action-save-address {
  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;
  width: auto;
}
body.checkout-index-index .checkout-new-address-modal .action.primary.action-save-address.disabled {
  opacity: 0.5;
  cursor: wait;
}
body.checkout-index-index .checkout-new-address-modal .action.secondary.action-hide-popup {
  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%;
  border-radius: 0;
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #000000;
  width: auto;
  padding: 0 10px;
}
body.checkout-index-index .checkout-new-address-modal .action.secondary.action-hide-popup:hover {
  background: #000000 !important;
  color: #ffffff !important;
}
@media (max-width: 768px) {
  body.checkout-index-index div[name="shippingAddress.country_id"],
  body.checkout-index-index div[name="shippingAddress.postcode"] {
    display: block !important;
    float: none;
  }
}
html.ipad.portrait body.checkout-index-index div[name="shippingAddress.country_id"],
html.ipad.portrait body.checkout-index-index div[name="shippingAddress.postcode"] {
  display: block !important;
  float: none;
}
html.legacy-ipad body.checkout-index-index div[name="shippingAddress.country_id"],
html.legacy-ipad body.checkout-index-index div[name="shippingAddress.postcode"] {
  display: block !important;
  float: none;
}
#co-shipping-method-form .item-options .field.choice.item .shipping-method-tooltip,
body.checkout-index-index #checkout tbody tr td.col.col-method .shipping-method-tooltip,
body.checkout-index-index .opc-sidebar .opc-block-shipping-information .ship-via .shipping-information-content .shipping-method-tooltip {
  display: inline;
  position: relative;
}
#co-shipping-method-form .item-options .field.choice.item .shipping-method-tooltip i.fa.fa-question-circle,
body.checkout-index-index #checkout tbody tr td.col.col-method .shipping-method-tooltip i.fa.fa-question-circle,
body.checkout-index-index .opc-sidebar .opc-block-shipping-information .ship-via .shipping-information-content .shipping-method-tooltip i.fa.fa-question-circle {
  font-size: 16px;
  margin-left: 10px;
}
#co-shipping-method-form .item-options .field.choice.item .shipping-method-tooltip .field-tooltip-content,
body.checkout-index-index #checkout tbody tr td.col.col-method .shipping-method-tooltip .field-tooltip-content,
body.checkout-index-index .opc-sidebar .opc-block-shipping-information .ship-via .shipping-information-content .shipping-method-tooltip .field-tooltip-content {
  top: -16px;
}
#co-shipping-method-form .item-options .field.choice.item .shipping-method-tooltip .field-tooltip-content::after,
body.checkout-index-index #checkout tbody tr td.col.col-method .shipping-method-tooltip .field-tooltip-content::after,
body.checkout-index-index .opc-sidebar .opc-block-shipping-information .ship-via .shipping-information-content .shipping-method-tooltip .field-tooltip-content::after {
  left: -20px;
}
#co-shipping-method-form .item-options .field.choice.item .shipping-method-tooltip .field-tooltip-content:before,
body.checkout-index-index #checkout tbody tr td.col.col-method .shipping-method-tooltip .field-tooltip-content:before,
body.checkout-index-index .opc-sidebar .opc-block-shipping-information .ship-via .shipping-information-content .shipping-method-tooltip .field-tooltip-content:before {
  left: -21px;
}
@media (max-width: 1200px) {
  #co-shipping-method-form .item-options .field.choice.item .shipping-method-tooltip .field-tooltip-content,
  body.checkout-index-index #checkout tbody tr td.col.col-method .shipping-method-tooltip .field-tooltip-content,
  body.checkout-index-index .opc-sidebar .opc-block-shipping-information .ship-via .shipping-information-content .shipping-method-tooltip .field-tooltip-content {
    top: 30px;
    right: -9px;
    left: inherit;
  }
  #co-shipping-method-form .item-options .field.choice.item .shipping-method-tooltip .field-tooltip-content::before,
  body.checkout-index-index #checkout tbody tr td.col.col-method .shipping-method-tooltip .field-tooltip-content::before,
  body.checkout-index-index .opc-sidebar .opc-block-shipping-information .ship-via .shipping-information-content .shipping-method-tooltip .field-tooltip-content::before {
    left: inherit;
    right: 4px;
    top: -20px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #co-shipping-method-form .item-options .field.choice.item .shipping-method-tooltip .field-tooltip-content::after,
  body.checkout-index-index #checkout tbody tr td.col.col-method .shipping-method-tooltip .field-tooltip-content::after,
  body.checkout-index-index .opc-sidebar .opc-block-shipping-information .ship-via .shipping-information-content .shipping-method-tooltip .field-tooltip-content::after {
    left: inherit;
    right: 4px;
    top: -19px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media (max-width: 768px) {
  #co-shipping-method-form .item-options .field.choice.item .shipping-method-tooltip .field-tooltip-content,
  body.checkout-index-index #checkout tbody tr td.col.col-method .shipping-method-tooltip .field-tooltip-content,
  body.checkout-index-index .opc-sidebar .opc-block-shipping-information .ship-via .shipping-information-content .shipping-method-tooltip .field-tooltip-content {
    top: 30px;
  }
  #co-shipping-method-form .item-options .field.choice.item .shipping-method-tooltip .field-tooltip-content::before,
  body.checkout-index-index #checkout tbody tr td.col.col-method .shipping-method-tooltip .field-tooltip-content::before,
  body.checkout-index-index .opc-sidebar .opc-block-shipping-information .ship-via .shipping-information-content .shipping-method-tooltip .field-tooltip-content::before {
    left: inherit;
    right: 4px;
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  #co-shipping-method-form .item-options .field.choice.item .shipping-method-tooltip .field-tooltip-content::after,
  body.checkout-index-index #checkout tbody tr td.col.col-method .shipping-method-tooltip .field-tooltip-content::after,
  body.checkout-index-index .opc-sidebar .opc-block-shipping-information .ship-via .shipping-information-content .shipping-method-tooltip .field-tooltip-content::after {
    left: inherit;
    right: 4px;
    top: 1px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
html.ipad.portrait #co-shipping-method-form .item-options .field.choice.item .shipping-method-tooltip .field-tooltip-content,
html.ipad.portrait body.checkout-index-index #checkout tbody tr td.col.col-method .shipping-method-tooltip .field-tooltip-content,
html.ipad.portrait body.checkout-index-index .opc-sidebar .opc-block-shipping-information .ship-via .shipping-information-content .shipping-method-tooltip .field-tooltip-content {
  top: 30px;
}
html.ipad.portrait #co-shipping-method-form .item-options .field.choice.item .shipping-method-tooltip .field-tooltip-content::before,
html.ipad.portrait body.checkout-index-index #checkout tbody tr td.col.col-method .shipping-method-tooltip .field-tooltip-content::before,
html.ipad.portrait body.checkout-index-index .opc-sidebar .opc-block-shipping-information .ship-via .shipping-information-content .shipping-method-tooltip .field-tooltip-content::before {
  left: inherit;
  right: 4px;
  top: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
html.ipad.portrait #co-shipping-method-form .item-options .field.choice.item .shipping-method-tooltip .field-tooltip-content::after,
html.ipad.portrait body.checkout-index-index #checkout tbody tr td.col.col-method .shipping-method-tooltip .field-tooltip-content::after,
html.ipad.portrait body.checkout-index-index .opc-sidebar .opc-block-shipping-information .ship-via .shipping-information-content .shipping-method-tooltip .field-tooltip-content::after {
  left: inherit;
  right: 4px;
  top: 1px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
html.legacy-ipad #co-shipping-method-form .item-options .field.choice.item .shipping-method-tooltip .field-tooltip-content,
html.legacy-ipad body.checkout-index-index #checkout tbody tr td.col.col-method .shipping-method-tooltip .field-tooltip-content,
html.legacy-ipad body.checkout-index-index .opc-sidebar .opc-block-shipping-information .ship-via .shipping-information-content .shipping-method-tooltip .field-tooltip-content {
  top: 30px;
}
html.legacy-ipad #co-shipping-method-form .item-options .field.choice.item .shipping-method-tooltip .field-tooltip-content::before,
html.legacy-ipad body.checkout-index-index #checkout tbody tr td.col.col-method .shipping-method-tooltip .field-tooltip-content::before,
html.legacy-ipad body.checkout-index-index .opc-sidebar .opc-block-shipping-information .ship-via .shipping-information-content .shipping-method-tooltip .field-tooltip-content::before {
  left: inherit;
  right: 4px;
  top: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
html.legacy-ipad #co-shipping-method-form .item-options .field.choice.item .shipping-method-tooltip .field-tooltip-content::after,
html.legacy-ipad body.checkout-index-index #checkout tbody tr td.col.col-method .shipping-method-tooltip .field-tooltip-content::after,
html.legacy-ipad body.checkout-index-index .opc-sidebar .opc-block-shipping-information .ship-via .shipping-information-content .shipping-method-tooltip .field-tooltip-content::after {
  left: inherit;
  right: 4px;
  top: 1px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#co-shipping-method-form .item-options .field.choice.item .shipping-method-tooltip .field-tooltip-content ul,
body.checkout-index-index #checkout tbody tr td.col.col-method .shipping-method-tooltip .field-tooltip-content ul,
body.checkout-index-index .opc-sidebar .opc-block-shipping-information .ship-via .shipping-information-content .shipping-method-tooltip .field-tooltip-content ul {
  list-style-position: inside;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  margin-bottom: 0;
}
#co-shipping-method-form .item-options .field.choice.item .shipping-method-tooltip .field-tooltip-content ul li,
body.checkout-index-index #checkout tbody tr td.col.col-method .shipping-method-tooltip .field-tooltip-content ul li,
body.checkout-index-index .opc-sidebar .opc-block-shipping-information .ship-via .shipping-information-content .shipping-method-tooltip .field-tooltip-content ul li {
  list-style: disc;
  margin: 0 0 10px 0;
  font-size: 12px;
  line-height: 1.5em;
}
#co-shipping-method-form .item-options .field.choice.item .shipping-method-tooltip .field-tooltip-content ul li:last-of-type,
body.checkout-index-index #checkout tbody tr td.col.col-method .shipping-method-tooltip .field-tooltip-content ul li:last-of-type,
body.checkout-index-index .opc-sidebar .opc-block-shipping-information .ship-via .shipping-information-content .shipping-method-tooltip .field-tooltip-content ul li:last-of-type {
  margin-bottom: 0;
}
#co-shipping-method-form .item-options .field.choice.item table.table-checkout-shipping-method tr.row.row-error,
body.checkout-index-index #checkout tbody tr td.col.col-method table.table-checkout-shipping-method tr.row.row-error,
body.checkout-index-index .opc-sidebar .opc-block-shipping-information .ship-via .shipping-information-content table.table-checkout-shipping-method tr.row.row-error {
  border: 0;
}
@media (max-width: 480px) {
  #checkout-shipping-method-load .table-checkout-shipping-method tbody tr {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #checkout-shipping-method-load .table-checkout-shipping-method tbody tr td:nth-of-type(3) {
    width: 100%;
    padding-right: 0;
  }
  #checkout-shipping-method-load .table-checkout-shipping-method tbody tr td.col.col-carrier,
  #checkout-shipping-method-load .table-checkout-shipping-method tbody tr td.col.col-description {
    display: none;
  }
  body.checkout-index-index #checkout tbody tr td.col.col-method .shipping-method-tooltip i.fa.fa-question-circle {
    margin-left: 0;
  }
}
#co-shipping-method-form .item-options .field.choice.item {
  position: relative;
}
body.checkout-index-index #algolia-autocomplete-container {
  display: none !important;
}
.opc-block-summary .items-in-cart .product .product-style-info a.contact-product-expert-wrapper {
  color: #000000;
  text-decoration: underline;
  text-transform: initial;
}
.wrong-address-msg {
  border: 1px solid #e02b27;
  border-radius: 1px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  color: #e02b27;
  font-size: 12px;
  line-height: 1em;
  padding: 10px;
}

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