* {
  font-family: "Poppins", Arial, sans-serif;
}

body {
  padding: 0;
  margin: 0;
  color: #100c0a;
  font-size: 1em;
  background: #f9f5f2;
}

a {
  color: #100c0a;
}

form {
  display: block;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 1.625rem;
  font-weight: 500;
  color: #100c0a;
}

h2 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #100c0a;
}

h3 {
  font-size: 1rem;
  font-weight: 500;
  color: #100c0a;
}

h4 {
  font-size: 1rem;
  font-weight: 600;
   color: #100c0a;

}

.show {
  display: block;
}

.hide {
  display: none;
}

.pdSelect {
  position: relative;
  background: #fff;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}

.pdSelect select {
  background: #fff;
  padding-right: 35px;
  width: 100%;
  padding: 10px;
  font-weight: 500;
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: 2px;
  font-size: 0.875rem;
  -webkit-appearance: none;
}

.pdSelect:before, .pdSelect:after {
  content: " ";
  position: absolute;
  pointer-events: none;
  background-color: #fff;
}

.pdSelect:before {
  width: 30px;
  right: 3px;
  bottom: 3px
}

.pdSelect:after {
  position: absolute;
  font-family: "FontAwesome", sans-serif;
  display: block;
  width: 22px;
  height: 22px;
  top: 13px;
  right: 5px;
  content: '\f078';
  color: #8e8e8e;
  font-size: 0.875rem;
  font-weight: 700;
}

.pd-page-title {
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
  /*
    border-bottom: 1px solid #dbdcde;
    */
}

.pd-page-title.section {
  display: block;
  text-align: center;
}

.pd-page-title.mobile {
  display: block;
}

.pd-page-title.item {
  text-align: center;
}

.pd-page-title h1 {
  font-size: 1.375rem;
    font-weight: 500;
  color: #100c0a;
  margin: 0;
  padding: 0;
  text-align: center;
}

.pd-page-title.item h1 {
  text-align: center;
}

.pd-item-abstract {
  margin-bottom: 20px;
  color: #5e5e5e;
}

.pd-item-code, .pd-item-packaging {
  padding-top: 5px;
  padding-bottom: 5px;
  /* margin-bottom: 6px; */
  /* border-bottom: 1px dotted #e6e6e6; */
}

.pd-item-code span, .pd-item-packaging span {
  min-width: 75px;
  display: inline-block;
}

.pd-item-call-to-purchase {
  color: #fff;
  padding: 20px;
  border: 1px solid #e5e5e5;
  padding: 15px 20px;
  border-radius: 100px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
  display: inline-block;
  font-weight: 700;
  background: #2e2e2e;
  margin-top: 25px;
}

.pd-item-coming-soon {
  color: #fff;
  padding: 20px;
  border: 1px solid #e5e5e5;
  padding: 15px 20px;
  border-radius: 100px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
  display: inline-block;
  font-weight: 700;
  background: #2e2e2e;
  margin-top: 25px;
}

.pd-item-upc {
  padding-bottom: 15px;
  font-style: italic;
}

.pd-breadcrumbs {
  margin-bottom: 30px;
  text-align: center;
}

.pd-breadcrumbs.section {
  margin-bottom: 10px;
  text-align: center;
  font-size: 0.75rem;
  color: #6e6e6e;
}

.pd-breadcrumbs a {
}

.pd-breadcrumbs.section a {
  font-size: 0.75rem;
  color: #6e6e6e;
}

.sitemap-header {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 30px;
}

.sitemap-1 {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-left: 30px;
}

.sitemap-2 {
  display: block;
  font-size: 0.875rem;
  font-weight: 100;
  margin-left: 50px;
}

.sitemap-3 {
  display: block;
  font-size: 0.875rem;
  font-weight: 100;
  margin-left: 80px;
}

.sitemap-4 {
  font-size: 0.875rem;
  display: block;
  font-weight: 100;
  margin-left: 100px;
}
/******************************/
/**** BEGIN SITE HEADER *******/
/******************************/
/*** HEADER TOP PROMO MODAL ***/

.brp-all-promos-headline {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 26px;
  vertical-align: middle;
  color: #51453D !important;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  gap: 1px;
}

.brp-all-promos-headline:before, .brp-all-promos-headline:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  flex: 1 1 100%;
  height: 1px;
  max-width: 100%;
}

.brp-all-promos-headline:before {
  margin-right: 20px;
}

.brp-all-promos-headline:after {
  margin-left: 20px;
}

.brp-all-promos-headline img {
  display: inline-block;
  vertical-align: middle;
}

.brp-all-promos-container {
  padding: 20px 0px;
  background: #f3ebe6;
  border-radius: 10px;
}

.brp-all-promos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px 30px;
}

.brp-all-promos > div {
  /*
      border-bottom:1px solid #fff;
    */
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 400;
}

.brp-all-promos > div:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.brp-all-promos > div img {
  max-height: 100px;
  width: 100%;
}
/*** HEADER TOP PROMO ***/

.brp-header-promo-container {
  position: relative;
  box-sizing: border-box;
  cursor: none;
height: auto;
}

.brp-header-promo-slider {
}

.brp-header-promo-slider > div {
}
/*** INDIVIDUAL HEADER PROMO SLIDE ***/

.brp-header-promo-slide {
  /*   line-height: 26px; */
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: .9em;
  font-weight: 500;
}

.brp-header-promo-slide a {
  color: #fff;
  font-size: .9em;
  font-weight: 600;
  text-decoration: none;
}


.pd-header-top-line {
  display: block;
  background-color: #AE8D73;
  position: relative;
  padding: 8px;
  min-height: 12px;
  box-sizing: border-box;
  text-align: center;
}
.pd-header-top-line > div {
  display: block;
  color:#fff;
  font-weight: 600;
  font-size: .85em;
}
@media (min-width: 986px) {
  .brp-header-promo-slide {
    font-size: 1.1em;
    font-weight: 400;
  }
  .brp-header-promo-slide a {
    font-size: 1em;
    font-weight: 700;
    text-decoration: underline;
  }
  .pd-header-top-line{
    padding: 10px;
  }
  .pd-header-top-line > div {
     font-size: 1em;
  }
}

/*** PROMO HEADER CONTENT STYLE ***/

.brp-header-promo-slide span.h-promo-off {
  font-weight: 700;
  color: #fff;
}

.brp-header-promo-slide b {
  font-weight: 700;
  color: #fff;
}

.brp-header-promo-slider > div:first-child {
}
/*** SLIDER NAV ARROWS ***/

.brp-header-promo-slider-nav {
  position: absolute;
  top: 10px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.brp-header-promo-slider-nav li {
  flex: 1 1 auto;
  text-align: right;
}

.brp-header-promo-slider-nav li:first-child {
  text-align: left;
}
/*** PROMO SLIDER NAV ARROWS ***/

.brp-header-promo-slider-nav-btn {
  position: absolute;
  top: 5px;
  z-index: 99;
  display: inline-block;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background: #997c65;
  outline: none;
}

.brp-header-promo-slider-nav-btn.swiper-button-disabled {
  display: none;
}

.brp-header-promo-slider-nav-btn:hover {
  color: #fff;
  background: #7f6754;
}

.brp-header-promo-slider-nav-btn:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  top: 50%;
  left: 50%;
}
/*** LEFT/PREVIOUS ***/

.brp-header-promo-slider-nav-btn.brp-left {
  left: 0px;
}

.brp-header-promo-slider-nav-btn.brp-left:after {
  margin-left: -3px;
  margin-top: -4px;
  border-right: 1px solid;
  border-top: 1px solid;
  transform: rotateZ(225deg);
}

.brp-header-promo-slider-nav-btn.brp-left:hover:after {
  /*  margin-left: -5px; */
}
/*** RIGHT/NEXT ***/

.brp-header-promo-slider-nav-btn.brp-right {
  caret-color: transparent;
  cursor: pointer;
  right: 70px;
}

.brp-header-promo-slider-nav-btn.brp-right:after {
  margin-left: -6px;
  margin-top: -4px;
  border-right: 1px solid;
  border-top: 1px solid;
  transform: rotateZ(45deg);
}

.brp-header-promo-slider-nav-btn.brp-right:hover:after {
}
/*** ALL PROMO DEALS MODAL LINK ***/

.brp-header-promo-all-offers-link-mask {
  position: absolute;
  z-index: 97;
  height: 34px;
  width: 110px;
  top: 0;
  background: #AE8D73;
}

.brp-header-promo-all-offers-link-mask.l {
  left: 0;
  width: 30px;
}

.brp-header-promo-all-offers-link-mask.r {
  right: 0;
}
/*** ALL ALERTS ***/

.brp-header-promo-all-offers-link {
  z-index: 98;
  position: absolute;
  top: calc(50% - 12px);
  right: 8px;
  height: 22px;
  line-height: 22px;
  padding: 0px 5px;
  padding-left: 20px;
  padding-right: 7px;
  border-radius: 3px;
  background-color: #997c65;
  color: #ffffff;
  font-size: 0.5625rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.brp-header-promo-all-offers-link:before {
  position: absolute;
  top: 6px;
  left: 6px;
  display: inline-block;
  content: ' ';
  vertical-align: top;
  height: 10px;
  width: 10px;
  background-image: url('https://sep.turbifycdn.com/ty/cdn/yhst-67742371067255/alert-bell-white.svg');
}

.brp-header-promo-all-offers-link:hover {
  color: #ffffff;
  background: #7f6754;
}



.pd-header-top-banner {
  color: #fff;
  background: #1e1e1e;
  font-size: 0.75rem;
}

.pd-header-top-banner a {
  color: #fff;
  text-decoration: none;
}

.pd-header-top-banner-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1300px;
  padding: 8px;
  display: table;
  box-sizing: border-box;
  width: 100%;
}

.pd-header-top-banner-free-ship {
  display: table-cell;
  text-align: left;
}

.pd-header-top-banner-free-ship i {
  display: inline-block;
  vertical-align: top;
  margin-left: 1px;
  font-size: 0.5rem;
  margin-top: 4px;
}

.pd-header-top-banner-help {
  display: table-cell;
  text-align: right;
}

.pd-header-container {
  border-bottom: 1px solid #DECCBE;
  background: #fff;
  font-family: "Work Sans", Arial, sans-serif;
}

.pd-header-container-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1300px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
}

.pd-header-left {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 21px;
  padding-left: 0px;
}

.pd-header-center {
  text-align: center;
}

.pd-header-right {
  position: absolute;
  top: 0;
  right: 10px;
  padding-top: 16px;
  padding-right: 8px;
  text-align: right;
}

.pd-header-right-free-ship {
  display: none;
  background-color: #f3ebe6;
  padding: 6px 12px;
  margin-top: 8px;
  border-radius: 33px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #51453D;
}

.pd-header-right-free-ship span {
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: -1px;
}

.pd-header-shadow {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, .1);
}

.pd-logo {
  display: inline-block;
  max-width: 100px;
}

.pd-logo img {
  height: auto;
  width: 100%;
}

.pd-cart-nav-wrapper {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
  max-height: 22px;
  white-space: nowrap;
}

.pd-cart-nav-wrapper > a {
  display: block;
}

.pd-cart-nav {
  text-align: center;
  display: inline-block;
  position: relative;
}

.pd-cart-nav > div.pd-cart-nav-shopping-cart-text {
  display: none;
  color: #354443;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  padding-left: 14px;
  vertical-align: top;
}

.pd-cart-nav > div.pd-cart-nav-shopping-cart-text a {
  color: #354443;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  cursor: pointer;
}

.pd-cart-nav > div.pd-cart-nav-shopping-cart-count {
  position: absolute;
  z-index: 99;
  top: -9px;
  right: -1px;
  transform: rotate(-18deg);
}

.pd-cart-nav img {
  max-height: 24px;
}

.pd-cart-nav span.far.fa-shopping-bag {
  color: #CD7208;
  font-weight: 400;
  font-size: 1.375rem;
}

.pd-cart-nav span.pdCartItemCountMessage {
  color: #51453D;
  background: #C6BCB5;
  font-size: 0.6875rem;
  font-weight: 500;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  line-height: normal;
  padding: 2px;
  min-width: 13px;
  min-height: 13px;
  max-height: 13px;
}

.pd-myaccount-favorites-link {
  display: none;
  vertical-align: middle;
  margin-right: 30px;
  margin-left: -10px;
}

.pd-myaccount-favorites-link a {
  display: block;
  font-size: 1.4375rem;
  color: #930B3A;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pd-myaccount-favorites-link a:hover {
  color: #e01158;
}

.pd-myaccount-links {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
  margin-right: 7px;
  max-height: 30px;
  line-height: 30px;
  position: relative;
}

.pd-myaccount-links-text {
  text-transform: capitalize;
}

.pd-myaccount-links-text-mobile {
  text-transform: capitalize;
  font-size: 1.125rem;
  font-weight: 600;
  vertical-align: middle;
  display: inline-block;
}

.pd-myaccount-links span.far {
  display: inline-block;
  vertical-align: middle;
  color: #CD7208;
  font-size: 1.375rem;
  margin-right: 6px;
}

.pd-myaccount-links span.pd-myaccount-links-text {
  display: none;
}

.pd-myaccount-links a {
  color: #354443;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pd-myaccount-links > a:hover {
  color: #AE8D73;
}

.pd-myaccount-links img {
  display: inline-block;
  max-height: 32px;
}
/*** MY ACCOUNT MENU ***/

#pd_myAccountLink {
  cursor: pointer;
  display: none;
}

#pd_myAccountLinkMobile {
  display: inline-block;
}

#pd_myAccountMenu {
}

.pd-myaccount-menu, .pd-myaccount-menu-mobile {
  display: none;
  box-sizing: border-box;
  position: absolute;
  max-width: 175px;
  z-index: 99999;
  top: -11px;
  left: -11px;
  background: #fff;
  padding: 10px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
}

.pd-myaccount-links.pd-active .pd-myaccount-links, .pd-myaccount-links.pd-active .pd-myaccount-menu {
  display: block !important;
}

.pd-myaccount-menu-header {
  color: #354443;
  padding-bottom: 12px;
  margin-bottom: 6px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 0.875rem;
  white-space: nowrap;
}

.pd-myaccount-menu-header.logout {
  text-align: center;
}

.pd-myaccount-menu-header span.far {
  display: inline-block;
  vertical-align: middle;
  color: #CD7208;
  font-size: 1.375rem;
  margin-right: 6px;
}

#pd_myAccountMenu ul, #pd_myAccountMenuMobile ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#pd_myAccountMenu ul a, #pd_myAccountMenuMobile ul a {
  display: block;
  padding: 10px;
  border-radius: 2px;
  color: #354443;
  font-weight: 600;
  text-decoration: none;
}

#pd_myAccountMenu ul a:hover, #pd_myAccountMenuMobile ul a:hover {
  background: #f1f1f1;
}

#pd_myAccountMenuClose {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #fff;
  font-size: 1.375rem;
  color: #354443;
  border-radius: 50%;
  cursor: pointer;
}

.pd-myaccount-menu-btn-wrapper {
  text-align: center;
  display: block;
  box-sizing: border-box;
  padding: 20px;
  white-space: nowrap;
}

.pd-myaccount-menu-btn {
  display: inline-block;
  vertical-align: middle;
}

.pd-myaccount-menu-btn a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #CD7208;
  border: 1px solid #CD7208;
  color: #fff;
  border-radius: 2px;
  -webkit-appearance: none;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
}

.pd-myaccount-menu-btn a:hover {
  background-color: #354443;
  border: 1px solid #354443;
}

.pd-myaccount-menu-or {
  color: #6e6e6e;
  font-size: 1rem;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
}
/*** RESPONSIVE SETTINGS ***/

@media (min-width: 986px) {
  #pd_myAccountLinkMobile {
      display: none;
  }

  #pd_myAccountLink {
      display: inline-block;
  }
}
/*** END MY ACCOUNT MENU ***/

.pd-search {
  display: none;
  box-sizing: border-box;
}

.pd-search-inner {
  position: relative;
}

.pd-search input {
  display: block;
  z-index: 1;
  box-sizing: border-box;
  border: 1px solid #DECCBE;
  border-radius: 33px;
  padding: 10px 40px 10px 20px;
  max-width: 220px;
  max-height: 40px;
  line-height: 40px;
  color: #AC8C73;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  font-size: 0.875rem;
  -webkit-appearance: none;
}

.pd-search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #AC8C73;
}

.pd-search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #AC8C73;
}

.pd-search input:-ms-input-placeholder {
  /* IE 10+ */
  color: #AC8C73;
}

.pd-search input:-moz-placeholder {
  /* Firefox 18- */
  color: #AC8C73;
}

.pd-search-btn {
  display: block;
  position: absolute;
  z-index: 1;
  right: 13px;
  top: 11px;
  cursor: pointer;
}

.pd-search-btn:before {
  display: inline-block;
  vertical-align: middle;
  font-family: FontAwesome;
  font-size: 1.125rem;
  font-weight: 700;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #51453D;
  content: "\f002";
}

.pd-search-btn img {
  display: inline-block;
  width: 20px;
  height: 20px;
}
/**** MOBILE SEARCH ****/

.pd-search-mobile-icon {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  cursor: hand;
  font-size: 1.25rem;
  font-weight: 100;
  width: 36px;
  height: 22px;
  text-align: center;
}

.pd-search-mobile-icon:before {
  display: inline-block;
  vertical-align: top;
  font-family: FontAwesome;
  font-size: 1.25rem;
  font-weight: 700;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #51453D;
  content: "\f002";
}

.pd-search-mobile-icon.pdMobileActive:before {
  display: none;
}

.pd-search-mobile-icon.pdMobileActive {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  font-size: 1.25rem;
  font-weight: 100;
  border: 1px solid #AE8D73;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background: #AE8D73;
  height: 56px;
  width: 36px;
  padding: 4px 0px 0px 0px;
  box-sizing: border-box;
  margin-top: -8px;
  color: #fff;
}

.pd-search-mobile-icon.pdMobileActive i {
  display: inline-block;
  margin-top: 6px;
}

.pd-search-mobile-icon img {
  width: 100%;
  height: auto;
  max-width: 20px;
}

.pd-search-mobile {
  display: none;
  font-family: "Work Sans", Arial, sans-serif;
}

.pd-search-mobile.pdMobileActive {
  display: block;
  position: relative;
  z-index: 999;
  padding: 12px 18px;
  background: #AE8D73;
  margin-top: -4px;
}

.pd-search-mobile input {
  display: block;
  z-index: 1;
  box-sizing: border-box;
  border: 1px solid #AE8D73;
  border-radius: 33px;
  padding: 18px 22px;
  width: 100%;
  /* max-width: 200px; */
  color: #51453D;
  font-weight: 600;
  box-sizing: border-box;
  font-size: 1.2em;
  -webkit-appearance: none;
}

.pd-search-mobile input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #51453D;
  opacity: .5;
}

.pd-search-mobile input::-moz-placeholder {
  /* Firefox 19+ */
  color: #51453D;
}

.pd-search-mobile input:-ms-input-placeholder {
  /* IE 10+ */
  color: #51453D;
}

.pd-search-mobile input:-moz-placeholder {
  /* Firefox 18- */
  color: #51453D;
}

.pd-search-btn-mobile {
  position: absolute;
  z-index: 1;
  right: 26px;
  top: 20px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  text-align: center;
}

.pd-search-btn-mobile:before {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  margin-right: 6px;
  font-family: FontAwesome;
  font-size: 1.25rem;
  font-weight: 700;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #51453D;
  content: "\f002";
}

.pd-search-btn-mobile img {
  display: inline-block;
  width: 20px;
  height: 20px;
}
/*** MOBILE NAVIGATION ***/

.pd-mobile-nav-toggle {
  line-height: 1;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 9px 5px 10px 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
}

.pd-mobile-nav-toggle span {
  position: relative;
  display: block
}

.pd-mobile-nav-toggle span, .pd-mobile-nav-toggle span:before, .pd-mobile-nav-toggle span:after {
  width: 20px;
  height: 3px;
  left: 0;
  background: #51453D;
  border-radius: 33px;
  content: "";
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%
}

.pd-mobile-nav-toggle span:before {
  position: absolute;
  top: -7px
}

.pd-mobile-nav-toggle span:after {
  position: absolute;
  top: 7px
}

.pd-mobile-nav-toggle.active span {
  background: transparent
}

.pd-mobile-nav-toggle.active span:before {
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg)
}

.pd-mobile-nav-toggle.active span:after {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg)
}
/**** NAVIGATION MENU ****/

.pd-nav-container {
  background-color: #AE8D73;
  /*
      border-bottom:1px solid #DECCBE;
      box-shadow: 1px 1px 1px 6px rgba(0,0,0,.1);
      margin-bottom:33px;
      */
  position: relative;
  font-family: "Work Sans", Arial, sans-serif;
}

.pd-nav-container nav {
  width: 100%;
  display: none;
}

ul.pd-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  text-align: center;
  position: relative;
}

.pd-nav ul {
  /*** SUB MENU ***/
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  display: none;
}

ul.pd-nav > li {
  margin: 0;
  padding: 0;
  display: block;
  cursor: hand;
  cursor: pointer;
  outline: none;
  text-align: center;
}

ul.pd-nav li > a {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 12px 10px;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #ffffff;
  background: #AE8D73;
  border: 1px solid #C49E81;
  border-top: none;
  text-transform: capitalize;
  text-decoration: none;
  cursor: hand;
  cursor: pointer;
}

ul.pd-nav ul li > a {
  /*** SUB-MENU LINKS ***/
  text-align: left;
  display: block;
  vertical-align: middle;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: none;
  padding: 8px 10px;
  color: #ffffff;
  background: #C49E81;
  border: 1px solid #C49E81;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*** ON MOBILE NAV TOGGLE, SHOW SUB MENUS ***/

.pd-nav-sub-menu.active, .pd-nav-sub-menu.active ul {
  display: block;
}

ul.pd-nav ul li > a:hover {
  /*** SUB-MENU LINKS ***/
  background: #AE8D73;
  border: 1px solid #AE8D73;
}

ul.pd-nav > li > a > span.pd-nav-expand {
  display: inline-block;
  margin-left: 5px;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  /*
      position: absolute;
      right: 5px;
      top: 6px;
      z-index: 99;
      background: rgba(255,255,255,.2);
      height: 32px;
      width: 32px;
      text-align: center;
      border-radius:1px;
      */
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul.pd-nav > li > a > span.pd-nav-expand:before {
  display: inline-block;
  vertical-align: middle;
  font-family: FontAwesome;
  font-size: 0.75rem;
  font-weight: 700;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f3ebe6;
  content: "\f078";
}

ul.pd-nav > li > a > span.pd-nav-expand.active:before {
  content: "\f86c";
}

@media only screen and (min-width: 986px) {
  ul.pd-nav > li > a > span.pd-nav-expand:before {
      color: #816F5E;
  }

  .pd-page-title h1 {
    font-size: 1.75rem;
      font-weight: 500;
  }

  .pd-page-title {
      display: block;
  }

  .pd-page-title.mobile {
      display: none;
  }

  .pd-search-mobile {
      display: none;
  }

  .pd-header-top-banner {
      margin-bottom: 0px;
  }

  .pd-header-top-banner-inner {
      padding: 12px;
  }

  .pd-header-right {
      padding-top: 18px;
      right: 0px;
      text-align: center;
  }
}
/****************************/
/**** END SITE HEADER *******/
/****************************/

/******************************/
/**** BEGIN SITE BODY *********/
/******************************/

.pd-clear {
  clear: both;
}

.pd-body-container {
  margin: 0 auto;
  max-width: 1300px;
  padding: 5px;
  padding-top: 20px;
  padding-bottom: 50px;
  box-sizing: border-box;
  /*
    overflow: auto;
  clear: both;
*/
}

.pd-body-container.home, .pd-body-container.hero {
  padding-top: 0px;
}

@media only screen and (min-width: 986px) {
  .pd-body-container {
      padding: 10px;
      padding-bottom: 100px;
      padding-top: 33px;
  }

  .pd-body-container.home {
      padding-top: 0px;
  }

  .pd-header-right {
      right: 0px;
  }
}

.pd-testimonial-wrapper {
  box-sizing: border-box;
  display: flex;
  gap: 50px 20px;
  margin: 0px 10px;
  flex-wrap: wrap;
  align-content: stretch;
  /* flex-direction: column; */
  /* align-items: center; */
  /* align-items: flex-start; */
  /* justify-content: flex-end; */
}

.pd-testimonial {
  position: relative;
  box-sizing: border-box;
  flex: 1 1 130px;
  height: auto;
  background: #fff;
  border: 1px solid #DECCBE;
  padding: 14px;
  border-radius: 6px;
  box-shadow: 1px 1px 9px rgb(0 0 0 / 10%);
}

.pd-testimonial:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 20px;
  width: 0;
  border-top: 11px solid #DECCBE;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
}

.pd-testimonial-name {
  position: absolute;
  top: calc(100% + 15px);
  right: 20px;
  text-align: center;
  color: #382E27;
  font-weight: 600;
  font-size: 0.75rem;
}

.pd-testimonial-text {
  font-weight: 300;
  font-size: 0.9375rem;
}

@media only screen and (min-width: 986px) {
  .pd-testimonial {
      flex: 1 1 300px;
      padding: 22px;
  }
}
/******************************/
/****** END SITE BODY *********/
/******************************/
/******************************/
/**** BEGIN SITE FOOTER *******/
/******************************/

.pd-footer-container {
  clear: both;
  position: relative;
  /*
        background:#AE8D73;
    */
  background: #CEBAAB;
  background-image: url('https://sep.turbifycdn.com/ty/cdn/yhst-67742371067255/footer-bg-brp.png');
  background-repeat: repeat-x;
  background-position: center;
  border-top: 18px solid #AE8D73;
}

.pd-footer-container-inner {
  padding: 30px 10px 10px 10px;
  max-width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  font-family: "Work Sans", Arial, sans-serif;
}

.pd-footer-testimonials {
  text-align: center;
  padding: 55px 20px 25px 20px;
  background: #79604F;
  color: #fff;
  position: relative;
}

.pd-footer-testimonials-bubble {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: -38px;
  text-align: center;
}

.pd-footer-testimonials-bubble img {
  display: inline-block;
  max-width: 100px;
}

.pd-footer-testimonial-content {
  font-size: 0.95rem;
  color: #fff;
}

.pd-footer-testimonial-content span {
  display: block;
  margin-top: 8px;
  color: #B69881;
  font-style: italic;
}

.pd-footer-testimonial-content a {
  display: block;
  margin-top: 20px;
  font-weight: 700;
  font-size: 0.75rem;
  color: #fff;
  text-decoration: none;
}

.pd-footer-testimonial-content a:after {
  display: inline-block;
  vertical-align: top;
  font-family: FontAwesome;
  font-size: 0.75rem;
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f138";
  margin-left: 8px;
  color: #fff;
}

.pd-footer-brand-social {
  text-align: center;
}

.pd-footer-logo {
  margin-bottom: 30px;
  display: inline-block;
}

.pd-footer-logo img {
  max-height: 150px;
  display: inline-block;
}

.pd-footer-social {
}

.pd-footer-social a {
  margin-left: 4px;
  margin-right: 4px;
  text-decoration: none;
  color: #100c0a;
  font-size: 1.375rem;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pd-footer-social a:hover {
  color: #79604F;
}

.pd-footer-brand-social, .pd-footer-customer-service, .pd-footer-my-account, .pd-footer-mailing-list {
  display: block;
  margin-bottom: 50px;
}

.pd-footer-brand-social h3, .pd-footer-customer-service h3, .pd-footer-my-account h3, .pd-footer-mailing-list h3 {
  color: #100c0a;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
  text-transform: uppercase;
}

.pd-footer-customer-service a, .pd-footer-my-account a {
  display: block;
  margin-bottom: 6px;
  text-decoration: none;
  color: #100c0a;
  font-size: 0.925rem;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pd-footer-customer-service a:hover, .pd-footer-my-account a:hover {
  color: #79604F;
  text-decoration: underline;
}

.pd-footer-mailing-list-message {
  color: #100c0a;
  font-size: 0.75rem;
  font-weight: 200;
  margin-bottom: 10px;
  font-style: italic;
}

.pd-footer-mailing-list-input-wrapper {
  position: relative;
  display: inline-block;
}

.pd-footer-mailing-list-input input {
  -webkit-appearance: none;
  display: block;
  z-index: 1;
  box-sizing: border-box;
  border: 3px solid #AE8D73;
  border-radius: 33px;
  padding-left: 20px;
  padding-right: 50px;
  width: 300px;
  max-width: 350px;
  max-height: 50px;
  line-height: 50px;
  color: #79604F;
  font-weight: 400;
  box-sizing: border-box;
  font-size: 0.875rem;
}

.pd-footer-mailing-list-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #AC8C73;
}

.pd-footer-mailing-list-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: #AC8C73;
}

.pd-footer-mailing-list-input input:-ms-input-placeholder {
  /* IE 10+ */
  color: #AC8C73;
}

.pd-footer-mailing-list-input input:-moz-placeholder {
  /* Firefox 18- */
  color: #AC8C73;
}

.pd-footer-mailing-list-btn {
  position: absolute;
  z-index: 999;
  right: 0px;
  top: 0px;
  cursor: pointer;
  cursor: hand;
  vertical-align: top;
}

.pd-footer-mailing-list-btn span {
  color: #483B2F;
  font-size: 3.125rem;
  height: 50px;
  width: 50px;
  display: inline-block;
  vertical-align: top;
}

.pd-footer-mailing-list-btn span:before {
  display: inline-block;
  vertical-align: top;
  font-family: FontAwesome;
  font-size: 3.125rem;
  height: 50px;
  width: 50px;
  font-weight: 700;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #483B2F;
  content: "\f35a";
  line-height: 50px;
}

.pdCCWrapper {
}

.pdCC {
  display: inline-block;
  vertical-align: middle;
}

.pdCC span {
  margin-right: 10px;
  color: #303030;
  opacity: .8;
  font-size: 1.75rem;
}

.pdCCTitle {
  padding-right: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: auto;
  font-weight: 400;
  font-size: 0.75rem;
  color: #4e4e4e;
  text-decoration: none;
  text-transform: uppercase;
}

.pd-footer-privacy-copyright-wrapper {
  padding: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
  font-weight: 300;
  font-size: 0.75rem;
  background: #79604F;
  color: #fff;
  /*
      color:#79604F;
      border-top:2px solid #B69881;
    */
}

.pd-footer-copyright, .pd-footer-privacy {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  font-weight: 400;
}

.pd-footer-copyright a, .pd-footer-privacy a {
  color: #fff;
  font-weight: 500;
  font-size: 0.75rem;
  display: inline-block;
  vertical-align: middle;
}

.pd-footer-copyright {
  text-align: left;
}

.pd-footer-privacy {
  text-align: right;
  padding-right: 15px;
}

.pd-footer-privacy span {
  display: inline-block;
  vertical-align: middle;
  font-style: italic;
  font-size: 0.625rem;
}

@media only screen and (min-width: 986px) {
  .pd-footer-container-inner {
      text-align: left;
      display: flex;
      padding-top: 39px;
      padding-bottom: 30px;
  }

  .pd-footer-brand-social, .pd-footer-customer-service, .pd-footer-my-account, .pd-footer-mailing-list {
      flex: 1;
      margin-bottom: 0px;
  }

  .pd-footer-customer-service h3, .pd-footer-my-account h3, .pd-footer-mailing-list h3 {
      margin-bottom: 22px;
      margin-top: 0;
  }
}
/****************************/
/**** END SITE FOOTER *******/
/****************************/
/***********************************/
/**** BEGIN SECTION / INFO PAGES****/
/***********************************/

.pd-section-caption {
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
}

.pd-section-caption.info {
  text-align: left;
}

.pd-section-caption-inner {
  max-height: auto;
  overflow: auto;
}

.pd-section-caption-inner-flex {
  display: flex;
  flex-wrap: nowrap;
  gap: 21px;
}

.pd-section-caption-img-flex {
  flex: 0 1 auto;
  display: none;
}

@media (min-width: 986px) {
  .pd-section-caption-img-flex {
      display: block;
  }
}

.pd-section-caption-img {
  display: inline-block;
  max-width: 180px;
}

.pd-section-caption-img img {
  display: inline-block;
  border-radius: 33px;
  width: 100%;
  height: auto;
}

.circle-img {
  border-top-left-radius: inherit !important;
  border-top-right-radius: inherit !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  width: 130px !important;
  height: 130px !important;
}

@media (min-width: 986px) {
  .circle-img {
      width: 200px !important;
      height: 200px !important;
  }
}

@media (min-width: 1200px) {
  .circle-img {
      width: 250px !important;
      height: 250px !important;
  }
}

.pd-flex-img.box-pics {
  border: 2px solid #efe7e1;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
  background: #fff;
  border-radius: 11%;
}

.pd-flex-img.box-pics .circle-img {
  border-radius: 11%;
}

.pd-section-caption-text-flex {
  flex: 1 1 0;
  text-align: left;
}

.pd-section-caption ul {
  text-align: left;
}

.pd-section-caption-inner.succinct {
  max-height: 80px;
  position: relative;
  overflow: hidden;
}

.pd-section-caption-inner.succinct:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient( to top, white, rgba(255, 255, 255, 0)
  )
}

.pd-more {
  text-decoration: none;
  color: #1e1e1e;
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 5px 10px;
  border-radius: 2px;
  margin-top: 12px;
  background: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, .1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pd-more:hover {
  background: #e5e5e5;
  color: #1e1e1e;
}

.pd-more:before {
  display: inline-block;
  vertical-align: middle;
  font-family: FontAwesome;
  font-size: 0.75rem;
  font-weight: 700;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1e1e1e;
  content: "\f056";
  margin-right: 6px;
  /* background: #ccc; */
  margin-top: -2px;
  line-height: 14px;
}

.pd-more.succinct:before {
  content: "\f055";
}

/*********************************/
/******* FLEX PRODUCT LISTING ****/
/*********************************/
.pd-flex {
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 10px;
}
.pd-flex.grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, auto));
  gap: 5px;
  row-gap: 10px; 
  column-gap: 5px;
}
@media (max-width: 460px) {
  .pd-flex.grid{
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media (min-width: 768px) {
  .pd-flex.grid{
    gap: 10px;
    row-gap: 15px; 
    column-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(300px, auto));
   }
}
.pd-flex.category-page{
  justify-content: space-between;
}
.pd-flex.section {
  justify-content: center;
}
.pd-scroll.home .pd-flex {
  flex-wrap: nowrap;
}

.pd-flex-section-title {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 600;
}

.pd-flex-item {
  display: flex;
  flex: 1 1 30%;
  flex-flow: column;
  position: relative;
  vertical-align: top;
  box-sizing: border-box;
  padding: 6px;
  border: 2px solid #efe7e1;
  border-radius: 5px;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
  background: #fff;
  max-width: 300px;
}
.pd-flex.grid .pd-flex-item {
  max-width: 300px;
  min-width: 160px;
}
.pd-scroll.home .pd-flex-item {
  min-width: 300px;
}

.pd-flex-item.active {
  border: 2px solid #99401E;
}

.pd-flex-item.active:after {
  display: none;
  position: absolute;
  z-index: 2;
  font-family: FontAwesome;
  left: -5px;
  top: -5px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #CD7208;
  content: "\f058";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pd-flex-item.section {
  border: none;
  box-shadow: none;
  background: transparent;
  text-align: center;
}

.pd-flex.search .pd-flex-item {
  text-align: left;
}

.pd-flex.shopbycategory .pd-flex-item.section {
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.pd-flex-info {
}

.pd-flex-name {
  margin-bottom: 8px;
}

.pd-flex-item-abstract {
  margin-top: 10px;
  font-size: 0.75rem;
  font-weight: 300;
  color: #6c6057;
  padding: 3px;
  font-style: italic;
}

.pd-flex-item-includes {
  margin-bottom: 12px;
  color: #79604F;
  font-size: 0.6875rem;
  font-weight: 500;
  font-style: italic;
  background: #ede9e6;
  padding: 6px 12px;
  border-radius: 4px;
  display: inline-block;
}

.pd-flex-item-includes a {
  color: #79604F;
  font-size: 0.6875rem;
  font-weight: 500;
  font-style: italic;
  text-decoration: none;
}

.pd-flex-color {
  color: #6c6057;
  font-weight: 300;
  margin-top: 2px;
}

.pd-flex-style {
  color: #6c6057;
  font-weight: 300;
  margin-top: 2px;
}

.pd-flex-color:before, .pd-flex-style:before {
  font-family: "FontAwesome", sans-serif;
  display: inline-block;
  content: '\f054';
  color: #79604F;
  font-size: 0.625rem;
  font-weight: 100;
  margin-right: 6px;
  opacity: .5;
}

.pd-flex-item.section .pd-flex-name {
  margin-bottom: 30px;
}

.pd-flex-item div.pd-flex-name a {
  color: #382E27;
  font-weight: 500;
  text-decoration: none;
  display: block;
}
.pd-flex-item div.pd-flex-name.order-history a {
  font-weight: 300;
}
.pd-flex-item div.pd-flex-name a:hover {
  color: #AE8D73;
}

.pd-flex.search .pd-flex-name a {
  margin-top: 8px;
}

.pd-flex.shopbycategory .pd-flex-name a {
  font-weight: 600;
  font-size: 1rem;
  padding-bottom: 10px;
}

.pd-flex-item-reviews-wrapper {
  margin-bottom: 15px;
}

.pd-flex-dimensions {
  font-size: .9em;
  font-weight: 500;
  color: #100c0a;
}
.pd-flex-dimensions.order-history {
  font-weight: 500;
}
.pd-flex-dimensions-title {
  margin-bottom: 1px;
  font-size: 0.625rem;
  font-weight: 500;
  color: #100c0a;
  text-transform: uppercase;
  display: none;
}

.pd-flex-item-data-points{}
.pd-flex-item-data-points > div:before{
  content: "\2022";
    color: #000;
    font-size: 1em;
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
}

.pds-dimensions, .pds-style, .pds-color {
  font-size: .9em;
  font-weight: 400;
  color: #100c0a;
  font-style: italic;
}

.pds-dimensions {
  margin-bottom: 1px;
}
/*** PRICE AND QTY SELECT BOX ****/

.pd-flex-item-price-qty-box-wrapper {
  display: flex;
  gap: 11px;
}

.pd-flex-item-price-qty-box {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  box-shadow: 1px 1px 4px rgba(121, 96, 79, .2);
  border-radius: 5px;
  padding: 0px;
  background: #f9f5f2;
}

.pd-flex-item-price-qty-box-inner {
  padding: 9px 6px;
}

.pd-flex-item-price-qty-box-title {
  border-radius: 5px;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  padding: 8px;
  color: #f9f5f2;
  background: #79604F;
  margin-bottom: 8px;
  font-size: 0.725rem;
  font-weight: 400;
  text-transform: uppercase;
}

.pd-flex-item-price-qty-box-title span {
  display: inline-block;
  /* 
  background: rgba(255, 255, 255, .9);
  border:1px solid  rgba(255,255,255,.3);
  */
  background: none;
  color: #fff;
  padding: 0px 0px;
  border-radius: 2px;
  font-weight: 900;
}

.pd-flex-item-price-qty-box-price-each-display {
  margin-bottom: 11px;
  text-align: center;
}

.pd-flex-item-price {
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  color: #382E27;
  padding-left: 3px;
  padding-right: 3px;
}

.pd-flex-item-price-each {
  display: inline-block;
  vertical-align: text-top;
  font-weight: 300;
  font-size: 0.75rem;
  color: #71645d;
  padding-left: 3px;
  padding-right: 3px;
  font-style: italic;
}

.pd-flex-item-price-qty-box-select {
  min-width: 60px;
  position: relative;
  /*
      width: 90%;
      display:inline-block;
    */
  box-sizing: border-box;
  vertical-align: middle;
  min-width: 60px;
}

.pd-flex-item-price-qty-box-select select {
  background: #fff;
  padding-right: 35px;
  width: 100%;
  padding: 10px;
  font-weight: 500;
  box-sizing: border-box;
  border: 1px solid #efe7e1;
  border-radius: 5px;
  font-size: 0.875rem;
  color: #382E27;
  -webkit-appearance: none;
}

.pd-flex-item-price-qty-box-select:before, .pd-flex-item-price-qty-box-select:after {
  content: " ";
  position: absolute;
  pointer-events: none;
  background-color: #fff;
}

.pd-flex-item-price-qty-box-select:before {
  width: 30px;
  right: 3px;
  bottom: 3px
}

.pd-flex-item-price-qty-box-select:after {
  position: absolute;
  font-family: "FontAwesome", sans-serif;
  display: block;
  width: 22px;
  height: 22px;
  top: 13px;
  right: 5px;
  content: '\f078';
  color: #79604F;
  font-size: 0.75rem;
  font-weight: 700;
}

.pd-flex-item-price-qty-box-out-of-stock {
  font-size: 0.9375rem;
  color: #51453D;
  padding-top: 10px;
}

.pd-flex-item-details {
  margin-bottom: 25px;
  margin-top: 20px;
}

.pd-flex-item-code {
  box-sizing: border-box;
  font-size: 0.82rem;
  color: #ffffff;
  text-align: center;
  background: #79604F;
  padding: 9px 11px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  /*
      bottom: 0px;
      position: absolute;
        border-top-left-radius: 11px;
        border-top-right-radius: 11px;
        width: 100%;
    */
  display: block;
  left: 0;
  right: 0;
  font-weight: 700;
}

.pd-flex-item-code .patent {
  display: inline-block;
  margin-left: 8px;
  font-size: 0.625rem;
  font-weight: 400;
  text-transform: uppercase;
  opacity: .75;
  letter-spacing: -0.5px;
  vertical-align: baseline;
  padding-bottom: 1px;
}

.pd-flex-item-code span {
  font-weight: 700;
  /* opacity: .5; */
  /* font-style: italic; */
  background: #fff;
  color: #79604F;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 6px;
}

.pd-flex.shopbycategory .pd-flex-img {
  display: none;
}

.pd-flex-item div.pd-flex-img {
  position: relative;
  box-sizing: border-box;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  margin-bottom: 8px;
  /*
      max-height:260px;
      max-width:100%;
      margin: 0 auto;
      max-width:260px;
      height:260px;
      width:260px;
    */
  padding: 0px;
}

.pd-flex-item div.pd-flex-img > span {
  height: 100%;
  display: none;
  vertical-align: middle;
}

.pd-flex-item div.pd-flex-img a {
  display: block;
  vertical-align: middle;
  box-sizing: border-box;
}

.pd-flex-item div.pd-flex-img img {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  object-fit: contain;
  /*
      max-height: 260px;
      max-width: 100%;
  */
  width: 100%;
  max-width: 500px;
  height: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: none;
}

.pd-flex.category-page .pd-flex-item div.pd-flex-img img {
  max-width: 280px;
}

.pd-flex-item.section div.pd-flex-img img {
}

.pd-flex-order-out-of-stock {
  font-weight: 600;
  color: #51453D;
  font-size: 1.4em;
  padding: 30px 0px 0px 0px;
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  text-transform: uppercase;
}

.pd-flex-order-discontinued {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 11px 21px;
  font-size: 0.875rem;
  font-weight: 500;
  background: #fff;
  color: #55463b;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pd-flex-item-discontinued-message {
  border: 1px dashed #ded7d1;
  border-radius: 4px;
  padding: 9px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #894c05;
  /*  color: #6c6057; */
  font-style: italic;
}
/*
.pd-flex-item-discontinued-message {
border:1px solid #c1c16b;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color:#ffffcc;
    box-shadow:0px 0px 10px rgba(0,0,0,.2);
    color: #212121;
    padding:30px;
    padding-left:100px;
    position:relative;
    font-size: 0.9375rem;
    font-weight:500;
    text-align:left;
}
.pd-flex-item-discontinued-message:before{
      display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 2.8125rem;
    font-family: FontAwesome;
    font-weight: 700;
    color: #c1c16b;
    content: "\f05a";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/

.pd-flex-shop-btn {
  display: none;
  margin-top: 25px;
}

.pd-flex-shop-btn a {
  color: #1e1e1e;
  padding: 6px 10px;
  font-size: 0.75rem;
  font-weight: 700;
  border: 1px solid #e5e5e5;
  background-color: #f9f9f9;
  border-radius: 2px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pd-flex-shop-btn a:hover {
  color: #1e1e1e;
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
}
/*** FLEX PRICE DISPLAY ***/

.pd-flex-price-view-in-cart {
  padding-top: 10px;
  padding-bottom: 4px;
  color: #6e6e6e;
  font-style: italic;
}

.pd-flex-price-view-in-cart a {
  color: #6e6e6e;
  font-style: italic;
}

.pd-flex-price-container {
  text-align: center;
}

.pd-flex-price {
  vertical-align: middle;
  display: inline-block;
  color: #111;
  font-size: 1rem;
  font-weight: 700;
}

.pd-flex-price > span {
  display: none;
}

.pd-flex-regular-price {
  vertical-align: middle;
  display: inline-block;
  color: #6e6e6e;
  font-size: 0.625rem;
  font-weight: 400;
  margin-top: -3px;
}

.pd-flex-regular-price > span {
  display: none;
}

.pd-flex-sale-price {
  vertical-align: top;
  display: inline-block;
  color: #c80000;
  font-size: 1rem;
  font-weight: 700;
}

.pd-flex-sale-price > span {
  display: none;
}

.pd-flex-price-sale-price-container {
}

.pd-flex-you-save-container {
  vertical-align: middle;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  text-align: left;
}

.pd-flex-you-save .save-text {
  color: #c80000;
  font-size: 0.75rem;
  font-weight: 700;
}

.pd-flex-you-save .save-percent {
  color: #c80000;
  font-size: 0.75rem;
  font-weight: 700;
}

.pd-flex-you-save .save-total {
  display: none;
}

.pd-flex-order {
  /*
      border-top: 1px solid #efe7e1;
    */
  margin-top: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.pd-flex-order-inner {
}

.pd-flex-options-wrapper {
  margin-bottom: 20px;
}

.pd-flex-options-wrapper.parent {
  margin-top: 12px;
  margin-bottom: 22px;
}

.pd-flex-option {
  margin-bottom: 10px;
}

.pd-flex-option-title {
  font-size: 0.75rem;
  color: #6e6e6e;
}

.pd-flex-call-to-purchase {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 10px;
  padding: 6px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 100px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
  display: inline-block;
  background: #2e2e2e;
  flex-grow: unset;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
}

.pd-flex-coming-soon {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 10px;
  padding: 6px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 100px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
  display: inline-block;
  font-weight: 700;
  background: #2e2e2e;
  flex-grow: unset;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
/********** FLEX RESPONSIVE SETTINGS ***********/

@media only screen and (min-width: 300px) {
}

@media (min-width: 986px) {
  .pd-flex {
      gap: 10px;
  }

  .pd-flex-item {
      margin: 0;
      padding: 10px;
      flex: 1 1 20%;
  }

  .pd-flex-item.active:after {
      left: -7px;
      font-size: 2.125rem;
  }

  .pd-flex-order {
      /* padding:10px; */
  }

  .pd-flex-item-price-qty-box-title span {
      display: inline-block;
  }
}

@media only screen and (min-width: 1300px) {
  .pd-flex-item {
    flex: 1 1 18%;

  }
}
/*********************************/
/**** END FLEX PRODUCT LISTING ***/
/*********************************/
/**** BEGIN IMG OVERLAY MESSAGES ***/

.img-overlay {
  position: absolute;
  z-index: 9;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
}

.img-overlay.black, .img-overlay.dark {
  color: #100c0a;
}

.img-overlay.top {
  top: 8px;
}

.img-overlay.top.left {
  left: 8px;
}

.img-overlay.top.right {
  right: 8px;
}

.img-overlay.bottom {
  bottom: 40px;
}

.img-overlay.bottom.left {
  left: 8px;
}

.img-overlay.bottom.right {
  right: 8px;
}

/*** PRODUCT PAGE OVERRIDES ***/
.brp-product-img-overlays .img-overlay.top {
  top: 4%;
}

.brp-product-img-overlays .img-overlay.top.left {
  left: 4%;
}

.brp-product-img-overlays .img-overlay.top.right {
  right: 4%;
}

.brp-product-img-overlays .img-overlay.bottom {
  bottom: 4%;
}

.brp-product-img-overlays .img-overlay.bottom.left {
  left: 4%;
}

.brp-product-img-overlays .img-overlay.bottom.right {
  right: 4%;
}

.img-overlay.patent {
  bottom: 25px;
  left: 0;
  background: #876b58;
  padding: 0px 10px;
  line-height: 24px;
  color: rgba(255, 255, 255, .7) !important;
  font-size: 0.625rem;
  text-transform: uppercase;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 1px 1px 3px rgb(0 0 0 / 25%);
}

.img-overlay.corrugated {
  bottom: 35px;
  right: 5px;
  background: #99401E;
  padding: 0px 10px;
  line-height: 24px;
  color: #fff;
  font-size: 0.625rem;
  text-transform: uppercase;
  border-radius: 3px;
}

@media (min-width: 986px) {
  .img-overlay {
      font-size: 1em;
      font-weight: 600;
  }

  .img-overlay.top {
      top: 8px;
  }

  .img-overlay.top.left {
      left: 8px;
  }

  .img-overlay.top.right {
      right: 8px;
  }

  .img-overlay.bottom {
      bottom: 40px;
  }

  .img-overlay.bottom.left {
      left: 8px;
  }

  .img-overlay.bottom.right {
      right: 8px;
  }
}

.pd-scroll-container .img-overlay {
  font-size: 0.6875rem;
}

.pd-scroll-container .img-overlay.top {
  top: 22px;
}

.pd-scroll-container .img-overlay.top.left {
  left: 6px;
}

.pd-scroll-container .img-overlay.top.right {
  right: 6px;
}

.pd-scroll-container .img-overlay.bottom {
  bottom: 26px;
}

.pd-scroll-container .img-overlay.bottom.left {
  left: 6px;
}

.pd-scroll-container .img-overlay.bottom.right {
  right: 6px;
}
/*****************************************/
/******* BEGIN ITEM PAGE TEMPLATE ********/
/*****************************************/

.presale {
  padding-bottom: 15px;
  font-weight: bold;
  font-style: italic;
  color: red;
}

.pd-out-of-stock {
  font-weight: 600;
  color: #51453D;
  font-size: 1.25rem;
  padding: 10px 15px;
  display: block;
  box-sizing: border-box;
  border: 1px solid #1e1e1e;
  display: inline-block;
  border-radius: 2px;
}
/******* ITEM PAGE IMAGE GALLERY *********/

.pd-resp-item-img-info-container {
}

.pd-resp-item-img-info-container > div {
  margin-bottom: 20px;
}
.pd-resp-image-bottom-container{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  text-align: left;
/*
  display: flex;
  gap: 2px;
*/
}

.pd-resp-img-gallery-container {
  position: relative;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: column;
  box-sizing: border-box;
  text-align: center;
  border: 2px solid #efe7e1;
  border-radius: 11px;
  padding: 12px 8px 50px 8px;
  background: #ffffff;
}

.pd-resp-img-gallery-container.overlays {
  padding-bottom: 60px;
}

.pd-resp-img-gallery-thumbs-inner::-webkit-scrollbar, .pd-resp-img-gallery-thumbs::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
  height: 6px;
}

.pd-resp-img-gallery-thumbs-inner::-webkit-scrollbar-thumb, .pd-resp-img-gallery-thumbs::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3);
}

/*** GALLERY THUMBNAILS DISPLAY ***/
.pd-resp-img-gallery-thumbs {
  box-sizing: border-box;
  padding: 6px;
  margin-top: 12px;
  text-align: center;
  overflow: hidden;
  text-align: center;
}

.pd-resp-img-gallery-thumbs-inner {
  box-sizing: border-box;
  text-align: center;
  /*
      white-space: nowrap;
      overflow: hidden;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      overflow: -moz-scrollbars-vertical;
      max-height:100px;
      max-width:300px;
    */
}

.pd-resp-img-gallery-thumbs div {
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  margin-left: 5px;
  /*
     opacity:.45;
    */
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 2px solid #fff;
}

.pd-resp-img-gallery-thumbs img {
  display: inline-block;
  height: auto;
  width: auto;
  max-height: 80px;
  max-width: 80px;
  cursor: pointer;
  cursor: hand;
}

@media (min-width: 1400px) {
  .pd-resp-img-gallery-thumbs {
      max-width: 650px;
  }

  .pd-resp-img-gallery-thumbs-inner {
      max-width: 540px;
  }
}
/*** MAIN IMAGE DISPLAY ***/

.pd-resp-img-gallery-main {
  box-sizing: border-box;
  white-space: nowrap;
  text-align: center;
  /* 
  height:100%; 
  max-height: 400px;
  */
  position: relative;
}

.pd-resp-img-gallery-main-img-link {
  display: block;
}

.pd-resp-img-gallery-main img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: nowrap;
  text-align: center;
  height: auto;
  width: auto;
  /*
      max-width: 100%;
      max-height:500px;
    */
  vertical-align: top;
}

.pd-resp-img-gallery-vert-helper {
  /*** HELPS CENTER IMAGE VERTICALLY ***/
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.pd-resp-img-gallery-enlarge {
  display: none;
  position: absolute;
  right: 0px;
  top: 5px;
  z-index: 999;
}

.pd-resp-img-gallery-enlarge:after {
  cursor: pointer;
  cursor: hand;
  display: inline-block;
  vertical-align: middle;
  font-family: FontAwesome;
  font-size: 1.625rem;
  color: rgba(0, 0, 0, .2);
  content: "\f00e";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pd-resp-img-gallery-thumbs div.pd-resp-img-gallery-thumbs-inner, .pd-resp-img-gallery-thumbs div.pd-active {
  opacity: 1;
}

.pd-resp-img-gallery-thumbs div.pd-active {
  border-bottom: 2px solid #dbdcde;
}
/***** END ITEM PAGE IMAGE GALLERY *******/
/***** BEGIN ITEM PAGE ORDER AREA *******/

.pd-resp-item-login-to-purchase {
  padding: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  /* display: inline-block; */
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}

.pd-resp-item-login-to-purchase a {
  /*
      display:inline-block;
      text-decoration: none;
      font-weight:400;
      color:#CD7208;
      */
}

.pd-resp-item-login-to-purchase a:hover {
  /*
      background:#f9f9f9;
      */
}

.pd-resp-item-login-to-purchase i {
  display: inline-block;
  margin-left: 2px;
  color: #CD7208;
  font-size: 1rem;
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

#brp-video-modal-wrapper {
  max-height: 90%;
  max-width: 90%;
}

.brp-video-box-inst-flex {
  margin-top: 22px;
  margin-bottom: 0px;
  display: inline-flex;
  gap: 20px;
  align-items: center;
  justify-self: center;
}
.youtube-play-icon {
  position: absolute;
  bottom: 2px;
  left: 2px;
}
.youtube-play-icon a {
  max-height: 38px;
  box-sizing: border-box;
  display: inline-flex;
      gap: 8px;
      align-items: center;
      color: #6F5646;
      text-decoration: none;
      font-size: 0.875rem;
      font-weight: 400;
      border: 1px solid #efe7e1;
      background: #f9f5f2;
      border-radius: 9px;
      padding: 12px;
  }

.youtube-play-icon img {
  height: 15px;
  width: auto;
}

.brp-instructions-link {
  display: inline-flex;
      gap: 8px;
      align-items: center;
      margin-top: 12px;
}

.brp-instructions-link img {
  height: 14px;
  width: auto;
}

.brp-instructions-link a {
  color: #100c0a;
  text-decoration: none;
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: underline;
}

.brp-product-img-overlays {
  /*
      position: absolute;
      z-index: 100;
      bottom: 10px;
      padding: 10px;
      padding-top: 15px;
      left: 0;
      right: 0;
    
    color: #100c0a;
      font-weight: 500;
      font-size: 0.875rem;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      flex-direction: row;
      text-align: center;
      */
  /* background: #efe7e1; 
    border-top-right-radius: 6px; 
    border-top-left-radius: 6px; 
    border-top: 1px solid #efe7e1;
    */
}
/******************************/
/***** BEGIN PD LOGIN BOX *****/
/******************************/

.pdwLoginBox {
  /*
      box-sizing: border-box;
      display: inline-block;
      color: #1e1e1e;
      border: 1px solid #e5e5e5;
      padding: 10px 15px;
      border-radius: 2px;
      box-shadow: 0px 0px 5px rgba(0,0,0,.1);
      */
}

.pdwTitle {
  font-weight: 400;
  font-size: 1rem;
  color: #1e1e1e;
  margin-bottom: 20px;
}

.pdwBtn {
  display: inline-block;
  vertical-align: middle;
}

.pdwBtn a {
  display: inline-block;
  padding: 8px 12px;
  background-color: #CD7208;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 2px;
  text-decoration: none;
}

.pdwOr {
  display: inline-block;
  color: #6e6e6e;
  margin-left: 12px;
  margin-right: 12px;
  text-transform: uppercase;
}
/****************************/
/***** END PD LOGIN BOX *****/
/****************************/
/****************************/
/*** BEGIN ITEM PAGE STYLE **/
/****************************/

.pd-resp-item-info-container {
  float: none;
  clear: none;
  background: #efe7e1;
  border-radius: 11px;
  box-sizing: border-box;
  position: relative;
}

.pd-resp-item-info-container-inner {
  padding: 18px;
  padding-bottom: 70px;
  padding-top: 15px;
}

.pd-resp-item-info-container.has-desc .pd-resp-item-info-container-inner {
}

.pd-resp-item-info-container-inner.set {
  padding-top: 10px;
}

.pd-resp-item-is-set {
  display: none;
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  z-index: 99;
  padding: 11px 31px 9px 13px;
  font-weight: 700;
  color: #fff;
  font-size: 0.6875rem;
  background: #534236;
  border-radius: 9px;
  /*
      border-bottom-right-radius: 31px;
    */
}

.pd-resp-item-is-set:after {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  font-family: FontAwesome;
  font-size: 0.625rem;
  font-weight: 700;
  color: #fff;
  content: "\f5fd";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pd-resp-item-full-desc-link {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}

.pd-resp-item-full-desc-link a {
  display: inline-block;
  background: #d8d1cb;
  padding: 9px;
  padding-left: 31px;
  padding-right: 11px;
  border-radius: 11px;
  border-bottom-left-radius: 31px;
  font-size: 0.625rem;
  font-weight: 600;
  color: #79604F;
  text-decoration: none;
  text-transform: uppercase;
}

.pd-item-details-top-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d1cb;
  margin-bottom: 20px;
}

.pd-item-details-top-wrapper.set {
  margin-top: 10px;
}


.pd-item-details-top-reviews {
  text-align: left;
}

.pd-item-details-top-qa {
  text-align: center;
}

.pd-item-details-top-code {
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #79604F;
  flex-grow: 1;
}

.pd-item-details-top-code a {
  font-size: 1.5rem;
  font-weight: 700;
  color: #79604F;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.pd-item-details-top-code .patent {
  font-size: 0.5625rem;
  font-weight: 600;
  background: #79604F;
  width: fit-content;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 4px;
  border-radius: 2px;
}

.pd-item-set-codes-patents-wrapper {
  display: inline-flex;
  align-items: baseline;
  gap: 1px;
}

.pd-item-set-and {
  font-size: 1rem;
  font-weight: 500;
}

.pd-item-details-top-code.set {
  font-size: 1.5rem;
}

.pd-item-details-top-code.set > div {
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2px;
}
/** ITEM INFO TABLE */

.pd-item-info-table {
  display: flex;
}

.pd-item-info-table > div {
  flex-grow: 1;
  width: 33%;
}

.pd-item-info-table-heading {
  margin-bottom: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #100c0a;
  text-transform: uppercase;
}

.pd-item-info-table-data {
  margin-bottom: 3px;
  font-size: 0.75rem;
  font-weight: 300;
  color: #100c0a;
}

.pd-item-info-table-data span {
}

.pd-item-info-table-dimensions {
}

.pd-item-info-table-style {
}

.pd-item-info-table-color {
}

.pd-item-info-callout {
  padding-top: 18px;
  padding-bottom: 10px;
  font-size: 0.75rem;
}

.pd-item-info-callout img {
  width: 100% !important;
  height: auto !important;
}

.pd-resp-item-info {
}

.pd-resp-item-order {
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
}

.pd-resp-item-price-container {
  margin-right: 0px;
  margin-top: 30px;
}

.pd-resp-item-price-container-inner {
  margin-bottom: 20px;
}
/*** UPSELL TABS ***/

.pd-resp-item-upsell-wrapper {
  position: relative;
  padding-top: 48px;
  margin-top: 60px;
}

.pd-resp-item-upsell-inner {
  padding: 11px;
  border: 2px solid #efe7e1;
  border-radius: 5px;
  border-top-left-radius: 0px;
  background: #fff;
  /*
    box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
    */
}

.pd-resp-item-upsell-tabs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  box-sizing: border-box;
  text-align: center;
}

.pd-resp-item-upsell-tabs > div {
  display: inline-block;
  padding: 0px 33px;
  border: 2px solid #efe7e1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  background: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  width: 100%;
  max-width: 285px;
  /*
      box-shadow: 0px -1px 0px 0px rgb(0 0 0 / 10%);
      */
}

.pd-resp-item-order-out-of-stock {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.5rem;
  color: #51453D;
}

.pd-resp-item-order-discontinued {
  margin-top: 30px;
  font-size: 1.5rem;
  color: #79604F;
}

.pd-flex-item-availability-message-wrapper {
  border-top: 1px solid #DBD2C8;
  padding-top: 20px;
}

.pd-flex-item-availability-date {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 0.75rem;
}

.pd-flex-item-availability-message {
  font-size: 0.75rem;
}
/*** ORDER BOX BOTTOM ROW ****/

.pd-resp-item-info-container-bot {
  display: flex;
  align-items: flex-end;
  /* margin-top: 20px; */
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 10px;
}

.pd-resp-item-info-container-bot > div {
  color: #6F5646;
  flex-grow: 1;
  width: 33%;
  text-align: center;
}

.pd-resp-item-info-container-bot-border {
  border-radius: 33px;
  background: #DBD2C8;
  padding: 5px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}

.pd-resp-item-order-in-stock {
  padding-bottom: 10px;
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: uppercase;
}

.pd-resp-item-order-in-stock:before {
  color: #ACA29A;
  display: inline-block;
  margin-right: 5px;
  font-family: "FontAwesome", sans-serif;
  content: '\f336';
  font-style: normal;
  font-weight: 700;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pd-resp-item-order-in-stock span {
  font-weight: 600;
  display: inline-block;
  margin-left: 1px;
}

.pd-resp-item-order-ships-free {
  padding-bottom: 5px;
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: uppercase;
}

.pd-resp-item-order-ships-free.out-of-stock {
  padding-bottom: 0;
}

.pd-resp-item-order-ships-free:before {
  color: #ACA29A;
  display: inline-block;
  margin-right: 5px;
  font-family: "FontAwesome", sans-serif;
  content: '\f48b';
  font-style: normal;
  font-weight: 700;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pd-resp-item-order-ships-free.out-of-stock:before {
  display: none;
}

.pd-resp-item-order-ships-free span {
  font-weight: 600;
  display: inline-block;
  margin-left: 1px;
}

.pd-resp-item-order-ships-free .lower48 {
  font-size: 0.625rem;
  color: #5a4639;
  font-weight: 200;
  margin-top: 0px;
  margin-left: 2px;
}

.pd-resp-item-order-sample {
  background: #DBD2C8;
  padding: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.pd-resp-item-order-sample a {
  color: #6F5646;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
}

.pd-resp-item-order-sample span {
  font-weight: 600;
  display: inline-block;
  margin-left: 1px;
}
/*** END ORDER BOX BOTTOM ROW ***/
/*** DEFAULT PRICE ***/

.pd-resp-item-price {
  font-size: 1.375rem;
  font-weight: 700;
  color: #111;
}

.pd-resp-item-price > span {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  color: #6e6e6e;
}
/*** REGULAR PRICE ***/

.pd-resp-item-reg-price {
  font-size: 1.375rem;
  font-weight: 700;
  color: #6e6e6e;
}

.pd-resp-item-reg-price > span {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  color: #6e6e6e;
}
/*** SALE PRICE ***/

.pd-resp-item-sale-price {
  font-size: 1.375rem;
  font-weight: 700;
  color: #c80000;
}

.pd-resp-item-sale-price > span {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  color: #6e6e6e;
}
/*** YOU SAVE ***/

.pd-resp-item-you-save {
}

.pd-resp-item-you-save span.save-text {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  color: #6e6e6e;
}

.pd-resp-item-you-save span.save-total {
  display: inline-block;
  vertical-align: top;
  font-size: 0.875rem;
  font-weight: 600;
  color: #6e6e6e;
  margin-left: 10px;
}

.pd-resp-item-you-save span i {
  display: inline-block;
  margin-right: 6px;
}

.pd-resp-item-you-save span.save-percent {
  display: inline-block;
  vertical-align: top;
  font-size: 1.375rem;
  font-weight: 700;
  color: #6e6e6e;
}

.pd-resp-item-price-map {
}

.pd-qty-toggle-container {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.pd-qty-toggle-inner {
  vertical-align: top;
  display: inline-block;
  border: 3px solid #c2c7c6;
  border-radius: 2px;
  background-color: #c2c7c6;
  padding: 0px;
  white-space: nowrap;
  box-sizing: border-box;
  line-height: 48px;
  height: 48px
}

.pd-qty-toggle-container input.text, .pd-qty-field {
  display: inline-block;
  vertical-align: middle;
  border: none;
  padding: 10px 15px;
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  background-color: #fff;
  border-radius: 2px;
  line-height: normal;
  box-sizing: border-box;
}

.pd-qty-toggle-minus, .pd-qty-toggle-plus {
  transition: all 0.5s ease;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 4px;
  min-width: 22px;
  box-sizing: border-box;
  color: #fff;
  cursor: hand;
  cursor: pointer;
  border-radius: 1px;
}

.pd-qty-toggle-minus:hover, .pd-qty-toggle-plus:hover {
  color: #959499;
  /*
      background-color:#dedede;
    */
}
/*** LISTING/FLEX OVERRIDE ***/

.pd-qty-toggle-container.flex {
  margin-right: 0;
  display: block;
  margin-bottom: 10px;
}

.pd-qty-toggle-inner.flex {
  border: 1px solid #c2c7c6;
  line-height: 32px;
  height: 32px;
}

.pd-qty-field.flex {
  font-size: 0.875rem;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
}

.pd-qty-toggle-minus.flex, .pd-qty-toggle-plus.flex {
  padding: 3px 4px;
}

@media (min-width: 986px) {
  .pd-resp-item-upsell-tabs > div {
      max-width: 433px;
      font-size: 1.3125rem;
  }

  .pd-qty-toggle-container.flex {
      margin-right: 10px;
      display: inline-block;
      margin-bottom: 0px;
  }

  .pd-qty-toggle-inner.flex {
      border: 3px solid #c2c7c6;
      line-height: 48px;
      height: 48px;
  }

  .pd-qty-field.flex {
      font-size: 1rem;
      padding: 0px 15px;
      height: 42px;
      line-height: 42px;
  }

  .pd-qty-toggle-minus.flex, .pd-qty-toggle-plus.flex {
      padding: 5px;
      margin: 3px;
  }
}
/**** END QUANTITY TOGGLES ****/

.pd-resp-item-order-btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.pd-resp-item-order-btn.item-page {
  display: block;
  margin-top: 20px;
}
/*
.pd-flex-item.active .pd-resp-item-order-btn:after{
  position: absolute;
  z-index: 2;
  font-family: FontAwesome;
  right: -3px;
  top: -3px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #99401E;
  content: "\f058";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 50px;
}
*/

@media (min-width: 986px) {
  .pd-flex-item.active .pd-resp-item-order-btn:after {
      right: -12px;
      top: -3px;
      font-size: 1.375rem;
  }
}

.pd-resp-item-order-btn input, .pd-resp-item-order-btn button {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #99401E;
  border: 1px solid #99401E;
  color: #fff;
  border-radius: 33px;
  -webkit-appearance: none;
  padding: 0px 11px;
  font-weight: 700;
  font-size: 0.75rem;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
}

.pd-resp-item-order-btn.item-page input, .pd-resp-item-order-btn.item-page button {
  display: block;
  border-radius: 33px;
  padding: 6px;
  font-weight: 700;
  font-size: 1.25rem;
  height: auto;
  line-height: auto;
  width: 100%;
}

.pd-resp-item-order-btn input:hover, .pd-resp-item-order-btn button:hover {
  background-color: #930B3A;
  border: 1px solid #930B3A;
}

.pd-resp-related-items-title {
  font-size: 1.625rem;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 30px;
  border-bottom: 1px solid #dbdcde;
}

.pd-resp-related-items-qty {
  display: none;
  padding-top: 8px;
  padding-bottom: 10px;
  font-weight: 400;
  color: #666;
  font-size: 0.875rem;
}

.pd-resp-related-items-qty input {
  margin-left: 5px;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.pd-resp-related-items-out-of-stock {
}

.pd-resp-related-items-btn-wrapper {
  display: none;
  margin-top: 10px;
  padding-top: 30px;
  border-top: 1px solid #dbdcde;
  text-align: center;
  margin-bottom: 20px;
}
/*** ITEM PAGE INFO ***/

.pd-item-info-wrapper {
  margin-top: 40px;
  clear: both;
}

.pd-item-info-titles-wrapper {
  display: none;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  background: #ffffff;
  box-sizing: border-box;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
}

.pd-item-info-titles-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.pd-item-info-titles-wrapper.sticky {
  width: 100%;
  max-width: 1300px;
  /*
      padding-left:20px;
      padding-right:20px;
      left:0;
      right:0;
      top: 0;
    */
}

.pd-item-info-title {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin-right: 50px;
}

.pd-item-info-title a {
  display: block;
  padding: 15px 5px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #354443;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
}

.pd-item-info-title a.active {
  border-bottom: 5px solid #e5e5e5;
}

.pd-item-info-title:last-child {
  margin-right: 0px;
}

.pd-item-info-title-inline {
  font-size: 1.75rem;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #d8d1cb;
  text-align: center;
  padding: 8px;
  margin-top: 20px;
}

.details-image-top {
  margin-bottom: 35px;
}

.details-image {
  margin-bottom: 35px;
  text-align: center;
}

.details-image img {
  display: inline-block;
}

.details-image-bottom {
  margin-bottom: 35px;
}

.details {
  margin-bottom: 35px;
}

.pd-item-info-inner {
}

.pd-item-info {
  margin-bottom: 50px;
  outline: none !important;
}

.pd-resp-item-order-options {
  margin-top: 20px;
  margin-top: 20px;
  padding-top: 20px;
  /*
      padding-bottom:10px;
      */
  border-top: 1px solid #e5e5e5
}

.pd-resp-item-order-option-set {
}

.pd-resp-item-order-option-set-insc {
}

.pd-resp-item-order-option-set-mon {
}

.pd-resp-item-order-option-set-title {
  display: block;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 0.875rem;
  /* color: #6e6e6e; */
  font-weight: 700;
}

.pd-resp-item-order-option-set-select {
  position: relative;
  background: #fff;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}

.pd-resp-item-order-option-set-select select {
  min-width: 250px;
  padding-right: 35px;
  width: 100%;
  padding: 10px;
  font-weight: 500;
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: 2px;
  font-size: 0.875rem;
}

.pd-resp-item-order-option-set-select:before, .pd-resp-item-order-option-set-select:after {
  content: " ";
  position: absolute;
  pointer-events: none;
  background-color: #fff;
}

.pd-resp-item-order-option-set-select:before {
  width: 30px;
  right: 3px;
  bottom: 3px
}

.pd-resp-item-order-option-set-select:after {
  position: absolute;
  font-family: "FontAwesome", sans-serif;
  display: block;
  width: 22px;
  height: 22px;
  top: 15px;
  right: 4px;
  content: '\f078';
  color: #8e8e8e;
  font-size: 0.875rem;
  font-weight: 700;
}
/**** SAMPLES PAGE ****/

.pd-samples-content {
}

.pd-samples-btn {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #99401E;
  border: 1px solid #99401E;
  color: #fff;
  border-radius: 33px;
  -webkit-appearance: none;
  padding: 0px 21px;
  font-weight: 700;
  font-size: 0.75rem;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
}

.pd-samples-table {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.pd-samples-table tr {
  border-bottom: 1px solid #DECCBE;
}

.pd-samples-table th {
  background: #AE8D73;
  color: #fff;
  /* border-radius: 4px; */
  padding: 12px;
  text-align: left;
}

.pd-samples-table td {
  padding: 15px 10px;
  border-bottom: 1px solid #DECCBE;
}
/*** COLOR CHART ***/

.pd-color-chart {
  margin-top: 6px;
}

.pd-color-chart-link {
}

.pd-color-chart-img {
}

.pd-color-chart-img img {
  width: 100%;
  height: auto;
  max-height: 500px;
  max-width: 500px;
}
/*** TAGS ***/

.pd-resp-tags {
  position: absolute;
  top: -4px;
  left: -2px;
  right: -4px;
  z-index: 999;
  /* background: #f9f5f2; */
  /* border-radius: 10px; */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: right;
}

.pd-scroll-container.list .pd-resp-tags {
  right: auto;
  left: 150px;
}

.pd-tag {
  display: inline-block;
  color: #fff;
  background-color: orange;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 11px 11px 11px 26px;
  border-radius: 5px;
  border-bottom-left-radius: 30px;
  text-transform: uppercase;
  box-sizing: border-box;
  font-style: italic;
  box-shadow: -1px 1px 1px rgb(62 123 53);
}

.pd-tag.tag-closeout {
  background-color: orange;
}

.pd-tag.tag-new {
  background-color: #53A46E;
}
/*** FLEX DISPLAY ***/

.pd-special-offer {
  position: relative;
  border: 2px dashed #e1e1e1;
  padding: 15px;
  margin-top: 20px;
  border-radius: 2px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
  color: #1e1e1e;
  text-align: center;
}

.pd-special-offer.item {
  margin-top: 40px;
  padding-top: 20px;
}

.pd-special-offer.section {
  margin: 5px;
  margin-bottom: 30px;
  padding-top: 30px;
}

.pd-special-offer-title {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
}

.pd-special-offer-title span {
  font-size: 1.25rem;
  font-weight: 600;
  background: #fff;
  padding: 5px 20px;
  color: #CD7208;
}
/*** RESPONSIVE ITEM OVERRIDES ***/

@media (min-width: 986px) {
  .pd-resp-item-order-btn input {
      padding: 0px 21px;
      font-weight: 700;
      font-size: 1rem;
      height: 40px;
      line-height: 40px;
  }

  .pd-item-info-titles-wrapper {
      display: block;
  }

  .pd-resp-item-img-info-container {
      display: flex;
      gap: 33px;
  }

  .pd-resp-item-img-info-container > div {
      flex-basis: 50%;
      margin-bottom: 0;
  }

  .pd-resp-img-gallery-container {
      margin-bottom: 0;
  }

  .pd-resp-item-info-container {
  }

  .pd-resp-item-order {
      /*
                margin-top:0px;
                padding-bottom:40px;
                text-align: left;
        */
      padding-top: 0px;
      border-top: none;
      border-top: none;
  }

  .pd-resp-item-price-view-in-cart {
      text-align: left;
  }

  .pd-special-offer.item .pd-special-offer-title {
      left: 20px;
      right: auto;
  }
}
/*****************************************/
/******** END ITEM PAGE TEMPLATE *********/
/*****************************************/
/*****************************************/
/******* BEGIN HOME PAGE TEMPLATE ********/
/*****************************************/

.pd-resp-home-featured-wrapper {
  margin-top: 50px;
}

.pd-resp-home-featured-title {
  text-align: center;
  font-size: 1.625rem;
  font-weight: 600;
  color: #354443;
  text-transform: uppercase;
  padding: 11px;
  clear: both;
  position: relative;
}

.pd-resp-home-featured-title > div {
  position: absolute;
  right: 0;
  top: 5px;
}

.pd-resp-home-featured-title a {
  font-size: 0.75rem;
  font-weight: 500;
  color: #354443;
  text-transform: uppercase;
  padding: 10px;
  text-decoration: none;
}

.pd-resp-home-featured-title i {
  font-size: 0.5625rem;
  font-weight: 700;
  padding-left: 3px;
}

.pd-resp-home-featured-inner {
  padding: 21px 11px;
  border: 2px solid #efe7e1;
  border-radius: 5px;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
  background: #fff;
}
/**** FEATURED HOME BAKERIES *****/

.pd-home-featured-bakeries-title {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
}

.pd-home-featured-bakeries-wrapper {
  flex-direction: row;
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 30px;
}

.pd-home-featured-bakery {
  flex-grow: 1;
  width: 33%;
  text-align: center;
}

.pd-home-featured-bakery-inner {
  display: inline-block;
  border: 2px solid #efe7e1;
  text-align: center;
  background: #fff;
  padding: 22px;
  border-radius: 5px;
}

.pd-home-featured-bakery-logo {
  height: 70px;
}

.pd-home-featured-bakery-img {
  height: 200px;
  width: 250px;
  max-height: 200px;
  max-width: 250px;
  margin-bottom: 20px;
}

.pd-home-featured-bakery-img img {
  max-height: 200px;
  max-width: 250px;
  height: auto;
  width: 100%;
  display: inline-block;
  border: none;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 6%;
}

.pd-home-featured-bakery-btn a {
  border-radius: 33px;
  background: #CD7208;
  padding: 10px 18px;
  text-decoration: none;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  display: inline-block;
}

.pd-home-featured-bakery-btn a:after {
  margin-left: 9px;
  vertical-align: middle;
  display: inline-block;
  font-family: "FontAwesome", sans-serif;
  content: '\f30b';
  font-size: 0.875rem;
  font-weight: 300;
  opacity: .5;
}

@media (min-width: 986px) {
}

.pd-home-cover-img {
  background-image: url("https://sep.turbifycdn.com/ty/cdn/yhst-67742371067255/home-cover-img-sweetwater.png");
  height: 230px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
}

.pd-resp-cover-img {
  height: 130px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
}

.pd-home-cover-img-blurb {
/*border-top-left-radius: 30%; */
    /* border-top-right-radius: 30%; */
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    /* margin: 0 auto; */
    /* display: inline-block; */
    /* background: #79604F; */
    padding: 12px;
    font-size: 1.1em;
    font-weight: 600;
    color: rgba(255, 255, 255, .9);
    text-align: center;
}

.pd-home-seo-content {
  margin-top: 50px;
  text-align: center;
}

.pd-resp-home-banner {
  max-width: 1300px;
  text-align: center;
}

.pd-resp-home-banner > div {
  vertical-align: top;
  display: block;
  margin-bottom: 10px;
}

.pd-resp-home-banner img {
  max-width: 1300px;
  width: 100%;
  height: auto;
}

.pd-home-title {
  /* padding-top: 35px; */
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 1.625rem;
  text-transform: uppercase;
  font-weight: 600;
}

.pd-home-title > span {
  display: inline-block;
  vertical-align: middle;
}
/*** SHOP BY ROOM ***/

.pd-home-featured-brands {
  flex-direction: row;
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
}

.pd-home-featured-brands a {
  text-decoration: none;
  text-transform: capitalize;
}

.pd-home-featured-brands > div {
  flex-grow: 1;
  text-align: center;
  margin-right: 20px;
}

.pd-home-featured-brands > div:last-child {
  margin-right: 0px;
}

.pd-home-featured-brands-img {
  overflow: hidden;
  position: relative;
  padding: 0px;
  margin: 0 auto;
  max-height: 150px;
  max-width: 150px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  box-sizing: border-box;
  margin-bottom: 10px;
  overflow: hidden;
}

.pd-home-featured-brands-img a {
  display: inline-block;
  vertical-align: middle;
}

.pd-home-featured-brands-img a:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  max-height: 150px;
}

.pd-home-featured-brands-img img {
  height: auto;
  width: 100%;
  display: inline-block;
  border: none;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 0 auto;
}
/*****************************************/
/******** END HOME PAGE TEMPLATE *********/
/*****************************************/
/******** BEGIN BOX PICS PAGE *******/

.pd-box-pics-landing {
  padding-top: 20px;
}

.pd-box-pics-items-title {
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: left;
}

.pd-box-pics-img-desc {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
}

.pd-box-pics-img-desc > div {
  flex-grow: 1;
  width: 50%;
}

.pd-box-pics-img {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  border: 2px solid #efe7e1;
  border-radius: 11px;
  padding: 10px;
  margin-bottom: 20px;
  background: #ffffff;
}
/******** END BOX PICS PAGE *********/
/************************************/
/***** BEGIN SCROLLABLE DISPLAY *****/
/************************************/

.pd-scroll-container {
  clear: both;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}

.pd-scroll {
  padding-bottom: 20px;
  overflow: hidden;
  overflow-x: scroll;
  width: auto;
  /*
      white-space: nowrap;
      max-height: 300px;
      */
  -webkit-overflow-scrolling: touch;
  -webkit-appearance: none;
  overflow: -moz-scrollbars-horizontal;
}

.pd-scroll.horz {
  overflow-x: auto;
  overflow-y: scroll;
}

.pd-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  margin-left: 20px;
}

.pd-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f9f5f2;
  /*
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
    */
}

.pd-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #AE8D73;
}

.pd-scroll.disabled {
  opacity: .5;
}

.pd-scroll-title-view-all {
  position: absolute;
  top: 10px;
  right: 5px;
}

.pd-scroll-title-view-all > a {
  padding: 10px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  font-size: 0.875rem;
  text-decoration: none;
  color: #404040;
}

.pd-scroll-title-view-all > a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #f1f1f1;
}

.pd-scroll-title-view-all > a:after {
  color: #4e4e4e;
  content: "\f054";
  opacity: .5;
  font: normal normal normal 12px/1 FontAwesome;
  display: inline-block;
  margin-left: 8px;
}

.pd-scroll-title-view-all {
  position: absolute;
  top: 10px;
  right: 5px;
}

.pd-scroll-title-view-all > a {
  padding: 10px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  font-size: 0.875rem;
  text-decoration: none;
  color: #404040;
}

.pd-scroll-title-view-all > a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #f1f1f1;
}

.pd-scroll-title-view-all > a:after {
  color: #4e4e4e;
  content: "\f054";
  opacity: .5;
  font: normal normal normal 12px/1 FontAwesome;
  display: inline-block;
  margin-left: 8px;
}

.pd-scroll-item {
  position: relative;
  /* width: 120px; */
  min-height: 160px;
  min-width: 140px;
  box-sizing: border-box;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 10px;
  text-align: center;
  background-color: #ffffff;
}

.pd-scroll-item.pdDefault {
}

.pd-scroll-item.pdActive {
  border: 3px solid #6ca116;
}
/*** IMAGE DISPLAY ZONE ***/

.pd-scroll-item-img {
  position: relative;
  box-sizing: border-box;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  width: 240px;
  height: 240px;
  margin-bottom: 10px;
  margin: 0 auto;
  overflow: hidden;
}

.pd-scroll-item-img > span {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.pd-scroll-item-img a {
}

.pd-scroll-item-img img {
  vertical-align: middle;
  width: 100%;
}

.pd-scroll.sm .pd-scroll-item-img {
  width: 170px;
  height: 170px;
}
/***  NAME ***/

.pd-scroll-item-name {
  margin-top: 15px;
  margin-bottom: 10px;
  white-space: normal;
}

.pd-scroll-item-name a {
  display: block;
  color: #1e1e1e;
  text-decoration: none;
}

.pd-scroll-item-name a:hover {
  color: #6e6e6e;
}
/*** RESPONSIVE SETTINGS ***/

@media (min-width: 986px) {
  .pd-section-caption-img {
      max-width: 500px;
  }

  .pd-section-caption-img img {
      border-radius: 33px;
      width: 100%;
      height: auto;
  }

  .pd-scroll {
      padding-right: 20px;
      padding-bottom: 20px;
      overflow: auto;
      overflow-x: auto;
      white-space: normal;
      max-height: none;
      -webkit-overflow-scrolling: touch;
      -webkit-appearance: none;
      overflow: -moz-scrollbars-horizontal;
  }

  .pd-scroll-item-img {
  }

  .pdCCWrapper {
  }
}
/**********************************/
/***** END SCROLLABLE DISPLAY *****/
/**********************************/
/****************************************/
/****  BEGIN GROUPED CONTENTS DISPLAY ***/
/****************************************/

.pd-grouped-contents-wrapper {
  margin-bottom: 50px;
}

.pd-grouped-contents-inner {
  padding: 11px;
  border: 1px solid #efe7e1;
  border-radius: 5px;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
  background: #fff;
}

.pd-grouped-contents-title {
  margin: 0px 21px;
  text-align: center;
  background: #c0a896;
  color: #100c0a;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  padding: 13px;
  font-size: 0.9375rem;
  font-weight: 600;
}

.pd-grouped-contents-fit-title {
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #efe7e1;
  color: #100c0a;
  padding: 11px;
  font-size: 1.5rem;
  font-weight: 400;
}

.pd-scroll-container.grouped .pd-scroll, .pd-scroll-container.list .pd-scroll {
  overflow-x: auto;
  overflow-y: scroll;
  max-height: 600px;
}
/*** CONVERT FLEX TO A LISTING STYLE DISPAY ****/

.pd-scroll-container.grouped .pd-flex, .pd-scroll-container.list .pd-flex {
  display: block;
}

.pd-scroll-container.grouped .pd-flex-item, .pd-scroll-container.list .pd-flex-item {
  width: auto;
  max-width: none;
}

.pd-grouped-contents-callout-items .pd-flex {
  justify-content: center;
}

.pd-grouped-contents-callout-items .pd-flex-item {
  max-width: 300px;
}

.pd-scroll-container.grouped .pd-flex-info, .pd-scroll-container.list .pd-flex-info {
  padding-top: 20px;
  text-align: left;
}
/********** GROUPED RESPONSIVE SETTINGS ***********/

@media (min-width: 986px) {
  .pd-grouped-contents-title {
      margin: 0px 31px;
      padding: 22px;
      font-size: 1.125rem;
      font-weight: 600;
  }

  .pd-scroll-container.grouped .pd-flex-item, .pd-scroll-container.list .pd-flex-item {
      width: auto;
      flex-direction: row;
      border: none;
      border-bottom: 2px solid #efe7e1;
      border-top: 2px solid #fff;
      border-left: 2px solid #fff;
      border-right: 2px solid #fff;
      box-shadow: none;
      gap: 33px;
      margin-bottom: 20px;
  }

  .pd-scroll-container.grouped .pd-flex-item.active, .pd-scroll-container.list .pd-flex-item.active {
      border: 2px solid #99401E;
  }

  .pd-scroll-container.grouped .pd-flex-img, .pd-scroll-container.grouped .pd-flex-info, .pd-scroll-container.grouped .pd-flex-order, .pd-scroll-container.list .pd-flex-img, .pd-scroll-container.list .pd-flex-info, .pd-scroll-container.list .pd-flex-order {
      flex: 1 1 0;
      margin-top: 0;
  }

  .pd-scroll-container.grouped .pd-flex-item div.pd-flex-img, .pd-scroll-container.list .pd-flex-item div.pd-flex-img {
      max-width: 200px;
      max-height: 200px;
  }
}
/****************************************/
/****  END GROUPED CONTENTS DISPLAY ***/
/****************************************/
/***************************/
/******* EASY ZOOM *********/
/***************************/

.easyzoom {
  position: relative;
  display: inline-block;
  * display: inline;
  * zoom: 1;
}

.easyzoom img {
  vertical-align: bottom;
}

.easyzoom.is-loading img {
  cursor: progress;
}

.easyzoom.is-ready img {
  cursor: crosshair;
}

.easyzoom.is-error img {
  cursor: not-allowed;
}

.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #FFF;
  box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  background: #FFF;
}
/**
 * EasyZoom layout variations
 */

.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}
/************************************/
/**** BEGIN RESPONSIVE CSS **********/
/************************************/

@media (min-width: 986px) {
  .pd-cart-nav span.pdCartItemCountMessage {
      /*
            top: -6px;
            right: -12px;
            font-size: 0.75rem;
            padding: 3px;
            min-width: 15px;
            min-height: 15px;
            max-height: 15px;
            */
  }

  .pd-breadcrumbs.section {
      margin-bottom: 20px;
      text-align: center;
      font-size: 0.875rem;
      color: #1e1e1e;
  }

  .pd-breadcrumbs.section a {
      font-size: 0.875rem;
      color: #1e1e1e;
  }

  .pd-search-mobile-icon {
      display: none;
  }

  .pdSelect select {
      min-width: 250px;
  }/*** HEADER ***/

  .pd-mobile-nav-toggle {
      display: none;
  }

  .pd-myaccount-favorites-link {
      display: inline-block;
  }

  .pd-myaccount-links {
      margin-right: 30px;
  }

  .pd-myaccount-links span.pd-myaccount-links-text, .pd-myaccount-links, .pd-search {
      display: inline-block;
      vertical-align: middle;
  }

  .pd-header-container {
      border-bottom: none;
  }

  .pd-header-container-inner {
      padding-top: 15px;
      padding-bottom: 15px;
  }

  .pd-nav-container {
      border-top: none;
      /*
            border-top:1px solid #DECCBE;
            */
      padding-bottom: 6px;
      border-bottom: 1px solid #DECCBE;
      background-color: #fff;
      box-shadow: 0px 3px 3px rgb(0 0 0 / 5%);
  }

  .pd-nav-line {
      /*
            background-color:#DECCBE;
            height:1px;
          */
  }

  .pd-nav-container > nav {
      display: block !important;
  }

  .pd-cart-nav > div.pd-cart-nav-shopping-cart-text {
      display: inline-block;
  }

  .pd-logo {
      max-width: 150px;
      padding-top: 0px;
  }

  .pd-nav ul {
      display: block;
  }

  ul.pd-nav > li {
      display: inline-block;
      margin-left: 14px;
      margin-right: 14px;
      font-family: "Work Sans", Arial, sans-serif;
  }

  ul.pd-nav li > a {
      display: inline-block;
      position: relative;
      box-sizing: border-box;
      padding: 12px 10px;
      font-size: 0.9375rem;
      font-weight: 500;
      color: #51453D;
      background: #fff;
      border: none;
      text-decoration: none;
      text-transform: uppercase;
      cursor: hand;
      cursor: pointer;
  }

  ul.pd-nav li.pd-nav-sale > a {
      color: #930B3A;
  }

  ul.pd-nav > li.pd-nav-hover a {
      background: #AE8D73;
      color: #fff;
      border-radius: 11px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }

  ul.pd-nav > li.pd-nav-no-menu.pd-nav-hover a {
      background: none;
      color: #51453D;
  }

  ul.pd-nav > li.pd-nav-hover a span: before, ul.pd-nav > li.pd-nav-hover a span {
      color: #AE8D73;
  }/*** SUB MENU ***/

  ul.pd-nav > li.pd-nav-hover > div.pd-nav-sub-menu {
      display: block;
  }

  ul.pd-nav > li div.pd-nav-sub-menu {
      display: none;
      position: absolute;
      top: 42px;
      /*
                left:0px;
            right:0px;
                */
      margin: 0 auto;
      min-width: 233px;
      max-width: 333px;
      text-align: left;
      z-index: 99999;
      padding: 13px;
      background: #AE8D73;
      /*
              border:1px solid #e5e5e5;
            */
      border-radius: 11px;
      border-top-left-radius: 0px;
      box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
      text-align: left;
  }

  ul.pd-nav ul {
      display: inline-block;
      text-align: left;
      vertical-align: top;
      margin-right: 20px;
  }

  ul.pd-nav ul:last-child {
      margin-right: 0px;
  }

  ul.pd-nav ul li {
      display: block;
  }

  ul.pd-nav ul li > a {
      /*** SUB-MENU LINKS ***/
      border: none;
      padding: 9px 3px;
  }

  ul.pd-nav ul li:last-child > a {
      border-bottom: 0;
  }

  ul.pd-nav ul li > a:hover {
      /*** SUB-MENU LINKS HOVER EFFECTS ***/
      border: none;
      padding: 9px 3px;
      color: #DECCBE;
  }

  .pd-header-left {
      padding-left: 12px;
      padding-top: 24px;
  }

  .pd-header-right {
      padding-right: 12px;
      padding-top: 15px;
  }

  .pd-header-right-free-ship {
      display: block;
  }
}
/************************************/
/******* END RESPONSIVE CSS *********/
/************************************/
/*****************************/
/****** PD MODAL STYLE *******/
/*****************************/

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 99999;
  max-height: 600px;
  max-width: 600px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 0 16px rgba(0, 0, 0, .6);
  -o-box-shadow: 0 0 16px rgba(0, 0, 0, .6);
  -ms-box-shadow: 0 0 16px rgba(0, 0, 0, .6);
  box-shadow: 0 0 16px rgba(0, 0, 0, .6);
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
      -webkit-transform: scaleY(0.5)
  }

  20% {
      -webkit-transform: scaleY(1.0)
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
      transform: scaleY(0.5);
      -webkit-transform: scaleY(0.5);
  }

  20% {
      transform: scaleY(1.0);
      -webkit-transform: scaleY(1.0);
  }
}
/*******************************/
/***** END PD MODAL STYLE ******/
/*******************************/
/**********************************/
/*** BEGIN FILTER SORT MENU *******/
/**********************************/

.pd-filter-sort-menu-wrapper {
  display: none;
}

.pd-resp-filter-wrapper {
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
  padding: 6px;
  border-radius: 5px;
  background-color: #ded7d1;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

#filter-menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pd-filter-menu {
  display: block;
  vertical-align: top;
}

.pd-mobile-filter-title {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}

.pd-resp-filter-select-wrapper {
  position: relative;
  background: #fff;
  display: block;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 5px;
  background-color: #efe7e1;
  border: 1px solid #d4cdc8;
}

.pd-resp-filter-title {
  pointer-events: none;
  position: absolute;
  top: 6px;
  left: 12px;
  z-index: 999;
  text-transform: uppercase;
  font-size: 0.5625rem;
  font-weight: 500;
  opacity: .5;
}

.pd-resp-filter-select {
  text-align: left;
}

.pd-resp-filter-select-wrapper.color .pd-resp-filter-select {
  min-width: 150px;
}

.pd-resp-filter-select select {
  border: none;
  outline: none;
  background: #efe7e1;
  padding: 10px 12px;
  padding-right: 35px;
  padding-top: 20px;
  width: 100%;
  min-width: 94px;
  font-weight: 500;
  box-sizing: border-box;
  font-size: 0.8125rem;
  border-radius: 5px;
  -webkit-appearance: none;
}

.pd-resp-filter-select:before, .pd-resp-filter-select:after {
  content: " ";
  position: absolute;
  pointer-events: none;
  background-color: #fff;
}

.pd-resp-filter-select:before {
  width: 30px;
  right: 3px;
  bottom: 3px
}

.pd-resp-filter-select:after {
  background: transparent;
  position: absolute;
  font-family: "FontAwesome", sans-serif;
  display: block;
  top: 22px;
  right: 10px;
  content: '\f078';
  opacity: .4;
  font-size: 0.6875rem;
  font-weight: 500;
}
/*  FILTER BUTTON */

.pd-mobile-filter-menu-btn-wrapper {
  display: inline-block;
  vertical-align: top;
}

.pd-mobile-filter-menu-btn {
  display: block;
  background-color: #efe7e1;
  border: 1px solid #d4cdc8;
  border-radius: 4px;
  color: #79604F;
  padding: 5px;
  font-size: 0.875rem;
  font-weight: 400;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*  SORT BUTTON */

.pd-sort-menu-btn {
  background-color: #efe7e1;
  border: 1px solid #d4cdc8;
  border-radius: 5px;
  color: #79604F;
  padding: 15px;
  font-size: 0.875rem;
  font-weight: 400;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.pd-sort-menu-btn i:before {
  display: inline-block;
  margin-left: 4px;
  opacity: .3;
  font-family: "FontAwesome", sans-serif;
  content: '\f078';
  margin-left: 2px;
  font-style: normal;
  font-size: 0.8125rem;
  font-weight: 400;
  opacity: .3;
}

.pd-sort-menu-btn.active i:before {
  content: '\f077';
}

.pd-sort-menu-btn span {
  display: inline-block;
  pointer-events: none;
}
/*
.pd-sort-type:before{
  font-family: "FontAwesome", sans-serif;
  display: inline-block;
  content: '';
  margin-left:2px;
  margin-right:5px;
  font-size: 0.8125rem;
  font-weight: 700;
  color:#100c0a;
}
.pd-sort-type.data-popular:before{
  content: '\f06d';
}
.pd-sort-type.data-price:before{
  content: '\f155';
}
.pd-sort-type.data-code:before{
  content: '\f292';
}
.pd-sort-type.data-rating:before{
  content: '\f005';
}
*/

.pd-sort-menu-btn.active {
  background-color: #79604F;
  border: 1px solid #79604F;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #fff;
}
/* Dropdown button on hover & focus */

.pd-sort-menu-btn:hover {
  background-color: #79604F;
  color: #fff;
}
/* The container <div> - needed to position the dropdown content */

.pd-sort-menu-wrapper {
  margin-top: 10px;
}
/* Dropdown Content (Hidden by Default) */

.pd-sort-menu-dropdown {
  display: none;
  position: absolute;
  background-color: #79604F;
  padding: 3px;
  min-width: 180px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  border-radius: 5px;
  border-top-left-radius: 0px;
  box-sizing: border-box;
}

.pd-sort-menu-dropdown.active {
  display: block;
}
/* Links inside the dropdown */

.pd-sort-menu-dropdown a {
  color: #fff;
  padding: 11px 16px;
  text-decoration: none;
  display: block;
  border-radius: 5px;
  text-align: left;
}
/* Change color of dropdown links on hover */

.pd-sort-menu-dropdown a:hover {
  background-color: #9a7a65;
}

.pd-resp-filter-item-count {
  display: inline-block;
  vertical-align: top;
  padding: 6px;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  color: #79604F;
}

.pd-resp-filter-details {
  display: inline-flex;
  display: none;
  gap: 10px;
  text-align: left;
}

.pd-resp-filter-details span {
  color: #79604F;
  font-size: 0.5rem;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  background-color: #efe7e1;
  border-radius: 4px;
  padding: 4px;
  text-transform: uppercase;
  box-sizing: border-box;
}

.pd-resp-filter-details span b {
  display: block;
  font-size: 0.625rem;
  font-weight: 600;
  padding-top: 1px;
  text-transform: capitalize;
}

.pd-resp-filter-select-reset {
  display: none;
  vertical-align: top;
}

.pd-resp-filter-select-reset a {
  display: inline-block;
  text-align: center;
  padding: 15px;
  background: #fff;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 5px;
  background-color: #ded7d1;
  border: 1px solid #ded7d1;
}

.pd-resp-filter-select-reset a {
  text-decoration: none;
  color: #79604F;
  font-size: 0.875rem;
  font-weight: 500;
}

.reset {
  display: none;
  outline: unset;
  background: none;
  border: none;
  text-decoration: none;
  color: #79604F;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
}

.pd-mobile-resp-filter-sort-actions {
  margin-top: 20px;
  text-align: center;
}

.pd-mobile-resp-filter-sort-actions > a {
  display: inline-block;
  padding: 10px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
}

.pd-resp-filter-sort-apply-btn {
  background: #CD7208;
}

.pd-resp-filter-sort-reset-btn {
  background: #79604F;
}
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */

@media (min-width: 986px) {
  #filter-menu {
      flex-direction: row;
  }

  .reset {
      display: block;
  }

  .pd-sort-menu-wrapper {
      position: relative;
      display: inline-block;
      vertical-align: top;
      margin-top: 0px;
  }

  .pd-resp-filter-wrapper {
      padding: 11px;
  }

  .pd-resp-filter-item-count {
      padding: 15px;
      font-size: 0.875rem;
  }

  .pd-resp-filter-select-wrapper {
      display: inline-block;
      margin-bottom: 0;
      margin-top: 0;
  }

  .pd-resp-filter-select-wrapper.color .pd-resp-filter-select select {
      max-width: 150px;
  }

  .pd-filter-sort-menu-wrapper, .pd-filter-menu {
      display: inline-block;
      vertical-align: top;
  }

  .pd-mobile-resp-filter-sort-actions, .pd-mobile-filter-menu-btn-wrapper {
      display: none;
  }

  .pd-mobile-filter-menu-btn {
      padding: 15px;
  }

  .pd-mobile-filter-title {
      display: none;
  }

  .pd-resp-filter-select-reset {
      display: inline-block;
  }
}
/**** END FILTER/SORT MENU *****/
/********************************************************************************
 * Font Awesome Pro 5.1.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 *******************************************************************************/

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height:1
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align:-.0667em
}

.fa-xs {
  font-size:.75em
}

.fa-sm {
  font-size:.875em
}

.fa-1x {
  font-size:1em
}

.fa-2x {
  font-size:2em
}

.fa-3x {
  font-size:3em
}

.fa-4x {
  font-size:4em
}

.fa-5x {
  font-size:5em
}

.fa-6x {
  font-size:6em
}

.fa-7x {
  font-size:7em
}

.fa-8x {
  font-size:8em
}

.fa-9x {
  font-size:9em
}

.fa-10x {
  font-size:10em
}

.fa-fw {
  text-align: center;
  width:1.25em
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left:0
}

.fa-ul > li {
  position:relative
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height:inherit
}

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding:.2em .25em .15em
}

.fa-pull-left {
  float:left
}

.fa-pull-right {
  float:right
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right:.3em
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left:.3em
}

.fa-spin {
  animation:a 2s infinite linear
}

.fa-pulse {
  animation:a 1s infinite steps(8)
}

@keyframes a {
  0% {
      transform:rotate(0deg)
  }

  to {
      transform:rotate(1turn)
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform:rotate(90deg)
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform:rotate(180deg)
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform:rotate(270deg)
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform:scaleX(-1)
}

.fa-flip-vertical {
  transform:scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-horizontal.fa-flip-vertical {
  transform:scale(-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter:none
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width:2em
}

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width:100%
}

.fa-stack-1x {
  line-height:inherit
}

.fa-stack-2x {
  font-size:2em
}

.fa-inverse {
  color:#fff
}

.fa-500px:before {
  content: "\f26e"
}

.fa-accessible-icon:before {
  content: "\f368"
}

.fa-accusoft:before {
  content: "\f369"
}

.fa-address-book:before {
  content: "\f2b9"
}

.fa-address-card:before {
  content: "\f2bb"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-adn:before {
  content: "\f170"
}

.fa-adversal:before {
  content: "\f36a"
}

.fa-affiliatetheme:before {
  content: "\f36b"
}

.fa-alarm-clock:before {
  content: "\f34e"
}

.fa-algolia:before {
  content: "\f36c"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-allergies:before {
  content: "\f461"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-amazon-pay:before {
  content: "\f42c"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"
}

.fa-amilia:before {
  content: "\f36d"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-android:before {
  content: "\f17b"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angry:before {
  content: "\f556"
}

.fa-angrycreative:before {
  content: "\f36e"
}

.fa-angular:before {
  content: "\f420"
}

.fa-app-store:before {
  content: "\f36f"
}

.fa-app-store-ios:before {
  content: "\f370"
}

.fa-apper:before {
  content: "\f371"
}

.fa-apple:before {
  content: "\f179"
}

.fa-apple-pay:before {
  content: "\f415"
}

.fa-archive:before {
  content: "\f187"
}

.fa-archway:before {
  content: "\f557"
}

.fa-arrow-alt-circle-down:before {
  content: "\f358"
}

.fa-arrow-alt-circle-left:before {
  content: "\f359"
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b"
}

.fa-arrow-alt-down:before {
  content: "\f354"
}

.fa-arrow-alt-from-bottom:before {
  content: "\f346"
}

.fa-arrow-alt-from-left:before {
  content: "\f347"
}

.fa-arrow-alt-from-right:before {
  content: "\f348"
}

.fa-arrow-alt-from-top:before {
  content: "\f349"
}

.fa-arrow-alt-left:before {
  content: "\f355"
}

.fa-arrow-alt-right:before {
  content: "\f356"
}

.fa-arrow-alt-square-down:before {
  content: "\f350"
}

.fa-arrow-alt-square-left:before {
  content: "\f351"
}

.fa-arrow-alt-square-right:before {
  content: "\f352"
}

.fa-arrow-alt-square-up:before {
  content: "\f353"
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"
}

.fa-arrow-alt-to-left:before {
  content: "\f34b"
}

.fa-arrow-alt-to-right:before {
  content: "\f34c"
}

.fa-arrow-alt-to-top:before {
  content: "\f34d"
}

.fa-arrow-alt-up:before {
  content: "\f357"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-arrow-from-bottom:before {
  content: "\f342"
}

.fa-arrow-from-left:before {
  content: "\f343"
}

.fa-arrow-from-right:before {
  content: "\f344"
}

.fa-arrow-from-top:before {
  content: "\f345"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-square-down:before {
  content: "\f339"
}

.fa-arrow-square-left:before {
  content: "\f33a"
}

.fa-arrow-square-right:before {
  content: "\f33b"
}

.fa-arrow-square-up:before {
  content: "\f33c"
}

.fa-arrow-to-bottom:before {
  content: "\f33d"
}

.fa-arrow-to-left:before {
  content: "\f33e"
}

.fa-arrow-to-right:before {
  content: "\f340"
}

.fa-arrow-to-top:before {
  content: "\f341"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-arrows-alt-h:before {
  content: "\f337"
}

.fa-arrows-alt-v:before {
  content: "\f338"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-assistive-listening-systems:before {
  content: "\f2a2"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-asymmetrik:before {
  content: "\f372"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-atlas:before {
  content: "\f558"
}

.fa-audible:before {
  content: "\f373"
}

.fa-audio-description:before {
  content: "\f29e"
}

.fa-autoprefixer:before {
  content: "\f41c"
}

.fa-avianex:before {
  content: "\f374"
}

.fa-aviato:before {
  content: "\f421"
}

.fa-award:before {
  content: "\f559"
}

.fa-aws:before {
  content: "\f375"
}

.fa-backspace:before {
  content: "\f55a"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-badge:before {
  content: "\f335"
}

.fa-badge-check:before {
  content: "\f336"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-balance-scale-left:before {
  content: "\f515"
}

.fa-balance-scale-right:before {
  content: "\f516"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-band-aid:before {
  content: "\f462"
}

.fa-bandcamp:before {
  content: "\f2d5"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-barcode-alt:before {
  content: "\f463"
}

.fa-barcode-read:before {
  content: "\f464"
}

.fa-barcode-scan:before {
  content: "\f465"
}

.fa-bars:before {
  content: "\f0c9"
}

.fa-baseball:before {
  content: "\f432"
}

.fa-baseball-ball:before {
  content: "\f433"
}

.fa-basketball-ball:before {
  content: "\f434"
}

.fa-basketball-hoop:before {
  content: "\f435"
}

.fa-bath:before {
  content: "\f2cd"
}

.fa-battery-bolt:before {
  content: "\f376"
}

.fa-battery-empty:before {
  content: "\f244"
}

.fa-battery-full:before {
  content: "\f240"
}

.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-slash:before {
  content: "\f377"
}

.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-bed:before {
  content: "\f236"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bezier-curve:before {
  content: "\f55b"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bimobject:before {
  content: "\f378"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitcoin:before {
  content: "\f379"
}

.fa-bity:before {
  content: "\f37a"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-blackberry:before {
  content: "\f37b"
}

.fa-blanket:before {
  content: "\f498"
}

.fa-blender:before {
  content: "\f517"
}

.fa-blind:before {
  content: "\f29d"
}

.fa-blogger:before {
  content: "\f37c"
}

.fa-blogger-b:before {
  content: "\f37d"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-bold:before {
  content: "\f032"
}

.fa-bolt:before {
  content: "\f0e7"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-bong:before {
  content: "\f55c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-book-heart:before {
  content: "\f499"
}

.fa-book-open:before {
  content: "\f518"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-bowling-ball:before {
  content: "\f436"
}

.fa-bowling-pins:before {
  content: "\f437"
}

.fa-box:before {
  content: "\f466"
}

.fa-box-alt:before {
  content: "\f49a"
}

.fa-box-check:before {
  content: "\f467"
}

.fa-box-fragile:before {
  content: "\f49b"
}

.fa-box-full:before {
  content: "\f49c"
}

.fa-box-heart:before {
  content: "\f49d"
}

.fa-box-open:before {
  content: "\f49e"
}

.fa-box-up:before {
  content: "\f49f"
}

.fa-box-usd:before {
  content: "\f4a0"
}

.fa-boxes:before {
  content: "\f468"
}

.fa-boxes-alt:before {
  content: "\f4a1"
}

.fa-boxing-glove:before {
  content: "\f438"
}

.fa-braille:before {
  content: "\f2a1"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-briefcase-medical:before {
  content: "\f469"
}

.fa-broadcast-tower:before {
  content: "\f519"
}

.fa-broom:before {
  content: "\f51a"
}

.fa-browser:before {
  content: "\f37e"
}

.fa-brush:before {
  content: "\f55d"
}

.fa-btc:before {
  content: "\f15a"
}

.fa-bug:before {
  content: "\f188"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-burn:before {
  content: "\f46a"
}

.fa-buromobelexperte:before {
  content: "\f37f"
}

.fa-bus:before {
  content: "\f207"
}

.fa-bus-alt:before {
  content: "\f55e"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-calendar:before {
  content: "\f133"
}

.fa-calendar-alt:before {
  content: "\f073"
}

.fa-calendar-check:before {
  content: "\f274"
}

.fa-calendar-edit:before {
  content: "\f333"
}

.fa-calendar-exclamation:before {
  content: "\f334"
}

.fa-calendar-minus:before {
  content: "\f272"
}

.fa-calendar-plus:before {
  content: "\f271"
}

.fa-calendar-times:before {
  content: "\f273"
}

.fa-camera:before {
  content: "\f030"
}

.fa-camera-alt:before {
  content: "\f332"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-cannabis:before {
  content: "\f55f"
}

.fa-capsules:before {
  content: "\f46b"
}

.fa-car:before {
  content: "\f1b9"
}

.fa-caret-circle-down:before {
  content: "\f32d"
}

.fa-caret-circle-left:before {
  content: "\f32e"
}

.fa-caret-circle-right:before {
  content: "\f330"
}

.fa-caret-circle-up:before {
  content: "\f331"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-caret-square-down:before {
  content: "\f150"
}

.fa-caret-square-left:before {
  content: "\f191"
}

.fa-caret-square-right:before {
  content: "\f152"
}

.fa-caret-square-up:before {
  content: "\f151"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cc-amazon-pay:before {
  content: "\f42d"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-apple-pay:before {
  content: "\f416"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-centercode:before {
  content: "\f380"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-chalkboard:before {
  content: "\f51b"
}

.fa-chalkboard-teacher:before {
  content: "\f51c"
}

.fa-chart-area:before {
  content: "\f1fe"
}

.fa-chart-bar:before {
  content: "\f080"
}

.fa-chart-line:before {
  content: "\f201"
}

.fa-chart-pie:before {
  content: "\f200"
}

.fa-check:before {
  content: "\f00c"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-check-double:before {
  content: "\f560"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-chess:before {
  content: "\f439"
}

.fa-chess-bishop:before {
  content: "\f43a"
}

.fa-chess-bishop-alt:before {
  content: "\f43b"
}

.fa-chess-board:before {
  content: "\f43c"
}

.fa-chess-clock:before {
  content: "\f43d"
}

.fa-chess-clock-alt:before {
  content: "\f43e"
}

.fa-chess-king:before {
  content: "\f43f"
}

.fa-chess-king-alt:before {
  content: "\f440"
}

.fa-chess-knight:before {
  content: "\f441"
}

.fa-chess-knight-alt:before {
  content: "\f442"
}

.fa-chess-pawn:before {
  content: "\f443"
}

.fa-chess-pawn-alt:before {
  content: "\f444"
}

.fa-chess-queen:before {
  content: "\f445"
}

.fa-chess-queen-alt:before {
  content: "\f446"
}

.fa-chess-rook:before {
  content: "\f447"
}

.fa-chess-rook-alt:before {
  content: "\f448"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-double-down:before {
  content: "\f322"
}

.fa-chevron-double-left:before {
  content: "\f323"
}

.fa-chevron-double-right:before {
  content: "\f324"
}

.fa-chevron-double-up:before {
  content: "\f325"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-chevron-square-down:before {
  content: "\f329"
}

.fa-chevron-square-left:before {
  content: "\f32a"
}

.fa-chevron-square-right:before {
  content: "\f32b"
}

.fa-chevron-square-up:before {
  content: "\f32c"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-church:before {
  content: "\f51d"
}

.fa-circle:before {
  content: "\f111"
}

.fa-circle-notch:before {
  content: "\f1ce"
}

.fa-clipboard:before {
  content: "\f328"
}

.fa-clipboard-check:before {
  content: "\f46c"
}

.fa-clipboard-list:before {
  content: "\f46d"
}

.fa-clock:before {
  content: "\f017"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-closed-captioning:before {
  content: "\f20a"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-download-alt:before {
  content: "\f381"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-cloud-upload-alt:before {
  content: "\f382"
}

.fa-cloudscale:before {
  content: "\f383"
}

.fa-cloudsmith:before {
  content: "\f384"
}

.fa-cloudversify:before {
  content: "\f385"
}

.fa-club:before {
  content: "\f327"
}

.fa-cocktail:before {
  content: "\f561"
}

.fa-code:before {
  content: "\f121"
}

.fa-code-branch:before {
  content: "\f126"
}

.fa-code-commit:before {
  content: "\f386"
}

.fa-code-merge:before {
  content: "\f387"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cog:before {
  content: "\f013"
}

.fa-cogs:before {
  content: "\f085"
}

.fa-coins:before {
  content: "\f51e"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-comment:before {
  content: "\f075"
}

.fa-comment-alt:before {
  content: "\f27a"
}

.fa-comment-alt-check:before {
  content: "\f4a2"
}

.fa-comment-alt-dots:before {
  content: "\f4a3"
}

.fa-comment-alt-edit:before {
  content: "\f4a4"
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5"
}

.fa-comment-alt-lines:before {
  content: "\f4a6"
}

.fa-comment-alt-minus:before {
  content: "\f4a7"
}

.fa-comment-alt-plus:before {
  content: "\f4a8"
}

.fa-comment-alt-slash:before {
  content: "\f4a9"
}

.fa-comment-alt-smile:before {
  content: "\f4aa"
}

.fa-comment-alt-times:before {
  content: "\f4ab"
}

.fa-comment-check:before {
  content: "\f4ac"
}

.fa-comment-dots:before {
  content: "\f4ad"
}

.fa-comment-edit:before {
  content: "\f4ae"
}

.fa-comment-exclamation:before {
  content: "\f4af"
}

.fa-comment-lines:before {
  content: "\f4b0"
}

.fa-comment-minus:before {
  content: "\f4b1"
}

.fa-comment-plus:before {
  content: "\f4b2"
}

.fa-comment-slash:before {
  content: "\f4b3"
}

.fa-comment-smile:before {
  content: "\f4b4"
}

.fa-comment-times:before {
  content: "\f4b5"
}

.fa-comments:before {
  content: "\f086"
}

.fa-comments-alt:before {
  content: "\f4b6"
}

.fa-compact-disc:before {
  content: "\f51f"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-compress:before {
  content: "\f066"
}

.fa-compress-alt:before {
  content: "\f422"
}

.fa-compress-wide:before {
  content: "\f326"
}

.fa-concierge-bell:before {
  content: "\f562"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-container-storage:before {
  content: "\f4b7"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-conveyor-belt:before {
  content: "\f46e"
}

.fa-conveyor-belt-alt:before {
  content: "\f46f"
}

.fa-cookie:before {
  content: "\f563"
}

.fa-cookie-bite:before {
  content: "\f564"
}

.fa-copy:before {
  content: "\f0c5"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-couch:before {
  content: "\f4b8"
}

.fa-cpanel:before {
  content: "\f388"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-creative-commons-by:before {
  content: "\f4e7"
}

.fa-creative-commons-nc:before {
  content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"
}

.fa-creative-commons-nd:before {
  content: "\f4eb"
}

.fa-creative-commons-pd:before {
  content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"
}

.fa-creative-commons-remix:before {
  content: "\f4ee"
}

.fa-creative-commons-sa:before {
  content: "\f4ef"
}

.fa-creative-commons-sampling:before {
  content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"
}

.fa-creative-commons-share:before {
  content: "\f4f2"
}

.fa-creative-commons-zero:before {
  content: "\f4f3"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-credit-card-blank:before {
  content: "\f389"
}

.fa-credit-card-front:before {
  content: "\f38a"
}

.fa-cricket:before {
  content: "\f449"
}

.fa-crop:before {
  content: "\f125"
}

.fa-crop-alt:before {
  content: "\f565"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-crow:before {
  content: "\f520"
}

.fa-crown:before {
  content: "\f521"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-css3-alt:before {
  content: "\f38b"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-curling:before {
  content: "\f44a"
}

.fa-cut:before {
  content: "\f0c4"
}

.fa-cuttlefish:before {
  content: "\f38c"
}

.fa-d-and-d:before {
  content: "\f38d"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-deaf:before {
  content: "\f2a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-deploydog:before {
  content: "\f38e"
}

.fa-deskpro:before {
  content: "\f38f"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-desktop-alt:before {
  content: "\f390"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-diagnoses:before {
  content: "\f470"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-dice:before {
  content: "\f522"
}

.fa-dice-five:before {
  content: "\f523"
}

.fa-dice-four:before {
  content: "\f524"
}

.fa-dice-one:before {
  content: "\f525"
}

.fa-dice-six:before {
  content: "\f526"
}

.fa-dice-three:before {
  content: "\f527"
}

.fa-dice-two:before {
  content: "\f528"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-digital-ocean:before {
  content: "\f391"
}

.fa-digital-tachograph:before {
  content: "\f566"
}

.fa-discord:before {
  content: "\f392"
}

.fa-discourse:before {
  content: "\f393"
}

.fa-divide:before {
  content: "\f529"
}

.fa-dizzy:before {
  content: "\f567"
}

.fa-dna:before {
  content: "\f471"
}

.fa-dochub:before {
  content: "\f394"
}

.fa-docker:before {
  content: "\f395"
}

.fa-dollar-sign:before {
  content: "\f155"
}

.fa-dolly:before {
  content: "\f472"
}

.fa-dolly-empty:before {
  content: "\f473"
}

.fa-dolly-flatbed:before {
  content: "\f474"
}

.fa-dolly-flatbed-alt:before {
  content: "\f475"
}

.fa-dolly-flatbed-empty:before {
  content: "\f476"
}

.fa-donate:before {
  content: "\f4b9"
}

.fa-door-closed:before {
  content: "\f52a"
}

.fa-door-open:before {
  content: "\f52b"
}

.fa-dot-circle:before {
  content: "\f192"
}

.fa-dove:before {
  content: "\f4ba"
}

.fa-download:before {
  content: "\f019"
}

.fa-draft2digital:before {
  content: "\f396"
}

.fa-drafting-compass:before {
  content: "\f568"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-dribbble-square:before {
  content: "\f397"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-drum:before {
  content: "\f569"
}

.fa-drum-steelpan:before {
  content: "\f56a"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-dumbbell:before {
  content: "\f44b"
}

.fa-dyalog:before {
  content: "\f399"
}

.fa-earlybirds:before {
  content: "\f39a"
}

.fa-ebay:before {
  content: "\f4f4"
}

.fa-edge:before {
  content: "\f282"
}

.fa-edit:before {
  content: "\f044"
}

.fa-eject:before {
  content: "\f052"
}

.fa-elementor:before {
  content: "\f430"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-h-alt:before {
  content: "\f39b"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-ellipsis-v-alt:before {
  content: "\f39c"
}

.fa-ember:before {
  content: "\f423"
}

.fa-empire:before {
  content: "\f1d1"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-envira:before {
  content: "\f299"
}

.fa-equals:before {
  content: "\f52c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-erlang:before {
  content: "\f39d"
}

.fa-ethereum:before {
  content: "\f42e"
}

.fa-etsy:before {
  content: "\f2d7"
}

.fa-euro-sign:before {
  content: "\f153"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-exchange-alt:before {
  content: "\f362"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-exclamation-square:before {
  content: "\f321"
}

.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-expand:before {
  content: "\f065"
}

.fa-expand-alt:before {
  content: "\f424"
}

.fa-expand-arrows:before {
  content: "\f31d"
}

.fa-expand-arrows-alt:before {
  content: "\f31e"
}

.fa-expand-wide:before {
  content: "\f320"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-external-link-alt:before {
  content: "\f35d"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-external-link-square-alt:before {
  content: "\f360"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-dropper:before {
  content: "\f1fb"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-facebook:before {
  content: "\f09a"
}

.fa-facebook-f:before {
  content: "\f39e"
}

.fa-facebook-messenger:before {
  content: "\f39f"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-feather:before {
  content: "\f52d"
}

.fa-feather-alt:before {
  content: "\f56b"
}

.fa-female:before {
  content: "\f182"
}

.fa-field-hockey:before {
  content: "\f44c"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-alt:before {
  content: "\f15c"
}

.fa-file-archive:before {
  content: "\f1c6"
}

.fa-file-audio:before {
  content: "\f1c7"
}

.fa-file-check:before {
  content: "\f316"
}

.fa-file-code:before {
  content: "\f1c9"
}

.fa-file-contract:before {
  content: "\f56c"
}

.fa-file-download:before {
  content: "\f56d"
}

.fa-file-edit:before {
  content: "\f31c"
}

.fa-file-excel:before {
  content: "\f1c3"
}

.fa-file-exclamation:before {
  content: "\f31a"
}

.fa-file-export:before {
  content: "\f56e"
}

.fa-file-image:before {
  content: "\f1c5"
}

.fa-file-import:before {
  content: "\f56f"
}

.fa-file-invoice:before {
  content: "\f570"
}

.fa-file-invoice-dollar:before {
  content: "\f571"
}

.fa-file-medical:before {
  content: "\f477"
}

.fa-file-medical-alt:before {
  content: "\f478"
}

.fa-file-minus:before {
  content: "\f318"
}

.fa-file-pdf:before {
  content: "\f1c1"
}

.fa-file-plus:before {
  content: "\f319"
}

.fa-file-powerpoint:before {
  content: "\f1c4"
}

.fa-file-prescription:before {
  content: "\f572"
}

.fa-file-signature:before {
  content: "\f573"
}

.fa-file-times:before {
  content: "\f317"
}

.fa-file-upload:before {
  content: "\f574"
}

.fa-file-video:before {
  content: "\f1c8"
}

.fa-file-word:before {
  content: "\f1c2"
}

.fa-fill:before {
  content: "\f575"
}

.fa-fill-drip:before {
  content: "\f576"
}

.fa-film:before {
  content: "\f008"
}

.fa-film-alt:before {
  content: "\f3a0"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-fingerprint:before {
  content: "\f577"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-first-aid:before {
  content: "\f479"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-first-order-alt:before {
  content: "\f50a"
}

.fa-firstdraft:before {
  content: "\f3a1"
}

.fa-fish:before {
  content: "\f578"
}

.fa-flag:before {
  content: "\f024"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-flipboard:before {
  content: "\f44d"
}

.fa-flushed:before {
  content: "\f579"
}

.fa-fly:before {
  content: "\f417"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-font:before {
  content: "\f031"
}

.fa-font-awesome:before {
  content: "\f2b4"
}

.fa-font-awesome-alt:before {
  content: "\f35c"
}

.fa-font-awesome-flag:before {
  content: "\f425"
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-fonticons-fi:before {
  content: "\f3a2"
}

.fa-football-ball:before {
  content: "\f44e"
}

.fa-football-helmet:before {
  content: "\f44f"
}

.fa-forklift:before {
  content: "\f47a"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-fort-awesome-alt:before {
  content: "\f3a3"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-fragile:before {
  content: "\f4bb"
}

.fa-free-code-camp:before {
  content: "\f2c5"
}

.fa-freebsd:before {
  content: "\f3a4"
}

.fa-frog:before {
  content: "\f52e"
}

.fa-frown:before {
  content: "\f119"
}

.fa-frown-open:before {
  content: "\f57a"
}

.fa-fulcrum:before {
  content: "\f50b"
}

.fa-futbol:before {
  content: "\f1e3"
}

.fa-galactic-republic:before {
  content: "\f50c"
}

.fa-galactic-senate:before {
  content: "\f50d"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-gas-pump:before {
  content: "\f52f"
}

.fa-gavel:before {
  content: "\f0e3"
}

.fa-gem:before {
  content: "\f3a5"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-github:before {
  content: "\f09b"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-gitkraken:before {
  content: "\f3a6"
}

.fa-gitlab:before {
  content: "\f296"
}

.fa-gitter:before {
  content: "\f426"
}

.fa-glass-martini:before {
  content: "\f000"
}

.fa-glass-martini-alt:before {
  content: "\f57b"
}

.fa-glasses:before {
  content: "\f530"
}

.fa-glide:before {
  content: "\f2a5"
}

.fa-glide-g:before {
  content: "\f2a6"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-globe-africa:before {
  content: "\f57c"
}

.fa-globe-americas:before {
  content: "\f57d"
}

.fa-globe-asia:before {
  content: "\f57e"
}

.fa-gofore:before {
  content: "\f3a7"
}

.fa-golf-ball:before {
  content: "\f450"
}

.fa-golf-club:before {
  content: "\f451"
}

.fa-goodreads:before {
  content: "\f3a8"
}

.fa-goodreads-g:before {
  content: "\f3a9"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-google-drive:before {
  content: "\f3aa"
}

.fa-google-play:before {
  content: "\f3ab"
}

.fa-google-plus:before {
  content: "\f2b3"
}

.fa-google-plus-g:before {
  content: "\f0d5"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-gratipay:before {
  content: "\f184"
}

.fa-grav:before {
  content: "\f2d6"
}

.fa-greater-than:before {
  content: "\f531"
}

.fa-greater-than-equal:before {
  content: "\f532"
}

.fa-grimace:before {
  content: "\f57f"
}

.fa-grin:before {
  content: "\f580"
}

.fa-grin-alt:before {
  content: "\f581"
}

.fa-grin-beam:before {
  content: "\f582"
}

.fa-grin-beam-sweat:before {
  content: "\f583"
}

.fa-grin-hearts:before {
  content: "\f584"
}

.fa-grin-squint:before {
  content: "\f585"
}

.fa-grin-squint-tears:before {
  content: "\f586"
}

.fa-grin-stars:before {
  content: "\f587"
}

.fa-grin-tears:before {
  content: "\f588"
}

.fa-grin-tongue:before {
  content: "\f589"
}

.fa-grin-tongue-squint:before {
  content: "\f58a"
}

.fa-grin-tongue-wink:before {
  content: "\f58b"
}

.fa-grin-wink:before {
  content: "\f58c"
}

.fa-grip-horizontal:before {
  content: "\f58d"
}

.fa-grip-vertical:before {
  content: "\f58e"
}

.fa-gripfire:before {
  content: "\f3ac"
}

.fa-grunt:before {
  content: "\f3ad"
}

.fa-gulp:before {
  content: "\f3ae"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-h1:before {
  content: "\f313"
}

.fa-h2:before {
  content: "\f314"
}

.fa-h3:before {
  content: "\f315"
}

.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-hacker-news-square:before {
  content: "\f3af"
}

.fa-hand-heart:before {
  content: "\f4bc"
}

.fa-hand-holding:before {
  content: "\f4bd"
}

.fa-hand-holding-box:before {
  content: "\f47b"
}

.fa-hand-holding-heart:before {
  content: "\f4be"
}

.fa-hand-holding-seedling:before {
  content: "\f4bf"
}

.fa-hand-holding-usd:before {
  content: "\f4c0"
}

.fa-hand-holding-water:before {
  content: "\f4c1"
}

.fa-hand-lizard:before {
  content: "\f258"
}

.fa-hand-paper:before {
  content: "\f256"
}

.fa-hand-peace:before {
  content: "\f25b"
}

.fa-hand-point-down:before {
  content: "\f0a7"
}

.fa-hand-point-left:before {
  content: "\f0a5"
}

.fa-hand-point-right:before {
  content: "\f0a4"
}

.fa-hand-point-up:before {
  content: "\f0a6"
}

.fa-hand-pointer:before {
  content: "\f25a"
}

.fa-hand-receiving:before {
  content: "\f47c"
}

.fa-hand-rock:before {
  content: "\f255"
}

.fa-hand-scissors:before {
  content: "\f257"
}

.fa-hand-spock:before {
  content: "\f259"
}

.fa-hands:before {
  content: "\f4c2"
}

.fa-hands-heart:before {
  content: "\f4c3"
}

.fa-hands-helping:before {
  content: "\f4c4"
}

.fa-hands-usd:before {
  content: "\f4c5"
}

.fa-handshake:before {
  content: "\f2b5"
}

.fa-handshake-alt:before {
  content: "\f4c6"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-hdd:before {
  content: "\f0a0"
}

.fa-heading:before {
  content: "\f1dc"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-headphones-alt:before {
  content: "\f58f"
}

.fa-headset:before {
  content: "\f590"
}

.fa-heart:before {
  content: "\f004"
}

.fa-heart-circle:before {
  content: "\f4c7"
}

.fa-heart-square:before {
  content: "\f4c8"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-helicopter:before {
  content: "\f533"
}

.fa-hexagon:before {
  content: "\f312"
}

.fa-highlighter:before {
  content: "\f591"
}

.fa-hips:before {
  content: "\f452"
}

.fa-hire-a-helper:before {
  content: "\f3b0"
}

.fa-history:before {
  content: "\f1da"
}

.fa-hockey-puck:before {
  content: "\f453"
}

.fa-hockey-sticks:before {
  content: "\f454"
}

.fa-home:before {
  content: "\f015"
}

.fa-home-heart:before {
  content: "\f4c9"
}

.fa-hooli:before {
  content: "\f427"
}

.fa-hornbill:before {
  content: "\f592"
}

.fa-hospital:before {
  content: "\f0f8"
}

.fa-hospital-alt:before {
  content: "\f47d"
}

.fa-hospital-symbol:before {
  content: "\f47e"
}

.fa-hot-tub:before {
  content: "\f593"
}

.fa-hotel:before {
  content: "\f594"
}

.fa-hotjar:before {
  content: "\f3b1"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-start:before {
  content: "\f251"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-hubspot:before {
  content: "\f3b2"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-id-badge:before {
  content: "\f2c1"
}

.fa-id-card:before {
  content: "\f2c2"
}

.fa-id-card-alt:before {
  content: "\f47f"
}

.fa-image:before {
  content: "\f03e"
}

.fa-images:before {
  content: "\f302"
}

.fa-imdb:before {
  content: "\f2d8"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-inbox-in:before {
  content: "\f310"
}

.fa-inbox-out:before {
  content: "\f311"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-industry:before {
  content: "\f275"
}

.fa-industry-alt:before {
  content: "\f3b3"
}

.fa-infinity:before {
  content: "\f534"
}

.fa-info:before {
  content: "\f129"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-info-square:before {
  content: "\f30f"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-inventory:before {
  content: "\f480"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-italic:before {
  content: "\f033"
}

.fa-itunes:before {
  content: "\f3b4"
}

.fa-itunes-note:before {
  content: "\f3b5"
}

.fa-jack-o-lantern:before {
  content: "\f30e"
}

.fa-java:before {
  content: "\f4e4"
}

.fa-jedi-order:before {
  content: "\f50e"
}

.fa-jenkins:before {
  content: "\f3b6"
}

.fa-joget:before {
  content: "\f3b7"
}

.fa-joint:before {
  content: "\f595"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-js:before {
  content: "\f3b8"
}

.fa-js-square:before {
  content: "\f3b9"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-key:before {
  content: "\f084"
}

.fa-keybase:before {
  content: "\f4f5"
}

.fa-keyboard:before {
  content: "\f11c"
}

.fa-keycdn:before {
  content: "\f3ba"
}

.fa-kickstarter:before {
  content: "\f3bb"
}

.fa-kickstarter-k:before {
  content: "\f3bc"
}

.fa-kiss:before {
  content: "\f596"
}

.fa-kiss-beam:before {
  content: "\f597"
}

.fa-kiss-wink-heart:before {
  content: "\f598"
}

.fa-kiwi-bird:before {
  content: "\f535"
}

.fa-korvue:before {
  content: "\f42f"
}

.fa-lamp:before {
  content: "\f4ca"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-laravel:before {
  content: "\f3bd"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-laugh:before {
  content: "\f599"
}

.fa-laugh-beam:before {
  content: "\f59a"
}

.fa-laugh-squint:before {
  content: "\f59b"
}

.fa-laugh-wink:before {
  content: "\f59c"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-leaf-heart:before {
  content: "\f4cb"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-lemon:before {
  content: "\f094"
}

.fa-less:before {
  content: "\f41d"
}

.fa-less-than:before {
  content: "\f536"
}

.fa-less-than-equal:before {
  content: "\f537"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-level-down-alt:before {
  content: "\f3be"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-up-alt:before {
  content: "\f3bf"
}

.fa-life-ring:before {
  content: "\f1cd"
}

.fa-lightbulb:before {
  content: "\f0eb"
}

.fa-line:before {
  content: "\f3c0"
}

.fa-link:before {
  content: "\f0c1"
}

.fa-linkedin:before {
  content: "\f08c"
}

.fa-linkedin-in:before {
  content: "\f0e1"
}

.fa-linode:before {
  content: "\f2b8"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-lira-sign:before {
  content: "\f195"
}

.fa-list:before {
  content: "\f03a"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-lock:before {
  content: "\f023"
}

.fa-lock-alt:before {
  content: "\f30d"
}

.fa-lock-open:before {
  content: "\f3c1"
}

.fa-lock-open-alt:before {
  content: "\f3c2"
}

.fa-long-arrow-alt-down:before {
  content: "\f309"
}

.fa-long-arrow-alt-left:before {
  content: "\f30a"
}

.fa-long-arrow-alt-right:before {
  content: "\f30b"
}

.fa-long-arrow-alt-up:before {
  content: "\f30c"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-loveseat:before {
  content: "\f4cc"
}

.fa-low-vision:before {
  content: "\f2a8"
}

.fa-luchador:before {
  content: "\f455"
}

.fa-luggage-cart:before {
  content: "\f59d"
}

.fa-lyft:before {
  content: "\f3c3"
}

.fa-magento:before {
  content: "\f3c4"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-mailchimp:before {
  content: "\f59e"
}

.fa-male:before {
  content: "\f183"
}

.fa-mandalorian:before {
  content: "\f50f"
}

.fa-map:before {
  content: "\f279"
}

.fa-map-marked:before {
  content: "\f59f"
}

.fa-map-marked-alt:before {
  content: "\f5a0"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-map-marker-alt:before {
  content: "\f3c5"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-marker:before {
  content: "\f5a1"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mastodon:before {
  content: "\f4f6"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-medal:before {
  content: "\f5a2"
}

.fa-medapps:before {
  content: "\f3c6"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-medium-m:before {
  content: "\f3c7"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-medrt:before {
  content: "\f3c8"
}

.fa-meetup:before {
  content: "\f2e0"
}

.fa-megaport:before {
  content: "\f5a3"
}

.fa-meh:before {
  content: "\f11a"
}

.fa-meh-blank:before {
  content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5"
}

.fa-memory:before {
  content: "\f538"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-microchip:before {
  content: "\f2db"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-alt:before {
  content: "\f3c9"
}

.fa-microphone-alt-slash:before {
  content: "\f539"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-microsoft:before {
  content: "\f3ca"
}

.fa-minus:before {
  content: "\f068"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-minus-hexagon:before {
  content: "\f307"
}

.fa-minus-octagon:before {
  content: "\f308"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-mix:before {
  content: "\f3cb"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-mizuni:before {
  content: "\f3cc"
}

.fa-mobile:before {
  content: "\f10b"
}

.fa-mobile-alt:before {
  content: "\f3cd"
}

.fa-mobile-android:before {
  content: "\f3ce"
}

.fa-mobile-android-alt:before {
  content: "\f3cf"
}

.fa-modx:before {
  content: "\f285"
}

.fa-monero:before {
  content: "\f3d0"
}

.fa-money-bill:before {
  content: "\f0d6"
}

.fa-money-bill-alt:before {
  content: "\f3d1"
}

.fa-money-bill-wave:before {
  content: "\f53a"
}

.fa-money-bill-wave-alt:before {
  content: "\f53b"
}

.fa-money-check:before {
  content: "\f53c"
}

.fa-money-check-alt:before {
  content: "\f53d"
}

.fa-monument:before {
  content: "\f5a6"
}

.fa-moon:before {
  content: "\f186"
}

.fa-mortar-pestle:before {
  content: "\f5a7"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-music:before {
  content: "\f001"
}

.fa-napster:before {
  content: "\f3d2"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-newspaper:before {
  content: "\f1ea"
}

.fa-nimblr:before {
  content: "\f5a8"
}

.fa-nintendo-switch:before {
  content: "\f418"
}

.fa-node:before {
  content: "\f419"
}

.fa-node-js:before {
  content: "\f3d3"
}

.fa-not-equal:before {
  content: "\f53e"
}

.fa-notes-medical:before {
  content: "\f481"
}

.fa-npm:before {
  content: "\f3d4"
}

.fa-ns8:before {
  content: "\f3d5"
}

.fa-nutritionix:before {
  content: "\f3d6"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-octagon:before {
  content: "\f306"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-old-republic:before {
  content: "\f510"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-osi:before {
  content: "\f41a"
}

.fa-outdent:before {
  content: "\f03b"
}

.fa-page4:before {
  content: "\f3d7"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-paint-brush-alt:before {
  content: "\f5a9"
}

.fa-paint-roller:before {
  content: "\f5aa"
}

.fa-palette:before {
  content: "\f53f"
}

.fa-palfed:before {
  content: "\f3d8"
}

.fa-pallet:before {
  content: "\f482"
}

.fa-pallet-alt:before {
  content: "\f483"
}

.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-parachute-box:before {
  content: "\f4cd"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-parking:before {
  content: "\f540"
}

.fa-passport:before {
  content: "\f5ab"
}

.fa-paste:before {
  content: "\f0ea"
}

.fa-patreon:before {
  content: "\f3d9"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-pen:before {
  content: "\f304"
}

.fa-pen-alt:before {
  content: "\f305"
}

.fa-pen-fancy:before {
  content: "\f5ac"
}

.fa-pen-nib:before {
  content: "\f5ad"
}

.fa-pen-square:before {
  content: "\f14b"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-pencil-alt:before {
  content: "\f303"
}

.fa-pencil-ruler:before {
  content: "\f5ae"
}

.fa-pennant:before {
  content: "\f456"
}

.fa-people-carry:before {
  content: "\f4ce"
}

.fa-percent:before {
  content: "\f295"
}

.fa-percentage:before {
  content: "\f541"
}

.fa-periscope:before {
  content: "\f3da"
}

.fa-person-carry:before {
  content: "\f4cf"
}

.fa-person-dolly:before {
  content: "\f4d0"
}

.fa-person-dolly-empty:before {
  content: "\f4d1"
}

.fa-phabricator:before {
  content: "\f3db"
}

.fa-phoenix-framework:before {
  content: "\f3dc"
}

.fa-phoenix-squadron:before {
  content: "\f511"
}

.fa-phone:before {
  content: "\f095"
}

.fa-phone-plus:before {
  content: "\f4d2"
}

.fa-phone-slash:before {
  content: "\f3dd"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-phone-volume:before {
  content: "\f2a0"
}

.fa-php:before {
  content: "\f457"
}

.fa-pied-piper:before {
  content: "\f2ae"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-pied-piper-hat:before {
  content: "\f4e5"
}

.fa-pied-piper-pp:before {
  content: "\f1a7"
}

.fa-piggy-bank:before {
  content: "\f4d3"
}

.fa-pills:before {
  content: "\f484"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-plane:before {
  content: "\f072"
}

.fa-plane-alt:before {
  content: "\f3de"
}

.fa-plane-arrival:before {
  content: "\f5af"
}

.fa-plane-departure:before {
  content: "\f5b0"
}

.fa-play:before {
  content: "\f04b"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-playstation:before {
  content: "\f3df"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-plus:before {
  content: "\f067"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-plus-hexagon:before {
  content: "\f300"
}

.fa-plus-octagon:before {
  content: "\f301"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-podcast:before {
  content: "\f2ce"
}

.fa-poo:before {
  content: "\f2fe"
}

.fa-portrait:before {
  content: "\f3e0"
}

.fa-pound-sign:before {
  content: "\f154"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-prescription:before {
  content: "\f5b1"
}

.fa-prescription-bottle:before {
  content: "\f485"
}

.fa-prescription-bottle-alt:before {
  content: "\f486"
}

.fa-print:before {
  content: "\f02f"
}

.fa-procedures:before {
  content: "\f487"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-project-diagram:before {
  content: "\f542"
}

.fa-pushed:before {
  content: "\f3e1"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-python:before {
  content: "\f3e2"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-question:before {
  content: "\f128"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-question-square:before {
  content: "\f2fd"
}

.fa-quidditch:before {
  content: "\f458"
}

.fa-quinscape:before {
  content: "\f459"
}

.fa-quora:before {
  content: "\f2c4"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-r-project:before {
  content: "\f4f7"
}

.fa-racquet:before {
  content: "\f45a"
}

.fa-ramp-loading:before {
  content: "\f4d4"
}

.fa-random:before {
  content: "\f074"
}

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-react:before {
  content: "\f41b"
}

.fa-readme:before {
  content: "\f4d5"
}

.fa-rebel:before {
  content: "\f1d0"
}

.fa-receipt:before {
  content: "\f543"
}

.fa-rectangle-landscape:before {
  content: "\f2fa"
}

.fa-rectangle-portrait:before {
  content: "\f2fb"
}

.fa-rectangle-wide:before {
  content: "\f2fc"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-red-river:before {
  content: "\f3e3"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-redo:before {
  content: "\f01e"
}

.fa-redo-alt:before {
  content: "\f2f9"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-rendact:before {
  content: "\f3e4"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-repeat:before {
  content: "\f363"
}

.fa-repeat-1:before {
  content: "\f365"
}

.fa-repeat-1-alt:before {
  content: "\f366"
}

.fa-repeat-alt:before {
  content: "\f364"
}

.fa-reply:before {
  content: "\f3e5"
}

.fa-reply-all:before {
  content: "\f122"
}

.fa-replyd:before {
  content: "\f3e6"
}

.fa-researchgate:before {
  content: "\f4f8"
}

.fa-resolving:before {
  content: "\f3e7"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-retweet-alt:before {
  content: "\f361"
}

.fa-rev:before {
  content: "\f5b2"
}

.fa-ribbon:before {
  content: "\f4d6"
}

.fa-road:before {
  content: "\f018"
}

.fa-robot:before {
  content: "\f544"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-rocketchat:before {
  content: "\f3e8"
}

.fa-rockrms:before {
  content: "\f3e9"
}

.fa-route:before {
  content: "\f4d7"
}

.fa-rss:before {
  content: "\f09e"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-ruble-sign:before {
  content: "\f158"
}

.fa-ruler:before {
  content: "\f545"
}

.fa-ruler-combined:before {
  content: "\f546"
}

.fa-ruler-horizontal:before {
  content: "\f547"
}

.fa-ruler-vertical:before {
  content: "\f548"
}

.fa-rupee-sign:before {
  content: "\f156"
}

.fa-sad-cry:before {
  content: "\f5b3"
}

.fa-sad-tear:before {
  content: "\f5b4"
}

.fa-safari:before {
  content: "\f267"
}

.fa-sass:before {
  content: "\f41e"
}

.fa-save:before {
  content: "\f0c7"
}

.fa-scanner:before {
  content: "\f488"
}

.fa-scanner-keyboard:before {
  content: "\f489"
}

.fa-scanner-touchscreen:before {
  content: "\f48a"
}

.fa-schlix:before {
  content: "\f3ea"
}

.fa-school:before {
  content: "\f549"
}

.fa-screwdriver:before {
  content: "\f54a"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-scrubber:before {
  content: "\f2f8"
}

.fa-search:before {
  content: "\f002"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-searchengin:before {
  content: "\f3eb"
}

.fa-seedling:before {
  content: "\f4d8"
}

.fa-sellcast:before {
  content: "\f2da"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-server:before {
  content: "\f233"
}

.fa-servicestack:before {
  content: "\f3ec"
}

.fa-share:before {
  content: "\f064"
}

.fa-share-all:before {
  content: "\f367"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-shekel-sign:before {
  content: "\f20b"
}

.fa-shield:before {
  content: "\f132"
}

.fa-shield-alt:before {
  content: "\f3ed"
}

.fa-shield-check:before {
  content: "\f2f7"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-shipping-fast:before {
  content: "\f48b"
}

.fa-shipping-timed:before {
  content: "\f48c"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-shoe-prints:before {
  content: "\f54b"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-shopware:before {
  content: "\f5b5"
}

.fa-shower:before {
  content: "\f2cc"
}

.fa-shuttle-van:before {
  content: "\f5b6"
}

.fa-shuttlecock:before {
  content: "\f45b"
}

.fa-sign:before {
  content: "\f4d9"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-sign-in-alt:before {
  content: "\f2f6"
}

.fa-sign-language:before {
  content: "\f2a7"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-sign-out-alt:before {
  content: "\f2f5"
}

.fa-signal:before {
  content: "\f012"
}

.fa-signature:before {
  content: "\f5b7"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-sistrix:before {
  content: "\f3ee"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-sith:before {
  content: "\f512"
}

.fa-skull:before {
  content: "\f54c"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-slack:before {
  content: "\f198"
}

.fa-slack-hash:before {
  content: "\f3ef"
}

.fa-sliders-h:before {
  content: "\f1de"
}

.fa-sliders-h-square:before {
  content: "\f3f0"
}

.fa-sliders-v:before {
  content: "\f3f1"
}

.fa-sliders-v-square:before {
  content: "\f3f2"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-smile:before {
  content: "\f118"
}

.fa-smile-beam:before {
  content: "\f5b8"
}

.fa-smile-plus:before {
  content: "\f5b9"
}

.fa-smile-wink:before {
  content: "\f4da"
}

.fa-smoking:before {
  content: "\f48d"
}

.fa-smoking-ban:before {
  content: "\f54d"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ac"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-snowflake:before {
  content: "\f2dc"
}

.fa-solar-panel:before {
  content: "\f5ba"
}

.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-alpha-down:before {
  content: "\f15d"
}

.fa-sort-alpha-up:before {
  content: "\f15e"
}

.fa-sort-amount-down:before {
  content: "\f160"
}

.fa-sort-amount-up:before {
  content: "\f161"
}

.fa-sort-down:before {
  content: "\f0dd"
}

.fa-sort-numeric-down:before {
  content: "\f162"
}

.fa-sort-numeric-up:before {
  content: "\f163"
}

.fa-sort-up:before {
  content: "\f0de"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-spa:before {
  content: "\f5bb"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-spade:before {
  content: "\f2f4"
}

.fa-speakap:before {
  content: "\f3f3"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-spinner-third:before {
  content: "\f3f4"
}

.fa-splotch:before {
  content: "\f5bc"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-spray-can:before {
  content: "\f5bd"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-square-full:before {
  content: "\f45c"
}

.fa-squarespace:before {
  content: "\f5be"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-stamp:before {
  content: "\f5bf"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-exclamation:before {
  content: "\f2f3"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-star-half-alt:before {
  content: "\f5c0"
}

.fa-staylinked:before {
  content: "\f3f5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-steam-symbol:before {
  content: "\f3f6"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-sticker-mule:before {
  content: "\f3f7"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-stopwatch:before {
  content: "\f2f2"
}

.fa-store:before {
  content: "\f54e"
}

.fa-store-alt:before {
  content: "\f54f"
}

.fa-strava:before {
  content: "\f428"
}

.fa-stream:before {
  content: "\f550"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-stripe:before {
  content: "\f429"
}

.fa-stripe-s:before {
  content: "\f42a"
}

.fa-stroopwafel:before {
  content: "\f551"
}

.fa-studiovinari:before {
  content: "\f3f8"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-subway:before {
  content: "\f239"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-suitcase-rolling:before {
  content: "\f5c1"
}

.fa-sun:before {
  content: "\f185"
}

.fa-superpowers:before {
  content: "\f2dd"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-supple:before {
  content: "\f3f9"
}

.fa-surprise:before {
  content: "\f5c2"
}

.fa-swatchbook:before {
  content: "\f5c3"
}

.fa-swimmer:before {
  content: "\f5c4"
}

.fa-swimming-pool:before {
  content: "\f5c5"
}

.fa-sync:before {
  content: "\f021"
}

.fa-sync-alt:before {
  content: "\f2f1"
}

.fa-syringe:before {
  content: "\f48e"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-table-tennis:before {
  content: "\f45d"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-tablet-alt:before {
  content: "\f3fa"
}

.fa-tablet-android:before {
  content: "\f3fb"
}

.fa-tablet-android-alt:before {
  content: "\f3fc"
}

.fa-tablet-rugged:before {
  content: "\f48f"
}

.fa-tablets:before {
  content: "\f490"
}

.fa-tachometer:before {
  content: "\f0e4"
}

.fa-tachometer-alt:before {
  content: "\f3fd"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-tape:before {
  content: "\f4db"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-taxi:before {
  content: "\f1ba"
}

.fa-teamspeak:before {
  content: "\f4f9"
}

.fa-telegram:before {
  content: "\f2c6"
}

.fa-telegram-plane:before {
  content: "\f3fe"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-tennis-ball:before {
  content: "\f45e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-themeco:before {
  content: "\f5c6"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-thermometer:before {
  content: "\f491"
}

.fa-thermometer-empty:before {
  content: "\f2cb"
}

.fa-thermometer-full:before {
  content: "\f2c7"
}

.fa-thermometer-half:before {
  content: "\f2c9"
}

.fa-thermometer-quarter:before {
  content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbtack:before {
  content: "\f08d"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-ticket-alt:before {
  content: "\f3ff"
}

.fa-times:before {
  content: "\f00d"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-times-hexagon:before {
  content: "\f2ee"
}

.fa-times-octagon:before {
  content: "\f2f0"
}

.fa-times-square:before {
  content: "\f2d3"
}

.fa-tint:before {
  content: "\f043"
}

.fa-tint-slash:before {
  content: "\f5c7"
}

.fa-tired:before {
  content: "\f5c8"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-toolbox:before {
  content: "\f552"
}

.fa-tooth:before {
  content: "\f5c9"
}

.fa-trade-federation:before {
  content: "\f513"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-train:before {
  content: "\f238"
}

.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-trash-alt:before {
  content: "\f2ed"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-tree-alt:before {
  content: "\f400"
}

.fa-trello:before {
  content: "\f181"
}

.fa-triangle:before {
  content: "\f2ec"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-trophy-alt:before {
  content: "\f2eb"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-truck-container:before {
  content: "\f4dc"
}

.fa-truck-couch:before {
  content: "\f4dd"
}

.fa-truck-loading:before {
  content: "\f4de"
}

.fa-truck-moving:before {
  content: "\f4df"
}

.fa-truck-ramp:before {
  content: "\f4e0"
}

.fa-tshirt:before {
  content: "\f553"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-tv:before {
  content: "\f26c"
}

.fa-tv-retro:before {
  content: "\f401"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-typo3:before {
  content: "\f42b"
}

.fa-uber:before {
  content: "\f402"
}

.fa-uikit:before {
  content: "\f403"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-umbrella-beach:before {
  content: "\f5ca"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-undo:before {
  content: "\f0e2"
}

.fa-undo-alt:before {
  content: "\f2ea"
}

.fa-uniregistry:before {
  content: "\f404"
}

.fa-universal-access:before {
  content: "\f29a"
}

.fa-university:before {
  content: "\f19c"
}

.fa-unlink:before {
  content: "\f127"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-untappd:before {
  content: "\f405"
}

.fa-upload:before {
  content: "\f093"
}

.fa-usb:before {
  content: "\f287"
}

.fa-usd-circle:before {
  content: "\f2e8"
}

.fa-usd-square:before {
  content: "\f2e9"
}

.fa-user:before {
  content: "\f007"
}

.fa-user-alt:before {
  content: "\f406"
}

.fa-user-alt-slash:before {
  content: "\f4fa"
}

.fa-user-astronaut:before {
  content: "\f4fb"
}

.fa-user-check:before {
  content: "\f4fc"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-clock:before {
  content: "\f4fd"
}

.fa-user-cog:before {
  content: "\f4fe"
}

.fa-user-edit:before {
  content: "\f4ff"
}

.fa-user-friends:before {
  content: "\f500"
}

.fa-user-graduate:before {
  content: "\f501"
}

.fa-user-lock:before {
  content: "\f502"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-user-minus:before {
  content: "\f503"
}

.fa-user-ninja:before {
  content: "\f504"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-user-shield:before {
  content: "\f505"
}

.fa-user-slash:before {
  content: "\f506"
}

.fa-user-tag:before {
  content: "\f507"
}

.fa-user-tie:before {
  content: "\f508"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-users:before {
  content: "\f0c0"
}

.fa-users-cog:before {
  content: "\f509"
}

.fa-ussunnah:before {
  content: "\f407"
}

.fa-utensil-fork:before {
  content: "\f2e3"
}

.fa-utensil-knife:before {
  content: "\f2e4"
}

.fa-utensil-spoon:before {
  content: "\f2e5"
}

.fa-utensils:before {
  content: "\f2e7"
}

.fa-utensils-alt:before {
  content: "\f2e6"
}

.fa-vaadin:before {
  content: "\f408"
}

.fa-vector-square:before {
  content: "\f5cb"
}

.fa-venus:before {
  content: "\f221"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-vial:before {
  content: "\f492"
}

.fa-vials:before {
  content: "\f493"
}

.fa-viber:before {
  content: "\f409"
}

.fa-video:before {
  content: "\f03d"
}

.fa-video-plus:before {
  content: "\f4e1"
}

.fa-video-slash:before {
  content: "\f4e2"
}

.fa-vimeo:before {
  content: "\f40a"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-vimeo-v:before {
  content: "\f27d"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-vk:before {
  content: "\f189"
}

.fa-vnv:before {
  content: "\f40b"
}

.fa-volleyball-ball:before {
  content: "\f45f"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-mute:before {
  content: "\f2e2"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-vuejs:before {
  content: "\f41f"
}

.fa-walking:before {
  content: "\f554"
}

.fa-wallet:before {
  content: "\f555"
}

.fa-warehouse:before {
  content: "\f494"
}

.fa-warehouse-alt:before {
  content: "\f495"
}

.fa-watch:before {
  content: "\f2e1"
}

.fa-weebly:before {
  content: "\f5cc"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-weight:before {
  content: "\f496"
}

.fa-weight-hanging:before {
  content: "\f5cd"
}

.fa-weixin:before {
  content: "\f1d7"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-whatsapp-square:before {
  content: "\f40c"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-whistle:before {
  content: "\f460"
}

.fa-whmcs:before {
  content: "\f40d"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-window:before {
  content: "\f40e"
}

.fa-window-alt:before {
  content: "\f40f"
}

.fa-window-close:before {
  content: "\f410"
}

.fa-window-maximize:before {
  content: "\f2d0"
}

.fa-window-minimize:before {
  content: "\f2d1"
}

.fa-window-restore:before {
  content: "\f2d2"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-wine-glass:before {
  content: "\f4e3"
}

.fa-wine-glass-alt:before {
  content: "\f5ce"
}

.fa-wix:before {
  content: "\f5cf"
}

.fa-wolf-pack-battalion:before {
  content: "\f514"
}

.fa-won-sign:before {
  content: "\f159"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-wordpress-simple:before {
  content: "\f411"
}

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-wpexplorer:before {
  content: "\f2de"
}

.fa-wpforms:before {
  content: "\f298"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-x-ray:before {
  content: "\f497"
}

.fa-xbox:before {
  content: "\f412"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-y-combinator:before {
  content: "\f23b"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-yandex:before {
  content: "\f413"
}

.fa-yandex-international:before {
  content: "\f414"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-yen-sign:before {
  content: "\f157"
}

.fa-yoast:before {
  content: "\f2b1"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-youtube-square:before {
  content: "\f431"
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width:1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width:auto
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://cdn.practicaldatacore.com/skin-etc/mod_pdOneStyleEditor/fa-brands-400.eot);
  src: url(https://cdn.practicaldatacore.com/skin-etc/mod_pdOneStyleEditor/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://cdn.practicaldatacore.com/skin-etc/mod_pdOneStyleEditor/fa-brands-400.woff2) format("woff2"), url(https://cdn.practicaldatacore.com/skin-etc/mod_pdOneStyleEditor/fa-brands-400.woff) format("woff"), url(https://cdn.practicaldatacore.com/skin-etc/mod_pdOneStyleEditor/fa-brands-400.ttf) format("truetype"), url(https://cdn.practicaldatacore.com/skin-etc/mod_pdOneStyleEditor/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
  font-family: "Font Awesome 5 Brands"
}

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.practicaldatacore.com/skin-etc/mod_pdOneStyleEditor/fa-light-300.eot);
  src: url(https://cdn.practicaldatacore.com/skin-etc/mod_pdOneStyleEditor/fa-light-300.eot?#iefix) format("embedded-opentype"), url(https://cdn.practicaldatacore.com/skin-etc/mod_pdOneStyleEditor/fa-light-300.woff2) format("woff2"), url(https://cdn.practicaldatacore.com/skin-etc/mod_pdOneStyleEditor/fa-light-300.woff) format("woff"), url(https://cdn.practicaldatacore.com/skin-etc/mod_pdOneStyleEditor/fa-light-300.ttf) format("truetype"), url(https://cdn.practicaldatacore.com/skin-etc/mod_pdOneStyleEditor/fa-light-300.svg#fontawesome) format("svg")
}

.fal {
  font-weight:300
}

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.practicaldatacore.com/skin-etc/mod_pdOneStyleEditor/fa-regular-400.eot);
  src: url(https://cdn.practicaldatacore.com/skin-etc/mod_pdOneStyleEditor/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://cdn.practicaldatacore.com/skin-etc/mod_pdOneStyleEditor/fa-regular-400.woff2) format("woff2"), url(https://cdn.practicaldatacore.com/skin-etc/mod_pdOneStyleEditor/fa-regular-400.woff) format("woff"), url(https://cdn.practicaldatacore.com/skin-etc/mod_pdOneStyleEditor/fa-regular-400.ttf) format("truetype"), url(https://cdn.practicaldatacore.com/skin-etc/mod_pdOneStyleEditor/fa-regular-400.svg#fontawesome) format("svg")
}

.fal, .far {
  font-family: "FontAwesome"
}

.far {
  font-weight:400
}

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.practicaldatacore.com/skin-etc/mod_pdOneStyleEditor/fa-solid-900.eot);
  src: url(https://cdn.practicaldatacore.com/skin-etc/mod_pdOneStyleEditor/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://cdn.practicaldatacore.com/skin-etc/mod_pdOneStyleEditor/fa-solid-900.woff2) format("woff2"), url(https://cdn.practicaldatacore.com/skin-etc/mod_pdOneStyleEditor/fa-solid-900.woff) format("woff"), url(https://cdn.practicaldatacore.com/skin-etc/mod_pdOneStyleEditor/fa-solid-900.ttf) format("truetype"), url(https://cdn.practicaldatacore.com/skin-etc/mod_pdOneStyleEditor/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .fas {
  font-family: "FontAwesome";
  font-weight: 900
}
/*
   Magic Zoom Plus v5.3.5
   Copyright 2020 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magiczoomplus/
   License agreement: https://www.magictoolbox.com/license/
*/
/**
 * Core styles
 */

.MagicZoom, .mz-figure, .mz-lens, .mz-zoom-window, .mz-loading, .mz-hint, .mz-expand .mz-expand-stage, .mz-expand .mz-expand-stage .mz-image-stage, .mz-expand .mz-expand-stage .mz-image-stage .mz-caption, .mz-thumb img, .mz-expand-thumbnails, .mz-expand-controls, .mz-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.MagicZoom, .mz-figure {
  display: inline-block;
  outline: 0 !important;
  font-size: 0 !important;
  line-height: 100% !important;
  direction: ltr !important;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  vertical-align: middle;
  border-radius: 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.MagicZoom {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

figure.mz-figure {
  overflow: hidden;
  margin: 0 !important;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.MagicZoom img, .mz-figure img {
  border: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  padding: 0 !important;
}

.MagicZoom > img, .mz-figure > img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.ie8-magic .MagicZoom > img, .ie8-magic .mz-figure > img {
  width: 100%;
  max-width: none !important;
}

.mz-figure.mz-no-zoom.mz-no-expand, .mz-expand .mz-figure.mz-no-zoom {
  cursor: default !important;
}

.mz-figure.mz-active, .mz-expand {
  -ms-touch-action: none;
  touch-action: none;
}

.mz-lens, .mz-zoom-window {
  position: absolute !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.mz-lens img, .mz-zoom-window img {
  position: absolute !important;
  max-width: none !important;
  max-height: none !important;
}

.mz-lens img {
  -webkit-transition: none !important;
  transition: none !important;
}

.mz-zoom-window {
  z-index: 2000000000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mz-zoom-window.mz-magnifier {
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  -webkit-mask-clip: content;
  cursor: none;
}

.mz-figure.mz-active .mz-zoom-window.mz-magnifier {
  pointer-events: auto !important;
  cursor: inherit !important;
}

.mz-zoom-window.mz-magnifier.mz-expanded {
  z-index: 2147483647;
}

.mz-zoom-window img {
  width: auto;
  height: auto;
  left: -1000%;
  right: -1000%;
  top: -1000%;
  bottom: -1000%;
  margin: auto !important;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform-origin: 50% 50% !important;
  -ms-transform-origin: 50% 50% !important;
  transform-origin: 50% 50% !important;
}

.mz-zoom-window.mz-preview img {
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.lt-ie9-magic .mz-zoom-window img {
  margin: 0 !important;
}

.mz-expand-controls {
  z-index: 2147483647;
}

.mz-fade {
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.mz-hidden {
  opacity: 0;
}

.mz-visible {
  opacity: 1;
}

.mobile-magic .mz-expand .mz-expand-bg {
  -webkit-transform-style: flat !important;
  transform-style: flat !important;
}

.mobile-magic .mz-expand-controls.mz-fade {
  transition: none !important;
}

.mobile-magic .mz-expand > .mz-zoom-window {
  top: 0 !important;
  left: 0 !important;
}

@media not screen and (max-device-width: 767px) {
  .mz-expanded-view-open, .mz-expanded-view-open body {
      overflow: hidden !important;
  }

  .mz-expanded-view-open body {
      height: auto !important;
  }
}

@media screen and (max-device-width: 767px) {
  :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]), :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]) body {
      overflow: hidden !important;
  }

  :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]) body {
      height: auto !important;
  }
}
/**
 * Main figure
 */

.mz-figure.mz-active {
  background: #fff;
}

.mz-figure.mz-no-zoom, .mz-figure.mz-click-zoom, .mz-figure.mz-active {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mz-figure.mz-active.mz-no-expand {
  cursor: crosshair;
}

.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
  cursor: crosshair;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
  cursor: none;
}

.mz-figure.mz-magnifier-zoom.mz-active {
  overflow: visible !important;
}

.mz-figure.mz-active > img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0\'/><feComponentTransfer><feFuncA type=\'linear\' slope=\'0.6\'/></feComponentTransfer></filter></svg>#grayscale");
  -webkit-filter: grayscale(80%) opacity(60%);
  filter: grayscale(80%) opacity(60%);
}

.no-cssfilters-magic .mz-figure.mz-active > img {
  opacity: 0.6;
}

.lt-ie10-magic .mz-figure.mz-active > img {
  opacity: 1;
  filter: progid: DXImageTransform.Microsoft.BasicImage(grayScale=1, opacity=0.6);
}

.mz-expand .mz-figure.mz-active.mz-inner-zoom, :not(.mz-expand) .mz-figure.mz-active.mz-inner-zoom > img {
  opacity: 0;
}

.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom, .lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
  filter: alpha(opacity=0);
}

.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
  background: transparent;
}
/**
 * Zoom lens
 */

.mz-lens {
  border: 1px solid #aaa;
  border-color: rgba(170, 170, 170, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  cursor: none;
  z-index: 10;
  opacity: 0;
}

.mz-figure.mz-active .mz-lens {
  opacity: 1;
  -webkit-transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
  transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
}

.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
  border-radius: 50%;
  opacity: 0;
  cursor: none;
}
/**
 * Zoom window
 */

.mz-zoom-window {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.mz-zoom-window.mz-magnifier {
  border-radius: 100%;
  border: 0;
  background: rgba(255, 255, 255, .3);
}

.mz-zoom-window.mz-magnifier:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 100%;
  border: 1px solid rgba(170, 170, 170, 0.7);
  box-shadow: inset 0 0 20px 1px rgba(0, 0, 0, .3);
  background: transparent;
  z-index: 1;
}

.mz-zoom-window.mz-magnifier.mz-square, .mz-zoom-window.mz-magnifier.mz-square:before {
  border-radius: 0 !important;
}

.lt-ie9-magic .mz-zoom-window {
  border: 1px solid #e5e5e5;
}

.mz-zoom-window.mz-inner {
  border: none;
  box-shadow: none;
}

.mz-zoom-window.mz-inner:not(.mz-expanded) {
  z-index: 80;
}
/* Caption in zoom window */

.mz-zoom-window .mz-caption {
  background: #777;
  color: #fff;
  font-size: 10pt;
  opacity: 0.8;
  position: absolute;
  top: 0;
  z-index: 150;
  padding: 3px;
  width: 100%;
  line-height: normal !important;
  text-align: center !important;
}

.lt-ie9-magic .mz-zoom-window .mz-caption {
  filter: alpha(opacity=80);
}

.mz-zoom-window.caption-bottom .mz-caption {
  top: auto;
  bottom: 0;
}

.mz-zoom-window.mz-expanded > .mz-caption {
  display: none;
}
/* Zoom window animations */

.mz-zoom-window.mz-deactivating, .mz-zoom-window.mz-activating {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.mz-zoom-window.mz-deactivating {
  -webkit-transition-duration: .25s, .25s, .25s;
  transition-duration: .25s, .25s, .25s;
}

.mz-zoom-window.mz-p-right, .mz-zoom-window.mz-p-left, .mz-zoom-window.mz-p-top, .mz-zoom-window.mz-p-bottom {
  opacity: 0;
  z-index: -100;
}

.mz-zoom-window.mz-p-right {
  -webkit-transform: translate3d(-20%, 0, 0);
  transform: translate3d(-20%, 0, 0);
}

.mz-zoom-window.mz-p-left {
  -webkit-transform: translate3d(20%, 0, 0);
  transform: translate3d(20%, 0, 0);
}

.mz-zoom-window.mz-p-top {
  -webkit-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
}

.mz-zoom-window.mz-p-bottom {
  -webkit-transform: translate3d(0, -20%, 0);
  transform: translate3d(0, -20%, 0);
}
/* Inner mode animation */

.mz-zoom-window > img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mz-zoom-window.mz-p-inner.mz-deactivating > img, .mz-zoom-window.mz-p-inner.mz-activating > img {
  -webkit-transition: -webkit-transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
  transition: transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
}
/* Magnifier mode animation */

.mz-zoom-window.mz-p-magnifier {
  -webkit-transform: scale(.1);
  transform: scale(.1);
}
/* Preview mode animation */

.mz-zoom-window.mz-preview.mz-deactivating, .mz-zoom-window.mz-preview.mz-activating, .mz-zoom-window.mz-custom.mz-deactivating, .mz-zoom-window.mz-custom.mz-activating {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.mz-zoom-window.mz-preview.mz-deactivating, .mz-zoom-window.mz-custom.mz-deactivating {
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}

.mz-zoom-window.mz-p-preview, .mz-zoom-window.mz-p-custom {
  opacity: 0;
}
/**
 * Hint & Loading
 */

.mz-hint, .mz-loading {
  color: #eee;
  background: rgba(49, 51, 61, 0.7);
  font: normal 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  direction: ltr;
  display: inline-block;
  margin: 0;
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.mz-hint {
  bottom: 8px;
  left: 0;
  right: 0;
  padding: 0 10%;
  background-color: transparent;
  -webkit-transition: opacity 0.4s ease, z-index 0.4s ease;
  transition: opacity 0.4s ease, z-index 0.4s ease;
}

.mz-hint-message {
  display: inline-block;
  background: rgba(49, 51, 61, 0.7);
  border-radius: 2em;
  padding: .7em 1.1em;
  font-size: 0.75rem;
}

.mz-hint-message:before {
  content: '\02295';
  font-family: serif;
  font-size: 1.5em;
  speak: none;
  text-align: center;
  vertical-align: -2px;
  margin-right: 6px;
}

.mobile-magic .mz-hint-message:before {
  display: none;
}

.mz-hint-hidden {
  opacity: 0;
  z-index: -1;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
/* Hint in the expanded view on mobile */

.mz-expand .mz-hint {
  font-size: 1.125rem;
  line-height: 1.1em;
  top: 50%;
  bottom: auto;
  margin: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.mz-expand .mz-hint-message {
  padding: 1.1em;
}

.mz-expand .mz-hint-message:before {
  display: none;
}

.mz-expand .mz-hint-hidden {
  opacity: 0;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
/* Loading indicator */

.mz-loading {
  font-size: 0;
  border-radius: 100%;
  opacity: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mz-loading:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  text-indent: -9999em;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 1);
  border-top-color: transparent;
  box-sizing: border-box;
}

.mz-loading.shown {
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}

.mz-loading.shown:after {
  -webkit-animation: spin-loading .9s infinite linear;
  animation: spin-loading .9s infinite linear;
}

@-webkit-keyframes spin-loading {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@keyframes spin-loading {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

.lt-ie10-magic .mz-loading {
  border-radius: 2em;
  font-size: 0.75rem;
  padding: .7em 1.1em;
  width: auto;
  height: auto;
}

.lt-ie10-magic .mz-loading:after {
  content: 'Loading...';
  text-indent: 0;
  border: none;
  position: relative;
}

.lt-ie9-magic .mz-loading {
  filter: alpha(opacity=0);
  right: 0;
  left: 0;
  width: 126px;
  margin: auto;
}

.lt-ie9-magic .mz-hint-message, .lt-ie9-magic .mz-loading.shown {
  background: transparent !important;
  filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#7c31333D', EndColorStr='#7c31333D');
}

.lt-ie9-magic .mz-hint-hidden {
  filter: alpha(opacity=0);
}
/**
 * Expanded view
 */

.mz-expand, .mz-expand .mz-expand-bg, .mz-expand .mz-expand-bg > img, .mz-expand .mz-expand-bg > svg, .mz-expand .mz-expand-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mz-expand .mz-expand-bg, .mz-expand .mz-expand-bg > img, .mz-expand .mz-expand-bg > svg {
  width: auto !important;
  height: auto !important;
}

.mz-expand .mz-expand-bg, .mz-expand .mz-expand-bg > svg {
  min-width: 100% !important;
  min-height: 100% !important;
}

.mz-expand {
  background-color: rgba(0, 0, 0, 1);
  text-align: center;
  vertical-align: middle;
  display: block;
  overflow: hidden;
  z-index: 2100000000;
  position: fixed;
  width: auto;
  height: auto;
  -webkit-perspective: 600px;
  perspective: 600px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-overflow-style: none;
}
/* Expanded view background */

.mz-expand .mz-expand-bg {
  display: inline-block;
  max-width: none !important;
  max-height: none !important;
  margin: auto;
  vertical-align: middle;
  z-index: -100;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-perspective: 600px;
  perspective: 600px;
  -webkit-transform: translate3d(0, 0, 0) scale(10) rotate(0.01deg);
  transform: translate3d(0, 0, 0) scale(10) rotate(0.01deg);
}

:root:not([data-magic-ua=safari]) .mz-expand .mz-expand-bg {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'80\' in=\'SourceGraphic\'></feGaussianBlur></filter></svg>#blur");
  -webkit-filter: blur(20px) brightness(60%);
  filter: blur(20px) brightness(60%);
}

.mz-expand .mz-expand-bg > img {
  margin: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

[data-magic-ua=safari] .mz-expand .mz-expand-bg > img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'80\' in=\'SourceGraphic\'></feGaussianBlur></filter></svg>#blur");
  -webkit-filter: blur(20px) brightness(60%);
  filter: blur(20px) brightness(60%);
}

.mz-expand .mz-expand-bg > svg {
  margin: auto;
  opacity: .6;
}

[data-magic-ua=edge] .mz-expand .mz-expand-bg, .lt-ie10-magic .mz-expand .mz-expand-bg {
  display: none !important;
}

.lt-ie9-magic .mz-expand {
  background: #1f1f1f;
}

[data-magic-ua=edge] .mz-expand {
  background-color: rgba(31, 31, 31, .96);
}
/** Plain backgrounds: dark-bg, white-bg **/

.mz-expand.plain-bg .mz-expand-bg, .mz-expand.dark-bg .mz-expand-bg, .mz-expand.white-bg .mz-expand-bg {
  display: none !important;
}

.mz-expand.dark-bg {
  background-color: #1f1f1f;
  background-color: rgba(31, 31, 31, .96);
}

.mz-expand.white-bg {
  background-color: #fff;
}
/* Expanded view stage */

.mz-expand .mz-expand-stage {
  display: flex;
  flex-direction: column;
  padding: 0;
  z-index: 2100000000;
}

.mz-expand .mz-expand-stage .mz-image-stage {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  position: relative;
  margin: 0;
  padding: 20px 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
  padding: 0 !important;
  left: 0;
  right: 0;
}

.mz-expand .mz-image-stage > figure {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 1;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  overflow: hidden;
}

.mz-expand .mz-figure {
  max-width: 100% !important;
  overflow: visible;
}

.mz-expand .mz-figure > img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.mz-expand .mz-zoom-in .mz-image-stage > figure, .mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating, .mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
  flex: 1 0;
  width: 100%;
  height: 100%;
}

.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active > img {
  pointer-events: none;
}

.mz-expand .mz-figure {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mz-expand .mz-figure.mz-active {
  cursor: crosshair;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}
/* When inner zoom is always shown */

.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {
  z-index: 1;
  position: absolute !important;
  top: -5000px !important;
  bottom: -5000px !important;
  left: -5000px !important;
  right: -5000px !important;
  margin: auto !important;
}

.lt-ie10-magic .mz-zoom-window.mz-expanded img {
  filter: alpha(opacity=100);
}

.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
  overflow: hidden;
  filter: alpha(opacity=100);
}
/* Caption in expanded view */

.mz-expand .mz-caption {
  flex: 0 0;
  color: #fff;
  text-shadow: 0px 0px 46px #000;
  padding: 10px 30px;
  font: normal 10pt/1.25 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  text-align: center;
  width: 100%;
  opacity: 0;
}

.mz-expand .mz-caption.mz-show {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  opacity: 1;
}

.mz-expand .mz-zoom-in .mz-image-stage .mz-caption {
  display: none;
}

.mz-expand .mz-caption a {
  color: inherit;
  cursor: pointer;
}

.mz-expand.white-bg .mz-caption {
  color: #555;
  text-shadow: none;
}

.lt-ie9-magic .mz-expand .mz-caption {
  top: 100%;
}

.mz-expand .mz-zoom-window {
  box-shadow: none;
  background: transparent;
}

.lt-ie9-magic .mz-expand .mz-zoom-window {
  border: 0;
}
/* Expanded view on mobile */

@media screen and (max-device-width: 767px) {
  .mobile-magic .mz-expand .mz-image-stage .mz-caption {
      display: none !important;
  }
}
/**
 * Buttons & Arrows
 */

.mz-nav-controls, .mz-expand-controls, button.mz-button {
  margin: 0 !important;
  padding: 0 !important;
  outline: 0 !important;
}

.mz-nav-controls {
  z-index: 2100000000;
}

button.mz-button {
  color: rgba(180, 180, 180, .6) !important;
  font-size: 0;
  cursor: pointer;
  z-index: 2100000000 !important;
  background-color: transparent !important;
  border: 0 solid transparent !important;
  border-radius: 100% !important;
  box-shadow: none !important;
  position: absolute !important;
  text-transform: none !important;
  text-align: center;
  speak: none;
  width: 60px !important;
  height: 60px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  -webkit-transition: color .25s, background-color .25s !important;
  transition: color .25s, background-color .25s !important;
}

button.mz-button:before {
  display: block;
  position: static;
  height: 100%;
  transform: scale(1);
  -webkit-transition: -webkit-transform .25s !important;
  transition: transform .25s !important;
}

:root:not(.mobile-magic) button.mz-button:hover, button.mz-button:active {
  color: rgba(180, 180, 180, 1) !important;
}

button.mz-button:active:before {
  -webkit-transform: scale(.7) !important;
  transform: scale(.7) !important;
}

.mobile-magic .mz-expand button.mz-button:active {
  background-color: rgba(49, 51, 61, .7) !important;
}

button.mz-button.mz-button-prev, button.mz-button.mz-button-next {
  margin: auto 10px !important;
  top: 0 !important;
  bottom: 0 !important;
  overflow: hidden !important;
}

button.mz-button.mz-button-prev {
  left: 0 !important;
  transform: rotateZ(180deg) !important;
}

button.mz-button.mz-button-next {
  right: 0 !important;
}

button.mz-button.mz-button-close {
  margin: 10px !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 95 !important;
}

button.mz-button.mz-button-close:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
}

button.mz-button.mz-button-prev:before, button.mz-button.mz-button-next:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
}

@supports (((-webkit-mask-image: url()) or(mask-image: url())) and
((-webkit-mask-repeat:no-repeat) or(mask-repeat:no-repeat)) and
((-webkit-mask-position:center) or(mask-position:center)) and
((-webkit-mask-size:cover) or(mask-size:cover))
) {
  button.mz-button:before {
      content: "" !important;
      background-color: currentColor;
      background-image: none;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-position: center;
      mask-position: center;
      -webkit-mask-size: cover;
      mask-size: cover;
  }

  button.mz-button.mz-button-close:before {
      -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
      mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
  }

  button.mz-button.mz-button-prev:before, button.mz-button.mz-button-next:before {
      -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
      mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
  }
}

@media screen and (max-device-width: 767px) {
  button.mz-button-prev, button.mz-button-next {
      display: none !important;
  }

  .mobile-magic .mz-expand button.mz-button.mz-button-close {
      width: 50px !important;
      height: 50px !important;
      color: rgb(180, 180, 180) !important;
  }

  .mobile-magic .mz-expand button.mz-button:before {
      transform: scale(.8);
  }
}

.lt-ie9-magic button.mz-button {
  border: 0;
  filter: alpha(opacity=75);
}

.lt-ie9-magic button.mz-button:hover {
  filter: alpha(opacity=100);
}
/* Arrows on the main image on the page */

.mz-figure .mz-nav-controls button.mz-button {
  display: none;
  width: 44px !important;
  height: 44px !important;
  margin: auto 5px !important;
  padding: 10px !important;
  border: 0 !important;
  background: rgba(0, 0, 0, .15) !important;
  box-sizing: border-box;
  border-radius: 100% !important;
  color: #fff !important;
}

.mz-figure.mz-show-arrows .mz-nav-controls button.mz-button {
  display: block;
}
/**
 * Thumbnails
 */
/** Thumbnails on the page **/

a[data-zoom-id], .mz-thumb, .mz-thumb:focus {
  display: inline-block;
  line-height: 0;
  outline: none;
}

a[data-zoom-id] img, .mz-thumb img {
  border-radius: 5px;
  /*
        padding-bottom: 4px;
        border: 0;
        border-bottom: 2px solid transparent;
        */
  box-sizing: border-box;
}

.mz-thumb:not(.mz-thumb-selected):hover img {
  border-bottom-color: rgba(180, 180, 180, .3);
}

.mz-thumb.mz-thumb-selected img {
  border-bottom-color: rgb(180, 180, 180);
}
/** Thumbnails in expanded view **/

.mz-expand-thumbnails {
  flex: 0 0 80px;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 10px 0;
  z-index: 50;
  overflow: hidden;
}

.ios-magic[data-magic-engine=webkit][data-magic-engine-ver="603.1"] .mz-expand-thumbnails, :root[data-magic-ua=firefox] .mz-expand-thumbnails {
  height: 80px;
}

.mz-expand-thumbnails .magic-thumb > img {
  cursor: pointer;
  padding-bottom: 4px;
  border: 0;
  border-bottom: 2px solid transparent;
}

.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected):hover img {
  border-bottom-color: rgba(180, 180, 180, .3);
}

.mz-expand-thumbnails .magic-thumb.magic-thumb-selected img {
  border-bottom-color: rgb(180, 180, 180);
}

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
  box-shadow: none;
}
/** Thumbnails on the left in expanded view with .expand-thumbnails-left class **/

@media not screen and (max-device-width: 767px) and(orientation: portrait) {
  .mz-expand.expand-thumbnails-left .mz-expand-stage {
      flex-direction: row-reverse;
  }

  .mz-expand.expand-thumbnails-left .mz-expand-thumbnails {
      padding: 0 10px;
      height: 100%;
      overflow: hidden;
  }

  .ios-magic[data-magic-engine=webkit][data-magic-engine-ver="603.1"] .mz-expand.expand-thumbnails-left .mz-expand-thumbnails, :root[data-magic-ua=firefox] .mz-expand.expand-thumbnails-left .mz-expand-thumbnails {
      width: 80px;
      height: 100%;
  }

  @media not screen and (max-device-width: 767px) {
      .mz-expand-thumbnails .magic-thumbs.magic-thumbs-vertical {
          height: calc(100% - 40px);
          margin-top: 20px;
          margin-bottom: 20px;
      }
  }

  @media screen and (max-device-width: 767px) {
      .mz-expand-thumbnails .magic-thumbs.magic-thumbs-vertical.no-buttons {
          height: calc(100% - 40px);
          margin-top: 20px;
          margin-bottom: 20px;
      }
  }
}
/** Hide thumbnails in expanded view with .no-expand-thumbnails class **/

.mz-expand.no-expand-thumbnails .mz-expand-thumbnails {
  display: none;
}
/** Thumbnails shaded style (improved previous one)  **/

.thumbnails-style-shaded.mz-thumb img {
  border: 0 !important;
  padding-bottom: 0;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, .3);
}

.thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected) img {
  -webkit-filter: brightness(.7);
  filter: brightness(.7);
}

.thumbnails-style-shaded.mz-thumb-selected img {
  -webkit-filter: brightness(.7) opacity(.7);
  filter: brightness(.7) opacity(.7);
}

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb > img {
  border: 0;
  padding-bottom: 0;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, .3);
}

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
  -webkit-filter: brightness(.75);
  filter: brightness(.75);
}

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb-selected img {
  -webkit-filter: brightness(.7) opacity(.7);
  filter: brightness(.7) opacity(.7);
}

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb:hover, .no-cssfilters-magic .thumbnails-style-shaded.mz-thumb.mz-thumb-selected, .no-cssfilters-magic .thumbnails-style-shaded .magic-thumb:hover, .no-cssfilters-magic .thumbnails-style-shaded .magic-thumb.magic-thumb-selected {
  background: #000;
}

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected) img {
  opacity: .75;
  filter: alpha(opacity=75);
}

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb-selected img {
  opacity: .7;
  filter: alpha(opacity=70);
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb {
  position: relative;
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  z-index: 100;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected):after {
  background-color: rgba(0, 0, 0, 0.2);
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb.magic-thumb-selected:after {
  background-color: rgba(0, 0, 0, 0.3);
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb img {
  position: relative;
  z-index: 1;
}

.ie9-magic .thumbnails-style-shaded.mz-thumb img {
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, .3);
}

.magic-thumbs, .magic-thumbs .magic-thumbs-wrapper, .magic-thumbs ul, .magic-thumbs li, .magic-thumbs li:before, .magic-thumbs li:after, .magic-thumbs li img, .magic-thumbs .magic-thumbs-button {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.magic-thumbs {
  direction: ltr;
  overflow: visible;
  z-index: 100;
  position: relative;
  left: 0;
  top: 0;
  padding: 0 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: none;
  touch-action: none;
}

.magic-thumbs {
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

.magic-thumbs.no-buttons {
  padding: 0 !important;
}

.magic-thumbs-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.magic-thumbs ul {
  list-style: none;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  position: relative;
  white-space: nowrap;
}

.magic-thumbs.no-buttons ul {
  left: 0 !important;
  padding: 0 !important;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.magic-thumbs ul li {
  margin: 0 4px;
  height: 100%;
  width: auto;
  vertical-align: top;
  line-height: 0;
  display: inline-block;
}

.magic-thumbs ul li:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.magic-thumbs ul li > img {
  width: auto;
  height: auto;
  max-width: none !important;
  max-height: 100% !important;
  vertical-align: middle;
}

.ie8-magic .magic-thumbs ul li > img {
  max-width: none !important;
  max-height: none !important;
}
/* vertical */

.magic-thumbs.magic-thumbs-vertical {
  height: 100%;
}

.magic-thumbs-vertical {
  padding: 40px 0;
}

.magic-thumbs-vertical ul {
  height: auto;
  width: 100%;
  white-space: normal;
}

.magic-thumbs-vertical ul li {
  width: 100%;
  height: auto;
}

.magic-thumbs-vertical ul li {
  margin: 4px 0;
}

.magic-thumbs-vertical ul li > img {
  max-width: 100% !important;
  max-height: none !important;
}

.ie8-magic .magic-thumbs-vertical ul li > img {
  width: 100%;
}
/**
 * Buttons
 */

.magic-thumbs button.magic-thumbs-button {
  color: rgba(180, 180, 180, .6) !important;
  font-size: 0;
  cursor: pointer;
  z-index: 90 !important;
  background-repeat: no-repeat;
  background-color: transparent !important;
  background-image: none;
  border: 0;
  border-radius: 100%;
  box-shadow: none !important;
  overflow: hidden;
  position: absolute;
  text-transform: none !important;
  speak: none;
  text-align: center;
  width: 33px;
  height: 33px;
  top: 0;
  bottom: 0;
  margin: auto 3px;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  -webkit-transition: color .25s, background-color .25s !important;
  transition: color .25s, background-color .25s !important;
}

.magic-thumbs button.magic-thumbs-button:before {
  display: block;
  position: static;
  height: 100%;
  transform: scale(1);
  -webkit-transition: -webkit-transform .25s !important;
  transition: transform .25s !important;
}

.mobile-magic .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled), :root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):hover, .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active {
  color: rgba(180, 180, 180, 1) !important;
}

.magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active:before {
  -webkit-transform: scale(.7) !important;
  transform: scale(.7) !important;
}

.mobile-magic .mz-expand .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active {
  background-color: rgba(49, 51, 61, .7) !important;
}

.magic-thumbs .magic-thumbs-button-prev {
  left: 0;
  transform: rotateZ(180deg) !important;
}

.magic-thumbs .magic-thumbs-button-next {
  right: 0;
}

.magic-thumbs-vertical button.magic-thumbs-button {
  top: auto;
  right: 0;
  bottom: auto;
  left: 0;
  margin: 3px auto;
}

.magic-thumbs-vertical button.magic-thumbs-button-prev {
  top: 0;
  transform: rotateZ(-90deg) !important;
}

.magic-thumbs-vertical button.magic-thumbs-button-next {
  bottom: 0;
  transform: rotateZ(90deg) !important;
}

.magic-thumbs .magic-thumbs-button-prev:before, .magic-thumbs .magic-thumbs-button-next:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
}

@supports (((-webkit-mask-image: url()) or(mask-image: url())) and
((-webkit-mask-repeat:no-repeat) or(mask-repeat:no-repeat)) and
((-webkit-mask-position:center) or(mask-position:center)) and
((-webkit-mask-size:cover) or(mask-size:cover))
) {
  .magic-thumbs button.magic-thumbs-button:before {
      content: "" !important;
      background-color: currentColor;
      background-image: none;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-position: center;
      mask-position: center;
      -webkit-mask-size: cover;
      mask-size: cover;
  }

  .magic-thumbs .magic-thumbs-button-prev:before, .magic-thumbs .magic-thumbs-button-next:before {
      -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
      mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
  }
}

.magic-thumbs.no-buttons .magic-thumbs-button {
  display: none !important;
}

.magic-thumbs-button-disabled {
  opacity: 0.2;
  filter: alpha(opacity = 20);
}

/**
 * Swiper 11.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 10, 2025
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}


.swiper-slide{
  flex-shrink: 0;
    width: 100%;
    position: relative;
    display: flex; /* Switch to flexbox for better control */
    flex-direction: column; /* Ensures content stacks vertically */
    align-items: stretch; /* Makes content span the slide width */
    white-space: normal; /* Allows text wrapping */
    word-wrap: break-word; /* Handles long words */
    word-break: break-word; /* Ensures proper wrapping */
    overflow: visible; /* Avoids clipping issues */
    height: auto; /* Respects content height */
 }
