.action-primary:focus,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:focus,
.abs-action-link-button:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.abs-action-link-button:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.abs-add-fields .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: 0 0;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
  color: #000;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.abs-add-fields .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.abs-add-fields .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.abs-add-fields .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus {
  background: 0 0;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus) {
  box-shadow: none;
  color: #fcb800;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.abs-revert-secondary-color:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after {
  content: "";
  display: table;
}
.abs-dropdown-simple:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\f3d0";
  font-family: "mbicon";
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e618";
  font-family: "mbicon";
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after {
  border-bottom-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown {
  display: block;
}
.abs-remove-button-for-blocks > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #999;
  content: "\e935";
  font-family: "mbicon";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before {
  color: #999;
}
.abs-product-link > a:visited {
  color: #41362f;
  text-decoration: underline;
}
.abs-product-link > a:hover {
  color: #41362f;
  text-decoration: underline;
}
.abs-product-link > a:active {
  color: #41362f;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-add-fields .action.remove {
  width: auto;
  line-height: normal;
  position: absolute;
  top: 34px;
  margin-left: 73%;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: "\e93a";
  font-family: "mbicon";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: "";
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 6.25px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\f3d0";
  font-family: "mbicon";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e618";
  font-family: "mbicon";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 6.25px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-account-blocks .block-title {
  margin-bottom: 31.25px;
  padding-bottom: 12.5px;
  border-bottom: 1px solid #d1d1d1;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span {
  color: #000;
}
.abs-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: "\e93a";
  font-family: "mbicon";
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total-expanded:after {
  content: "\e939";
}
.abs-dropdown-items-new .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: "\e936";
  font-family: "mbicon";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .table-caption {
  display: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th {
  background: #fff;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.abs-field-date input {
  margin-right: 12.5px;
  width: calc(100% - (23px + 12.5px));
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: "\e93a";
  font-family: "mbicon";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after {
  content: "\e939";
}
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.form-giftcard-redeem .g-recaptcha {
  margin-top: 40px;
}
.magento-invitation-customer-account-create .form-create-account .g-recaptcha {
  margin-top: 1px;
}
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
@media only screen and (min-width: 960px) {
  .aw-afptc__promo-products .awafptcuk-slider .awafptcuk-slider-container {
    max-width: 740px !important;
  }
}
.awafptcuk-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.awafptcuk-grid > * {
  margin: 0;
}
.awafptcuk-grid > * > :last-child {
  margin-bottom: 0;
}
.awafptcuk-grid {
  margin-left: -30px;
}
.awafptcuk-grid > * {
  padding-left: 30px;
}
.awafptcuk-grid + .awafptcuk-grid,
.awafptcuk-grid > .awafptcuk-grid-margin,
* + .awafptcuk-grid-margin {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .awafptcuk-grid {
    margin-left: -40px;
  }
  .awafptcuk-grid > * {
    padding-left: 40px;
  }
  .awafptcuk-grid + .awafptcuk-grid,
  .awafptcuk-grid > .awafptcuk-grid-margin,
  * + .awafptcuk-grid-margin {
    margin-top: 40px;
  }
}
.awafptcuk-grid-small {
  margin-left: -15px;
}
.awafptcuk-grid-small > * {
  padding-left: 15px;
}
.awafptcuk-grid + .awafptcuk-grid-small,
.awafptcuk-grid-small > .awafptcuk-grid-margin,
* + .awafptcuk-grid-margin-small {
  margin-top: 15px;
}
.awafptcuk-grid-medium {
  margin-left: -30px;
}
.awafptcuk-grid-medium > * {
  padding-left: 30px;
}
.awafptcuk-grid + .awafptcuk-grid-medium,
.awafptcuk-grid-medium > .awafptcuk-grid-margin,
* + .awafptcuk-grid-margin-medium {
  margin-top: 30px;
}
.awafptcuk-grid-large {
  margin-left: -40px;
}
.awafptcuk-grid-large > * {
  padding-left: 40px;
}
.awafptcuk-grid + .awafptcuk-grid-large,
.awafptcuk-grid-large > .awafptcuk-grid-margin,
* + .awafptcuk-grid-margin-large {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .awafptcuk-grid-large {
    margin-left: -70px;
  }
  .awafptcuk-grid-large > * {
    padding-left: 70px;
  }
  .awafptcuk-grid + .awafptcuk-grid-large,
  .awafptcuk-grid-large > .awafptcuk-grid-margin,
  * + .awafptcuk-grid-margin-large {
    margin-top: 70px;
  }
}
.awafptcuk-grid-collapse {
  margin-left: 0;
}
.awafptcuk-grid-collapse > * {
  padding-left: 0;
}
.awafptcuk-grid + .awafptcuk-grid-collapse,
.awafptcuk-grid-collapse > .awafptcuk-grid-margin {
  margin-top: 0;
}
.awafptcuk-grid-divider > * {
  position: relative;
}
.awafptcuk-grid-divider > :not(.awafptcuk-first-column):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5;
}
.awafptcuk-grid-divider.awafptcuk-grid-stack > .awafptcuk-grid-margin:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5;
}
.awafptcuk-grid-divider {
  margin-left: -60px;
}
.awafptcuk-grid-divider > * {
  padding-left: 60px;
}
.awafptcuk-grid-divider > :not(.awafptcuk-first-column):before {
  left: 30px;
}
.awafptcuk-grid-divider.awafptcuk-grid-stack > .awafptcuk-grid-margin {
  margin-top: 60px;
}
.awafptcuk-grid-divider.awafptcuk-grid-stack > .awafptcuk-grid-margin:before {
  top: -30px;
  left: 60px;
}
@media (min-width: 1200px) {
  .awafptcuk-grid-divider {
    margin-left: -80px;
  }
  .awafptcuk-grid-divider > * {
    padding-left: 80px;
  }
  .awafptcuk-grid-divider > :not(.awafptcuk-first-column):before {
    left: 40px;
  }
  .awafptcuk-grid-divider.awafptcuk-grid-stack > .awafptcuk-grid-margin {
    margin-top: 80px;
  }
  .awafptcuk-grid-divider.awafptcuk-grid-stack > .awafptcuk-grid-margin:before {
    top: -40px;
    left: 80px;
  }
}
.awafptcuk-grid-divider.awafptcuk-grid-small {
  margin-left: -30px;
}
.awafptcuk-grid-divider.awafptcuk-grid-small > * {
  padding-left: 30px;
}
.awafptcuk-grid-divider.awafptcuk-grid-small
  > :not(.awafptcuk-first-column):before {
  left: 15px;
}
.awafptcuk-grid-divider.awafptcuk-grid-small.awafptcuk-grid-stack
  > .awafptcuk-grid-margin {
  margin-top: 30px;
}
.awafptcuk-grid-divider.awafptcuk-grid-small.awafptcuk-grid-stack
  > .awafptcuk-grid-margin:before {
  top: -15px;
  left: 30px;
}
.awafptcuk-grid-divider.awafptcuk-grid-medium {
  margin-left: -60px;
}
.awafptcuk-grid-divider.awafptcuk-grid-medium > * {
  padding-left: 60px;
}
.awafptcuk-grid-divider.awafptcuk-grid-medium
  > :not(.awafptcuk-first-column):before {
  left: 30px;
}
.awafptcuk-grid-divider.awafptcuk-grid-medium.awafptcuk-grid-stack
  > .awafptcuk-grid-margin {
  margin-top: 60px;
}
.awafptcuk-grid-divider.awafptcuk-grid-medium.awafptcuk-grid-stack
  > .awafptcuk-grid-margin:before {
  top: -30px;
  left: 60px;
}
.awafptcuk-grid-divider.awafptcuk-grid-large {
  margin-left: -80px;
}
.awafptcuk-grid-divider.awafptcuk-grid-large > * {
  padding-left: 80px;
}
.awafptcuk-grid-divider.awafptcuk-grid-large
  > :not(.awafptcuk-first-column):before {
  left: 40px;
}
.awafptcuk-grid-divider.awafptcuk-grid-large.awafptcuk-grid-stack
  > .awafptcuk-grid-margin {
  margin-top: 80px;
}
.awafptcuk-grid-divider.awafptcuk-grid-large.awafptcuk-grid-stack
  > .awafptcuk-grid-margin:before {
  top: -40px;
  left: 80px;
}
@media (min-width: 1200px) {
  .awafptcuk-grid-divider.awafptcuk-grid-large {
    margin-left: -140px;
  }
  .awafptcuk-grid-divider.awafptcuk-grid-large > * {
    padding-left: 140px;
  }
  .awafptcuk-grid-divider.awafptcuk-grid-large
    > :not(.awafptcuk-first-column):before {
    left: 70px;
  }
  .awafptcuk-grid-divider.awafptcuk-grid-large.awafptcuk-grid-stack
    > .awafptcuk-grid-margin {
    margin-top: 140px;
  }
  .awafptcuk-grid-divider.awafptcuk-grid-large.awafptcuk-grid-stack
    > .awafptcuk-grid-margin:before {
    top: -70px;
    left: 140px;
  }
}
.awafptcuk-grid-match > *,
.awafptcuk-grid-item-match {
  display: flex;
  flex-wrap: wrap;
}
.awafptcuk-grid-match > * > :not([class*="awafptcuk-width"]),
.awafptcuk-grid-item-match > :not([class*="awafptcuk-width"]) {
  box-sizing: border-box;
  width: 100%;
  flex: auto;
}
.awafptcuk-slidenav {
  padding: 5px 10px;
  color: rgba(102, 102, 102, 0.5);
}
.awafptcuk-slidenav:hover,
.awafptcuk-slidenav:focus {
  color: rgba(102, 102, 102, 0.9);
  outline: none;
}
.awafptcuk-slidenav:active {
  color: rgba(102, 102, 102, 0.5);
}
.awafptcuk-slidenav-large {
  padding: 10px;
}
.awafptcuk-slidenav-container {
  display: flex;
}
.awafptcuk-dotnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -12px;
}
.awafptcuk-dotnav > * {
  flex: none;
  padding-left: 12px;
}
.awafptcuk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(102, 102, 102, 0.2);
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.awafptcuk-dotnav > * > :hover,
.awafptcuk-dotnav > * > :focus {
  background-color: rgba(102, 102, 102, 0.6);
  outline: none;
}
.awafptcuk-dotnav > * > :active {
  background-color: rgba(102, 102, 102, 0.2);
}
.awafptcuk-dotnav > .awafptcuk-active > * {
  background-color: rgba(102, 102, 102, 0.6);
}
.awafptcuk-dotnav-vertical {
  flex-direction: column;
  margin-left: 0;
  margin-top: -12px;
}
.awafptcuk-dotnav-vertical > * {
  padding-left: 0;
  padding-top: 12px;
}
.awafptcuk-slider {
  -webkit-tap-highlight-color: transparent;
}
.awafptcuk-slider-container {
  overflow: hidden;
}
.awafptcuk-slider-items {
  will-change: transform;
  position: relative;
}
.awafptcuk-slider-items:not(.awafptcuk-grid) {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-touch-callout: none;
}
.awafptcuk-slider-items.awafptcuk-grid {
  flex-wrap: nowrap;
}
.awafptcuk-slider-items > * {
  flex: none;
  position: relative;
  touch-action: pan-y;
}
[class*="awafptcuk-animation-"] {
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.awafptcuk-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in;
}
.awafptcuk-animation-fade {
  animation-name: awafptcuk-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear;
}
.awafptcuk-animation-scale-up {
  animation-name: awafptcuk-fade-scale-02;
}
.awafptcuk-animation-scale-down {
  animation-name: awafptcuk-fade-scale-18;
}
.awafptcuk-animation-slide-top {
  animation-name: awafptcuk-fade-top;
}
.awafptcuk-animation-slide-bottom {
  animation-name: awafptcuk-fade-bottom;
}
.awafptcuk-animation-slide-left {
  animation-name: awafptcuk-fade-left;
}
.awafptcuk-animation-slide-right {
  animation-name: awafptcuk-fade-right;
}
.awafptcuk-animation-slide-top-small {
  animation-name: awafptcuk-fade-top-small;
}
.awafptcuk-animation-slide-bottom-small {
  animation-name: awafptcuk-fade-bottom-small;
}
.awafptcuk-animation-slide-left-small {
  animation-name: awafptcuk-fade-left-small;
}
.awafptcuk-animation-slide-right-small {
  animation-name: awafptcuk-fade-right-small;
}
.awafptcuk-animation-slide-top-medium {
  animation-name: awafptcuk-fade-top-medium;
}
.awafptcuk-animation-slide-bottom-medium {
  animation-name: awafptcuk-fade-bottom-medium;
}
.awafptcuk-animation-slide-left-medium {
  animation-name: awafptcuk-fade-left-medium;
}
.awafptcuk-animation-slide-right-medium {
  animation-name: awafptcuk-fade-right-medium;
}
.awafptcuk-animation-kenburns {
  animation-name: awafptcuk-scale-kenburns;
  animation-duration: 15s;
}
.awafptcuk-animation-shake {
  animation-name: awafptcuk-shake;
}
.awafptcuk-animation-fast {
  animation-duration: 0.1s;
}
.awafptcuk-animation-toggle:not(:hover):not(.awafptcuk-hover)
  [class*="awafptcuk-animation-"] {
  animation-name: none;
}
@keyframes awafptcuk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes awafptcuk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes awafptcuk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes awafptcuk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes awafptcuk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes awafptcuk-fade-top-small {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes awafptcuk-fade-bottom-small {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes awafptcuk-fade-left-small {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes awafptcuk-fade-right-small {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes awafptcuk-fade-top-medium {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes awafptcuk-fade-bottom-medium {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes awafptcuk-fade-left-medium {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes awafptcuk-fade-right-medium {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes awafptcuk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes awafptcuk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes awafptcuk-scale-kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes awafptcuk-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
[class*="awafptcuk-child-width"] > * {
  box-sizing: border-box;
  width: 100%;
}
.awafptcuk-child-width-1-2 > * {
  width: 50%;
}
.awafptcuk-child-width-1-3 > * {
  width: calc(100% * 1 / 3.001);
}
.awafptcuk-child-width-1-4 > * {
  width: 25%;
}
.awafptcuk-child-width-1-5 > * {
  width: 20%;
}
.awafptcuk-child-width-1-6 > * {
  width: calc(100% * 1 / 6.001);
}
.awafptcuk-child-width-auto > * {
  width: auto;
}
.awafptcuk-child-width-expand > :not([class*="awafptcuk-width"]) {
  flex: 1;
  min-width: 1px;
}
@media (min-width: 640px) {
  .awafptcuk-child-width-1-1\@s > * {
    width: 100%;
  }
  .awafptcuk-child-width-1-2\@s > * {
    width: 50%;
  }
  .awafptcuk-child-width-1-3\@s > * {
    width: calc(100% * 1 / 3.001);
  }
  .awafptcuk-child-width-1-4\@s > * {
    width: 25%;
  }
  .awafptcuk-child-width-1-5\@s > * {
    width: 20%;
  }
  .awafptcuk-child-width-1-6\@s > * {
    width: calc(100% * 1 / 6.001);
  }
  .awafptcuk-child-width-auto\@s > * {
    width: auto;
  }
  .awafptcuk-child-width-expand\@s > :not([class*="awafptcuk-width"]) {
    flex: 1;
    min-width: 1px;
  }
}
@media (min-width: 960px) {
  .awafptcuk-child-width-1-1\@m > * {
    width: 100%;
  }
  .awafptcuk-child-width-1-2\@m > * {
    width: 50%;
  }
  .awafptcuk-child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.001);
  }
  .awafptcuk-child-width-1-4\@m > * {
    width: 25%;
  }
  .awafptcuk-child-width-1-5\@m > * {
    width: 20%;
  }
  .awafptcuk-child-width-1-6\@m > * {
    width: calc(100% * 1 / 6.001);
  }
  .awafptcuk-child-width-auto\@m > * {
    width: auto;
  }
  .awafptcuk-child-width-expand\@m > :not([class*="awafptcuk-width"]) {
    flex: 1;
    min-width: 1px;
  }
}
@media (min-width: 1200px) {
  .awafptcuk-child-width-1-1\@l > * {
    width: 100%;
  }
  .awafptcuk-child-width-1-2\@l > * {
    width: 50%;
  }
  .awafptcuk-child-width-1-3\@l > * {
    width: calc(100% * 1 / 3.001);
  }
  .awafptcuk-child-width-1-4\@l > * {
    width: 25%;
  }
  .awafptcuk-child-width-1-5\@l > * {
    width: 20%;
  }
  .awafptcuk-child-width-1-6\@l > * {
    width: calc(100% * 1 / 6.001);
  }
  .awafptcuk-child-width-auto\@l > * {
    width: auto;
  }
  .awafptcuk-child-width-expand\@l > :not([class*="awafptcuk-width"]) {
    flex: 1;
    min-width: 1px;
  }
}
@media (min-width: 1600px) {
  .awafptcuk-child-width-1-1\@xl > * {
    width: 100%;
  }
  .awafptcuk-child-width-1-2\@xl > * {
    width: 50%;
  }
  .awafptcuk-child-width-1-3\@xl > * {
    width: calc(100% * 1 / 3.001);
  }
  .awafptcuk-child-width-1-4\@xl > * {
    width: 25%;
  }
  .awafptcuk-child-width-1-5\@xl > * {
    width: 20%;
  }
  .awafptcuk-child-width-1-6\@xl > * {
    width: calc(100% * 1 / 6.001);
  }
  .awafptcuk-child-width-auto\@xl > * {
    width: auto;
  }
  .awafptcuk-child-width-expand\@xl > :not([class*="awafptcuk-width"]) {
    flex: 1;
    min-width: 1px;
  }
}
[class*="awafptcuk-width"] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.awafptcuk-width-1-2 {
  width: 50%;
}
.awafptcuk-width-1-3 {
  width: calc(100% * 1 / 3.001);
}
.awafptcuk-width-2-3 {
  width: calc(100% * 2 / 3.001);
}
.awafptcuk-width-1-4 {
  width: 25%;
}
.awafptcuk-width-3-4 {
  width: 75%;
}
.awafptcuk-width-1-5 {
  width: 20%;
}
.awafptcuk-width-2-5 {
  width: 40%;
}
.awafptcuk-width-3-5 {
  width: 60%;
}
.awafptcuk-width-4-5 {
  width: 80%;
}
.awafptcuk-width-1-6 {
  width: calc(100% * 1 / 6.001);
}
.awafptcuk-width-5-6 {
  width: calc(100% * 5 / 6.001);
}
.awafptcuk-width-small {
  width: 150px;
}
.awafptcuk-width-medium {
  width: 300px;
}
.awafptcuk-width-large {
  width: 450px;
}
.awafptcuk-width-xlarge {
  width: 600px;
}
.awafptcuk-width-xxlarge {
  width: 750px;
}
.awafptcuk-width-auto {
  width: auto;
}
.awafptcuk-width-expand {
  flex: 1;
  min-width: 1px;
}
@media (min-width: 640px) {
  .awafptcuk-width-1-1\@s {
    width: 100%;
  }
  .awafptcuk-width-1-2\@s {
    width: 50%;
  }
  .awafptcuk-width-1-3\@s {
    width: calc(100% * 1 / 3.001);
  }
  .awafptcuk-width-2-3\@s {
    width: calc(100% * 2 / 3.001);
  }
  .awafptcuk-width-1-4\@s {
    width: 25%;
  }
  .awafptcuk-width-3-4\@s {
    width: 75%;
  }
  .awafptcuk-width-1-5\@s {
    width: 20%;
  }
  .awafptcuk-width-2-5\@s {
    width: 40%;
  }
  .awafptcuk-width-3-5\@s {
    width: 60%;
  }
  .awafptcuk-width-4-5\@s {
    width: 80%;
  }
  .awafptcuk-width-1-6\@s {
    width: calc(100% * 1 / 6.001);
  }
  .awafptcuk-width-5-6\@s {
    width: calc(100% * 5 / 6.001);
  }
  .awafptcuk-width-small\@s {
    width: 150px;
  }
  .awafptcuk-width-medium\@s {
    width: 300px;
  }
  .awafptcuk-width-large\@s {
    width: 450px;
  }
  .awafptcuk-width-xlarge\@s {
    width: 600px;
  }
  .awafptcuk-width-xxlarge\@s {
    width: 750px;
  }
  .awafptcuk-width-auto\@s {
    width: auto;
  }
  .awafptcuk-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
}
@media (min-width: 960px) {
  .awafptcuk-width-1-1\@m {
    width: 100%;
  }
  .awafptcuk-width-1-2\@m {
    width: 50%;
  }
  .awafptcuk-width-1-3\@m {
    width: calc(100% * 1 / 3.001);
  }
  .awafptcuk-width-2-3\@m {
    width: calc(100% * 2 / 3.001);
  }
  .awafptcuk-width-1-4\@m {
    width: 25%;
  }
  .awafptcuk-width-3-4\@m {
    width: 75%;
  }
  .awafptcuk-width-1-5\@m {
    width: 20%;
  }
  .awafptcuk-width-2-5\@m {
    width: 40%;
  }
  .awafptcuk-width-3-5\@m {
    width: 60%;
  }
  .awafptcuk-width-4-5\@m {
    width: 80%;
  }
  .awafptcuk-width-1-6\@m {
    width: calc(100% * 1 / 6.001);
  }
  .awafptcuk-width-5-6\@m {
    width: calc(100% * 5 / 6.001);
  }
  .awafptcuk-width-small\@m {
    width: 150px;
  }
  .awafptcuk-width-medium\@m {
    width: 300px;
  }
  .awafptcuk-width-large\@m {
    width: 450px;
  }
  .awafptcuk-width-xlarge\@m {
    width: 600px;
  }
  .awafptcuk-width-xxlarge\@m {
    width: 750px;
  }
  .awafptcuk-width-auto\@m {
    width: auto;
  }
  .awafptcuk-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
}
@media (min-width: 1200px) {
  .awafptcuk-width-1-1\@l {
    width: 100%;
  }
  .awafptcuk-width-1-2\@l {
    width: 50%;
  }
  .awafptcuk-width-1-3\@l {
    width: calc(100% * 1 / 3.001);
  }
  .awafptcuk-width-2-3\@l {
    width: calc(100% * 2 / 3.001);
  }
  .awafptcuk-width-1-4\@l {
    width: 25%;
  }
  .awafptcuk-width-3-4\@l {
    width: 75%;
  }
  .awafptcuk-width-1-5\@l {
    width: 20%;
  }
  .awafptcuk-width-2-5\@l {
    width: 40%;
  }
  .awafptcuk-width-3-5\@l {
    width: 60%;
  }
  .awafptcuk-width-4-5\@l {
    width: 80%;
  }
  .awafptcuk-width-1-6\@l {
    width: calc(100% * 1 / 6.001);
  }
  .awafptcuk-width-5-6\@l {
    width: calc(100% * 5 / 6.001);
  }
  .awafptcuk-width-small\@l {
    width: 150px;
  }
  .awafptcuk-width-medium\@l {
    width: 300px;
  }
  .awafptcuk-width-large\@l {
    width: 450px;
  }
  .awafptcuk-width-xlarge\@l {
    width: 600px;
  }
  .awafptcuk-width-xxlarge\@l {
    width: 750px;
  }
  .awafptcuk-width-auto\@l {
    width: auto;
  }
  .awafptcuk-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
}
@media (min-width: 1600px) {
  .awafptcuk-width-1-1\@xl {
    width: 100%;
  }
  .awafptcuk-width-1-2\@xl {
    width: 50%;
  }
  .awafptcuk-width-1-3\@xl {
    width: calc(100% * 1 / 3.001);
  }
  .awafptcuk-width-2-3\@xl {
    width: calc(100% * 2 / 3.001);
  }
  .awafptcuk-width-1-4\@xl {
    width: 25%;
  }
  .awafptcuk-width-3-4\@xl {
    width: 75%;
  }
  .awafptcuk-width-1-5\@xl {
    width: 20%;
  }
  .awafptcuk-width-2-5\@xl {
    width: 40%;
  }
  .awafptcuk-width-3-5\@xl {
    width: 60%;
  }
  .awafptcuk-width-4-5\@xl {
    width: 80%;
  }
  .awafptcuk-width-1-6\@xl {
    width: calc(100% * 1 / 6.001);
  }
  .awafptcuk-width-5-6\@xl {
    width: calc(100% * 5 / 6.001);
  }
  .awafptcuk-width-small\@xl {
    width: 150px;
  }
  .awafptcuk-width-medium\@xl {
    width: 300px;
  }
  .awafptcuk-width-large\@xl {
    width: 450px;
  }
  .awafptcuk-width-xlarge\@xl {
    width: 600px;
  }
  .awafptcuk-width-xxlarge\@xl {
    width: 750px;
  }
  .awafptcuk-width-auto\@xl {
    width: auto;
  }
  .awafptcuk-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
}
.awafptcuk-panel {
  position: relative;
  box-sizing: border-box;
}
.awafptcuk-panel:before,
.awafptcuk-panel:after {
  content: "";
  display: table;
}
.awafptcuk-panel:after {
  clear: both;
}
.awafptcuk-panel > :last-child {
  margin-bottom: 0;
}
.awafptcuk-panel-scrollable {
  height: 170px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}
.awafptcuk-clearfix:before {
  content: "";
  display: table-cell;
}
.awafptcuk-clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.awafptcuk-float-left {
  float: left;
}
.awafptcuk-float-right {
  float: right;
}
[class*="awafptcuk-float-"] {
  max-width: 100%;
}
.awafptcuk-overflow-hidden {
  overflow: hidden;
}
.awafptcuk-overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.awafptcuk-overflow-auto > :last-child {
  margin-bottom: 0;
}
.awafptcuk-resize {
  resize: both;
}
.awafptcuk-resize-vertical {
  resize: vertical;
}
.awafptcuk-display-block {
  display: block !important;
}
.awafptcuk-display-inline {
  display: inline !important;
}
.awafptcuk-display-inline-block {
  display: inline-block !important;
}
[class*="awafptcuk-inline"] {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}
.awafptcuk-inline-clip {
  overflow: hidden;
}
.awafptcuk-preserve-width,
.awafptcuk-preserve-width audio,
.awafptcuk-preserve-width canvas,
.awafptcuk-preserve-width img,
.awafptcuk-preserve-width svg,
.awafptcuk-preserve-width video {
  max-width: none;
}
.awafptcuk-responsive-width,
.awafptcuk-responsive-height {
  box-sizing: border-box;
}
.awafptcuk-responsive-width {
  max-width: 100% !important;
  height: auto;
}
.awafptcuk-responsive-height {
  max-height: 100%;
  width: auto;
  max-width: none;
}
.awafptcuk-border-circle {
  border-radius: 50%;
}
.awafptcuk-border-pill {
  border-radius: 500px;
}
.awafptcuk-border-rounded {
  border-radius: 5px;
}
.awafptcuk-inline-clip[class*="awafptcuk-border-"] {
  -webkit-transform: translateZ(0);
}
.awafptcuk-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.awafptcuk-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.awafptcuk-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.awafptcuk-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}
[class*="awafptcuk-box-shadow-hover"] {
  transition: box-shadow 0.1s ease-in-out;
}
.awafptcuk-box-shadow-hover-small:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.awafptcuk-box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.awafptcuk-box-shadow-hover-large:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.awafptcuk-box-shadow-hover-xlarge:hover {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}
@supports (filter: blur(0)) {
  .awafptcuk-box-shadow-bottom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
  }
  .awafptcuk-box-shadow-bottom:before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    height: 30px;
    border-radius: 100%;
    background: #444;
    filter: blur(20px);
  }
  .awafptcuk-box-shadow-bottom > * {
    position: relative;
  }
}
.awafptcuk-dropcap:first-letter,
.awafptcuk-dropcap > p:first-of-type:first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 4.5em;
  line-height: 1;
}
@-moz-document url-prefix() {
  .awafptcuk-dropcap:first-letter,
  .awafptcuk-dropcap > p:first-of-type:first-letter {
    margin-top: 1.1%;
  }
}
@supports (-ms-ime-align: auto) {
  .awafptcuk-dropcap > p:first-of-type:first-letter {
    font-size: 1em;
  }
}
.awafptcuk-logo {
  font-size: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  color: #666;
  text-decoration: none;
}
.awafptcuk-logo:hover,
.awafptcuk-logo:focus {
  color: #666;
  outline: none;
  text-decoration: none;
}
.awafptcuk-logo-inverse {
  display: none;
}
.awafptcuk-disabled {
  pointer-events: none;
}
.awafptcuk-drag,
.awafptcuk-drag * {
  cursor: move;
}
.awafptcuk-drag iframe {
  pointer-events: none;
}
.awafptcuk-dragover {
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}
.awafptcuk-blend-multiply {
  mix-blend-mode: multiply;
}
.awafptcuk-blend-screen {
  mix-blend-mode: screen;
}
.awafptcuk-blend-overlay {
  mix-blend-mode: overlay;
}
.awafptcuk-blend-darken {
  mix-blend-mode: darken;
}
.awafptcuk-blend-lighten {
  mix-blend-mode: lighten;
}
.awafptcuk-blend-color-dodge {
  mix-blend-mode: color-dodge;
}
.awafptcuk-blend-color-burn {
  mix-blend-mode: color-burn;
}
.awafptcuk-blend-hard-light {
  mix-blend-mode: hard-light;
}
.awafptcuk-blend-soft-light {
  mix-blend-mode: soft-light;
}
.awafptcuk-blend-difference {
  mix-blend-mode: difference;
}
.awafptcuk-blend-exclusion {
  mix-blend-mode: exclusion;
}
.awafptcuk-blend-hue {
  mix-blend-mode: hue;
}
.awafptcuk-blend-saturation {
  mix-blend-mode: saturation;
}
.awafptcuk-blend-color {
  mix-blend-mode: color;
}
.awafptcuk-blend-luminosity {
  mix-blend-mode: luminosity;
}
.awafptcuk-transform-center {
  transform: translate(-50%, -50%);
}
.awafptcuk-transform-origin-top-left {
  transform-origin: 0 0;
}
.awafptcuk-transform-origin-top-center {
  transform-origin: 50% 0;
}
.awafptcuk-transform-origin-top-right {
  transform-origin: 100% 0;
}
.awafptcuk-transform-origin-center-left {
  transform-origin: 0 50%;
}
.awafptcuk-transform-origin-center-right {
  transform-origin: 100% 50%;
}
.awafptcuk-transform-origin-bottom-left {
  transform-origin: 0 100%;
}
.awafptcuk-transform-origin-bottom-center {
  transform-origin: 50% 100%;
}
.awafptcuk-transform-origin-bottom-right {
  transform-origin: 100% 100%;
}
.awafptcuk-flex {
  display: flex;
}
.awafptcuk-flex-inline {
  display: inline-flex;
}
.awafptcuk-flex:before,
.awafptcuk-flex:after,
.awafptcuk-flex-inline:before,
.awafptcuk-flex-inline:after {
  display: none;
}
.awafptcuk-flex-left {
  justify-content: flex-start;
}
.awafptcuk-flex-center {
  justify-content: center;
}
.awafptcuk-flex-right {
  justify-content: flex-end;
}
.awafptcuk-flex-between {
  justify-content: space-between;
}
.awafptcuk-flex-around {
  justify-content: space-around;
}
@media (min-width: 640px) {
  .awafptcuk-flex-left\@s {
    justify-content: flex-start;
  }
  .awafptcuk-flex-center\@s {
    justify-content: center;
  }
  .awafptcuk-flex-right\@s {
    justify-content: flex-end;
  }
  .awafptcuk-flex-between\@s {
    justify-content: space-between;
  }
  .awafptcuk-flex-around\@s {
    justify-content: space-around;
  }
}
@media (min-width: 960px) {
  .awafptcuk-flex-left\@m {
    justify-content: flex-start;
  }
  .awafptcuk-flex-center\@m {
    justify-content: center;
  }
  .awafptcuk-flex-right\@m {
    justify-content: flex-end;
  }
  .awafptcuk-flex-between\@m {
    justify-content: space-between;
  }
  .awafptcuk-flex-around\@m {
    justify-content: space-around;
  }
}
@media (min-width: 1200px) {
  .awafptcuk-flex-left\@l {
    justify-content: flex-start;
  }
  .awafptcuk-flex-center\@l {
    justify-content: center;
  }
  .awafptcuk-flex-right\@l {
    justify-content: flex-end;
  }
  .awafptcuk-flex-between\@l {
    justify-content: space-between;
  }
  .awafptcuk-flex-around\@l {
    justify-content: space-around;
  }
}
@media (min-width: 1600px) {
  .awafptcuk-flex-left\@xl {
    justify-content: flex-start;
  }
  .awafptcuk-flex-center\@xl {
    justify-content: center;
  }
  .awafptcuk-flex-right\@xl {
    justify-content: flex-end;
  }
  .awafptcuk-flex-between\@xl {
    justify-content: space-between;
  }
  .awafptcuk-flex-around\@xl {
    justify-content: space-around;
  }
}
.awafptcuk-flex-stretch {
  align-items: stretch;
}
.awafptcuk-flex-top {
  align-items: flex-start;
}
.awafptcuk-flex-middle {
  align-items: center;
}
.awafptcuk-flex-bottom {
  align-items: flex-end;
}
.awafptcuk-flex-row {
  flex-direction: row;
}
.awafptcuk-flex-row-reverse {
  flex-direction: row-reverse;
}
.awafptcuk-flex-column {
  flex-direction: column;
}
.awafptcuk-flex-column-reverse {
  flex-direction: column-reverse;
}
.awafptcuk-flex-nowrap {
  flex-wrap: nowrap;
}
.awafptcuk-flex-wrap {
  flex-wrap: wrap;
}
.awafptcuk-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.awafptcuk-flex-wrap-stretch {
  align-content: stretch;
}
.awafptcuk-flex-wrap-top {
  align-content: flex-start;
}
.awafptcuk-flex-wrap-middle {
  align-content: center;
}
.awafptcuk-flex-wrap-bottom {
  align-content: flex-end;
}
.awafptcuk-flex-wrap-between {
  align-content: space-between;
}
.awafptcuk-flex-wrap-around {
  align-content: space-around;
}
.awafptcuk-flex-first {
  order: -1;
}
.awafptcuk-flex-last {
  order: 99;
}
@media (min-width: 640px) {
  .awafptcuk-flex-first\@s {
    order: -1;
  }
  .awafptcuk-flex-last\@s {
    order: 99;
  }
}
@media (min-width: 960px) {
  .awafptcuk-flex-first\@m {
    order: -1;
  }
  .awafptcuk-flex-last\@m {
    order: 99;
  }
}
@media (min-width: 1200px) {
  .awafptcuk-flex-first\@l {
    order: -1;
  }
  .awafptcuk-flex-last\@l {
    order: 99;
  }
}
@media (min-width: 1600px) {
  .awafptcuk-flex-first\@xl {
    order: -1;
  }
  .awafptcuk-flex-last\@xl {
    order: 99;
  }
}
.awafptcuk-flex-none {
  flex: none;
}
.awafptcuk-flex-auto {
  flex: auto;
}
.awafptcuk-flex-1 {
  flex: 1;
}
[hidden],
.awafptcuk-hidden {
  display: none !important;
}
@media (min-width: 640px) {
  .awafptcuk-hidden\@s {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .awafptcuk-hidden\@m {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .awafptcuk-hidden\@l {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .awafptcuk-hidden\@xl {
    display: none !important;
  }
}
@media (max-width: 639px) {
  .awafptcuk-visible\@s {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .awafptcuk-visible\@m {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .awafptcuk-visible\@l {
    display: none !important;
  }
}
@media (max-width: 1599px) {
  .awafptcuk-visible\@xl {
    display: none !important;
  }
}
.awafptcuk-invisible {
  visibility: hidden !important;
}
.awafptcuk-visible-toggle:not(:hover):not(.awafptcuk-hover)
  .awafptcuk-hidden-hover:not(:focus) {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}
.awafptcuk-visible-toggle:not(:hover):not(.awafptcuk-hover)
  .awafptcuk-invisible-hover:not(:focus) {
  opacity: 0 !important;
}
@media (pointer: coarse) {
  .awafptcuk-hidden-touch {
    display: none !important;
  }
}
.awafptcuk-hidden-notouch {
  display: none !important;
}
@media (pointer: coarse) {
  .awafptcuk-hidden-notouch {
    display: block !important;
  }
}
.awafptcuk-light
  .awafptcuk-grid-divider
  > :not(.awafptcuk-first-column):before {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.awafptcuk-light
  .awafptcuk-grid-divider.awafptcuk-grid-stack
  > .awafptcuk-grid-margin:before {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.awafptcuk-light .awafptcuk-slidenav {
  color: rgba(255, 255, 255, 0.7);
}
.awafptcuk-light .awafptcuk-slidenav:hover,
.awafptcuk-light .awafptcuk-slidenav:focus {
  color: rgba(255, 255, 255, 0.95);
}
.awafptcuk-light .awafptcuk-slidenav:active {
  color: rgba(255, 255, 255, 0.7);
}
.awafptcuk-light .awafptcuk-dotnav > * > * {
  background-color: rgba(255, 255, 255, 0.5);
}
.awafptcuk-light .awafptcuk-dotnav > * > :hover,
.awafptcuk-light .awafptcuk-dotnav > * > :focus {
  background-color: rgba(255, 255, 255, 0.9);
}
.awafptcuk-light .awafptcuk-dotnav > * > :active {
  background-color: rgba(255, 255, 255, 0.5);
}
.awafptcuk-light .awafptcuk-dotnav > .awafptcuk-active > * {
  background-color: rgba(255, 255, 255, 0.9);
}
.awafptcuk-light .awafptcuk-logo {
  color: rgba(255, 255, 255, 0.7);
}
.awafptcuk-light .awafptcuk-logo:hover,
.awafptcuk-light .awafptcuk-logo:focus {
  color: rgba(255, 255, 255, 0.7);
}
.awafptcuk-light
  .awafptcuk-logo
  > :not(.awafptcuk-logo-inverse):not(:only-of-type) {
  display: none;
}
.awafptcuk-light .awafptcuk-logo-inverse {
  display: inline;
}
@media only screen and (min-width: 960px) {
  .aw-afptc__main-popup .modal-inner-wrap {
    max-width: 825px;
  }
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amscroll-arrow-icon {
  width: 14px;
  height: 28px;
  background: url("../images/arrow.svg");
}
.amscroll-chevron-icon {
  width: 24px;
  height: 24px;
  background: url("../images/chevron.svg");
}
@-webkit-keyframes amScrollRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.amscroll-arrow-style {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.amscroll-arrow-style:before {
  border-radius: 100px;
}
.amscroll-arrow-style:after {
  width: 14px;
  height: 28px;
  background: url("../images/arrow.svg");
}
.amscroll-arrow-style .amscroll-text {
  display: none;
}
.amscroll-text-style {
  padding-right: 7px;
  border-radius: 100px;
  transform: rotate(-90deg) translate(60px, 60px);
}
.amscroll-text-style:before {
  border-radius: 100px;
}
.amscroll-text-style:after {
  width: 24px;
  height: 24px;
  background: url("../images/chevron.svg");
}
.amscroll-edge-style {
  right: 0;
  padding: 4px 26px 4px 20px;
  border-radius: 20px 20px 0 0;
  transform: rotate(-90deg) translate(71px, 72px);
}
.amscroll-edge-style .amscroll-text {
  margin-right: 20px;
}
.amscroll-edge-style:before {
  border-radius: 20px 20px 0 0;
}
.amscroll-edge-style:after {
  width: 14px;
  height: 28px;
  background: url("../images/arrow.svg");
  transform: rotate(90deg) translateX(2px);
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
@font-face {
  font-family: "Rochester";
  src: url("../fonts/Rochester-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Tinos";
  src: url("../fonts/Tinos-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-display: swap;
  src: url(../fonts/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-display: swap;
  src: url(../fonts/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format("woff2");
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueLight.ttf");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueIt.ttf");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueMedium.ttf");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueBold.ttf");
  font-weight: 700;
  font-display: swap;
}
.um-gallery-image-items-view {
  float: left;
  width: 100%;
}
.um-gal-view-toolbar-bottom {
  float: left;
  width: 100%;
  padding-top: 30px;
}
.um-gal-view-toolbar-bottom .toolbar-amount {
  display: none;
}
.um-gal-view-toolbar-bottom .limiter {
  display: none;
}
.um-gallery-container .block-description {
  text-align: center;
  line-height: 23px;
  float: left;
  width: 100%;
}
.um-gallery-layout-no-filter .um-gallery-item h5 {
  font-size: 13px;
}
.um-gi-caption-block h4 {
  font-weight: 600;
}
.um-gal-image img {
  cursor: pointer;
}
.um-gallery-layout-no-filter .um-gallery-wrap {
  float: left;
  width: 100%;
  padding: 10px;
}
.um-gallery-layout-no-filter .um-gallery-items {
  float: left;
  width: 100%;
}
.um-gallery-layout-no-filter .um-gallery-item {
  float: left;
  width: 23%;
  padding: 10px;
  position: relative;
}
.um-gallery-layout-no-filter .um-gallery-item a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}
.um-gallery-layout-no-filter .um-gallery-item img {
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
}
.um-gallery-layout-no-filter .um-gallery-item:hover img {
  filter: none;
}
.um-gallery-layout-no-filter .um-gallery-item h4 {
  text-transform: none;
  margin: 0;
  padding: 5px;
  text-align: left;
}
.um-gallery-layout-no-filter .um-gallery-item h5 {
  text-transform: none;
  margin: 0;
  padding: 5px;
  text-align: left;
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.um-gallery-layout-no-filter .um-item-title h2 {
  margin: 0;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.um-gallery-layout-no-filter .um-gi-nf-caption-block {
  background-color: #0e0e0ea6;
  border-radius: 0;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 1.4rem;
  color: #fff;
  font-weight: 300;
  display: block;
  padding: 7px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
}
.um-gal-no-move-gal-caption .um-gi-nf-caption-block {
  position: initial;
  display: block;
  background: #fff;
  color: #333;
  border: 1px solid transparent;
  margin-top: -7px;
}
.um-gal-no-move-gal-caption .um-gallery-item img {
  border: 1px solid transparent;
}
.um-gal-no-move-gal-caption .um-gallery-item h5 {
  color: #5f5f5f;
  text-align: center;
}
.um-gal-no-move-gal-caption .um-gallery-item h4 {
  color: #5f5f5f;
  text-align: center;
}
.um-gal-no-move-gal-caption .um-gallery-item a {
  color: #333;
  font-weight: 600;
}
.um-gal-no-move-img-caption .um-gallery-layout-filter .um-gi-caption-block {
  position: initial;
  display: block;
  background: #fff;
  color: #333;
  border: 1px solid transparent;
  margin-top: -7px;
}
.um-gal-no-move-img-caption .um-gallery-layout-filter .um-gi-caption-block h4 {
  text-align: center;
}
.um-gal-no-move-img-caption .um-gallery-layout-filter .um-gal-image img {
  border: 1px solid transparent;
}
.um-gal-no-move-img-caption .um-gi-caption-block {
  position: initial;
  display: block;
  background: #fff;
  color: #333;
  border: 1px solid transparent;
  margin-top: -7px;
}
.um-gal-no-move-img-caption .um-gi-caption-block h5 {
  color: #5f5f5f;
  text-align: center;
}
.um-gal-no-move-img-caption .um-ginf-caption-block {
  position: initial;
  display: block;
  background: #fff;
  color: #333;
  border: 1px solid transparent;
  margin-top: -7px;
}
.um-gal-no-move-img-caption .um-ginf-caption-block h5 {
  color: #5f5f5f;
  text-align: center;
}
.um-gal-no-move-img-caption .um-ginf-caption-block h4 {
  padding: 10px;
  text-align: center;
  font-weight: 600;
}
.um-gal-no-move-img-caption .um-gal-template-slider .um-ginf-caption-block {
  position: initial;
  display: block;
  background: #fff;
  color: #333;
  border: 1px solid transparent;
  margin-top: -7px;
}
.um-gal-no-move-img-caption .um-gal-template-slider .um-ginf-caption-block h5 {
  color: #5f5f5f;
  text-align: center;
}
.um-gal-no-move-img-caption um-gallery-layout-filter .um-gi-caption-block h5 {
  color: #5f5f5f;
  text-align: center;
}
.um-gal-no-move-img-caption .um-gal-image img {
  border: 1px solid transparent;
}
.um-gal-no-gray-img .um-gallery-layout-filter .um-gal-image img {
  filter: none;
}
.um-gal-no-gray-img .um-gal-image img {
  filter: none;
}
.um-gal-no-gray-img .um-gallery-items-widget .um-gal-image img {
  filter: none;
}
.um-gal-no-gray-gal .um-gallery-layout-no-filter .um-gallery-item img {
  filter: none;
}
.um-gallery-container {
  float: left;
  width: 100%;
}
.um-gallery-container .block-title {
  float: left;
  width: 100%;
  padding: 10px;
}
.um-gallery-container .block-title h1 {
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.um-gallery-container .block-content {
  float: left;
  width: 100%;
  padding: 10px;
}
.um-gallery-container .um-gallery-block {
  float: left;
  width: 100%;
}
.um-gallery-filters {
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 0;
  text-align: center;
}
.um-gallery-image-items {
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 0;
}
.um-gallery-controls {
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
}
.um-gallery-items {
  margin: 0;
  padding-top: 0;
  padding-bottom: 20px;
}
.um-gallery-items li {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 15px;
  border: 1px solid #888;
  margin-bottom: 0;
}
.um-gallery-items li a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
.um-gallery-items .active {
  background: #888;
}
.um-gallery-items .active a {
  color: #fff;
}
.um-controls-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.um-shuffle-block {
  float: left;
  width: auto;
}
.um-shuffle-block .shuffle-btn {
  border: 1px solid #888;
  margin-bottom: 0;
  background: #888;
  box-shadow: none;
  border-radius: 0;
  color: #fff;
}
.um-search-block {
  float: left;
  width: auto;
  padding: 0 10px;
}
.um-search-block input {
  box-shadow: none !important;
}
.um-sorting-block {
  float: left;
  width: auto;
}
.um-sortandshuffle {
  float: left;
  width: auto;
  padding: 0 10px;
  margin: 0;
}
.um-sortandshuffle li {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 15px;
  border: 1px solid #888;
  margin-bottom: 0;
  background: #888;
  color: #fff;
}
.um-fltr-sorting {
  float: left;
  width: auto;
  box-shadow: none !important;
}
#um-filtr-item {
  width: 23%;
  padding: 7px;
}
.um-gal-image img {
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
}
.um-gal-image img:hover {
  filter: none;
}
.um-gal-image:hover .um-gi-icon {
  visibility: visible;
}
.um-gi-caption-block {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  left: 0.7rem;
  right: 0.7rem;
  bottom: 1.1rem;
  color: #fff;
  font-weight: 300;
  display: block;
  padding: 7px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
}
.um-gi-caption-block h4 {
  text-transform: none;
  margin: 0;
  padding: 5px;
  text-align: left;
}
.um-gi-caption-block h5 {
  text-transform: none;
  margin: 0;
  padding: 5px;
  text-align: left;
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
  color: #f3f0f0;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.um-gallery-block .um-gi-icon {
  position: absolute;
  bottom: 55%;
  left: 48%;
  visibility: hidden;
  cursor: pointer;
}
.um-gallery-block .um-gi-icon i {
  font-size: 30px;
  color: #fff;
}
.um-gal-template-grid .um-gal-image-wrapper {
  float: left;
  width: 23%;
  padding: 10px;
  position: relative;
}
.um-gallery-container-view {
  float: left;
  width: 100%;
}
.um-gallery-container-view .block-title {
  float: left;
  width: 100%;
  text-align: center;
}
.um-gallery-container-view .block-title h1 {
  margin: 0;
  padding: 0;
}
.um-gallery-container-view .block-content {
  float: left;
  width: 100%;
  text-align: center;
}
.um-gallery-container-view .block-description {
  text-align: center;
  padding: 20px 0;
  float: left;
  width: 100%;
}
.um-gallery-container-view .um-gal-image .um-gi-icon {
  position: absolute;
  bottom: 55%;
  left: 48%;
  visibility: hidden;
  cursor: pointer;
}
.um-gallery-container-view .um-gal-image .um-gi-icon i {
  font-size: 30px;
  color: #fff;
}
.um-gallery-container-view .um-gal-image:hover .um-gi-icon {
  visibility: visible;
}
.um-gallery-container-view .block-description {
  float: left;
  width: 100%;
}
.um-ginf-caption-block {
  background-color: #0e0e0ea6;
  border-radius: 0;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 1.4rem;
  color: #fff;
  font-weight: 300;
  display: block;
  padding: 7px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
}
.um-ginf-caption-block h4 {
  text-transform: none;
  margin: 0;
  padding: 5px;
  text-align: left;
}
#um-gallery-image-items-view .um-ginf-caption-block h5 {
  text-transform: none;
  margin: 0;
  padding: 5px;
  text-align: left;
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.um-gal-template-slider .um-gal-image-wrapper {
  float: left;
  width: 100%;
  padding: 0;
  position: relative;
}
.um-gal-template-slider .um-ginf-caption-block {
  border-radius: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-weight: 300;
  display: block;
  padding: 7px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.um-gal-template-slider .um-ginf-caption-block h5 {
  display: none;
}
.um-gal-template-slider .fa-arrow-circle-left {
  font-size: 35px;
}
.um-gal-template-slider .fa-arrow-circle-right {
  font-size: 35px;
}
.pp_pic_holder .ppt {
  opacity: 1;
  display: block;
  width: 100%;
  z-index: 9999;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 0;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  margin: 10px;
  padding: 10px;
}
.um-gallery-image-items-view.um-gal-template-slider {
  display: none;
  margin: 0;
  padding: 15px;
}
.um-gallery-image-items-view.um-gal-template-slider.owl-carousel.owl-loaded {
  display: block;
}
@media only screen and (max-width: 767px) {
  .um-gal-template-grid .um-gal-image-wrapper {
    width: 100%;
  }
  .um-gallery-layout-no-filter .um-gallery-item {
    width: 100%;
  }
  .um-gal-no-move-gal-caption .um-gi-nf-caption-block {
    position: absolute;
  }
}
@media only screen and (min-width: 100px) and (max-width: 585px) {
  .um-controls-wrap {
    display: block;
    padding: 0 20px;
  }
  .um-shuffle-block {
    width: 100% !important;
    float: left;
  }
  .um-search-block {
    width: 100% !important;
    float: left;
  }
  .um-sorting-block {
    width: 100% !important;
    float: left;
    padding-top: 0;
  }
  .um-fltr-sorting {
    width: 100% !important;
    float: left;
  }
  .um-sortandshuffle {
    width: 100% !important;
    text-align: center !important;
    padding: 4px !important;
  }
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  .um-gi-caption-block h5 {
    display: none;
  }
  .um-gi-caption-block h4 {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
  }
  #um-filtr-item {
    width: 50%;
  }
  .um-search-block {
    width: auto;
    padding: 10px;
  }
  .um-search-block input {
    text-align: center;
  }
  .um-sorting-block {
    width: auto;
    padding-top: 0;
    text-align: center;
  }
  .um-shuffle-block {
    padding: 5px 10px;
    width: auto;
    text-align: center;
  }
  .um-gallery-items li {
    margin-bottom: 10px;
  }
  .um-gallery-filters ul {
    margin: 0;
    padding: 0;
  }
  .um-gallery-controls {
    float: left;
    width: auto;
    padding-bottom: 0;
    padding-top: 0;
  }
  .um-sortandshuffle {
    width: auto;
    text-align: right;
    padding: 0 4px;
  }
  .um-sortandshuffle li {
    margin-right: 0;
    padding: 5px;
  }
  .um-fltr-sorting {
    width: auto;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1050px) {
  .um-gi-caption-block h5 {
    display: none;
  }
  .um-sortandshuffle {
    padding: 0 2px;
    margin: 0;
    width: auto;
  }
  .um-search-block {
    padding: 0 15px;
  }
  .um-fltr-sorting {
    width: auto;
  }
}
div.pp_default .pp_top {
  height: 13px;
}
div.pp_default .pp_top .pp_middle {
  height: 13px;
  background: url(../images/sprite_x.png) top left repeat-x;
}
div.pp_default .pp_top .pp_left {
  height: 13px;
  background: url(../images/sprite.png) -78px -93px no-repeat;
}
div.pp_default .pp_top .pp_right {
  height: 13px;
  background: url(../images/sprite.png) -112px -93px no-repeat;
}
div.pp_default .pp_bottom {
  height: 13px;
}
div.pp_default .pp_bottom .pp_left {
  height: 13px;
  background: url(../images/sprite.png) -78px -127px no-repeat;
}
div.pp_default .pp_bottom .pp_middle {
  height: 13px;
  background: url(../images/sprite_x.png) bottom left repeat-x;
}
div.pp_default .pp_bottom .pp_right {
  height: 13px;
  background: url(../images/sprite.png) -112px -127px no-repeat;
}
div.pp_default .pp_content {
  background-color: #fff;
}
div.pp_default .pp_content .ppt {
  color: #08c;
}
div.pp_default .pp_content_container .pp_left {
  background: url(../images/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
  background: url(../images/sprite_y.png) top right repeat-y;
  padding-right: 13px;
}
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}
div.pp_default .pp_next:hover {
  background: url(../images/sprite_next.png) center right no-repeat;
  cursor: pointer;
}
div.pp_default .pp_previous:hover {
  background: url(../images/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}
div.pp_default .pp_expand {
  background: url(../images/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_expand:hover {
  background: url(../images/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_contract {
  background: url(../images/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_contract:hover {
  background: url(../images/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(../images/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_close:hover {
  opacity: 0.7;
}
div.pp_default #pp_full_res .pp_inline {
  color: #000;
}
div.pp_default .pp_gallery ul li a {
  background: url(../images/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa;
}
div.pp_default .pp_gallery ul li a:hover {
  border-color: #fff;
}
div.pp_default .pp_gallery ul li.selected a {
  border-color: #fff;
}
div.pp_default .pp_gallery a.pp_arrow_previous {
  position: static;
  left: auto;
}
div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}
div.pp_default .pp_social {
  margin-top: 7px;
}
div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}
div.pp_default .pp_nav .pp_play {
  background: url(../images/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}
div.pp_default .pp_nav .pp_play:hover {
  opacity: 0.7;
}
div.pp_default .pp_nav .pp_pause {
  background: url(../images/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
  background-position: -51px -29px;
}
div.pp_default .pp_nav .pp_pause:hover {
  opacity: 0.7;
}
div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 10px;
  position: absolute;
  top: 2px;
}
div.pp_default .pp_details {
  position: relative;
}
div.pp_default a.pp_arrow_previous {
  background: url(../images/sprite.png) -31px -3px no-repeat;
  height: 20px;
  margin: 4px 0 0;
  width: 20px;
}
div.pp_default a.pp_arrow_next {
  background: url(../images/sprite.png) -31px -3px no-repeat;
  height: 20px;
  margin: 4px 0 0;
  width: 20px;
  left: 52px;
  background-position: -82px -3px;
}
div.pp_default .pp_arrow_next:hover {
  opacity: 0.7;
}
div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}
div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}
div.pp_default .pp_loaderIcon {
  background: url(../images/loader.gif) center center no-repeat;
}
div.light_rounded .pp_top .pp_left {
  background: url(../images/sprite_3.png) -88px -53px no-repeat;
}
div.light_rounded .pp_top .pp_middle {
  background: #fff;
}
div.light_rounded .pp_top .pp_right {
  background: url(../images/sprite_3.png) -110px -53px no-repeat;
}
div.light_rounded .pp_content {
  background-color: #fff;
}
div.light_rounded .pp_content .ppt {
  color: #000;
}
div.light_rounded .pp_content_container .pp_left {
  background: #fff;
}
div.light_rounded .pp_content_container .pp_right {
  background: #fff;
}
div.light_rounded .pp_next:hover {
  background: url(../images/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_previous:hover {
  background: url(../images/btnPrevious_2.png) center left no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_expand {
  background: url(../images/sprite_3.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_expand:hover {
  background: url(../images/sprite_3.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_contract {
  background: url(../images/sprite_3.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_contract:hover {
  background: url(../images/sprite_3.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/sprite_3.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_details {
  position: relative;
}
div.light_rounded .pp_description {
  margin-right: 85px;
}
div.light_rounded #pp_full_res .pp_inline {
  color: #000;
}
div.light_rounded .pp_gallery a.pp_arrow_previous {
  margin-top: 12px !important;
}
div.light_rounded .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}
div.light_rounded .pp_nav .pp_play {
  background: url(../images/sprite_3.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_rounded .pp_nav .pp_pause {
  background: url(../images/sprite_3.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_rounded .pp_arrow_previous {
  background: url(../images/sprite_3.png) 0 -71px no-repeat;
}
div.light_rounded .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}
div.light_rounded .pp_arrow_next {
  background: url(../images/sprite_3.png) -22px -71px no-repeat;
}
div.light_rounded .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}
div.light_rounded .pp_bottom .pp_left {
  background: url(../images/sprite_3.png) -88px -80px no-repeat;
}
div.light_rounded .pp_bottom .pp_middle {
  background: #fff;
}
div.light_rounded .pp_bottom .pp_right {
  background: url(../images/sprite_3.png) -110px -80px no-repeat;
}
div.light_rounded .pp_loaderIcon {
  background: url(../images/loader_1.gif) center center no-repeat;
}
div.dark_rounded .pp_top .pp_left {
  background: url(../images/sprite_1.png) -88px -53px no-repeat;
}
div.dark_rounded .pp_top .pp_middle {
  background: url(../images/contentPattern.png) top left repeat;
}
div.dark_rounded .pp_top .pp_right {
  background: url(../images/sprite_1.png) -110px -53px no-repeat;
}
div.dark_rounded .pp_content_container .pp_left {
  background: url(../images/contentPattern.png) top left repeat-y;
}
div.dark_rounded .pp_content_container .pp_right {
  background: url(../images/contentPattern.png) top right repeat-y;
}
div.dark_rounded .pp_content {
  background: url(../images/contentPattern.png) top left repeat;
}
div.dark_rounded .pp_next:hover {
  background: url(../images/btnNext_2.png) center right no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_previous:hover {
  background: url(../images/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_expand {
  background: url(../images/sprite_1.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_expand:hover {
  background: url(../images/sprite_1.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_contract {
  background: url(../images/sprite_1.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_contract:hover {
  background: url(../images/sprite_1.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/sprite_1.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_details {
  position: relative;
}
div.dark_rounded .pp_description {
  margin-right: 85px;
  color: #fff;
}
div.dark_rounded .currentTextHolder {
  color: #c4c4c4;
}
div.dark_rounded #pp_full_res .pp_inline {
  color: #fff;
}
div.dark_rounded .pp_gallery a.pp_arrow_previous {
  margin-top: 12px !important;
}
div.dark_rounded .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}
div.dark_rounded .pp_nav .pp_play {
  background: url(../images/sprite_1.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_rounded .pp_nav .pp_pause {
  background: url(../images/sprite_1.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_rounded .pp_arrow_previous {
  background: url(../images/sprite_1.png) 0 -71px no-repeat;
}
div.dark_rounded .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}
div.dark_rounded .pp_arrow_next {
  background: url(../images/sprite_1.png) -22px -71px no-repeat;
}
div.dark_rounded .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}
div.dark_rounded .pp_bottom .pp_left {
  background: url(../images/sprite_1.png) -88px -80px no-repeat;
}
div.dark_rounded .pp_bottom .pp_middle {
  background: url(../images/contentPattern.png) top left repeat;
}
div.dark_rounded .pp_bottom .pp_right {
  background: url(../images/sprite_1.png) -110px -80px no-repeat;
}
div.dark_rounded .pp_loaderIcon {
  background: url(../images/loader_3.gif) center center no-repeat;
}
div.dark_square .pp_left {
  background: #000;
}
div.dark_square .pp_middle {
  background: #000;
}
div.dark_square .pp_right {
  background: #000;
}
div.dark_square .pp_content {
  background: #000;
}
div.dark_square .currentTextHolder {
  color: #c4c4c4;
}
div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0;
}
div.dark_square .pp_loaderIcon {
  background: url(../images/loader_2.gif) center center no-repeat;
}
div.dark_square .pp_expand {
  background: url(../images/sprite_2.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_expand:hover {
  background: url(../images/sprite_2.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_contract {
  background: url(../images/sprite_2.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_contract:hover {
  background: url(../images/sprite_2.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/sprite_2.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_details {
  position: relative;
}
div.dark_square #pp_full_res .pp_inline {
  color: #fff;
}
div.dark_square .pp_gallery a.pp_arrow_previous {
  margin-top: 12px !important;
}
div.dark_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}
div.dark_square .pp_nav {
  clear: none;
}
div.dark_square .pp_nav .pp_play {
  background: url(../images/sprite_2.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_square .pp_nav .pp_pause {
  background: url(../images/sprite_2.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_square .pp_arrow_previous {
  background: url(../images/sprite_2.png) 0 -71px no-repeat;
}
div.dark_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}
div.dark_square .pp_arrow_next {
  background: url(../images/sprite_2.png) -22px -71px no-repeat;
}
div.dark_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}
div.dark_square .pp_next:hover {
  background: url(../images/btnNext_3.png) center right no-repeat;
  cursor: pointer;
}
div.dark_square .pp_previous:hover {
  background: url(../images/btnPrevious_1.png) center left no-repeat;
  cursor: pointer;
}
div.light_square .pp_left {
  background: #fff;
}
div.light_square .pp_middle {
  background: #fff;
}
div.light_square .pp_right {
  background: #fff;
}
div.light_square .pp_content {
  background: #fff;
}
div.light_square .pp_content .ppt {
  color: #000;
}
div.light_square .pp_expand {
  background: url(../images/sprite_4.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.light_square .pp_expand:hover {
  background: url(../images/sprite_4.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.light_square .pp_contract {
  background: url(../images/sprite_4.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.light_square .pp_contract:hover {
  background: url(../images/sprite_4.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/sprite_4.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.light_square .pp_details {
  position: relative;
}
div.light_square .pp_description {
  margin-right: 85px;
}
div.light_square #pp_full_res .pp_inline {
  color: #000;
}
div.light_square .pp_gallery a.pp_arrow_previous {
  margin-top: 12px !important;
}
div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}
div.light_square .pp_nav .pp_play {
  background: url(../images/sprite_4.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_square .pp_nav .pp_pause {
  background: url(../images/sprite_4.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_square .pp_arrow_previous {
  background: url(../images/sprite_4.png) 0 -71px no-repeat;
}
div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}
div.light_square .pp_arrow_next {
  background: url(../images/sprite_4.png) -22px -71px no-repeat;
}
div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}
div.light_square .pp_next:hover {
  background: url(../images/btnNext_4.png) center right no-repeat;
  cursor: pointer;
}
div.light_square .pp_previous:hover {
  background: url(../images/btnPrevious_3.png) center left no-repeat;
  cursor: pointer;
}
div.light_square .pp_loaderIcon {
  background: url(../images/loader_1.gif) center center no-repeat;
}
div.facebook .pp_top .pp_left {
  background: url(../images/sprite_5.png) -88px -53px no-repeat;
}
div.facebook .pp_top .pp_middle {
  background: url(../images/contentPatternTop.png) top left repeat-x;
}
div.facebook .pp_top .pp_right {
  background: url(../images/sprite_5.png) -110px -53px no-repeat;
}
div.facebook .pp_content {
  background: #fff;
}
div.facebook .pp_content .ppt {
  color: #000;
}
div.facebook .pp_content_container .pp_left {
  background: url(../images/contentPatternLeft.png) top left repeat-y;
}
div.facebook .pp_content_container .pp_right {
  background: url(../images/contentPatternRight.png) top right repeat-y;
}
div.facebook .pp_expand {
  background: url(../images/sprite_5.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.facebook .pp_expand:hover {
  background: url(../images/sprite_5.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.facebook .pp_contract {
  background: url(../images/sprite_5.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.facebook .pp_contract:hover {
  background: url(../images/sprite_5.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(../images/sprite_5.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.facebook .pp_details {
  position: relative;
}
div.facebook .pp_description {
  margin: 0 37px 0 0;
}
div.facebook #pp_full_res .pp_inline {
  color: #000;
}
div.facebook .pp_loaderIcon {
  background: url(../images/loader_4.gif) center center no-repeat;
}
div.facebook .pp_arrow_previous {
  background: url(../images/sprite_5.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}
div.facebook .pp_arrow_next {
  background: url(../images/sprite_5.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}
div.facebook .pp_nav {
  margin-top: 0;
}
div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}
div.facebook .pp_nav .pp_play {
  background: url(../images/sprite_5.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px;
}
div.facebook .pp_nav .pp_pause {
  background: url(../images/sprite_5.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px;
}
div.facebook .pp_next:hover {
  background: url(../images/btnNext_1.png) center right no-repeat;
  cursor: pointer;
}
div.facebook .pp_previous:hover {
  background: url(../images/btnPrevious_4.png) center left no-repeat;
  cursor: pointer;
}
div.facebook .pp_bottom .pp_left {
  background: url(../images/sprite_5.png) -88px -80px no-repeat;
}
div.facebook .pp_bottom .pp_middle {
  background: url(../images/contentPatternBottom.png) top left repeat-x;
}
div.facebook .pp_bottom .pp_right {
  background: url(../images/sprite_5.png) -110px -80px no-repeat;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}
div.pp_pic_holder a:focus {
  outline: none;
}
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}
.pp_top {
  height: 20px;
  position: relative;
}
.pp_top .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_top .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
.pp_top .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
* html .pp_top {
  padding: 0 20px;
}
* html .pp_top .pp_middle {
  left: 0;
  position: static;
}
* html .pp_content {
  width: 40px;
}
* html .pp_bottom {
  padding: 0 20px;
}
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
.pp_fade {
  display: none;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}
.pp_description {
  display: none;
  margin: 0;
}
.pp_social {
  float: left;
  margin: 0;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .twitter {
  float: left;
}
.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}
.pp_nav p {
  float: left;
  margin: 2px 4px;
  white-space: nowrap;
}
.pp_nav .pp_play {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
a.pp_arrow_previous {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 35px;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
  white-space: nowrap;
}
.pp_gallery ul a {
  border: 1px #000 solid;
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.pp_gallery ul a:hover {
  border-color: #fff;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li.selected a {
  border-color: #fff;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  background: url(../images/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery li.default a img {
  display: none;
}
.pp_gallery .pp_arrow_previous {
  margin-top: 7px !important;
}
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}
a.pp_next {
  background: url(../images/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_previous {
  background: url(../images/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_expand {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}
a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}
.pp_bottom {
  height: 20px;
  position: relative;
}
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}
#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}
div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  margin: 0 0 5px 15px;
  z-index: 9999;
}
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont_2.eot");
  src: url("../fonts/fontawesome-webfont_3.eot#iefix&v=4.6.3")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont_1.woff2") format("woff2"),
    url("../fonts/fontawesome-webfont_1.woff") format("woff"),
    url("../fonts/fontawesome-webfont_1.ttf") format("truetype"),
    url("../images/fontawesome-webfont_1.svg#fontawesomeregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90 {
  filter: none;
}
:root .fa-rotate-180 {
  filter: none;
}
:root .fa-rotate-270 {
  filter: none;
}
:root .fa-flip-horizontal {
  filter: none;
}
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: inherit;
}
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2em;
}
.fa-inverse {
  color: #08c;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before {
  content: "\f00d";
}
.fa-close:before {
  content: "\f00d";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before {
  content: "\f013";
}
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before {
  content: "\f01e";
}
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before {
  content: "\f03b";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before {
  content: "\f03e";
}
.fa-image:before {
  content: "\f03e";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before {
  content: "\f044";
}
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before {
  content: "\f064";
}
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before {
  content: "\f071";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before {
  content: "\f085";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before {
  content: "\f09a";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before {
  content: "\f09e";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before {
  content: "\f0c0";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before {
  content: "\f0c1";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before {
  content: "\f0c9";
}
.fa-reorder:before {
  content: "\f0c9";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before {
  content: "\f0e2";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before {
  content: "\f0e3";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before {
  content: "\f0e4";
}
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before {
  content: "\f0e7";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before {
  content: "\f10b";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before {
  content: "\f112";
}
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before {
  content: "\f123";
}
.fa-star-half-full:before {
  content: "\f123";
}
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before {
  content: "\f152";
}
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before {
  content: "\f153";
}
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before {
  content: "\f155";
}
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before {
  content: "\f156";
}
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before {
  content: "\f157";
}
.fa-rmb:before {
  content: "\f157";
}
.fa-yen:before {
  content: "\f157";
}
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before {
  content: "\f158";
}
.fa-rouble:before {
  content: "\f158";
}
.fa-rub:before {
  content: "\f158";
}
.fa-won:before {
  content: "\f159";
}
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before {
  content: "\f15a";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before {
  content: "\f191";
}
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before {
  content: "\f195";
}
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before {
  content: "\f19c";
}
.fa-bank:before {
  content: "\f19c";
}
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before {
  content: "\f1b9";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before {
  content: "\f1ba";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before {
  content: "\f1c5";
}
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before {
  content: "\f1c8";
}
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before {
  content: "\f1cd";
}
.fa-life-buoy:before {
  content: "\f1cd";
}
.fa-life-saver:before {
  content: "\f1cd";
}
.fa-support:before {
  content: "\f1cd";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before {
  content: "\f1d0";
}
.fa-resistance:before {
  content: "\f1d0";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before {
  content: "\f1d1";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before {
  content: "\f1d4";
}
.fa-yc-square:before {
  content: "\f1d4";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before {
  content: "\f1d7";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before {
  content: "\f1d9";
}
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before {
  content: "\f20b";
}
.fa-sheqel:before {
  content: "\f20b";
}
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before {
  content: "\f224";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before {
  content: "\f236";
}
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before {
  content: "\f23b";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before {
  content: "\f240";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before {
  content: "\f241";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before {
  content: "\f242";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before {
  content: "\f243";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before {
  content: "\f244";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before {
  content: "\f251";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before {
  content: "\f252";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before {
  content: "\f253";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before {
  content: "\f255";
}
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before {
  content: "\f256";
}
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before {
  content: "\f2a3";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before {
  content: "\f2a4";
}
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before {
  content: "\f2a7";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before {
  content: "\f2b3";
}
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before {
  content: "\f2b4";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  max-width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../images/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 0.1s ease;
  -moz-transition: scale 0.1s ease;
  -ms-transition: scale 0.1s ease;
  -o-transition: scale 0.1s ease;
  transition: scale 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  color: #08c;
  font-size: 17px;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  text-decoration: none;
  opacity: 0.9;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #08c;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #08c;
}
.owl-dots {
  margin-top: 30px;
}
.sidebar .products .owl-dots {
  margin: 0;
}
.owl-top-narrow .owl-carousel .owl-item > .item {
  padding-top: 10px;
}
@media (min-width: 992px) {
  .cart.table-wrapper .product-item-photo {
    max-width: 100%;
  }
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    float: left;
    clear: left;
    margin: 0 12.5px 0 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ": ";
  }
  .rtl-layout .block-giftregistry-shared .item-options dt {
    float: right;
    clear: right;
    margin: 0 0 6.25px 12.5px;
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    float: left;
    display: inline-block;
    margin: 0 0 6.25px;
  }
  .rtl-layout .block-giftregistry-shared .item-options dd {
    float: right;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    float: left;
    clear: left;
  }
  .rtl-layout .abs-discount-block-desktop .block:nth-child(1),
  .rtl-layout
    .account
    .column.main
    .block:not(.widget)
    .block-content
    .box:nth-child(1),
  .rtl-layout .storecredit .block:nth-child(1),
  .rtl-layout .paypal-review-discount .block:nth-child(1),
  .rtl-layout .cart-discount .block:nth-child(1) {
    float: right;
    clear: right;
  }
  .abs-discount-block-desktop .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .account
    .column.main
    .block:not(.widget)
    .block-content
    .box:nth-child(2)
    + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .rtl-layout .abs-discount-block-desktop .block:nth-child(2),
  .rtl-layout
    .account
    .column.main
    .block:not(.widget)
    .block-content
    .box:nth-child(2),
  .rtl-layout .storecredit .block:nth-child(2),
  .rtl-layout .paypal-review-discount .block:nth-child(2),
  .rtl-layout .cart-discount .block:nth-child(2) {
    float: left;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .dashboard-welcome-toggler {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    width: 100%;
    padding: 0;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.42222222rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history {
    margin-top: -31.25px;
  }
  .abs-action-print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: "\e6b1";
    font-family: "mbicon";
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-no-display-desktop,
  .sidebar
    .block.widget
    .pager
    .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status {
    margin-top: 6px;
    padding: 6.25px 12.5px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^="sales-guest-"] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: 0 0 15px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #d1d1d1;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 32px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    z-index: 0;
    width: 100%;
  }
  .abs-shopping-cart-items-desktop,
  .cart-container .crosssell,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 70%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 3%;
    position: relative;
  }
  .rtl-layout .cart-container .crosssell,
  .rtl-layout .block-cart-failed,
  .rtl-layout .cart-container .form-cart,
  .rtl-layout .cart-container .cart-gift-item {
    float: right;
    padding-right: 0;
    padding-left: 3%;
  }
  .abs-discount-block-desktop .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 100%;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    cursor: default;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    min-width: 100%;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    border: 0;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
  }
  .paypal-review-discount .block > .title:after,
  .cart-discount .block > .title:after {
    display: none;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    display: block !important;
    padding: 20px;
    -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
    -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
    -o-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
    -ms-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 52px;
    margin-bottom: 50px;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .cart.actions .action.continue {
    float: left;
  }
  .layout-rtl .cart.actions .action.continue {
    float: right;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .shipping-address-modal .modal-inner-wrap,
  .billing-address-modal .modal-inner-wrap {
    min-height: 620px;
    width: 700px;
  }
  .shipping-address-modal .modal-inner-wrap .modal-popup .modal-title,
  .billing-address-modal .modal-inner-wrap .modal-popup .modal-title {
    border: none;
  }
  .shipping-address-modal
    .modal-inner-wrap
    .admin__action-multiselect-menu-inner,
  .billing-address-modal
    .modal-inner-wrap
    .admin__action-multiselect-menu-inner {
    max-height: 438px;
  }
  .address-loading-mask {
    top: 115px;
  }
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .aw-afptc__promo-offer-link {
    float: right;
    margin-left: 12.5px;
  }
  .aw-afptc__desc-text {
    display: none;
  }
  .aw-afptc__promo-products .actions .actions-primary .action {
    max-width: 350px;
  }
  .aw-afptc__promo-popup {
    width: 360px;
  }
  .aw-et-view-options-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .aw-et-view-options-wrapper .options-container {
    width: 57%;
  }
  .aw-et-view-options-wrapper .summary-container {
    width: 40%;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    margin-left: 3%;
  }
  .aw-et__form-container-wrapper .sectors .products-item .product-item-photo {
    width: 120px;
  }
  .aw-pquestion__question-listing.product.header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .aw-pquestion__question-listing.product.header .product-details {
    width: 30%;
    min-width: 300px;
  }
  .aw-pquestion__question-listing.product.header .aw-pq__question-form {
    width: 70%;
    padding-left: 30px;
  }
  .aw-pquestion__question-listing.product.header .explanatory-message {
    margin-left: auto;
  }
  .aw-pquestion__question-listing.product.header > .back-link-wrapper {
    margin-left: 10px;
  }
  .aw-pquestion__question-listing.product.header
    > .back-link-wrapper
    + .aw-pq__question-form {
    display: none;
  }
  .aw-pquestion__product-question.container .aw-pq-question-form .label,
  .aw-pquestion__question-listing.container .aw-pq-question-form .label,
  .aw-pquestion__product-question.container .aw-pq-question-answer-form .label,
  .aw-pquestion__question-listing.container .aw-pq-question-answer-form .label {
    margin: 0 0 5px;
    padding: 0;
    text-align: left;
    width: auto;
    float: none;
  }
  .aw-pquestion__product-question.container .aw-pq-question-form .control,
  .aw-pquestion__question-listing.container .aw-pq-question-form .control,
  .aw-pquestion__product-question.container
    .aw-pq-question-answer-form
    .control,
  .aw-pquestion__question-listing.container
    .aw-pq-question-answer-form
    .control {
    width: auto;
    float: none;
  }
  .aw-pquestion__product-question.container .aw-pq__question-form {
    padding: 0 35px;
  }
  .aw-pq__email-subscriber-notification-form
    form
    .aw-pq-wrapper-fieldset
    .actions-toolbar,
  .aw-pq__question-form form .aw-pq-wrapper-fieldset .actions-toolbar,
  .aw-pq__question-answer-form form .aw-pq-wrapper-fieldset .actions-toolbar {
    margin: 0;
  }
  .aw-pquestion__customer-question.container
    .tooltip-container
    .tooltip-content {
    max-width: 250px;
    left: -40%;
  }
  .aw-pquestion__customer-question.container
    .tooltip-container
    .tooltip-content:after,
  .aw-pquestion__customer-question.container
    .tooltip-container
    .tooltip-content:before {
    left: 30%;
  }
  .aw-pquestion__customer-question.container
    .tooltip-container
    .tooltip-content
    .tooltip-content-inner {
    max-height: 350px;
    max-width: 250px;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .amscroll-backtotop-block.-desktop-arrow {
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-arrow:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-arrow:after {
    width: 14px;
    height: 28px;
    background: url("../images/arrow.svg");
  }
  .amscroll-backtotop-block.-desktop-arrow .amscroll-text {
    display: none;
  }
  .amscroll-backtotop-block.-desktop-text {
    padding-right: 7px;
    border-radius: 100px;
    transform: rotate(-90deg) translate(60px, 60px);
  }
  .amscroll-backtotop-block.-desktop-text:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-text:after {
    width: 24px;
    height: 24px;
    background: url("../images/chevron.svg");
  }
  .amscroll-backtotop-block.-desktop-edge {
    right: 0;
    padding: 4px 26px 4px 20px;
    border-radius: 20px 20px 0 0;
    transform: rotate(-90deg) translate(71px, 72px);
  }
  .amscroll-backtotop-block.-desktop-edge .amscroll-text {
    margin-right: 20px;
  }
  .amscroll-backtotop-block.-desktop-edge:before {
    border-radius: 20px 20px 0 0;
  }
  .amscroll-backtotop-block.-desktop-edge:after {
    width: 14px;
    height: 28px;
    background: url("../images/arrow.svg");
    transform: rotate(90deg) translateX(2px);
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav
    .filter-options
    .filter-options-content {
    min-width: 200px;
    z-index: 1001;
  }
  .amasty-catalog-topnav .filter-options {
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav
    .filter-options-item:first-child
    .filter-options-title {
    padding-left: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    display: inline-block;
    margin: 0 0 0 15px;
    position: static;
    transform: translateY(-2px);
  }
  .sidebar.sidebar-main.-amshopby-sticky {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options {
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover {
    scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  }
  .sidebar.sidebar-main.-amshopby-sticky
    .filter-options:hover::-webkit-scrollbar {
    background: #f0f0f0;
  }
  .sidebar.sidebar-main.-amshopby-sticky
    .filter-options:hover::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 6px;
    cursor: pointer;
  }
  .sidebar.sidebar-main.-amshopby-sticky
    .filter-options:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar {
    height: 12px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky
    .filter-options::-webkit-scrollbar-thumb {
    height: 6px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky
    .filter-options
    ::-webkit-scrollbar-track {
    height: 6px;
    width: 6px;
  }
  .amasty-catalog-topnav
    .filter-options-item
    .filter-options-content
    .amshopby-flyout-block
    .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .filter-options input[type="checkbox"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type="checkbox"] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 24.5px;
    min-height: 12px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type="checkbox"] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type="checkbox"] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type="checkbox"] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type="checkbox"] + .amshopby-choice:before,
  .filter-options input[type="checkbox"] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    content: "";
  }
  .filter-options input[type="checkbox"] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #fff;
  }
  .filter-options input[type="checkbox"] + .amshopby-choice:after {
    background: #1979c3
      url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K)
      center/12px;
    content: none;
  }
  .filter-options input[type="checkbox"] + .amshopby-choice:hover:before,
  .filter-options input[type="checkbox"]:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type="checkbox"]:checked + .amshopby-choice:after {
    content: "";
  }
  ._keyfocus
    .filter-options
    input[type="checkbox"]:active
    + .amshopby-choice:before,
  ._keyfocus
    .filter-options
    input[type="checkbox"]:focus
    + .amshopby-choice:before,
  .filter-options input[type="checkbox"]:active + .amshopby-choice:before,
  .filter-options input[type="checkbox"]:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options
    input[type="checkbox"]:not(:checked).mage-error
    + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21),
      0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    content: "";
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .amlocator-main-container .amlocator-search-container {
    width: 33%;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-block {
    margin-bottom: 0;
    margin-bottom: 5px;
    text-align: center;
  }
  .amlocator-main-container
    .amlocator-search-container
    .amlocator-button.-nearby {
    background: #fff;
    color: #1979c3;
    margin-left: auto;
    margin-top: 10px;
    width: 100%;
  }
  .amlocator-main-container
    .amlocator-search-container
    .amlocator-button.-nearby:hover,
  .amlocator-main-container
    .amlocator-search-container
    .amlocator-button.-nearby:focus {
    background: #1979c3;
    color: #fff;
  }
  .amlocator-main-container
    .amlocator-search-container
    .amlocator-block.-separator {
    display: none;
  }
  .amlocator-main-container .amlocator-map-container {
    height: 100vh;
    max-height: 800px;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-filter {
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    height: 80vh;
    max-height: 800px;
    padding-left: 15px;
    width: 67%;
  }
  .amlocator-main-container
    .amlocator-map-container
    .amlocator-block.-storelist {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    order: inherit;
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map {
    height: 100%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map button {
    right: 0 !important;
    top: 0 !important;
  }
  .amlocator-main-container .amlocator-store-list .amlocator-wrapper {
    max-height: inherit;
  }
  .amlocator-main-container .amlocator-filters-container .amlocator-content {
    display: block;
  }
  .amlocator-main-container
    .amlocator-filters-container
    .amlocator-hidden-filter {
    display: none;
  }
  .amlocator-location-main .amlocator-location-container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amlocator-location-main
    .amlocator-location-container
    > .amlocator-column.-left,
  .amlocator-location-main
    .amlocator-location-container
    .amlocator-block.-grey {
    background: #fbfbfb;
  }
  .amlocator-location-main
    .amlocator-location-container
    > .amlocator-column.-left {
    width: 33%;
  }
  .amlocator-location-main
    .amlocator-location-container
    > .amlocator-column.-right {
    display: block;
    padding-left: 15px;
    width: 67%;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-block.-map {
    height: 60vh;
  }
  .amlocator-location-main
    .amlocator-location-container
    .amlocator-location-reviews
    .amlocator-wrapper {
    margin-right: auto;
  }
  .amlocator-location-main
    .amlocator-location-container
    .amlocator-attributes-wrapper
    .amlocator-collapse-title {
    display: none;
  }
  .amlocator-location-main .amlocator-location-attribute {
    margin-bottom: 10px;
    width: 50%;
  }
  .amlocator-location-main .amlocator-location-attribute:not(:first-of-type) {
    margin-top: 0;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(odd) {
    float: left;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(even) {
    float: right;
  }
  .amlocator-attributes-container {
    display: block;
  }
  .amlocator-review-popup .field.review-field-ratings .control {
    width: inherit;
  }
  .ampickup-store-container.-checkout .ampickup-field {
    box-sizing: border-box;
  }
  .ampickup-store-container.-checkout .ampickup-field.-time {
    padding-left: 10px;
    width: 50%;
  }
  .ampickup-store-container.-checkout .ampickup-field.-date {
    padding-right: 10px;
    width: 50%;
  }
  .ampickup-store-container.-checkout .ampickup-field.-store .ampickup-wrapper {
    flex-direction: row;
  }
  .ampickup-store-container.-checkout .ampickup-separator {
    margin: 0 25px;
    border-top: 0;
    border-right: 1px solid #c7c7c7;
  }
  .ampickup-map-popup .ampickup-content {
    width: 80vw;
  }
  .checkout-index-index .ampickup-conditions-container.block > .title,
  .paypal-review .ampickup-conditions-container.block > .title {
    display: none;
  }
  .checkout-index-index .ampickup-conditions-container.block > .content,
  .paypal-review .ampickup-conditions-container.block > .content {
    padding-top: 0;
  }
  .ampickup-map-popup .ampickup-content {
    display: flex;
    flex-direction: column;
    width: 80vw;
  }
  .ampickup-map-popup .amlocator-main-container .amlocator-map-container {
    min-height: 600px;
  }
  .ampickup-map-popup
    .amlocator-main-container
    .amlocator-map-container
    .amlocator-block.-map {
    height: 100%;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-field {
    width: 33%;
  }
  .paypal-review
    .ampickup-store-container.-checkout
    .ampickup-field.-store
    .ampickup-wrapper {
    flex-direction: column;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-separator {
    align-self: stretch;
    margin: 15px 0;
    width: inherit;
    border-top: 1px solid #c7c7c7;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-field.-date {
    padding-left: 5%;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-field.-time {
    padding-right: 5%;
  }
  .paypal-review .ampickup-conditions-container.block {
    float: none;
    width: 100%;
  }
  .paypal-review .ampickup-options-container {
    padding-right: calc((100% - 33% * 2) + 10px);
    width: 100%;
  }
  .cart-container .crosssell {
    margin-bottom: 25px;
  }
  .manage-header .registry-task-bar .option-title {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    width: 100%;
    text-align: left;
  }
  .manage-header .registry-task-bar .img-title {
    display: inline-block;
    width: 150px;
    height: 150px;
    border: 2px solid #d6d6d6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    padding: 20px;
    position: relative;
    overflow: hidden;
  }
  .manage-header .registry-task-bar .img-title img {
    position: absolute;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .manage-header .registry-task-bar .event-tile {
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px;
  }
  .manage-header .registry-task-bar .bottom-item {
    display: inline-block;
    margin-right: 15px;
  }
  .manage-header .registry-task-bar .value {
    display: inline-block;
  }
  .manage-header .registry-task-bar .manage-options {
    color: #000;
    display: table;
    font-size: 16px;
  }
  .manage-header .registry-task-bar .each-option {
    padding: 4px;
    text-decoration: none;
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
  }
  .manage-header .registry-task-bar .each-option:first-child {
    margin-left: 0;
  }
  .manage-header .registry-task-bar .each-option:last-child {
    margin-right: 0;
  }
  .manage-header .registry-task-bar .each-option a {
    font-weight: 700;
    margin-top: 1rem;
    color: #000;
  }
  .manage-header .registry-task-bar .each-option a:hover {
    color: #333;
    text-decoration: none;
  }
  .list_registry .each_gift {
    width: calc(33.33% - 3px);
  }
  .giftregistry-customer-mygiftregistry .list_registry .each_gift {
    width: calc(50% - 3px);
  }
  .giftregistry-customer-mygiftregistry .list-registry-table td.tb-action {
    min-width: unset;
  }
  #filter-my-giftregistry {
    max-width: 100%;
  }
  .gift-type-list .gift-type-item {
    width: calc(50% - 2px);
  }
  .block-giftregistry-content.block-eventinfo-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block-giftregistry-content.block-eventinfo-content .column-left {
    width: 47.5%;
  }
  .block-giftregistry-content.block-eventinfo-content .column-right {
    width: 47.5%;
  }
  .add-to-gift-registry {
    width: 100%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 37.5px;
    padding: 12.5px 0 37.5px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.13333333rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 5.33333333rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.24444444rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 4.44444444rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 4.44444444rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review
    .block-content
    .box-order-shipping-method
    + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .block-cart-failed .actions.secondary {
    text-align: right;
  }
  .block-cart-failed .actions.secondary .action {
    display: inline-block;
    margin: 0 0 0 12.5px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 12.5px 12.5px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    width: 30%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 0 20px 20px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 10px;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 10px 8px 10px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    padding-right: 15px;
    position: static;
    vertical-align: middle;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 12.5px;
    padding-top: 12.5px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 31.25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 12.5px;
    position: static;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 37.5px;
  }
  .checkout-onepage-success .print {
    display: block;
    margin: 22px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 12.5px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 100%;
  }
  .opc-wrapper #shipping-new-address-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .opc-wrapper #shipping-new-address-form > .field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }
  .opc-wrapper #shipping-new-address-form > .field.street {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .opc-wrapper #shipping-new-address-form > .field.street > .control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .opc-wrapper #shipping-new-address-form > .field.street > .control > .field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 5px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 0 0 30px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #fff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear 0.1s, visibility 0s linear 0.1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear 0.1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-bottom: 0;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 12.5px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 12.5px 0 0 30px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 25px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method
    .payment-option-content
    .payment-option-inner
    + .actions-toolbar {
    margin-left: 0;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 25px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    clear: both;
  }
  .page-product-downloadable .product-options-bottom {
    clear: both;
  }
  .page-product-giftcard
    .product-info-main
    .price-box
    .price-container.price-final_price {
    font-size: 27px;
  }
  .page-product-giftcard
    .product-info-main
    .price-box
    .price-container.price-final_price
    .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 25px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 6.25px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 700;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard
    .product-add-form
    .field:not(.text)
    .fields.group:before,
  .page-product-giftcard
    .product-add-form
    .field:not(.text)
    .fields.group:after {
    content: "";
    display: table;
  }
  .page-product-giftcard
    .product-add-form
    .field:not(.text)
    .fields.group:after {
    clear: both;
  }
  .page-product-giftcard
    .product-add-form
    .field:not(.text)
    .fields.group
    .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard
    .product-add-form
    .field:not(.text)
    .fields.group.group-2
    .field {
    width: 50% !important;
  }
  .page-product-giftcard
    .product-add-form
    .field:not(.text)
    .fields.group.group-3
    .field {
    width: 33.3% !important;
  }
  .page-product-giftcard
    .product-add-form
    .field:not(.text)
    .fields.group.group-4
    .field {
    width: 25% !important;
  }
  .page-product-giftcard
    .product-add-form
    .field:not(.text)
    .fields.group.group-5
    .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: AmpleSoft, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard
    .product-add-form
    .field:not(.text)
    .addon
    .addbefore:disabled,
  .page-product-giftcard
    .product-add-form
    .field:not(.text)
    .addon
    .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard
    .product-add-form
    .field:not(.text)
    .addon
    .addbefore::-moz-placeholder,
  .page-product-giftcard
    .product-add-form
    .field:not(.text)
    .addon
    .addafter::-moz-placeholder {
    color: #c2c2c2;
  }
  .page-product-giftcard
    .product-add-form
    .field:not(.text)
    .addon
    .addbefore::-webkit-input-placeholder,
  .page-product-giftcard
    .product-add-form
    .field:not(.text)
    .addon
    .addafter::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .page-product-giftcard
    .product-add-form
    .field:not(.text)
    .addon
    .addbefore:-ms-input-placeholder,
  .page-product-giftcard
    .product-add-form
    .field:not(.text)
    .addon
    .addafter:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 12.5px;
  }
  .page-product-giftcard
    .product-add-form
    .field:not(.text).required
    > .label:after,
  .page-product-giftcard
    .product-add-form
    .field:not(.text)._required
    > .label:after {
    content: "*";
    color: #e02b27;
    font-size: 1.42222222rem;
    margin: 0 0 0 6.25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.42222222rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 16px;
    content: "\e618";
    font-family: "mbicon";
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard
    .product-add-form
    .product-options-wrapper
    .field:not(.date)
    > .control {
    width: auto;
  }
  .gift-message .field {
    margin: 0 0 25px;
    box-sizing: border-box;
  }
  .gift-message .field > .label {
    margin: 0;
  }
  .gift-message .field:before,
  .gift-message .field:after {
    content: "";
    display: table;
  }
  .gift-message .field:after {
    clear: both;
  }
  .gift-message .field.choice:before,
  .gift-message .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: " ";
    float: left;
    height: 1px;
  }
  .gift-message .field .description {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 25px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: "";
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.6rem;
  }
  .gift-item-block .title {
    padding: 25px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .action-gift {
    float: left;
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    content: "\e93a";
    font-family: "mbicon";
    margin: 0 0 0 12.5px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #333;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #000;
  }
  .cart.table-wrapper .action-gift._active:after {
    content: "\e939";
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 25px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 25px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 25px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #d1d1d1;
  }
  .account
    .data.table.table-giftregistry-items
    > caption
    + thead
    > tr:first-child
    > th,
  .account
    .data.table.table-giftregistry-items
    > colgroup
    + thead
    > tr:first-child
    > th,
  .account
    .data.table.table-giftregistry-items
    > thead:first-child
    > tr:first-child
    > th,
  .account
    .data.table.table-giftregistry-items
    > caption
    + thead
    > tr:first-child
    > td,
  .account
    .data.table.table-giftregistry-items
    > colgroup
    + thead
    > tr:first-child
    > td,
  .account
    .data.table.table-giftregistry-items
    > thead:first-child
    > tr:first-child
    > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #d1d1d1;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account
    .data.table.table-giftregistry-items
    > tbody
    > tr:nth-child(even)
    > td,
  .account
    .data.table.table-giftregistry-items
    > tbody
    > tr:nth-child(even)
    > th {
    background: 0 0;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #d1d1d1;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 25px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 25px;
    width: 50%;
  }
  .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 25px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 6.25px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 25px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 12.5px;
    padding: 6.25px 12.5px 12.5px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 12.5px;
    padding: 6.25px 12.5px 12.5px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 3.55555556rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 31.25px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns
    .column.main
    .block.block-order-details-view
    .block-content:not(.widget)
    .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 12px 0 0 30px;
  }
  .block-returns-tracking .block-title .action.track {
    float: right;
  }
  .account
    .column.main
    .block.block-order-details-view
    .block-content:not(.widget)
    .box,
  [class^="sales-guest-"]
    .column.main
    .block.block-order-details-view
    .block-content:not(.widget)
    .box,
  .sales-guest-view
    .column.main
    .block.block-order-details-view
    .block-content:not(.widget)
    .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items .col {
    width: auto;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 18px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 6.25px;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 25px;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item .fieldset {
    margin-bottom: 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    float: left;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    float: left;
    padding-right: 12.5px;
    margin-bottom: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    margin-bottom: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .control {
    margin-bottom: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary button {
    width: 100%;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 25px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .wishlist-index-index .product-item-inner {
    background: #fff;
    box-shadow: 0 2px 5px #e1e1e1;
    display: none;
    left: 0;
    margin: 0;
    padding: 0 9px 9px;
    position: absolute;
    right: 0;
    z-index: 2;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column
    .block.widget
    .products-grid
    .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column
    .block.widget
    .products-grid
    .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .aw_et-calendar-container {
    overflow-x: inherit;
  }
  .aw-pquestion__customer-question.container
    .tooltip-container
    .tooltip-content {
    max-width: 300px;
    left: 0;
  }
  .aw-pquestion__customer-question.container
    .tooltip-container
    .tooltip-content:after,
  .aw-pquestion__customer-question.container
    .tooltip-container
    .tooltip-content:before {
    left: 15px;
  }
  .aw-pquestion__customer-question.container
    .tooltip-container
    .tooltip-content
    .tooltip-content-inner {
    max-width: 300px;
  }
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13),
      0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items
    .ambrands-letters-list
    .ambrands-brand-item
    .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .paypal-review
    .ampickup-store-container.-checkout
    .ampickup-field.-store
    .ampickup-wrapper {
    flex-direction: row;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-separator {
    margin: 0 25px;
    border-top: 0;
    border-right: 1px solid #c7c7c7;
  }
  .list_registry .each_gift {
    width: calc(33.33% - 3px);
  }
  .giftregistry-customer-mygiftregistry .list_registry .each_gift {
    width: calc(33.33% - 3px);
  }
  .giftregistry-customer-mygiftregistry .list-registry-table td.tb-action {
    min-width: 156px;
  }
  .gift-type-list .gift-type-item {
    width: calc(33.33% - 3px);
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column
    .block.widget
    .products-grid
    .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column
    .block.widget
    .products-grid
    .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .aw-pquestion__customer-question.container
    .tooltip-container
    .tooltip-content {
    max-width: 350px;
  }
  .aw-pquestion__customer-question.container
    .tooltip-container
    .tooltip-content
    .tooltip-content-inner {
    max-width: 350px;
  }
  .amslider .wrapper {
    justify-content: center;
  }
  .amlocator-schedule-table .amlocator-cell.-time {
    padding-right: 7%;
    text-align: right;
  }
  .list_registry .each_gift {
    width: calc(25% - 3px);
  }
  .giftregistry-customer-mygiftregistry .list_registry .each_gift {
    width: calc(33.33% - 3px);
  }
  .gift-type-list .gift-type-item {
    width: calc(25% - 3px);
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
.catalog-product-view
  .product-info-main
  .bundle-options-wrapper
  .choice
  .radio {
  width: auto;
  height: auto;
  clip: inherit;
  clip-path: inherit;
}
.checkout-cart-index .cart-summary .block .fieldset .field:nth-child(4) {
  display: none !important;
}
.checkout-cart-index .cart-summary .block #co-shipping-method-form {
  display: none;
}
.onestepcheckout-index-index .aw-onestep-sidebar-totals .totals-tax,
.onestepcheckout-index-index .aw-onestep-sidebar-totals .totals.charge {
  display: none !important;
}
