@charset "UTF-8";
@charset "UTF-8";
.woocommerce-multi-currency img {
  max-width: 100%;
}
.woocommerce-multi-currency .wmc-currency.wmc-active a {
  cursor: default !important;
}

.woocommerce-multi-currency.wmc-sidebar {
  position: fixed;
  z-index: 9999999999;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  top: 50%;
  transform: translateY(-50%);
  font-family: Arial;
  max-height: 100vh;
  overflow: auto;
}
.woocommerce-multi-currency.wmc-sidebar .wmc-title {
  text-align: center;
  visibility: hidden;
  color: #fff;
  font: 300 normal 16px Arial;
  margin: 0;
  text-transform: uppercase;
  background: #000000;
  padding: 16px 0;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  width: 250px;
}
.woocommerce-multi-currency.wmc-sidebar .wmc-list-currencies .wmc-sidebar-open {
  position: relative;
  height: 40px;
  width: 40px;
  background: rgba(153, 153, 153, 0.2);
  border-radius: 50%;
  margin: 10px 0 0;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  color: #ccc;
  font-weight: 700;
  font-size: 28px;
  display: none;
}
.woocommerce-multi-currency.wmc-sidebar::-webkit-scrollbar {
  width: 0;
}
.woocommerce-multi-currency.wmc-sidebar::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.woocommerce-multi-currency.wmc-sidebar::-webkit-scrollbar-thumb {
  background: #cecece;
  border-radius: 20px;
}
.woocommerce-multi-currency.wmc-sidebar::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.woocommerce-multi-currency.wmc-sidebar.wmc-currency-flag .wmc-list-currencies .wmc-sidebar-open {
  margin: 10px 10px 0;
}

.woocommerce-multi-currency.wmc-sidebar.wmc-hover .wmc-title {
  display: block !important;
  visibility: visible;
}

.woocommerce-multi-currency.wmc-sidebar.wmc-collapse.wmc-hover .wmc-currency {
  display: block !important;
  visibility: visible;
}
.woocommerce-multi-currency.wmc-sidebar.wmc-collapse.wmc-hover .wmc-list-currencies .wmc-sidebar-open {
  display: none;
}

.wmc-approximately {
  line-height: 1.5;
  white-space: nowrap;
  padding-left: 5px;
}

.woocommerce-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies {
  width: 250px;
  display: inline-block;
  font-size: 0;
}
.woocommerce-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency {
  background: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 250px;
  z-index: 1000;
  font: normal normal 10px Arial;
  margin: 4px 0 0;
  transition: all 0.25s ease;
  position: relative;
  cursor: pointer;
  clear: both;
  display: inline-block;
  height: 40px;
}
.woocommerce-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency:hover {
  background: #f78080;
}
.woocommerce-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.woocommerce-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency .wmc-currency-content-left {
  text-align: center;
  width: 40px;
  line-height: 40px;
  display: inline-flex;
  justify-content: center;
}
.woocommerce-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency .wmc-currency-content-right {
  width: calc(100% - 40px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 40px;
}
.woocommerce-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency span.wmc-active-title {
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  vertical-align: top;
  display: inline-block;
  width: 170px;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.woocommerce-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency.wmc-active {
  position: relative;
  background: #f78080;
}
.woocommerce-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-sidebar-open:before {
  content: "+";
  width: 100%;
  text-align: center;
}

.woocommerce-multi-currency.wmc-sidebar.wmc-collapse.style-1 .wmc-list-currencies .wmc-currency:not(.wmc-active) {
  display: none;
}

.woocommerce-multi-currency.wmc-sidebar.style-1.wmc-left .wmc-list-currencies .wmc-currency {
  text-align: right;
}

.woocommerce-multi-currency.wmc-sidebar.wmc-left {
  left: -210px;
}
.woocommerce-multi-currency.wmc-sidebar.wmc-left .wmc-list-currencies .wmc-sidebar-open {
  float: right;
}
.woocommerce-multi-currency.wmc-sidebar.wmc-left .wmc-list-currencies .wmc-currency span {
  display: inline-block;
  float: right;
}

.woocommerce-multi-currency.wmc-sidebar.wmc-left:not(.wmc-hover) .wmc-list-currencies .wmc-currency a {
  flex-direction: row-reverse;
}

.woocommerce-multi-currency.wmc-sidebar.wmc-collapse .wmc-list-currencies .wmc-sidebar-open {
  display: block;
}

.woocommerce-multi-currency.wmc-price-switcher {
  font-size: 16px;
  position: relative;
  cursor: context-menu;
  z-index: 1;
  margin: 5px 0;
  display: inline-block;
}
.woocommerce-multi-currency.wmc-price-switcher a {
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  background: #eee;
  font-size: 0;
}
.woocommerce-multi-currency.wmc-price-switcher a:hover i {
  transform: scale(1.05);
}
.woocommerce-multi-currency.wmc-price-switcher a span {
  padding: 0 15px 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.woocommerce-multi-currency.wmc-price-switcher .wmc-current-currency {
  display: inline-block;
  padding: 0 20px 5px 0;
  position: relative;
}
.woocommerce-multi-currency.wmc-price-switcher .wmc-current-currency:before {
  content: "▼";
  position: absolute;
  right: 0;
  top: 15%;
  font-size: 14px;
}
.woocommerce-multi-currency.wmc-price-switcher .wmc-sub-currency {
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: -50px;
  visibility: hidden;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  left: 0;
  max-height: 60vh;
  overflow: auto;
}
.woocommerce-multi-currency.wmc-price-switcher .wmc-sub-currency.wmc-show-up {
  max-height: 30vh;
}
.woocommerce-multi-currency.wmc-price-switcher img {
  display: inline-block;
  max-width: 40px;
  vertical-align: top;
}
.woocommerce-multi-currency.wmc-price-switcher .wmc-currency {
  padding: 0;
  margin-bottom: 3px;
}
.woocommerce-multi-currency.wmc-price-switcher .wmc-currency a {
  display: flex;
  line-height: 2;
}

/*Scrollbar - firefox does not support scrollbar*/
.woocommerce-multi-currency.wmc-shortcode[data-layout=plain_vertical] .wmc-sub-currency::-webkit-scrollbar,
.woocommerce-multi-currency.wmc-shortcode[data-layout=layout7] .wmc-sub-currency::-webkit-scrollbar,
.woocommerce-multi-currency.wmc-price-switcher .wmc-sub-currency::-webkit-scrollbar {
  width: 7px;
}

.woocommerce-multi-currency.wmc-shortcode[data-layout=plain_vertical] .wmc-sub-currency::-webkit-scrollbar-track,
.woocommerce-multi-currency.wmc-shortcode[data-layout=layout7] .wmc-sub-currency::-webkit-scrollbar-track,
.woocommerce-multi-currency.wmc-price-switcher .wmc-sub-currency::-webkit-scrollbar-track {
  background: #f1f1f1;
  margin-top: 0;
  margin-bottom: 0;
}

.woocommerce-multi-currency.wmc-shortcode[data-layout=plain_vertical] .wmc-sub-currency::-webkit-scrollbar-thumb,
.woocommerce-multi-currency.wmc-shortcode[data-layout=layout7] .wmc-sub-currency::-webkit-scrollbar-thumb,
.woocommerce-multi-currency.wmc-price-switcher .wmc-sub-currency::-webkit-scrollbar-thumb {
  background: #cecece;
  border-radius: 20px;
}

.woocommerce-multi-currency.wmc-shortcode[data-layout=plain_vertical] .wmc-sub-currency::-webkit-scrollbar-thumb:hover,
.woocommerce-multi-currency.wmc-shortcode[data-layout=layout7] .wmc-sub-currency::-webkit-scrollbar-thumb:hover,
.woocommerce-multi-currency.wmc-price-switcher .wmc-sub-currency::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.woocommerce-multi-currency.wmc-shortcode[data-layout=plain_vertical] .wmc-sub-currency,
.woocommerce-multi-currency.wmc-shortcode[data-layout=layout4] .wmc-sub-currency,
.woocommerce-multi-currency.wmc-shortcode[data-layout=layout5] .wmc-sub-currency,
.woocommerce-multi-currency.wmc-shortcode[data-layout=layout7] .wmc-sub-currency,
.woocommerce-multi-currency.wmc-shortcode[data-layout=layout8] .wmc-sub-currency {
  max-height: 40vh;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  scrollbar-width: none;
  height: fit-content;
}

.woocommerce-multi-currency.wmc-price-switcher:not(.wmc-currency-trigger-click):hover .wmc-sub-currency {
  visibility: visible;
  opacity: 1;
  top: 45px;
}

.woocommerce-multi-currency.wmc-price-switcher.wmc-currency-trigger-click.wmc-currency-trigger-click-active .wmc-sub-currency {
  visibility: visible;
  opacity: 1;
  top: 45px;
}

.woocommerce-multi-currency.wmc-sidebar.wmc-currency-symbol .wmc-list-currencies .wmc-currency span.wmc-currency-content-left {
  font-size: 16px;
  font-weight: 300;
}

.woocommerce-multi-currency.wmc-sidebar.wmc-currency-flag.wmc-left .wmc-list-currencies .wmc-currency {
  border-radius: 0 5px 5px 0;
}

.woocommerce-multi-currency.wmc-sidebar.wmc-currency-flag.wmc-right .wmc-list-currencies .wmc-currency {
  border-radius: 5px 0 0 5px;
}

.woocommerce-multi-currency.wmc-sidebar.wmc-currency-flag.wmc-currency-symbol .wmc-list-currencies .wmc-currency a {
  font-size: 16px;
}

.woocommerce-multi-currency.wmc-sidebar.wmc-right {
  right: -210px;
}

.woocommerce-multi-currency.wmc-sidebar.wmc-right.wmc-hover {
  right: 0;
}

.woocommerce-multi-currency.wmc-sidebar.wmc-left.wmc-hover {
  left: 0;
}

.woocommerce-multi-currency.wmc-shortcode img {
  vertical-align: middle;
  height: 24px;
  width: 24px;
  margin: 0;
  display: inline-block;
  padding: 0;
}
.woocommerce-multi-currency.wmc-shortcode .wmc-currency a {
  text-decoration: none !important;
  box-shadow: none;
  margin: 0;
  padding: 0;
  color: inherit;
}
.woocommerce-multi-currency.wmc-shortcode .wmc-currency a:hover {
  font-weight: bold;
}
.woocommerce-multi-currency.wmc-shortcode .wmc-currency-wrapper .wmc-current-currency-arrow {
  position: absolute;
  line-height: 1.5;
  right: 3px;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
}
.woocommerce-multi-currency.wmc-shortcode .wmc-currency-wrapper .wmc-current-currency-arrow::after {
  content: "▼";
}

.woocommerce-multi-currency.wmc-shortcode[data-layout=layout3] .wmc-currency a {
  display: flex;
}

.woocommerce-multi-currency.wmc-shortcode.flag-large img {
  width: 64px;
  height: auto;
}

.woocommerce-multi-currency.wmc-shortcode.plain-horizontal {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  width: 100%;
}
.woocommerce-multi-currency.wmc-shortcode.plain-horizontal .wmc-currency {
  display: inline-block;
  padding: 5px;
  vertical-align: top;
  max-width: 50%;
  font-size: 16px;
}
.woocommerce-multi-currency.wmc-shortcode.plain-horizontal .wmc-currency a {
  font-weight: 300;
}
.woocommerce-multi-currency.wmc-shortcode.plain-horizontal .wmc-currency.wmc-active a {
  font-weight: 700;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical {
  box-sizing: border-box;
  display: inline-block;
  cursor: context-menu;
}
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper {
  position: relative;
}
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
  position: relative;
  padding: 5px 20px;
  display: flex;
  font-weight: 700;
  border: 1px solid #e5e5e5;
  width: calc(100% + 2px);
}
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
  position: absolute;
  top: 100%;
  width: calc(100% + 2px);
  background: #fff;
  border: 1px solid #e5e5e5;
  text-align: left;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  display: none;
  border-top: none;
  z-index: 99;
}
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency {
  position: relative;
  padding: 5px 20px;
}
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a:hover {
  font-weight: 700;
}
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency.wmc-active a {
  font-weight: 700;
}
.woocommerce-multi-currency.wmc-shortcode.plain-vertical.wmc-dropdown-direction-top .wmc-currency-wrapper .wmc-sub-currency {
  bottom: 100%;
  top: unset;
}
.woocommerce-multi-currency.wmc-shortcode.plain-vertical a {
  white-space: nowrap;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical[data-layout=layout7] .wmc-currency-wrapper .wmc-sub-currency .wmc-currency {
  display: flex;
  justify-content: center;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical.wmc-currency-trigger-click.wmc-currency-trigger-click-active .wmc-currency-wrapper .wmc-sub-currency {
  display: block;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical:not(.wmc-currency-trigger-click) .wmc-currency-wrapper:hover .wmc-sub-currency {
  display: block;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout4 .wmc-currency-wrapper .wmc-sub-currency::-webkit-scrollbar {
  width: 0;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout5 .wmc-currency-wrapper span.wmc-current-currency span {
  padding: 0 5px;
}
.woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout5 .wmc-currency-wrapper .wmc-sub-currency::-webkit-scrollbar {
  width: 0;
}

.woocommerce-multi-currency.wmc-shortcode[data-layout=layout8] .wmc-currency-wrapper .wmc-sub-currency::-webkit-scrollbar {
  width: 0;
}

.woocommerce-multi-currency.wmc-shortcode.plain-horizontal.layout6 .wmc-currency {
  font-size: 16px;
}

.woocommerce-multi-currency.wmc-shortcode.wmc-shortcode-fixed.top-left {
  top: 0;
  left: 0;
  bottom: unset;
  right: unset;
}

.woocommerce-multi-currency.wmc-shortcode.wmc-shortcode-fixed.top-right {
  top: 0;
  left: unset;
  bottom: unset;
  right: 0;
}

.woocommerce-multi-currency.wmc-shortcode.wmc-shortcode-fixed.bottom-left {
  top: unset;
  left: 0;
  bottom: 0;
  right: unset;
}
.woocommerce-multi-currency.wmc-shortcode.wmc-shortcode-fixed.bottom-left .wmc-currency-wrapper .wmc-sub-currency {
  top: unset;
  bottom: 100%;
}

.woocommerce-multi-currency.wmc-shortcode.wmc-shortcode-fixed.bottom-right {
  top: unset;
  left: unset;
  bottom: 0;
  right: 0;
}
.woocommerce-multi-currency.wmc-shortcode.wmc-shortcode-fixed.bottom-right .wmc-currency-wrapper .wmc-sub-currency {
  top: unset;
  bottom: 100%;
}

.woocommerce-multi-currency.wmc-shortcode.wmc-shortcode-fixed {
  position: fixed;
  z-index: 99999999;
  width: auto;
}

.wmc-sub-currency .wmc-hidden {
  display: none !important;
}

.woocommerce-multi-currency.layout10 .wmc-text {
  vertical-align: top;
  padding-left: 5px;
}

.wmc-current-currency-inner.wmc-active {
  display: block;
}

.woocommerce-multi-currency.wmc-shortcode.vertical-currency-symbols-circle {
  display: inline-block;
  cursor: context-menu;
}
.woocommerce-multi-currency.wmc-shortcode.vertical-currency-symbols-circle .wmc-currency-wrapper {
  position: relative;
}
.woocommerce-multi-currency.wmc-shortcode.vertical-currency-symbols-circle .wmc-currency-wrapper .wmc-sub-currency {
  position: absolute;
  top: 100%;
  width: fit-content;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: none;
  z-index: 999999;
}
.woocommerce-multi-currency.wmc-shortcode.vertical-currency-symbols-circle .wmc-currency {
  border-radius: 50px;
  width: 38px;
  height: 38px;
  text-align: center;
  margin-bottom: 3px;
  line-height: 37px;
  font-size: 20px;
}
.woocommerce-multi-currency.wmc-shortcode.vertical-currency-symbols-circle .wmc-current-currency {
  border-radius: 50px;
  width: 38px;
  height: 38px;
  text-align: center;
  margin-bottom: 3px;
  line-height: 37px;
  font-size: 20px;
  display: inline-block;
}
.woocommerce-multi-currency.wmc-shortcode.vertical-currency-symbols-circle .wmc-fix-font {
  font-size: 15px;
}

.woocommerce-multi-currency.wmc-shortcode.vertical-currency-symbols-circle:not(.wmc-currency-trigger-click) .wmc-currency-wrapper:hover .wmc-sub-currency {
  display: block;
  overflow: hidden;
}

.woocommerce-multi-currency.wmc-shortcode.vertical-currency-symbols-circle.wmc-currency-trigger-click.wmc-currency-trigger-click-active .wmc-currency-wrapper .wmc-sub-currency {
  display: block;
  overflow: hidden;
}

.woocommerce-multi-currency.wmc-shortcode.layout9 .wmc-current-currency a {
  font-weight: bold;
}
.woocommerce-multi-currency.wmc-shortcode.layout9 .wmc-currency-wrapper {
  font-size: 0;
}
.woocommerce-multi-currency.wmc-shortcode.layout9 .wmc-currency {
  font-size: 16px;
  display: inline-block;
  border-radius: 50px;
  min-width: 60px;
  text-align: center;
  margin-right: -30px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 0;
}
.woocommerce-multi-currency.wmc-shortcode.layout9 .wmc-currency a {
  padding: 0 14px;
}
.woocommerce-multi-currency.wmc-shortcode.layout9 .wmc-left {
  text-align: left;
}
.woocommerce-multi-currency.wmc-shortcode.layout9 .wmc-right {
  text-align: right;
}

.html.custom.html_topbar_right.has-child {
  padding: 0;
  font-size: 0.97em;
}

.wmc-flatsome-mobile-nav.wmc-current-currency {
  padding: 15px 0 15px 20px;
  flex-grow: 1;
}

.woocommerce-multi-currency .wmc-show-up {
  top: unset !important;
  bottom: 100%;
  border-bottom: none !important;
}

.woocommerce-multi-currency:not([data-layout=layout8]) .wmc-show-up {
  border-top: 1px solid #e5e5e5 !important;
}

.wmc-custom-checkout-left {
  float: left;
}

.wmc-custom-checkout-right {
  float: right;
  color: red;
}
.wmc-custom-checkout-right + .wmc-approximately {
  float: right;
}
.wmc-custom-checkout-right .amount {
  float: none !important;
}

.woocommerce-multi-currency.wmc-shortcode .wmc-current-currency .wmc-open-dropdown-currencies {
  display: flex;
  align-items: center;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.woocommerce-multi-currency.wmc-shortcode .wmc-current-currency .wmc-open-dropdown-currencies:after {
  content: "";
  border-width: 0 1px 1px 0;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-style: solid;
  width: 6px;
  margin: 0;
  height: 6px;
  cursor: default;
}

.woocommerce-multi-currency.wmc-shortcode.layout10 {
  vertical-align: middle;
}
.woocommerce-multi-currency.wmc-shortcode.layout10 .wmc-current-currency {
  padding-left: 10px !important;
  background-color: transparent !important;
  border: none !important;
  font-weight: normal !important;
}
.woocommerce-multi-currency.wmc-shortcode.layout10 .wmc-current-currency > span:first-child {
  display: flex;
}
.woocommerce-multi-currency.wmc-shortcode.layout10 .wmc-current-currency .wmc-open-dropdown-currencies {
  padding-left: 5px;
}
.woocommerce-multi-currency.wmc-shortcode.layout10 .wmc-sub-currency {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  padding: 5px;
  border: none !important;
}
.woocommerce-multi-currency.wmc-shortcode.layout10 .wmc-sub-currency .wmc-currency a {
  font-weight: normal !important;
}
.woocommerce-multi-currency.wmc-shortcode.layout10 .wmc-sub-currency .wmc-currency a:hover {
  font-weight: normal !important;
}
.woocommerce-multi-currency.wmc-shortcode.layout10 .wmc-sub-currency .wmc-currency:hover {
  background-color: #e5ecf3;
}
.woocommerce-multi-currency.wmc-shortcode.layout10 .wmc-currency {
  padding: 5px !important;
}
.woocommerce-multi-currency.wmc-shortcode.layout10 .wmc-currency span {
  padding: 0 0 0 5px !important;
}
.woocommerce-multi-currency.wmc-shortcode.layout10 .wmc-currency-wrapper .wmc-sub-currency {
  z-index: 99999;
  max-height: 250px;
  overflow-y: auto;
  font-size: 12px;
}
.woocommerce-multi-currency.wmc-shortcode.layout10 .wmc-currency-wrapper .wmc-sub-currency::-webkit-scrollbar {
  width: 7px;
}
.woocommerce-multi-currency.wmc-shortcode.layout10 .wmc-currency-wrapper .wmc-sub-currency::-webkit-scrollbar-track {
  background: #f1f1f1;
  margin-top: 2px;
  margin-bottom: 2px;
}
.woocommerce-multi-currency.wmc-shortcode.layout10 .wmc-currency-wrapper .wmc-sub-currency::-webkit-scrollbar-thumb {
  background: #cecece;
  border-radius: 20px;
}
.woocommerce-multi-currency.wmc-shortcode.layout10 .wmc-currency-wrapper .wmc-sub-currency::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout10 .wmc-currency-wrapper .wmc-sub-currency {
  width: auto;
}

#order_review .wmc-approximately {
  display: block !important;
  padding-left: 0;
}

.woocommerce-mini-cart__total .wmc-approximately {
  display: block !important;
  padding-left: 0;
}

.product .price .wmc-approximately {
  display: block !important;
  padding-left: 0;
}

.woocommerce-cart-form__cart-item .wmc-approximately {
  display: block !important;
  padding-left: 0;
}

.cart_totals .wmc-approximately {
  display: block !important;
  padding-left: 0;
}

.woocommerce-mini-cart-item.mini_cart_item .wmc-approximately {
  padding-left: 5px;
}

.wmc-cache-pid + .subscription-details + .subscription-details {
  display: none;
}

.wmc-currency-loading {
  position: relative;
}

.woocommerce-multi-currency.wmc-currency-loading.wmc-price-switcher .wmc-sub-currency:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
}
.woocommerce-multi-currency.wmc-currency-loading.wmc-price-switcher .wmc-sub-currency:after {
  z-index: 9999;
  content: url(/wp-content/plugins/woocommerce-multi-currency/css/./images/loading.gif);
  font-size: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  transform: translate(-50%, -50%) scale3d(0.5, 0.5, 0.5);
  margin: 0;
  padding: 0;
}

.woocommerce-multi-currency.wmc-currency-loading:not(.wmc-price-switcher):before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
}
.woocommerce-multi-currency.wmc-currency-loading:not(.wmc-price-switcher):after {
  z-index: 9999;
  content: url(/wp-content/plugins/woocommerce-multi-currency/css/./images/loading.gif);
  font-size: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  transform: translate(-50%, -50%) scale3d(0.5, 0.5, 0.5);
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .woocommerce-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency {
    margin-left: auto;
    margin-right: auto;
  }

  .woocommerce-multi-currency.wmc-sidebar {
    background: unset;
  }
  .woocommerce-multi-currency.wmc-sidebar .wmc-title {
    margin-left: auto;
    margin-right: auto;
  }
  .woocommerce-multi-currency.wmc-sidebar .wmc-list-currencies .wmc-currency:not(.wmc-active) {
    display: none;
  }
  .woocommerce-multi-currency.wmc-sidebar .wmc-list-currencies .wmc-sidebar-open {
    display: flex;
  }

  .woocommerce-multi-currency.wmc-sidebar.wmc-hover, .woocommerce-multi-currency.wmc-sidebar.wmc-hover.wmc-mobile-no-collapse {
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    transform: none;
    bottom: 0;
    padding: 10% 0;
    background: rgba(255, 255, 255, 0.8);
  }
  .woocommerce-multi-currency.wmc-sidebar.wmc-hover .wmc-list-currencies, .woocommerce-multi-currency.wmc-sidebar.wmc-hover.wmc-mobile-no-collapse .wmc-list-currencies {
    overflow: auto;
    width: 100%;
    margin: 0 auto;
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    max-height: 100%;
  }
  .woocommerce-multi-currency.wmc-sidebar.wmc-hover .wmc-list-currencies .wmc-sidebar-open, .woocommerce-multi-currency.wmc-sidebar.wmc-hover.wmc-mobile-no-collapse .wmc-list-currencies .wmc-sidebar-open {
    display: none;
  }
  .woocommerce-multi-currency.wmc-sidebar.wmc-hover .wmc-list-currencies .wmc-currency, .woocommerce-multi-currency.wmc-sidebar.wmc-hover.wmc-mobile-no-collapse .wmc-list-currencies .wmc-currency {
    display: flex;
  }

  .woocommerce-multi-currency.wmc-sidebar.wmc-mobile-no-collapse .wmc-list-currencies .wmc-currency {
    display: inline-block;
  }
  .woocommerce-multi-currency.wmc-sidebar.wmc-mobile-no-collapse .wmc-list-currencies .wmc-sidebar-open {
    display: none;
  }
}
/*Remove duplicated regular price of LearnPress courses for some themes*/
.course-origin-price + .origin-price {
  display: none;
}

.wmc-cache-loading .woocommerce-Price-amount.amount {
  position: relative;
}
.wmc-cache-loading .woocommerce-Price-amount.amount:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f0f0f0;
}
.wmc-cache-loading .woocommerce-Price-amount.amount:after {
  content: "";
  position: absolute;
  top: 0;
  width: 10px;
  bottom: 0;
  background-color: #fefefe;
  opacity: 0.5;
  left: 0;
  filter: blur(1px);
  animation: waiting_bar_effect 1s infinite;
}

@keyframes waiting_bar_effect {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.wmc-convertor-row {
  margin-bottom: 1em;
}
.wmc-convertor-row input, .wmc-convertor-row select {
  line-height: 1.5;
  padding: 7px;
  width: 100%;
}

.wmc-currency-convertor-result {
  font-weight: bold;
}

.woocommerce-shipping-destination {
  clear: both;
}

/*# sourceMappingURL=woocommerce-multi-currency.css.map */
/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.4.0
 * Copyright  License: 
 */

.easy-autocomplete{position:relative}.easy-autocomplete input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;box-shadow:0 1px 2px rgba(0,0,0,0.1) inset;color:#555;float:none;padding:6px 12px}.easy-autocomplete input:hover,.easy-autocomplete input:focus{box-shadow:none}.easy-autocomplete a{display:block}.easy-autocomplete.eac-blue-light input:hover,.easy-autocomplete.eac-blue-light input:focus{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul li,.easy-autocomplete.eac-blue-light ul .eac-category{border-color:#66afe9}.easy-autocomplete.eac-blue-light ul li.selected,.easy-autocomplete.eac-blue-light ul .eac-category.selected{background-color:#ecf5fc}.easy-autocomplete.eac-green-light input:hover,.easy-autocomplete.eac-green-light input:focus{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul li,.easy-autocomplete.eac-green-light ul .eac-category{border-color:#41DB00}.easy-autocomplete.eac-green-light ul li.selected,.easy-autocomplete.eac-green-light ul .eac-category.selected{background-color:#9eff75}.easy-autocomplete.eac-red-light input:hover,.easy-autocomplete.eac-red-light input:focus{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul li,.easy-autocomplete.eac-red-light ul .eac-category{border-color:#ff5b5b}.easy-autocomplete.eac-red-light ul li.selected,.easy-autocomplete.eac-red-light ul .eac-category.selected{background-color:#ff8e8e}.easy-autocomplete.eac-yellow-light input:hover,.easy-autocomplete.eac-yellow-light input:focus{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul li,.easy-autocomplete.eac-yellow-light ul .eac-category{border-color:#ffdb00}.easy-autocomplete.eac-yellow-light ul li.selected,.easy-autocomplete.eac-yellow-light ul .eac-category.selected{background-color:#ffe233}.easy-autocomplete.eac-dark-light input:hover,.easy-autocomplete.eac-dark-light input:focus{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul li,.easy-autocomplete.eac-dark-light ul .eac-category{border-color:#333}.easy-autocomplete.eac-dark-light ul li.selected,.easy-autocomplete.eac-dark-light ul .eac-category.selected{background-color:#4d4d4d;color:#fff}.easy-autocomplete.eac-dark{color:#fff}.easy-autocomplete.eac-dark input{background-color:#404040;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark input:hover,.easy-autocomplete.eac-dark input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-dark ul{border-color:#333}.easy-autocomplete.eac-dark ul li,.easy-autocomplete.eac-dark ul .eac-category{background-color:#404040;border-color:#333}.easy-autocomplete.eac-dark ul li.selected,.easy-autocomplete.eac-dark ul .eac-category.selected{background-color:#737373;color:#f6f6f6}.easy-autocomplete.eac-dark-glass{color:#fff}.easy-autocomplete.eac-dark-glass input{background-color:rgba(0,0,0,0.8);border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark-glass input:hover,.easy-autocomplete.eac-dark-glass input:focus{border-color:rgba(0,0,0,0.8);box-shadow:0}.easy-autocomplete.eac-dark-glass ul{border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li,.easy-autocomplete.eac-dark-glass ul .eac-category{background-color:rgba(0,0,0,0.8);border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li.selected,.easy-autocomplete.eac-dark-glass ul .eac-category.selected{background-color:rgba(64,64,64,0.8);color:#f6f6f6}.easy-autocomplete.eac-dark-glass ul li:last-child,.easy-autocomplete.eac-dark-glass ul .eac-category:last-child{border-radius:0 0 4px 4px}.easy-autocomplete.eac-blue{color:#fff}.easy-autocomplete.eac-blue input{background-color:#6d9ed1;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-blue input::-webkit-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input::-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-ms-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:hover,.easy-autocomplete.eac-blue input:focus{border-color:#5A91CB;box-shadow:0}.easy-autocomplete.eac-blue ul{border-color:#5A91CB}.easy-autocomplete.eac-blue ul li,.easy-autocomplete.eac-blue ul .eac-category{background-color:#6d9ed1;border-color:#5A91CB}.easy-autocomplete.eac-blue ul li.selected,.easy-autocomplete.eac-blue ul .eac-category.selected{background-color:#94b8dd;color:#f6f6f6}.easy-autocomplete.eac-yellow{color:#333}.easy-autocomplete.eac-yellow input{background-color:#ffdb7e;border-color:#333;border-radius:4px;box-shadow:0;color:#333}.easy-autocomplete.eac-yellow input:hover,.easy-autocomplete.eac-yellow input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-yellow ul{border-color:#333}.easy-autocomplete.eac-yellow ul li,.easy-autocomplete.eac-yellow ul .eac-category{background-color:#ffdb7e;border-color:#333}.easy-autocomplete.eac-yellow ul li.selected,.easy-autocomplete.eac-yellow ul .eac-category.selected{background-color:#ffe9b1;color:#333}.easy-autocomplete.eac-purple{color:#333}.easy-autocomplete.eac-purple input{background-color:#d6d1e7;border-color:#b8afd5;box-shadow:0;color:#333}.easy-autocomplete.eac-purple input:hover,.easy-autocomplete.eac-purple input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-purple ul{border-color:#333}.easy-autocomplete.eac-purple ul li,.easy-autocomplete.eac-purple ul .eac-category{background-color:#d6d1e7;border-color:#333}.easy-autocomplete.eac-purple ul li.selected,.easy-autocomplete.eac-purple ul .eac-category.selected{background-color:#ebe8f3;color:#333}.easy-autocomplete.eac-bootstrap input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;color:#555;padding:6px 12px}.easy-autocomplete-container{left:0;position:absolute;width:100%;z-index:2}.easy-autocomplete-container ul{background:none repeat scroll 0 0 #ffffff;border-top:1px dotted #ccc;display:none;margin-top:0;padding-bottom:0;padding-left:0;position:relative;top:-1px}.easy-autocomplete-container ul li,.easy-autocomplete-container ul .eac-category{background:inherit;border-color:#ccc;border-image:none;border-style:solid;border-width:0 1px;display:block;font-size:14px;font-weight:normal;padding:4px 12px}.easy-autocomplete-container ul li:last-child{border-radius:0 0 2px 2px;border-width:0 1px 1px}.easy-autocomplete-container ul li.selected{background:none repeat scroll 0 0 #ebebeb;cursor:pointer}.easy-autocomplete-container ul li.selected div{font-weight:normal}.easy-autocomplete-container ul li div{display:block;font-weight:normal;word-break:break-all}.easy-autocomplete-container ul li b{font-weight:bold}.easy-autocomplete-container ul .eac-category{font-color:#aaa;font-style:italic}.eac-description .eac-item span{color:#aaa;font-style:italic;font-size:0.9em}.eac-icon-left .eac-item img{margin-right:4px;max-height:30px}.eac-icon-right .eac-item{margin-top:8px;min-height:24px;position:relative}.eac-icon-right .eac-item img{margin-left:4px;max-height:30px;position:absolute;right:-4px;top:-8px}

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.4.0
 * Copyright  License: 
 */

.easy-autocomplete.eac-square{font-family:"Roboto", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-square input{border:1px solid #7f8c8d;border-radius:0;color:#7f8c8d;font-family:inherit;font-size:18px;font-style:italic;font-weight:300;margin:0;min-width:350px;padding:12px 43px 12px 15px}.easy-autocomplete.eac-square ul{border-color:#7f8c8d;border-top:0;box-shadow:none;top:0}.easy-autocomplete.eac-square ul li,.easy-autocomplete.eac-square ul .eac-category{border-color:#7f8c8d;font-family:inherit;font-size:16px;font-weight:300;padding:6px 12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-square ul li *,.easy-autocomplete.eac-square ul .eac-category *{font-weight:300}.easy-autocomplete.eac-square ul li.selected,.easy-autocomplete.eac-square ul .eac-category.selected{background-color:#f1f1f1;font-weight:300}.easy-autocomplete.eac-square ul li b,.easy-autocomplete.eac-square ul .eac-category b{font-weight:600}.easy-autocomplete.eac-round{font-family:"Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-round input{border:2px solid #888;border-radius:10px;color:#888;font-family:inherit;font-size:16px;font-weight:400;margin:0;min-width:300px;padding:10px}.easy-autocomplete.eac-round input:hover,.easy-autocomplete.eac-round input:focus{border-color:#3079ed}.easy-autocomplete.eac-round ul{background:none;border-color:#888;border-width:0;box-shadow:none;min-width:300px;top:20px}.easy-autocomplete.eac-round ul li,.easy-autocomplete.eac-round ul .eac-category{background:#fff;border-color:#3079ed;border-width:0 2px;font-size:14px;padding:8px 12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-round ul li.selected,.easy-autocomplete.eac-round ul .eac-category.selected{background-color:#d4e3fb}.easy-autocomplete.eac-round ul li:first-child,.easy-autocomplete.eac-round ul .eac-category:first-child{border-radius:10px 10px 0 0;border-width:2px 2px 0}.easy-autocomplete.eac-round ul li:last-child,.easy-autocomplete.eac-round ul .eac-category:last-child{border-radius:0 0 10px 10px;border-width:0 2px 2px}.easy-autocomplete.eac-round ul li b,.easy-autocomplete.eac-round ul .eac-category b{font-weight:700}.easy-autocomplete.eac-funky{font-family:"Inconsolata", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-funky input{background:#07ED89;border:0;border-radius:0;color:#ED076B;font-family:inherit;font-size:18px;min-width:240px;padding:12px}.easy-autocomplete.eac-funky ul{background:transparent;border:0}.easy-autocomplete.eac-funky ul li,.easy-autocomplete.eac-funky ul .eac-category{background:transparent;border:0;color:#ED076B;font-size:18px;padding:4px 12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-funky ul li.selected,.easy-autocomplete.eac-funky ul .eac-category.selected{color:#8907ED}.easy-autocomplete.eac-solid input{box-shadow:0 1px 2px rgba(0,0,0,0.15) inset;border-color:#ddd;color:#666;font-size:13px;min-height:0;padding:6px 12px}.easy-autocomplete.eac-solid ul li,.easy-autocomplete.eac-solid ul .eac-category{transition:all 0.4s ease 0s}.easy-autocomplete.eac-solid ul li.selected,.easy-autocomplete.eac-solid ul .eac-category.selected{background-color:#f2f2f2}.easy-autocomplete.eac-plate{font-family:"Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-plate input{font-size:13px;padding:6px 12px}.easy-autocomplete.eac-plate ul{background:#b5b5b5;border-radius:6px;border-width:0;top:10px}.easy-autocomplete.eac-plate ul li,.easy-autocomplete.eac-plate ul .eac-category{background:#b5b5b5;color:#FAFAFA;font-size:12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-plate ul li b,.easy-autocomplete.eac-plate ul .eac-category b{color:#ffd464}.easy-autocomplete.eac-plate ul li.selected,.easy-autocomplete.eac-plate ul .eac-category.selected{background:#656565}.easy-autocomplete.eac-plate ul li:first-child,.easy-autocomplete.eac-plate ul .eac-category:first-child{border-radius:6px 6px 0 0}.easy-autocomplete.eac-plate ul li:last-child,.easy-autocomplete.eac-plate ul .eac-category:last-child{border-radius:0 0 6px 6px}.easy-autocomplete.eac-plate-dark{font-family:"Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-plate-dark input{font-size:13px;padding:6px 12px}.easy-autocomplete.eac-plate-dark ul{background:#212121;border-radius:6px;border-width:0;top:10px}.easy-autocomplete.eac-plate-dark ul li,.easy-autocomplete.eac-plate-dark ul .eac-category{background:#212121;color:#FAFAFA;font-size:12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-plate-dark ul li b,.easy-autocomplete.eac-plate-dark ul .eac-category b{color:#ffd464}.easy-autocomplete.eac-plate-dark ul li.selected,.easy-autocomplete.eac-plate-dark ul .eac-category.selected{background:#656565}.easy-autocomplete.eac-plate-dark ul li:first-child,.easy-autocomplete.eac-plate-dark ul .eac-category:first-child{border-radius:6px 6px 0 0}.easy-autocomplete.eac-plate-dark ul li:last-child,.easy-autocomplete.eac-plate-dark ul .eac-category:last-child{border-radius:0 0 6px 6px}

#sb_instagram {width: 100%;margin: 0 auto;padding: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}#sb_instagram:after{content: "";display: table;clear: both;}#sb_instagram.sbi_fixed_height{overflow: hidden;overflow-y: auto;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}#sb_instagram #sbi_images{width: 100%;float: left;line-height: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}#sb_instagram .sbi_header_link {-webkit-box-shadow: none;box-shadow: none;}#sb_instagram .sbi_header_link:hover {border: none;}#sb_instagram #sbi_images .sbi_item{display: inline-block;float: left;vertical-align: top;zoom: 1;padding: inherit !important;margin: 0 !important;text-decoration: none;opacity: 1;overflow: hidden;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;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;}#sb_instagram #sbi_images .sbi_item.sbi_transition{opacity: 0;}#sb_instagram.sbi_col_1 #sbi_images .sbi_item{width: 100%;}#sb_instagram.sbi_col_2 #sbi_images .sbi_item{width: 50%;}#sb_instagram.sbi_col_3 #sbi_images .sbi_item{width: 33.33%;}#sb_instagram.sbi_col_4 #sbi_images .sbi_item{width: 25%;}#sb_instagram.sbi_col_5 #sbi_images .sbi_item{width: 20%;}#sb_instagram.sbi_col_6 #sbi_images .sbi_item{width: 16.66%;}#sb_instagram.sbi_col_7 #sbi_images .sbi_item{width: 14.28%;}#sb_instagram.sbi_col_8 #sbi_images .sbi_item{width: 12.5%;}#sb_instagram.sbi_col_9 #sbi_images .sbi_item{width: 11.11%;}#sb_instagram.sbi_col_10 #sbi_images .sbi_item{width: 10%;}#sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images .sbi_item{width: 100%;}#sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images .sbi_item{width: 50%;}#sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images .sbi_item{width: 33.33%;}#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item{width: 25%;}#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item{width: 20%;}#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item{width: 16.66%;}#sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images .sbi_item{width: 14.28%;}#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item{width: 12.5%;}#sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images .sbi_item{width: 11.11%;}#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images .sbi_item{width: 10%;}#sb_instagram .sbi_photo_wrap{position: relative;}#sb_instagram .sbi_photo{display: block;text-decoration: none;}#sb_instagram .sbi_photo img{width: 100%;height: auto;}#sb_instagram .sbi_no_js img{display: none;}#sb_instagram a, #sb_instagram a:hover, #sb_instagram a:focus, #sb_instagram a:active{outline: none;}#sb_instagram img{display: block;padding: 0 !important;margin: 0 !important;max-width: 100% !important;opacity: 1 !important;}#sb_instagram .sbi_link{display: none;position: absolute;bottom: 0;right: 0;width: 100%;padding: 10px 0;background: rgba(0,0,0,0.5);text-align: center;color: #fff;font-size: 12px;line-height: 1.1;}#sb_instagram .sbi_link a{padding: 0 6px;text-decoration: none;color: #fff;font-size: 12px;line-height: 1.1;display: inline-block;vertical-align: top;zoom: 1;}#sb_instagram .sbi_link .sbi_lightbox_link{padding-bottom: 5px;}#sb_instagram .sbi_link a:hover, #sb_instagram .sbi_link a:focus{text-decoration: underline;}#sb_instagram .sbi_photo_wrap:hover .sbi_link, #sb_instagram .sbi_photo_wrap:focus .sbi_link{display: block;}#sb_instagram svg:not(:root).svg-inline--fa {height: 1em;display: inline-block;}#sb_instagram .sbi_type_video .sbi_playbtn, #sb_instagram .sbi_type_carousel .sbi_playbtn, .sbi_type_carousel .fa-clone, #sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play, #sb_instagram .sbi_type_video .svg-inline--fa.fa-play{display: block !important;position: absolute;z-index: 1;color: #fff;color: rgba(255,255,255,0.9);font-style: normal !important;text-shadow: 0 0 8px rgba(0,0,0,0.8);}#sb_instagram .sbi_type_video .sbi_playbtn, #sb_instagram .sbi_type_carousel .sbi_playbtn {z-index: 2;top: 50%;left: 50%;margin-top: -24px;margin-left: -19px;padding: 0;font-size: 48px;}#sb_instagram .sbi_type_carousel .fa-clone{right: 12px;top: 12px;font-size: 24px;text-shadow: 0 0 8px rgba(0,0,0,0.3);}.sbi_type_carousel svg.fa-clone, #sb_instagram .sbi_type_video .svg-inline--fa.fa-play, #sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play{-webkit-filter: drop-shadow( 0px 0px 2px rgba(0,0,0,.4) );filter: drop-shadow( 0px 0px 2px rgba(0,0,0,.4) );}#sb_instagram .sbi_loader{width: 20px;height: 20px;position: relative;top: 50%;left: 50%;margin: -10px 0 0 -10px;background-color: #000;background-color: rgba(0,0,0,0.5);border-radius: 100%;-webkit-animation: sbi-sk-scaleout 1.0s infinite ease-in-out;animation: sbi-sk-scaleout 1.0s infinite ease-in-out;}#sb_instagram br {display: none;}#sbi_load p {display: inline;padding: 0;margin: 0;}#sb_instagram #sbi_load .sbi_loader{position: absolute;margin-top: -11px;background-color: #fff;opacity: 1;}@-webkit-keyframes sbi-sk-scaleout {0% {-webkit-transform: scale(0) }100% {-webkit-transform: scale(1.0);opacity: 0;}}@keyframes sbi-sk-scaleout {0% {-webkit-transform: scale(0);-ms-transform: scale(0);transform: scale(0);}100% {-webkit-transform: scale(1.0);-ms-transform: scale(1.0);transform: scale(1.0);opacity: 0;}}#sb_instagram .fa-spin, #sbi_lightbox .fa-spin{-webkit-animation: fa-spin 2s infinite linear;animation: fa-spin 2s infinite linear }#sb_instagram .fa-pulse, #sbi_lightbox .fa-pulse{-webkit-animation: fa-spin 1s infinite steps(8);animation: fa-spin 1s infinite steps(8) }@-webkit-keyframes fa-spin {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg) }100% {-webkit-transform: rotate(359deg);transform: rotate(359deg) }}@keyframes fa-spin {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg) }100% {-webkit-transform: rotate(359deg);transform: rotate(359deg) }}.sbi-screenreader{text-indent: -9999px !important;display: block !important;width: 0 !important;height: 0 !important;line-height: 0 !important;text-align: left !important;overflow: hidden !important;}#sb_instagram .sb_instagram_header, .sb_instagram_header{float: left;clear: both;margin: 0 0 15px 0;padding: 0;line-height: 1.2;width: 100%;}#sb_instagram .sb_instagram_header a, .sb_instagram_header a {float: left;display: block;min-width: 100%;text-decoration: none;transition: color 0.5s ease;}.sb_instagram_header.sbi_header_outside{float: none;margin-left: auto !important;margin-right: auto !important;display: flex;}.sbi_no_avatar .sbi_header_img{background: #333;color: #fff;width: 50px;height: 50px;position: relative;}.sbi_no_avatar .sbi_header_hashtag_icon {display: block;color: #fff;opacity: .9;-webkit-transition: background .6s linear,color .6s linear;-moz-transition: background .6s linear,color .6s linear;-o-transition: background .6s linear,color .6s linear;transition: background .6s linear,color .6s linear }.sbi_no_avatar:hover .sbi_header_hashtag_icon {display: block;opacity: 1;-webkit-transition: background .2s linear,color .2s linear;-moz-transition: background .2s linear,color .2s linear;-o-transition: background .2s linear,color .2s linear;transition: background .2s linear,color .2s linear }@media all and (min-width: 480px){#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img, .sb_instagram_header.sbi_medium .sbi_header_img{width: 80px;height: 80px;border-radius: 40px;}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img, .sb_instagram_header.sbi_medium .sbi_header_img img{width: 80px;height: 80px;border-radius: 40px;}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3, .sb_instagram_header.sbi_medium .sbi_header_text h3{font-size: 20px;}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio{font-size: 14px;}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3, #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio, .sb_instagram_header.sbi_medium .sbi_header_text h3, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio{margin-left: 95px !important;line-height: 1.4 }#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3, .sb_instagram_header.sbi_medium .sbi_header_text h3{margin-right: -85px !important;}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info, .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info{margin-top: 4px !important;}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_bio h3, .sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_bio h3{padding-top: 20px !important;}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img, .sb_instagram_header.sbi_large .sbi_header_img{width: 120px;height: 120px;border-radius: 60px;}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img img, .sb_instagram_header.sbi_large .sbi_header_img img {width: 120px;height: 120px;border-radius: 60px;}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3, .sb_instagram_header.sbi_large .sbi_header_text h3{font-size: 28px;}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info, #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio, .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info, .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio{font-size: 16px;}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3, #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info, #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio, .sb_instagram_header.sbi_large .sbi_header_text h3, .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info, .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio{margin-left: 140px !important;line-height: 1.5;}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3, .sb_instagram_header.sbi_large .sbi_header_text h3{margin-right: -120px !important;}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info, .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info{margin-top: 12px !important;}#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text.sbi_no_bio h3, .sb_instagram_header.sbi_large .sbi_header_text.sbi_no_bio h3{padding-top: 32px !important;}}#sb_instagram .sb_instagram_header .sbi_header_img, .sb_instagram_header .sbi_header_img{float: left;position: relative;width: 50px;margin: 0 0 0 -100% !important;overflow: hidden;-moz-border-radius: 40px;-webkit-border-radius: 40px;border-radius: 40px;}#sb_instagram .sb_instagram_header .sbi_header_img img, .sb_instagram_header .sbi_header_img img{float: left;margin: 0 !important;padding: 0 !important;border: none !important;-moz-border-radius: 40px;-webkit-border-radius: 40px;border-radius: 40px;}#sb_instagram .sb_instagram_header .sbi_header_img_hover, .sb_instagram_header .sbi_header_img_hover{opacity: 0;position: absolute;width: 100%;top: 0;bottom: 0;left: 0;text-align: center;color: #fff;background: rgba(0,0,0,0.75);}#sb_instagram .sb_instagram_header .sbi_header_img_hover .sbi_new_logo, #sb_instagram .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo, .sb_instagram_header .sbi_header_img_hover .sbi_new_logo, .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo{position: absolute;top: 50%;left: 50%;margin-top: -12px;margin-left: -12px;width: 24px;height: 24px;font-size: 24px;}#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo, .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo{margin-top: -18px;margin-left: -18px;width: 36px;height: 36px;font-size: 36px }#sb_instagram .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo, .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo {margin-top: -24px;margin-left: -24px;width: 48px;height: 48px;font-size: 48px }#sb_instagram .sb_instagram_header .sbi_header_img_hover i {overflow: hidden;}#sb_instagram .sb_instagram_header .sbi_header_img_hover, .sb_instagram_header .sbi_header_img_hover{z-index: 2;transition: opacity 0.4s ease-in-out;}#sb_instagram .sb_instagram_header .sbi_fade_in, .sb_instagram_header .sbi_fade_in{opacity: 1;transition: opacity 0.2s ease-in-out;}#sb_instagram .sb_instagram_header .sbi_header_img_hover, .sb_instagram_header .sbi_header_img_hover{position: absolute;width: 100%;top: 0;bottom: 0;left: 0;text-align: center;color: #fff;background: rgba(0,0,0,0.75);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0;opacity: 0;border-radius: 40px;transition: opacity 0.2s;}#sb_instagram .sb_instagram_header a:hover .sbi_header_img_hover, #sb_instagram .sb_instagram_header a:focus .sbi_header_img_hover, .sb_instagram_header a:hover .sbi_header_img_hover, .sb_instagram_header a:focus .sbi_header_img_hover{opacity: 1;}#sb_instagram .sb_instagram_header .sbi_header_text, .sb_instagram_header .sbi_header_text{float: left;width: 100%;padding-top: 5px;}#sb_instagram .sb_instagram_header a, .sb_instagram_header a{text-decoration: none;}#sb_instagram .sb_instagram_header .sbi_header_text .sbi_bio, #sb_instagram .sb_instagram_header .sbi_header_text h3, .sb_instagram_header .sbi_header_text .sbi_bio, .sb_instagram_header .sbi_header_text h3{float: left;clear: both;width: auto;margin: 0 0 0 60px !important;padding: 0 !important;}#sb_instagram .sb_instagram_header h3, .sb_instagram_header h3{font-size: 16px;line-height: 1.3;}#sb_instagram .sb_instagram_header p, .sb_instagram_header p{font-size: 13px;line-height: 1.3;margin: 0;padding: 0;}#sb_instagram p:empty {display: none;}#sb_instagram .sb_instagram_header .sbi_header_text img.emoji, .sb_instagram_header .sbi_header_text img.emoji{margin-right: 3px !important;}#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3, .sb_instagram_header .sbi_header_text.sbi_no_bio h3{padding-top: 9px !important;}#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info, .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info{clear: both;}#sb_instagram #sbi_load{float: left;clear: both;width: 100%;text-align: center;}#sb_instagram #sbi_load .fa-spinner{display: none;position: absolute;top: 50%;left: 50%;margin: -8px 0 0 -7px;font-size: 15px;}#sb_instagram #sbi_load{opacity: 1;transition: all 0.5s ease-in;}#sb_instagram .sbi_load_btn .sbi_btn_text, #sb_instagram .sbi_load_btn .sbi_loader{opacity: 1;transition: all 0.1s ease-in;}#sb_instagram .sbi_hidden{opacity: 0 !important;}#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a{display: inline-block;vertical-align: top;zoom: 1;padding: 7px 14px;margin: 5px auto 0 auto;background: #333;border: none;color: #fff;text-decoration: none;font-size: 13px;line-height: 1.5;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}#sb_instagram #sbi_load .sbi_load_btn {position: relative;}#sb_instagram .sbi_follow_btn{display: inline-block;vertical-align: top;zoom: 1;text-align: center;}#sb_instagram .sbi_follow_btn.sbi_top{display: block;margin-bottom: 5px;}#sb_instagram .sbi_follow_btn a{background: #408bd1;color: #fff;}#sb_instagram .sbi_follow_btn a, #sb_instagram .sbi_follow_btn a, #sb_instagram #sbi_load .sbi_load_btn{transition: all 0.1s ease-in;}#sb_instagram #sbi_load .sbi_load_btn:hover{outline: none;box-shadow: inset 0 0 20px 20px rgba(255,255,255,0.25);}#sb_instagram .sbi_follow_btn a:hover, #sb_instagram .sbi_follow_btn a:focus{outline: none;box-shadow: inset 0 0 10px 20px #359dff;}#sb_instagram .sbi_follow_btn a:active, #sb_instagram #sbi_load .sbi_load_btn:active{box-shadow: inset 0 0 10px 20px rgba(0,0,0,0.3);}#sb_instagram .sbi_follow_btn .fa, #sb_instagram .sbi_follow_btn svg{margin-bottom: -1px;margin-right: 7px;font-size: 15px;}#sb_instagram .sbi_follow_btn svg{vertical-align: -.125em;}#sb_instagram #sbi_load .sbi_follow_btn{margin-left: 5px;}#sb_instagram .sb_instagram_error{width: 100%;text-align: center;line-height: 1.4;}#sbi_mod_error{display: none;border: 1px solid #ddd;background: #eee;color: #333;margin: 10px 0 0;padding: 10px 15px;font-size: 13px;text-align: center;clear: both;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;}#sbi_mod_error br {display: initial !important;}#sbi_mod_error p{padding: 5px 0 !important;margin: 0 !important;line-height: 1.3 !important;}#sbi_mod_error ol, #sbi_mod_error ul{padding: 5px 0 5px 20px !important;margin: 0 !important;}#sbi_mod_error li{padding: 1px 0 !important;margin: 0 !important;}#sbi_mod_error span{font-size: 12px;}#sb_instagram.sbi_medium .sbi_playbtn, #sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play{margin-top: -12px;margin-left: -9px;font-size: 23px;}#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone{right: 8px;top: 8px;font-size: 18px;}#sb_instagram.sbi_small .sbi_playbtn, #sb_instagram.sbi_small .sbi_photo_wrap .svg-inline--fa.fa-play{margin-top: -9px;margin-left: -7px;font-size: 18px;}#sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone{right: 5px;top: 5px;font-size: 12px;}@media all and (max-width: 640px){#sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item{width: 50%;}#sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item, #sb_instagram.sbi_col_10 #sbi_images .sbi_item{width: 25%;}#sb_instagram.sbi_width_resp{width: 100% !important;}}@media all and (max-width: 480px){#sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item, #sb_instagram.sbi_col_10 #sbi_images .sbi_item{width: 100%;}#sb_instagram.sbi_mob_col_10 #sbi_images .sbi_item{width: 10%;}#sb_instagram.sbi_mob_col_9 #sbi_images .sbi_item{width: 11.11%;}#sb_instagram.sbi_mob_col_8 #sbi_images .sbi_item{width: 12.5%;}#sb_instagram.sbi_mob_col_7 #sbi_images .sbi_item{width: 14.28%;}#sb_instagram.sbi_mob_col_6 #sbi_images .sbi_item{width: 16.66%;}#sb_instagram.sbi_mob_col_5 #sbi_images .sbi_item {width: 20%;}#sb_instagram.sbi_mob_col_4 #sbi_images .sbi_item {width: 25%;}#sb_instagram.sbi_mob_col_3 #sbi_images .sbi_item {width: 33.33%;}#sb_instagram.sbi_mob_col_2 #sbi_images .sbi_item {width: 50%;}#sb_instagram.sbi_mob_col_1 #sbi_images .sbi_item {width: 100%;}}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap{box-sizing: border-box;position: relative;overflow: hidden;}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap:before {content: "";display: block;padding-top: 100%;z-index: -300;}#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo {position: absolute;top: 0;left: 0;bottom: 0;right: 0;}#sb_instagram.sbi_no_js #sbi_images .sbi_item.sbi_transition {opacity: 1;}#sb_instagram.sbi_no_js .sbi_photo img, #sb_instagram.sbi_no_js .sbi_load_btn{display: none;}#sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo, #sb_instagram #sbi_images .sbi_no_js_customizer .sbi_imgLiquid_ready.sbi_photo{padding-bottom: 0 !important;}#sb_instagram #sbi_mod_error .sb_frontend_btn {display: inline-block;padding: 6px 10px;background: #ddd;background: rgba(0,0,0,.1);text-decoration: none;border-radius: 5px;margin-top: 10px;color: #444 }#sb_instagram #sbi_mod_error .sb_frontend_btn:hover {background: #ccc;background: rgba(0,0,0,.15) }#sb_instagram #sbi_mod_error .sb_frontend_btn .fa {margin-right: 2px }.sbi_header_outside.sbi_header_palette_dark, #sb_instagram.sbi_palette_dark, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lightbox_tooltip, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_share_close{background-color: rgba(0,0,0,.85);color: rgba(255,255,255,.75);}#sb_instagram.sbi_palette_dark .sbi_caption, .sbi_header_palette_dark, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number, #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox p{color: rgba(255,255,255,.75);}.sbi_header_palette_dark .sbi_bio, #sb_instagram.sbi_palette_dark .sbi_meta {color: rgba(255,255,255,.75);}.sbi_header_palette_dark a, #sb_instagram.sbi_palette_dark .sbi_expand a, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a, #sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p, #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox .sbi_lb-commenter {color: #fff;}.sbi_header_outside.sbi_header_palette_light, #sb_instagram.sbi_palette_light, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lightbox_tooltip, #sbi_lightbox.sbi_palette_light_lightbox .sbi_share_close{color: rgba(0,0,0,.85);background-color: rgba(255,255,255,.75);}#sb_instagram.sbi_palette_light .sbi_caption, .sbi_header_palette_light, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number, #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox p{color: rgba(0,0,0,.85);}.sbi_header_palette_light .sbi_bio, #sb_instagram.sbi_palette_light .sbi_meta {color: rgba(0,0,0,.85);}.sbi_header_palette_light a, #sb_instagram.sbi_palette_light .sbi_expand a, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a, #sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p, #sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox .sbi_lb-commenter {color: #000;}@media all and (max-width: 480px){#sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images .sbi_item, #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images .sbi_item, #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images .sbi_item, #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images .sbi_item, #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images .sbi_item, #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images .sbi_item, #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images .sbi_item, #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images .sbi_item, #sb_instagram.sbi_mob_col_1 #sbi_images .sbi_item{width: 100%;}#sb_instagram.sbi_mob_col_2 #sbi_images .sbi_item{width: 50%;}#sb_instagram.sbi_mob_col_3 #sbi_images .sbi_item{width: 33.33%;}#sb_instagram.sbi_mob_col_4 #sbi_images .sbi_item{width: 25%;}#sb_instagram.sbi_mob_col_5 #sbi_images .sbi_item{width: 20%;}#sb_instagram.sbi_mob_col_6 #sbi_images .sbi_item{width: 16.66%;}#sb_instagram.sbi_mob_col_7 #sbi_images .sbi_item{width: 14.28%;}}@media all and (max-width: 800px){#sb_instagram.sbi_tab_col_10 #sbi_images .sbi_item{width: 10%;}#sb_instagram.sbi_tab_col_9 #sbi_images .sbi_item{width: 11.11%;}#sb_instagram.sbi_tab_col_8 #sbi_images .sbi_item{width: 12.5%;}#sb_instagram.sbi_tab_col_7 #sbi_images .sbi_item{width: 14.28%;}#sb_instagram.sbi_tab_col_6 #sbi_images .sbi_item{width: 16.66%;}#sb_instagram.sbi_tab_col_5 #sbi_images .sbi_item {width: 20%;}#sb_instagram.sbi_tab_col_4 #sbi_images .sbi_item {width: 25%;}#sb_instagram.sbi_tab_col_3 #sbi_images .sbi_item {width: 33.33%;}#sb_instagram.sbi_tab_col_2 #sbi_images .sbi_item {width: 50%;}#sb_instagram.sbi_tab_col_1 #sbi_images .sbi_item {width: 100%;}}@media all and (max-width: 480px){#sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images .sbi_item, #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images .sbi_item, #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images .sbi_item, #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images .sbi_item, #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images .sbi_item, #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images .sbi_item, #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images .sbi_item, #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images .sbi_item, #sb_instagram.sbi_mob_col_1 #sbi_images .sbi_item{width: 100%;}#sb_instagram.sbi_mob_col_2 #sbi_images .sbi_item{width: 50%;}#sb_instagram.sbi_mob_col_3 #sbi_images .sbi_item{width: 33.33%;}#sb_instagram.sbi_mob_col_4 #sbi_images .sbi_item{width: 25%;}#sb_instagram.sbi_mob_col_5 #sbi_images .sbi_item{width: 20%;}#sb_instagram.sbi_mob_col_6 #sbi_images .sbi_item{width: 16.66%;}#sb_instagram.sbi_mob_col_7 #sbi_images .sbi_item{width: 14.28%;}#sb_instagram.sbi_mob_col_8 #sbi_images .sbi_item{width: 12.5%;}#sb_instagram.sbi_mob_col_9 #sbi_images .sbi_item{width: 11.11%;}#sb_instagram.sbi_mob_col_10 #sbi_images .sbi_item{width: 10%;}}#sb_instagram #sbi_images .sbi_item.sbi_num_diff_hide{display: none !important;}body:after {content: url(/wp-content/plugins/instagram-feed/css/../img/sbi-sprite.png);display: none;}.sbi_lightboxOverlay {position: absolute;top: 0;left: 0;z-index: 99999;background-color: black;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity: 0.9;display: none;}.sbi_lightbox {position: absolute;left: 0;width: 100%;z-index: 100000;text-align: center;line-height: 0;font-weight: normal;}.sbi_lightbox .sbi_lb-image {display: block;height: auto;max-width: inherit;-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;border-radius: 3px;object-fit: contain;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-image{-webkit-border-radius: 3px 0 0 3px;-moz-border-radius: 3px 0 0 3px;-ms-border-radius: 3px 0 0 3px;-o-border-radius: 3px 0 0 3px;border-radius: 3px 0 0 3px;}.sbi_lightbox a:hover, .sbi_lightbox a:focus, .sbi_lightbox a:active{outline: none;}.sbi_lightbox a img {border: none;}.sbi_lb-outerContainer {position: relative;background-color: #000;*zoom: 1;width: 250px;height: 250px;margin: 0 auto 5px auto;-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;border-radius: 4px;}.sbi_lb-outerContainer:after {content: "";display: table;clear: both;}.sbi_lb-container-wrapper{height: 100%;}.sbi_lb-container {position: relative;padding: 4px;top: 0;left: 0;width: 100%;height: 100%;bottom: 0;right: 0;}.sbi_lb-loader {position: absolute;width: 100%;top: 50%;left: 0;height: 20px;margin-top: -10px;text-align: center;line-height: 0;}.sbi_lb-loader span {display: block;width: 14px;height: 14px;margin: 0 auto;background: url(/wp-content/plugins/instagram-feed/css/../img/sbi-sprite.png) no-repeat;}.sbi_lb-nav {top: 0;left: 0;width: 100%;z-index: 10;}.sbi_lb-container > .nav {left: 0;}.sbi_lb-nav a {position: absolute;z-index: 100;top: 0;height: 90%;outline: none;background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');}.sbi_lb-prev, .sbi_lb-next {height: 100%;cursor: pointer;display: block;}.sbi_lb-nav a.sbi_lb-prev {width: 50px;left: -70px;padding-left: 10px;padding-right: 10px;float: left;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);opacity: 0.5;-webkit-transition: opacity 0.2s;-moz-transition: opacity 0.2s;-o-transition: opacity 0.2s;transition: opacity 0.2s;}.sbi_lb-nav a.sbi_lb-prev:hover {filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1;}.sbi_lb-nav a.sbi_lb-next {width: 50px;right: -70px;padding-left: 10px;padding-right: 10px;float: right;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);opacity: 0.5;-webkit-transition: opacity 0.2s;-moz-transition: opacity 0.2s;-o-transition: opacity 0.2s;transition: opacity 0.2s;}.sbi_lb-nav a.sbi_lb-next:hover {filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1;}.sbi_lb-nav span{display: block;top: 55%;position: absolute;left: 20px;width: 34px;height: 45px;margin: -25px 0 0 0;background: url(/wp-content/plugins/instagram-feed/css/../img/sbi-sprite.png) no-repeat;}.sbi_lb-nav a.sbi_lb-prev span{background-position: -53px 0;}.sbi_lb-nav a.sbi_lb-next span{left: auto;right: 20px;background-position: -18px 0;}.sbi_lb-dataContainer {margin: 0 auto;padding-top: 10px;*zoom: 1;width: 100%;font-family: "Open Sans", Helvetica, Arial, sans-serif;-moz-border-radius-bottomleft: 4px;-webkit-border-bottom-left-radius: 4px;border-bottom-left-radius: 4px;-moz-border-radius-bottomright: 4px;-webkit-border-bottom-right-radius: 4px;border-bottom-right-radius: 4px;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-outerContainer{position: relative;padding-right: 300px;background: #fff;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-container-wrapper {position: relative;background: #000;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {width: 300px !important;position: absolute;top: 0;right: -300px;height: 100%;bottom: 0;background: #fff;line-height: 1.4;overflow: hidden;overflow-y: auto;text-align: left;}.sbi_lb-dataContainer:after, .sbi_lb-data:after, .sbi_lb-commentBox:after {content: "";display: table;clear: both;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox{display: block !important;width: 100%;margin-top: 20px;padding: 4px;}#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number {padding-bottom: 0;}#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption {width: 100%;max-width: 100%;margin-bottom: 20px;}#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption .sbi_caption_text {display: inline-block;padding-top: 10px;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-comment{display: block !important;width: 100%;min-width: 100%;float: left;clear: both;font-size: 12px;padding: 3px 20px 3px 0;margin: 0 0 1px 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {font-weight: 700;margin-right: 5px;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox p{text-align: left;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer{box-sizing: border-box;padding: 15px 20px;}.sbi_lb-data {padding: 0 4px;color: #ccc;}.sbi_lb-data .sbi_lb-details {width: 85%;float: left;text-align: left;line-height: 1.1;}.sbi_lb-data .sbi_lb-caption {float: left;font-size: 13px;font-weight: normal;line-height: 1.3;padding-bottom: 3px;color: #ccc;word-wrap: break-word;word-break: break-word;overflow-wrap: break-word;-webkit-hyphens: auto;-moz-hyphens: auto;hyphens: auto;}.sbi_lb-data .sbi_lb-caption a{color: #ccc;font-weight: bold;text-decoration: none;}.sbi_lb-data .sbi_lb-caption a:hover, .sbi_lb-commenter:hover{color: #fff;text-decoration: underline;}.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username{float: left;width: 100%;color: #ccc;padding-bottom: 0;display: block;margin: 0 0 5px 0;}.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p{color: #fff;text-decoration: underline;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {color: #333;}.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a:hover, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter:hover, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_username, #sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number, #sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a, #sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:hover, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p, .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username p{color: #333;}.sbi_lightbox .sbi_lightbox_username img {float: left;border: none;width: 32px;height: 32px;margin-right: 10px;background: #666;-moz-border-radius: 40px;-webkit-border-radius: 40px;border-radius: 40px;}.sbi_lightbox_username p{float: left;margin: 0;padding: 0;color: #ccc;line-height: 32px;font-weight: bold;font-size: 13px;}.sbi_lb-data .sbi_lb-number {display: block;float: left;clear: both;padding: 5px 0 15px 0;font-size: 12px;color: #999999;}.sbi_lb-data .sbi_lb-close {display: block;float: right;width: 30px;height: 30px;font-size: 18px;color: #aaa;text-align: right;outline: none;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity: 0.7;-webkit-transition: opacity 0.2s;-moz-transition: opacity 0.2s;-o-transition: opacity 0.2s;transition: opacity 0.2s;}.sbi_lb-data .sbi_lb-close:hover {cursor: pointer;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1;color: #fff;}.sbi_lb-nav {height: auto;}.sbi_lightbox .sbi_owl-item:nth-child(n+2) .sbi_video {position: relative !important;}.sbi_lb-container{padding: 0;}@charset "UTF-8";.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{box-sizing:border-box;cursor:pointer;display:inline-block;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.wp-block-button .wp-block-button__link.is-style-outline,.wp-block-button.is-style-outline>.wp-block-button__link{border:2px solid;padding:.667em 1.333em}.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color){color:currentColor}.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background){background-color:transparent;background-image:none}.wp-block-button .wp-block-button__link:where(.has-border-color){border-width:initial}.wp-block-button .wp-block-button__link:where([style*=border-top-color]){border-top-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-right-color]){border-right-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-bottom-color]){border-bottom-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-left-color]){border-left-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-style]){border-width:initial}.wp-block-button .wp-block-button__link:where([style*=border-top-style]){border-top-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-right-style]){border-right-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-bottom-style]){border-bottom-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-left-style]){border-left-width:medium}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-code{box-sizing:border-box}.wp-block-code code{display:block;font-family:inherit;overflow-wrap:break-word;white-space:pre-wrap}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:-moz-fit-content;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:transparent}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{content:"";display:block;font-size:0;min-height:inherit}@supports (position:sticky){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;width:100%;z-index:1}.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}.wp-block-details{box-sizing:border-box;overflow:hidden}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);bottom:0;box-sizing:border-box;color:#fff;font-size:13px;left:0;margin-bottom:0;max-height:60%;overflow:auto;padding:0 8px 8px;position:absolute;text-align:center;width:100%}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-image .is-style-rounded img,.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}.wp-block-image :where(.has-border-color){border-style:solid}.wp-block-image :where([style*=border-top-color]){border-top-style:solid}.wp-block-image :where([style*=border-right-color]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-color]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-color]){border-left-style:solid}.wp-block-image :where([style*=border-width]){border-style:solid}.wp-block-image :where([style*=border-top-width]){border-top-style:solid}.wp-block-image :where([style*=border-right-width]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-width]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-width]){border-left-style:solid}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:rgba(90,90,90,.25);border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;transition:opacity .2s ease;width:20px;z-index:100}.wp-lightbox-container button:focus-visible{outline:3px auto rgba(90,90,90,.25);outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:rgba(90,90,90,.25);border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100vw;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both;visibility:visible}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.hideanimationenabled:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.hideanimationenabled:not(.active) img{animation:turn-off-visibility .25s both}@media (prefers-reduced-motion:no-preference){.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active){animation:none}.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc(-50vw + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc(-50vw + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none;padding-left:0}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{box-sizing:border-box;
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{align-self:start}.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{align-self:end}.wp-block-media-text .wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center;position:relative}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation:where(:not([class*=has-text-decoration])) a{text-decoration:none}.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus{text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{stroke:currentColor;display:inline-block;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;transition:opacity .1s linear;visibility:hidden;width:0;z-index:2}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:transparent;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:transparent;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid rgba(0,0,0,.15)}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards;background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20em);z-index:100000}@media (prefers-reduced-motion:reduce){.wp-block-navigation__responsive-container.is-menu-open{animation-delay:0s;animation-duration:1ms}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:transparent!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:transparent;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}p.has-background{padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form input[type=submit]{box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:transparent}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title a{display:inline-block}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;overflow-wrap:break-word;padding:3em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}:where(.wp-block-pullquote){margin:0 0 1em}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit}.wp-block-post-template{list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.wp-block-post-template{background:none}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{-webkit-margin-start:2em;-webkit-margin-end:0;float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{-webkit-margin-start:0;-webkit-margin-end:2em;float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{-webkit-margin-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{-webkit-margin-start:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{-webkit-margin-end:auto;margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-read-more{display:block;width:-moz-fit-content;width:fit-content}.wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus{text-decoration:none}ul.wp-block-rss{list-style:none;padding:0}ul.wp-block-rss.wp-block-rss{box-sizing:border-box}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;list-style:none;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{fill:currentColor;min-height:24px;min-width:24px;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{-webkit-appearance:initial;appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{flex-shrink:0;margin-left:0;max-width:calc(100% - 100px)}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search__button-behavior-expand .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden,.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}.wp-block[data-align=right] .wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:1px solid;border-left:none;border-right:none}.wp-block-separator.is-style-dots{background:none!important;border:none;height:auto;line-height:1;text-align:center}.wp-block-separator.is-style-dots:before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}.wp-block-site-logo.is-style-rounded{border-radius:9999px}.wp-block-site-title a{color:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link a{padding:.25em}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-block-social-link{transition-delay:0s;transition-duration:0s}}.wp-block-social-link a{align-items:center;display:flex;line-height:0;transition:transform .1s ease}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited{fill:currentColor;color:currentColor}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{background-color:#ff424d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#ff4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{stroke:#000;background-color:#fefc00;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{background-color:#2aabee;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-threads,.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none}.wp-block-social-links.is-style-logos-only .wp-social-link a{padding:0}.wp-block-social-links.is-style-logos-only .wp-social-link svg{height:1.25em;width:1.25em}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{color:#ff424d}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#ff4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{stroke:#000;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{color:#2aabee}.wp-block-social-links.is-style-logos-only .wp-social-link-threads,.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp{color:#25d366}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-x{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{color:#d32422}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:.66667em;padding-right:.66667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}.wp-block-tag-cloud.is-style-outline{display:flex;flex-wrap:wrap;gap:1ch}.wp-block-tag-cloud.is-style-outline a{border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:transparent;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:currentColor}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:currentColor}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:where(.wp-block-term-description){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#ddd;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}.acfw-coupons-list-block .acfw-coupons-grid {
  display: grid;
  grid-gap: 0.7em;
  grid-auto-rows: 150px;
  margin-bottom: 0.7em;
}

.acfw-single-coupon-block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  padding: 1em 1em 1.7em;
  border: 1px solid #ccc;
  font-size: 1em;
}
.acfw-single-coupon-block .acfw-coupon-usage-limit {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  display:block;
  font-size: 0.7em;
  line-height: 1em;
}
.acfw-single-coupon-block .acfw-coupon-content {
  width: 100%;
  text-align: center;
}
.acfw-single-coupon-block .acfw-coupon-content.has-description {
  text-align: left;
}

.acfw-single-coupon-block .acfw-coupon-content .acfw-coupon-code {
  display: block;
  margin-top: 0.2em;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.3em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.acfw-single-coupon-block .acfw-coupon-content .acfw-coupon-discount-info {
  display: block;
  font-size: 0.9em;
}
.acfw-single-coupon-block .acfw-coupon-content .acfw-coupon-description {
  display: -webkit-box;
  font-size: 0.8em;
  line-height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.acfw-single-coupon-block .acfw-coupon-schedule {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  text-align: right;
  font-size: 0.7em;
  line-height: 1.0em;
}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}.selectBox-dropdown{min-width:150px;position:relative;border:solid 1px #bbb;line-height:1.5;text-decoration:none;text-align:left;color:#000;outline:0;vertical-align:middle;background:#f2f2f2;background:-moz-linear-gradient(top,#f8f8f8 1%,#e1e1e1 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#f8f8f8),color-stop(100%,#e1e1e1));-moz-box-shadow:0 1px 0 rgba(255,255,255,.75);-webkit-box-shadow:0 1px 0 rgba(255,255,255,.75);box-shadow:0 1px 0 rgba(255,255,255,.75);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:inline-block;cursor:default}.selectBox-dropdown:focus,.selectBox-dropdown:focus .selectBox-arrow{border-color:#666}.selectBox-dropdown.selectBox-menuShowing{-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.selectBox-dropdown .selectBox-label{padding:2px 8px;display:inline-block;white-space:nowrap;overflow:hidden}.selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:23px;height:100%;background:url(/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/css/../images/jquery.selectBox-arrow.gif) 50% center no-repeat;border-left:solid 1px #bbb}.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;min-height:1em;border:solid 1px #bbb;background:#fff;-moz-box-shadow:0 2px 6px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 6px rgba(0,0,0,.2);box-shadow:0 2px 6px rgba(0,0,0,.2);overflow:auto;-webkit-overflow-scrolling:touch}.selectBox-inline{min-width:150px;outline:0;border:solid 1px #bbb;background:#fff;display:inline-block;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;overflow:auto}.selectBox-inline:focus{border-color:#666}.selectBox-options,.selectBox-options LI,.selectBox-options LI A{list-style:none;display:block;cursor:default;padding:0;margin:0}.selectBox-options LI A{line-height:1.5;padding:0 .5em;white-space:nowrap;overflow:hidden;background:6px center no-repeat}.selectBox-options LI.selectBox-hover A{background-color:#eee}.selectBox-options LI.selectBox-disabled A{color:#888;background-color:transparent}.selectBox-options LI.selectBox-selected A{background-color:#c8def4}.selectBox-options .selectBox-optgroup{color:#666;background:#eee;font-weight:700;line-height:1.5;padding:0 .3em;white-space:nowrap}.selectBox.selectBox-disabled{color:#888!important}.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;border-color:#666}.selectBox-inline.selectBox-disabled{color:#888!important}.selectBox-inline.selectBox-disabled .selectBox-options A{background-color:transparent!important}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:FontAwesome;src:url(/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/css/../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/css/../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/css/../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/css/../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.woocommerce a.selectBox{background:#fff;min-width:100px;margin-right:10px;color:inherit}.woocommerce a.selectBox,.woocommerce a.selectBox:hover{border-bottom:1px solid #bbb!important}.woocommerce a.selectBox:hover{color:inherit}.woocommerce a.selectBox:focus{border:1px solid #ccc}.selectBox-dropdown .selectBox-label{vertical-align:middle;padding:3px 8px}.selectBox-dropdown .selectBox-arrow{border:none;background:url(/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/css/../images/jquery.selectBox-arrow.png) center right no-repeat}.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow{background:url(/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/css/../images/jquery.selectBox-arrow.png) center left no-repeat}.selectBox-dropdown-menu{border-bottom-left-radius:3px;border-bottom-right-radius:3px;padding:5px;font-size:80%}.selectBox-dropdown-menu li a{color:inherit;padding:5px 8px;border-radius:3px}.selectBox-dropdown-menu a:hover{color:inherit;text-decoration:none}select.selectBox.change-wishlist{max-width:100px}.selectBox.change-wishlist{width:auto!important}.change-wishlist-selectBox-dropdown-menu{width:auto!important}.yith-wcwl-with-pretty-photo{overflow:hidden}.yith-wcwl-with-pretty-photo .pp_content{height:auto!important}.woocommerce .wishlist-fragment .blockUI.blockOverlay::before,.woocommerce .yith-wcwl-popup-form .blockUI.blockOverlay::before{display:none}.yith-wcwl-popup{display:none}.yith-wcwl-popup-content h3{text-align:center;font-size:1.5em}.yith-wcwl-popup-content .heading-icon,.yith-wcwl-popup-feedback .heading-icon{text-align:center;display:block;font-size:70px;color:#333;margin-bottom:15px}.yith-wcwl-popup-content .popup-description{text-align:center;font-weight:600;margin-bottom:15px}.yith-wcwl-popup-content .popup-description a.show-tab.active{cursor:inherit;color:inherit;pointer-events:none}.yith-wcwl-popup-feedback p.feedback{margin-top:1.5em;text-align:center;font-size:1.1rem;font-weight:600}.yith-wcwl-popup-content label{display:block}.yith-wcwl-popup-content input[type=text],.yith-wcwl-popup-content select{padding:10px 7px}.yith-wcwl-popup-content .create{display:none}.yith-wcwl-popup-content .yith-wcwl-second-row{display:none}.yith-wcwl-popup-footer{margin:15px 0}.yith-wcwl-popup-footer .button.wishlist-submit{display:block;width:100%;text-align:center}.pp_pic_holder.pp_woocommerce.feedback{max-width:450px!important}.pp_pic_holder.pp_woocommerce.feedback .pp_content{width:auto!important}.yith-wcwl-popup-feedback{margin-top:2em;margin-bottom:2em}.yith-wcwl-add-button.with-dropdown{position:relative;padding:15px 0}.yes-js .yith-wcwl-add-button ul.yith-wcwl-dropdown{display:none;list-style:none;margin-bottom:0;padding:5px 25px;border:1px solid #cdcdcd;background:#fff;position:absolute;z-index:15;top:calc(100% - 5px);min-width:200px}.yith-wcwl-add-button.show-dropdown ul.yith-wcwl-dropdown{display:block}.yith-wcwl-add-button ul.yith-wcwl-dropdown li{padding:15px;padding-left:0;text-transform:uppercase;font-size:.8em}.yith-wcwl-add-button ul.yith-wcwl-dropdown li a{font-size:1em!important;color:inherit;box-shadow:none}.yith-wcwl-add-button ul.yith-wcwl-dropdown li a:hover{color:initial}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:before{font-family:FontAwesome;content:'\f067';margin-right:15px}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:not(:last-child){border-bottom:1px solid #cdcdcd}.yith-wcwl-add-to-wishlist .separator+[data-title]{display:inline-block}.yith-wcwl-add-to-wishlist .with-tooltip{position:relative}.yith-wcwl-tooltip{z-index:10;padding:5px 10px;border-radius:5px;text-align:center;top:calc(100% + 5px);pointer-events:none;cursor:initial;font-size:.6875rem;line-height:normal;display:none}.with-dropdown .yith-wcwl-tooltip{top:auto;bottom:calc(100% + 10px)}.with-tooltip .yith-wcwl-tooltip{position:absolute}.with-tooltip .yith-wcwl-tooltip:before{content:'';display:block;position:absolute;top:-5px;left:calc(50% - 2px);width:0;height:0;background:0 0!important;border-left:5px solid transparent!important;border-right:5px solid transparent!important;border-bottom:5px solid}.with-dropdown .with-tooltip .yith-wcwl-tooltip:before{bottom:-5px;top:auto;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid;border-bottom:none}#yith-wcwl-popup-message{font-weight:700;line-height:50px;text-align:center;background:#fff;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3);position:fixed;top:50%;left:50%;padding:7px 40px;z-index:10000}.wishlist-title{display:inline-block}.wishlist-title h2{display:inline-block;padding:5px}.wishlist-title.wishlist-title-with-form h2:hover{background:#efefef}.wishlist-title a.show-title-form{cursor:pointer;visibility:hidden}.wishlist-title:hover a.show-title-form{visibility:visible}.hidden-title-form{position:relative;margin:25px 0 39px}.yes-js .hidden-title-form{display:none}.hidden-title-form .edit-title-buttons{position:absolute;right:5px;top:calc(50% - 15px)}.hidden-title-form>input[type=text]{padding-right:65px;line-height:1}.hidden-title-form a{cursor:pointer;display:inline-block;width:30px;height:30px;line-height:30px;text-align:center;vertical-align:middle;font-size:1.3em}.hidden-title-form a i{margin:0;display:inline-block}table.wishlist_table{font-size:80%}table.wishlist_table tr{position:relative}table.wishlist_table thead th{border-top:1px solid;padding:16px 12px}table.wishlist_table tbody td{padding:16px 12px}table.wishlist_table tbody td,table.wishlist_table thead th{border-color:#e7e7e7}p.wishlist-empty,table.wishlist_table tbody td.wishlist-empty{text-align:center;margin:100px 0}.wishlist_table tr td,.wishlist_table tr th.product-checkbox,.wishlist_table tr th.wishlist-delete{text-align:center}.wishlist_table tr th.product-checkbox{vertical-align:middle;width:40px}.wishlist_table tr th.product-remove{vertical-align:middle;width:40px}.wishlist_table tr th.product-thumbnail{width:80px}.wishlist_table tfoot td,.wishlist_table tr td.product-name,.wishlist_table tr td.product-thumbnail,.wishlist_table tr td.wishlist-name,.wishlist_table tr td.wishlist-privacy{text-align:left}.wishlist_table tr td.product-remove{padding:16px 0}.wishlist_table tr td.product-thumbnail a{display:block;border:none;max-width:80px}.wishlist_table tr td.product-thumbnail a img{width:100%}.wishlist_table tr td.product-arrange{cursor:grab}.wishlist_table tr td.product-arrange:active{cursor:grabbing}.wishlist_table .product-stock-status span.wishlist-in-stock{color:#297e29}.wishlist_table .product-stock-status span.wishlist-out-of-stock{color:red}.wishlist_table .product-add-to-cart span.dateadded{display:block}.wishlist_table .product-add-to-cart a{display:table!important;margin:0 auto 5px!important;text-align:center}.wishlist_table .product-add-to-cart a.button{padding:6px 25px!important}.wishlist_table .product-add-to-cart a>img{display:inline;max-width:2em}.wishlist_table .product-add-to-cart .variations_form,.wishlist_table .product-add-to-cart.yith_wccl_is_custom .variations_form .variations{margin:15px 0}.wishlist_table .price-variation{display:block}.wishlist_table .price-variation.decrease .variation-rate{color:red}.wishlist_table .price-variation .old-price{display:block}.wishlist_table a.button{white-space:normal;margin-bottom:5px!important}.wishlist_table.modern_grid{list-style:none;margin:0 -7px 35px;font-size:0}.wishlist_table.modern_grid li{display:inline-block;vertical-align:top;width:33.33%;padding:0 7px;margin-bottom:15px}.wishlist_table.images_grid li.wishlist-empty,.wishlist_table.modern_grid li.wishlist-empty{width:100%;font-size:1rem;text-align:center;margin:50px 0}.wishlist_table.images_grid li.show{z-index:10}.wishlist_table.images_grid.products li.product.first,.wishlist_table.images_grid.products li.product.last{clear:none}.wishlist_table.images_grid.columns-2.products li.product:nth-of-type(2n+1),.wishlist_table.images_grid.columns-3.products li.product:nth-of-type(3n+1),.wishlist_table.images_grid.columns-4.products li.product:nth-of-type(4n+1),.wishlist_table.images_grid.columns-5.products li.product:nth-of-type(5n+1),.wishlist_table.images_grid.columns-6.products li.product:nth-of-type(6n+1){clear:both}.wishlist_table.modern_grid li .item-wrapper{display:table;margin:0 -7px}.wishlist_table.modern_grid li .item-details,.wishlist_table.modern_grid li .product-thumbnail{display:table-cell;vertical-align:top;box-sizing:border-box;width:50%;padding:0 7px;font-size:1rem}.wishlist_table.images_grid li .product-thumbnail,.wishlist_table.modern_grid li .product-thumbnail{position:relative}.wishlist_table.images_grid li .product-thumbnail .product-checkbox,.wishlist_table.modern_grid li .product-thumbnail .product-checkbox{position:absolute;top:7px;left:15px;z-index:2}.wishlist_table.modern_grid li .product-thumbnail>a{display:block}.wishlist_table.modern_grid li .product-thumbnail>a img{display:block}.wishlist_table.images_grid li.show .product-thumbnail>a img,.wishlist_table.images_grid li:hover .product-thumbnail>a img{filter:brightness(1.1)}.wishlist_table.modern_grid.wishlist_view li .item-details{position:relative}.wishlist_table.modern_grid.wishlist_view li .item-details:before{content:'';display:block;top:0;bottom:0;left:7px;background:#fff;position:absolute;right:7px;z-index:0;border:1px solid #cdcdcd}.wishlist_table.images_grid li .item-details{display:none;position:absolute;z-index:2;bottom:15px;left:calc(50% - 150px);width:300px;background:#fff;padding:10px 20px;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3)}.wishlist_table.images_grid li.show .item-details{display:block}.wishlist_table.modern_grid li .item-details .item-details-wrapper{padding:15px 20px;line-height:normal;position:relative}.wishlist_table.images_grid li .item-details a.close{position:absolute;top:10px;right:20px}.wishlist_table.images_grid li .item-details h3,.wishlist_table.mobile li .item-details h3,.wishlist_table.modern_grid li .item-details h3{margin-bottom:7px}.wishlist_table.images_grid li .item-details table.item-details-table,.wishlist_table.mobile li .item-details table.item-details-table,.wishlist_table.mobile li table.additional-info,.wishlist_table.modern_grid li .item-details table.item-details-table{border:none;margin-bottom:7px}.wishlist_table.images_grid li .item-details table.item-details-table td,.wishlist_table.mobile li .item-details table.item-details-table td,.wishlist_table.mobile li table.additional-info td,.wishlist_table.modern_grid li .item-details table.item-details-table td{border:none;font-size:.7em;padding:3px;vertical-align:top}.wishlist_table.images_grid li .item-details table.item-details-table td.label,.wishlist_table.mobile li .item-details table.item-details-table td.label,.wishlist_table.mobile li table.additional-info td.label,.wishlist_table.modern_grid li .item-details table.item-details-table td.label{text-align:left;font-weight:700;width:40%}.wishlist_table.images_grid li .item-details table.item-details-table td.value,.wishlist_table.mobile li .item-details table.item-details-table td.value,.wishlist_table.mobile li table.additional-info td.value,.wishlist_table.modern_grid li .item-details table.item-details-table td.value{text-align:right}.wishlist_table.modern_grid li .item-details table.item-details-table td.value a.selectBox{margin-right:0}.wishlist_table.images_grid li .item-details table.item-details-table td.value input,.wishlist_table.mobile li table.additional-info td.value input,.wishlist_table.modern_grid li .item-details table.item-details-table td.value input{width:auto}.wishlist_table.images_grid li .item-details .product-add-to-cart,.wishlist_table.modern_grid li .item-details .product-add-to-cart{text-align:center;margin-bottom:7px}.wishlist_table.images_grid li .item-details .move-to-another-wishlist,.wishlist_table.modern_grid li .item-details .move-to-another-wishlist{text-align:center;margin-bottom:7px}.wishlist_table.images_grid li .item-details .product-remove,.wishlist_table.modern_grid li .item-details .product-remove{text-align:right}.wishlist_table.images_grid li .item-details .product-remove a,.wishlist_table.modern_grid li .item-details .product-remove a{border:none;border-radius:0;display:inline-block}.wishlist_table.mobile{list-style:none;margin-left:0}.wishlist_table.mobile li{margin-bottom:7px}.wishlist_table.mobile li .product-checkbox{display:inline-block;width:20px;vertical-align:top}.wishlist_table.mobile li .item-wrapper{display:inline-block;width:calc(100% - 25px);vertical-align:top;margin-bottom:7px}.wishlist_table.wishlist_manage_table.mobile li.wishlist-empty{text-align:center}.wishlist_table.wishlist_manage_table.mobile li .item-wrapper{width:100%}.wishlist_table.mobile li .item-wrapper .product-thumbnail{display:inline-block;max-width:60px;margin-right:10px}.wishlist_table.mobile li .item-wrapper .item-details{display:inline-block;width:calc(100% - 80px);vertical-align:top}.wishlist_table.mobile.with-checkbox li .additional-info-wrapper{padding-left:20px}.wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist,.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart{text-align:center;margin-bottom:7px}.wishlist_table.mobile li .additional-info-wrapper .product-remove{text-align:right}a.add_to_wishlist{cursor:pointer}.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon{margin-right:5px}.yith-wcwl-add-to-wishlist a.add_to_wishlist>img,.yith-wcwl-add-to-wishlist a.delete_item>img,.yith-wcwl-add-to-wishlist a.move_to_another_wishlist>img{max-width:32px;display:inline-block;margin-right:10px}a.add_to_wishlist+a.view-wishlist,a.delete_item+a.view-wishlist{margin-left:15px}.summary .single_add_to_wishlist.button,div.product .woocommerce-price-and-add .single_add_to_wishlist.button{margin:0}.wishlist_table .add_to_cart.button{padding:7px 12px;line-height:normal}.yith-wcwl-add-to-wishlist{margin-top:10px}.hidden-title-form button i,.wishlist-title a.show-title-form i,.wishlist_manage_table tfoot a.create-new-wishlist i,.wishlist_manage_table tfoot button.submit-wishlist-changes i,.wishlist_table .add_to_cart.button i,.wishlist_table .ask-an-estimate-button i,.yith-wcwl-add-button>a i,.yith-wcwl-wishlist-new button i,.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin-right:10px}.hidden-title-form a.hide-title-form,.wishlist-title a.show-title-form,.wishlist_manage_table a.create-new-wishlist,.wishlist_manage_table button.submit-wishlist-changes,.wishlist_table .add_to_cart.button,.wishlist_table a.ask-an-estimate-button,.woocommerce .yith-wcwl-wishlist-new button,.yith-wcwl-add-button a.add_to_wishlist,.yith-wcwl-popup-button a.add_to_wishlist,.yith-wcwl-wishlist-search-form button.wishlist-search-button{margin:0;box-shadow:none;text-shadow:none}.add-to-wishlist-before_image{position:relative}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist{position:absolute;z-index:10;margin:0;top:10px;left:10px}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .with-dropdown{padding:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .disabled_item,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .open-pretty-photo{font-size:0;background:0 0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .delete_item,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .move_to_another_wishlist{font-size:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback{display:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback+a{font-size:0;background:0 0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i{font-size:1.6rem;margin:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist img{margin:0}.woocommerce .wishlist-title{margin-bottom:30px}.woocommerce .wishlist-title h2{vertical-align:middle;margin-bottom:0}.woocommerce .hidden-title-form button{padding:7px 24px;vertical-align:middle;border:none;position:relative}.woocommerce .hidden-title-form button:active{top:1px}.woocommerce .back-to-all-wishlists{margin-bottom:20px}.woocommerce #content table.wishlist_table.cart a.remove{color:#c3c3c3;margin:0 auto}.woocommerce #content table.wishlist_table.cart a.remove:hover{background-color:#c3c3c3;color:#fff}.yith-wcwl-share{margin-bottom:35px}.yith-wcwl-share h4.yith-wcwl-share-title{margin:10px 0}.yith-wcwl-share ul{margin:5px 0;padding:0}.entry-content .yith-wcwl-share ul li,.yith-wcwl-share ul li{display:inline-block;margin-left:0;margin-right:0}.yith-wcwl-share li a{color:#fff;text-align:center;text-decoration:none;line-height:1;padding:5px;display:block;border:none;min-width:26px;min-height:26px}.yith-wcwl-share li a:hover{color:#fff}.yith-wcwl-share li a>img{max-width:1em}.copy-trigger{cursor:pointer}.woocommerce .ask-an-estimate-button>img{max-width:1em;display:inline;margin-right:5px}#ask_an_estimate_popup{display:none}.wishlist-ask-an-estimate-popup .ask-an-estimate-button-popup{width:100%}.wishlist-ask-an-estimate-popup .woocommerce-error{margin-bottom:0}.wishlist-ask-an-estimate-popup #additional_notes{min-height:150px}.ask-an-estimate-confirmation{padding:0 30px;text-align:center}.yith_wcwl_wishlist_footer>div{margin-bottom:15px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action{float:left}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action label{display:inline-block;margin-right:10px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action #bulk_actions{min-width:250px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action input[type=submit]{margin:0;margin-left:10px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update{float:right}.yith_wcwl_wishlist_footer .yith-wcwl-share{float:left;clear:both}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{float:right}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action>*{vertical-align:middle}.yith_wcwl_wishlist_update+.yith_wcwl_footer_additional_action{clear:both}.wishlist-page-links{clear:both}#move_to_another_wishlist{display:none}.yith-wcwl-wishlist-new{padding:20px 0}.yith-wcwl-popup-content .yith-wcwl-wishlist-new{padding:0}.yith-wcwl-wishlist-new .wishlist-name{display:inline-block}.yith-wcwl-wishlist-new .wishlist-privacy-radio label{display:block}.yith-wcwl-popup-content .create-wishlist-button{margin-top:15px;width:100%}#create_new_wishlist{display:none}.wishlist_manage_table select{vertical-align:middle;margin-right:10px}.wishlist_manage_table td.wishlist-name .wishlist-title{margin-bottom:0}.wishlist_manage_table td.wishlist-name .wishlist-title .show-title-form{display:inline-block;padding:0;border:none;background:0 0;top:0;margin:0}.wishlist_manage_table td.wishlist-name a.show-title-form i{padding:5px;margin:0}.wishlist_manage_table td.wishlist-name:hover a.show-title-form{visibility:visible}.wishlist_manage_table td.wishlist-name .hidden-title-form{margin:0!important;width:100%}.wishlist_manage_table td.wishlist-name .hidden-title-form input[type=text]{width:100%;min-width:0}.wishlist_manage_table td.wishlist-name .hidden-title-form{position:relative}table.wishlist_manage_table tfoot td{text-align:right;padding:24px 12px}.wishlist_manage_table tfoot button.submit-wishlist-changes{padding:7px 24px;vertical-align:middle;border:1px solid;border-radius:3px;position:relative;line-height:normal}.wishlist_manage_table tfoot button.submit-wishlist-changes:active{top:1px}.wishlist_manage_table tfoot a.create-new-wishlist{vertical-align:middle;line-height:normal;padding:7px 24px}.wishlist_manage_table.modern_grid li.wishlist-empty{margin:50px 0}.wishlist_manage_table.modern_grid li .item-wrapper{display:block;margin:0;padding:40px 50px;background:#fff;border:1px solid #cdcdcd}.wishlist_manage_table.modern_grid li .item-details,.wishlist_manage_table.modern_grid li .product-thumbnail{display:block;width:100%;padding:0}.wishlist_manage_table.modern_grid li .item-details .hidden-title-form{width:100%}.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box{display:flex;background:#f2f2f2;min-height:400px;align-items:center;justify-content:center;margin-bottom:15px}.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box p{font-size:1em;line-height:1.5em;font-weight:600}.wishlist_manage_table.modern_grid li .product-thumbnail img:first-child{width:100%;margin-bottom:15px}.wishlist_manage_table.modern_grid li .product-thumbnail img{width:calc(50% - 8px)}.wishlist_manage_table.modern_grid li .product-thumbnail img:nth-child(3){margin-left:15px}.wishlist_manage_table.modern_grid li .wishlist-title-with-form{display:block}.wishlist_manage_table.modern_grid li .wishlist-title-with-form h3{display:inline-block}.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form,.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form:hover{visibility:visible;float:right;margin:0;background:0 0;color:inherit}.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form i{margin:0}.wishlist_manage_table.modern_grid li .hidden-title-form{margin-top:0!important}.wishlist_manage_table.modern_grid li .hidden-title-form input[type=text]{width:100%;min-width:0}.wishlist_manage_table.mobile li{margin-bottom:30px}.wishlist_manage_table.mobile li .item-wrapper .item-details{width:100%}.wishlist_manage_table.mobile li .item-details .hidden-title-form{position:relative}.wishlist_manage_table.mobile li .item-details .hidden-title-form input[type=text]{width:100%}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title{display:block;border-bottom:1px solid #cdcdcd;position:relative}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form{position:absolute;right:0;top:0;visibility:visible}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form i{margin-right:0}.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.selectBox{margin-right:0}.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.wishlist-download{float:left}.yith-wcwl-wishlist-search-form{text-align:center;padding:20px 0}.yith-wcwl-wishlist-search-form #wishlist_search{display:inline-block;max-width:300px;vertical-align:middle}.yith-wcwl-wishlist-search-form button.wishlist-search-button{display:inline-block;padding:7px 24px;vertical-align:middle;border:1px solid;border-radius:3px;position:relative;line-height:normal}.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin:0}.yith-wcwl-wishlist-search-form button.wishlist-search-button:active{top:1px}.yith-wcwl-search-results .wishlist-owner{text-align:left}.yith-wcwl-search-results .wishlist-owner .thumb{display:inline-block;margin-right:15px}.yith-wcwl-add-to-wishlist .ajax-loading{box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;display:inline!important;margin-left:5px;vertical-align:middle;visibility:hidden;width:16px!important;height:16px!important}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown li,.widget_yith-wcwl-lists ul.dropdown li{padding:0}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li a,.widget_yith-wcwl-lists ul.dropdown ul.lists>li a,.widget_yith-wcwl-lists ul.dropdown>li a{display:block;padding:5px 15px}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,.widget_yith-wcwl-lists ul.dropdown ul.lists>li a{padding:5px 25px}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li.lists-section,.widget_yith-wcwl-lists ul.dropdown>li.lists-section{border-bottom:1px solid #e7e7e7}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists,.widget_yith-wcwl-lists ul.dropdown ul.lists{margin:0}.elementor-widget-wp-widget-yith-wcwl-items .mini,.widget_yith-wcwl-items .mini{position:relative}.elementor-widget-wp-widget-yith-wcwl-items .heading,.widget_yith-wcwl-items .heading{text-align:center;cursor:pointer}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading,.widget_yith-wcwl-items .mini .heading{display:inline-block}.elementor-widget-wp-widget-yith-wcwl-items .heading a,.widget_yith-wcwl-items .heading a{color:inherit}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter,.widget_yith-wcwl-items .extended .heading .items-counter{position:relative}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter i,.widget_yith-wcwl-items .extended .heading .items-counter i{font-size:70px;position:relative;margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter i,.widget_yith-wcwl-items .mini .heading .items-counter i{font-size:25px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter .items-count,.widget_yith-wcwl-items .extended .heading .items-counter .items-count{display:block;position:absolute;left:0;right:0;text-align:center;top:calc(50% - 20px);font-size:14px}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter .items-count,.widget_yith-wcwl-items .mini .heading .items-counter .items-count{font-size:1rem}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading h3:after,.widget_yith-wcwl-items .extended .heading h3:after{content:'';display:block;max-width:80px;border-bottom:1px solid #cdcdcd;margin:10px auto}.elementor-widget-wp-widget-yith-wcwl-items .mini .list,.widget_yith-wcwl-items .mini .list{position:absolute;z-index:1;left:0;background:#fff;padding:25px 40px;min-width:280px;display:none;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3)}.elementor-widget-wp-widget-yith-wcwl-items .mini:hover .list,.widget_yith-wcwl-items .mini:hover .list{display:block}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget,.widget_yith-wcwl-items ul.product_list_widget{margin-bottom:40px!important}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget,.widget_yith-wcwl-items .mini ul.product_list_widget{max-height:30vh;overflow-y:auto}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar,.widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar{-webkit-appearance:none;width:7px}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar-thumb,.widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,.4);box-shadow:0 0 1px rgba(255,255,255,.4)}.elementor-widget-wp-widget-yith-wcwl-items p.empty-wishlist,.widget_yith-wcwl-items p.empty-wishlist{margin-bottom:0!important}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget,.widget_yith-wcwl-items .mini ul.product_list_widget{margin-left:-20px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li,.widget_yith-wcwl-items ul.product_list_widget li{display:table}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li:not(:last-child),.widget_yith-wcwl-items ul.product_list_widget li:not(:last-child){margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb,.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.widget_yith-wcwl-items ul.product_list_widget li .image-thumb,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists{display:table-cell;vertical-align:middle}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists{font-size:1.2rem}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb img,.widget_yith-wcwl-items ul.product_list_widget li .image-thumb img{margin-left:10px;max-width:40px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info{display:inline-block;vertical-align:middle;margin-left:10px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a{display:inline-block}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*{display:block}.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,.widget_yith-wcwl-items .show-wishlist,.widget_yith-wcwl-items a.add_all_to_cart{display:block!important}.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,.widget_yith-wcwl-items .show-wishlist{margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,.widget_yith-wcwl-items a.add_all_to_cart{text-align:center}@media(max-width:768px){.yith_wcwl_wishlist_bulk_action select{width:100%;margin-bottom:15px}.yith_wcwl_wishlist_bulk_action input{float:right}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{float:none}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action .ask-an-estimate-button{width:100%;text-align:center}}html[dir="rtl"] .wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu .wp-block-navigation-submenu__toggle img{margin-left:12px}html[dir="rtl"] .wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal li{text-align:right}html[dir="rtl"] .wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal li a img{margin-left:12px}.wpml-language-switcher-block{display:flex;box-sizing:border-box;width:100% !important}.wpml-language-switcher-block>.wp-block-navigation-item,.wpml-language-switcher-block>.wp-block-navigation-item>div{display:flex;width:100% !important}.wpml-language-switcher-block .wp-block-navigation__container{background:unset !important}.wpml-language-switcher-block .hide-arrow .wp-block-navigation__submenu-icon{display:none}.wpml-language-switcher-block .wpml-ls-dropdown ul li button{padding:0}.wpml-language-switcher-block .wpml-ls-dropdown ul li button+.isHorizontal{min-width:inherit !important}.wpml-language-switcher-block .wpml-ls-dropdown ul li button+.isHorizontal li{width:inherit !important}.wpml-language-switcher-block .wpml-ls-dropdown ul li button+.isHorizontal li a{display:flex;align-items:center;min-width:max-content}.wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal{margin:0;min-width:inherit !important}.wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal li{width:inherit !important;text-align:left}.wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal li a{display:flex;align-items:center;min-width:max-content}.wpml-language-switcher-block ul{list-style-type:none !important;padding:0 !important;width:100%}.wpml-language-switcher-block ul li{margin:0 !important}.wpml-language-switcher-block ul.wp-block-navigation__submenu-container{border:inherit !important;background-color:unset !important;min-width:unset !important}.wpml-language-switcher-block ul.wp-block-navigation__submenu-container .wp-block-navigation-item{border-radius:0 !important}.wpml-language-switcher-block ul.wp-block-navigation__submenu-container .wp-block-navigation-item a{display:flex;align-items:center;min-width:max-content;padding:1px}.wpml-language-switcher-block ul.horizontal-list{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin:0 !important;gap:1em !important}.wpml-language-switcher-block ul.horizontal-list li{display:inline-block;margin:0;line-height:100%}.wpml-language-switcher-block ul.horizontal-list li a{line-height:100%}.wpml-language-switcher-block ul.center-justify{justify-content:center}.wpml-language-switcher-block ul.center-justify .wp-block-navigation-item{justify-content:center}.wpml-language-switcher-block ul.right-justify{justify-content:right}.wpml-language-switcher-block ul.right-justify .wp-block-navigation-item{justify-content:right}.wpml-language-switcher-block ul.space_between-justify{justify-content:space-between}.wpml-language-switcher-block ul.space_between-justify li>div{white-space:nowrap}.wpml-language-switcher-block .hasHoverColor:hover{color:var(--hover-color) !important}.wpml-language-switcher-block .hasHoverBackgroundColor:hover{background-color:var(--hover-background-color) !important}.wpml-language-switcher-block ul.isHorizontal{padding-left:0;list-style:none}.wpml-language-switcher-block ul.isHorizontal li{display:inline;margin-left:0}.wpml-language-switcher-block ul.isHorizontal li div{display:inline-block}.wpml-language-switcher-block ul.hasSpacing.isHorizontal li:not(:last-child){margin-right:var(--language-spacing) !important}.wpml-language-switcher-block ul.hasSpacing.isVertical li:not(:last-child){margin-bottom:var(--language-spacing) !important}.wpml-language-switcher-block ul.hasSpacing.isVertical .wp-block-navigation-item>div,.wpml-language-switcher-block ul.hasSpacing.isVertical .wp-block-navigation-item>div>a{display:inline-flex;align-items:center}.wpml-language-switcher-block .hasHoverColor:hover{color:var(--hover-color) !important}.wpml-language-switcher-block .hasHoverBackgroundColor:hover{background-color:var(--hover-background-color) !important}.wpml-language-switcher-block .hasFontSize{font-size:var(--font-size) !important}.wpml-language-switcher-block .hasLetterSpacing{letter-spacing:var(--letter-spacing) !important}.wpml-language-switcher-block .hasTextTransform{text-transform:var(--text-transform) !important}.wpml-language-switcher-block .hasFontFamily{font-family:var(--font-family) !important}.wpml-ls-flag{display:inline-block}.wpml-ls-flag-style-btn{border:0px transparent;padding-top:3px !important}.wpml-ls-flag-style-btn.black-bg{background-color:black}.wpml-ls-flag-style-btn.transparent-bg{background-color:transparent}.wpml-ls-control-row{border:solid 1px #949494;border-radius:2px;margin-bottom:8px}.wpml-ls-control-row-with-padding{padding:1px}.wpml-ls-number-control{max-width:100%;width:100%}.wpml-ls-slider-control-alert{margin-top:5px !important}.wpml-ls-slider .ant-slider-track{background-color:#3858E9}.wpml-ls-slider .ant-slider-handle{border:solid 1px black}.wpml-ls-control-blue{color:#3858E9 !important}.wpml-ls-number-with-unit-select select{color:#3858E9 !important;font-weight:900 !important}.wpml-ls-control-grey{color:#757575}.wpml-ls-control-bg-grey{background-color:#a6a6a6}.wpml-ls-control-font{font-family:"SF Pro Text", sans-serif;font-style:normal;font-weight:400 !important;font-size:13px !important;line-height:140% !important}.wpml-ls-option-btn-col{padding:0.5px}.wpml-ls-no-borders{border:none}.ant-col-8.wpml-ls-option-btn-col{display:inline-flex}.wpml-ls-three-btn-row .wpml-ls-option-btn-wrap{white-space:normal;word-break:break-word}.wpml-ls-three-btn-row .ant-btn-no-height-less-padding{height:unset;padding-right:10px;padding-left:10px}.wpml-ls-full-width{width:100%}.wpml-ls-toggle-control .components-form-toggle.is-checked>.components-form-toggle__track{background-color:#3858E9;border-color:#3858E9}.wpml-ls-toggle-control .components-form-toggle.is-checked>.components-form-toggle__thumb{background-color:white}.wpml-ls-toggle-control .components-form-toggle>.components-form-toggle__track{background-color:white;border-color:black}.wpml-ls-toggle-control .components-form-toggle>.components-form-toggle__thumb{background-color:black}.ant-select-dropdown{min-width:45px !important;max-width:45px !important;width:45px !important}.wpml-ls-color-control{border:1px solid #DDDDDD;border-bottom:0px;padding:10px;box-sizing:border-box}.wpml-ls-color-control.wpml-ls-with-bottom-border{border-bottom:1px solid #DDDDDD}.wpml-ls-color-control .wpml-ls-icon-no-color:hover{cursor:pointer}.wpml-ls-color-control .component-color-indicator{width:25px;height:25px;box-shadow:0px 0px 2px 1px lightgrey}.wpml-ls-color-control .component-color-indicator:hover{cursor:pointer}.wpml-ls-color-control .wpml-ls-color-title{top:3px}.wpml-ls-dimension-control{border-top:solid 1px #e0e0e0}.wpml-ls-dimension-control .components-panel__arrow{visibility:hidden}.wpml-ls-panel-settings-dropdown-container{position:absolute;right:0px}.wpml-ls-icon-link{width:24px;height:24px;top:3px;border-radius:2px}.ant-input-number-handler-wrap{display:none !important}.ant-input-number-input{padding-right:0px !important;padding-left:3px !important}.block-editor-contrast-checker+.block-editor-contrast-checker{display:none}.current-language-item{display:flex;align-items:center;min-height:30px}.current-language-item .wp-block-navigation-item__content>div{display:flex;align-items:center}.wpml-ls-fontLetterCase-control button.components-button.has-icon{margin-right:0 !important;min-width:30px !important;height:30px !important}.wpml-ls-fontLetterSpacing-control div.components-input-control__container{top:4px}[data-wpml='language-item']:first-of-type{margin-top:5px !important}.wpml-ls-dimension-panel .components-panel__arrow{display:none}.wpml-ls-typography-panel .components-panel__arrow{display:none}.wpml-ls-panel-settings-dropdown-container>div>button>span.anticon-more{font-size:large;margin-right:10px}.wpml-ls-panel-settings-dropdown-container>div>button>span.anticon-plus{font-size:medium;margin-right:10px}.wp-block-navigation.is-content-justification-space-between .wp-block-page-list{display:contents}.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block,.wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher']{display:contents !important}.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block .wp-block-navigation-item,.wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] .wp-block-navigation-item{display:contents}.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block .wp-block-navigation-item>div,.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block .wp-block-navigation-item .horizontal-list,.wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] .wp-block-navigation-item>div,.wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] .wp-block-navigation-item .horizontal-list{display:contents}.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block .wp-block-navigation-item>div li.wp-block-navigation-item,.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block .wp-block-navigation-item .horizontal-list li.wp-block-navigation-item,.wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] .wp-block-navigation-item>div li.wp-block-navigation-item,.wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] .wp-block-navigation-item .horizontal-list li.wp-block-navigation-item{display:flex}.wp-block-navigation .wpml-block-navigation-language-switcher,.wp-block-navigation [data-type='wpml/navigation-language-switcher']{display:flex !important;flex-direction:var(--navigation-layout-direction, initial);justify-content:var(--navigation-layout-justify, initial);align-items:var(--navigation-layout-align, initial);flex-wrap:var(--navigation-layout-wrap, wrap);background-color:inherit;gap:inherit;margin:0;width:fit-content;max-width:fit-content}.wp-block-navigation.items-justified-space-between .wpml-language-switcher-navigation-block.wpml-ls-dropdown{flex:inherit;display:flex !important}.wp-block-navigation.items-justified-space-between .wpml-language-switcher-navigation-block.wpml-ls-list{flex:inherit;display:contents !important}.wp-block-navigation.items-justified-space-between .wpml-block-navigation-language-switcher.wpml-ls-dropdown,.wp-block-navigation.items-justified-space-between [data-type='wpml/navigation-language-switcher']{flex:inherit;display:flex !important}.wp-block-navigation.items-justified-space-between .wpml-block-navigation-language-switcher.wpml-ls-list,.wp-block-navigation.items-justified-space-between [data-type='wpml/navigation-language-switcher']{flex:inherit;display:contents !important}.wp-block-navigation .wpml-block-navigation-item{background-color:inherit}.wp-block-navigation .wpml-block-navigation-item .current-language-item .wp-block-navigation-item__content>div{display:flex;align-items:center}.wp-block-navigation__submenu-container li{margin:0}.wp-block-navigation .wpml-language-switcher-navigation-block{width:unset !important;flex:initial !important}.wp-block-navigation .wpml-language-switcher-navigation-block .hide-arrow .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation .wpml-language-switcher-navigation-block ul li a{display:flex;align-items:center}.wp-block-navigation .wpml-language-switcher-navigation-block ul.horizontal-list{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin:0 !important;gap:1.5em !important}.wp-block-navigation .wpml-language-switcher-navigation-block ul.horizontal-list li{display:inline-block;line-height:100%}.wp-block-navigation .wpml-language-switcher-navigation-block ul.horizontal-list li a,.wp-block-navigation .wpml-language-switcher-navigation-block ul.horizontal-list li div{line-height:100%;display:inline-flex;align-items:center}

.ant-input-number{-webkit-box-sizing:border-box;box-sizing:border-box;font-variant:tabular-nums;list-style:none;-webkit-font-feature-settings:'tnum';font-feature-settings:'tnum';position:relative;width:100%;min-width:0;padding:4px 11px;color:rgba(0,0,0,0.85);font-size:14px;line-height:1.5715;background-color:#fff;background-image:none;-webkit-transition:all 0.3s;transition:all 0.3s;display:inline-block;width:90px;margin:0;padding:0;border:1px solid #d9d9d9;border-radius:2px}.ant-input-number::-moz-placeholder{opacity:1}.ant-input-number::-webkit-input-placeholder{color:#bfbfbf}.ant-input-number:-ms-input-placeholder{color:#bfbfbf}.ant-input-number::-ms-input-placeholder{color:#bfbfbf}.ant-input-number::placeholder{color:#bfbfbf}.ant-input-number:-moz-placeholder-shown{text-overflow:ellipsis}.ant-input-number:-ms-input-placeholder{text-overflow:ellipsis}.ant-input-number:placeholder-shown{text-overflow:ellipsis}.ant-input-number:hover{border-color:#40a9ff;border-right-width:1px !important}.ant-input-number:focus,.ant-input-number-focused{border-color:#40a9ff;border-right-width:1px !important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,0.2);box-shadow:0 0 0 2px rgba(24,144,255,0.2)}.ant-input-number-disabled{color:rgba(0,0,0,0.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-input-number-disabled:hover{border-color:#d9d9d9;border-right-width:1px !important}.ant-input-number[disabled]{color:rgba(0,0,0,0.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-input-number[disabled]:hover{border-color:#d9d9d9;border-right-width:1px !important}.ant-input-number-borderless,.ant-input-number-borderless:hover,.ant-input-number-borderless:focus,.ant-input-number-borderless-focused,.ant-input-number-borderless-disabled,.ant-input-number-borderless[disabled]{background-color:transparent;border:none;-webkit-box-shadow:none;box-shadow:none}textarea.ant-input-number{max-width:100%;height:auto;min-height:32px;line-height:1.5715;vertical-align:bottom;-webkit-transition:all 0.3s, height 0s;transition:all 0.3s, height 0s}.ant-input-number-lg{padding:6.5px 11px;font-size:16px}.ant-input-number-sm{padding:0px 7px}.ant-input-number-handler{position:relative;display:block;width:100%;height:50%;overflow:hidden;color:rgba(0,0,0,0.45);font-weight:bold;line-height:0;text-align:center;-webkit-transition:all 0.1s linear;transition:all 0.1s linear}.ant-input-number-handler:active{background:#f4f4f4}.ant-input-number-handler:hover .ant-input-number-handler-up-inner,.ant-input-number-handler:hover .ant-input-number-handler-down-inner{color:#40a9ff}.ant-input-number-handler-up-inner,.ant-input-number-handler-down-inner{display:inline-block;color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-0.125em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;right:4px;width:12px;height:12px;color:rgba(0,0,0,0.45);line-height:12px;-webkit-transition:all 0.1s linear;transition:all 0.1s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-input-number-handler-up-inner>*,.ant-input-number-handler-down-inner>*{line-height:1}.ant-input-number-handler-up-inner svg,.ant-input-number-handler-down-inner svg{display:inline-block}.ant-input-number-handler-up-inner::before,.ant-input-number-handler-down-inner::before{display:none}.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon{display:block}.ant-input-number:hover{border-color:#40a9ff;border-right-width:1px !important}.ant-input-number:hover+.ant-form-item-children-icon{opacity:0;-webkit-transition:opacity 0.24s linear 0.24s;transition:opacity 0.24s linear 0.24s}.ant-input-number-focused{border-color:#40a9ff;border-right-width:1px !important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,0.2);box-shadow:0 0 0 2px rgba(24,144,255,0.2)}.ant-input-number-disabled{color:rgba(0,0,0,0.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-input-number-disabled:hover{border-color:#d9d9d9;border-right-width:1px !important}.ant-input-number-disabled .ant-input-number-input{cursor:not-allowed}.ant-input-number-disabled .ant-input-number-handler-wrap{display:none}.ant-input-number-readonly .ant-input-number-handler-wrap{display:none}.ant-input-number-input{width:100%;height:30px;padding:0 11px;text-align:left;background-color:transparent;border:0;border-radius:2px;outline:0;-webkit-transition:all 0.3s linear;transition:all 0.3s linear;-moz-appearance:textfield !important}.ant-input-number-input::-moz-placeholder{opacity:1}.ant-input-number-input::-webkit-input-placeholder{color:#bfbfbf}.ant-input-number-input:-ms-input-placeholder{color:#bfbfbf}.ant-input-number-input::-ms-input-placeholder{color:#bfbfbf}.ant-input-number-input::placeholder{color:#bfbfbf}.ant-input-number-input:-moz-placeholder-shown{text-overflow:ellipsis}.ant-input-number-input:-ms-input-placeholder{text-overflow:ellipsis}.ant-input-number-input:placeholder-shown{text-overflow:ellipsis}.ant-input-number-input[type='number']::-webkit-inner-spin-button,.ant-input-number-input[type='number']::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.ant-input-number-lg{padding:0;font-size:16px}.ant-input-number-lg input{height:38px}.ant-input-number-sm{padding:0}.ant-input-number-sm input{height:22px;padding:0 7px}.ant-input-number-handler-wrap{position:absolute;top:0;right:0;width:22px;height:100%;background:#fff;border-left:1px solid #d9d9d9;border-radius:0 2px 2px 0;opacity:0;-webkit-transition:opacity 0.24s linear 0.1s;transition:opacity 0.24s linear 0.1s}.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner{min-width:auto;margin-right:0;font-size:7px}.ant-input-number-borderless .ant-input-number-handler-wrap{border-left-width:0}.ant-input-number-handler-wrap:hover .ant-input-number-handler{height:40%}.ant-input-number:hover .ant-input-number-handler-wrap{opacity:1}.ant-input-number-handler-up{border-top-right-radius:2px;cursor:pointer}.ant-input-number-handler-up-inner{top:50%;margin-top:-5px;text-align:center}.ant-input-number-handler-up:hover{height:60% !important}.ant-input-number-handler-down{top:0;border-top:1px solid #d9d9d9;border-bottom-right-radius:2px;cursor:pointer}.ant-input-number-handler-down-inner{top:50%;text-align:center;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ant-input-number-handler-down:hover{height:60% !important}.ant-input-number-borderless .ant-input-number-handler-down{border-top-width:0}.ant-input-number-handler-up-disabled,.ant-input-number-handler-down-disabled{cursor:not-allowed}.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner{color:rgba(0,0,0,0.25)}.ant-input-number-borderless{-webkit-box-shadow:none;box-shadow:none}.ant-input-number-rtl{direction:rtl}.ant-input-number-rtl .ant-input-number-handler-wrap{right:auto;left:0;border-right:1px solid #d9d9d9;border-left:0;border-radius:2px 0 0 2px}.ant-input-number-rtl.ant-input-number-borderless .ant-input-number-handler-wrap{border-right-width:0}.ant-input-number-rtl .ant-input-number-input{direction:ltr;text-align:right}

.ant-select-single .ant-select-selector{display:-webkit-box;display:-ms-flexbox;display:flex}.ant-select-single .ant-select-selector .ant-select-selection-search{position:absolute;top:0;right:11px;bottom:0;left:11px}.ant-select-single .ant-select-selector .ant-select-selection-search-input{width:100%}.ant-select-single .ant-select-selector .ant-select-selection-item,.ant-select-single .ant-select-selector .ant-select-selection-placeholder{padding:0;line-height:30px;-webkit-transition:all 0.3s;transition:all 0.3s}@supports (-moz-appearance: meterbar){.ant-select-single .ant-select-selector .ant-select-selection-item,.ant-select-single .ant-select-selector .ant-select-selection-placeholder{line-height:30px}}.ant-select-single .ant-select-selector .ant-select-selection-item{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-select-single .ant-select-selector .ant-select-selection-placeholder{pointer-events:none}.ant-select-single .ant-select-selector::after,.ant-select-single .ant-select-selector .ant-select-selection-item::after,.ant-select-single .ant-select-selector .ant-select-selection-placeholder::after{display:inline-block;width:0;visibility:hidden;content:'\a0'}.ant-select-single.ant-select-show-arrow .ant-select-selection-search{right:25px}.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder{padding-right:18px}.ant-select-single.ant-select-open .ant-select-selection-item{color:#bfbfbf}.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{width:100%;height:32px;padding:0 11px}.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input{height:30px}.ant-select-single:not(.ant-select-customize-input) .ant-select-selector::after{line-height:30px}.ant-select-single.ant-select-customize-input .ant-select-selector::after{display:none}.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search{position:static;width:100%}.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder{position:absolute;right:0;left:0;padding:0 11px}.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after{display:none}.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector{height:40px}.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after,.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder{line-height:38px}.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input{height:38px}.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector{height:24px}.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector::after,.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder{line-height:22px}.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input{height:22px}.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search{right:7px;left:7px}.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector{padding:0 7px}.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search{right:28px}.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder{padding-right:21px}.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector{padding:0 11px}.ant-select-selection-overflow{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:auto;flex:auto;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:100%}.ant-select-selection-overflow-item{-webkit-box-flex:0;-ms-flex:none;flex:none;-ms-flex-item-align:center;align-self:center;max-width:100%}.ant-select-multiple .ant-select-selector{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1px 4px}.ant-select-show-search.ant-select-multiple .ant-select-selector{cursor:text}.ant-select-disabled.ant-select-multiple .ant-select-selector{background:#f5f5f5;cursor:not-allowed}.ant-select-multiple .ant-select-selector::after{display:inline-block;width:0;margin:2px 0;line-height:24px;content:'\a0'}.ant-select-multiple.ant-select-show-arrow .ant-select-selector,.ant-select-multiple.ant-select-allow-clear .ant-select-selector{padding-right:24px}.ant-select-multiple .ant-select-selection-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:none;flex:none;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:100%;height:24px;margin-top:2px;margin-bottom:2px;line-height:22px;background:#f5f5f5;border:1px solid #f0f0f0;border-radius:2px;cursor:default;-webkit-transition:font-size 0.3s, line-height 0.3s, height 0.3s;transition:font-size 0.3s, line-height 0.3s, height 0.3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-margin-end:4px;margin-inline-end:4px;-webkit-padding-start:8px;padding-inline-start:8px;-webkit-padding-end:4px;padding-inline-end:4px}.ant-select-disabled.ant-select-multiple .ant-select-selection-item{color:#bfbfbf;border-color:#d9d9d9;cursor:not-allowed}.ant-select-multiple .ant-select-selection-item-content{display:inline-block;margin-right:4px;overflow:hidden;white-space:pre;text-overflow:ellipsis}.ant-select-multiple .ant-select-selection-item-remove{color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-0.125em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;color:rgba(0,0,0,0.45);font-weight:bold;font-size:10px;line-height:inherit;cursor:pointer}.ant-select-multiple .ant-select-selection-item-remove>*{line-height:1}.ant-select-multiple .ant-select-selection-item-remove svg{display:inline-block}.ant-select-multiple .ant-select-selection-item-remove::before{display:none}.ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon{display:block}.ant-select-multiple .ant-select-selection-item-remove>.anticon{vertical-align:-0.2em}.ant-select-multiple .ant-select-selection-item-remove:hover{color:rgba(0,0,0,0.75)}.ant-select-multiple .ant-select-selection-overflow-item+.ant-select-selection-overflow-item .ant-select-selection-search{-webkit-margin-start:0;margin-inline-start:0}.ant-select-multiple .ant-select-selection-search{position:relative;max-width:100%;margin-top:2px;margin-bottom:2px;-webkit-margin-start:7px;margin-inline-start:7px}.ant-select-multiple .ant-select-selection-search-input,.ant-select-multiple .ant-select-selection-search-mirror{height:24px;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';line-height:24px;-webkit-transition:all 0.3s;transition:all 0.3s}.ant-select-multiple .ant-select-selection-search-input{width:100%;min-width:4.1px}.ant-select-multiple .ant-select-selection-search-mirror{position:absolute;top:0;left:0;z-index:999;white-space:pre;visibility:hidden}.ant-select-multiple .ant-select-selection-placeholder{position:absolute;top:50%;right:11px;left:11px;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all 0.3s;transition:all 0.3s}.ant-select-multiple.ant-select-lg .ant-select-selector::after{line-height:32px}.ant-select-multiple.ant-select-lg .ant-select-selection-item{height:32px;line-height:30px}.ant-select-multiple.ant-select-lg .ant-select-selection-search{height:33px;line-height:33px}.ant-select-multiple.ant-select-lg .ant-select-selection-search-input,.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror{height:32px;line-height:30px}.ant-select-multiple.ant-select-sm .ant-select-selector::after{line-height:16px}.ant-select-multiple.ant-select-sm .ant-select-selection-item{height:16px;line-height:14px}.ant-select-multiple.ant-select-sm .ant-select-selection-search{height:17px;line-height:17px}.ant-select-multiple.ant-select-sm .ant-select-selection-search-input,.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror{height:16px;line-height:14px}.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder{left:7px}.ant-select-multiple.ant-select-sm .ant-select-selection-search:first-child .ant-select-selection-search-input{margin-left:3px}.ant-select-multiple.ant-select-lg .ant-select-selection-item{height:32px;line-height:32px}.ant-select-disabled .ant-select-selection-item-remove{display:none}.ant-select{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,0.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;-webkit-font-feature-settings:'tnum';font-feature-settings:'tnum';position:relative;display:inline-block;cursor:pointer}.ant-select:not(.ant-select-customize-input) .ant-select-selector{position:relative;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;-webkit-transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)}.ant-select:not(.ant-select-customize-input) .ant-select-selector input{cursor:pointer}.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector{cursor:text}.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input{cursor:auto}.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector{border-color:#40a9ff;border-right-width:1px !important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,0.2);box-shadow:0 0 0 2px rgba(24,144,255,0.2)}.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector{color:rgba(0,0,0,0.25);background:#f5f5f5;cursor:not-allowed}.ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector{background:#f5f5f5}.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input{cursor:not-allowed}.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input{margin:0;padding:0;background:transparent;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button{display:none;-webkit-appearance:none}.ant-select:not(.ant-select-disabled):hover .ant-select-selector{border-color:#40a9ff;border-right-width:1px !important}.ant-select-selection-item{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media all and (-ms-high-contrast: none){.ant-select-selection-item *::-ms-backdrop,.ant-select-selection-item{-ms-flex:auto;flex:auto}}.ant-select-selection-placeholder{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;color:#bfbfbf;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}@media all and (-ms-high-contrast: none){.ant-select-selection-placeholder *::-ms-backdrop,.ant-select-selection-placeholder{-ms-flex:auto;flex:auto}}.ant-select-arrow{display:inline-block;color:inherit;font-style:normal;line-height:0;text-transform:none;vertical-align:-0.125em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:53%;right:11px;width:12px;height:12px;margin-top:-6px;color:rgba(0,0,0,0.25);font-size:12px;line-height:1;text-align:center;pointer-events:none}.ant-select-arrow>*{line-height:1}.ant-select-arrow svg{display:inline-block}.ant-select-arrow::before{display:none}.ant-select-arrow .ant-select-arrow-icon{display:block}.ant-select-arrow .anticon{vertical-align:top;-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;transition:transform 0.3s;transition:transform 0.3s, -webkit-transform 0.3s}.ant-select-arrow .anticon>svg{vertical-align:top}.ant-select-arrow .anticon:not(.ant-select-suffix){pointer-events:auto}.ant-select-disabled .ant-select-arrow{cursor:not-allowed}.ant-select-clear{position:absolute;top:50%;right:11px;z-index:1;display:inline-block;width:12px;height:12px;margin-top:-6px;color:rgba(0,0,0,0.25);font-size:12px;font-style:normal;line-height:1;text-align:center;text-transform:none;background:#fff;cursor:pointer;opacity:0;-webkit-transition:color 0.3s ease, opacity 0.15s ease;transition:color 0.3s ease, opacity 0.15s ease;text-rendering:auto}.ant-select-clear::before{display:block}.ant-select-clear:hover{color:rgba(0,0,0,0.45)}.ant-select:hover .ant-select-clear{opacity:1}.ant-select-dropdown{margin:0;padding:0;color:rgba(0,0,0,0.85);font-variant:tabular-nums;line-height:1.5715;list-style:none;-webkit-font-feature-settings:'tnum';font-feature-settings:'tnum';position:absolute;top:-9999px;left:-9999px;z-index:1050;-webkit-box-sizing:border-box;box-sizing:border-box;padding:4px 0;overflow:hidden;font-size:14px;font-variant:initial;background-color:#fff;border-radius:2px;outline:none;-webkit-box-shadow:0 3px 6px -4px rgba(0,0,0,0.12),0 6px 16px 0 rgba(0,0,0,0.08),0 9px 28px 8px rgba(0,0,0,0.05);box-shadow:0 3px 6px -4px rgba(0,0,0,0.12),0 6px 16px 0 rgba(0,0,0,0.08),0 9px 28px 8px rgba(0,0,0,0.05)}.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft{-webkit-animation-name:antSlideUpIn;animation-name:antSlideUpIn}.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft,.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft{-webkit-animation-name:antSlideDownIn;animation-name:antSlideDownIn}.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft{-webkit-animation-name:antSlideUpOut;animation-name:antSlideUpOut}.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft{-webkit-animation-name:antSlideDownOut;animation-name:antSlideDownOut}.ant-select-dropdown-hidden{display:none}.ant-select-dropdown-empty{color:rgba(0,0,0,0.25)}.ant-select-item-empty{position:relative;display:block;min-height:32px;padding:5px 12px;color:rgba(0,0,0,0.85);font-weight:normal;font-size:14px;line-height:22px;color:rgba(0,0,0,0.25)}.ant-select-item{position:relative;display:block;min-height:32px;padding:5px 12px;color:rgba(0,0,0,0.85);font-weight:normal;font-size:14px;line-height:22px;cursor:pointer;-webkit-transition:background 0.3s ease;transition:background 0.3s ease}.ant-select-item-group{color:rgba(0,0,0,0.45);font-size:12px;cursor:default}.ant-select-item-option{display:-webkit-box;display:-ms-flexbox;display:flex}.ant-select-item-option-content{-webkit-box-flex:1;-ms-flex:auto;flex:auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-select-item-option-state{-webkit-box-flex:0;-ms-flex:none;flex:none}.ant-select-item-option-active:not(.ant-select-item-option-disabled){background-color:#f5f5f5}.ant-select-item-option-selected:not(.ant-select-item-option-disabled){color:rgba(0,0,0,0.85);font-weight:600;background-color:#e6f7ff}.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state{color:#1890ff}.ant-select-item-option-disabled{color:rgba(0,0,0,0.25);cursor:not-allowed}.ant-select-item-option-grouped{padding-left:24px}.ant-select-lg{font-size:16px}.ant-select-borderless .ant-select-selector{background-color:transparent !important;border-color:transparent !important;-webkit-box-shadow:none !important;box-shadow:none !important}.ant-select-rtl{direction:rtl}.ant-select-rtl .ant-select-arrow{right:initial;left:11px}.ant-select-rtl .ant-select-clear{right:initial;left:11px}.ant-select-dropdown-rtl{direction:rtl}.ant-select-dropdown-rtl .ant-select-item-option-grouped{padding-right:24px;padding-left:12px}.ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector,.ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector{padding-right:4px;padding-left:24px}.ant-select-rtl.ant-select-multiple .ant-select-selection-item{text-align:right}.ant-select-rtl.ant-select-multiple .ant-select-selection-item-content{margin-right:0;margin-left:4px;text-align:right}.ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror{right:0;left:auto}.ant-select-rtl.ant-select-multiple .ant-select-selection-search:first-child>.ant-select-selection-search-input{margin-right:5px !important;margin-left:0 !important}.ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder{right:11px;left:auto}.ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder{right:7px}.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder{right:0;left:9px;text-align:right}.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search{right:11px;left:25px}.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder{padding-right:0;padding-left:18px}.ant-select-rtl.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{padding:0 11px}.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search{right:0}.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder{padding-right:0;padding-left:21px}

.ant-slider{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,0.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;-webkit-font-feature-settings:'tnum';font-feature-settings:'tnum';position:relative;height:12px;margin:10px 6px 10px;padding:4px 0;cursor:pointer;-ms-touch-action:none;touch-action:none}.ant-slider-vertical{width:12px;height:100%;margin:6px 10px;padding:0 4px}.ant-slider-vertical .ant-slider-rail{width:4px;height:100%}.ant-slider-vertical .ant-slider-track{width:4px}.ant-slider-vertical .ant-slider-handle{margin-top:-6px;margin-left:-5px}.ant-slider-vertical .ant-slider-mark{top:0;left:12px;width:18px;height:100%}.ant-slider-vertical .ant-slider-mark-text{left:4px;white-space:nowrap}.ant-slider-vertical .ant-slider-step{width:4px;height:100%}.ant-slider-vertical .ant-slider-dot{top:auto;left:2px;margin-bottom:-4px}.ant-slider-tooltip .ant-tooltip-inner{min-width:unset}.ant-slider-rtl.ant-slider-vertical .ant-slider-handle{margin-right:-5px;margin-left:0}.ant-slider-rtl.ant-slider-vertical .ant-slider-mark{right:12px;left:auto}.ant-slider-rtl.ant-slider-vertical .ant-slider-mark-text{right:4px;left:auto}.ant-slider-rtl.ant-slider-vertical .ant-slider-dot{right:2px;left:auto}.ant-slider-with-marks{margin-bottom:28px}.ant-slider-rail{position:absolute;width:100%;height:4px;background-color:#f5f5f5;border-radius:2px;-webkit-transition:background-color 0.3s;transition:background-color 0.3s}.ant-slider-track{position:absolute;height:4px;background-color:#91d5ff;border-radius:2px;-webkit-transition:background-color 0.3s;transition:background-color 0.3s}.ant-slider-handle{position:absolute;width:14px;height:14px;margin-top:-5px;background-color:#fff;border:solid 2px #91d5ff;border-radius:50%;-webkit-box-shadow:0;box-shadow:0;cursor:pointer;-webkit-transition:border-color 0.3s,-webkit-box-shadow 0.6s,-webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);transition:border-color 0.3s,-webkit-box-shadow 0.6s,-webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);transition:border-color 0.3s,box-shadow 0.6s,transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);transition:border-color 0.3s,box-shadow 0.6s,transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28),-webkit-box-shadow 0.6s,-webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28)}.ant-slider-handle-dragging.ant-slider-handle-dragging.ant-slider-handle-dragging{border-color:#46a6ff;-webkit-box-shadow:0 0 0 5px rgba(24,144,255,0.12);box-shadow:0 0 0 5px rgba(24,144,255,0.12)}.ant-slider-handle:focus{border-color:#46a6ff;outline:none;-webkit-box-shadow:0 0 0 5px rgba(24,144,255,0.12);box-shadow:0 0 0 5px rgba(24,144,255,0.12)}.ant-slider-handle.ant-tooltip-open{border-color:#1890ff}.ant-slider:hover .ant-slider-rail{background-color:#e1e1e1}.ant-slider:hover .ant-slider-track{background-color:#69c0ff}.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open){border-color:#69c0ff}.ant-slider-mark{position:absolute;top:14px;left:0;width:100%;font-size:14px}.ant-slider-mark-text{position:absolute;display:inline-block;color:rgba(0,0,0,0.45);text-align:center;word-break:keep-all;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-slider-mark-text-active{color:rgba(0,0,0,0.85)}.ant-slider-step{position:absolute;width:100%;height:4px;background:transparent}.ant-slider-dot{position:absolute;top:-2px;width:8px;height:8px;margin-left:-4px;background-color:#fff;border:2px solid #f0f0f0;border-radius:50%;cursor:pointer}.ant-slider-dot:first-child{margin-left:-4px}.ant-slider-dot:last-child{margin-left:-4px}.ant-slider-dot-active{border-color:#8cc8ff}.ant-slider-disabled{cursor:not-allowed}.ant-slider-disabled .ant-slider-track{background-color:rgba(0,0,0,0.25) !important}.ant-slider-disabled .ant-slider-handle,.ant-slider-disabled .ant-slider-dot{background-color:#fff;border-color:rgba(0,0,0,0.25) !important;-webkit-box-shadow:none;box-shadow:none;cursor:not-allowed}.ant-slider-disabled .ant-slider-mark-text,.ant-slider-disabled .ant-slider-dot{cursor:not-allowed !important}.ant-slider-rtl{direction:rtl}.ant-slider-rtl .ant-slider-mark{right:0;left:auto}.ant-slider-rtl .ant-slider-dot{margin-right:-4px;margin-left:0}.ant-slider-rtl .ant-slider-dot:first-child{margin-right:-4px;margin-left:0}.ant-slider-rtl .ant-slider-dot:last-child{margin-right:-4px;margin-left:0}

.ant-alert{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,0.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;-webkit-font-feature-settings:'tnum';font-feature-settings:'tnum';position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px 15px;word-wrap:break-word;border-radius:2px}.ant-alert-content{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.ant-alert-icon{margin-right:8px}.ant-alert-description{display:none;font-size:14px;line-height:22px}.ant-alert-success{background-color:#f6ffed;border:1px solid #b7eb8f}.ant-alert-success .ant-alert-icon{color:#52c41a}.ant-alert-info{background-color:#e6f7ff;border:1px solid #91d5ff}.ant-alert-info .ant-alert-icon{color:#1890ff}.ant-alert-warning{background-color:#fffbe6;border:1px solid #ffe58f}.ant-alert-warning .ant-alert-icon{color:#faad14}.ant-alert-error{background-color:#fff2f0;border:1px solid #ffccc7}.ant-alert-error .ant-alert-icon{color:#ff4d4f}.ant-alert-error .ant-alert-description>pre{margin:0;padding:0}.ant-alert-action{margin-left:8px}.ant-alert-close-icon{margin-left:8px;padding:0;overflow:hidden;font-size:12px;line-height:12px;background-color:transparent;border:none;outline:none;cursor:pointer}.ant-alert-close-icon .anticon-close{color:rgba(0,0,0,0.45);-webkit-transition:color 0.3s;transition:color 0.3s}.ant-alert-close-icon .anticon-close:hover{color:rgba(0,0,0,0.75)}.ant-alert-close-text{color:rgba(0,0,0,0.45);-webkit-transition:color 0.3s;transition:color 0.3s}.ant-alert-close-text:hover{color:rgba(0,0,0,0.75)}.ant-alert-with-description{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:15px 15px 15px 24px}.ant-alert-with-description.ant-alert-no-icon{padding:15px 15px}.ant-alert-with-description .ant-alert-icon{margin-right:15px;font-size:24px}.ant-alert-with-description .ant-alert-message{display:block;margin-bottom:4px;color:rgba(0,0,0,0.85);font-size:16px}.ant-alert-message{color:rgba(0,0,0,0.85)}.ant-alert-with-description .ant-alert-description{display:block}.ant-alert.ant-alert-motion-leave{overflow:hidden;opacity:1;-webkit-transition:max-height 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86),opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86),padding-top 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86),padding-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86),margin-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);transition:max-height 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86),opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86),padding-top 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86),padding-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86),margin-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86)}.ant-alert.ant-alert-motion-leave-active{max-height:0;margin-bottom:0 !important;padding-top:0;padding-bottom:0;opacity:0}.ant-alert-banner{margin-bottom:0;border:0;border-radius:0}.ant-alert.ant-alert-rtl{direction:rtl}.ant-alert-rtl.ant-alert.ant-alert-no-icon{padding:8px 15px}.ant-alert-rtl .ant-alert-icon{margin-right:auto;margin-left:8px}.ant-alert-rtl .ant-alert-action{margin-right:8px;margin-left:auto}.ant-alert-rtl .ant-alert-close-icon{margin-right:8px;margin-left:auto}.ant-alert-rtl.ant-alert-with-description .ant-alert-icon{margin-right:auto;margin-left:15px}

html[dir="rtl"] .wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu .wp-block-navigation-submenu__toggle img{margin-left:12px}html[dir="rtl"] .wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal li{text-align:right}html[dir="rtl"] .wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal li a img{margin-left:12px}.wpml-language-switcher-block{display:flex;box-sizing:border-box;width:100% !important}.wpml-language-switcher-block>.wp-block-navigation-item,.wpml-language-switcher-block>.wp-block-navigation-item>div{display:flex;width:100% !important}.wpml-language-switcher-block .wp-block-navigation__container{background:unset !important}.wpml-language-switcher-block .hide-arrow .wp-block-navigation__submenu-icon{display:none}.wpml-language-switcher-block .wpml-ls-dropdown ul li button{padding:0}.wpml-language-switcher-block .wpml-ls-dropdown ul li button+.isHorizontal{min-width:inherit !important}.wpml-language-switcher-block .wpml-ls-dropdown ul li button+.isHorizontal li{width:inherit !important}.wpml-language-switcher-block .wpml-ls-dropdown ul li button+.isHorizontal li a{display:flex;align-items:center;min-width:max-content}.wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal{margin:0;min-width:inherit !important}.wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal li{width:inherit !important;text-align:left}.wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal li a{display:flex;align-items:center;min-width:max-content}.wpml-language-switcher-block ul{list-style-type:none !important;padding:0 !important;width:100%}.wpml-language-switcher-block ul li{margin:0 !important}.wpml-language-switcher-block ul.wp-block-navigation__submenu-container{border:inherit !important;background-color:unset !important;min-width:unset !important}.wpml-language-switcher-block ul.wp-block-navigation__submenu-container .wp-block-navigation-item{border-radius:0 !important}.wpml-language-switcher-block ul.wp-block-navigation__submenu-container .wp-block-navigation-item a{display:flex;align-items:center;min-width:max-content;padding:1px}.wpml-language-switcher-block ul.horizontal-list{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin:0 !important;gap:1em !important}.wpml-language-switcher-block ul.horizontal-list li{display:inline-block;margin:0;line-height:100%}.wpml-language-switcher-block ul.horizontal-list li a{line-height:100%}.wpml-language-switcher-block ul.center-justify{justify-content:center}.wpml-language-switcher-block ul.center-justify .wp-block-navigation-item{justify-content:center}.wpml-language-switcher-block ul.right-justify{justify-content:right}.wpml-language-switcher-block ul.right-justify .wp-block-navigation-item{justify-content:right}.wpml-language-switcher-block ul.space_between-justify{justify-content:space-between}.wpml-language-switcher-block ul.space_between-justify li>div{white-space:nowrap}.wpml-language-switcher-block .hasHoverColor:hover{color:var(--hover-color) !important}.wpml-language-switcher-block .hasHoverBackgroundColor:hover{background-color:var(--hover-background-color) !important}.wpml-language-switcher-block ul.isHorizontal{padding-left:0;list-style:none}.wpml-language-switcher-block ul.isHorizontal li{display:inline;margin-left:0}.wpml-language-switcher-block ul.isHorizontal li div{display:inline-block}.wpml-language-switcher-block ul.hasSpacing.isHorizontal li:not(:last-child){margin-right:var(--language-spacing) !important}.wpml-language-switcher-block ul.hasSpacing.isVertical li:not(:last-child){margin-bottom:var(--language-spacing) !important}.wpml-language-switcher-block ul.hasSpacing.isVertical .wp-block-navigation-item>div,.wpml-language-switcher-block ul.hasSpacing.isVertical .wp-block-navigation-item>div>a{display:inline-flex;align-items:center}.wpml-language-switcher-block .hasHoverColor:hover{color:var(--hover-color) !important}.wpml-language-switcher-block .hasHoverBackgroundColor:hover{background-color:var(--hover-background-color) !important}.wpml-language-switcher-block .hasFontSize{font-size:var(--font-size) !important}.wpml-language-switcher-block .hasLetterSpacing{letter-spacing:var(--letter-spacing) !important}.wpml-language-switcher-block .hasTextTransform{text-transform:var(--text-transform) !important}.wpml-language-switcher-block .hasFontFamily{font-family:var(--font-family) !important}.wpml-ls-flag{display:inline-block}.wpml-ls-flag-style-btn{border:0px transparent;padding-top:3px !important}.wpml-ls-flag-style-btn.black-bg{background-color:black}.wpml-ls-flag-style-btn.transparent-bg{background-color:transparent}.wpml-ls-control-row{border:solid 1px #949494;border-radius:2px;margin-bottom:8px}.wpml-ls-control-row-with-padding{padding:1px}.wpml-ls-number-control{max-width:100%;width:100%}.wpml-ls-slider-control-alert{margin-top:5px !important}.wpml-ls-slider .ant-slider-track{background-color:#3858E9}.wpml-ls-slider .ant-slider-handle{border:solid 1px black}.wpml-ls-control-blue{color:#3858E9 !important}.wpml-ls-number-with-unit-select select{color:#3858E9 !important;font-weight:900 !important}.wpml-ls-control-grey{color:#757575}.wpml-ls-control-bg-grey{background-color:#a6a6a6}.wpml-ls-control-font{font-family:"SF Pro Text", sans-serif;font-style:normal;font-weight:400 !important;font-size:13px !important;line-height:140% !important}.wpml-ls-option-btn-col{padding:0.5px}.wpml-ls-no-borders{border:none}.ant-col-8.wpml-ls-option-btn-col{display:inline-flex}.wpml-ls-three-btn-row .wpml-ls-option-btn-wrap{white-space:normal;word-break:break-word}.wpml-ls-three-btn-row .ant-btn-no-height-less-padding{height:unset;padding-right:10px;padding-left:10px}.wpml-ls-full-width{width:100%}.wpml-ls-toggle-control .components-form-toggle.is-checked>.components-form-toggle__track{background-color:#3858E9;border-color:#3858E9}.wpml-ls-toggle-control .components-form-toggle.is-checked>.components-form-toggle__thumb{background-color:white}.wpml-ls-toggle-control .components-form-toggle>.components-form-toggle__track{background-color:white;border-color:black}.wpml-ls-toggle-control .components-form-toggle>.components-form-toggle__thumb{background-color:black}.ant-select-dropdown{min-width:45px !important;max-width:45px !important;width:45px !important}.wpml-ls-color-control{border:1px solid #DDDDDD;border-bottom:0px;padding:10px;box-sizing:border-box}.wpml-ls-color-control.wpml-ls-with-bottom-border{border-bottom:1px solid #DDDDDD}.wpml-ls-color-control .wpml-ls-icon-no-color:hover{cursor:pointer}.wpml-ls-color-control .component-color-indicator{width:25px;height:25px;box-shadow:0px 0px 2px 1px lightgrey}.wpml-ls-color-control .component-color-indicator:hover{cursor:pointer}.wpml-ls-color-control .wpml-ls-color-title{top:3px}.wpml-ls-dimension-control{border-top:solid 1px #e0e0e0}.wpml-ls-dimension-control .components-panel__arrow{visibility:hidden}.wpml-ls-panel-settings-dropdown-container{position:absolute;right:0px}.wpml-ls-icon-link{width:24px;height:24px;top:3px;border-radius:2px}.ant-input-number-handler-wrap{display:none !important}.ant-input-number-input{padding-right:0px !important;padding-left:3px !important}.block-editor-contrast-checker+.block-editor-contrast-checker{display:none}.current-language-item{display:flex;align-items:center;min-height:30px}.current-language-item .wp-block-navigation-item__content>div{display:flex;align-items:center}.wpml-ls-fontLetterCase-control button.components-button.has-icon{margin-right:0 !important;min-width:30px !important;height:30px !important}.wpml-ls-fontLetterSpacing-control div.components-input-control__container{top:4px}[data-wpml='language-item']:first-of-type{margin-top:5px !important}.wpml-ls-dimension-panel .components-panel__arrow{display:none}.wpml-ls-typography-panel .components-panel__arrow{display:none}.wpml-ls-panel-settings-dropdown-container>div>button>span.anticon-more{font-size:large;margin-right:10px}.wpml-ls-panel-settings-dropdown-container>div>button>span.anticon-plus{font-size:medium;margin-right:10px}

.wp-block-navigation.is-content-justification-space-between .wp-block-page-list{display:contents}.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block,.wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher']{display:contents !important}.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block .wp-block-navigation-item,.wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] .wp-block-navigation-item{display:contents}.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block .wp-block-navigation-item>div,.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block .wp-block-navigation-item .horizontal-list,.wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] .wp-block-navigation-item>div,.wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] .wp-block-navigation-item .horizontal-list{display:contents}.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block .wp-block-navigation-item>div li.wp-block-navigation-item,.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block .wp-block-navigation-item .horizontal-list li.wp-block-navigation-item,.wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] .wp-block-navigation-item>div li.wp-block-navigation-item,.wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] .wp-block-navigation-item .horizontal-list li.wp-block-navigation-item{display:flex}.wp-block-navigation .wpml-block-navigation-language-switcher,.wp-block-navigation [data-type='wpml/navigation-language-switcher']{display:flex !important;flex-direction:var(--navigation-layout-direction, initial);justify-content:var(--navigation-layout-justify, initial);align-items:var(--navigation-layout-align, initial);flex-wrap:var(--navigation-layout-wrap, wrap);background-color:inherit;gap:inherit;margin:0;width:fit-content;max-width:fit-content}.wp-block-navigation.items-justified-space-between .wpml-language-switcher-navigation-block.wpml-ls-dropdown{flex:inherit;display:flex !important}.wp-block-navigation.items-justified-space-between .wpml-language-switcher-navigation-block.wpml-ls-list{flex:inherit;display:contents !important}.wp-block-navigation.items-justified-space-between .wpml-block-navigation-language-switcher.wpml-ls-dropdown,.wp-block-navigation.items-justified-space-between [data-type='wpml/navigation-language-switcher']{flex:inherit;display:flex !important}.wp-block-navigation.items-justified-space-between .wpml-block-navigation-language-switcher.wpml-ls-list,.wp-block-navigation.items-justified-space-between [data-type='wpml/navigation-language-switcher']{flex:inherit;display:contents !important}.wp-block-navigation .wpml-block-navigation-item{background-color:inherit}.wp-block-navigation .wpml-block-navigation-item .current-language-item .wp-block-navigation-item__content>div{display:flex;align-items:center}.wp-block-navigation__submenu-container li{margin:0}.wp-block-navigation .wpml-language-switcher-navigation-block{width:unset !important;flex:initial !important}.wp-block-navigation .wpml-language-switcher-navigation-block .hide-arrow .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation .wpml-language-switcher-navigation-block ul li a{display:flex;align-items:center}.wp-block-navigation .wpml-language-switcher-navigation-block ul.horizontal-list{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin:0 !important;gap:1.5em !important}.wp-block-navigation .wpml-language-switcher-navigation-block ul.horizontal-list li{display:inline-block;line-height:100%}.wp-block-navigation .wpml-language-switcher-navigation-block ul.horizontal-list li a,.wp-block-navigation .wpml-language-switcher-navigation-block ul.horizontal-list li div{line-height:100%;display:inline-flex;align-items:center}

.wpcf7 .wpcf7-stripe .wpcf7-form-control-wrap {
	margin: .6em 0;
}

.wpcf7 .wpcf7-stripe .wpcf7-form-control {
	display: block;
	background: #f6f7f7;
	padding: 12px 12px;
	border: 1px solid #787c82;
}

.wpcf7 .wpcf7-stripe button:disabled {
	cursor: not-allowed;
}

.wpcf7 .wpcf7-stripe .hidden {
	display: none;
}
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
.woof_container{
    padding-bottom: 5px;
    margin-bottom: 9px;
}

.woof_container select{
    width: 100%;
}

.woof_container label{
    display: inline-block !important;
}

ul.woof_list{
    margin: 0 !important;
    list-style: none !important;
}

li.woof_list{
    list-style: none !important;
}

.woof_list li{
    list-style: none !important;
}

.woof_block_html_items ul{
    margin-left: 0 !important;
}

.woof_list label{
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline-block !important;
}

.woof_childs_list{
    padding: 0 0 0 17px !important;
    margin: 0 !important;
}

/**********************/
.woof_auto_show{
    position: absolute;
    z-index: 1001;
    width: 100%;
}

.woof_sid_auto_shortcode .woof_container{
    width: 33%;
    min-width: 150px;
}

.woof_sid_auto_shortcode .woof_container,
.woof_sid_auto_shortcode .woof_container_mselect{
    overflow-x: hidden;
    overflow-y: auto;
    min-height: fit-content;
    max-height: 250px;
}

.woof_sid_auto_shortcode .woof_container_select_hierarchy,
.woof_sid_auto_shortcode .woof_container_slider,
.woof_sid_auto_shortcode .woof_meta_slider_container,
.woof_sid_auto_shortcode .woof_container_mselect,
.woof_sid_auto_shortcode .woof_container_select,
.woof_sid_auto_shortcode .woof_price_filter{
    overflow: visible;
}

.woof_sid_auto_shortcode .woof_container_inner{
    padding-left: 5px;
}

.woof_submit_search_form{
    float: left;
}

.woof_submit_search_form_container{
    overflow: hidden;
    clear: both;
    margin: 9px 0 15px 0;
    display: flex;
    justify-content: space-between;
}

.woof_submit_search_form_container:empty{
    display: none;
}

li.woof_childs_list_li{
    padding-bottom: 0 !important;
}

/********************/
div.woof_info_popup {
    position: fixed;
    top: 48%;
    left: 48%;
    z-index: 10001;
    display: none;
    overflow: hidden;
    padding: 20px;
    border-radius: 5px;
    background-color: rgba(0,0,0,.6);
    box-shadow:
        inset 0 0 0 1px rgba(0,0,0,.6),
        inset 0 0 0 2px rgba(255,255,255,.2);
    color: #fff;
    font-size: 22px;
    font-family: 'Oswald',sans-serif;
}

/*************/

p.woof_tooltip {
    position: relative;
    display: inline;
    line-height: normal !important;
}
p.woof_tooltip span.woof_tooltip_data {
    position: absolute;
    width:auto;
    min-width: 140px;
    max-width: 300px;
    color: #FFFFFF;
    background: #000000;
    height: auto;
    min-height: 21px;
    line-height: 21px;
    vertical-align: middle;
    text-align: center;
    visibility: hidden;
    border-radius: 6px;
    margin-top: -30px;
}
p.woof_tooltip span.woof_tooltip_data:after {

}
p:hover.woof_tooltip span.woof_tooltip_data {
    visibility: visible;
    opacity: 0.8;
    left: 50%;
    margin-left: -74px;
    z-index: 999;
}
.woof_tooltip_title{
    display: none;
}
.woof_step .price_slider_amount .button{
    display: none;
}

.woof_products_top_panel{
    overflow: hidden;
    line-height: 32px;
    margin: 5px 0 15px 0;
    display: none;
    position: relative;
    z-index: 99;
    clear: both;
}
.woof_products_top_panel_ul li ul li{
    margin: 0 5px 0 0 !important;
}

.woof_products_top_panel_ul a{
    text-decoration: none !important;
}

.woof_reset_button_2{
    padding: 2px 7px;
}
.woof_products_top_panel ul{
    margin: 0 !important;
    padding: 0 !important;
}

.woof_products_top_panel li{
    float: left;
    margin: 0 15px 0 0 !important;
    list-style: none !important;
}

.woof_products_top_panel li a{
    text-decoration: none;
}

.woof_products_top_panel li a:hover{
    text-decoration: none;
}

.woof_products_top_panel li span{
    padding-right: 16px;
    background: url(/wp-content/plugins/woocommerce-products-filter/css/../img/delete.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: right;
}

.woof_products_top_panel li span:hover{
    background-size: 14px 14px;
}


/*****************************************************/
.woof_sid_auto_shortcode{
    background: #fff;
    border: solid 1px #eee;
    border-radius: 3px;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background: #fefefe;
    margin-bottom: 11px;
    clear: both;
}

.woof_sid_auto_shortcode.woof{
    padding: 16px;
}


.woof_edit_view{
    position: relative;
    float: right;
    clear: both;
    opacity: 0.7;
    z-index: 9999;
    margin-top: -20px;
}

.woof_container_overlay{
    position: relative;
    border:solid 1px orange;
}

.woof_container_setter{
    position: relative;
}

.woof_container_overlay_item{
    display: none;
    color: red;
    padding: 4px;
}

.woof_container_overlay .woof_container_setter_link{
    display: inline-block;
    position: relative;
    float: right;
    clear: both;
    opacity: 0.8;
}

.woof_show_auto_form,.woof_hide_auto_form{
    display: inline-block !important;
    margin-bottom: 3px !important;
}

/*** https://www.svgrepo.com/vectors/search/4 Free Search SVG Vectors and Icons ***/
.woof_show_auto_form,
.woof_hide_auto_form{
    background: url(/wp-content/plugins/woocommerce-products-filter/css/../img/magnifying-glass.svg);
    background-size: cover;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
}

.woof_show_auto_form_txt.woof_show_auto_form,.woof_show_auto_form_txt.woof_hide_auto_form{
    width: auto;
    height: auto;
    background: none;
}

.woocommerce-ordering{
    position: relative;
    z-index: 3;
}

.woof_sid_auto_shortcode .woof_redraw_zone{
    position: relative;
    width: 100%;
    z-index: 1001;
    display: flex;
    flex-wrap: wrap;
}

.woof_auto_show .woof_price_search_container{
    position: relative;
    z-index: 1002;
}

.woof_price_search_container .price_slider_amount .price_label{
    float: left !important;
    display: inline-block;
    text-align: right !important;
}

.woof_price_search_container form .price_slider_wrapper{
    display: flex;
    flex-wrap: wrap;
}

.woof_price_search_container form .price_slider_wrapper input[type='text']{
    max-width: 35%;
    margin-right: 3px;
    box-shadow: none;
}

.woof_childs_list_opener{
    vertical-align: middle;
    margin-left: 7px !important;
    margin-top: 0 !important;
    display: inline-block !important;
    line-height: 0 !important;
}

.woof_childs_list_opener span{
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: right;
    width: 13px;
    height: 13px;
}

.woof_childs_list_opener span.woof_is_closed{
    background: url(/wp-content/plugins/woocommerce-products-filter/css/../img/plus2.svg);
}

.woof_childs_list_opener span.woof_is_opened{
    background: url(/wp-content/plugins/woocommerce-products-filter/css/../img/minus2.svg);
}


.woof_childs_list_opener span:hover{
    background-size: 18px 18px;
}

.woof_list_checkbox li div{
    margin-top: 3px;
}

ul.woof_list li{
    margin: 0 3px 4px 3px;
}

/* =Price Filter Widget
        -------------------------------------------------------------- */
.woof .widget_price_filter .price_slider {
    margin-bottom: 1em;
}
.woof .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
}
.woof .widget_price_filter .price_slider_amount .button {
    float: right !important;
}

.woof .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}
.woof .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.9em;
    height: 0.9em;
    border-radius: 1em;
    border: 1px solid #141741;
    cursor: pointer;
    background: #2d338e;
    outline: none;
}
.woof .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -0.5em;
}
.woof .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #c0132c;
    border-radius: 1em;
}
.woof .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background: #d5d5d5;
}
.woof .widget_price_filter .ui-slider-horizontal {
    height: .5em;
}
.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}
.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}


.woof .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #a46497;
    border: 0 none;
    border-radius: 1em;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}
.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}
.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}
.woof .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #a46497;
    border: 0 none;
    border-radius: 1em;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}

.woof .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #a46497;
    border-radius: 1em;
    cursor: ew-resize;
    height: 1em;
    margin-left: -0.5em;
    outline: 0 none;
    position: absolute;
    width: 1em;
    z-index: 2;
}


.woof .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #602053;
    border: 0 none;
    border-radius: 1em;
}
.woof .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: none repeat scroll 0 0 #d5d5d5;
    border-radius: 1em;
}
.woof .widget_price_filter .ui-slider-horizontal {
    height: 0.5em;
}
.woof .widget_price_filter .ui-slider {
    margin-left: 0.5em;
    margin-right: 0.5em;
    position: relative;
    text-align: left;
}
.woof .woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em;
}
.woof .widget_price_filter .ui-slider-horizontal {
    height: 0.5em;
}
.woof .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}
.woof .widget_price_filter .price_slider {
    margin-bottom: 1em;
}

.woof_overflow_hidden{
    overflow: hidden;
}

.woof .chosen-drop{
    z-index: 10001 !important;
}

.chosen-results{
    z-index: 10001 !important;
}

.woof .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
    min-height: 18px !important;
}

.woof_sid_widget .woof_edit_view{
    display: none;
}

.woof_section_scrolled{
    overflow: auto;
    overflow-x: hidden;
    margin-bottom: 3px;
}

.woof_price_filter_dropdown{
    width: 100%;
}

.chosen-results li{
    margin-left: 0 !important;
}

.woof-padding-1{
    padding-left: 12px !important;
}
.woof-padding-2{
    padding-left: 24px !important;
}
.woof-padding-3{
    padding-left: 36px !important;
}
.woof-padding-4{
    padding-left: 48px !important;
}
.woof-padding-5{
    padding-left: 60px !important;
}

/*******************************/

.chosen-container{
    margin-bottom: 3px;
    max-width: 100%;
}

.woof_search_is_going nav.woocommerce-breadcrumb+h1.page-title{
    display: none;
}

.woof_search_is_going nav.woocommerce-breadcrumb{
    display: none;
}

.woof_checkbox_label{
    margin-left: 7px !important;
}

.woof_checkbox_label_selected{
    font-weight: bold;
}

.woof_radio_label_selected{
    font-weight: bold;
}

.woof_checkbox_count{
    margin-left: 3px;
}

.woof_radio_label{
    margin-left: 5px;
}

.woof_radio_count{
    margin-left: 2px;
}

a.woof_front_toggle{
    float:right;
    text-decoration: none !important;
}

.woof_redraw_zone a.woof_front_toggle img{
    height: 20px;
}


.woof_closed_block{
    display: none;
}

.woof_radio_term_reset_visible{
    display: inline-block !important;
    padding: 2px 0 0 7px;
    position: absolute;
}

.woof label{
    cursor: pointer;
}

.woof_hidden_term{
    display: none !important;
}

.woof_open_hidden_li{
    clear:both;
    display: block !important;
    text-align: center;
}

.woof_open_hidden_li a{
    outline: none !important;
}

.woof_open_hidden_li img{
    box-shadow: none !important;
}

a.woof_start_filtering_btn{
    display: inline-block;
    padding: 9px 12px;
    border: solid 2px #ccc;
    border-radius: 3px;
    text-decoration: none !important;
    transition: all .5s;
}

a.woof_start_filtering_btn:hover{
    color: #0073d2 !important;
    border-color: #0073d2;
    text-decoration: none;
}

a.woof_start_filtering_btn2{
    display: inline-block;
    padding: 9px 12px;
    border: solid 2px #0073d2;
    border-radius: 7px;
    text-decoration: none !important;
    color: #0073d2 !important;
}

.woof_price_filter_txt{
    min-width: 75px !important;
    max-width: 49%;
}

a.chosen-single{
    text-decoration: none !important;
}

.chosen-container-single .chosen-single span{
    font-size: 14px;
    color: #444;
    font-weight: 400;
    line-height: 24px;
}

.chosen-container-single .chosen-single{
    height: 32px !important;
    line-height: 29px !important;
    background: #fff;
    box-shadow: none;
    border-radius: 1px;
}

.chosen-container-single .chosen-single div b{
    background-position: 0 4px !important;
}

/*shortcode skins*/

.woof_sid_flat_white{
    background: #fff;
    border: solid 1px #eee;
    padding: 9px;
}

.woof_sid_flat_grey .chosen-container-single .chosen-single{
    border-radius: 0px;
    background: none;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #ddd;

}
.woof_sid_flat_grey .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #ddd;
    border-radius: 0;
    background-image: none;
    box-shadow: none;
}
.woof_sid_flat_grey .chosen-container-active{
    background: none;
    background-color: #fff;
    box-shadow: none;
}
.woof_sid_flat_grey .chosen-container-multi .chosen-choices{
    background-image: none;
    border: 1px solid #ddd;
}
.woof_sid_flat_grey  .chosen-container-active .chosen-choices{
    box-shadow: none;
    border: 2px solid #97b6be;
}
.woof_sid_flat_grey  .chosen-container .chosen-results li.highlighted {
    background-color: #97b6be;
    background-image: none;
    color: #fff;
}

.woof_sid_flat_grey .chosen-container-multi .chosen-choices li.search-choice , .woof_sid_flat_dark .chosen-container-multi .chosen-choices li.search-choice {
    border: 2px solid #aaa;
    border-radius: 0px;
    background-color: transparent;
    ;
    background-image:none;
    box-shadow: none;
}
.woof_sid_flat_grey .chosen-container .chosen-drop{
    border: 2px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: none;
}
.woof_sid_flat_grey .woof_submit_search_form_container button{
    box-shadow: none;
}
.woof_sid_flat_grey .woof_submit_search_form_container button:hover{
    background-color: #97b6be;
}
.woof_sid_flat_grey .woof_submit_search_form_container, .woof_sid_flat_dark .woof_submit_search_form_container {
    margin: 0px;
}


.woof_sid_flat_grey .woof_redraw_zone select,.woof_sid_flat_grey .woof_redraw_zone input{
    width: 100%;
}
.woof_sid_flat_grey .irs-bar, .woof_sid_flat_dark .irs-bar {
    border-top: 1px solid #97b6be;
    border-bottom: 1px solid #97b6be;
    background: #97b6be;

}
.woof_sid_flat_grey .irs-from, .woof_sid_flat_grey .irs-to, .woof_sid_flat_grey .irs-single {
    color: #fff;
    background: #97b6be;
}
.woof_sid_flat_dark .irs-from, .woof_sid_flat_dark .irs-to, .woof_sid_flat_dark .irs-single {
    color: #fff;
    background: #97b6be;
}
.woof_sid_flat_grey .irs-slider, .woof_sid_flat_dark .irs-slider{
    border: 2px solid #AAA;
    background: #DDD;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.3);
}
.woof_sid_flat_grey .irs-line, .woof_sid_flat_grey .irs-line{
    background: #EEE;
    border: 2px solid #AAA;
}
.woof_sid_flat_grey .woof_container h4 {
    margin-bottom: 11px!important;
    font-size: 1.12em!important;
    background: #eee;
    padding: 9px 7px;
    color: #777;
    line-height: 1.12em!important;
    text-align: center;
}
.woof_sid_flat_grey {
    background: #fff;
    border: solid 1px #ddd;
    background: #fdfdfd;
    margin-bottom: 11px;
    margin-top: 30px;
    padding: 12px;
}
.woof_sid_flat_grey .woof_select_radio_check dt.woof_select_radio_check_opened a {
    background-color: #a0bcc385;
    color: #fff !important;
    border: solid 1px #fff;
}

.woof_sid_flat_grey .woof_select_radio_check dt a {
    border: solid 2px #aaa;
    border-radius: 0px;
}
.woof_sid_flat_grey .woof_color_term:hover , .woof_sid_flat_dark .woof_color_term:hover{
    border-color: #444;
    transform: scale(1.1, 1.1);
    transition-duration: 1s;
    border-style: solid;
}
.woof_sid_flat_grey .woof_color_term.checked , .woof_sid_flat_dark .woof_color_term.checked {
    transform: scale(1.1, 1.1);
}
.woof_sid_flat_grey .woof_color_term , .woof_sid_flat_dark .woof_color_term  {
    border-radius: 0px;
}



.woof_sid_flat_dark {
    border: solid 2px #aaa;
    background: #4e4d4d;
    margin-bottom: 11px;
    margin-top: 30px;
    padding: 12px;
    color: #e2e6e7;
}
.woof_sid_flat_dark .woof_redraw_zone select,.woof_sid_flat_dark .woof_redraw_zone input{
    width: 100%;
}

.woof_sid_flat_dark .chosen-container-single .chosen-single{
    border-radius: 0px;
    background: none;
    background-color: #4e4d4d;
    box-shadow: none;
    border: 2px solid #e2e6e7;
    color: #e2e6e7;

}
.chosen-container .chosen-drop {
    border: 2px solid #4d4d4;
    background: #4e4d4d;
    box-shadow: 0 0px 0px rgba(0,0,0,0);
}
.woof_sid_flat_dark .chosen-container-active.chosen-with-drop .chosen-single {
    border: 2px solid #e2e6e7;
    border-radius: 0;
    background-image: none;
    box-shadow: none;
}
.woof_sid_flat_dark .chosen-container-active{
    background: none;
    background-color: #4e4d4d;
    box-shadow: none;
}
.woof_sid_flat_dark .chosen-container-multi .chosen-choices{
    background-image: none;
    background-color: #4e4d4d;
    border: 2px solid #e2e6e7;
}
.woof_sid_flat_dark .chosen-container-multi ul.chosen-choices li.search-field input{
    color: #e2e6e7;
}
.woof_sid_flat_dark .chosen-container .chosen-results li.no-results {
    background: #97b6be;
}
.woof_sid_flat_dark  .chosen-container-active .chosen-choices{
    box-shadow: none;
    border: 2px solid #e2e6e7;
}
.woof_sid_flat_dark  .chosen-container .chosen-results li.highlighted {
    background-color: #97b6be;
    background-image: none;
    color: #e2e6e7;
}


.woof_sid_flat_dark .chosen-container .chosen-drop{
    border: 2px solid #e2e6e7;
    border-top: 0;
    background: #4e4d4d;
    box-shadow: none;
}
.woof_sid_flat_dark .chosen-container-single .chosen-drop {
    border-radius: 0px;
}
.woof_sid_flat_dark .woof_color_term{
    border: 0px solid #e2e6e7;
}
.woof_sid_flat_dark .woof_color_term.checked {
    border: 3px solid #e2e6e7;
}
.woof_sid_flat_dark .woof_container h4 {
    margin-bottom: 11px!important;
    font-size: 1.32em!important;
    background: #a0bcc385;
    padding: 11px 7px;
    color: #e2e6e7;
    line-height: 1.12em!important;
    text-align: center;
}
.woof_sid_flat_dark .woof_submit_search_form_container button{
    box-shadow: none;
}
.woof_sid_flat_dark .woof_submit_search_form_container button:hover{
    background-color: #97b6be;
}
.woof_sid_flat_dark .woof_select_radio_check dt.woof_select_radio_check_opened a {
    background-color: #a0bcc385;
    color: #e2e6e7 !important;
    border: solid 2px #e2e6e7;
}

.woof_sid_flat_dark .woof_select_radio_check dt a {
    background-color: #4e4d4d;
    color: #e2e6e7 !important;
    border: solid 2px #e2e6e7;
    border-radius: 0px;
}
.woof_sid_flat_dark .woof_select_radio_check dd ul.woof_list {
    background-color: #4e4d4d;
    color: #e2e6e7;
}
.woof_sid_flat_dark input[type=search]:focus, .woof_sid_flat_dark input[type=text]:focus, .woof_sid_flat_dark  textarea:focus {
    background: #a0bcc385;
    color: #e2e6e7;
}
.woof_sid_flat_dark .woof_text_search_container input[type='search'], .woof_sid_flat_dark input[type='search']  {
    background: #4e4d4d;
    color: #e2e6e7;
    border: solid 2px #e2e6e7;
}
.woof_sid_flat_dark .woof_text_search_container input[type='search']::placeholder , .woof_sid_flat_dark  input[type='search']::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a0bcc3;
    opacity: 1; /* Firefox */
}
.woof_sid_flat_dark .irs-max , .woof_sid_flat_dark .irs-min{
    background: #a0bcc385;
    color: #e2e6e7;
}
.woof_sid_flat_grey .woof_list_label li .woof_label_term:hover, .woof_sid_flat_grey .woof_list_label li .woof_label_term.checked {
    background-color: #97afb5;
    border-color: #a0bcc385;
    color: #fff;
}
.woof_sid_flat_dark .woof_list_label li .woof_label_term:hover, .woof_sid_flat_dark .woof_list_label li .woof_label_term.checked {
    background-color: #a0bcc385;
    border-color: #a0bcc385;
    color: #e2e6e7;
}
.woof_sid_flat_dark .woof_list_label li .woof_label_term{
    color: #728a90;
}
.woof_sid_flat_dark .easy-autocomplete-container ul {
    background: none repeat scroll 0 0 #4e4d4d;
    ;
    border-top: 1px dotted #ccc;
    display: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: -1px;
}
.woof_sid_flat_dark .easy-autocomplete-container ul li.selected {
    background: none repeat scroll 0 0 #a0bcc385;
}
/*columns*/
.woof_auto_4_columns .woof_container {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    padding: 5px;
    min-width: 150px;
}

.woof_auto_3_columns .woof_container {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    padding: 5px;
    min-width: 150px;
}
.woof_auto_2_columns .woof_container {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    padding: 5px;
    min-width: 150px;
}
.woof_auto_1_columns .woof_container {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 5px;
    min-width: 150px;
}
.woof_auto_1_columns .woof_list_checkbox li,.woof_auto_1_columns .woof_list_radio li{

}


.woof_auto_1_columns .woof_container_select_radio_check .woof_list_checkbox li, .woof_auto_1_columns .woof_container_select_radio_check .woof_list_radio li{
    display: block;
}
input.woof_checkbox_term, input.woof_radio_term{
    vertical-align: middle;
}
/********************************************/


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {



}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .woof_sid_auto_shortcode .woof_container{
        clear: both;
        width: 100%;
    }

    .woof_sid_auto_shortcode .woof_container .chosen-container{
        width: 100% !important;
    }

    .woof_sid_auto_shortcode .woof_container_select .woof_block_html_items,
    .woof_sid_auto_shortcode .woof_container_slider .woof_block_html_items,
    .woof_sid_auto_shortcode .woof_by_rating_container .woof_container_inner{
        height: auto !important;
        min-height: auto !important;
        max-height: auto !important;
    }
}

.easy-autocomplete-container ul{
    margin: 0 !important;
}

.woof_tooltip_templates{
    display: none;
}
.woof_container_inner .woof_tooltip_header{
    display: inline-block;
    height: 15px;
    width: auto;
    vertical-align: top;
}

.woof_container_inner h4{
    margin-bottom: 9px;
}

.woof_tooltip_title{
    font-size: 18px;
    font-weight: bold;
    color: #2c2c2c;
}
.woof_container .woof_container_inner input[type="search"] {
    line-height: normal !important;
    border: solid 1px #eee;
}
.woof_star_font,.woof_star_selected select {
    font-family: 'star';
    color: #96588a;
}
#select2-woof_select_range-results li{
    font-family: 'star';
}
#select2-woof_select_range-results li:first-of-type {
    font-family: none;
}
.woof_star_selected .chosen-single span{
    font-family: 'star';
    color: #96588a;
}
.woof_price_filter_txt_slider .woof_price_filter_txt_from{
    float: left;
}
.woof_price_filter_txt_slider .woof_price_filter_txt_to{
    float: right;
}
.woof_price_filter_txt_slider{
    height: 35px;
}

.woof_price_filter_txt_slider input[type='number']{
    padding: 2px 7px;
    border: solid 1px #ccc;
    background: #fff;
    box-shadow: none;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 600px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

ul.chosen-choices{
    padding: 5px !important;
}


/*mobile filter*/
.woof_hide_filter{
    display: none !important;
}
.woof_show_filter_for_mobile.woof {
    opacity: 0.95;
    position: fixed;
    top: 100%;
    background: white;
    z-index: 9999;
    overflow: auto;
    height: 100%;
    display: block !important;
    width: 100%;
    right: 0px;
    padding: 30px;
    padding-bottom: 100px;
    animation: move_top .5s ease ;
    animation-fill-mode: forwards;
}

.woof_hide_mobile_filter img, .woof_show_mobile_filter img{
    display: inline-block;
    width: 30px;
}
.woof_hide_mobile_filter span, .woof_show_mobile_filter span{
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
}
.woof_hide_mobile_filter{
    margin-bottom: 10px;
    display: none;
    cursor: pointer;
}
.woof_show_filter_for_mobile .woof_hide_mobile_filter{
    display: block;
}
@keyframes move_top {
    100% {
        top: 30px;

    }
}
.woof_container_select_hierarchy .select2-container{
    margin-bottom: 10px;
}

/********************* index.php #475 **********************************/
.woof_price_search_container .price_slider_amount .price_label{
    text-align: left !important;
}

.woof .widget_price_filter .price_slider_amount .button {
    float: left;
}

.woof_float_none{
    float: none;
}

/********************* beauty scroll start **********************************/

/* Let's get this party started */
.woof_use_beauty_scroll::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.woof_use_beauty_scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(100,100,100,0.3);
    border-radius: 5px;
}

/* Handle */
.woof_use_beauty_scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(220,220,220,0.8);
    box-shadow: inset 0 0 6px rgba(200,200,200,0.5);
}
.woof_use_beauty_scroll::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(120,120,120,0.4);
}
.woof_seo_text{
    clear:both;
}
.woof .woof_wcga_label_hide, .woof_container_inner .woof_wcga_label_hide {
    display: none !important;
}
.woof_use_beauty_scroll{
    overflow-y: scroll;
}
/********************* beauty scroll end **********************************/

.woof_list.woof_list_label > li{
    position: relative;
}

ul.woof_list.woof_list_label li{
    margin: 2px 2px 2px 0;
}

ul.woof_list{
    padding-left: 0 !important;
    margin-left: 0 !important;
}

/************** reset WOOF style for some wp themes ***********************/
.widget .woof_redraw_zone ul li,
.widget .woof_redraw_zone ul li a{
    border-bottom: none;
    padding: 0;
    box-shadow: none;
    margin: 0;
}

.widget .woof_redraw_zone ul,
.widget .woof_redraw_zone ol{
    border: none;
    box-shadow: none;
}

ul.chosen-results{
    margin: 0;
    padding: 0;
}
.woof_autohide_wrapper{
    position: relative;
}
.woof_open_hidden_li a img{
    max-width: 75px;
}
/************** reset WOOF style for some wp themes end ***********************/


.woof_auto_show_indent{
    background: #fff;
}

.woof_authors li{
    margin-top:7px !important;
    list-style-type: none !important;
}

ul.woof_authors{
    margin: 0 !important;
    padding: 0 !important;
}

.woof_checkbox_onbackorder_container{
    margin-bottom: 4px;
}

.woof_checkbox_instock_container{
    margin-bottom: 4px;
}

.woof_checkbox_instock_container{
    margin-bottom: 4px;
}

.woof_checkbox_sales_container{
    margin-bottom: 4px;
}:root {
  --woof_sku_search_go_bg: url(/wp-content/plugins/woocommerce-products-filter/ext/by_sku/css/../img/magnifying-glass2.svg);
}

.woof_show_sku_search_container{
    position: relative;
}

.woof_sku_search_container .woof_sku_search_go{
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 99;
    box-shadow: none !important;
    display: block;
    width: 20px;
    height: 20px;
    background: var(--woof_sku_search_go_bg);
    background-size: cover !important;
    display: none;
    border: none !important;
    text-decoration: none !important;
}
.woof_sku_search_container .woof_sku_search_reset{
    position: absolute;
    right: -23px;
    top: 3px;
    z-index: 99;
    box-shadow: none !important;
    display: block;
    display: none;
    border: none !important;
    text-decoration: none !important;
}

.woof_sku_search_container input[type='search']{
    width: 100% !important;
    padding: 9px !important;
    margin: 0 !important;
    line-height: 0 !important;
    font-size: 14px;
}

.woof_sku_notes_for_customer{
    display: inline-block;
    padding: 3px 5px;
    font-size: 11px;
    font-style: italic;
    color: #bbb;
}

.woof_text_search_container .woof_text_search_go{
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 3px;
    background: url(/wp-content/plugins/woocommerce-products-filter/ext/by_text/assets/css/../img/magnifying-glass2.svg);
    display: none;
    border: none !important;
    text-decoration: none !important;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 98;
}
.woof_text_search_container .woof_container_inner{
    position: relative;
}
.woof_husky_txt{
    width: 100%;
    display: block;
    height: auto;
    position: relative;
    margin-top: -1px;
}

.woof_husky_txt-input{
    width: 100%;
    min-height: 30px;
    /* background: #fff;
     color: #777; */
    margin-bottom: 0 !important;
}

.woof_husky_txt-container{
    font-family: sans-serif;
    background: rgb(238, 238, 238);
    border-radius: 2px;
    border: solid 1px #eee;

    padding: 0;
    width: inherit;
    min-height: 1px;
    max-height: 1px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 9999;
    /* cursor: pointer; */
    /* user-select: none; */
    margin-top: 1px;
}

.woof_husky_txt-container .woof_husky_txt-option{
    display: flex;
    padding: 9px 20px 9px 9px;
    /* cursor: pointer; */
    background: #fcfcfc;
    margin-bottom: 2px;
    border-bottom: solid 1px #ddd;
    transition: all 0.25s ease-in-out;
    text-shadow: 0px 1px 0.5px #fff;
}

.woof_husky_txt-container .woof_husky_txt-option img.woof_husky_txt-option-thumbnail{
    margin-top: 3px;
    max-height: 72px;
}

.woof_husky_txt-container div:last-of-type{
    border-bottom: none;
    margin-bottom: 0;
}


.woof_husky_txt-container .woof_husky_txt-option:hover{
    background: #f9f9f9;
}

.selectron23-container .selectron23-option[data-selected='1']{
    background: #f9f9f9;
}


.woof_husky_txt-option img.woof_husky_txt-option-thumbnail{
    max-width: 100px;
    margin-right: 5px;
    vertical-align: middle;
}

.woof_husky_txt-option-title{
    font-weight: bold;
    color: #000;
    font-size: 0.9em;
    line-height: 1.2em;
}

.woof_husky_txt-option-title a{
    text-decoration: none !important;
}

.woof_husky_txt-option-text{
    text-overflow: ellipsis;
    color: #aaa;
    overflow: hidden;
    font-weight: normal;
    line-height: 1.4em;
    font-size: 12px;
}

.woof_husky_txt-container > span {
    cursor: pointer;
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    margin-top: 0;
}

span.woof_husky_txt-highlight{
    background-color: rgba(255, 255, 204, 0.7);
}


/* Works on Firefox */
.woof_husky_txt * {
    scrollbar-width: thin;
    scrollbar-color: #fcfcfc #eee;
}

/* Works on Chrome, Edge, and Safari */
.woof_husky_txt *::-webkit-scrollbar {
    width: 12px;
}

.woof_husky_txt *::-webkit-scrollbar-track {
    background: #eee;
}

.woof_husky_txt *::-webkit-scrollbar-thumb {
    background-color: #fcfcfc;
    border-radius: 20px;
    border: 3px solid #ddd;
}


.woof_husky_txt-loader {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.7;
    background: transparent;
    border-top: 4px solid #03A9F4;
    border-right: 4px solid transparent;
    border-radius: 50%;
    animation: 1s woof_husky_txt-loader-spin linear infinite;
}

@-webkit-keyframes woof_husky_txt-loader-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes woof_husky_txt-loader-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.woof_husky_txt-cross{
    color: #ccc;
    line-height: 0;
    position: absolute;
    right: 5px;
    cursor: pointer;
}

.woof_husky_txt-option-breadcrumb{
    font-size: 11px;
}

.woof_husky_txt-option-breadcrumb a{
    text-decoration: none !important;
}

.woof_husky_txt-option-pagination a{
    text-decoration: none !important;
    font-size: 13px;
    color: #0c0d0e;
    line-height: 27px;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #d6d9dc;
    display: inline-block;
    border-radius: 3px;
    user-select: none;
    margin-right: 5px;
    margin-bottom: 3px;
}

.woof_husky_txt-option-pagination a:hover{
    border-color: #f48024;
}
.woof_husky_txt-option-pagination b,
.woof_husky_txt-option-pagination i{
    margin-right: 5px;
    padding-left: 8px;
    padding-right: 8px;
    display: inline-block;
    border-radius: 3px;
    line-height: 27px;
    border-color: #f48024;
    border: 1px solid #f48024;
    color: #0c0d0e;
    user-select: none;
}

.woof_husky_txt-option-pagination i{
    border-color: #d6d9dc;
}

.woof_husky_txt-labels{
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    margin-bottom: 5px;
}

.woof_husky_txt-labels > div{
    margin-right: 3px;
    background: #2f55d4;
    padding: 2px 7px;
    border-radius: 3px;
    font-size: 11px;
    color: #fff;
    text-shadow: none;
    line-height: 13px;
}

.woof_husky_txt-option-clickable{
    cursor: pointer;
}

.woof_husky_txt-option{
    text-align: left;
}

.woof_sid_auto_shortcode .woof_container_color{

}

.woof_sid_auto_shortcode .woof_container_inner_color{
    padding: 9px;
    background: #fff;
    border-radius: 7px;
    border-radius: 7px;
}

ul.woof_list_color li{
    display: inline-block !important;
}

ul.woof_list_color li {
    display: inline-block;
    float: none !important;
    margin: 3px 3px 0 0 !important;
    padding: 0 !important;
}
ul.woof_list_color.woof_color_title_col li {
    display: block;
}
.woof_color_title_col li .woof_color_term {
    display: inline-block;
}
ul.woof_list_color.woof_color_title_col li .woof_color_title{
    display: inline-block;
    height: 30px;
    padding: 5px;
    vertical-align: top;
    font-size: 14px;
}
.woof_color_title_col p:hover.woof_tooltip span.woof_tooltip_data {
    bottom: 40px;
}

.woof_color_term {
    display: block;
    width: 50px;
    height: 50px;
    border: 2px solid #eee;
    padding: 2px;
    background-clip: content-box;
    color: #292f38;
    font-size: 0;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    transition: border-color .35s ease;
    background-size: cover !important;
}

.woof_color_term:hover{
    border-style: double;
}

.woof_color_term.checked {
    border-color: #292f38;
}

.woof_color_checked {
    width: 25px;
    height: 25px;
    background-color: red;
    position: absolute;
    z-index: 999;
    display: none;
}

ul.woof_list.woof_list_color{
    max-width: 100%;
    overflow-x: hidden;
}

.woof_sid_auto_shortcode .woof_container_image{   
   
}

.woof_sid_auto_shortcode .woof_container_inner_image{
    padding: 9px;
    background: #fff;
    border-radius: 7px;
}

ul.woof_list_image{

}

ul.woof_list_image li {
    display: inline-block;
    float: none !important;
    margin: 0 0 0 0 !important;
    padding: 0 !important;
}

.woof_image_term {
    display: block;        
}

.woof_image_term.checked, .woof_image_term:hover {
    border-color: #292f38 !important;
}

.woof_image_checked {
    width: 25px;
    height: 25px;
    background-color: red;
    position: absolute;
    z-index: 999;
    display: none;
}
.woof_image_text_term{
    text-align: center;
}
.woof_list_label li .woof_label_term:hover,
.woof_list_label li .woof_label_term.checked {
    background-color: #34495e;
    border-color: #34495e;
}


.woof_list_label li {
    display: inline-block !important;
    margin: 2px;
    vertical-align: top;
}

.woof_list_label .woof_label_term
{
    background-color: #efefef;
    border: 1px solid #ddd;
    margin: 3px 3px 3px 0;
    padding: 3px 4px;
  
    line-height: 25px;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;

    min-width: 50px;
    max-width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.woof_list_label li .woof_label_term:hover,
.woof_list_label li .woof_label_term.checked
{
    background-color: #477bff;
    border-color: #477bff;
    color: #fff;
}

.woof_label_count{
    font-size: 10px;
    position: absolute;
    border-radius: 200px;
    min-width: 17px;
    height: 17px;
    line-height: 17px !important;
    color: wheat;
    text-align: center;
    font-weight: bold !important;
    
    margin: 0;
    right: 0;
    background-color: #efefef;
    border: 1px solid #ddd;
    color: #477bff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* http://codepen.io/elmahdim/pen/hlmri */
dl.woof_select_radio_check{
    margin: 0 !important;
}


.woof_select_radio_check dd,
.woof_select_radio_check dt {
    margin: 0px;
    padding: 0px;
}

.woof_select_radio_check ul {
    margin: -1px 0 0 0;
}

.woof_select_radio_check dd {
    position: relative;
}

.woof_select_radio_check a,
.woof_select_radio_check a:visited {
    color: #839b05;
    text-decoration: none;
    outline: none;
    font-size: 12px;
}

.woof_select_radio_check dt a {
    background-color: #fff;
    color: #424035 !important;
    display: block;
    padding: 5px 15px 5px 7px;
    line-height: 18px;
    overflow: hidden;
    border: solid 1px #eee;
    border-radius: 2px;
}

.woof_select_radio_check dt.woof_select_radio_check_opened a {
    background-color: #477bff;
    color: #fff !important;
    border: solid 1px #fff;
}

.woof_multiSel{
    margin-bottom: 0 !important;
}

.woof_select_radio_check dt a span,
.woof_multiSel span {
    cursor: pointer;
    display: inline-block;
    /*padding: 0 9px 2px 0;*/
    width: 100%;
    margin-bottom: 3px;
}

.woof_select_radio_check dd ul.woof_list {
    background-color: #fff;
    border: 0;
    color: #000;
    display: none;
    left: 0px;
    position: absolute;
    z-index: 9999;
    top: 2px;
    width: 100%;
    list-style: none;
    overflow: auto;
    padding-top: 12px;
}

.woof_select_radio_check span.value {
    display: none;
}

.woof_mutliSelect li{
    padding: 2px 15px 2px 5px;
}

.select_radio_check dd ul.woof_list li a {
    padding: 5px;
    display: block;
}

.woof_select_radio_check dd ul.woof_list li a:hover {
    background-color: #eee;
}

.woof_hida{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    text-align: center;
}

.woof_hida_small{
    font-size: 13px !important;
    text-align: left !important;
}

.woof_hida .woof_products_top_panel{
    padding: 0 !important;
    margin: 0 !important;
}

.woof_hida .woof_products_top_panel li{
    margin: 0 !important;
}

.woof_hida .woof_products_top_panel li a{
    border: none !important;
    padding: 2px 10px 0 9px !important;
    line-height: 12px !important;
    font-size: 12px !important;
}

/*************************************************/

.woof_products_top_panel2{
    overflow: hidden;
    line-height: 23px;
    margin: 5px 0 5px 0;
    display: none;
    position: relative;
    z-index: 99;
}

.woof_products_top_panel2 ul{
    margin: 0 !important;
    padding: 0 !important;
}

.woof_products_top_panel2 li{
    float: left;
    margin: 0 5px 5px 0 !important;
    list-style: none !important;
}

.woof_products_top_panel2 li a{
    text-decoration: none;
}

.woof_products_top_panel2 li a:hover{
    text-decoration: none;
}

.woof_products_top_panel2 li span{
    padding-right: 16px;
}

.woof_products_top_panel2 li span:hover{
    background-size: 14px 14px;
}


.woof_select_radio_check_opener{
    background: url(/wp-content/plugins/woocommerce-products-filter/ext/select_radio_check/css/html_types/../../img/down.svg) no-repeat 99% 50%;
    outline: none;
}

.woof_select_radio_check_opened .woof_select_radio_check_opener{
    background: url(/wp-content/plugins/woocommerce-products-filter/ext/select_radio_check/css/html_types/../../img/up.svg) no-repeat 99% 50%;
    outline: none;
}



:root {
    --woof-sd-ie-ch_width: 25px;
    --woof-sd-ie-ch_height: 25px;

    --woof-sd-ie-ch_space: 1px;
    --woof-sd-ie-ch_space_color: #ffffff;

    --woof-sd-ie-ch_text_top: 0;
    --woof-sd-ie-ch_text_color: #6d6d6d;
    --woof-sd-ie-ch_hover_text_color: #333333;
    --woof-sd-ie-ch_selected_text_color: #000000;
    --woof-sd-ie-ch_font_size: 15px;
    --woof-sd-ie-ch_font_family: inherit;
    --woof-sd-ie-ch_font_weight: 400;
    --woof-sd-ie-ch_hover_font_weight: 400;
    --woof-sd-ie-ch_selected_font_weight: 400;
    --woof-sd-ie-ch_line_height: 18px;
    --woof-sd-ie-ch_side_padding: 0;


    --woof-sd-ie-ch_color: #ffffff;
    --woof-sd-ie-ch_hover_color: #79b8ff;
    --woof-sd-ie-ch_selected_color: #79b8ff;
    --woof-sd-ie-ch_image: url();
    --woof-sd-ie-ch_selected_image: url();
    --woof-sd-ie-ch_hover_image: url();
    --woof-sd-ie-ch_hover_scale: 100;
    --woof-sd-ie-ch_selected_scale: 100;

    --woof-sd-ie-ch_border_radius: 0;
    --woof-sd-ie-ch_border_width: 1px;
    --woof-sd-ie-ch_hover_border_width: 1px;
    --woof-sd-ie-ch_selected_border_width: 1px;
    --woof-sd-ie-ch_border_color: #79b8ff;
    --woof-sd-ie-ch_hover_border_color: #79b8ff;
    --woof-sd-ie-ch_selected_border_color: #79b8ff;
    --woof-sd-ie-ch_border_style: solid;
    --woof-sd-ie-ch_hover_border_style: solid;
    --woof-sd-ie-ch_selected_border_style: solid;

    --woof-sd-ie-ch_margin_right: 9px;
    --woof-sd-ie-ch_margin_bottom: 11px;

    --woof-sd-ie-ch_childs_left_shift: 19px;
    --woof-sd-ie-ch_transition: 300s;



    --woof-sd-ie-ch_counter_show: inline-flex;
    --woof-sd-ie-ch_counter_width: 14px;
    --woof-sd-ie-ch_counter_height: 14px;
    --woof-sd-ie-ch_counter_side_padding: 0;

    --woof-sd-ie-ch_counter_top: -2px;
    --woof-sd-ie-ch_counter_right: 0;

    --woof-sd-ie-ch_counter_font_size: 9px;
    --woof-sd-ie-ch_counter_font_family: consolas;
    --woof-sd-ie-ch_counter_font_weight: 500;
    --woof-sd-ie-ch_counter_color: #477bff;

    --woof-sd-ie-ch_counter_bg_color: #ffffff;
    --woof-sd-ie-ch_counter_bg_image: url();

    --woof-sd-ie-ch_counter_border_width: 1px;
    --woof-sd-ie-ch_counter_border_radius: 50%;
    --woof-sd-ie-ch_counter_border_color: #477bff;
    --woof-sd-ie-ch_counter_border_style: solid;
}

.woof-sd-ie.woof-sd-ie-checkbox{
    position: relative;
    display: flex;

    border-radius: var(--woof-sd-ie-ch_border_radius) !important;

    width: 100%;
    max-width: var(--woof-sd-ie-ch_width) !important;
    min-width: fit-content;

    margin-right: var(--woof-sd-ie-ch_margin_right) !important;
    margin-bottom: var(--woof-sd-ie-ch_margin_bottom) !important;

    transition: all calc(var(--woof-sd-ie-ch_transition)/1000);
}

.woof-sd-ie.woof-sd-ie-checkbox:has(input[type="checkbox"]:checked){
    border-color: var(--woof-sd-ie-ch_hover_color) !important;
}

.woof-sd-ie.woof-sd-ie-checkbox > input{
    display: none;
}

.woof-sd-ie.woof-sd-ie-checkbox > label{
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    line-height: 0 !important;
    box-sizing: border-box !important;
    user-select: none !important;

    width: 100%;
    height: var(--woof-sd-ie-ch_height) !important;

    background-color: var(--woof-sd-ie-ch_space_color) !important;
    margin: 0 0 0 0 !important;
    padding: var(--woof-sd-ie-ch_space) !important;

    border: var(--woof-sd-ie-ch_border_width) var(--woof-sd-ie-ch_border_style) var(--woof-sd-ie-ch_border_color) !important;
    border-radius: var(--woof-sd-ie-ch_border_radius) !important;

    transition: all calc(var(--woof-sd-ie-ch_transition)/1000);
}

.woof_list_checkbox_sd_0 .woof-sd-ie.woof-sd-ie-checkbox > label{
    width: auto;
    min-width: var(--woof-sd-ie-ch_width) !important;
}

.woof-sd-ie.woof-sd-ie-checkbox > label:hover{
    border-color: var(--woof-sd-ie-ch_hover_border_color) !important;
    border-style: var(--woof-sd-ie-ch_hover_border_style) !important;
    border-width: var(--woof-sd-ie-ch_hover_border_width) !important;
    scale: calc(var(--woof-sd-ie-ch_hover_scale)/100);
}

.woof-sd-ie.woof-sd-ie-checkbox:has(input:checked) > label{
    border-color: var(--woof-sd-ie-ch_selected_border_color) !important;
    border-style: var(--woof-sd-ie-ch_selected_border_style) !important;
    border-width: var(--woof-sd-ie-ch_selected_border_width) !important;
    scale: calc(var(--woof-sd-ie-ch_selected_scale)/100) !important;
}

.woof-sd-ie.woof-sd-ie-checkbox > label:hover > span{
    zoom : 1;
    letter-spacing: normal;
    word-spacing: normal;

    border-color:  var(--woof-sd-ie-ch_hover_color) !important;

    transition-property: border, background-color, color, transform;
    transition-duration: calc(var(--woof-sd-ie-ch_transition)/1000);
    transition-timing-function: ease-out;
}

.woof-sd-ie.woof-sd-ie-checkbox > label:hover span,
.woof-sd-ie.woof-sd-ie-checkbox > label + .woof-sd-ie-title:hover{
    color: var(--woof-sd-ie-ch_hover_text_color) !important;
    font-weight: var(--woof-sd-ie-ch_hover_font_weight);
}

.woof-sd-ie.woof-sd-ie-checkbox:has(input:checked) > label + .woof-sd-ie-title{
    color: var(--woof-sd-ie-ch_selected_text_color) !important;
    font-weight: var(--woof-sd-ie-ch_selected_font_weight);
}

.woof-sd-ie.woof-sd-ie-checkbox > label > span{
    background-size: cover;
}

.woof-sd-ie.woof-sd-ie-checkbox label:hover > span,
.woof-sd-ie.woof-sd-ie-checkbox:has(.woof-sd-ie-title:hover) > label > span{
    background-color: var(--woof-sd-ie-ch_hover_color) !important;
    background-image: var(--woof-sd-ie-ch_hover_image);
}

.woof-sd-ie.woof-sd-ie-checkbox:has(.woof-sd-ie-title:hover) > label{
    scale: calc(var(--woof-sd-ie-ch_hover_scale)/100);
}

div.woof-sd-ie.woof-sd-ie-checkbox > input:checked + label > span{
    background-color: var(--woof-sd-ie-ch_selected_color) !important;
    background-image: var(--woof-sd-ie-ch_selected_image) !important;
}

.woof-sd-ie.woof-sd-ie-checkbox:has(label:hover > span){
    border-color: var(--woof-sd-ie-ch_hover_color);
}

.woof-sd-ie.woof-sd-ie-checkbox .woof-sd-ie-count{
    user-select: none;
    display: var(--woof-sd-ie-ch_counter_show);
    flex-direction: row;
    justify-content: center;
    align-items: center;

    position: relative;
    right: var(--woof-sd-ie-ch_counter_right);
    top: var(--woof-sd-ie-ch_counter_top);

    border: var(--woof-sd-ie-ch_counter_border_width) var(--woof-sd-ie-ch_counter_border_style) var(--woof-sd-ie-ch_counter_border_color);
    border-radius: var(--woof-sd-ie-ch_counter_border_radius);

    min-width: var(--woof-sd-ie-ch_counter_width);
    min-height: var(--woof-sd-ie-ch_counter_height);

    padding-left: var(--woof-sd-ie-ch_counter_side_padding);
    padding-right: var(--woof-sd-ie-ch_counter_side_padding);

    font-size: var(--woof-sd-ie-ch_counter_font_size);
    font-weight: var(--woof-sd-ie-ch_counter_font_weight);
    font-family: var(--woof-sd-ie-ch_counter_font_family);
    color: var(--woof-sd-ie-ch_counter_color);
    line-height: 0;

    background-color: var(--woof-sd-ie-ch_counter_bg_color);
    background-image: var(--woof-sd-ie-ch_counter_bg_image);
    background-size: cover;
    box-sizing: content-box;
}

.woof-sd-ie.woof-sd-ie-checkbox .woof-sd-ie-count:empty{
    display: none;
}

.woof-sd-ie.woof-sd-ie-checkbox:hover > label{
    cursor: pointer;
}

.woof-sd-ie.woof-sd-ie-checkbox > label > span{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
    flex-direction: column;

    width: 100%;
    height: 100%;

    border-radius: var(--woof-sd-ie-ch_border_radius);

    font-size: var(--woof-sd-ie-ch_font_size);
    color: var(--woof-sd-ie-ch_text_color);

    background-color: var(--woof-sd-ie-ch_color);
    background-image: var(--woof-sd-ie-ch_image);
}

.woof-sd-ie.woof-sd-ie-checkbox > label > span{
    border-radius: var(--woof-sd-ie-ch_border_radius);
}

.woof-sd-ie.woof-sd-ie-checkbox > label > span > span{
    display: inline-block;
    align-self: center;
    padding: 0 var(--woof-sd-ie-ch_side_padding) 0 var(--woof-sd-ie-ch_side_padding);

    font-family: var(--woof-sd-ie-ch_font_family);
    font-weight: var(--woof-sd-ie-ch_font_weight);
    color: var(--woof-sd-ie-ch_text_color);

    transition: all calc(var(--woof-sd-ie-ch_transition)/1000);
}

.woof-sd-ie.woof-sd-ie-checkbox > input:not(:checked) + label:hover > span > span{
    font-weight: var(--woof-sd-ie-ch_hover_font_weight) !important;
}

.woof-sd-ie.woof-sd-ie-checkbox > input:checked + label > span > span{
    color: var(--woof-sd-ie-ch_selected_text_color) !important;
    font-weight: var(--woof-sd-ie-ch_selected_font_weight);
}

.woof-sd-ie.woof-sd-ie-checkbox .woof-sd-ie-title{
    position: relative;
    top: var(--woof-sd-ie-ch_text_top);
    align-self: center;
    cursor: pointer;

    font-weight: var(--woof-sd-ie-ch_font_weight);
    font-family: var(--woof-sd-ie-ch_font_family);
    font-size: var(--woof-sd-ie-ch_font_size);
    color: var(--woof-sd-ie-ch_text_color);
    line-height: var(--woof-sd-ie-ch_line_height);

    margin-left: var(--woof-sd-ie-ch_margin_right);
}

.woof-sd-ie-checkbox + .woof-sd-ie-childs{
    padding-left: var(--woof-sd-ie-ch_childs_left_shift);
}

.woof_list_checkbox_sd_1 .woof-sd-ie-count{
    position: absolute !important;
}

.woof_list_checkbox_sd_1 .woof-sd-ie.woof-sd-ie-checkbox{
    display: inline-flex;
}
:root {
    --woof-sd-ie-rad_width: 25px;
    --woof-sd-ie-rad_height: 25px;

    --woof-sd-ie-rad_space: 1px;
    --woof-sd-ie-rad_space_color: #ffffff;

    --woof-sd-ie-rad_text_top: 0;
    --woof-sd-ie-rad_text_color: #6d6d6d;
    --woof-sd-ie-rad_hover_text_color: #333333;
    --woof-sd-ie-rad_selected_text_color: #000000;
    --woof-sd-ie-rad_font_size: 14px;
    --woof-sd-ie-rad_font_family: inherit;
    --woof-sd-ie-rad_font_weight: 400;
    --woof-sd-ie-rad_hover_font_weight: 400;
    --woof-sd-ie-rad_selected_font_weight: 400;
    --woof-sd-ie-rad_line_height: 18px;


    --woof-sd-ie-rad_color: #ffffff;
    --woof-sd-ie-rad_hover_color: #79b8ff;
    --woof-sd-ie-rad_selected_color: #79b8ff;
    --woof-sd-ie-rad_image: url();
    --woof-sd-ie-rad_selected_image: url();
    --woof-sd-ie-rad_hover_image: url();
    --woof-sd-ie-rad_hover_scale: 100;
    --woof-sd-ie-rad_selected_scale: 100;

    --woof-sd-ie-rad_border_radius: 50%;
    --woof-sd-ie-rad_border_width: 1px;
    --woof-sd-ie-rad_hover_border_width: 1px;
    --woof-sd-ie-rad_selected_border_width: 1px;
    --woof-sd-ie-rad_border_color: #79b8ff;
    --woof-sd-ie-rad_hover_border_color: #79b8ff;
    --woof-sd-ie-rad_selected_border_color: #79b8ff;
    --woof-sd-ie-rad_border_style: solid;
    --woof-sd-ie-rad_hover_border_style: solid;
    --woof-sd-ie-rad_selected_border_style: solid;

    --woof-sd-ie-rad_margin_right: 9px;
    --woof-sd-ie-rad_margin_bottom: 11px;

    --woof-sd-ie-rad_childs_left_shift: 19px;
    --woof-sd-ie-rad_transition: 300s;



    --woof-sd-ie-rad_counter_show: inline-flex;
    --woof-sd-ie-rad_counter_width: 14px;
    --woof-sd-ie-rad_counter_height: 14px;
    --woof-sd-ie-rad_counter_side_padding: 0;

    --woof-sd-ie-rad_counter_top: -2px;
    --woof-sd-ie-rad_counter_right: 0;

    --woof-sd-ie-rad_counter_font_size: 9px;
    --woof-sd-ie-rad_counter_font_family: consolas;
    --woof-sd-ie-rad_counter_font_weight: 500;
    --woof-sd-ie-rad_counter_color: #477bff;

    --woof-sd-ie-rad_counter_bg_color: #ffffff;
    --woof-sd-ie-rad_counter_bg_image: url();

    --woof-sd-ie-rad_counter_border_width: 1px;
    --woof-sd-ie-rad_counter_border_radius: 50%;
    --woof-sd-ie-rad_counter_border_color: #477bff;
    --woof-sd-ie-rad_counter_border_style: solid;
}

.woof-sd-ie.woof-sd-ie-radio{
    position: relative;
    display: flex;

    border-radius: var(--woof-sd-ie-rad_border_radius) !important;

    width: 100%;
    max-width: var(--woof-sd-ie-rad_width) !important;
    min-width: fit-content;

    margin-right: var(--woof-sd-ie-rad_margin_right) !important;
    margin-bottom: var(--woof-sd-ie-rad_margin_bottom) !important;

    transition: all calc(var(--woof-sd-ie-rad_transition)/1000);
}

.woof-sd-ie.woof-sd-ie-radio:has(input[type="radio"]:checked){
    border-color: var(--woof-sd-ie-rad_hover_color) !important;
}

.woof-sd-ie.woof-sd-ie-radio > input{
    display: none;
}

.woof-sd-ie.woof-sd-ie-radio > label{
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    line-height: 0 !important;
    box-sizing: border-box !important;
    user-select: none !important;

    width: 100%;
    height: var(--woof-sd-ie-rad_height) !important;

    background-color: var(--woof-sd-ie-rad_space_color) !important;
    margin: 0 0 0 0 !important;
    padding: var(--woof-sd-ie-rad_space) !important;

    border: var(--woof-sd-ie-rad_border_width) var(--woof-sd-ie-rad_border_style) var(--woof-sd-ie-rad_border_color) !important;
    border-radius: var(--woof-sd-ie-rad_border_radius) !important;

    transition: all calc(var(--woof-sd-ie-rad_transition)/1000);
}

.woof_list_radio_sd_0 .woof-sd-ie.woof-sd-ie-radio > label{
    width: auto;
    min-width: var(--woof-sd-ie-rad_width) !important;
}

.woof-sd-ie.woof-sd-ie-radio > label:hover{
    border-color: var(--woof-sd-ie-rad_hover_border_color) !important;
    border-style: var(--woof-sd-ie-rad_hover_border_style) !important;
    border-width: var(--woof-sd-ie-rad_hover_border_width) !important;
    scale: calc(var(--woof-sd-ie-rad_hover_scale)/100);
}

.woof-sd-ie.woof-sd-ie-radio:has(input:checked) > label{
    border-color: var(--woof-sd-ie-rad_selected_border_color) !important;
    border-style: var(--woof-sd-ie-rad_selected_border_style) !important;
    border-width: var(--woof-sd-ie-rad_selected_border_width) !important;
    scale: calc(var(--woof-sd-ie-rad_selected_scale)/100) !important;
}

.woof-sd-ie.woof-sd-ie-radio > label:hover > span{
    zoom : 1;
    letter-spacing: normal;
    word-spacing: normal;

    border-color:  var(--woof-sd-ie-rad_hover_color) !important;

    transition-property: border, background-color, color, transform;
    transition-duration: calc(var(--woof-sd-ie-rad_transition)/1000);
    transition-timing-function: ease-out;
}

.woof-sd-ie.woof-sd-ie-radio > label:hover span,
.woof-sd-ie.woof-sd-ie-radio > label + .woof-sd-ie-title:hover{
    color: var(--woof-sd-ie-rad_hover_text_color) !important;
    font-weight: var(--woof-sd-ie-rad_hover_font_weight);
}

.woof-sd-ie.woof-sd-ie-radio:has(input:checked) > label + .woof-sd-ie-title{
    color: var(--woof-sd-ie-rad_selected_text_color) !important;
    font-weight: var(--woof-sd-ie-rad_selected_font_weight);
}

.woof-sd-ie.woof-sd-ie-radio > label > span{
    background-size: cover;
}

.woof-sd-ie.woof-sd-ie-radio label:hover > span,
.woof-sd-ie.woof-sd-ie-radio:has(.woof-sd-ie-title:hover) > label > span{
    background-color: var(--woof-sd-ie-rad_hover_color) !important;
    background-image: var(--woof-sd-ie-rad_hover_image);
}

.woof-sd-ie.woof-sd-ie-radio:has(.woof-sd-ie-title:hover) > label{
    scale: calc(var(--woof-sd-ie-rad_hover_scale)/100);
}

div.woof-sd-ie.woof-sd-ie-radio > input:checked + label > span{
    background-color: var(--woof-sd-ie-rad_selected_color) !important;
    background-image: var(--woof-sd-ie-rad_selected_image) !important;
}

.woof-sd-ie.woof-sd-ie-radio:has(label:hover > span){
    border-color: var(--woof-sd-ie-rad_hover_color);
}

.woof-sd-ie.woof-sd-ie-radio .woof-sd-ie-count{
    user-select: none;
    display: var(--woof-sd-ie-rad_counter_show);
    flex-direction: row;
    justify-content: center;
    align-items: center;

    position: relative;
    right: var(--woof-sd-ie-rad_counter_right);
    top: var(--woof-sd-ie-rad_counter_top);

    border: var(--woof-sd-ie-rad_counter_border_width) var(--woof-sd-ie-rad_counter_border_style) var(--woof-sd-ie-rad_counter_border_color);
    border-radius: var(--woof-sd-ie-rad_counter_border_radius);

    min-width: var(--woof-sd-ie-rad_counter_width);
    min-height: var(--woof-sd-ie-rad_counter_height);

    padding-left: var(--woof-sd-ie-rad_counter_side_padding);
    padding-right: var(--woof-sd-ie-rad_counter_side_padding);

    font-size: var(--woof-sd-ie-rad_counter_font_size);
    font-weight: var(--woof-sd-ie-rad_counter_font_weight);
    font-family: var(--woof-sd-ie-rad_counter_font_family);
    color: var(--woof-sd-ie-rad_counter_color);
    line-height: 0;

    background-color: var(--woof-sd-ie-rad_counter_bg_color);
    background-image: var(--woof-sd-ie-rad_counter_bg_image);
    background-size: cover;
    box-sizing: content-box;
}

.woof-sd-ie.woof-sd-ie-radio .woof-sd-ie-count:empty{
    display: none;
}

.woof-sd-ie.woof-sd-ie-radio:hover > label{
    cursor: pointer;
}

.woof-sd-ie.woof-sd-ie-radio > label > span{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
    flex-direction: column;

    width: 100%;
    height: 100%;

    border-radius: var(--woof-sd-ie-rad_border_radius);

    font-size: var(--woof-sd-ie-rad_font_size);
    color: var(--woof-sd-ie-rad_text_color);

    background-color: var(--woof-sd-ie-rad_color);
    background-image: var(--woof-sd-ie-rad_image);
}

.woof-sd-ie.woof-sd-ie-radio > label > span{
    border-radius: var(--woof-sd-ie-rad_border_radius);
}

.woof-sd-ie.woof-sd-ie-radio > label > span > span{
    display: inline-block;
    align-self: center;
    padding: 0;

    font-family: var(--woof-sd-ie-rad_font_family);
    font-weight: var(--woof-sd-ie-rad_font_weight);
    color: var(--woof-sd-ie-rad_text_color);

    transition: all calc(var(--woof-sd-ie-rad_transition)/1000);
}

.woof-sd-ie.woof-sd-ie-radio > input:not(:checked) + label:hover > span > span{
    font-weight: var(--woof-sd-ie-rad_hover_font_weight) !important;
}

.woof-sd-ie.woof-sd-ie-radio > input:checked + label > span > span{
    color: var(--woof-sd-ie-rad_selected_text_color) !important;
    font-weight: var(--woof-sd-ie-rad_selected_font_weight);
}

.woof-sd-ie.woof-sd-ie-radio .woof-sd-ie-title{
    position: relative;
    top: var(--woof-sd-ie-rad_text_top);
    align-self: center;
    cursor: pointer;

    font-weight: var(--woof-sd-ie-rad_font_weight);
    font-family: var(--woof-sd-ie-rad_font_family);
    font-size: var(--woof-sd-ie-rad_font_size);
    color: var(--woof-sd-ie-rad_text_color);
    line-height: var(--woof-sd-ie-rad_line_height);

    margin-left: var(--woof-sd-ie-rad_margin_right);
}

.woof-sd-ie-radio + .woof-sd-ie-childs{
    padding-left: var(--woof-sd-ie-rad_childs_left_shift);
}

.woof_list_radio_sd_1 .woof-sd-ie-count{
    position: absolute !important;
}

.woof_list_radio_sd_1 .woof-sd-ie.woof-sd-ie-radio{
    display: inline-flex;
}
:root {
    --woof-sd-ie-sw_vertex_enabled_bg_color: #79b8ff;
    --woof-sd-ie-sw_vertex_enabled_bg_image: url();
    --woof-sd-ie-sw_vertex_enabled_border_color: #79b8ff;
    --woof-sd-ie-sw_vertex_enabled_border_style: solid;

    --woof-sd-ie-sw_vertex_disabled_bg_color: #ffffff;
    --woof-sd-ie-sw_vertex_disabled_bg_image: url();
    --woof-sd-ie-sw_vertex_disabled_border_color: #ffffff;
    --woof-sd-ie-sw_vertex_disabled_border_style: solid;

    --woof-sd-ie-sw_vertex_border_width: 1px;

    --woof-sd-ie-sw_substrate_enabled_bg_color: #c8e1ff;
    --woof-sd-ie-sw_substrate_enabled_bg_image: url();
    --woof-sd-ie-sw_substrate_enabled_border_color: #c8e1ff;
    --woof-sd-ie-sw_substrate_enabled_border_style: solid;

    --woof-sd-ie-sw_substrate_disabled_bg_color: #9a9999;
    --woof-sd-ie-sw_substrate_disabled_bg_image: url();
    --woof-sd-ie-sw_substrate_disabled_border_color: #9a9999;
    --woof-sd-ie-sw_substrate_disabled_border_style: solid;

    --woof-sd-ie-sw_substrate_border_width: 1px;


    --woof-sd-ie-sw_vertex_size: 20px;
    --woof-sd-ie-sw_vertex_border_radius: 50%;
    --woof-sd-ie-sw_vertex_top: 0;

    --woof-sd-ie-sw_substrate_width: 34px;
    --woof-sd-ie-sw_substrate_height: 14px;
    --woof-sd-ie-sw_substrate_border_radius: 8px;
    --woof-sd-ie-sw_label_font_color: #6d6d6d;
    --woof-sd-ie-sw_label_font_size: 16px;
    --woof-sd-ie-sw_label_font_weight: 400;
    --woof-sd-ie-sw_label_line_height: 23px;
    --woof-sd-ie-sw_label_font_family: inherit;
    --woof-sd-ie-sw_label_left: 15px;
    --woof-sd-ie-sw_label_top: -16px;
    --woof-sd-ie-sw_margin_bottom: 5px;
    --woof-sd-ie-sw_childs_left_shift: 15px;


    --woof-sd-ie-sw_counter_show: inline-flex;
    --woof-sd-ie-sw_counter_width: 14px;
    --woof-sd-ie-sw_counter_height: 14px;
    --woof-sd-ie-sw_counter_side_padding: 0;

    --woof-sd-ie-sw_counter_top: -2px;
    --woof-sd-ie-sw_counter_right: -3px;

    --woof-sd-ie-sw_counter_font_size: 9px;
    --woof-sd-ie-sw_counter_font_family: consolas;
    --woof-sd-ie-sw_counter_font_weight: 500;
    --woof-sd-ie-sw_counter_color: #477bff;

    --woof-sd-ie-sw_counter_bg_color: #ffffff;
    --woof-sd-ie-sw_counter_bg_image: url();

    --woof-sd-ie-sw_counter_border_width: 1px;
    --woof-sd-ie-sw_counter_border_radius: 50%;
    --woof-sd-ie-sw_counter_border_color: #477bff;
    --woof-sd-ie-sw_counter_border_style: solid;
}

.woof-sd-ie.woof-sd-ie-switcher{
    margin-bottom: var(--woof-sd-ie-sw_margin_bottom);
    box-sizing: content-box !important;
}

.woof-sd-ie.woof-sd-ie-switcher *{
    box-sizing: content-box !important;
}

.woof-sd-ie-switcher label.switcher23-toggle {
    position: relative;
    display: inline-block !important;
    width: calc(100% - var(--woof-sd-ie-sw_vertex_size) - var(--woof-sd-ie-sw_childs_left_shift));
    height: auto;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
    padding: 0 !important;
    margin: 0 !important;
    vertical-align: top;

}

.woof-sd-ie-switcher .switcher23-toggle:before {
    content: "";
    position: relative;
    top: 3px;
    left: 3px;
    width: var(--woof-sd-ie-sw_substrate_width);
    height: var(--woof-sd-ie-sw_substrate_height);
    display: block;
    background-color: var(--woof-sd-ie-sw_substrate_disabled_bg_color);
    background-image: var(--woof-sd-ie-sw_substrate_disabled_bg_image);
    background-size: cover;
    border-radius: var(--woof-sd-ie-sw_substrate_border_radius);
    border-width: var(--woof-sd-ie-sw_substrate_border_width);
    border-color: var(--woof-sd-ie-sw_substrate_disabled_border_color);
    border-style: var(--woof-sd-ie-sw_substrate_disabled_border_style);
    transition: background 0.2s ease;
}

.woof-sd-ie-switcher .switcher23-toggle > span {
    position: absolute;
    top: var(--woof-sd-ie-sw_vertex_top);
    left: -3px;
    width: var(--woof-sd-ie-sw_vertex_size);
    height: var(--woof-sd-ie-sw_vertex_size);
    display: block;
    background-color: var(--woof-sd-ie-sw_vertex_disabled_bg_color);
    background-image: var(--woof-sd-ie-sw_vertex_disabled_bg_image);
    background-size: cover;
    border-radius: var(--woof-sd-ie-sw_vertex_border_radius);
    border-width: var(--woof-sd-ie-sw_vertex_border_width);
    border-color: var(--woof-sd-ie-sw_vertex_disabled_border_color);
    border-style: var(--woof-sd-ie-sw_vertex_disabled_border_style);
    box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
    transition: all 0.2s ease;
}

.woof-sd-ie-switcher .switcher23-toggle > span:before {
    content: "";
    position: absolute;
    display: block;
    margin: calc((var(--woof-sd-ie-sw_vertex_size) - var(--woof-sd-ie-sw_vertex_size)/9) * -1);
    width: calc(var(--woof-sd-ie-sw_vertex_size)*3);
    height: calc(var(--woof-sd-ie-sw_vertex_size)*3);
    background: rgba(79, 46, 220, 0.5);
    border-radius: var(--woof-sd-ie-sw_vertex_border_radius);
    transform: scale(0);
    opacity: 1;
    pointer-events: none;
}

.woof-sd-ie-switcher .switcher23 {
    display: none !important;
}

.woof-sd-ie-switcher .switcher23:checked + .switcher23-toggle:before {
    background-color: var(--woof-sd-ie-sw_substrate_enabled_bg_color);
    background-image: var(--woof-sd-ie-sw_substrate_enabled_bg_image);
    background-size: cover;
    border-color: var(--woof-sd-ie-sw_substrate_enabled_border_color);
    border-style: var(--woof-sd-ie-sw_vertex_disabled_border_style);
}

.woof-sd-ie-switcher .switcher23:checked + .switcher23-toggle > span {
    background-color: var(--woof-sd-ie-sw_vertex_enabled_bg_color);
    background-image: var(--woof-sd-ie-sw_vertex_enabled_bg_image);
    border-style: var(--woof-sd-ie-sw_vertex_enabled_border_style);
    border-color: var(--woof-sd-ie-sw_vertex_enabled_border_color);
    background-size: cover;
    transform: translateX(calc(var(--woof-sd-ie-sw_substrate_width) - var(--woof-sd-ie-sw_vertex_size)/2));
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}

.woof-sd-ie-switcher .switcher23:checked + .switcher23-toggle > span:before {
    transform: scale(1);
    opacity: 0;
    transition: all 0.4s ease;
}

.woof-sd-ie-switcher .switcher23-toggle-dir > span{
    width: 23px;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
    background: #79b8ff !important;
}

.woof-sd-ie-switcher .switcher23-toggle-dir:before{
    background: #c8e1ff;
}

.woof-sd-ie-switcher .switcher23:checked + .switcher23-toggle-dir > span{
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}

.woof-sd-ie-switcher .switcher23-title{
    display: block;
    position: relative;
    width: fit-content;
    right: 0;
    top: var(--woof-sd-ie-sw_label_top) !important;
    left: calc(var(--woof-sd-ie-sw_substrate_width) + var(--woof-sd-ie-sw_label_left)) !important;
    font-size: var(--woof-sd-ie-sw_label_font_size) !important;
    line-height: var(--woof-sd-ie-sw_label_line_height) !important;
    font-family: var(--woof-sd-ie-sw_label_font_family) !important;
    font-weight: var(--woof-sd-ie-sw_label_font_weight) !important;
    color: var(--woof-sd-ie-sw_label_font_color) !important;
    user-select: none !important;
    max-width: calc(100% - (var(--woof-sd-ie-sw_counter_width) + var(--woof-sd-ie-sw_label_left))) !important;
    overflow: inherit;
}

.woof-sd-ie-switcher .switcher23-container{
    display: inline-block;
    width: 100%;
}

.woof-sd-ie-switcher + .switcher23-container label{
    width: 100%;
}

.woof-sd-ie-switcher + .woof-sd-ie-childs{
    padding-left: var(--woof-sd-ie-sw_childs_left_shift);
}

.woof-sd-ie.woof-sd-ie-switcher .woof-sd-ie-count{
    user-select: none;
    display: var(--woof-sd-ie-sw_counter_show);
    flex-direction: row;
    justify-content: center;
    align-items: center;

    position: relative;
    right: var(--woof-sd-ie-sw_counter_right);
    top: var(--woof-sd-ie-sw_counter_top);

    border: var(--woof-sd-ie-sw_counter_border_width) var(--woof-sd-ie-sw_counter_border_style) var(--woof-sd-ie-sw_counter_border_color);
    border-radius: var(--woof-sd-ie-sw_counter_border_radius);

    min-width: var(--woof-sd-ie-sw_counter_width);
    min-height: var(--woof-sd-ie-sw_counter_height);

    padding-left: var(--woof-sd-ie-sw_counter_side_padding);
    padding-right: var(--woof-sd-ie-sw_counter_side_padding);

    font-size: var(--woof-sd-ie-sw_counter_font_size);
    font-weight: var(--woof-sd-ie-sw_counter_font_weight);
    font-family: var(--woof-sd-ie-sw_counter_font_family);
    color: var(--woof-sd-ie-sw_counter_color);
    line-height: 0;

    background-color: var(--woof-sd-ie-sw_counter_bg_color);
    background-image: var(--woof-sd-ie-sw_counter_bg_image);
    background-size: cover;
    box-sizing: content-box !important;
}


:root {
    --woof-sd-ie-clr_width: 60px;
    --woof-sd-ie-clr_height: 60px;

    --woof-sd-ie-clr_show_tooltip: none;
    --woof-sd-ie-clr_show_tooltip_count: block-inline;


    --woof-sd-ie-clr_color: #000000;
    --woof-sd-ie-clr_image: url();
    --woof-sd-ie-clr_hover_scale: 110;
    --woof-sd-ie-clr_selected_scale: 110;

    --woof-sd-ie-clr_border_radius: 50%;
    --woof-sd-ie-clr_border_width: 1px;
    --woof-sd-ie-clr_hover_border_width: 1px;
    --woof-sd-ie-clr_selected_border_width: 1px;
    --woof-sd-ie-clr_border_color: #79b8ff;
    --woof-sd-ie-clr_hover_border_color: #79b8ff;
    --woof-sd-ie-clr_selected_border_color: #79b8ff;
    --woof-sd-ie-clr_border_style: solid;
    --woof-sd-ie-clr_hover_border_style: dashed;
    --woof-sd-ie-clr_selected_border_style: dashed;

    --woof-sd-ie-clr_margin_right: 9px;
    --woof-sd-ie-clr_margin_bottom: 11px;

    --woof-sd-ie-clr_transition: 300s;


    --woof-sd-ie-clr_counter_show: inline-flex;
    --woof-sd-ie-clr_counter_width: 14px;
    --woof-sd-ie-clr_counter_height: 14px;
    --woof-sd-ie-clr_counter_side_padding: 0;

    --woof-sd-ie-clr_counter_top: 4px;
    --woof-sd-ie-clr_counter_right: 0;

    --woof-sd-ie-clr_counter_font_size: 9px;
    --woof-sd-ie-clr_counter_font_family: consolas;
    --woof-sd-ie-clr_counter_font_weight: 500;
    --woof-sd-ie-clr_counter_color: #477bff;

    --woof-sd-ie-clr_counter_bg_color: #ffffff;
    --woof-sd-ie-clr_counter_bg_image: url();

    --woof-sd-ie-clr_counter_border_width: 1px;
    --woof-sd-ie-clr_counter_border_radius: 50%;
    --woof-sd-ie-clr_counter_border_color: #477bff;
    --woof-sd-ie-clr_counter_border_style: solid;
}

.woof-sd-ie.woof-sd-ie-color{
    position: relative;
    display: inline-flex;

    margin-right: var(--woof-sd-ie-clr_margin_right) !important;
    margin-bottom: var(--woof-sd-ie-clr_margin_bottom) !important;
    
    box-sizing: border-box;
}

.woof-sd-ie.woof-sd-ie-color > input{
    display: none;
}

.woof-sd-ie.woof-sd-ie-color > label{
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    line-height: 0 !important;
    box-sizing: border-box !important;
    user-select: none !important;

    width: auto;
    min-width: var(--woof-sd-ie-clr_width) !important;
    height: var(--woof-sd-ie-clr_height) !important;

    margin: 0 0 0 0 !important;

    transition: all calc(var(--woof-sd-ie-clr_transition)/1000);

    
    border-color: var(--woof-sd-ie-clr_border_color) !important;
    border-style: var(--woof-sd-ie-clr_border_style) !important;
    border-width: var(--woof-sd-ie-clr_border_width) !important;
    border-radius: var(--woof-sd-ie-clr_border_radius);
    background-color: var(--woof-sd-ie-clr_color);
    background-image: var(--woof-sd-ie-clr_image);
    background-size: cover;

    width: 100%;
    max-width: var(--woof-sd-ie-clr_width) !important;
    min-width: fit-content;
}

.woof-sd-ie.woof-sd-ie-color:hover > label{
    border-color: var(--woof-sd-ie-clr_hover_border_color) !important;
    border-style: var(--woof-sd-ie-clr_hover_border_style) !important;
    border-width: var(--woof-sd-ie-clr_hover_border_width) !important;
    scale: calc(var(--woof-sd-ie-clr_hover_scale)/100);
}

.woof-sd-ie.woof-sd-ie-color:has(input:checked) > label{
    border-color: var(--woof-sd-ie-clr_selected_border_color) !important;
    border-style: var(--woof-sd-ie-clr_selected_border_style) !important;
    border-width: var(--woof-sd-ie-clr_selected_border_width) !important;
    scale: calc(var(--woof-sd-ie-clr_selected_scale)/100) !important;
}

.woof-sd-ie.woof-sd-ie-color > label:hover > span{
    zoom : 1;
    letter-spacing: normal;
    word-spacing: normal;

    border-color:  var(--woof-sd-ie-clr_hover_color) !important;

    transition: all calc(var(--woof-sd-ie-clr_transition)/1000);
}

.woof-sd-ie.woof-sd-ie-color .woof-sd-ie-count{
    user-select: none;
    display: var(--woof-sd-ie-clr_counter_show);
    flex-direction: row;
    justify-content: center;
    align-items: center;

    position: absolute;
    right: var(--woof-sd-ie-clr_counter_right);
    top: var(--woof-sd-ie-clr_counter_top);

    border: var(--woof-sd-ie-clr_counter_border_width) var(--woof-sd-ie-clr_counter_border_style) var(--woof-sd-ie-clr_counter_border_color);
    border-radius: var(--woof-sd-ie-clr_counter_border_radius);

    min-width: var(--woof-sd-ie-clr_counter_width);
    min-height: var(--woof-sd-ie-clr_counter_height);

    padding-left: var(--woof-sd-ie-clr_counter_side_padding);
    padding-right: var(--woof-sd-ie-clr_counter_side_padding);

    font-size: var(--woof-sd-ie-clr_counter_font_size);
    font-weight: var(--woof-sd-ie-clr_counter_font_weight);
    font-family: var(--woof-sd-ie-clr_counter_font_family);
    color: var(--woof-sd-ie-clr_counter_color);
    line-height: 0;

    background-color: var(--woof-sd-ie-clr_counter_bg_color);
    background-image: var(--woof-sd-ie-clr_counter_bg_image);
    background-size: cover;
    box-sizing: content-box;
    z-index: 99;
}

.woof-sd-ie.woof-sd-ie-color .woof-sd-ie-count:empty{
    display: none;
}

.woof-sd-ie.woof-sd-ie-color:hover > label{
    cursor: pointer;
}

.woof-sd-ie.woof-sd-ie-color > label > span{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
    flex-direction: column;

    width: 100%;
    height: 100%;
}

.woof-sd-ie.woof-sd-ie-color > label > span{
    border-radius: var(--woof-sd-ie-clr_border_radius);
}

.woof-sd-ie.woof-sd-ie-color .woof-sd-tooltiptext{
    display: var(--woof-sd-ie-clr_show_tooltip);
}

.woof-sd-ie.woof-sd-ie-color .woof-sd-tooltiptext b {
    display: var(--woof-sd-ie-clr_show_tooltip_count);
}


.woof-sd-tooltip {
    position: relative;
}

.woof-sd-tooltip .woof-sd-tooltiptext {
    visibility: hidden;
    min-width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 999;
    top: calc(100% + 6px);
    left: 50%;
    margin-left: -60px;
    box-sizing: border-box;
    display: block;
}

.woof-sd-tooltip .woof-sd-tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.woof-sd-tooltip:hover .woof-sd-tooltiptext {
    visibility: visible;
}

.woof_list_sd .woof_open_hidden_li{
    width: 100%;
}

.woof-sd-ie .woof-sd-ie-count:empty{
    display: none !important;
}

.woof-sd-ie .woof-sd-list-opener{
    line-height: 0;
    position: relative;
    top: -1px;
}

.woof-sd-ie woof-sd-list-opener{
    top: -2px;
    position: relative;
}

.woof-sd-ie .woof_childs_list_opener span{
    width: 18px;
    height: 18px;
}

.woof-sd-ie .woof_radio_term_reset_visible{
    position: absolute;
    right: -9px;
    top: -11px;
}


:root {
    --woof-sd-ie-vertex_enabled_bg_color: #79b8ff;
    --woof-sd-ie-substrate_enabled_bg_color: #c8e1ff;
    --woof-sd-ie-vertex_disabled_bg_color: #ffffff;
    --woof-sd-ie-substrate_disabled_bg_color: #9a9999;
    --woof-sd-ie-vertex_size: 20px;
    --woof-sd-ie-vertex_border_radius: 50%;
    --woof-sd-ie-vertex_top: 0;
    --woof-sd-ie-substrate_width: 34px;
    --woof-sd-ie-substrate_height: 14px;
    --woof-sd-ie-substrate_border_radius: 8px;
    --woof-sd-ie-label_font_color: #333333;
    --woof-sd-ie-label_font_size: 16px;
    --woof-sd-ie-label_left: 15px;
    --woof-sd-ie-label_top: -18px;
}

label.switcher23-toggle {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
    padding: 0 !important;
}
.switcher23-toggle:before {
    content: "";
    position: relative;
    top: 3px;
    left: 3px;
    width: var(--woof-sd-ie-substrate_width);
    height: var(--woof-sd-ie-substrate_height);
    display: block;
    background: var(--woof-sd-ie-substrate_disabled_bg_color);
    border-radius: var(--woof-sd-ie-substrate_border_radius);
    transition: background 0.2s ease;
}
.switcher23-toggle > span {
    position: absolute;
    top: var(--woof-sd-ie-vertex_top);
    left: -3px;
    width: var(--woof-sd-ie-vertex_size);
    height: var(--woof-sd-ie-vertex_size);
    display: block;
    background: var(--woof-sd-ie-vertex_disabled_bg_color);
    border-radius: var(--woof-sd-ie-vertex_border_radius);
    box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
    transition: all 0.2s ease;
}
.switcher23-toggle > span:before {
    content: "";
    position: absolute;
    display: block;
    margin: calc((var(--woof-sd-ie-vertex_size) - var(--woof-sd-ie-vertex_size)/9) * -1);
    width: calc(var(--woof-sd-ie-vertex_size)*3);
    height: calc(var(--woof-sd-ie-vertex_size)*3);
    background: rgba(79, 46, 220, 0.5);
    border-radius: var(--woof-sd-ie-vertex_border_radius);
    transform: scale(0);
    opacity: 1;
    pointer-events: none;
}
.switcher23 {
    display: none !important;
}
.switcher23:checked + .switcher23-toggle:before {
    background: var(--woof-sd-ie-substrate_enabled_bg_color);
}
.switcher23:checked + .switcher23-toggle > span {
    background: var(--woof-sd-ie-vertex_enabled_bg_color);
    transform: translateX(calc(var(--woof-sd-ie-substrate_width) - var(--woof-sd-ie-vertex_size)/2));
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}
.switcher23:checked + .switcher23-toggle > span:before {
    transform: scale(1);
    opacity: 0;
    transition: all 0.4s ease;
}


.switcher23-toggle-dir > span{
    width: 23px;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
    background: #79b8ff !important;
}

.switcher23-toggle-dir:before{
    background: #c8e1ff;
}

.switcher23:checked + .switcher23-toggle-dir > span{
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}

.switcher23-title{
    display: block;
    position: relative;
    width: fit-content;
    right: 0;
    top: var(--woof-sd-ie-label_top);
    left: calc(var(--woof-sd-ie-substrate_width) + var(--woof-sd-ie-label_left));
    font-size: var(--woof-sd-ie-label_font_size);
    color: var(--woof-sd-ie-label_font_color) !important;
    user-select: none;
    max-width: calc(100% - var(--woof-sd-ie-counter_width)*2 - var(--woof-sd-ie-substrate_width) + var(--woof-sd-ie-label_left));
    overflow: hidden;
}


.switcher23-container{
    display: inline-flex;
    width: fit-content;
    flex-wrap: nowrap;
    align-items: baseline;
}

.switcher23-container label{
    width: 100%;
    margin: 0 !important;
}

.switcher23-container .switcher23-title2{
    display: block;
    width: fit-content;
    flex-wrap: nowrap;
    white-space: nowrap;
    margin-left: 47px;
    line-height: 0;
    margin-top: -4px;
    color: #333333;
}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:"";display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}:root{--woocommerce:#7F54B3;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#7F54B3;--wc-primary-text:white;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#b3af54;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{position:absolute;right:.7em;top:.7em;cursor:pointer}.woocommerce form .show-password-input::after,.woocommerce-page form .show-password-input::after{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e010";text-decoration:none}.woocommerce form .show-password-input.display-password::after,.woocommerce-page form .show-password-input.display-password::after{color:#585858}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}@charset "UTF-8";:root{--woocommerce:#7F54B3;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#7F54B3;--wc-primary-text:white;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#b3af54;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676}@keyframes spin{100%{transform:rotate(360deg)}}@font-face{font-family:star;src:url(/wp-content/plugins/woocommerce/assets/css/../fonts/star.eot);src:url(/wp-content/plugins/woocommerce/assets/css/../fonts/star.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/woocommerce/assets/css/../fonts/star.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/css/../fonts/star.ttf) format("truetype"),url(/wp-content/plugins/woocommerce/assets/css/../fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.eot);src:url(/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf) format("truetype"),url(/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}.woocommerce-store-notice,p.demo_store{position:absolute;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#7f54b3;color:#fff;z-index:99998;box-shadow:0 1px 1em rgba(0,0,0,.2);display:none}.woocommerce-store-notice a,p.demo_store a{color:#fff;text-decoration:underline}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.admin-bar p.demo_store{top:32px}.clear{clear:both}.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce .loader::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;border-radius:100%;color:red!important;text-decoration:none;font-weight:700;border:0}.woocommerce a.remove:hover{color:#fff!important;background:red}.woocommerce small.note{display:block;color:#767676;font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{margin:0 0 1em;padding:0;font-size:.92em;color:#767676}.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before{content:" ";display:table}.woocommerce .woocommerce-breadcrumb::after{clear:both}.woocommerce .woocommerce-breadcrumb a{color:#767676}.woocommerce .quantity .qty{width:3.631em;text-align:center}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce div.product p.price,.woocommerce div.product span.price{color:#b3af54;font-size:1.25em}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background:inherit;font-weight:700;display:inline-block}.woocommerce div.product p.price del,.woocommerce div.product span.price del{opacity:.5;display:inline-block}.woocommerce div.product p.stock{font-size:.92em}.woocommerce div.product .stock{color:#b3af54}.woocommerce div.product .out-of-stock{color:red}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em}.woocommerce div.product div.images{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1) .5s;margin:0;padding:0}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color:#fff;opacity:0}.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{border:1px solid #f2f2f2}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{position:absolute;top:.5em;right:.5em;font-size:2em;z-index:9;width:36px;height:36px;background:#fff;text-indent:-9999px;border-radius:100%;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{content:"";display:block;width:10px;height:10px;border:2px solid #000;border-radius:100%;position:absolute;top:9px;left:9px;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{content:"";display:block;width:2px;height:8px;background:#000;border-radius:6px;position:absolute;top:19px;left:22px;transform:rotate(-45deg);box-sizing:content-box}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:25%;float:left;margin:0;list-style:none}.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:left}.woocommerce div.product div.summary{margin-bottom:2em}.woocommerce div.product div.social{text-align:right;margin:0 0 1em}.woocommerce div.product div.social span{margin:0 0 0 2px}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-left:16px;width:0}.woocommerce div.product div.social iframe{float:left;margin-top:3px}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 0 0 1em;margin:0 0 1.618em;overflow:hidden;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid #cfc8d8;background-color:#e9e6ed;color:#515151;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0 -5px;padding:0 1em}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:700;color:#515151;text-decoration:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6a6a6a}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;color:#515151;z-index:2;border-bottom-color:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{box-shadow:2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{box-shadow:-2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{border:1px solid #cfc8d8;position:absolute;bottom:-1px;width:5px;height:5px;content:" ";box-sizing:border-box}.woocommerce div.product .woocommerce-tabs ul.tabs li::before{left:-5px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs li::after{right:-5px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs::before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid #cfc8d8;z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product p.cart{margin-bottom:2em}.woocommerce div.product p.cart::after,.woocommerce div.product p.cart::before{content:" ";display:table}.woocommerce div.product p.cart::after{clear:both}.woocommerce div.product form.cart{margin-bottom:2em}.woocommerce div.product form.cart::after,.woocommerce div.product form.cart::before{content:" ";display:table}.woocommerce div.product form.cart::after{clear:both}.woocommerce div.product form.cart div.quantity{float:left;margin:0 4px 0 0}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-left:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0;width:100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0;line-height:2em;vertical-align:top}.woocommerce div.product form.cart .variations label{font-weight:700;text-align:left}.woocommerce div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;margin-right:1em}.woocommerce div.product form.cart .variations td.label{padding-right:1em}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .reset_variations{visibility:hidden;font-size:.83em}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .button{vertical-align:middle;float:left}.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{padding-right:1em;padding-left:1em}.woocommerce div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em;border:0}.woocommerce div.product form.cart .group_table td:first-child{width:4em;text-align:center}.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{display:inline-block;width:auto;margin:0 auto;transform:scale(1.5,1.5)}.woocommerce span.onsale{min-height:3.236em;min-width:3.236em;padding:.202em;font-size:1em;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;left:-.5em;margin:0;border-radius:100%;background-color:#b3af54;color:#fff;font-size:.857em;z-index:9}.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none outside;clear:both}.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before{content:" ";display:table}.woocommerce .products ul::after,.woocommerce ul.products::after{clear:both}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none outside}.woocommerce ul.products li.product .onsale{top:0;right:0;left:auto;margin:-.5em -.5em 0 0}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding:.5em 0;margin:0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .woocommerce-placeholder{border:1px solid #f2f2f2}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{display:inline-block;margin-top:1em}.woocommerce ul.products li.product .price{color:#b3af54;display:block;font-weight:400;margin-bottom:.5em;font-size:.857em}.woocommerce ul.products li.product .price del{color:inherit;opacity:.5;display:inline-block}.woocommerce ul.products li.product .price ins{background:0 0;font-weight:700;display:inline-block}.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0 0;text-transform:uppercase;color:rgba(132,132,132,.5)}.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce .woocommerce-ordering{margin:0 0 1em}.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;clear:both;border:1px solid #cfc8d8;border-right:0;margin:1px}.woocommerce nav.woocommerce-pagination ul li{border-right:1px solid #cfc8d8;padding:0;margin:0;float:left;display:inline;overflow:hidden}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;padding:0;line-height:1;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:#e9e6ed;color:#816e99}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{padding-top:.5em;display:inline-block}.woocommerce #reviews h2 small{float:right;color:#767676;font-size:15px;margin:10px 0 0}.woocommerce #reviews h2 small a{text-decoration:none;color:#767676}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments .add_review::after,.woocommerce #reviews #comments .add_review::before{content:" ";display:table}.woocommerce #reviews #comments .add_review::after{clear:both}.woocommerce #reviews #comments h2{clear:none}.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:0 0;list-style:none}.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist::after{clear:both}.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;border:0;position:relative;background:0;border:0}.woocommerce #reviews #comments ol.commentlist li .meta{color:#767676;font-size:.75em}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:0;left:0;padding:3px;width:32px;height:auto;background:#e9e6ed;border:1px solid #e1dde7;margin:0;box-shadow:none}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0}.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist li .comment-text::after{clear:both}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:.83em}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none outside;margin:20px 0 0 50px}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0;margin:20px 0 0 50px}.woocommerce #reviews #comments .commentlist>li::before{content:""}.woocommerce .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:star}.woocommerce .star-rating::before{content:"sssss";color:#cfc8d8;float:left;top:0;left:0;position:absolute}.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span::before{content:"SSSSS";top:0;position:absolute;left:0}.woocommerce .woocommerce-product-rating{line-height:2;display:block}.woocommerce .woocommerce-product-rating::after,.woocommerce .woocommerce-product-rating::before{content:" ";display:table}.woocommerce .woocommerce-product-rating::after{clear:both}.woocommerce .woocommerce-product-rating .star-rating{margin:.5em 4px 0 0;float:left}.woocommerce .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0}.woocommerce #review_form #respond{position:static;margin:0;width:auto;padding:0;background:transparent none;border:0}.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before{content:" ";display:table}.woocommerce #review_form #respond::after{clear:both}.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input{left:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none}.woocommerce p.stars a::before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;content:"\e021";text-indent:0}.woocommerce p.stars a:hover~a::before{content:"\e021"}.woocommerce p.stars:hover a::before{content:"\e020"}.woocommerce p.stars.selected a.active::before{content:"\e020"}.woocommerce p.stars.selected a.active~a::before{content:"\e021"}.woocommerce p.stars.selected a:not(.active)::before{content:"\e020"}.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgba(0,0,0,.1);margin-bottom:1.618em;width:100%}.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td{font-style:italic;padding:0;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th{background:rgba(0,0,0,.025)}.woocommerce table.shop_table{border:1px solid rgba(0,0,0,.1);margin:0 -1px 24px 0;text-align:left;width:100%;border-collapse:separate;border-radius:5px}.woocommerce table.shop_table th{font-weight:700;padding:9px 12px;line-height:1.5em}.woocommerce table.shop_table td{border-top:1px solid rgba(0,0,0,.1);padding:9px 12px;vertical-align:middle;line-height:1.5em}.woocommerce table.shop_table td small{font-weight:400}.woocommerce table.shop_table td del{font-weight:400}.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{border-top:0}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:700;border-top:1px solid rgba(0,0,0,.1)}.woocommerce table.my_account_orders{font-size:.85em}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding:4px 8px;vertical-align:middle}.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th{vertical-align:top;text-align:center}.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before{content:"↓";display:inline-block}.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation{list-style:none outside}.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt{float:left;clear:both;margin-right:.25em;display:inline-block;list-style:none outside}.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd{margin:0}.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce td.product-quantity{min-width:80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none outside;padding:0;margin:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{padding:4px 0;margin:0;list-style:none}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{display:block;font-weight:700}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{float:right;margin-left:4px;width:32px;height:auto;box-shadow:none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-left:1em;border-left:2px solid rgba(0,0,0,.1)}.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li dl::before,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li dl::before{content:" ";display:table}.woocommerce ul.cart_list li dl::after,.woocommerce ul.product_list_widget li dl::after{clear:both}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{display:inline-block;float:left;margin-bottom:1em}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em;margin:0 4px 0 0;clear:left}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{border-top:3px double #e9e6ed;padding:4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding-left:2em;position:relative;padding-top:0}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;left:0}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::before{content:" ";display:table}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::after{clear:both}.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a{margin-right:5px;margin-bottom:5px}.woocommerce form .form-row{padding:3px;margin:0 0 6px}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}.woocommerce form .form-row label{line-height:2}.woocommerce form .form-row label.hidden{visibility:hidden}.woocommerce form .form-row label.inline{display:inline}.woocommerce form .form-row .woocommerce-input-wrapper .description{background:#1e85be;color:#fff;border-radius:3px;padding:1em;margin:.5em 0 0;clear:both;display:none;position:relative}.woocommerce form .form-row .woocommerce-input-wrapper .description a{color:#fff;text-decoration:underline;border:0;box-shadow:none}.woocommerce form .form-row .woocommerce-input-wrapper .description::before{left:50%;top:0;margin-top:-4px;transform:translateX(-50%) rotate(180deg);content:"";position:absolute;border-width:4px 6px 0 6px;border-style:solid;border-color:#1e85be transparent transparent transparent;z-index:100;display:block}.woocommerce form .form-row select{cursor:pointer;margin:0}.woocommerce form .form-row .required{color:red;font-weight:700;border:0!important;text-decoration:none;visibility:hidden}.woocommerce form .form-row .optional{visibility:visible}.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{box-sizing:border-box;width:100%;margin:0;outline:0;line-height:normal}.woocommerce form .form-row textarea{height:4em;line-height:1.5;display:block;box-shadow:none}.woocommerce form .form-row .select2-container{width:100%;line-height:2em}.woocommerce form .form-row.woocommerce-invalid label{color:#a00}.woocommerce form .form-row.woocommerce-invalid .select2-container,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:#a00}.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:#6dc22e}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid #cfc8d8;padding:20px;margin:2em 0;text-align:left;border-radius:5px}.woocommerce ul#shipping_method{list-style:none outside;margin:0;padding:0}.woocommerce ul#shipping_method li{margin:0 0 .5em;line-height:1.5em;list-style:none outside}.woocommerce ul#shipping_method li input{margin:3px .4375em 0 0;vertical-align:top}.woocommerce ul#shipping_method li label{display:inline}.woocommerce ul#shipping_method .amount{font-weight:700}.woocommerce p.woocommerce-shipping-contents{margin:0}.woocommerce ul.order_details{margin:0 0 3em;list-style:none}.woocommerce ul.order_details::after,.woocommerce ul.order_details::before{content:" ";display:table}.woocommerce ul.order_details::after{clear:both}.woocommerce ul.order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed #cfc8d8;padding-right:2em;margin-left:0;padding-left:0;list-style-type:none}.woocommerce ul.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}.woocommerce ul.order_details li:last-of-type{border:none}.woocommerce .wc-bacs-bank-details-account-name{font-weight:700}.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads{margin-bottom:2em}.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details address{font-style:normal;margin-bottom:0;border:1px solid rgba(0,0,0,.1);border-bottom-width:2px;border-right-width:2px;text-align:left;width:100%;border-radius:5px;padding:6px 12px}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{margin-bottom:0;padding-left:1.5em}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e037";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e02d";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-widget-layered-nav-list{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{padding:0 0 1px;list-style:none}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before{content:" ";display:table}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after{clear:both}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{padding:1px 0}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:#a00}.woocommerce .woocommerce-widget-layered-nav-dropdown__submit{margin-top:1em}.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none outside;overflow:hidden;zoom:1}.woocommerce .widget_layered_nav_filters ul li{float:left;padding:0 1em 1px 1px;list-style:none}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none}.woocommerce .widget_layered_nav_filters ul li a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:#a00;vertical-align:inherit;margin-right:.5em}.woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4;font-size:.8751em}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1.15em;float:left}.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:left;margin-left:.5em;margin-right:.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#7f54b3;border-radius:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#7f54b3}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#35224c;border:0}.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woocommerce .widget_rating_filter ul{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .widget_rating_filter ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_rating_filter ul li::before{content:" ";display:table}.woocommerce .widget_rating_filter ul li::after{clear:both}.woocommerce .widget_rating_filter ul li a{padding:1px 0;text-decoration:none}.woocommerce .widget_rating_filter ul li .star-rating{float:none;display:inline-block}.woocommerce .widget_rating_filter ul li.chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:#a00}.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{float:left;margin-right:1em}.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{display:inline-block}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:700;border-radius:3px;left:auto;color:#515151;background-color:#e9e6ed;border:0;display:inline-block;background-image:none;box-shadow:none;text-shadow:none}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading{opacity:.25;padding-right:2.618em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading::after{font-family:WooCommerce;content:"\e01c";vertical-align:top;font-weight:400;position:absolute;top:.618em;right:1em;animation:spin 2s linear infinite}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.added::after{font-family:WooCommerce;content:"\e017";margin-left:.53em;vertical-align:bottom}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover{background-color:#dcd7e3;text-decoration:none;background-image:none;color:#515151}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt{background-color:#7f54b3;color:#fff;-webkit-font-smoothing:antialiased}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover{background-color:#7249a4;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover{background-color:#7f54b3;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5;padding:.618em 1em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:#e9e6ed}.woocommerce-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login{display:block!important}.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle{display:none!important}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 2em 1em 3.5em;margin:0 0 2em;position:relative;background-color:#f6f5f8;color:#515151;border-top:3px solid #7f54b3;list-style:none outside;width:auto;word-wrap:break-word}.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before{content:" ";display:table}.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after{clear:both}.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{font-family:WooCommerce;content:"\e028";display:inline-block;position:absolute;top:1em;left:1.5em}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:right}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none outside!important;padding-left:0!important;margin-left:0!important}.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span{direction:ltr;unicode-bidi:embed}.woocommerce-message{border-top-color:#8fae1b}.woocommerce-message::before{content:"\e015";color:#8fae1b}.woocommerce-info{border-top-color:#1e85be}.woocommerce-info::before{color:#1e85be}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error::before{content:"\e016";color:#b81c23}.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before{content:" ";display:table}.woocommerce-account .woocommerce::after{clear:both}.woocommerce-account .addresses .title::after,.woocommerce-account .addresses .title::before{content:" ";display:table}.woocommerce-account .addresses .title::after{clear:both}.woocommerce-account .addresses .title h3{float:left}.woocommerce-account .addresses .title .edit{float:right}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e00a";text-decoration:none}.woocommerce-account ul.digital-downloads li .count{float:right}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{min-width:32px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:32px;box-shadow:none}#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{vertical-align:middle}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{float:left;box-sizing:border-box;border:1px solid #cfc8d8;padding:6px 6px 5px;margin:0 4px 0 0;outline:0}#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{margin:0;vertical-align:middle}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{padding:1em 0}#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before{content:" ";display:table}#add_payment_method .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after{clear:both}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:1em;font-size:1.25em;padding:1em}#add_payment_method .cart-collaterals .shipping-calculator-button,.woocommerce-cart .cart-collaterals .shipping-calculator-button,.woocommerce-checkout .cart-collaterals .shipping-calculator-button{float:none;margin-top:.5em;display:inline-block}#add_payment_method .cart-collaterals .shipping-calculator-button::after,.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e019";text-decoration:none}#add_payment_method .cart-collaterals .shipping-calculator-form,.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form{margin:1em 0 0 0}#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small{color:#767676;font-size:.83em}#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0}#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th{border-top:0}#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th{width:35%}#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th{vertical-align:top;border-left:0;border-right:0;line-height:1.5em}#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small{color:#767676}#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select{width:100%}#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td{color:#b3af54}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:1px solid #e9e6ed}#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination{margin-bottom:0}#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{margin-top:0}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float:left;clear:none}#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .notes{clear:left}#add_payment_method .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .form-row-first{clear:left}#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#767676;font-weight:400}#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:left;width:100%}#add_payment_method .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address{clear:both}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:#e9e6ed;border-radius:5px}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{text-align:left;padding:1em;border-bottom:1px solid #cfc8d8;margin:0;list-style:none outside}#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::after{clear:both}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:400}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{margin:0 1em 0 0}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none}#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img{margin-left:2px}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after{clear:both}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:1em}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dcd7e3;color:#515151}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#c2b9ce;border-top-color:#b5aac3}#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#b5aac3}#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#b5aac3}#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#b5aac3}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none outside;margin:0}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{margin:0 0 .5em}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{cursor:pointer}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{vertical-align:middle;margin:-3px 1em 0 0;position:relative}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{border:0;padding:0;margin:1em 0 0}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:right .618em center;background-size:32px 20px}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/visa.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/mastercard.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/laser.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/diners.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/maestro.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/jcb.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/amex.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/discover.svg)}#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help{font-size:.857em;color:#767676;font-weight:400}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em}#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0}#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before{content:"";display:block;border:1em solid #dcd7e3;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-.75em;left:0;margin:-1em 0 0 2em}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:right;line-height:52px;font-size:.83em}#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img{max-height:52px;vertical-align:middle}.woocommerce-terms-and-conditions{border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);background:rgba(0,0,0,.05)}.woocommerce-invalid #terms{outline:2px solid red;outline-offset:2px}.woocommerce-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-hint{margin:.5em 0 0;display:block}#content.twentyeleven .woocommerce-pagination a{font-size:1em;line-height:1}.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary{padding:0}.single-product .twentythirteen p.stars{clear:both}.twentythirteen .woocommerce-breadcrumb{padding-top:40px}.twentyfourteen ul.products li.product{margin-top:0!important}body:not(.search-results) .twentysixteen .entry-summary{color:inherit;font-size:inherit;line-height:inherit}.twentysixteen .price ins{background:inherit;color:inherit}.tawcvs-swatches .swatch-show-more {
  text-indent: -9999em;
  border: 2px solid #ccc;
}
.tawcvs-swatches .swatch-show-more > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.tawcvs-swatches .swatch-show-more .plus {
  position: relative;
  width: 10px;
  height: 10px;
}
.tawcvs-swatches .swatch-show-more .plus:before, .tawcvs-swatches .swatch-show-more .plus:after {
  content: "";
  position: absolute;
  background: #674399;
}
.tawcvs-swatches .swatch-show-more .plus:before {
  left: 50%;
  top: 4px;
  bottom: 4px;
  width: 10px;
  transform: translateX(-50%);
}
.tawcvs-swatches .swatch-show-more .plus:after {
  top: 50%;
  left: 4px;
  right: 4px;
  height: 10px;
  transform: translateY(-50%);
}

.swatch-item-wrapper .swatch.swatch-image:not(.swatch-ratio-disabled) {
  display: block !important;
  position: relative !important;
  height: auto !important;
}
.swatch-item-wrapper .swatch.swatch-image:not(.swatch-ratio-disabled) img {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  object-fit: cover;
}
.swatch-item-wrapper .swatch.swatch-image.swatch-ratio-11 {
  padding-bottom: 100% !important;
}
.swatch-item-wrapper .swatch.swatch-image.swatch-ratio-169 {
  padding-bottom: 56.25% !important;
}
.swatch-item-wrapper .swatch.swatch-image.swatch-ratio-916 {
  padding-bottom: 177% !important;
}
.swatch-item-wrapper .swatch.swatch-image.swatch-ratio-43 {
  padding-bottom: 75% !important;
}
.swatch-item-wrapper .swatch.swatch-image.swatch-ratio-34 {
  padding-bottom: 133% !important;
}
.swatch-item-wrapper .swatch.swatch-image.swatch-ratio-45 {
  padding-bottom: 125% !important;
}
.swatch-item-wrapper .swatch.swatch-image.swatch-ratio-54 {
  padding-bottom: 80% !important;
}
.swatch-item-wrapper .swatch.swatch-image.swatch-ratio-32 {
  padding-bottom: 67% !important;
}
.swatch-item-wrapper .swatch.swatch-image.swatch-ratio-23 {
  padding-bottom: 150% !important;
}

.vswc-variable-name {
  display: inline-block;
  margin-left: 5px;
}

.tawcvs-swatch-show-more {
  font-size: 30px;
  line-height: 0;
  color: #008060;
  cursor: pointer;
  top: 12px;
  position: absolute;
}
.tawcvs-swatch-show-more:hover {
  color: rgba(0, 128, 96, 0.7019607843);
}
.tawcvs-swatch-show-more:focus {
  outline: none !important;
}

body.single-product .variations_form.swatches-support .variations .value {
  position: relative;
}

/*# sourceMappingURL=woosuite-variation-swatches-pro-public.css.map */
.wpml-ls-legacy-list-horizontal{border:1px solid transparent;padding:7px;clear:both}.wpml-ls-legacy-list-horizontal>ul{padding:0;margin:0 !important;list-style-type:none}.wpml-ls-legacy-list-horizontal .wpml-ls-item{padding:0;margin:0;list-style-type:none;display:inline-block}.wpml-ls-legacy-list-horizontal a{display:block;text-decoration:none;padding:5px 10px 6px;line-height:1}.wpml-ls-legacy-list-horizontal a span{vertical-align:middle}.wpml-ls-legacy-list-horizontal a span.wpml-ls-bracket{vertical-align:unset}.wpml-ls-legacy-list-horizontal .wpml-ls-flag{display:inline;vertical-align:middle}.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:.4em}.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:0;margin-right:.4em}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{margin-bottom:30px}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul{text-align:center}
#place_order.ppcp-hidden{display:none !important}.ppcp-disabled{cursor:not-allowed;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.ppcp-disabled *{pointer-events:none}.ppc-button-wrapper #ppcp-messages:first-child{padding-top:10px}.yith-infs-loader {
	text-align: center;
	margin: 10px 0 30px;
}
.yith-infs-loader img {
	max-width: 100%;
	display: inline-block;
}

.yith-infs-button-wrapper {
    text-align: center;
    margin-bottom: 10px;
}
.woocommerce .blockUI.blockOverlay:before {
    display: none;
}

/******************
* Animation
*******************/

.yith-infs-animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* Zoom In */

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
.yith-infs-zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

/* Bounce In */

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        -ms-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.yith-infs-bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

/* Fade In */

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.yith-infs-fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/* Fade In Down */

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.yith-infs-fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/* Fade In Left */

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.yith-infs-fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

/* Fade In Right */

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.yith-infs-fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

/* Fade In Up */

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.yith-infs-fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@font-face {
  font-family: 'Woo-Side-Cart';
  src:  url(/wp-content/plugins/woocommerce-side-cart-premium/assets/css/fonts/Woo-Side-Cart.eot?le17z4);
  src:  url(/wp-content/plugins/woocommerce-side-cart-premium/assets/css/fonts/Woo-Side-Cart.eot?le17z4#iefix) format('embedded-opentype'),
    url(/wp-content/plugins/woocommerce-side-cart-premium/assets/css/fonts/Woo-Side-Cart.ttf?le17z4) format('truetype'),
    url(/wp-content/plugins/woocommerce-side-cart-premium/assets/css/fonts/Woo-Side-Cart.woff?le17z4) format('woff'),
    url(/wp-content/plugins/woocommerce-side-cart-premium/assets/css/fonts/Woo-Side-Cart.svg?le17z4#Woo-Side-Cart) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="xoo-wsc-icon-"], [class*=" xoo-wsc-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Woo-Side-Cart' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.xoo-wsc-icon-coupon-7:before {
  content: "\e925";
}
.xoo-wsc-icon-coupon-8:before {
  content: "\e926";
}
.xoo-wsc-icon-coupon-9:before {
  content: "\e927";
}
.xoo-wsc-icon-coupon-1:before {
  content: "\e91d";
}
.xoo-wsc-icon-coupon-2:before {
  content: "\e91e";
}
.xoo-wsc-icon-coupon-3:before {
  content: "\e91f";
}
.xoo-wsc-icon-coupon-5:before {
  content: "\e920";
}
.xoo-wsc-icon-coupon-6:before {
  content: "\e921";
}
.xoo-wsc-icon-coupon:before {
  content: "\e922";
}
.xoo-wsc-icon-coupon-4:before {
  content: "\e923";
}
.xoo-wsc-icon-bag1:before {
  content: "\e90c";
}
.xoo-wsc-icon-bag2:before {
  content: "\e910";
}
.xoo-wsc-icon-cart1:before {
  content: "\e911";
}
.xoo-wsc-icon-cart2:before {
  content: "\e912";
}
.xoo-wsc-icon-arrow-long-right:before {
  content: "\e900";
}
.xoo-wsc-icon-basket5:before {
  content: "\e901";
}
.xoo-wsc-icon-basket4:before {
  content: "\e902";
}
.xoo-wsc-icon-basket6:before {
  content: "\e903";
}
.xoo-wsc-icon-basket1:before {
  content: "\e904";
}
.xoo-wsc-icon-basket2:before {
  content: "\e905";
}
.xoo-wsc-icon-basket3:before {
  content: "\e906";
}
.xoo-wsc-icon-trash1:before {
  content: "\e907";
}
.xoo-wsc-icon-trash:before {
  content: "\e908";
}
.xoo-wsc-icon-cross:before {
  content: "\e909";
}
.xoo-wsc-icon-check_circle:before {
  content: "\e90a";
}
.xoo-wsc-icon-spinner:before {
  content: "\e97a";
}
.xoo-wsc-icon-spinner2:before {
  content: "\e97b";
}
.xoo-wsc-icon-trash2:before {
  content: "\e9ad";
}
.xoo-wsc-icon-checkmark:before {
  content: "\ea10";
}
.xoo-wsc-icon-discout:before {
  content: "\e924";
}
.xoo-wsc-icon-chevron-thin-left:before {
  content: "\e919";
}
.xoo-wsc-icon-chevron-left:before {
  content: "\e91a";
}
.xoo-wsc-icon-arrow-thin-left:before {
  content: "\e91b";
}
.xoo-wsc-icon-arrow-left:before {
  content: "\e91c";
}
.xoo-wsc-icon-arrow-thin-right:before {
  content: "\e90d";
}
.xoo-wsc-icon-del4:before {
  content: "\e913";
}
.xoo-wsc-icon-pencil:before {
  content: "\e90b";
}
.xoo-wsc-icon-cart:before {
  content: "\e93a";
}
.xoo-wsc-icon-spinner4:before {
  content: "\e97d";
}
.xoo-wsc-icon-spinner8:before {
  content: "\e981";
}
.xoo-wsc-icon-spinner11:before {
  content: "\e984";
}
.xoo-wsc-icon-shopping-bag:before {
  content: "\e918";
}
.xoo-wsc-icon-trash3:before {
  content: "\e914";
}
.xoo-wsc-icon-del1:before {
  content: "\e915";
}
.xoo-wsc-icon-del2:before {
  content: "\e916";
}
.xoo-wsc-icon-del3:before {
  content: "\e917";
}
.xoo-wsc-icon-shopping-bag1:before {
  content: "\e90e";
}
.xoo-wsc-icon-shopping-cart:before {
  content: "\e90f";
}
.xoo-wsc-container, .xoo-wsc-slider {
    position: fixed;
    background-color: #fff;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    width: 90%;
    transition: 0.5s;
}

.xoo-wsc-modal * {
    box-sizing: border-box;
}

.xoo-wsc-cart-active .xoo-wsc-opac {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 999998;
    opacity: 0.7;
}

.xoo-wsc-body {
    flex-grow: 1;
    overflow: auto;
}

.xoo-wsc-loading .xoo-wsc-loader{
    display: block;
}

span.xoo-wsc-loader {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.5;
    background-color: #eee;
}


body.xoo-wsc-cart-active{
    overflow: hidden!important;
}

.xoo-wsc-basket {
    padding: 10px;
    border-radius: 14px;
    margin: 10px;
    z-index: 9999999;
    cursor: pointer;
    position: fixed;
    transition: 0.5s;
    display: none;
}

.xoo-wsc-items-count{
    border-radius: 50%;
    position: absolute;
    font-size: 13px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
}

.xoo-wsc-bki{
    font-size: 30px;
}

.xoo-wsc-fly-animating{
    opacity: 1;
    position: absolute!important;
    height: 150px;
    width: 150px;
    z-index: 100;
}


.xoo-wsc-sc-cont .xoo-wsc-cart-trigger {
    display: flex;
    position: relative;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.xoo-wsc-sc-bki{
    font-size: 30px;
}

span.xoo-wsc-sc-count {
    border-radius: 50%;
    height: 18px;
    line-height: 18px;
    width: 18px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
}

.xoo-wsc-sc-cont .xoo-wsc-cart-trigger > * {
    margin-right: 3px;
}


/* Notices */
.xoo-wsc-notice-container {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
}

ul.xoo-wsc-notices {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.xoo-wsc-notice-success {
    background-color: #DFF0D8;
    color: #3C763D;
}
.xoo-wsc-notice-error {
    color: #a94442;
    background-color: #f2dede;
}

ul.xoo-wsc-notices li {
    padding: 15px 20px;
    list-style-type: none;
}

ul.xoo-wsc-notices li span {
    margin-right: 6px;
}

span.xoo-wsc-undo-item {
    float: right;
    text-decoration: underline;
    cursor: pointer;
}


.xoo-wsc-notices a.button.wc-forward {
    display: none;
}

/* Basket */
.xoo-wscb-icon {
    font-size: 37px;
}

.xoo-wscb-count {
    position: absolute;
    z-index: 1;
    background-color: transparent;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    left: 0;
    right: 0;
}

/* Header */
.xoo-wsc-header {
    padding: 15px;
    color: #000;
}

span.xoo-wsch-close {
    position: absolute;
    cursor: pointer;
}

span.xoo-wsch-text {
    margin-left: 8px;
}

.xoo-wsch-top {
    align-items: center;
}

.xoo-wsch-top .xoo-wsch-basket {
    display: table;
    position: relative;
}

.xoo-wsch-top {
    display: flex;
    margin: 0 auto;
}

.xoo-wsc-sb-bar {
    height: 8px;
    width: 90%;
    background-color: #eeee;
    border-radius: 7px;
    display: table;
    margin: 0 auto;
    margin-top: 10px;
}

.xoo-wsc-sb-bar > span {
    display: block;
    z-index: 1;
    height: inherit;
}

.xoo-wsc-ship-bar-cont {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

/****** BODY ***********/

/*** Product ***/
.xoo-wsc-product {
    display: flex;
    border-bottom: 1px solid #eee;
}

.xoo-wsc-img-col {
    align-self: center;
}

.xoo-wsc-sum-col {
    flex-grow: 1;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
}

.xoo-wsc-img-col img {
    width: 100%;
    height: auto;
}

.xoo-wsc-sm-left {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-width: 0;
}

.xoo-wsc-sm-right {
    align-items: flex-end;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 30px;
}

span.xoo-wsc-pname, span.xoo-wsc-pname a {
    font-weight: 600;
}

span.xoo-wsc-smr-del {
    cursor: pointer;
    margin-top: 5px;
}

.xoo-wsc-sm-info {
    display: flex;
    min-width: 0;
}

.xoo-wsc-sm-sales {
    text-transform: uppercase;
    border: 1px solid #333;
    padding: 2px 10px;
    display: block;
    margin-bottom: 5px;
    border-radius: 10px;
    font-size: 10px;
}

.xoo-wsc-sm-left > *:not(:last-child) {
    padding-bottom: 4px;
}

/* Qty Box */
.xoo-wsc-qty-box {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 90px;
    width: 100%;
    flex-direction: row;
}

input[type="number"].xoo-wsc-qty {
    font-size: 14px;
    width: 100%;
    flex-grow: 1;
    padding: 6px;
    text-align: center;
    border: 0;
    box-shadow: none;
    background-color: transparent;
    height: 28px;
    line-height: 28px;
    min-width: 1%;
}

.xoo-wsc-qtb-square input[type="number"].xoo-wsc-qty{
    border-top-width: 0;
    border-bottom-width: 0;
}

span.xoo-wsc-chng {
    min-width: 18px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    user-select: none;
}


.xoo-wsc-qtb-circle .xoo-wsc-chng {
    border-radius: 50%;
    height: 70%;
    align-self: center;
}

.xoo-wsc-qtb-circle input[type="number"].xoo-wsc-qty {
    margin: 0 5px;
}

input.xoo-wsc-qty::-webkit-outer-spin-button,
input.xoo-wsc-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.xoo-wsc-qty[type=number] {
  -moz-appearance: textfield;
}

/* Variation */
.xoo-wsc-product dl.variation dd, .xoo-wsc-product dl.variation dt {
    margin: 0 4px 0 0;
    display: inline-block;
    float: left;
    font-style: italic;
}

.xoo-wsc-product dl.variation dt {
    clear: left;
}

.xoo-wsc-product dl.variation, .xoo-wsc-product dl.variation p {
    margin: 0;
    font-size: 13px;
}

/** Slider **/

.xoo-wsc-sl-content {
    display: none;
    overflow: auto;
    flex-direction: column;
}

.xoo-wsc-sl-content[style*='block'] {
    display: flex !important;
}

.xoo-wsc-sl-heading {
    display: flex;
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    align-items: center;
}

.xoo-wsc-slc-active.xoo-wsc-sl-content{
    display: block;
}

.xoo-wsc-sl-body {
    padding: 10px 20px;
    flex-grow: 1;
    overflow: auto;
}

span.xoo-wsc-slider-close {
    margin: 0 10px;
    cursor: pointer;
}

/** SLider Shipping */

ul.xoo-wsc-shipping-methods {
    list-style-type: none;
    margin: 0 auto 20px;
    padding: 0;
    display: table;
}


input.xoo-wsc-shipping-method {
    margin-right: 5px;
}

ul.xoo-wsc-shipping-methods li {
    list-style-type: none;
    margin: 0 0 7px 0;
    padding: 0;
}

ul.xoo-wsc-shipping-methods li label {
    cursor: pointer;
}

.xoo-wsc-shipping-destination span:nth-child(1) {
    color: #777;
    font-weight: 600;
    margin-right: 8px;
    font-size: 16px;
}

.xoo-wsc-shipping-destination {
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 17px;
}

.select2-dropdown {
    z-index: 999999;
}

.xoo-wsc-slider section.shipping-calculator-form {
    display: block!important;
    margin: 0;
    padding: 0;
}

.xoo-wsc-slider a.shipping-calculator-button {
    display: none;
}
.woocommerce-checkout .xoo-wsc-sl-content.xoo-wsc-sl-shipping, .woocommerce-checkout .xoo-wsc-ft-amt-label .xoo-wsc-toggle-slider span {
    display: none!important;
}


.woocommerce-checkout .xoo-wsc-ft-amt{
    pointer-events: none;
}

.xoo-wsc-slider button[name="calc_shipping"] {
    display: table;
    margin: 0 auto;
}

.xoo-wsc-slider section.shipping-calculator-form > p{
    margin: 0 0 30px 0;
    padding: 0;
}

.xoo-wsc-slider section.shipping-calculator-form input, .xoo-wsc-slider section.shipping-calculator-form select {
    width: 100%;
}

.xoo-wsc-slider .woocommerce-shipping-calculator {
    padding: 0;
    margin: 0;
}

/** SLIDER Coupon **/
.xoo-wsc-coupon-row > span {
    display: block;
    margin-bottom: 9px;
}

span.xoo-wsc-cr-code {
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid;
    padding: 1px 20px;
}

.xoo-wsc-coupon-row {
    padding: 0 15px 30px;
    border-bottom: 1px dashed #afafaf;
    margin-bottom: 30px;
}

span.xoo-wsc-cr-off {
    color: #4CAF50;
    font-weight: 600;
    margin-bottom: 0;
}

form.xoo-wsc-sl-apply-coupon {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: stretch;
    margin: 20px 0;
    flex-wrap: wrap;
}

.xoo-wsc-sl-applied > div {
    display: flex;
    text-transform: uppercase;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

span.xoo-wsc-remove-coupon {
    text-transform: uppercase;
    cursor: pointer;
    font-size: 10px;
    margin-left: 2px;
}

.xoo-wsc-sl-applied {
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 20px;
}

.xoo-wsc-sl-applied > div .xoo-wsc-slc-saved {
    color: #4CAF50;
    font-weight: 600;
}

span.xoo-wsc-slc-remove {
    font-weight: 600;
}

span.xoo-wsc-clist-label {
    text-transform: uppercase;
    color: #777;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    padding: 0 20px;
    display: inline-block;
    margin: 20px 0;
    text-align: center;
}

.xoo-wsc-clist-section {
    border: 1px solid #eee;
    margin-bottom: 35px;
    font-size: 13px;
    padding: 0 25px;
}

.xoo-wsc-coupon-row:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.xoo-wsc-coupon-row > span:last-child {
    margin-bottom: 0;
}

span.xoo-wsc-slc-remove .xoo-wsc-remove-coupon {
    display: block;
    text-align: right;
}


/** Footer */
.xoo-wsc-ftx-row {
    padding: 8px 0;
    border-top: 1px solid #f3f3f3;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f3f3f3;
}

span.xoo-wsc-ftx-icon {
    margin-right: 5px;
    font-size: 17px;
}


.xoo-wsc-ftx-coups > div {
    flex-grow: 1;
}

.xoo-wsc-ftx-coups {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    margin-left: 7px;
}

.xoo-wsc-remove-coupon {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 3px;
}

.xoo-wsc-remove-coupon span {
    color: red;
    margin-left: 2px;
}


.xoo-wsc-ft-buttons-cont {
    display: grid;
    text-align: center;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

a.xoo-wsc-ft-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.xoo-wsc-ft-btn:not(.btn):not(.button) {
    padding: 10px;
}


.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:only-child {
    grid-column: 1/-1;
}


/** FOOTER Totals **/
.xoo-wsc-ft-totals {
    width: 100%;
    padding: 10px 0;
}

.xoo-wsc-ft-amt {
    padding: 3px;
    display: flex;
    justify-content: space-between;
}

.xoo-wsc-ft-amt-value .xoo-wsc-toggle-slider {
    cursor: pointer;
    margin-left: 5px;
}

span.xoo-wsc-ft-amt-label {
    font-weight: 600;
}

.xoo-wsc-toggle-slider {
    cursor: pointer;
}

.xoo-wsc-ft-amt-shipping .xoo-wsc-toggle-slider span {
    margin-left: 5px;
}

.xoo-wsc-ft-amt-label {
    flex-grow: 1;
    padding-right: 10px;
}

.xoo-wsc-ft-amt-value {
    text-align: right;
}

.xoo-wsc-ft-amt.less {
    color: #4CAF50;
}

.xoo-wsc-ft-amt-total {
    border-top: 1px dashed #9E9E9E;
    margin-top: 5px;
    padding-top: 5px;
}

/** SUGGESTED PRODUCTS **/
.xoo-wsc-sp-product {
    padding: 0 15px;
}

.xoo-wsc-sp-container {
    margin: 10px 0;
}


.xoo-wsc-sp-left-col img {
    width: 100%;
    height: auto;
}

.xoo-wsc-sp-product {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    align-self: stretch;
}

.xoo-wsc-sp-right-col {
    padding-left: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    justify-content: center;
}

.xoo-wsc-sp-right-col > span {
    display: block;
}

span.xoo-wsc-sp-atc a.button {
    text-transform: uppercase;
    font-size: 12px;
}

span.xoo-wsc-sp-atc a.button span {
    margin-right: 5px;
}

.xoo-wsc-sp-wide .xoo-wsc-sp-rc-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.xoo-wsc-sp-container .lSAction > .lSPrev {
    background-image: url(/wp-content/plugins/woocommerce-side-cart-premium/assets/css/../images/arrow-left.png);
    background-position: center center;
    left: 0;
}

.xoo-wsc-sp-container .lSAction > .lSNext {
    background-image: url(/wp-content/plugins/woocommerce-side-cart-premium/assets/css/../images/arrow-right.png);
    background-position: center center;
    right: 0;
}

.xoo-wsc-sp-container .lSAction > a {
    background-size: 50%;
    background-repeat: no-repeat;
    max-width: 22px;
}

.xoo-wsc-sp-narrow .xoo-wsc-sp-rc-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-grow: 1;
}

.xoo-wsc-sp-container ul.lSPager.lSpg {
    display: none;
}

.xoo-wsc-sp-rc-top {
    padding-bottom: 6px;
}

.xoo-wsc-payment-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}


.xoo-wsc-payment-btns p {
    padding: 0!important;
    margin: 0!important;
    display: block;
}

.xoo-wsc-payment-btns > * {
    flex-grow: 1;
    margin-top: 8px!important;
}

.xoo-wsc-payment-btns .widget_shopping_cart {
    margin: 0;
    padding: 0;
}

/* Bundled product */

.xoo-wsc-product.xoo-wsc-is-parent {
    border-bottom: 0;
    padding-bottom: 0;
}

.xoo-wsc-product.xoo-wsc-is-child img {
    max-width: 50px;
    margin-left: auto;
    float: right;
}

.xoo-wsc-product.xoo-wsc-is-child {
    padding-top: 5px;
}

.xoo-wsc-empty-cart {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.xoo-wsc-empty-cart > * {
    margin-bottom: 20px;
}
#wpadminbar li.menupop > .ab-sub-wrapper li#wp-admin-bar-store {
	background-image: url( "data:image/svg+xml,%3Csvg%20class%3D%22gridicon%20gridicons-cart%22%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%3E%3Cpath%20fill%3D%22%2387a6bc%22%20d%3D%22M9%2020c0%201.1-.9%202-2%202s-1.99-.9-1.99-2S5.9%2018%207%2018s2%20.9%202%202zm8-2c-1.1%200-1.99.9-1.99%202s.89%202%201.99%202%202-.9%202-2-.9-2-2-2zm.396-5c.937%200%201.75-.65%201.952-1.566L21%205H7V4c0-1.105-.895-2-2-2H3v2h2v11c0%201.105.895%202%202%202h12c0-1.105-.895-2-2-2H7v-2h10.396z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E" );
	background-repeat: no-repeat;
	background-position: 21px 12px;	
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}

.woocommerce div.product .cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce div.product .woosb-product .variations_form .variable:not(.type-select) .arrow,
.woocommerce:not(.archive) li.product .cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .variable:not(.type-select) .arrow,
.woocommerce.archive .cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce.archive .woosb-product .variations_form .variable:not(.type-select) .arrow,
.wc-product-table-wrapper .cart.variations_form .variable:not(.type-select) .arrow,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .arrow,
.wc-product-table-wrapper .woosb-product .variations_form .variable:not(.type-select) .arrow,
.woocommerce.single-product .cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce.single-product .woosb-product .variations_form .variable:not(.type-select) .arrow {
  display: none !important;
}
.woocommerce div.product .cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce div.product .woosb-product .variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce:not(.archive) li.product .cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.archive .cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.archive .woosb-product .variations_form .variable:not(.type-select) .line-hover:after,
.wc-product-table-wrapper .cart.variations_form .variable:not(.type-select) .line-hover:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .line-hover:after,
.wc-product-table-wrapper .woosb-product .variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.single-product .cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.single-product .woosb-product .variations_form .variable:not(.type-select) .line-hover:after {
  content: none;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches,
.woocommerce.archive .cart.variations_form .tawcvs-swatches,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches {
  padding: 5px;
  display: inline-flex !important;
  flex-wrap: wrap;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  margin: 0 10px;
  padding: 2px 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:after, .woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before {
  display: block !important;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color {
  text-indent: -9999em;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  width: 6px;
  height: 10px;
  display: block;
  border: solid #eee;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px -2px 0 0;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color) {
  background-color: #f1f1f1;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-label,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-label {
  font-size: 14px;
  min-width: max-content;
  width: auto;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image {
  font-size: 0;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip {
  font-size: 14px;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before {
  border-radius: 50%;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before {
  border-radius: 8px;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before {
  border-radius: 0;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.disabled, .woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.disabled,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.disabled,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable {
  cursor: default;
  opacity: 0.4 !important;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip, .woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip {
  display: none;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable {
  cursor: pointer;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:first-child,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:first-child,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:first-child,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:first-child,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:first-child {
  margin-left: 0;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:last-child,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:last-child,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:last-child,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:last-child,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:last-child {
  margin-right: 0;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid #ddd;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.selected,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.selected,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected {
  border-color: transparent;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.selected:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.selected:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:before {
  border-color: #674399;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.selected:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.selected:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:after {
  content: none;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label {
  border-bottom: none !important;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip {
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  top: 0;
  background: #333;
  z-index: 2;
  color: #fff;
  margin: -15px 0 0 0;
  padding: 5px 10px;
  text-indent: initial;
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  user-select: none;
  display: inline-block;
  word-break: break-all;
  white-space: normal;
  min-width: max-content;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #333;
  bottom: -4px;
  left: 50%;
  margin-left: -6px;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip {
  left: 10% !important;
  top: 10px;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-item-wrapper,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-item-wrapper {
  position: relative;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip {
  opacity: 1;
  visibility: visible;
  user-select: auto;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable {
  position: relative;
  background: rgba(51, 51, 51, 0.3411764706);
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img {
  opacity: 0.5;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%), linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%);
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after {
  border-radius: 8px;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after {
  border-radius: 50%;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable {
  display: none !important;
}

.swatch-align-left .variations {
  text-align: left;
}
.swatch-align-left .variations img, .swatch-align-left .variations select, .swatch-align-left .variations .value {
  text-align: left;
}

.swatch-align-center .variations {
  text-align: center;
}
.swatch-align-center .variations img, .swatch-align-center .variations select, .swatch-align-center .variations .value {
  text-align: center;
}

.related.products .swatch-align-center .variations .label {
  display: none;
}

.swatch-align-right .variations {
  text-align: right;
}
.swatch-align-right .variations img, .swatch-align-right .variations select, .swatch-align-right .variations .value {
  text-align: right;
}

.variations .reset_variations {
  display: none;
}

/**
 * Custom CSS for the Sober theme
 */
.woocommerce.theme-sober div.product form.cart.variations_form .variations .variable {
  width: 90%;
}
@media (max-width: 768px) {
  .woocommerce.theme-sober div.product form.cart.variations_form .variations .variable {
    width: 100%;
  }
}
.woocommerce.theme-sober div.product form.cart.variations_form .line-hover {
  cursor: default;
}
.woocommerce.theme-sober div.product form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper .swatch-image {
  text-align: center;
}
.woocommerce.theme-sober div.product form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper .swatch-image img {
  width: 100%;
  height: auto;
}

table.variations {
  overflow: visible !important;
}
table.variations .label {
  margin-bottom: 10px;
}

.swatch-radio {
  width: 100%;
}

.swatch-radio input[type=radio] {
  width: auto !important;
  height: auto !important;
}

/*# sourceMappingURL=frontend.css.map */
.wcwl_hide,.wcwl_nojs{display:none!important}.wcwl_notice,.wcwl_toggle+.wcwl_elements{display:none}#buy-tickets .wcwl_elements,.grouped_form .wcwl_elements,.wcwl_frontend_wrap{margin-top:10px}.wcwl_frontend_wrap .wcwl_intro,.wcwl_notice.woocommerce-message{margin-bottom:10px;position:relative}.wcwl_notice.woocommerce-info{display:block}.wcwl_elements .wcwl_control button{margin:10px 0}.wcwl_frontend_wrap .wcwl_control button{margin:5px auto 0}.wcwl_frontend_wrap .wcwl_email_elements{margin-top:5px}.wcwl_elements .wcwl_error_highlight{border:2px solid red}.wcwl_notice p{margin:0}.wcwl_notice_dismiss{position:absolute;top:0;right:0;border:none;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;padding:5px;background:transparent}.wcwl_notice_dismiss:hover{background:none}.wcwl_notice_dismiss:before{content:"\f153";font:400 16px/20px dashicons;color:#fff}.grouped_form .wcwl_checkbox,.woocommerce.tribe-tickets-form-row .wcwl_checkbox{margin-left:5px}.woocommerce.tribe-tickets-form-row .woocommerce_waitlist_label{min-width:105px;display:block}.waitlist-user-waitlist-wrapper .spinner,.wcwl_elements .spinner,.wcwl_frontend_wrap .spinner{background:url(/wp-content/plugins/woocommerce-waitlist/includes/css/src/../../img/spinner.gif) no-repeat;background-size:contain;display:none;width:28px;height:56px;margin:10px auto}.wcwl_frontend_wrap .spinner{margin:0 auto}.waitlist-user-waitlist-wrapper .waitlist-products{text-align:center}.waitlist-user-waitlist-wrapper .waitlist-thumbnail img{margin:0 auto}.wcwl_event_checkbox{text-align:right}.wcwl_visually_hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}/*
Theme Name: Madinavisconti
Author: Flavio Marra
Author URI: https://www.flaviomarra.com
Description: Tema Wordpress personalizzato sviluppato per il sito Madina Visconti
Version: 1.2
Text Domain: omv
*/
/******************************************************************************************************************

	FRAMEWORK

******************************************************************************************************************/
@font-face {
    font-family: Adobe Garamond Pro;
    src: url(/wp-content/themes/madinavisconti/assets/fonts/AGaramondPro-Regular.woff2) format("woff2"),url(/wp-content/themes/madinavisconti/assets/fonts/AGaramondPro-Regular.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: Aktiv Grotesk;
    font-weight: 400;
    font-style: normal;
    src: url(/wp-content/themes/madinavisconti/assets/fonts/aktiv-grotesk/Aktiv Grotesk_rg-webfont_81b213cf.eot);
    src: url(/wp-content/themes/madinavisconti/assets/fonts/aktiv-grotesk/Aktiv Grotesk_rg-webfont_81b213cf.eot?#iefix) format("embedded_opentype"), 
        url(/wp-content/themes/madinavisconti/assets/fonts/aktiv-grotesk/Aktiv Grotesk_rg-webfont_6110c343.woff2) format("woff2"), 
        url(/wp-content/themes/madinavisconti/assets/fonts/aktiv-grotesk/Aktiv Grotesk_rg-webfont_77fc7882.woff) format("woff")
}

@font-face {
    font-family: Aktiv Grotesk;
    font-weight: 400;
    font-style: italic;
    src: url(/wp-content/themes/madinavisconti/assets/fonts/aktiv-grotesk/Aktiv Grotesk_it-webfont_44fc7cee.eot);
    src: url(/wp-content/themes/madinavisconti/assets/fonts/aktiv-grotesk/Aktiv Grotesk_it-webfont_44fc7cee.eot?#iefix) format("embedded_opentype"), 
        url(/wp-content/themes/madinavisconti/assets/fonts/aktiv-grotesk/Aktiv Grotesk_it-webfont_10890c47.woff2) format("woff2"), 
        url(/wp-content/themes/madinavisconti/assets/fonts/aktiv-grotesk/Aktiv Grotesk_it-webfont_b8a78d17.woff) format("woff")
}

@font-face {
    font-family: Aktiv Grotesk;
    font-weight: 700;
    font-style: normal;
    src: url(/wp-content/themes/madinavisconti/assets/fonts/aktiv-grotesk/Aktiv Grotesk_bd-webfont_fbb88acd.eot);
    src: url(/wp-content/themes/madinavisconti/assets/fonts/aktiv-grotesk/Aktiv Grotesk_bd-webfont_fbb88acd.eot?#iefix) format("embedded_opentype"), 
        url(/wp-content/themes/madinavisconti/assets/fonts/aktiv-grotesk/Aktiv Grotesk_bd-webfont_c4646f2a.woff2) format("woff2"), 
        url(/wp-content/themes/madinavisconti/assets/fonts/aktiv-grotesk/Aktiv Grotesk_bd-webfont_8b629f9c.woff) format("woff")
}

@font-face {
    font-family: Aktiv Grotesk;
    font-weight: 700;
    font-style: italic;
    src: url(/wp-content/themes/madinavisconti/assets/fonts/aktiv-grotesk/Aktiv Grotesk_bdit-webfont_dfa98180.eot);
    src: url(/wp-content/themes/madinavisconti/assets/fonts/aktiv-grotesk/Aktiv Grotesk_bdit-webfont_dfa98180.eot?#iefix) format("embedded_opentype"), 
        url(/wp-content/themes/madinavisconti/assets/fonts/aktiv-grotesk/Aktiv Grotesk_bdit-webfont_8fc69404.woff2) format("woff2"), 
        url(/wp-content/themes/madinavisconti/assets/fonts/aktiv-grotesk/Aktiv Grotesk_bdit-webfont_d764cdc1.woff) format("woff")
}

body {
    font-weight: normal;
    color: #fff;
    font-family: Aktiv Grotesk, helvetica, arial;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    background: #6a8a83;
    text-rendering: optimizeLegibility;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Adobe Garamond Pro, helvetica, arial;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 15px;
    color: #fff;
}

h1 {
    font-size: 58px;
    line-height: 0.9;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 30px;
}

.fs-18,h4,h5,h6 {
    font-size: 18px
}

.fs-16 {
    font-size: 16px;
}

.fs-14,body {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #E91E63;
    -webkit-transition: background-color 300ms;
    -moz-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    transition: background-color 300ms;
}

.site-main .bg-white {
    background-color: #fff
}

.site-main .bg-gray {
    background-color: #f4f4f4
}

.bg-pink, .site-main .bg-pink {
    background-color: #ff8d8f
}

.bg-light-green, .site-main .bg-light-green {
    background-color: #6a8a83
}

.bg-dark-green, .site-main .bg-dark-green {
    background-color: #334c45
}

/*elements*/
* {
    box-sizing: border-box;
    outline: 0;
}

input[type="submit"], button {
    -webkit-appearance: none;
}

body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.site-main {
    overflow: hidden;
    z-index: 10;
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.site-main img {
    border: 0;
    max-width: 100%;
    height: auto;
}

.site-main input:focus,.site-main button:focus {
    outline: 0;
}

.site-main a {
    color: inherit;
    text-decoration: none;
    transition: all 300ms;
}

.site-main button, .site-main input[type="submit"] {
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.site-main p {
    margin-bottom: 0px;
    position: relative;
    margin-top: 0;
}

.site-main p:last-child {
    margin-bottom: 0;
}

.site-main p a {
}

.site-main a:hover {
}

ul, ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin-left: 30px;
}

.wp-block-column ul,.wp-block-column ol {
    list-style-position: outside;
    list-style-type: disc;
    padding-left: 20px;
}

.wp-block-column ol {
    list-style-type: decimal;
}

.site-main q {
    margin: 0;
    margin-bottom: 20px;
    display: block;
}

.site-main q:last-child {
    margin-bottom: 0;
}

.site-main q:before,.site-main q:after {
    content: none;
}

.site-main blockquote {
    font-style: normal;
    margin: 15px 0px 40px 40px;
    opacity: 0.9;
    font-size: 140%;
    line-height: 1.15;
    font-family: 'Adobe Garamond Pro';
    padding-left: 55px;
    position: relative;
}

.site-main blockquote p {
}

.site-main blockquote:before {
    content: "\f10d";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    font-size: 20px;
    opacity: 0.4;
    color: #fff;
}

.site-main blockquote:after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    left: 35px;
    top: 0;
    background: #fff;
    opacity: 0.4;
}

.site-main blockquote p {
    margin-bottom: 0;
}

.site-main blockquote cite {
    font-style: normal;
    opacity: 0.6;
}

.site-main .no-wrap {
    white-space: nowrap;
}

.site-main .display-block {
    display: block;
}

.site-main .display-inline-block {
    display: inline-block;
}

.site-main .align-left {
    text-align: left;
}

.site-main .align-center {
    text-align: center;
}

.site-main .align-right {
    text-align: right;
}

.site-main .align-justify {
    text-align: justify;
}

.site-main .float-left {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
}

.site-main .display-inline-block {
    display: inline-block;
    width: auto;
}

.site-main .fw-light {
    font-weight: 100;
}

.site-main .fw-normal {
    font-weight: 400;
}

.site-main .fw-bold {
    font-weight: 600;
}

.site-main .fw-black {
    font-weight: 900;
}

.site-main .fs-italic {
    font-style: italic;
}

.site-main .fs-normal {
    font-style: normal;
}

.site-main .text-uppercase {
    text-transform: uppercase;
}

.site-main .text-underline {
    text-decoration: underline;
}

.site-main .overflow-hidden {
    overflow: hidden;
}

/*layouts*/
.site-main .site-section {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.site-main .inner-wrap {
}

.site-main .vertical-center,.vertical-center {
    display: flex;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    box-sizing: border-box;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.site-main .vertical-bottom,.vertical-bottom {
    display: flex;
}

.site-main .row {
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 30;
    float: none;
    flex-wrap: wrap;
}

.site-main .row .col {
    position: relative;
    float: none;
    list-style: none;
}

.site-main .d-col {
    flex-direction: column;
}

.site-main .d-col.center,.site-main .middle {
    align-items: center;
}

.site-main .d-col.left,.site-main .top {
    align-items: flex-start;
}

.site-main .d-col.right,.site-main .bottom {
    align-items: flex-end;
}

.site-main .d-col.middle,.site-main .center {
    justify-content: center;
}

.site-main .d-col.top,.site-main .left {
    justify-content: flex-start;
}

.site-main .d-col.bottom,.site-main .right {
    justify-content: flex-end;
}

.c1of1 {
    width: 100%;
}

.c1of2 {
    width: 50%;
}

.c1of3 {
    width: 33.33%;
}

.c2of3 {
    width: 66.67%;
}

.c1of4 {
    width: 25%;
}

.c3of4 {
    width: 75%;
}

.c1of5 {
    width: 20%;
}

.c2of5 {
    width: 40%;
}

.c3of5 {
    width: 60%;
}

.c4of5 {
    width: 80%;
}

.c1of6 {
    width: 16.666%;
}

.c5of6 {
    width: 87.666%;
}

.c1of10 {
    width: 10%;
}

.c2of10 {
    width: 20%;
}

.c3of10 {
    width: 30%;
}

.c4of10 {
    width: 40%;
}

.c5of10 {
    width: 50%;
}

.c6of10 {
    width: 60%;
}

.c7of10 {
    width: 70%;
}

.c8of10 {
    width: 80%;
}

.c9of10 {
    width: 90%;
}

.c10of10 {
    width: 100%;
}

.items-stream.row, .site-main .row.with-margins {
    width: 102%;
    margin: 0 -1%;
}

.items-stream.row .single-badge, .site-main .row.with-margins > .col {
    margin: 0 1% 2%;
}

.items-stream.row[data-cols="1"] .single-badge, .site-main .row.with-margins > .c1of1 {
    width: 98%;
}

.items-stream.row[data-cols="2"] .single-badge, .site-main .row.with-margins > .c1of2 {
    width: 48%;
}

.items-stream.row[data-cols="3"] .single-badge, .site-main .row.with-margins > .c1of3 {
    width: 31.333%;
}

.items-stream.row[data-cols="none"] .single-badge, .site-main .row.with-margins > .c2of3 {
    width: 31.333%;
}

.items-stream.row[data-cols="4"] .single-badge, .site-main .row.with-margins > .c1of4 {
    width: 23%;
}

.items-stream.row[data-cols="none"] .single-badge, .site-main .row.with-margins > .c3of4 {
    width: 72%;
}

.items-stream.row[data-cols="5"] .single-badge, .site-main .row.with-margins > .c1of5 {
    width: 18%;
}

.items-stream.row[data-cols="none"] .single-badge, .site-main .row.with-margins > .c2of5 {
    width: 38%;
}

.items-stream.row[data-cols="none"] .single-badge, .site-main .row.with-margins > .c3of5 {
    width: 58%;
}

.items-stream.row[data-cols="none"] .single-badge, .site-main .row.with-margins > .c4of5 {
    width: 78%;
}

.items-stream.row[data-cols="6"] .single-badge, .site-main .row.with-margins > .c1of6 {
    width: 14.666%;
}

.items-stream.row[data-cols="none"] .single-badge, .site-main .row.with-margins > .c5of6 {
    width: 85.666%;
}

.site-main .content-wrap, .boxed-content .site-main .site-content {
    z-index: 30;
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.boxed-content .site-main .site-content {
    margin-top: 30px;
}

.full-height {
    min-height: 600px;
}

/*loader*/
body {
    transition: all 800ms;
}

body.loaded {
}

body .site-main, body.resizing .site-main {
    opacity: 0;
    transition: opacity 0.6s;
}

body.loaded .site-main {
    opacity: 1;
}

body > .site-loader {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 9999;
    transition: all 1200ms;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    opacity: 1;
    background: #6a8a83;
    top: 0;
}

body.loaded > .site-loader {
    opacity: 0;
    z-index: -10;
}

body.loaded > .site-loader > div {
    opacity: 0;
}

.la-ball-clip-rotate {
    display: inline-block;
    float: left;
    width: 38px;
    height: 38px;
    margin: 0;
    background: 0 0!important;
    border-style: solid;
    border-width: 1px;
    border-bottom-color: transparent!important;
    border-radius: 100%;
    -webkit-animation: ball-clip-rotate .75s linear infinite;
    -moz-animation: ball-clip-rotate .75s linear infinite;
    -o-animation: ball-clip-rotate .75s linear infinite;
    animation: ball-clip-rotate .75s linear infinite;
}

.rotate {
    -webkit-animation: rotation 40s infinite linear;
}

@-webkit-keyframes ball-clip-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes ball-clip-rotate {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -moz-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes ball-clip-rotate {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes ball-clip-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

/******************************************************************************************************************

	THIRD PARTIES

******************************************************************************************************************/
/*---------cookie notice---------*/
#cookie-notice {
    text-transform: none;
    text-align: left;
    z-index: 7000;
    padding: 0 15px;
    background: 0;
    background: hsl(359 100% 78% / 0.95)!important;
    font-family: inherit;
    font-size: 15px;
}

#cookie-notice .cookie-notice-container {
    padding: 0;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
}

#cn-notice-text {
    display: inline-block;
    color: #fff;
    text-align: left;
    font-weight: normal;
    line-height: 1.1;
    padding-right: 5px;
    margin: 0px 0 0;
    font-family: inherit;
    font-size: 95%;
}

#cn-notice-text span {
    color: #686868;
}

#cookie-notice #cn-close-notice {
    display: none;
}

#cookie-notice .cn-button {
    font-family: inherit;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    background: transparent;
    padding: 12px 0;
    line-height: 1;
    min-width: 85px;
    border: 1px solid #fff;
    box-shadow: none;
    background-color: #fff!important;
    color: #000!important;
    border-radius: 0!important;
    text-transform: uppercase!important;
    font-size: 11px!important;
    font-weight: bold!important;
}

#cookie-notice .cn-button:hover {
    background: #fff;
    border-color: #fff;
    color: #ff8d8f;
}

/*---------cf7---------*/
.wpcf7 .wpcf7-form {
    margin: 15px auto;
    max-width: 780px;
    display: block;
}

.wpcf7 .form-row {
    margin-bottom: 15px;
    position: relative;
    display: block;
    width: 100%;
}

.wpcf7 .form-row span.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

.wpcf7 .form-row span.wpcf7-form-control-wrap input[type="text"],.wpcf7 .form-row span.wpcf7-form-control-wrap input[type="email"],.wpcf7 .form-row span.wpcf7-form-control-wrap input[type="tel"],.wpcf7 .form-row span.wpcf7-form-control-wrap input[type="number"],.wpcf7 .form-row span.wpcf7-form-control-wrap textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    background: #fff;
    border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 15px;
    font-size: initial;
    border: 0;
    font-size: 100%;
}

.wpcf7 .form-row span.wpcf7-form-control-wrap input.wpcf7-not-valid, .wpcf7 .form-row span.wpcf7-form-control-wrap textarea.wpcf7-not-valid {
    border-color: #ff8d8f!important;
}

.wpcf7 .form-row span.wpcf7-form-control-wrap textarea {
    height: 160px;
    font-family: inherit;
    font-size: initial;
}

.wpcf7 .form-row input[type="submit"] {
    margin: 13px 0 0;
    font-size: initial;
    background: #ff8d8f;
    border: 0;
    padding: 0 45px;
    color: #fff;
    font-weight: bold;
    font-size: 100%;
    height: 45px;
    border: 0;
    min-width: 200px;
    margin: 0;
    cursor: pointer;
    transition: all 300ms;
}

.wpcf7 .form-row input[type="submit"]:disabled {
    opacity: 0.5;
}

.wpcf7 .form-row input[type="submit"].disabled {
}

.wpcf7 .form-row input[type="submit"]:not(:disabled):hover {
    background: #334C45;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    width: max-content;
    font-size: 12px;
    top: 100%;
    left: 0;
    margin: -32px -10px;
    text-align: right;
    width: 100%;
    color: #ff8d8f;
    font-weight: bold;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing,div.wpcf7-mail-sent-ok {
    padding: 15px 0;
    margin: 20px 0 0;
    font-size: 100%;
    text-align: center;
    border-style: solid;
    border-width: 1px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border-color: #F44336;
    color: #F44336;
}

div.wpcf7-mail-sent-ok {
    border-color: #494c44;
    color: #494c44;
}

.wpcf7 .custom-acceptance {
    margin: 20px 0 10px;
}

.wpcf7 .custom-acceptance .privacy {
    position: relative;
    height: auto;
}

.wpcf7 .custom-acceptance .privacy .wpcf7-acceptance {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}

.wpcf7 .custom-acceptance .privacy .wpcf7-acceptance label:after {
    content: "";
}

.wpcf7 .custom-acceptance .privacy .wpcf7-acceptance label span:before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    left: 0px;
    border-radius: 0;
    -khtml-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    transition: all 150ms;
    top: 0;
    box-sizing: border-box;
}

.wpcf7 .custom-acceptance .privacy .wpcf7-acceptance label span:after {
    content: "\f00c";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: 0px;
    border-radius: 0;
    -khtml-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #ff8d8f;
    transition: all 300ms;
    top: 0;
    box-sizing: border-box;
    margin: 0;
    opacity: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 12px;
    align-items: center;
    justify-content: center;
}

.wpcf7 .custom-acceptance .privacy .wpcf7-acceptance label input:checked + span:after {
    opacity: 1;
}

.wpcf7 .custom-acceptance .privacy .wpcf7-list-item {
    margin: 0;
    position: relative;
}

.wpcf7 .custom-acceptance .privacy label input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    z-index: 9999;
    cursor: pointer;
}

.wpcf7 .custom-acceptance .privacy label span {
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    min-height: 20px;
    align-items: center;
    justify-content: flex-start;
}

.wpcf7 .custom-acceptance input[type="submit"] {
    position: absolute;
    border: 0;
    background: #B49B57;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 0;
    border-radius: 100px;
    -khtml-border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    line-height: 1;
    width: 130px;
    right: 0;
    top: 0;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    display: block;
    right: 15px;
    top: 15px;
    background-image: none;
    border: 2px solid #fff;
    border-radius: 100%;
    border-bottom-color: transparent;
    -webkit-animation: ball-clip-rotate .75s linear infinite;
    -moz-animation: ball-clip-rotate .75s linear infinite;
    -o-animation: ball-clip-rotate .75s linear infinite;
    animation: ball-clip-rotate .75s linear infinite;
}

.wpcf7 form.sent .wpcf7-response-output,.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ff8d8f;
    padding: 30px;
    margin: 30px 0 0;
}

/*---------slick---------*/
.site-slider {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    transition: all 600ms;
    opacity: 1;
}

.site-slider:not(.slick-initialized) > * {
    opacity: 0;
}

.site-slider .site-loader {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 600ms;
}

.site-slider:not(.slick-initialized) .site-loader {
    opacity: 1;
    z-index: 100;
}

.site-slider .slick-slide {
    display: block;
    margin: 0 5px;
}

.site-slider .slick-prev,.site-slider .slick-next {
    position: absolute;
    display: flex!important;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    background-color: transparent;
    background-image: url(/wp-content/themes/madinavisconti/assets/images/icon-angle.svg);
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.site-slider .slick-prev {
    transform: scale(-1);
}

.site-slider .slick-next {
    right: 13px;
}

.site-slider .slick-arrow i {
}

.site-slider .slick-dots {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 30px 15px;
}

.site-slider .slick-dots li {
    margin: 0 4px;
}

.site-slider .slick-dots li button {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    color: transparent;
    border: 1px solid #fff;
    transition: all 400ms;
    border-radius: 100%;
    background: transparent;
}

.site-slider .slick-dots li.slick-active button {
    background: #fff;
}

/*---------select2---------*/
body .woocommerce-ordering .select2-container {
    min-width: 220px;
}

body .select2-container {
    width: 100%!important;
    font-size: 100%;
}

body .select2-container .select2-selection {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 0 45px 10px 0px;
    height: auto;
    text-align: left;
    font-size: 100%;
    position: relative;
    z-index: 10;
}

body .select2-container .select2-selection .select2-selection__rendered {
    color: #fff;
    line-height: normal;
    margin: 0;
    padding: 0px 0;
}

body .select2-container .select2-selection .select2-selection__arrow {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    right: 0;
    top: -5px;
    background-image: url(/wp-content/themes/madinavisconti/assets/images/icon-angle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg);
    z-index: -10;
}

body .select2-container .select2-selection .select2-selection__arrow b {
    display: none;
}

body .select2-container .select2-selection .select2-selection__placeholder {
    color: #fff;
}

body .select2-results__option[aria-selected], .select2-results__option[data-selected] {
    background: #6a8a83;
    padding: 10px;
}

body .select2-container--default .select2-results__option[aria-selected=true], body .select2-container--default .select2-results__option[data-selected=true] {
    background: #ff8d8f;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background: #334C45;
}

body .select2-dropdown {
    border: 0;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 0.4);
}

/******************************************************************************************************************

	WOOCOMMERCE ELEMENTS

******************************************************************************************************************/
/*---------info---------*/
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    width: 100%!important;
    margin: 0 0 30px!important;
    background: #334C45!important;
    border: 0!important;
    color: #fff!important;
    padding: 20px 50px;
}

.woocommerce-checkout .woocommerce-error, .woocommerce-checkout .woocommerce-info,.woocommerce-checkout .woocommerce-message {
    width: 100%!important;
    margin: 0 0 15px!important;
}

.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
    color: #fff!important;
    top: 20px;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    float: right;
    display: none;
}

.woocommerce-form-coupon-toggle {
    position: relative;
    display: block;
    width: 100%;
}

/*---------sidecart---------*/
.xoo-wsc-basket {
    display: none!important;
}

.woocommerce a.button.xoo-wsc-ft-btn {
    display: flex;
    font-size: 75%;
    color: #000;
    border: 0;
    border-top: 1px solid #ddd;
    width: 100%;
    margin: 0;
    border-right: 1px solid #ddd;
    padding: 0;
    height: 65px;
    background: #f0f0f0;
    text-transform: uppercase;
}

.woocommerce a.button.xoo-wsc-ft-btn:first-child {
    display: none;
}

.woocommerce a.button.xoo-wsc-ft-btn:last-child {
    border-right: 0;
}

.xoo-wsc-footer {
    padding: 0;
}

.xoo-wsc-ft-totals {
    padding: 0;
    font-size: 110%;
}

.xoo-wsc-ft-amt-total {
    margin: 0;
    padding: 0;
}

.xoo-wsc-ft-amt-total span {
}

.xoo-wsc-footer .xoo-wsc-ft-amt-value {
    font-size: 100%;
    font-weight: bold;
}

.xoo-wsc-footer, .xoo-wsc-footer a, .xoo-wsc-footer .amount {
    font-size: inherit!important;
}

.xoo-wsc-ft-buttons-cont {
    display: flex;
    grid-column-gap: 0;
    grid-row-gap: 0;
}

.xoo-wsc-ft-buttons-cont a {
    display: flex;
    font-size: 75%;
    color: #000;
    border: 0;
    border-top: 1px solid #ddd;
    width: 100%;
    margin: 0;
    border-right: 1px solid #ddd;
    padding: 0;
    height: 65px;
    background: #f0f0f0;
    text-transform: uppercase;
    font-weight: bold;
}

.xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-continue {
    display: none;
}

.xoo-wsc-footer .amount span {
    margin-left: 3px
}

.xoo-wsc-header {
    background: #fff;
    padding: 0;
}

.xoo-wsc-ft-amt-total {
    border: 0;
}

span.xoo-wsc-smr-del {
    margin-top: 0;
    font-size: 20px;
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-empty-cart a {
    background: #ff8d8f;
    color: #fff;
    position: relative;
    cursor: pointer;
    display: flex;
    padding: 0 20px;
    font-weight: bold;
    border-radius: 0;
    height: 50px;
    width: 100%;
    transition: all 300ms;
    align-items: center;
    justify-content: center;
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-empty-cart a:hover {
    background: #000;
    border-color: #000;
}

span.xoo-wsc-pname, span.xoo-wsc-pname a {
    font-weight: normal;
}

.xoo-wsc-pprice {
    display: none;
}

.xoo-wsc-qty-box {
    max-width: 80px;
    justify-content: space-between;
}

.xoo-wsc-qtb-circle .xoo-wsc-chng {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    width: 26px;
    height: 26px;
    padding: 0;
    margin: 0;
    flex-direction: row;
    align-self: auto;
    border-radius: 0;
    color: #ff8d8f;
    border: 0;
    background: #eee;
    font-weight: normal;
}

.xoo-wsc-qtb-circle input[type="number"].xoo-wsc-qty {
    margin: 0;
    border: 0;
    padding: 0;
    width: 30px;
}

.xoo-wsc-sm-right {
    padding-bottom: 5px;
}

.xoo-wsc-smr-ptotal {
    /* font-weight: bold; */
}

.xoo-wsch-top {
    padding: 15px;
    border-bottom: 1px solid #eee;
    height: 80px;
}

.xoo-wsc-ship-bar-cont {
    margin: 0;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

.xoo-wsc-sb-bar > span {
    background: #ff8d8f;
}

.xoo-wsc-product {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 0;
    overflow: hidden;
    align-items: center;
    justify-content: flex-end;
}

.xoo-wsc-product .xoo-wsc-img-col {
    width: 45%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.xoo-wsc-product .xoo-wsc-img-col a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xoo-wsc-product .xoo-wsc-img-col a img {
    height: auto;
    width: 120%;
}

.xoo-wsc-product .xoo-wsc-sum-col {
    justify-content: flex-start;
    width: 55%;
    position: relative;
    display: flex;
    flex-grow: 0;
    padding: 15px;
    align-items: center;
}

.xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info .xoo-wsc-sm-left {
    justify-content: center;
    min-height: 110px;
}

.xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info .xoo-wsc-sm-left .xoo-wsc-pname {
    left: 0;
}

.xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info .xoo-wsc-sm-left .xoo-wsc-pname a {
    font-size: 110%;
    letter-spacing: 0;
    color: #000;
}

.xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info .xoo-wsc-sm-left .variation {
}

.xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info .xoo-wsc-sm-left .xoo-wsc-pprice {
    font-weight: bold;
    color: #808080;
    display: block;
}

.xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info .xoo-wsc-sm-left .xoo-wsc-pprice .woocommerce-Price-amount {
    font-weight: bold;
    color: #808080;
}

.xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info .xoo-wsc-sm-left .xoo-wsc-qty-box {
}

.xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info .xoo-wsc-sm-right {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column-reverse;
    padding: 0;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 10px;
}

.xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info .xoo-wsc-sm-right .xoo-wsc-smr-del {
    color: #fff;
    margin-top: 5px;
    position: absolute;
    top: -15px;
    right: 0;
    margin: 0;
    background: #FF8D8F;
    font-size: 20px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info .xoo-wsc-sm-right .xoo-wsc-smr-ptotal {
    font-weight: bold;
    display: none;
}

.xoo-wsc-product .xoo-wsc-sum-col .xoo-wsc-sm-info .xoo-wsc-sm-right .xoo-wsc-smr-ptotal .woocommerce-Price-amount {
    font-size: 110%;
}

.variation-IncludeapersonalizedmessagethatwillbehandwrittenonamadinaViscontigiftcard {
    display: none!important;
}

/*---------wishlist---------*/
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    top: 20px;
    left: auto;
    right: 20px;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist i {
    background-image: url(/wp-content/themes/madinavisconti/assets/images/icon-heart.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    box-shadow: none;
    width: 25px;
    height: 25px;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist i:before {
    content: none!important
}

/*---------breadcrumbs---------*/
/ .woocommerce .site-main .woocommerce-breadcrumb {
    position: relative;
    display: flex;
    margin: 0;
    color: #ff8d8f;
}

.woocommerce .site-main .woocommerce-breadcrumb a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    height: 20px;
}

.woocommerce .site-main .woocommerce-breadcrumb a:after {
    content: ">";
    line-height: 1;
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(/wp-content/themes/madinavisconti/assets/images/icon-angle.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: -3px 6px 0;
    opacity: 0.5;
}

.woocommerce .site-main .woocommerce-breadcrumb a:last-child {
}

.woocommerce .site-main div.product .woocommerce-breadcrumb {
    margin-bottom: 15px;
    margin-top: 15px;
}

.woocommerce a.remove {
    color: #ff8d8f!important;
    font-size: 25px;
    width: 25px;
    height: 25px;
    display: block;
    align-items: center;
    justify-content: center;
    line-height: 32px;
}

.woocommerce a.remove:hover {
    background: #ff8d8f;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border-radius: 0;
    padding: 30px;
    margin: 0 auto 15px;
}

/******************************************************************************************************************

	WOOCOMMERCE PAGES

******************************************************************************************************************/
/*---------account---------*/
.mobile-login-menu,.account-menu-trigger {
    display: none;
}

body.woocommerce-account #main > .woocommerce {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.woocommerce-account .woocommerce::after, .woocommerce-account .woocommerce::before {
    content: none;
}

.woocommerce-account:not(.logged-in) .woocommerce h2 {
    display: none;
}

.woocommerce-account .woocommerce .woocommerce-form {
    padding: 0;
    border: 0;
    margin: 45px auto 0;
    max-width: 480px;
    width: 90%;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: flex;
    margin-bottom: 15px;
    position: relative;
}

.woocommerce-account .woocommerce .woocommerce-form input[type="checkbox"] {
    border-radius: 100%;
    border: 1px solid #000;
    margin: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-right: 5px;
    transition: all 300ms;
    background: #fff;
}

.woocommerce-account .woocommerce .woocommerce-form input[type="checkbox"]:checked {
    background: #000;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme:after {
    content: "\f00c";
    position: absolute;
    display: flex;
    width: 20px;
    height: 100%;
    left: 0px;
    background: transparent;
    transition: all 300ms;
    top: 0;
    margin: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 13px;
    align-items: center;
    justify-content: center;
}

.woocommerce-account .woocommerce .woocommerce-form .lost_password a {
    text-decoration: none;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 3px;
    margin-top: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 30px;
    background: #334C45;
    width: 25%;
    float: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    /* padding-bottom: 20px; */
    /* border-bottom: 1px solid #ccc; */
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    font-weight: bold;
    color: #ff8d8f;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 70%;
}

.woocommerce-account .woocommerce-error, .woocommerce-account .woocommerce-info,.woocommerce-account .woocommerce-message {
    width: 100%!important;
    margin: 0 0 50px!important;
}

.woocommerce-account #customer_login {
    width: 100%;
}

.woocommerce-account #customer_login .u-column1,.woocommerce-account #customer_login .u-column2 {
    width: 50%!important;
    float: left!important;
    padding: 0;
}

.woocommerce-account #customer_login form input[type="text"],.woocommerce-account #customer_login form input[type="password"] {
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px;
    border: 1px solid #040205;
    font-family: inherit;
    font-weight: inherit;
    font-weight: 400;
    border-radius: 0;
    opacity: 0.5;
}

.woocommerce-account #customer_login form input[type="submit"] {
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    color: #040205;
    position: relative;
    background: transparent;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    padding: 10px 20px;
    border: 1px solid #040205;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 0;
    opacity: 0.5;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 10px;
}

.woocommerce-account #customer_login form {
    margin: 0;
}

.woocommerce-account #customer_login h2 {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.woocommerce table.my_account_orders {
    font-size: 14px;
}

.woocommerce table.my_account_orders th {
    padding-bottom: 15px;
    padding-top: 15px;
}

.woocommerce table.my_account_orders .button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 15px;
    border: 0;
    background: #ff8d8f;
    margin: 0 2%;
    font-weight: bold;
    width: 29.333%;
}

.woocommerce-page .col2-set.addresses {
    width: 100%;
}

.woocommerce-page .col2-set.addresses .woocommerce-Address {
    position: relative;
    margin-bottom: 30px;
}

.woocommerce-page .col2-set.addresses h3 {
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
    display: block;
    width: 100%;
    padding-bottom: 15px;
}

.woocommerce-page .col2-set.addresses .edit {
    position: absolute;
    right: 0;
    top: -5px;
    background: #ff8d8f;
    font-weight: bold;
    color: #fff;
    padding: 8px 14px;
    font-size: 90%;
}

.woocommerce-page .col2-set.addresses address {
    font-style: normal;
}

.woocommerce #respond input#submit, .woocommerce a.button,.woocommerce button.button, .woocommerce input.button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce .cart .actions > .button,.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    color: #fff;
    position: relative;
    background: transparent;
    cursor: pointer;
    display: flex;
    padding: 0 20px;
    border: 1px solid #fff;
    font-weight: bold;
    border-radius: 0;
    height: 50px;
    width: 100%;
    transition: all 300ms;
    align-items: center;
    justify-content: center;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,.woocommerce .cart .actions > .button:hover {
    background: #ff8d8f;
    border-color: #ff8d8f;
    color: #fff;
}

.woocommerce-account fieldset {
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid #fff;
}

.woocommerce-edit-account .woocommerce button.button {
    background: #ff8d8f;
    border-color: #ff8d8f;
}

/*---------cart---------*/
.woocommerce-cart .woocommerce form {
    width: 100%;
}

.woocommerce-cart form table.shop_table td {
    border-top: 1px solid rgb(255 255 255 / 0.5);
}

.woocommerce-cart form table.shop_table .product-quantity,.woocommerce-cart form table.shop_table .product-quantity .quantity {
    text-align: center;
}

.woocommerce-cart form table.shop_table .product-subtotal {
    text-align: right;
}

.woocommerce-cart table.cart td.actions {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    background: #334C45;
    padding: 30px;
    max-width: 460px;
}

.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_total h2 {
    color: #000;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 15px;
    margin-bottom: 5px;
    font-family: inherit;
    font-weight: bold;
    font-size: 200%;
    color: #fff;
}

.woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table td {
    /* border-top: 1px solid #ccc; */
    padding: 15px 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table td {
    text-align: right;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    margin-top: 15px;
    margin-bottom: 0;
    padding: 20px;
}

.woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    width: 10%;
}

.woocommerce-cart table.cart img {
    width: auto;
    padding-right: 20px;
}

.woocommerce-cart .woocommerce table.shop_table {
    border-bottom: 1px solid #ccc;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff8d8f;
    border-color: #ff8d8f;
    height: 60px;
    font-size: 120%;
}

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: left;
    display: flex;
    margin: 0;
    width: 50%;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 90%;
}

.woocommerce .cart .actions > .button {
    display: inline-block;
    align-items: center;
    justify-content: center;
    width: auto;
    vertical-align: text-bottom;
    float: right;
    color: #fff!important;
}

.woocommerce .cart .actions > .button:hover {
}

.woocommerce .woocommerce-cart-form table.shop_table th {
    font-weight: bold!important;
}

.woocommerce table.shop_table .quantity-wrap {
    border: 0
}

body.woocommerce-cart .cross-sells ul.products {
    flex-wrap: nowrap;
}

.woocommerce-cart .woocommerce {
    width: 100%;
}

/*---------checkout---------*/
form[name="checkout"] {
    margin-top: 45px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.woocommerce-checkout #wc-stripe-payment-request-wrapper, .woocommerce-checkout #wc-stripe-payment-request-button-separator {
    display: none!important
}

.woocommerce .col2-set, .woocommerce-page .col2-set,.woocommerce-checkout-review-order {
    display: inline-block;
    width: 46%;
}

.woocommerce-checkout-review-order {
    background: #334C45;
    padding: 30px;
}

#order_review_heading {
    display: none;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
    width: 100%;
    position: relative;
}

.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 15px;
}

.woocommerce form .woocommerce-billing-fields__field-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 102%;
    margin: 0 -1%;
}

.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row {
    width: 98%;
    margin: 0 1% 20px;
}

.woocommerce form .form-row#billing_address_1_field {
    width: 64.6%;
}

.woocommerce form .form-row#billing_first_name_field, .woocommerce form .form-row#billing_last_name_field,.woocommerce form .form-row#billing_phone_field,.woocommerce form .form-row#billing_email_field,.woocommerce form .form-row#billing_postcode_field {
    width: 48%;
}

.woocommerce form .form-row#billing_city_field, .woocommerce form .form-row#billing_state_field,.woocommerce form .form-row#billing_country_field,.woocommerce form .form-row#billing_postcode_field {
    width: 31.333%;
}

.woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row.validate-required {
}

.woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row.validate-required label {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row.validate-required label span {
    margin: 0;
}

.woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row.validate-required label input {
    margin: 0 10px 0 0;
}

.woocommerce form .form-row input[type="text"],.woocommerce form .form-row input[type="email"],.woocommerce form .form-row input[type="tel"],.woocommerce form .form-row input[type="password"],.woocommerce form .form-row select,.woocommerce form .form-row textarea,.select2-container--default .select2-selection--single, .tm-extra-product-options .tmcp-textfield.tm-epo-field {
    display: block;
    width: 100%;
    min-height: 44px;
    padding: 15px;
    border: 1px solid #fff;
    font-family: inherit;
    font-weight: 400;
    border-radius: 0;
    font-size: initial;
    background: #fff;
    color: #000;
}

.woocommerce form .form-row input[type="text"],.woocommerce form .form-row input[type="email"],.woocommerce form .form-row input[type="tel"],.woocommerce form .form-row input[type="password"],.woocommerce form .form-row select,.woocommerce form .form-row textarea,.woocommerce form .form-row textarea {
    font-size: 100%;
}

.woocommerce form .form-row textarea {
    height: 90px;
    color: #000;
    font-family: inherit;
}

.woocommerce form .form-row input + span {
    margin-top: 10px;
    display: block;
    opacity: 0.9;
}

.woocommerce form .form-row#billing_company_field,.woocommerce form .form-row#billing_address_2_field {
    display: none!important;
}

.woocommerce form .form-row .select2-container .select2-selection {
    background: #fff;
    padding: 10px 10px;
    height: 44px;
    font-size: 100%;
    display: flex;
    align-items: center;
}

.woocommerce form .form-row .select2-container .select2-selection .select2-selection__rendered {
    color: #000;
}

.woocommerce form .form-row label {
    line-height: 1;
    font-size: 100%;
    margin-bottom: 5px;
}

.woocommerce form .form-row label .required {
    color: #ff8d8f;
}

#ship-to-different-address {
    font-size: inherit;
    font-weight: 100;
}

.woocommerce-additional-fields {
    margin-top: 30px;
}

.checkout-login {
    width: 100%;
    z-index: 100;
    margin-bottom: 60px;
    position: relative;
    float: left;
    text-align: center;
}

.checkout-login .woocommerce-info {
    background: 0!important;
    margin: 0!important;
    width: auto!important;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid rgba(4, 2, 5, 0.5)!important;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 0;
    opacity: 1;
    max-width: 190px;
    text-align: center;
    color: rgba(4, 2, 5, 0.5)!important;
}

.checkout-login .woocommerce-info:before {
    display: none;
}

.checkout-login .woocommerce-info a {
    color: #000;
    font-weight: 500;
    opacity: 1;
}

.checkout-login .login-wrap {
    background: #fff;
    padding: 45px 60px 30px;
    position: fixed;
    width: 400px;
    left: 50%;
    margin-left: -120px;
    top: 30%;
    z-index: 9999;
    padding-top: 130px;
    background-image: url(/wp-content/themes/madinavisconti/images/icon-login.png);
    background-repeat: no-repeat;
    background-position: center 30px;
    display: none;
    text-align: left;
}

.checkout-login .login-wrap .woocommerce-form {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: unset;
    display: block!important;
}

.checkout-login .checkout-overlay {
    content: "";
    position: fixed;
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    opacity: 0.6;
    display: none;
}

.checkout-login .login-wrap p {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
}

.checkout-login .login-wrap p.form-row-first,.checkout-login .login-wrap p.form-row-last {
    width: 100%;
}

.checkout-login .login-wrap p.form-row-first input,.checkout-login .login-wrap p.form-row-last input {
    border: 1px solid #e3e3e3;
    padding: 0 15px;
    height: 40px;
}

.checkout-login .login-wrap p input[type="submit"] {
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    color: #040205;
    position: relative;
    background: transparent;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    padding: 10px 20px;
    border: 1px solid #040205;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 0;
    opacity: 0.5;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 10px;
}

.checkout-login .login-wrap p.form-row label.woocommerce-form__label {
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin: 8px 0 0;
    width: auto;
}

.checkout-login .login-wrap p.lost_password a {
    color: #b0b0b0;
    font-weight: 500;
    font-size: 13px;
    margin-top: -12px;
    display: block;
}

.checkout-login .login-wrap p.lost_password a:hover {
    color: #000;
}

.checkout-login .login-wrap .clear:last-child {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    right: 30px;
    top: 30px;
    background-image: url(/wp-content/themes/madinavisconti/images/icon-close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: initial;
    cursor: pointer;
}

.woocommerce-checkout .woocommerce > .woocommerce-info {
    /* display:none */
    margin-bottom: 15px!important;
}

#ship-to-different-address,.woocommerce-account-fields {
    width: 100%;
}

#ship-to-different-address span,.woocommerce-account-fields label span {
    border: 1px solid #fff;
    width: 100%;
    padding: 20px;
    font-family: inherit;
    font-size: 110%;
    font-weight: bold;
    display: block;
    text-align: center;
    transition: all 300ms;
    cursor: pointer;
    font-family: "Aktiv Grotesk", helvetica, arial;
}

#ship-to-different-address input,.woocommerce-account-fields label input {
    display: none!important;
}

#ship-to-different-address input:checked + span,.woocommerce-account-fields label input:checked + span {
    background: #ff8d8f;
    border-color: #ff8d8f;
}

.woocommerce table.shop_table {
    border: 0;
    margin: 0 0 45px;
    border-radius: 0;
}

.woocommerce table.shop_table th.product-total, .woocommerce table.shop_table tbody td.product-total, .woocommerce table.shop_table tfoot td {
    text-align: right;
}

.woocommerce table.shop_table th,.woocommerce table.shop_table td,.woocommerce table.shop_table td strong {
    width: 50%;
}

.woocommerce table.shop_table tr.order-total th,.woocommerce table.shop_table tr.order-total td,.woocommerce table.shop_table tr.order-total td strong {
    font-weight: 700!important;
    text-transform: uppercase;
    padding-top: 20px;
    color: #fff;
    /* font-size:16px; */
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    line-height: normal!important;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 15px;
    position: relative;
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img,.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    display: none
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #6a8a83;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    display: none;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: transparent;
    color: #fff;
    padding: 0;
}

.woocommerce table.shop_table td,.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-top: 0;
    padding: 15px 0;
}

.woocommerce table.shop_table td.product-remove {
    width: 5%;
}

.woocommerce-checkout table.shop_table {
    border: 0;
    margin: 0px 0 15px;
    border-radius: 0;
}

.woocommerce-checkout table.shop_table,.woocommerce-orders table.shop_table,.woocommerce-page table.wishlist_table {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.woocommerce-checkout table.shop_table th:before,.woocommerce-checkout table.shop_table td:before,.woocommerce-orders table.shop_table th:before,.woocommerce-orders table.shop_table td:before,.woocommerce-page table.wishlist_table th:before,.woocommerce-page table.wishlist_table td:before {
    content: "";
    position: absolute;
    display: block;
    width: 999px;
    height: 1px;
    background: rgb(133 148 143);
    left: -100px;
    bottom: 0;
}

.woocommerce-checkout table.shop_table th {
    font-weight: bold!important;
}

.woocommerce-checkout table.shop_table th,.woocommerce-checkout table.shop_table td,.woocommerce-orders table.shop_table th,.woocommerce-orders table.shop_table td,.woocommerce-page table.wishlist_table th,.woocommerce-page table.wishlist_table td {
    padding: 10px 0;
    border: 0!important;
    position: relative;
}

.woocommerce-orders table.shop_table td.woocommerce-orders-table__cell-order-actions {
    display: flex;
    justify-content: flex-start;
    width: 104%;
    margin: 0px -2%;
}

.woocommerce-orders table.shop_table th:before,.woocommerce-orders table.shop_table td:before {
    background: #fff
}

.woocommerce-page table.wishlist_table th:before,.woocommerce-page table.wishlist_table td:before {
    background: rgb(255 255 255 / 0.1)
}

.wishlist_table .product-stock-status span.wishlist-out-of-stock {
    color: #ff8d8f;
}

.wishlist_table .product-stock-status span.wishlist-in-stock {
    color: #fff;
}

.woocommerce-page table.wishlist_table {
    font-size: 100%;
}

.woocommerce-page table.wishlist_table th.product-name,.woocommerce-page table.wishlist_table td.product-name {
    padding-left: 10px;
}

.woocommerce-page table.wishlist_table td.product-add-to-cart {
    text-align: right;
}

.woocommerce-page table.wishlist_table td:last-child span {
    width: 100%;
    display: block;
}

.woocommerce-page table.wishlist_table td:last-child a {
    width: 49%;
    margin: 0!important;
    display: inline-block!important;
    padding: 15px!important;
    line-height: 1;
    height: auto;
    border: 0;
    background: #ff8d8f;
}

.woocommerce .wishlist-title {
    position: relative;
    width: 100%;
    display: block;
    margin: 0 0 15px;
}

.wishlist-title.wishlist-title-with-form h2:hover {
    background: none
}

.woocommerce .wishlist-title .button {
    visibility: visible;
    position: absolute;
    width: auto;
    top: 10px;
    border: 0;
    height: auto;
    padding: 0;
    width: auto;
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff;
    padding: 8px 9px 4px;
    font-size: 90%;
    margin-left: 10px;
    display: none;
}

.woocommerce .wishlist-title .button i {
    display: none;
}

.woocommerce-billing-fields h3 {
    margin-bottom: 30px;
}

.woocommerce-checkout #payment ul.payment_methods,.woocommerce-checkout #payment div.form-row {
    padding: 0;
    border: 0;
}

.woocommerce #payment .terms, .woocommerce #payment .wc-terms-and-conditions, .woocommerce-page #payment .terms, .woocommerce-page #payment .wc-terms-and-conditions {
    border: 0;
    width: 100%;
    padding: 0 5px;
    margin-top: 5px;
    margin-bottom: 50px;
}

.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order,
.woocommerce #payment .ppcp-dcc-order-button{
    height: 60px;
    background: #ff8d8f;
    border-color: #ff8d8f;
    font-size: 120%;
    margin-top: 15px;
}

.woocommerce-privacy-policy-text {
    font-size: 90%;
    line-height: 1.3;
    margin-bottom: 15px;
}

.woocommerce-checkout #payment div.payment_box #wc-stripe-cc-form {
    margin-top: 30px;
}

.woocommerce-checkout #payment ul.payment_methods .wc-stripe-elements-field {
    background-color: #fff!important;
    border: 0;
    padding: 15px 10px;
}

.woocommerce-checkout #payment ul.payment_methods .wc-stripe-elements-field div {
    height: auto;
}

/*---------thank you---------*/
.woocommerce-order-details,.woocommerce-customer-details {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    float: left;
}

.woocommerce-customer-details {
    float: right;
}

.woocommerce .woocommerce-customer-details address {
    border: 0;
    padding: 0;
}

.woocommerce ul.order_details {
    background: #334C45;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
}

.woocommerce ul.order_details li {
    min-width: 20%;
    border-right: 1px solid #fff;
    padding: 30px 15px;
    text-align: center;
    margin: 0;
}

.woocommerce-order-received .woocommerce-customer-details section {
    width: 100%;
}

.woocommerce-order-received .col2-set .col-1, .woocommerce-order-received .col2-set .col-2 {
    margin-bottom: 30px;
    line-height: 1.4;
    width: 100%;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #334C45;
}

/******************************************************************************************************************

	WOOCOMMERCE ARCHIVES

******************************************************************************************************************/
/*---------header---------*/
.woocommerce-page #main .woocommerce-products-header {
    display: block;
    position: relative;
    width: 100%;
}

.woocommerce-products-header .woocommerce-heading {
    position: relative;
    display: flex;
    align-items: center;
    height: 90px;
}

.woo-shop-dark-header .woocommerce-products-header .woocommerce-heading {
    position: relative;
    display: flex;
    align-items: center;
    height: 90px;
    margin-bottom: 30px;
}

.woo-shop-dark-header .woocommerce-products-header .woocommerce-heading:before {
    content: "";
    position: absolute;
    display: block;
    width: 9999px;
    height: 100%;
    left: -3333px;
    top: 0;
    background: #334C45;
    z-index: -10;
}

.woocommerce-products-header .woocommerce-heading .inner-wrap {
    padding: 0;
}

.woocommerce .woocommerce-ordering {
    position: relative;
    margin-bottom: 0;
}

.woocommerce .woocommerce-ordering:after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    right: 0;
    top: -5px;
    background-image: url(/wp-content/themes/madinavisconti/assets/images/icon-angle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg);
}

.woocommerce .woocommerce-ordering select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    padding: 0 35px 5px 0;
    font-size: inherit;
    font-family: inherit;
    width: auto;
    border-bottom: 1px solid #fff;
}

.woocommerce .woocommerce-ordering select option {
    direction: ltr;
    background: transparent;
    color: #fff;
}

.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering select,.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 0;
    height: 20px;
    display: flex;
    align-items: center;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 100%;
}

.woocommerce .woocommerce-result-count strong {
    margin: 0 5px;
}

.woocommerce-products-header .woocommerce-heading-title {
    display: none;
}

/*---------loop---------*/
body.woocommerce-page #main {
    position: relative;
    display: block;
    margin-bottom: 45px;
    padding: 0;
}

body.woocommerce-page.archive #main {
    display: flex;
    flex-wrap: wrap;
}

body.woocommerce-page #main .section-banner:last-child {
    margin-bottom: -45px;
}

body.woocommerce-cart #main .section-banner,body.woocommerce-checkout #main .section-banner {
    margin-top: 60px;
}

body.woocommerce-page ul.products {
    width: 104%;
    margin: 0 -2%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

body.woocommerce-page ul.products li.product a img {
    margin-bottom: 10px;
}

body.woocommerce-page ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 30px;
}

body.woocommerce-page ul.products li.product .woocommerce-loop-category__title, body.woocommerce-page ul.products li.product .woocommerce-loop-product__title, body.woocommerce-page ul.products li.product h3 {
    padding: 0;
    font-size: 100%;
    margin: 0 0 10px;
    color: #fff;
    font-family: inherit;
    font-weight: normal;
    font-size: 100%;
}

body.woocommerce-page ul.products li.product .woocommerce-loop-product__image {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

body.woocommerce-page ul.products li.product .woocommerce-loop-product__image img {
    transition: all 800ms;
    transform: scale(1);
    margin: 0;
}

body.woocommerce-page ul.products li.product:hover .woocommerce-loop-product__image img {
    transform: scale(1.2);
}

body.woocommerce-page ul.products li.product .price {
    color: #fff;
    font-size: 100%;
    margin: 0;
    font-weight: bold;
}

body.woocommerce-page ul.products li.product .button {
    background: transparent;
    align-items: center;
    width: auto;
    font-size: 85%;
    display: inline-block;
    font-weight: normal;
    color: #fff;
    border: 1px solid;
    height: auto;
    margin: 10px 0 0;
    position: relative;
    opacity: 0.6;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
}

body.woocommerce-page ul.products li.product:hover .button,body.woocommerce-page ul.products li.product .button:hover {
    opacity: 1;
    color: #ff8d8f;
}

body.woocommerce-page ul.products li.product {
    margin: 0 2% 4%;
}

body.woocommerce-page ul.products li.product,.woocommerce ul.products li.product a img {
    transition: all 600ms;
}

body.woocommerce-page ul.products.columns-2 li.product {
    width: 46%;
}

body.woocommerce-page ul.products.columns-3 li.product {
    width: 29.3333%;
}

body.woocommerce-page ul.products.columns-4 li.product {
    width: 21%;
}

body.woocommerce-page ul.products.columns-5 li.product {
    width: 16%;
}

body.woocommerce-page ul.products.columns-6 li.product {
    width: 12.6666%;
}

/******************************************************************************************************************

	WOOCOMMERCE SINGLE

******************************************************************************************************************/
.woocommerce div.product {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

/*---------gallery---------*/
.product-gallery-arrows {
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    align-items: flex-start;
    justify-content: space-between;
    width: 70px;
    z-index: 9999;
}

.woocommerce .site-main div.product .woocommerce-product-gallery {
    width: 55%;
    padding-left: 140px;
    padding-top: 45px;
}

.woocommerce .site-main div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    left: 155px;
    top: 65px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    background-image: url(/wp-content/themes/madinavisconti/assets/images/icon-fullscreen.svg);
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before,.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    content: none;
}

.woocommerce .site-main div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 20px;
    position: relative;
}

.woocommerce .site-main div.product .woocommerce-product-gallery .flex-control-nav {
    position: absolute;
    display: block;
    width: 125px;
    height: auto;
    overflow: visible;
    top: 45px;
    left: 0;
}

.woocommerce .site-main div.product .woocommerce-product-gallery .flex-control-nav li {
    width: 100%;
    margin: 0 0 15px;
}

/*---------summary---------*/
.woocommerce .site-main div.product div.summary {
    width: 45%;
    padding-left: 45px;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
}

.woocommerce .site-main div.product div.summary .product_title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0px 0 15px;
    padding: 0;
    font-weight: normal;
    color: inherit;
}

.woocommerce .site-main div.product div.summary .price {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    padding: 0;
    font-family: inherit;
    font-size: 230%;
    font-weight: bold;
    color: inherit;
}

.woocommerce .site-main div.product div.summary .price span {
    color: inherit;
    font-family: inherit;
}

.woocommerce .site-main div.product div.summary .description {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 40px;
    padding: 0;
    font-family: inherit;
    line-height: 1.3;
}

.woocommerce .site-main div.product div.summary .description p {
    margin-bottom: 10px;
}

.woocommerce .site-main div.product div.summary .personalization {
    font-style: italic;
}

.woocommerce .site-main div.product div.summary .description + .stock {
    margin-top: -15px;
    float: none;
}

.woocommerce .site-main div.product div.summary .stock {
    font-size: 100%;
    display: inline-block;
    margin-bottom: 15px;
    color: #ff8d8f;
}

.woocommerce .site-main div.product div.summary .in-stock {
    margin-top: 0;
    color: #fff;
    display: block;
    position: relative;
    opacity: 0.8;
    text-align: right;
}

.woocommerce .site-main div.product div.summary .out-of-stock {
    color: #ff8d8f;
    border: 1px solid;
    padding: 10px 20px;
}

.woocommerce .site-main div.product div.summary form {
}

/*---------variations---------*/
.woocommerce .site-main div.product div.summary form .variations {
    margin: 0;
}

.woocommerce .site-main div.product div.summary form .variations tr,.woocommerce .site-main div.product div.summary .tc-element-inner-wrap .tc-row,.wc-pao-addon-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start!important;
    justify-content: flex-start!important;
    -moz-align-items: flex-start!important;
    -moz-justify-content: flex-start!important;
    -webkit-align-items: flex-start!important;
    -webkit-justify-content: flex-start!important;
    -webkit-box-align: start;
    align-content: flex-start;
    -moz-align-content: flex-start;
    -webkit-align-content: flex-start;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.woocommerce .site-main div.product div.summary form .variations tr:last-child, .woocommerce .site-main div.product div.summary .tc-element-inner-wrap .tc-row:last-child {
    /* margin-bottom: 15px; */
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    min-width: 100px;
}

.woocommerce .site-main div.product div.summary form .variations tr td {
    position: relative;
    display: block;
}

.woocommerce .site-main div.product div.summary form .variations tr td.label, .woocommerce .site-main div.product div.summary .tc-element-inner-wrap .tc-row .tm-epo-element-label, .wc-pao-addon-container label.wc-pao-addon-name {
    font-weight: bold;
    flex: unset;
    padding: 0 15px 0 0;
    text-align: left;
    width: 100px;
}

.woocommerce .site-main div.product div.summary .tc-element-inner-wrap .tc-row .tc-element-container {
    padding: 0;
    /* flex-basis: auto; */
}

.tm-extra-product-options .tc-cell, .tc-extra-product-options .tmcp-field-wrap label.tc-cell, .tc-cell {
    margin-bottom: 0;
    width: 100%;
}

.tm-section-description {
    padding-top: 0;
    padding-bottom: 30px;
}

.wc-pao-addon-container label.wc-pao-addon-name .required {
    display: none;
}

.woocommerce .site-main div.product div.summary .tc-element-inner-wrap .tc-row .tm-epo-element-label span {
    display: none;
}

.woocommerce .site-main div.product div.summary form .variations tr td.label label {
}

.woocommerce .site-main div.product div.summary form .variations tr td.value,.woocommerce .site-main div.product div.summary .tc-element-inner-wrap .tc-row .tm-extra-product-options-container,.woocommerce .wc-pao-addon-container .wc-pao-addon-wrap {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    flex-shrink: unset;
    flex-basis: unset;
    flex-grow: unset;
    float: none;
}

.woocommerce .wc-pao-addon-container .wc-pao-addon-wrap input[type="text"], .tm-extra-product-options .tmcp-textfield.tm-epo-field[type="text"] {
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    color: #fff;
    padding: 0 0 15px 0;
    height: auto;
    font-size: 100%
}

.woocommerce .wc-pao-addon-container .wc-pao-addon-description {
    display: none
}

.single_variation_wrap input[type="text"]::placeholder {
    color: #fff;
    opacity: 1;
}

.single_variation_wrap input[type="text"]:-ms-input-placeholder {
    color: #fff;
}

.single_variation_wrap input[type="text"]::-ms-input-placeholder {
    color: #fff;
}

.woocommerce div.product form.cart .reset_variations {
    display: none!important;
}

/*---------stock---------*/
.woocommerce div.product.outofstock div.summary .yith-wcwl-add-button a {
    width: 100%;
    text-align: center;
    border: 1px solid;
    padding: 0 20px;
    font-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.woocommerce div.product.outofstock div.summary .yith-wcwl-add-button a i {
    margin-right: 10px;
}

.woocommerce div.product.outofstock div.summary .yith-wcwl-add-button a i:before {
    content: none
}

.woocommerce div.product.outofstock div.summary .yith-wcwl-add-button a span {
    height: auto;
    padding: 0;
    border: 0;
    font-size: 110%;
}

/*---------add to cart---------*/
.woocommerce .add-to-cart-wrap {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    flex-direction: column;
}

.woocommerce div.product form.cart div.quantity {
    width: 100%;
    float: none;
    margin: 0 0 15px;
}

.woocommerce .add-to-cart-wrap #wc-stripe-payment-request-wrapper {
    width: 100%;
    padding: 0!important;
    margin: 0 0 15px;
}

.woocommerce .add-to-cart-wrap #wc-stripe-payment-request-button-separator {
    display: none
}

.woocommerce .add-to-cart-wrap .added_to_cart {
    display: none;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
    float: none;
    color: #6a8a83;
    background: #fff;
    height: 60px;
    border-color: #fff;
    text-transform: uppercase;
    font-size: 110%;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button.disabled {
    opacity: 0.6;
}

.quantity-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 60px;
    border: 1px solid rgb(255 255 255 / 0.4);
    font-family: inherit;
    flex-wrap: nowrap;
    padding: 0 10px;
}

.woocommerce div.product {
    margin-right: 10px;
}

.quantity-wrap .qty-button {
    display: block;
    width: 20px;
    height: 100%;
    padding: 0;
    border: 0;
    background: 0;
    cursor: pointer;
    background-image: url(/wp-content/themes/madinavisconti/assets/images/icon-angle.svg);
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    margin: 0;
}

.quantity-wrap .qty-button[data-operator="minus"] {
    transform: rotate(180deg);
}

.quantity-wrap .input-substitute {
    display: flex;
    width: 60px;
    position: relative;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 100%;
}

.woocommerce div.product form.cart .quantity-wrap div.quantity {
    display: none;
}

.woocommerce div.product div.summary .yith-wcwl-add-button {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    text-align: right;
}

.woocommerce div.product div.summary .yith-wcwl-add-button .separator {
    color: transparent;
}

.woocommerce div.product div.summary .yith-wcwl-add-button a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.woocommerce div.product div.summary .yith-wcwl-add-button a i {
    background-image: url(/wp-content/themes/madinavisconti/assets/images/icon-heart.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}

.woocommerce div.product div.summary .yith-wcwl-add-button a i {
}

.woocommerce div.product div.summary .yith-wcwl-add-button a i:before {
    content: none!important
}

.woocommerce div.product div.summary .yith-wcwl-add-button a span {
    display: inline-block;
    height: 20px;
    border-bottom: 1px solid rgb(255 255 255 / 0.3);
}

.woocommerce div.product div.summary .yith-wcwl-add-button a.delete_item i {
    background-image: url(/wp-content/themes/madinavisconti/assets/images/icon-heart-filled.svg);
}

/*---------relateds---------*/
.woocommerce .site-main div.product .related {
    position: relative;
    display: block;
    margin: 30px 0 0;
    width: 100%;
}

.woocommerce .site-main div.product .related h2 {
    margin-bottom: 30px;
}

.woocommerce .site-main div.product .related ul.products li {
    margin: 0 2% 4%;
}

/*---------share---------*/
.woocommerce-share {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.woocommerce-share .share-title {
    position: relative;
    display: block;
    font-size: 100%;
    transition: all 300ms;
    background: 0;
    border: 0;
    color: #fff;
    font-family: inherit;
    width: 100%;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid rgb(255 255 255 / 0.3);
    font-weight: bold;
}

.woocommerce-share .share-box {
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: flex-start;
}

.woocommerce-share .share-box li {
    margin-right: 10px;
}

.woocommerce-share .share-box li a {
    font-size: 100%;
    background: #6a8a83;
    color: #fff;
    position: relative;
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0px 0px 1px rgb(255 255 255 / 0.5);
    border: 1px solid rgb(255 255 255 / 0.4);
}

.woocommerce-share .share-box li a:hover {
    background: #fff;
    color: #6a8a83;
}

/******************************************************************************************************************

	WOOCOMMERCE THIRD PARTIES

******************************************************************************************************************/
/*---------swatches---------*/
div.product .tawcvs-swatches {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
    width: auto;
    align-items: flex-end;
}

div.product .tawcvs-swatches .swatch-label {
    font-size: 80%;
    background: transparent;
    border: 1px solid #fff;
    display: flex;
    margin: 0 10px 10px 0;
    height: 44px;
    width: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    line-height: 1;
}

div.product .tawcvs-swatches .swatch__tooltip {
    display: none;
}

div.product .tawcvs-swatches .swatch-label.selected {
    background: #ff8d8f;
    color: #fff;
    border-color: #ff8d8f;
}

/*---------tm epo---------*/
div.product .tm-extra-product-options textarea.tm-epo-field {
    border: 0;
    border-radius: 0;
    padding: 15px;
    font-size: inherit;
    font-family: inherit;
    height: 100px;
}

.woocommerce .site-main div.product div.summary .woocommerce-variation-price {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.woocommerce .site-main div.product div.summary .woocommerce-variation-price .price {
    margin: 0;
    font-weight: bold;
    font-size: 180%;
}

.woocommerce .site-main div.product div.summary .woocommerce-variation-availability {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.woocommerce .site-main div.product div.summary .woocommerce-variation-availability p {
    font-family: inherit;
    font-size: 100%;
    display: block;
    line-height: 1;
    opacity: 0.8;
    line-height: 1;
    border: 1px solid;
    display: inline-block;
    padding: 15px 20px;
}

.woocommerce .site-main div.product div.summary #tm-extra-product-options {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.woocommerce .site-main div.product div.summary .woocommerce-variation {
    text-align: revert;
}

/*---------woof filters---------*/
.woocommerce-page .woof_sid_auto_shortcode,.woocommerce-page .woof_results_by_ajax_shortcode,.woocommerce-page .woof_shortcode_output {
    position: relative;
    display: inline-block;
    transition: all 600ms;
    margin: 0;
    vertical-align: top;
}

.woocommerce-page .woof_sid_auto_shortcode {
    position: relative;
    display: block;
    width: 30%;
    padding: 0 90px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.woocommerce-page .woof_results_by_ajax_shortcode,.woocommerce-page .woof_shortcode_output {
    width: 70%;
    position: relative;
    float: right;
}

.woocommerce-page .woof_results_by_ajax_shortcode .woof_results_by_ajax_shortcode {
    width: 100%;
}

.woocommerce-page .woof_results_by_ajax_shortcode > .woof_shortcode_output {
    width: 100%;
}

.active-filters.woocommerce-page .woof_sid_auto_shortcode {
    left: 0;
}

.active-filters.woocommerce-page .woof_results_by_ajax_shortcode, .active-filters.woocommerce-page .woof_shortcode_output {
    width: 70%;
}

.woocommerce-page .woof_results_by_ajax_shortcode > .woof_shortcode_output {
    width: 100%;
}

.woocommerce-page .woof_sid_auto_shortcode .woof_edit_view {
    display: none!important;
}

.woocommerce-page .woof_sid_auto_shortcode .woof_redraw_zone {
    position: relative;
    display: block;
}

.woocommerce-page .woof_sid_auto_shortcode .woof_redraw_zone .woof_container {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 15px;
}

.woocommerce-page .woof_sid_auto_shortcode .woof_redraw_zone .woof_container h4 {
    font-size: 110%;
    font-family: inherit;
    color: inherit;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 90%;
}

.woof_sid_auto_shortcode .woof_container_inner {
    padding: 0;
}

.woof_list li,.woof_container_stock .woof_container_inner,.woof_container_backorder .woof_container_inner {
    margin: 0 0 12px!important;
    padding: 0!important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.woof_list li label,.woof_container_stock .woof_container_inner label,.woof_container_backorder .woof_container_inner label {
    padding: 0;
    margin: 0;
    height: auto;
    line-height: 1.1;
}

.woof_list li input[type="checkbox"],.woof_container_stock .woof_container_inner input[type="checkbox"],.woof_container_backorder .woof_container_inner input[type="checkbox"] {
    border-radius: 0;
    border: 0;
    margin: -4px 10px 0 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 300ms;
    background: #fff;
}

.woof_checkbox_label_selected {
    font-weight: normal;
}

.woof_checkbox_label:before,.woof_container_stock .woof_container_inner input[type="checkbox"] + label:before,.woof_container_backorder .woof_container_inner input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    left: 0;
    top: -2px;
    background: #ff8d8f;
    content: "\f00c";
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 10px;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 300ms;
}

.woof_list li input[type="checkbox"]:checked + .woof_checkbox_label:before,.woof_checkbox_label_selected:before,.woof_container_stock .woof_container_inner input[type="checkbox"]:checked + label:before,.woof_container_backorder .woof_container_inner input[type="checkbox"]:checked + label:before {
    opacity: 1;
}

.woof_container_stock .woof_container_inner label,.woof_container_backorder .woof_container_inner label {
    margin-left: -10px;
}

.woof_container_stock .woof_container_inner input[type="checkbox"] + label:before,.woof_container_backorder .woof_container_inner input[type="checkbox"] + label:before {
}

.woocommerce-page .woof_sid_auto_shortcode .woof_redraw_zone .woof_checkbox_instock_container {
    margin-bottom: 12px;
    padding-bottom: 0;
}

.woocommerce-page .woof_sid_auto_shortcode .woof_redraw_zone .woof_container_product_visibility {
    margin-bottom: 0;
    padding-bottom: 0;
}

.woof_container_product_visibility li input[type="checkbox"] {
    margin-right: 10px;
}

.woof_container_stock .woof_container_inner input[type="checkbox"],.woof_container_backorder .woof_container_inner input[type="checkbox"] {
    margin-right: 15px;
}

.woof_container_stock .woof_container_inner,.woof_container_backorder .woof_container_inner {
    margin: 0!important;
}

.woof_container_product_visibility .woof_list li:not(.woof_term_9) {
    display: none;
}

.woof_container_product_visibility .woof_list li label,.woof_container_stock .woof_container_inner label,.woof_container_backorder .woof_container_inner label {
    color: transparent;
}

.woof_container_product_visibility .woof_list li label, .woof_container_stock .woof_container_inner label:before, .woof_container_backorder .woof_container_inner label:before {
}

.woof_container_product_visibility .woof_list li label:after,.woof_container_stock .woof_container_inner label:after,.woof_container_backorder .woof_container_inner label:after {
    content: "Nome label";
    position: absolute;
    display: block;
    color: #fff;
    left: auto;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.woof_container_product_visibility .woof_list li label:after {
    content: "Non Disponibile";
}

.woof_container_stock .woof_container_inner label:after {
    content: "Disponibile";
}

.woof_container_backorder .woof_container_inner label:after {
    content: "Escludi su ordinazione";
}

html[lang="en-US"] .woof_container_product_visibility .woof_list li label:after {
    content: "Out of stock";
}

html[lang="en-US"] .woof_container_stock .woof_container_inner label:after {
    content: "Available";
}

html[lang="en-US"] .woof_container_backorder .woof_container_inner label:after {
    content: "Exclude Backorders";
}

.woof_list_label li .woof_label_term {
    background: transparent;
    border: 1px solid #000;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    font-size: 80%;
    min-width: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    transition: all 300ms;
}

.woof_list_label li .woof_label_term:hover,.woof_list_label li .woof_label_term.checked {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.woof_container_pa_numero .woof_list.woof_list_checkbox li label {
    margin-right: 5px;
}

.woof_label_count {
    display: none;
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: left;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #ff8d8f;
    border-color: #ff8d8f;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #ff8d8f;
}

.woof .widget_price_filter .price_slider_wrapper .ui-widget-content,.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #fff;
}

.woof_price_search_container .price_slider_amount .price_label {
    width: auto;
    display: flex;
    text-align: left!important;
    height: 30px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 3px;
}

.woocommerce button.woof_reset_search_form,.woof .widget_price_filter .price_slider_amount .button,.woocommerce-loadmore .custom-load-more .load-more {
    background: transparent;
    color: #fff;
    height: 40px;
    display: inline-block;
    clear: both;
    float: none!important;
    border: 1px solid #fff;
    cursor: pointer;
}

.woof .widget_price_filter .price_slider_amount .button {
    width: auto;
    float: right!important;
    height: 30px;
    line-height: 1;
    display: none;
}

.woocommerce button.woof_reset_search_form:hover, .woof .widget_price_filter .price_slider_amount .button:hover, .woocommerce-loadmore .custom-load-more .load-more:hover {
    background: #ff8d8f;
    border-color: #ff8d8f;
    color: #fff;
}

.woof_list li.woof_open_hidden_li {
    text-align: left;
    margin-top: 10px!important;
}

.woof_list li.woof_open_hidden_li a {
    border-bottom: 1px solid #000;
    background: #fff;
    align-items: center;
    width: auto;
    font-size: 85%;
    display: inline-block;
    padding: 0;
    font-weight: bold;
}

.woof_products_top_panel {
}

.woof_products_top_panel ul {
    display: flex;
}

.woof_products_top_panel ul li {
    display: flex;
}

.woof_products_top_panel ul li a {
    border: 1px solid #fff;
    padding: 5px 10px;
    font-size: 90%;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1;
    font-family: auto;
}

.woof_products_top_panel ul li span {
    background: none;
    padding-right: 5px;
}

.woof_products_top_panel ul li a:after {
    content: "X";
    width: 20px;
    height: 20px;
    background: #fff;
    color: #6a8a83;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 10px;
    font-family: arial;
}

div.woof_info_popup {
    background: #fff;
    border-radius: 0;
    border: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / .1);
    color: #000;
    font-family: inherit;
    padding: 45px 90px;
    opacity: 1!important;
    font-size: 100%;
}

div.woof_info_popup:before {
    content: "";
    position: relative;
    display: block;
    margin: 0 auto 15px;
    width: 30px;
    height: 30px;
    border: 3px solid #000;
    border-radius: 100%;
    border-bottom-color: transparent!important;
    -webkit-animation: ball-clip-rotate .75s linear infinite;
    -moz-animation: ball-clip-rotate .75s linear infinite;
    -o-animation: ball-clip-rotate .75s linear infinite;
    animation: ball-clip-rotate .75s linear infinite;
}

div.woof_info_popup:after {
    content: ""
}

.woof_checkbox_count {
    display: none;
}

/*---------loadmore---------*/
.yith-infs-button-wrapper {
    display: none!important;
}

.woocommerce-loadmore {
    position: relative;
    width: 100%;
    text-align: center;
}

.woocommerce-loadmore .custom-load-more {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: auto;
}

.woocommerce-loadmore .custom-load-more .counter {
    position: relative;
    display: block;
    width: auto;
    margin: 0 auto 10px;
    font-size: 90%;
}

.woocommerce-loadmore .custom-load-more .progress-bar {
    position: relative;
    display: block;
    width: 300px;
    margin: 5px auto 0;
    height: 10px;
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
}

.woocommerce-loadmore .custom-load-more .progress-bar .progress {
    position: absolute;
    display: block;
    height: 100%;
    width: 0%;
    left: 0;
    top: 0;
    background: #ff8d8f;
    transition: all 300ms;
}

.woocommerce-loadmore .custom-load-more .load-more {
    position: relative;
    display: block;
    width: auto;
    margin: 0 auto;
    font-size: 85%;
    margin-top: 10px;
    padding: 0 30px;
    height: 50px;
    transition: all 300ms;
}

.woocommerce-loadmore .custom-load-more .load-more .site-loader {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin: -15px;
    opacity: 0;
    transition: all 300ms;
}

.woocommerce-loadmore .custom-load-more .load-more .site-loader .la-ball-clip-rotate,.woocommerce-loadmore .custom-load-more .load-more .site-loader .la-ball-clip-rotate>div {
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    box-sizing: border-box;
    float: none;
}

.woocommerce-loadmore .custom-load-more .load-more .site-loader .la-ball-clip-rotate>div {
    border: 1px solid #000;
    background: transparent;
    color: transparent;
}

.woocommerce-loadmore.loading .custom-load-more .load-more {
    background: #fff;
    border-color: rgb(0 0 0 / 0.3);
    color: rgb(0 0 0 / 0.6);
}

.woocommerce-loadmore.loading .custom-load-more .load-more .site-loader {
    opacity: 1;
}

.yith-infs-loader {
    text-align: center;
    margin: 10px 0 30px;
    width: 100%;
}

.yith-infs-loader img {
    display: none
}

.yith-infs-loader:before {
    content: "";
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 100%;
    border-right-color: transparent;
    -webkit-animation: ball-clip-rotate .75s linear infinite;
    -moz-animation: ball-clip-rotate .75s linear infinite;
    -o-animation: ball-clip-rotate .75s linear infinite;
    animation: ball-clip-rotate .75s linear infinite;
    margin: 0 auto;
}

/*---------gift wrap---------*/
.tm-extra-product-options .tc-cell.gift-wrap-trigger-div {
    margin-bottom: 15px;
}

.gtw-product-gift-wrapper-enable-field {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 30px 0 10px 0px;
    padding: 0;
    float: none;
}

.gtw-product-gift-wrapper-enable-field label {
    position: relative;
    display: flex;
    width: 100%;
    height: 60px;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    margin: 0;
    cursor: pointer;
    font-size: 110%;
    padding: 0 60px;
    cursor: pointer;
    float: none;
    border: 1px solid rgb(255 255 255 / 0.5);
}

.gtw-product-gift-wrapper-enable-field label:before {
    content: "";
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(/wp-content/themes/madinavisconti/assets/images/icon-gift.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
}

.gtw-product-gift-wrapper-enable-field input {
    display: block;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    z-index: 999;
    opacity: 0;
    cursor: pointer;
    float: none!important;
}

.gtw-product-gift-wrapper-items-content {
    float: none;
    margin-bottom: 35px;
    display: block!important;
}

.gtw-product-gift-wrapper-items-content:before {
    /* content:""; */
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: -10;
}

.gtw-product-gift-wrapper-items-content:after {
    /* content:""; */
    position: absolute;
    display: block;
    width: 9999px;
    height: 9999px;
    left: -3333px;
    top: -3333px;
    background: rgb(0 0 0 / 0.5);
    z-index: -50;
}

.gtw-product-gift-wrapper-items-content h4 {
    font-size: 120%;
    color: #fff;
    font-weight: normal;
    margin: 30px 0 20px;
    font-family: inherit;
}

.gtw-product-gift-wrapper-items-content .gtw-product-gift-wrapper-description {
    font-size: 100%;
    text-align: left;
    margin: 10px 0;
    padding: 0;
    float: none;
    display: none;
}

.gtw-product-gift-wrapper-items-content .gtw-product-gift-wrapper-description .gtw-product-gift-wrapper-name {
}

.gtw-product-gift-wrapper-items-content .gtw-product-gift-wrapper-description .gtw-product-gift-wrapper-price strong {
    font-weight: normal;
}

.gtw-product-gift-wrapper-items-content .gtw-product-gift-wrapper-items {
    position: relative;
    display: flex;
    width: 104%;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 0;
    float: none;
    margin: 0 -2%;
}

.gtw-product-gift-wrapper-items-content .gtw-product-gift-wrapper-items li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
    margin: 0 2%;
}

.gtw-product-gift-wrapper-items-content .gtw-product-gift-wrapper-items li img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    transition: all 400ms;
}

.gtw-product-gift-wrapper-items-content .gtw-product-gift-wrapper-items li.gtw_current img {
    border: 4px solid #ff8d8f;
}

.gtw-product-gift-wrapper-items-content .gtw-product-gift-wrapper-items li.gtw_current img {
}

.gtw-product-gift-wrapper-items-content .gtw-product-gift-wrapper-items li h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 100%;
    margin: 15px 0 10px;
    transition: all 400ms;
}

.gtw-product-gift-wrapper-items-content .gtw-product-gift-wrapper-items li:hover {
    border: 0;
    box-shadow: none;
}

.gtw-product-gift-wrapper-items-content .gtw-product-gift-wrapper-items li:hover img {
    transform: scale(1.04);
}

.gtw-product-gift-wrapper-items-content .gtw-product-gift-wrapper-items li:hover h4 {
    color: #ff8d8f;
}

.gtw-product-gift-wrapper-items-content .gtw-product-gift-wrapper-items li.gtw_current p {
}

.gtw-product-gift-wrapper-fields {
    position: relative;
    margin-bottom: 20px;
    margin-top: -15px;
    display: block!important;
}

.gtw-product-gift-wrapper-fields-content {
}

.gtw-product-gift-wrapper-fields-content .gtw-gift-wrapper-field {
    float: none;
    display: block;
    margin-top: 0;
}

.gtw-product-gift-wrapper-fields-content .gtw-gift-wrapper-field label {
    float: none;
    display: block;
    margin: 0 0 8px;
}

.gtw-product-gift-wrapper-fields-content .gtw-gift-wrapper-field textarea {
    border: 0;
    min-height: 90px;
    padding: 15px;
    font-family: inherit;
    font-size: 100%;
    color: #808080;
}

.gtw-product-gift-wrapper-fields-content .gtw-gift-wrapper-field .gtw-gift-wrapper-description {
    font-size: 90%;
    opacity: 0.7;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}

.gtw-product-gift-wrapper-total-payable-content {
    display: none!important;
}

.gtw-product-gift-wrapper-content .gtw-gift-wrapper {
    transition: all 600ms;
    overflow: hidden;
    max-height: 0;
}

.gtw-product-gift-wrapper-content .gtw-gift-wrapper:not(.open) {
    margin: 0;
}

.gtw-product-gift-wrapper-content .gtw-gift-wrapper.open {
    max-height: 600px;
}

.gift-wrap-modal .cpf-type-textarea .tc-element-container {
    flex-basis: auto;
}

/*---------waitlist---------*/
.alert_container {
    margin: 0;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    transition: all 600ms;
    overflow: hidden;
    max-height: 60px;
}

.alert_container .subscribe_for_interest_text {
    width: 100%;
    text-align: center;
    border: 1px solid;
    padding: 0 20px;
    font-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    transition: all 400ms;
    height: 60px;
}

.alert_container .subscribe_for_interest_text i {
    margin-right: 10px;
    font-size: 130%;
}

.alert_container .stock_alert_email {
    position: relative;
    display: inline-block;
    width: 70%;
    height: 50px;
    padding: 15px;
    font-size: inherit;
    font-family: inherit;
    border: 0;
    margin: 0;
}

.alert_container .stock_alert_button {
    position: relative;
    display: inline-block;
    width: 29%;
    height: 50px;
    padding: 15px;
    font-size: inherit;
    font-family: inherit;
    border: 0;
    float: right;
    background: #334c45;
    color: #fff;
    font-weight: bold;
    margin: 0;
    cursor: pointer;
}

.alert_container.open {
    max-height: 300px;
    padding-bottom: 15px;
}

.alert_container.open .subscribe_for_interest_text {
    border-color: #ff8d8f;
    background: #ff8d8f;
}

.wcwl_elements {
    margin: 0;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    transition: all 600ms;
    overflow: hidden;
    max-height: 160px;
    margin: -5px 0 0;
}

.wcwl_elements .wcwl_intro {
    width: 100%;
    text-align: center;
    border: 1px solid;
    padding: 0 20px;
    font-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    transition: all 400ms;
    margin-top: 0;
    height: 60px;
    display: none;
}

.single_variation_wrap .wcwl_elements .wcwl_intro {
    margin-top: 30px
}

.wcwl_elements .wcwl_intro p {
    margin: 0px 0 0 !important;
    font-size: 110%;
    font-family: inherit;
}

.wcwl_elements .wcwl_intro i {
    margin-right: 10px;
    font-size: 110%;
}

.wcwl_elements .subscribe_for_interest_text i {
    margin-right: 10px;
    font-size: 130%;
}

.wcwl_elements .wcwl_email_elements {
    position: relative;
    display: inline-block;
    width: 70%;
    height: 50px;
    padding: 0;
    margin: 10px 0 0;
    border: 0;
}

.wcwl_elements .wcwl_email_elements input[type="email"] {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 15px;
    margin: 0;
    border: 0;
    font-family: inherit;
    font-size: inherit;
}

.logged-in .wcwl_elements .wcwl_control {
    width: 100%;
    float: none;
}

.wcwl_elements .wcwl_control {
    position: relative;
    display: inline-block;
    width: 29%;
    height: 50px;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    border: 0;
    float: right;
    background: transparent;
    color: white;
    font-weight: normal;
    margin: 0;
    cursor: pointer;
    border: 1px solid #fff;
}

.wcwl_elements .wcwl_control button {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    border: 0;
    font-weight: normal;
}

.wcwl_elements .wcwl_control button:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f06e";
    margin-right: 10px;
    font-size: 20px;
}

.wcwl_elements.open {
    max-height: 300px;
    padding-bottom: 15px;
}

.wcwl_elements.open .subscribe_for_interest_text {
    border-color: #ff8d8f;
    background: #ff8d8f;
}

.wcwl_elements .wcwl_notice.woocommerce-message {
    margin: 30px 0 0px!important;
    /* padding: 0; */
    height: auto;
}

.wcwl_elements .wcwl_notice.woocommerce-message div[aria-live="polite"] {
    display: flex;
    font-size: relative;
    width: 100%;
    height: auto;
    /* height: 60px; */
    align-items: center;
    justify-content: center;
}

.wcwl_elements .wcwl_notice.woocommerce-message div[aria-live="polite"] p {
    margin: 0 auto!important;
}

.wcwl_elements .wcwl_notice.woocommerce-message button {
    top: 50%;
    padding: 0;
    margin: -12px 0;
    right: 10px;
    cursor: pointer;
}

/******************************************************************************************************************

	HEADER

******************************************************************************************************************/
.site-main {
    padding-top: 90px;
}

.site-header {
    position: fixed;
    display: block;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    z-index: 9999;
}

.admin-bar .site-header {
    margin-top: 32px;
}

.site-header.is-sticky {
    box-shadow: 0 0 8px rgb(0 0 0 / 0.5);
}

.site-header.is-sticky .notification-wrap {
    max-height: 0;
}

/*---------hamburgher---------*/
.site-header .site-hamburgher {
    display: none;
}

/*---------notifcation---------*/
.notification-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: #FF8D8F;
    z-index: 50;
    transition: all 600ms;
    max-height: 80px;
}

.notification-wrap .site-noticebar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 45px;
}

.notification-wrap .site-noticebar p {
    font-size: 90%;
}

/*---------wraps---------*/
.notification-wrap .site-noticebar p a {
    margin-left: 5px;
    text-decoration: underline;
    font-size: 100%;
    opacity: 0.7;
}

.header-wrap {
    position: relative;
    display: flex;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0 45px;
    background: #6A8A83;
    flex-wrap: nowrap;
    z-index: 50;
    transition: all 600ms;
}

.header-wrap .inner-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    max-width: none;
}

.header-wrap .inner-wrap:nth-child(1) {
    justify-content: flex-start;
}

.header-wrap .inner-wrap:nth-child(2) {
    justify-content: center;
}

.header-wrap .inner-wrap:nth-child(3) {
    justify-content: flex-end;
}

/*---------logo---------*/
.header-wrap .site-logo {
    position: relative;
    display: block;
    margin-top: -5px;
}

.header-wrap .site-logo a {
}

.header-wrap .site-logo a img {
    position: relative;
    display: block;
    width: 220px;
    height: auto;
}

/*---------main menu---------*/
.header-wrap .site-navigation {
    position: relative;
    padding-right: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-wrap .site-navigation > div,.header-wrap .site-navigation > div > ul,.header-wrap .site-navigation > div > ul > li,.header-wrap .site-navigation > div > ul > li > a {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.header-wrap .site-navigation ul {
    display: flex;
    flex-wrap: nowrap;
}

.header-wrap .site-navigation ul li {
    margin: 0;
}

.header-wrap .site-navigation ul li a {
    white-space: nowrap;
    padding: 0 10px;
    transition: all 400ms;
}

.header-wrap .site-navigation ul li.current-menu-item a {
    color: #ff8d8f;
}

.header-wrap .site-navigation ul li:hover a {
    color: #fff;
}

.header-wrap .site-navigation ul li.shopmenu-trigger a:hover {
}

.header-wrap .site-navigation ul li a:hover {
    height: 130%;
    color: #ff8d8f;
}

.header-wrap .site-navigation ul > li.menu-item-has-children > a {
    /* padding-right: 20px; */
}

.header-wrap .site-navigation ul.sub-menu {
    position: absolute;
    display: block;
    min-width: 260px;
    height: auto;
    padding: 0 30px;
    background: #334c45;
    left: -75px;
    top: 100%;
    margin-top: 0px;
    transition: all 600ms;
    opacity: 1;
    max-height: 0;
    overflow: hidden;
    box-shadow: 0 6px 5px rgb(0 0 0 / 0.1);
}

.header-wrap .site-navigation ul.sub-menu li {
    position: relative;
    display: block;
    width: 100%;
    margin: 10px 0;
}

.header-wrap .site-navigation ul.sub-menu li a {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 5px 0;
    /* border-bottom: 1px solid transparent; */
    color: #fff;
}

.header-wrap .site-navigation ul.sub-menu li:hover a {
    color: #ff8d8f;
}

.header-wrap .site-navigation li:hover ul.sub-menu {
    padding: 10px 30px;
}

.header-wrap .site-navigation ul.sub-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #6a8a83;
    position: absolute;
    display: block;
    top: 0;
    left: 60px;
    content: none;
}

/*---------search box---------*/
.header-wrap .site-navigation .site-searchbox {
    display: flex;
    position: absolute;
    width: 0;
    transition: all 600ms;
    overflow: visible;
    padding-right: 30px;
    height: 30px;
    width: 30px;
    right: 0;
    top: 50%;
    background: #6a8a83;
    margin-top: -15px;
}

.header-wrap .site-navigation .site-searchbox form {
    width: 100%;
}

.header-wrap .site-navigation .site-searchbox input {
    position: relative;
    border-radius: 0;
    padding: 0;
    color: #fff;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    height: 30px;
    transition: 600ms;
    width: 100%;
    max-width: 100%;
}

.header-wrap .site-navigation .site-searchbox input::-webkit-input-placeholder {
    color: #fff;
}

.header-wrap .site-navigation .site-searchbox input:-ms-input-placeholder {
    color: #fff;
}

.header-wrap .site-navigation .site-searchbox input::placeholder {
    color: #fff;
}

.header-wrap .site-navigation .site-searchbox .search-toggle {
    position: absolute;
    display: flex;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    border: 0;
    background: 0;
    z-index: 50;
    cursor: pointer;
    transition: all 600ms;
    cursor: pointer;
    padding: 6px;
}

.header-wrap .site-navigation .site-searchbox .search-submit {
    position: absolute;
    display: flex;
    width: 0;
    height: 30px;
    top: 0;
    right: 0;
    background: 0;
    border: 0;
    z-index: 30;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border: 1px solid transparent;
    padding: 0;
    transition: all 600ms;
    overflow: hidden;
    color: #fff;
    background: transparent;
    cursor: pointer;
}

.header-wrap .site-navigation .site-searchbox .search-submit:hover {
    color: #ff8d8f;
    border-color: #ff8d8f;
}

.active-search .header-wrap .site-navigation .site-searchbox {
    width: 100%;
    padding-right: 60px;
}

.active-search .header-wrap .site-navigation .site-searchbox input {
}

.active-search .header-wrap .site-searchbox .search-toggle {
    right: -30px;
}

.active-search .header-wrap .site-searchbox .search-toggle i {
    background-image: url(/wp-content/themes/madinavisconti/assets/images/icon-close.svg);
}

.active-search .header-wrap .site-searchbox .search-submit {
    width: 55px;
    border-color: #fff;
}

/*---------wpml lang---------*/
.header-wrap .site-lang {
}

.header-wrap .site-lang nav {
}

.header-wrap .site-lang nav div {
}

.header-wrap .site-lang nav div ul {
    display: flex;
}

.header-wrap .site-lang nav div ul li {
    display: flex;
    align-items: center;
    position: relative;
}

.header-wrap .site-lang nav div ul li:not(:last-child) {
    padding-right: 20px;
}

.header-wrap .site-lang nav div ul li:not(:last-child):after {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 15px;
    background: #fff;
    right: 9px;
    transform: rotate(30deg);
    top: -2px;
}

.header-wrap .site-lang nav div ul li a {
    padding: 0;
}

.header-wrap .site-lang nav div ul li.wpml-ls-current-language a {
    font-weight: bold;
}

.header-wrap .site-lang nav div ul li a:hover {
}

/*---------woocommerce icons---------*/
.header-wrap .site-woomenu {
    margin-left: 15px;
}

.header-wrap .site-woomenu ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.header-wrap .site-woomenu ul li {
    position: relative;
    display: block;
    width: 30px;
    margin-left: 15px;
}

.header-wrap .site-woomenu ul li a {
    display: flex;
    position: relative;
    width: 100%;
    height: 22px;
}

.header-wrap .site-woomenu ul li a:hover {
}

.header-wrap .site-woomenu ul li a i {
}

.header-wrap .site-woomenu ul li a span {
    font-size: 8px;
    background: #ff8d8f;
    display: flex;
    width: 15px;
    height: 15px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 0;
    line-height: 1;
    margin: 0;
    position: absolute;
    top: -6px;
    right: -10px;
}

/*---------shop mega menu---------*/
.shopmenu-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    background: #334C45;
    z-index: 30;
    box-shadow: 0 0 8px rgb(0 0 0 / 0.4);
    top: -350px;
    transition: all 450ms;
}

.active-shopmenu .shopmenu-wrap,.shopmenu-wrap:hover {
    opacity: 1;
    top: 90px;
}

.active-shopmenu .site-header.is-sticky .shopmenu-wrap,.site-header.is-sticky .shopmenu-wrap:hover {
    top: 50px;
}

.shopmenu-wrap .site-shopmenu {
}

.shopmenu-wrap .site-shopmenu .col {
    padding: 30px;
}

.shopmenu-wrap .site-shopmenu .shopmenu-image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.shopmenu-wrap .site-shopmenu .shopmenu-upper {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto 30px;
}

.shopmenu-wrap .site-shopmenu .shopmenu-navigation {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 30px;
}

.shopmenu-wrap .site-shopmenu .shopmenu-navigation .menu-title {
    font-weight: bold;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.shopmenu-wrap .site-shopmenu .shopmenu-navigation .menu-title a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    padding-right: 20px;
}

.shopmenu-wrap .site-shopmenu .shopmenu-navigation .menu-title a:hover {
    color: #ff8d8f;
}

.shopmenu-wrap .site-shopmenu .shopmenu-navigation .menu-title a i {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    height: 100%;
    width: 20px;
    background-position: 100% 50%;
}

.shopmenu-wrap .site-shopmenu .shopmenu-navigation .menu-content {
}

.shopmenu-wrap .site-shopmenu .shopmenu-navigation .menu-content ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.shopmenu-wrap .site-shopmenu .shopmenu-navigation .menu-content ul li {
    position: relative;
    display: block;
    width: 50%;
    margin-bottom: 6px;
    padding-right: 10px;
}

.shopmenu-wrap .site-shopmenu .shopmenu-navigation .menu-content ul.help-menu li {
    width: 100%;
}

.shopmenu-wrap .site-shopmenu .shopmenu-navigation .menu-content ul li a {
}

.shopmenu-wrap .site-shopmenu .shopmenu-navigation .menu-content ul li a:hover {
    color: #ff8d8f;
}

.shopmenu-wrap .site-shopmenu .shopmenu-lower {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.shopmenu-wrap .site-shopmenu .shopmenu-lower ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopmenu-wrap .site-shopmenu .shopmenu-lower ul li {
    margin: 0 20px;
}

.shopmenu-wrap .site-shopmenu .shopmenu-lower ul li a {
    position: relative;
    display: block;
    border: 1px solid;
    padding: 10px 0;
    border-left: 0;
    border-right: 0;
    font-size: 100%;
    font-weight: bold;
}

.shopmenu-wrap .site-shopmenu .shopmenu-lower ul li a:hover {
    color: #ff8d8f;
}

/******************************************************************************************************************

	FOOTER

******************************************************************************************************************/
.site-footer {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    padding: 15px;
    flex-wrap: wrap;
    background: #fff;
    color: #808080;
    margin: 0;
}

.site-footer .footer-wrap {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    padding: 15px 30px;
    margin: 0;
    justify-content: space-between;
}

.site-footer .footer-wrap .inner-wrap {
    line-height: 1.4;
    display: flex;
    align-items: center;
    width: auto;
    padding: 0;
    margin: 0;
    max-width: none;
}

.site-footer .footer-wrap .content-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-wrap .content-wrap .inner-wrap {
    margin: 0 1%;
    display: block;
    width: 100%;
    padding: 0;
}

.site-footer .footer-wrap .wrap {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.site-footer .footer-wrap .site-link {
    margin-top: 20px;
    border-color: #808080;
}

.footer-wrap.footer-bottom {
    padding-top: 15px;
    padding-bottom: 0px;
}

.footer-wrap.footer-bottom .content-wrap .inner-wrap {
    width: auto;
    display: flex;
    align-items: center;
}

/*---------lists---------*/
.footer-wrap .menu-title {
    font-family: Adobe Garamond Pro;
    font-size: 150%;
    color: #6a8a83;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}

.footer-wrap .menu-title:after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    background: #6a8a83;
    left: 0;
    bottom: 0;
    width: 30px;
}

.footer-wrap .menu-title a {
}

.footer-wrap .menu-title a i {
}

.footer-wrap .menu-content {
}

.footer-wrap .menu-content ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer-wrap .menu-content ul li {
    margin-bottom: 6px;
    width: 50%;
    padding-right: 10px;
}

.footer-wrap .menu-content ul li a {
    padding-right: 10px;
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

.footer-wrap .menu-content ul li a:hover {
    color: #ff8d8f;
}

.footer-wrap .menu-content ul.help-menu li {
    width: 100%;
}

/*---------newsletter---------*/
.footer-wrap .site-newsletter {
}

.footer-wrap .site-newsletter form {
}

.footer-wrap .site-newsletter form .newsletter-form {
}

.footer-wrap .site-newsletter form .newsletter-form .nl-field {
}

.footer-wrap .site-newsletter form .newsletter-form .nl-field.hidden {
}

.footer-wrap .site-newsletter form .newsletter-form .nl-field input[type="text"] {
}

.footer-wrap .site-newsletter form .newsletter-form .nl-field input[type="submit"] {
}

.footer-wrap .site-newsletter form .newsletter-form .nl-field.cb {
}

.footer-wrap .site-newsletter form .newsletter-form .nl-field.cb label {
}

.footer-wrap .site-newsletter form .newsletter-form .nl-field.cb label input {
}

.footer-wrap .site-newsletter form .newsletter-form .nl-field.cb label .control_indicator {
}

.footer-wrap .site-newsletter form .mc4wp-response {
}

/*---------textuals---------*/
.footer-wrap .footer-store {
}

.footer-wrap .footer-store p {
}

.footer-wrap .footer-store p a {
}

.footer-wrap .footer-copy {
    font-size: 90%;
}

.footer-wrap .footer-copy p {white-space: nowrap;}

.footer-wrap .footer-copy p a {
}

/*---------legals---------*/
.footer-wrap .site-legals ul {
    display: flex;
    margin: 0;
    margin-left: 10px;
    font-size: 90%;
}

.footer-wrap .site-legals ul li:not(:last-child):after {
    content: "/";
    margin: 0 5px
}

.footer-wrap .site-legals ul li a {
    white-space: nowrap;
    color: #6a8a83;
}

.footer-wrap .site-legals ul li a:hover {
    color: #ff8d8f;
}

/*---------socials---------*/
.footer-wrap .site-socials {
    display: block;
}

.footer-wrap .site-socials ul {
}

.footer-wrap .site-socials ul li {
}

.footer-wrap .site-socials ul li a {
    color: #6a8a83;
    font-size: 130%;
}

.footer-wrap .site-socials ul li a:hover {
    color: #ff8d8f;
}

/*---------lower-bar---------*/
.site-lowerbar {
    position: fixed;
    display: flex;
    width: 100%;
    height: auto;
    margin: 0;
    background: rgb(51 76 69 / 0.95);
    z-index: 50;
    transition: all 600ms;
    align-items: center;
    justify-content: center;
    bottom: 0;
    left: 0;
    padding: 20px 75px;
}

.site-lowerbar p {
    margin: 0;
}

.site-lowerbar a {
    color: #fff;
    text-decoration: underline;
    margin-left: 8px;
    opacity: 0.7;
    font-size: 90%;
}

.site-lowerbar button {
    position: absolute;
    display: block;
    top: 50%;
    right: 30px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: none;
    border: 0;
    padding: 0;
    appearance: none;
    border: 0;
    border-radius: 100%;
    opacity: 0.8;
    background: #fff;
    cursor: pointer;
    transition: all 300ms;
}

.site-lowerbar button:hover {
    opacity: 1;
}

.site-lowerbar button:before,.site-lowerbar button:after {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 2px;
    background: #475e57;
    transform: rotate(45deg);
    left: 50%;
    top: 50%;
    margin: -1px -8px;
}

.site-lowerbar button:after {
    transform: rotate(-45deg);
}

.cookies-not-set .site-lowerbar {
    bottom: 65px;
}

/******************************************************************************************************************

	ELEMENTS

******************************************************************************************************************/
/*---------gutenberg reset---------*/
.wp-block-image {
    margin: 0 auto;
}

.wp-block-image {
    margin: 0 auto;
}

.wp-block-columns {
    margin-bottom: 0;
}

.wp-block-columns .wp-block-column {
    margin-bottom: 0;
    position: relative;
    flex-grow: 1;
}

.wp-block-columns.margin-0,.wp-block-columns.margin-0 .wp-block-columns {
    margin-bottom: 0;
}

.wp-block-column:not(:first-child) {
    margin-left: 0;
}

.wp-block-columns.no-gap-columns {
    gap: 0!important;
}


/*---------socials---------*/
.site-main .site-socials {
    position: relative;
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
    align-items: center;
}

.site-main .site-socials {
    position: relative;
    display: flex;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap;
}

.site-main .site-socials ul {
    margin: 0;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.site-main .site-socials li {
    position: relative;
    display: flex;
    margin: 0;
    margin-right: 20px;
}

.site-main .site-socials li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    text-decoration: none;
    border: 0;
    font-size: 100%;
    color: #000;
    background: transparent;
    width: auto;
    height: auto;
    border-radius: 100%;
}

.site-main .site-socials li a:hover {
}

/*---------icons---------*/
.custom-icon {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.custom-icon.icon-search {
    background-image: url(/wp-content/themes/madinavisconti/assets/images/icon-search.svg);
}

.custom-icon.icon-cart {
    background-image: url(/wp-content/themes/madinavisconti/assets/images/icon-shop.svg);
}

.custom-icon.icon-account {
    background-image: url(/wp-content/themes/madinavisconti/assets/images/icon-account.svg);
}

.custom-icon.icon-heart {
    background-image: url(/wp-content/themes/madinavisconti/assets/images/icon-heart.svg);
}

.custom-icon.icon-angle {
    background-image: url(/wp-content/themes/madinavisconti/assets/images/icon-angle.svg);
}

.custom-icon.icon-filters {
    background-image: url(/wp-content/themes/madinavisconti/assets/images/icon-filters.svg?1);
}

.custom-icon.icon-size {
    background-image: url(/wp-content/themes/madinavisconti/assets/images/icon-tape.svg);
}

.slick-arrows {
}

.slick-arrows .slick-arrow {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    background-color: transparent;
    background-image: url(/wp-content/themes/madinavisconti/assets/images/icon-angle.svg);
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.slick-arrows .slick-arrow.slick-prev {
    transform: scaleX(-1);
}

.slick-arrows .slick-arrow.slick-next {
}

/*---------tabs---------*/
.site-tabs {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 45px 0 30px;
    padding: 0;
}

.site-tabs .tab-labels {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid rgb(255 255 255 / 0.3);
}

.site-tabs .tab-labels ul {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
}

.site-tabs .tab-labels ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.site-tabs .tab-labels ul li:not(:first-child):before {
    content: "\2022";
    margin: 0 6px;
    font-size: 90%;
    color: #fff;
    opacity: 0.7;
}

.site-tabs .tab-labels ul li:not(:last-child):after {
    content: "/";
    margin: 0 10px;
    content: none;
}

.site-tabs .tab-labels ul li button {
    position: relative;
    display: block;
    font-size: 100%;
    font-weight: bold;
    cursor: pointer;
    transition: all 300ms;
    background: 0;
    border: 0;
    color: #fff;
    opacity: 0.6;
    padding: 0;
}

.site-tabs .tab-labels ul li button.selected {
    opacity: 1;
}

.site-tabs .tab-contents {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 30;
}

.site-tabs .tab-contents .tab-single {
    position: relative;
    display: none;
    width: 100%!important;
    text-align: left;
}

.site-tabs .tab-contents .tab-single.selected {
}

.site-tabs .tab-contents .tab-single .inner-wrap {
    line-height: 1.3;
    font-size: 100%;
    padding: 0;
}

.site-tabs .tab-contents .tab-single .product_meta {
    display: flex;
    flex-direction: column;
}

/*---------site links---------*/
.site-link {
    border: 1px solid;
    padding: 10px 0;
    border-left: 0;
    border-right: 0;
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.site-link:hover {
    color: #ff8d8f;
}

/*---------page title---------*/
.page-title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 45px;
}

/*---------badges---------*/
.single-badge {
}

.single-badge a {
}

.single-badge a {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
}

.single-badge .item-image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 15px;
    padding: 0;
    overflow: hidden;
}

.single-badge .item-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    transition: all 800ms;
    transform: scale(1);
}

.single-badge:hover .item-image img {
    transform: scale(1.2);
}

.single-badge .item-title {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
}

.single-badge .item-title h3 {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 110%;
}

.single-badge span.view-more {
    opacity: 0.6;
    font-size: 90%;
    text-align: left;
    margin-top: 5px;
    display: block;
}

/*---------layouts---------*/
.site-box {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
}

.site-box.full-height {
    align-items: center;
}

.site-main .site-box.full-height:first-child {
    margin-top: -90px;
}

.site-main .site-box.full-height:first-child .text-wrap {
    margin-top: 75px;
}

.inner-wrap {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 100%;
    padding: 60px 15px;
    margin: 0 auto;
}

.wp-block-group .inner-wrap,.wp-block-column .inner-wrap {
    max-width: 960px;
}

.inner-wrap .intro-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 15px;
    padding: 0 5px;
}

.inner-wrap .intro-wrap .title {
    font-size: 300%;
    line-height: 0.9;
    position: relative;
    display: block;
    width: 100%;
}

.inner-wrap .intro-wrap .description {
    margin-bottom: 20px;
}

.inner-wrap .intro-wrap .target {
}

.inner-wrap .intro-wrap .target a {
}

.inner-wrap .slick-prev,.inner-wrap .slick-next {
    bottom: 100%;
    top: auto;
    margin-bottom: 15px;
}

.inner-wrap .slick-prev {
    right: 42px;
}

.inner-wrap .slick-next {
    right: 2px;
}

.site-main .pb0,.site-main .pb0 .inner-wrap {
    padding-bottom: 0;
}

.site-main .pt0,.site-main .pt0 .inner-wrap {
    padding-top: 0;
}

/*---------headings---------*/
.site-heading {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.site-heading h1.with-line,.site-heading h2.with-line,.site-heading h3.with-line {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.site-heading h1.with-line:after,.site-heading h2.with-line:after,.site-heading h3.with-line:after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    background: #334C45;
    bottom: 0;
    left: 0;
    background: #fff;
    background: #ff8d8f;
}

.site-heading h1.with-line.has-text-align-center:after,.site-heading h2.with-line.has-text-align-center:after,.site-heading h3.with-line.has-text-align-center:after {
    content: "";
    left: 50%;
    margin-left: -30px;
}

.site-heading h1.with-line.has-text-align-right:after,.site-heading h2.with-line.has-text-align-right:after,.site-heading h3.with-line.has-text-align-right:after {
    content: ""
}

/*---------popup---------*/
.site-popup {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 9999999;
}

.site-popup .outer {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    background: rgb(0 0 0 / 0.6);
    align-items: center;
    justify-content: center;
}

.site-popup:before {
}

.site-popup .inner {
    position: relative;
    display: block;
    width: 90%;
    max-width: 870px;
    background: #334C45;
    height: auto;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 30px rgb(0 0 0 / 0.3);
    transition: all 600ms;
    transform: translateY(150px);
    opacity: 0;
}

.site-popup .inner.appeare {
    transform: translateY(0px);
    opacity: 1;
}

.site-popup .row {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.site-popup .row .col {
}

.site-popup .row .col.image-wrap {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.site-popup .row .col.text-wrap {
    padding: 30px 45px;
}

.site-popup .row .col.image-wrap button {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    background: #FF8D8F;
    border: 0;
    appearance: auto;
    cursor: pointer;
}

.site-popup .row .col.image-wrap button:before,.site-popup .row .col.image-wrap button:after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    top: 50%;
    left: 50%;
    margin: -1px -10px;
}

.site-popup .row .col.image-wrap button:after {
    transform: rotate(-45deg);
}

.site-popup.form-close .inner {
    max-width: 480px;
    padding: 30px;
}

.site-popup.form-close .inner .text-wrap {
    width: 100%;
}

.site-popup.form-close .inner .image-wrap {
    width: 0;
}

.site-popup.form-close .inner .image-wrap button {
    top: -30px;
    right: -30px;
}

.site-popup.form-close .inner .title,.site-popup.form-close .inner .description,.site-popup.form-close .inner .newsletter-form {
    display: none;
}

/******************************************************************************************************************

	BLOCKS

******************************************************************************************************************/
/*---------hero image---------*/
.section-intro {
    position: relative;
    display: flex;
    min-height: 330px;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #bbb;
    overflow: hidden;
}

.section-intro:first-child {
    margin-top: -90px;
}

.site-main .equal-heights .section-intro {
    height: 100%;
    margin-top: 0;
}

.section-intro.full-height {
    height: 100vh;
}

.section-intro.standard-height {
    min-height: 560px;
    min-height: 60vh;
}

.section-intro .inner-wrap {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 45px 75px;
    z-index: 50;
}

.section-intro .inner-wrap.with-background:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #6a8a83;
}

.section-intro .inner-wrap.with-background-double:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #6a8a83;
}

.section-intro .inner-wrap.with-background-double:after {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 9999px;
    right: 0;
    top: -3333px;
    background: #334C45;
    z-index: -10;
    max-width: 130px;
}

.section-intro.horizontal-left .inner-wrap.with-background-double:after {
    left: 0;
    right: auto;
}

.section-intro.vertical-bottom .inner-wrap {
    top: 0;
}

.section-intro.vertical-middle {
    align-items: center;
}

.section-intro.vertical-top {
    align-items: flex-start;
}

.section-intro.vertical-bottom {
    align-items: flex-end;
}

.section-intro.horizontal-left {
    justify-content: flex-start;
}

.section-intro.horizontal-center {
    justify-content: center;
    text-align: center;
}

.section-intro.horizontal-right {
    justify-content: flex-end;
}

.section-intro .description {
    font-size: 110%;
    position: relative;
    display: block;
}

.section-intro .description h1,.section-intro .description h2,.section-intro .description h3 {
    margin-bottom: 30px;
    line-height: 0.8;
}

.section-intro .description > *:last-child {
    margin-bottom: 0
}

.section-intro .description p a {
    text-decoration: none;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 10px 0 8px;
    display: inline-block;
}

.section-intro.parallax {
    background-attachment: fixed;
}

/*---------faq---------*/
.accordion-single {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-bottom: 2px solid #e8eaed;
    border-top: 2px solid #e8eaed;
    margin-bottom: -2px;
}

.accordion-single .accordion-trigger {
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.accordion-single .accordion-trigger:after {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    border-width: 1px;
    border-style: solid;
    width: 16px;
    height: 16px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    margin-left: 7.5px;
    border-color: #ddd;
    right: 0;
    top: 0px;
    transform: rotate(90deg);
    transition: all 400ms;
}

.accordion-single.active .accordion-trigger:after {
    transform: rotate(90deg) scaleX(-1);
}

.accordion-single .accordion-content {
    position: relative;
    display: none;
    width: 100%;
    height: auto;
}

.accordion-single .accordion-content .inner {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 0;
    border-top: 2px solid #e8eaed;
}

/*---------items stream---------*/
.section-items-stream {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.section-items-stream .items-intro {
}

.section-items-stream .items-intro.carousel {
    padding-right: 120px;
}

.section-items-stream .items-intro .title {
    font-size: 300%;
    line-height: 0.9;
}

.section-items-stream .items-intro .description {
    position: relative;
    display: block;
    width: 100%;
}

.section-items-stream .items-stream {
    position: relative;
    display: block;
    width: 100%;
}

.section-items-stream .items-stream .single-badge {
    text-align: left;
}

.section-items-stream .items-footer {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 5px;
    justify-content: center;
}

.section-items-stream .items-footer a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 30px 0 0;
}

.section-items-stream .slick-prev,.section-items-stream .slick-next {
    margin-bottom: 20px;
}

/*---------featured---------*/
.section-featured {
}

.section-featured .col {
    display: flex;
}

.section-featured .image-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-featured .image-wrap.parallax {
    background-attachment: fixed;
    background-size: 50%;
    background-position: 0% 100%;
}

.section-featured .inner-wrap {
    position: relative;
    width: 100%;
}

.section-featured .col.horizontal-middle {
    align-items: center;
}

.section-featured .col.horizontal-top {
    align-items: flex-start;
}

.section-featured .col.horizontal-bottom {
    align-items: flex-end;
}

.section-featured .col.vertical-left {
    justify-content: flex-start;
}

.section-featured .col.vertical-center {
    justify-content: center;
    text-align: center;
}

.section-featured .col.vertical-right {
    justify-content: flex-end;
}

.section-featured.show-items .inner-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.section-featured .items-stream {
    margin-top: 45px;
}

/*---------instabox---------*/
.site-instabox #sb_instagram {
    padding: 0;
}

.site-instabox #sb_instagram #sbi_images {
    padding: 0;
    margin-bottom: 15px;
}

.site-instabox #sb_instagram #sbi_images .sbi_item {
    padding: 5px!important;
}

.site-instabox #sb_instagram #sbi_load {
    float: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.site-instabox #sb_instagram #sbi_load .sbi_follow_btn {
    animation: 0;
}

.site-instabox #sb_instagram #sbi_load .sbi_follow_btn a {
    background: transparent;
    border-radius: 0;
}

.site-instabox #sb_instagram #sbi_load .sbi_follow_btn a {
    border: 1px solid;
    padding: 10px 0;
    border-left: 0;
    border-right: 0;
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
}

.site-instabox #sb_instagram #sbi_load .sbi_follow_btn a:hover {
    color: #ff8d8f;
    background: transparent;
    box-shadow: none;
}

/*---------newsletter---------*/
.newsletter-form {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    max-width: 640px;
}

.newsletter-form .nl-field {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.newsletter-form .nl-field input {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 0 15px;
    height: 45px;
    font-size: inherit;
    font-family: inherit;
}

.newsletter-form .nl-field.cb {
    padding: 15px 0 0;
    font-size: 95%;
}

.newsletter-form .nl-field.cb .control-checkbox {
    position: relative;
    display: block;
    margin: 0px 0 15px;
    padding: 0 0 0 30px;
}

.newsletter-form .nl-field.cb .control-checkbox br {
    display: none
}

.newsletter-form .nl-field.cb .control-checkbox a {
    text-decoration: underline;
    color: #FF8D8F;
}

.newsletter-form .nl-field.cb .control-checkbox input {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.newsletter-form .nl-field.cb .control-checkbox .control_indicator {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
}

.newsletter-form .nl-field.cb .control-checkbox input:checked + .control_indicator {
    background: #ff8d8f;
}

.newsletter-form .nl-field.cb .control-checkbox input:checked + .control_indicator:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.newsletter-form .nl-field.cb .cb-intro {
    margin: 0 0 10px;
}

.newsletter-form .nl-field.cb .cb-intro, .newsletter-form .nl-field.cb .cb-intro a {
    color: #fff;
}

.newsletter-form .nl-field.cb .cb-intro a {
    text-decoration: underline;
}

.newsletter-form .nl-field.submit {
    position: relative;
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 30px;
}

.newsletter-form .nl-field.submit .submit-wrap {
    width: auto;
}

.newsletter-form input[type="submit"] {
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
}

.newsletter-form .nl-field.submit .submit-wrap {
    border: 1px solid;
    padding: 10px 0;
    border-left: 0;
    border-right: 0;
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.newsletter-form .nl-field.submit .submit-wrap:hover {
    color: #ff8d8f;
    background: transparent;
    box-shadow: none;
}

.mc4wp-response > div {
    padding: 15px;
    border: 2px solid #ff8d8f;
    position: relative;
    display: block;
    margin-top: 30px;
    text-align: center;
}

/*---------cta---------*/
.section-banner {
    position: relative;
    overflow: visible;
}

.section-banner:before {
    content: "";
    position: absolute;
    display: block;
    width: 9999px;
    left: -3333px;
    top: 0;
    background: inherit;
    height: 100%;
}

.section-banner .inner-wrap {
    display: flex;
    max-width: 960px;
    padding: 15px;
}

.section-banner .inner-wrap .wrap {
    margin: 10px 15px;
}

.section-banner .title {
    font-size: 250%;
    line-height: 0.9;
    margin-bottom: 8px;
}

.section-banner .description {
}

.section-banner .site-link {
    font-size: 110%;
    padding: 20px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    transition: all 400ms;
}

.section-banner .site-link:hover {
}

.section-banner.orientation-row .inner-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.section-banner.orientation-row .inner-wrap .wrap:first-child {
    text-align: right;
}

.section-banner.orientation-column .inner-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.section-banner.orientation-column .site-link {
    padding: 10px 0px;
}

/*---------icon box---------*/
.site-iconbox {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.site-iconbox .icon {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    margin-bottom: 20px;
    opacity: 0.6;
}

.site-iconbox .title {
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-size: 110%;
}

.site-iconbox strong.title {
    text-transform: uppercase;
}

.site-iconbox .description {
    /* opacity: 0.9; */
    line-height: 1.4;
}

/*---------showreel---------*/
.section-showreel {
    display: block;
}

.section-showreel .taxonomy-showreel {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.section-showreel .taxonomy-showreel .inner-wrap {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    min-height: 560px;
    min-height: 60vh;
    max-width: 100%;
}

.section-showreel .taxonomy-showreel .image-wrap {
    position: relative;
    display: block;
    width: 50%;
    height: auto;
    margin: 0;
    padding: 0;
}

.section-showreel .taxonomy-showreel .image-wrap .item-image {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.section-showreel .taxonomy-showreel .image-wrap .item-image a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.section-showreel .taxonomy-showreel .image-wrap .item-image a span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.section-showreel .taxonomy-showreel .image-wrap .item-image a span:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: inherit;
    transition: all 1600ms;
    left: 0;
    top: 0;
}

.section-showreel .taxonomy-showreel .image-wrap .item-image a:hover span:before {
    transform: scale(1.1);
}

.section-showreel .taxonomy-showreel .text-wrap {
    position: relative;
    display: flex;
    width: 50%;
    height: auto;
    margin: 0;
    padding: 90px 60px;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.section-showreel .taxonomy-showreel.align-top .text-wrap {
}

.section-showreel .taxonomy-showreel.align-middle .text-wrap {
    justify-content: center;
}

.section-showreel .taxonomy-showreel.align-bottom .text-wrap {
}

.section-showreel .taxonomy-showreel .text-wrap .item-title {
    text-align: right;
    margin-bottom: 20px;
}

.section-showreel .taxonomy-showreel .text-wrap .item-title .title {
    margin-bottom: 0;
}

.section-showreel .taxonomy-showreel .text-wrap .item-description {
    max-width: 50%;
    margin-bottom: 20px;
}

.section-showreel .taxonomy-showreel .text-wrap .item-description p {
}

.section-showreel .taxonomy-showreel .text-wrap .item-link {
}

.section-showreel .taxonomy-showreel .text-wrap .item-link a {
    padding: 10px 0;
}

.section-showreel .taxonomy-showreel:nth-child(even) .inner-wrap {
    flex-direction: row-reverse;
}

.section-showreel .taxonomy-showreel:nth-child(even) .text-wrap {
    align-items: flex-start;
    text-align: left;
}

.section-showreel .taxonomy-showreel:nth-child(even) .text-wrap .item-title {
    text-align: left;
}

.section-showreel .taxonomy-showreel.bg-alternate:nth-child(even) {
    background: #334C45;
}

/*---------side image content---------*/
.section-side-image-content {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    min-height: 560px;
    min-height: 60vh;
    max-width: 100%;
}

.section-side-image-content.effect-fixed {
    z-index: -10;
}

.section-side-image-content.direction-straight {
    flex-direction: row;
}

.section-side-image-content.direction-reverse {
    flex-direction: row-reverse;
}

.section-side-image-content .text-wrap {
    position: relative;
    display: flex;
    width: 50%;
    height: 100%;
    padding: 60px;
    margin: 0 auto;
    flex-direction: column;
    max-width: 780px;
    flex-basis: unset;
    flex-grow: unset;
}

.section-side-image-content.align-left .text-wrap {
    justify-content: flex-start;
    text-align: left;
}

.section-side-image-content.align-center .text-wrap {
    justify-content: center;
    text-align: center;
}

.section-side-image-content.align-right .text-wrap {
    justify-content: flex-end;
    text-align: right;
}

.section-side-image-content.align-top {
    align-items: flex-start;
}

.section-side-image-content.align-middle {
    align-items: center;
}

.section-side-image-content.align-bottom {
    align-items: flex-end;
}

.section-side-image-content .image-wrap {
    display: block;
    width: 50%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    min-height: 1px;
    flex-basis: unset;
    flex-grow: unset;
}

.section-side-image-content .image-wrap span {
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    margin-top: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    top: 0;
}

.section-side-image-content.direction-straight .image-wrap span {
    right: 0;
}

.section-side-image-content.direction-reverse .image-wrap span {
    left: 0;
}

.section-side-image-content .image-wrap span.parallax {
    background-attachment: fixed;
    background-size: 50%;
    background-position: 0;
}

.section-side-image-content .image-wrap span.fixed {
    position: fixed;
}

.section-side-image-content .text-wrap h1,.section-side-image-content .text-wrap h2 {
    font-size: 320%;
    line-height: 0.9;
    margin-bottom: 15px;
}

/*---------video---------*/
.site-video {
    position: relative;
    z-index: 10;
}

.site-video .video-wrap {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    transition: all 600ms;
    overflow: hidden;
    max-height: 90vh;
}

.site-video .video-wrap.video-play {
    background: #000!important;
}

.site-video .video-wrap iframe {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    transition: all 600ms;
    opacity: 0;
    max-height: 650px;
}

.site-video .video-wrap.video-play iframe {
    opacity: 1;
}

/*youtube*/
.site-video .video-youtube.video-play button {
    display: none;
}

.site-video .video-youtube button:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #fff;
    display: block;
    margin: 0 auto;
    left: 3px;
    position: relative;
}

/*video*/
.site-video .video-inline video {
    position: relative;
    display: block;
    width: 100%;
    background-color: #000;
    height: auto;
    opacity: 0;
    transition: all 400ms;
}

.site-video .video-inline.video-play video {
    opacity: 1;
}

.site-video .video-inline .video-button {
    display: block;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    z-index: 100;
    cursor: pointer;
    position: absolute;
    border-radius: 100%;
    transition: all 400ms;
}

.site-video .video-inline .video-button.on-play {
    color: #fff;
    right: 20px;
    bottom: -100px;
    border: 1px solid;
    border-radius: 0;
    font-size: 14px;
}

.site-video .video-inline .video-button.on-play[data-command="pause"] {
    margin-right: 50px;
}

.site-video .video-inline .video-button.on-play[data-command="fullscreen"] {
}

.site-video .video-inline .video-button.on-stop,.site-video .video-youtube button {
    position: absolute;
    width: 50px;
    height: 70px;
    left: 40%;
    top: 42%;
    margin: -35px -25px;
    cursor: pointer;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background-repeat: no-repeat;
    text-align: center;
    font-family: VivaBeautiful;
    color: transparent;
    font-size: 66px;
    transition: all 500ms;
    background: transparent;
    outline: 0;
    border: 2px solid #fff;
    z-index: 10;
    border-radius: 10px;
}

.site-video .video-inline .video-button.on-stop:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 24px;
    border-color: transparent transparent transparent #fff;
    top: 50%;
    left: 50%;
    margin: -18px -9px;
}




.site-video .video-inline.video-fullwidth {
    margin: 0;
}

.site-video .video-inline.video-play .video-button.on-play {
    bottom: 20px;
}

.site-video .video-inline.video-play .video-button.on-stop {
    opacity: 0;
    z-index: -100;
}

/*---------gallery---------*/
.section-gallery .box-wrap {
    width: 100%;
}

.section-gallery a {
    position: relative;
    overflow: hidden;
}

.section-gallery img {
    position: relative;
    display: block;
    height: auto;
}

.section-gallery a img {
    width: 100%;
    transition: all 600ms;
    transform: scale(1);
}

.section-gallery a:before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    z-index: 100;
    top: 50%;
    right: 50%;
    border: 1px solid #fff;
    background-image: url(/wp-content/themes/madinavisconti/assets/images/icon-fullscreen.svg);
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 600ms;
    margin: -15px;
    opacity: 0;
}

.section-gallery a:hover:before {
    opacity: 1;
}

.section-gallery a:hover img {
    transform: scale(1.1);
}

/*---------others---------*/
.checkout-notes {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 45px;
    border: 2px solid #ff8d8f;
    padding: 30px;
}

#yith-wcwl-popup-message {
    color: #fff;
    background: #334c45;
}

.ui-widget.ui-widget-content {
    z-index: 9999999!important;
}

.woocommerce-page .cart-collaterals .cross-sells ul.products li {
    display: none
}

.woocommerce-page .cart-collaterals .cross-sells ul.products li:nth-child(1),.woocommerce-page .cart-collaterals .cross-sells ul.products li:nth-child(2),.woocommerce-page .cart-collaterals .cross-sells ul.products li:nth-child(3),.woocommerce-page .cart-collaterals .cross-sells ul.products li:nth-child(4) {
    display: block;
}

.section-image-background {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
}

.section-image-background span {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-techniques.section-side-image-content .image-wrap span {
    background-position: 36% 50%;
}

.with-line {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.with-line:before {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: #ff8d8f;
    bottom: 0;
    left: 0;
}

.woof_submit_search_form_container {
    display: flex;
    flex-direction: column-reverse;
}

.woocommerce .woof_submit_search_form_container button {
    margin-bottom: 15px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.woocommerce .woof_submit_search_form_container button.woof_submit_search_form {
    background: #ff8d8f;
    border-color: #ff8d8f;
}

#product-addons-total {
    display: none;
}

.slides-without-margin .site-slider .slick-slide {
    margin: 0;
}

.site-main .slides-without-margin .inner-wrap {
    padding: 0;
    max-width: none;
}

.section-items-stream.slides-without-margin .items-intro {
    padding: 0;
    margin: 0;
}

.packaging-row.wp-block-columns {
    padding: 45px;
}

.packaging-row.wp-block-columns .wp-block-column {
    padding: 15px;
}

.packaging-row.wp-block-columns .wp-block-column.title {
    text-align: right;
}

.packaging-row.wp-block-columns .wp-block-column.title h3 {
    font-family: Adobe Garamond Pro, helvetica, arial;
    font-size: 200%;
}

.packaging-row.wp-block-columns .wp-block-column.wrap {
    text-align: center;
}

.packaging-row.wp-block-columns .wp-block-column.wrap p {
    /* border-top: 1px solid; */
    /* border-bottom: 1px solid; */
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    margin-top: 30px;
    font-size: 110%;
    font-weight: bold;
}

.arrow-inside.section-items-stream .slick-prev, .arrow-inside.section-items-stream .slick-next {
    margin-bottom: -50px;
    z-index: 99999;
    margin-right: 20px;
}

.standard-page .site-content ul,.standard-page .site-content ol {
    list-style-position: outside;
    margin-left: 18px;
}

.standard-page .site-content ul {
    list-style-type: disc;
}

.standard-page .site-content li {
    margin-bottom: 3px;
}

.shipping-message {
    position: relative;
    display: block;
    transition: alll 400ms;
    font-weight: normal;
    font-style: italic;
    width: 100%;
    margin: 0;
    padding-left: 30px;
    font-size: 90%;
    line-height: 1.3;
}

input:checked +label + .shipping-message {
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%
}

/*gift wrap*/
body.lightbox-active {
    overflow: hidden;
}

body.lightbox-active .site-header {
    z-index: 10;
}

.tm-extra-product-options .tc-row .gift-wrap-button-div .tc-row, .tm-extra-product-options .tc-row .gift-wrap-button-div .tc-col {
    margin-bottom: 0!important;
}

.tm-extra-product-options .tc-row .gift-wrap-button-div .tm-description {
    position: relative;
    display: flex;
    width: 100%;
    height: 60px;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    margin: 0;
    cursor: pointer;
    font-size: 110%;
    padding: 0 60px;
    cursor: pointer;
    float: none;
    border: 1px solid rgb(255 255 255 / 0.5);
    font-weight: normal;
    font-size: 100%;
}

.tm-extra-product-options .tc-row .gift-wrap-button-div .tm-description.selected {
    background: #fff;
    border-color: #fff;
    color: #6a8a83;
}

.tm-extra-product-options .tc-row .gift-wrap-button-div .tm-description.selected:before {
    filter: invert(75%)sepia(59%)saturate(60%)hue-rotate(90deg)brightness(160%)contrast(145%);
}

.tm-extra-product-options .tc-row .gift-wrap-button-div .tm-description:before {
    content: "";
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(/wp-content/themes/madinavisconti/assets/images/icon-gift.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
}

.tm-extra-product-options .tc-row .gift-wrap-modal {
    position: fixed;
    display: none;
    width: 600px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999999;
}

.tm-extra-product-options .tc-row .gift-wrap-modal:before {
    content: "";
    position: fixed;
    display: block;
    width: 99999px;
    height: 99999px;
    left: -3333px;
    top: -3333px;
    background: #000;
    opacity: .6;
}

.tm-extra-product-options .tc-row .gift-wrap-modal .tc-section-inner-wrap {
    color: #000;
    background: #fff;
    position: relative;
    padding: 45px;
}

.tm-extra-product-options .tc-row .gift-wrap-modal .tc-section-inner-wrap .gift-wrap-close-div {
    position: absolute;
    display: block;
    cursor: pointer;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    right: -30px;
    top: -45px;
    width: 45px;
    height: 45px;
    background: #6a8a83;
}

.tm-extra-product-options .tc-row .gift-wrap-modal .tc-section-inner-wrap .gift-wrap-close-div:before, .tm-extra-product-options .tc-row .gift-wrap-modal .tc-section-inner-wrap .gift-wrap-close-div:after {
    content: "";
    position: absolute;
    display: block;
    width: 70%;
    height: 2px;
    background: #fff;
    left: 15%;
    top: 50%;
    margin-top: -1px;
    transform: rotate(45deg);
}

.tm-extra-product-options .tc-row .gift-wrap-modal .tc-section-inner-wrap .gift-wrap-close-div:after {
    transform: rotate(-45deg);
}

.woocommerce .site-main div.product div.summary .tm-extra-product-options .wrap-chosing-div .tc-row {
    flex-wrap: wrap;
    margin: 0;
}

.woocommerce .site-main div.product div.summary .tm-extra-product-options .wrap-chosing-div .tc-row .tm-epo-element-label {
    display: none!important
}

.woocommerce .site-main div.product div.summary .tm-extra-product-options .wrap-chosing-div .tm-extra-product-options-container {
    padding: 0;
    margin: 0;
}

.woocommerce .site-main div.product div.summary .tm-extra-product-options .wrap-chosing-div.open .tm-extra-product-options-container {
    max-height: 600px;
}

.woocommerce .site-main div.product div.summary .tm-extra-product-options .wrap-chosing-div ul {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between!important;
    padding: 10px 0;
    width: 100%;
    margin: 0;
}

.woocommerce .site-main div.product div.summary .tm-extra-product-options .wrap-chosing-div ul li {
    margin: 0;
    font-size: 100%;
    padding: 0 0 55px;
    max-width: 48%!important;
}

.woocommerce .site-main div.product div.summary .tm-extra-product-options .wrap-chosing-div ul li label .tc-label-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.woocommerce .site-main div.product div.summary .tm-extra-product-options .wrap-chosing-div ul li.tc-active label .tc-label-wrap img {
    box-shadow: none;
}

.woocommerce .site-main div.product div.summary .tm-extra-product-options .wrap-chosing-div ul li label .tc-label-wrap img {
    border: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
}

.woocommerce .site-main div.product div.summary .tm-extra-product-options .wrap-chosing-div ul li label .tc-label-wrap span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 100%;
    margin: 15px 0 10px;
    transition: all 400ms;
    text-align: left;
    padding: 0;
    line-height: 1;
}

.woocommerce .site-main div.product div.summary .tm-extra-product-options .wrap-chosing-div ul li .tc-price-wrap {
}

.woocommerce .site-main div.product div.summary .tm-extra-product-options .wrap-chosing-div ul li .tc-tooltip {
    color: #888;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 100%;
    font-weight: inherit;
    font-family: inherit!important;
}

.woocommerce .site-main div.product div.summary .tm-extra-product-options .wrap-chosing-div ul li .tc-tooltip:before {
    content: attr(data-tm-tooltip-html);
}

.woocommerce .site-main div.product div.summary .tm-extra-product-options .wrap-chosing-div ul li:hover:after {
    border: 1px solid #f48b8d;
    color: #f48b8d;
}

.woocommerce .site-main div.product div.summary .tm-extra-product-options .wrap-chosing-div ul li:after {
    content: "Choose"!important;
    display: flex!important;
    width: 100%;
    height: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 1px solid #6a8a83;
    align-items: center;
    justify-content: center;
    color: #6a8a83;
    font-size: 14px;
    cursor: pointer;
    transition: all 200ms;
}

html[lang="it-IT"] .woocommerce .site-main div.product div.summary .tm-extra-product-options .wrap-chosing-div ul li:after {
    content: "Scegli"!important;
}

.woocommerce .site-main div.product div.summary .tm-extra-product-options .wrap-chosing-div ul li.selected:after, .woocommerce .site-main div.product div.summary .tm-extra-product-options .wrap-chosing-div ul li.selected:hover:after {
    background: #f48b8d;
    color: #fff;
    border-color: #f48b8d;
}

.woocommerce .site-main div.product div.summary .tm-extra-product-options .gift-wrap-modal .tm-description {
    padding: 0;
}

.woocommerce .site-main div.product div.summary .tm-extra-product-options .gift-wrap-modal .cpf-type-textarea {
    margin-bottom: 0;
}

.woocommerce .site-main div.product div.summary .tm-extra-product-options .gift-wrap-modal .cpf-type-textarea .tc-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.woocommerce .site-main div.product div.summary .tm-extra-product-options .gift-wrap-modal .cpf-type-textarea .tc-row span {
    margin-bottom: 10px;
}

.woocommerce .site-main div.product div.summary .tm-extra-product-options .gift-wrap-modal textarea {
    background: #f9f9f9;
}

.tm-extra-product-options .tc-row .gift-wrap-modal .gift-wrap-choose-div, .tm-extra-product-options .tc-row .gift-wrap-modal .gift-wrap-choose-div .tc-row, .tm-extra-product-options .tc-row .gift-wrap-modal .gift-wrap-choose-div .tc-row .tc-cell {
    margin: 0!important;
}

.tm-extra-product-options .tc-row .gift-wrap-modal .gift-wrap-choose-div p {
    position: relative;
    display: flex;
    width: 100%;
    height: 50px;
    border: 1px solid #6a8a83;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    background: #6a8a83;
}

.tm-extra-product-options .tc-row .gift-wrap-modal .gift-wrap-choose-div p:hover {
    background: #f48b8d;
    color: #fff;
    border: 1px solid #f48b8d;
}

@media screen and (max-height: 550px), screen and (max-width: 700px) {
    .tm-extra-product-options .tc-row .gift-wrap-modal {
        top: 0;
        transform: none;
        padding: 0px;
        height: 100%;
        width: 100%;
        left: 0;
        background: #fff;
    }

    .tm-extra-product-options .tc-row .gift-wrap-modal .tc-section-inner-wrap {
        overflow-y: scroll;
        height: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .tm-extra-product-options .tc-row .gift-wrap-modal .tc-section-inner-wrap .tc-row > .tc-cell > .tc-row {
        max-width: 600px;
        margin: 30px auto;
    }

    .tm-extra-product-options .tc-row .gift-wrap-modal .tc-section-inner-wrap .gift-wrap-close-div {
        right: 0;
    }
}

.site-main .tc-totals-form.tc-show {
    display: none;
}

.woocommerce-loop-product__badges {
    position: absolute;
    display: flex;
    width: 100%;
    padding-right: 60px;
    height: auto;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    z-index: 5;
}

.woocommerce-loop-product__badges span {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    line-height: 1;
    padding: 8px 14px;
    font-family: inherit;
    font-size: 95%;
    margin: 0 5px 5px 0;
    top: auto;
    right: auto;
    left: auto;
    border-radius: 0;
    min-height: auto;
    min-width: auto;
    font-weight: normal;
    background: #ff8d8f;
}

.woocommerce-loop-product__badges span.out-of-stock, .woocommerce-loop-product__badges span.onsale, .woocommerce ul.products li.product .onsale, .woocommerce ul.products li.product .out-of-stock, .woocommerce ul.products li.product .onsale {
    background: #334c45;
    color: #fff;
}

.xoo-wsc-ft-totals > .xoo-wsc-ft-amt {
    padding: 20px 20px;
    border-top: 1px solid #ddd;
}

.xoo-wsc-ft-amt, span.xoo-wsc-ft-amt-label {
    font-weight: normal;
    font-size: 95%;
}

.woocommerce-checkout .woocommerce-insurance td, .woocommerce-checkout .woocommerce-insurance th {
    width: 100%;
}

.woocommerce-checkout .woocommerce-insurance .form-row {
}

.woocommerce-checkout .woocommerce-insurance .form-row .description {
    font-weight: normal;
    line-height: 1.3;
}

.woocommerce-checkout .fee {
    display: none;
}

.size-chart-wrap {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    background: rgb(0 0 0 / 0.2);
    align-items: center;
    justify-content: center;
}

.size-chart-wrap .size-chart-inner {
    position: relative;
    display: flex;
    height: auto;
    background: #fff;
    color: #000;
    padding: 45px;
    max-width: 560px;
    box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
    flex-direction: column;
    align-items: center;
}

.size-chart-wrap .size-chart-inner .sizechart-toggle {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0;
    background: #ff8d8f;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.size-chart-wrap .size-chart-inner .sizechart-toggle:before, .size-chart-wrap .size-chart-inner .sizechart-toggle:after {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 80%;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.size-chart-wrap .size-chart-inner .sizechart-toggle:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.size-chart-wrap ul {
    padding: 0;
    margin: 0;
    font-size: 120%;
}

.size-chart-wrap ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 24px;
}

.size-chart-wrap ul li:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: 10px;
    height: 10px;
    background: #ff8d8f;
    top: 3px;
}

.sizechart-button {
    position: relative;
    display: flex;
    margin: 0px 0 10px;
    background: transparent;
    border: 0;
    color: #fff;
    padding: 0;
    font-size: 80%;
    align-items: flex-start;
    cursor: pointer;
    justify-content: flex-start;
    height: 20px;
}

.sizechart-button.sizechart-toggle {
    margin-top: 10px;
}

.sizechart-button i {
    height: 20px;
    width: 20px;
    margin-right: 4px;
}

.site-popup .row .col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.site-popup p {
    margin: 0 0 15px
}

.site-popup p:empty {
    display: none
}

.site-popup .newsletter-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 102%;
    margin: 0 -1%;
}

.site-popup .newsletter-form .nl-field {
    width: 98%;
    margin: 0 1%;
}

.site-popup .newsletter-form > .nl-field:nth-child(1), .site-popup .newsletter-form > .nl-field:nth-child(2) {
    width: 48%;
    margin: 0 1%;
}

.site-popup .newsletter-form .nl-field.cb {
    padding: 0;
    font-size: 85%;
}

.site-popup .newsletter-form .nl-field.cb .control-checkbox {
    margin: 0 0 10px;
    padding-left: 20px;
}

.site-popup .newsletter-form .nl-field.submit {
    text-align: left;
    margin-top: 20px;
}

.site-popup .newsletter-form .nl-field.cb .control-checkbox .control_indicator {
    width: 15px;
    height: 15px;
}

.site-popup .newsletter-form .nl-field.cb br {
    display: none
}

.site-popup .newsletter-form .nl-field input:not([type="submit"]) {
    height: 40px;
    font-size: 95%
}

.woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled .tc-extra-product-options {
    /* display:none!important */
}

.woocommerce table.shop_table tfoot .woocommerce-insurance, .woocommerce table.shop_table tfoot .woocommerce-shipping-totals {
    /* display: flex; */
    /* align-items: flex-start; */
    /* justify-content: space-between; */
    /* max-width: none; */
    /* min-width: auto; */
    /* margin: 0; */
    /* padding: 0; */
    /* width: 100%; */
    /* overflow: hidden; */
    /* border-bottom: 1px solid rgb(255 255 255 / 50%); */
    /* padding-right: 3px; */
    border-collapse: collapse;
    border-spacing: 0;
}

.woocommerce table.shop_table tfoot .woocommerce-insurance th, .woocommerce table.shop_table tfoot .woocommerce-shipping-totals th {
    /* overflow:hidden; */
    width: 150px;
}

.woocommerce table.shop_table tfoot .woocommerce-insurance td, .woocommerce table.shop_table tfoot .woocommerce-shipping-totals td {
    /* overflow: hidden; */
    /* width: calc( 100% - 120px); */
    /* padding-right: 0px; */
}

.woocommerce table.shop_table tfoot .woocommerce-insurance th:before, .woocommerce table.shop_table tfoot .woocommerce-shipping-totals th:before, .woocommerce table.shop_table tfoot .woocommerce-insurance td:before, .woocommerce table.shop_table tfoot .woocommerce-shipping-totals td:before {
}

.ui-dialog {
    color: #000
}

.header-wrap .site-navigation div ul li.special a {
    background: #334c45;
    height: 34px;
    padding: 0 20px;
    border-radius: 60px;
    border: 2px solid #fff;
    color: #fff;
}

.header-wrap .site-navigation div ul li.special:hover a {
    background: #FF8D8F;
    color: #fff;
    border-color: #FF8D8F;
}

.product-name-option .tc-container .tc-row {
    flex-wrap: wrap !important;
}

.product-name-option .tc-container .tc-row .tc-cell.tm-epo-element-label {
    width: 100px;
    max-width: 100px;
}

.product-name-option .tc-container .tc-row .tc-cell.tm-extra-product-options-container {
    width: calc( 100% - 100px );
    max-width: calc( 100% - 100px );
}

.product-name-option .tc-container .tc-row .tc-cell.tm-description {
    position: relative;
    top: 100%;
    padding: 0;
    font-style: italic;
    margin-top: 20px;
}


.site-main .request-info-button{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    font-size: 110%;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
    color: #6a8a83;
    border: 1px solid #fff;  
    transition: all .2s;  
}
.site-main .request-info-button:hover{
    background: #6a8a83;
    color: #fff;
    border-color: #fff;    
}


.woocommerce-payment-list{}

.woocommerce-payment-list ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    gap: 10px;
}
.woocommerce-payment-list.center ul{
    justify-content: center;
}

.woocommerce-payment-list ul li{
    margin: 0;
}

.woocommerce-payment-list ul li img{
    width: auto;
    display: block;
    margin: 0;
    height: 26px;
}


.woocommerce-payment-list.grayscale ul li img{
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
}


.site-footer .woocommerce-payment-list {
    width: 100%;
}

.site-footer .woocommerce-payment-list ul {gap: 5px 15px;justify-content: flex-end;}


.site-footer .woocommerce-payment-list ul li img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .25s ease-in-out;
}

.site-footer .woocommerce-payment-list ul li img:hover{
    -webkit-filter: none;
    filter: none;
}

.site-footer .footer-wrap.footer-bottom .content-wrap {align-items: center;}
 .site-footer .footer-wrap.footer-bottom .content-wrap .inner-wrap:nth-child(2){
    width: 100%;
}

@media (max-width: 1200px){
    .site-footer .footer-wrap.footer-bottom .content-wrap {
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }

    .site-footer .footer-wrap.footer-bottom .content-wrap .inner-wrap{width: auto;order: 2;}

    .site-footer .footer-wrap.footer-bottom .content-wrap .inner-wrap:nth-child(2){width: 100%;order: 1;padding-bottom: 30px;}
    .site-footer .woocommerce-payment-list ul {justify-content: center;}

}

@media (max-width:780px){
    .site-footer .footer-wrap.footer-bottom .content-wrap {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .site-footer .footer-wrap.footer-bottom .content-wrap .inner-wrap{
    padding: 0!important;
    margin: auto;
}

}/*****************************************************************************************

DESKTOPS

*****************************************************************************************/
@media (max-width:1600px){
	h1{font-size: 56px;line-height: 0.9;}
	h2 {font-size: 32px;}
	h3 {font-size: 26px;}
	.fs-18,h4,h5,h6{font-size: 18px}
	.fs-16{font-size: 16px;}
	.fs-14,body{font-size: 14px;}
	.fs-12{font-size: 12px;}
	.section-items-stream .items-intro .title, .inner-wrap .intro-wrap .title,.section-banner .title,
	.section-side-image-content .text-wrap h1, .section-side-image-content .text-wrap h2 {font-size: 230%;}
	.woocommerce .site-main div.product div.summary .price,.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_total h2{font-size: 200%;}
}
@media (max-width:1440px){
	h1{font-size: 52px;line-height: 0.9;}
	h2 {font-size: 30px;}
	h3 {font-size: 24px;}
	.fs-18,h4,h5,h6{font-size: 18px}
	.fs-16{font-size: 16px;}
	.fs-14,body{font-size: 14px;}
	.fs-12{font-size: 12px;}
	.section-items-stream .items-intro .title, .inner-wrap .intro-wrap .title,.section-banner .title,
	.section-side-image-content .text-wrap h1, .section-side-image-content .text-wrap h2 {font-size: 240%;}
	.woocommerce .site-main div.product div.summary .price,.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_total h2{font-size: 200%;}
	.section-intro .inner-wrap,.section-side-image-content .text-wrap {padding: 45px 60px;}
	.section-intro.standard-height,.section-showreel .taxonomy-showreel .inner-wrap {min-height: 560px;min-height: 80vh;}
}
/*****************************************************************************************

TABLET

*****************************************************************************************/
@media (max-width:1024px){
	h1{font-size: 50px;line-height: 0.9;}
	h2 {font-size: 28px;}
	h3 {font-size: 22px;}
	.fs-18,h4,h5,h6{font-size: 18px}
	.fs-16{font-size: 16px;}
	.fs-14,body{font-size: 14px;}
	.fs-12{font-size: 12px;}
	.section-items-stream .items-intro .title, .inner-wrap .intro-wrap .title,.section-banner .title,
	.section-side-image-content .text-wrap h1, .section-side-image-content .text-wrap h2 {font-size: 220%;}
	.woocommerce .site-main div.product div.summary .price,.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_total h2{font-size: 180%;}
	.header-wrap .site-logo a img {width: 200px;}
	.header-wrap .site-woomenu ul li {margin-left: 5px;}
	.section-intro .inner-wrap,.section-side-image-content .text-wrap {padding: 45px;}
	.woocommerce div.product{display: block;}
	.woocommerce .site-main div.product .woocommerce-product-gallery{padding-left: 0;padding-top: 0;display: block;float: left;width: 50%;}
	.woocommerce .site-main div.product .woocommerce-product-gallery .flex-viewport{margin-bottom: 10px;}
	.woocommerce .site-main div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{left: 15px;top: 15px;}
	.woocommerce .site-main div.product .woocommerce-product-gallery .flex-control-nav{position: relative;display: block;width: 102%;top: 0;display: flex;margin: 0 -1%;z-index: 9999;}
	.woocommerce .site-main div.product .woocommerce-product-gallery .flex-control-nav li{margin: 0 1%;}
	.product-gallery-arrows{top: 50%;margin-top: -80px;width: 100%;padding: 0 5px;opacity: 0.5;}
	.product-gallery-arrows.slick-arrows .slick-arrow{border: 0;padding: 0;background-size: 25px;}
	.woocommerce .site-main div.product .related{float: left;}
	.woocommerce .site-main div.product .up-sells {float: left;}
	.woocommerce .site-main div.product div.summary{float: right;padding: 0;width: 45%;}
	.woocommerce table.shop_table tfoot .woocommerce-insurance, .woocommerce table.shop_table tfoot .woocommerce-shipping-totals{/* width: 120%; */}
}
@media (max-width:960px){
	#cookie-notice .cookie-notice-container{width:100%;}
}
@media (min-width:781px){
	.mobile-only{display:none!important;}
	.header-wrap .site-navigation .shopmenu-trigger ul.sub-menu{display:none}
	.header-wrap .site-navigation li:hover ul.sub-menu {max-height: 400px;}
}
@media (max-width: 780px){
	.desktop-only{display:none!important;}
	#cookie-notice .cookie-notice-container{flex-direction:column;justify-content:center;align-items:center;height: 120px;}
	.cookies-not-set .site-lowerbar{bottom: 120px;}
	#cookie-notice .cookie-notice-container #cn-notice-text{padding:0;text-align:center;margin-bottom:15px;}
	.site-lowerbar{padding: 15px 60px;text-align: center;}
	.site-lowerbar a{display: block;margin-top: 5px;}
	.site-lowerbar button{right: 20px;}
	/*mobile menu*/
	.notification-wrap{max-height: 30px;}
	.header-wrap{padding: 0 20px;}
	.header-wrap .site-woomenu{margin-right: 40px;}
	.header-wrap .site-woomenu ul li.account-icon-wrap,
	.header-wrap .site-woomenu ul li.whislist-icon-wrap{transition: all 600ms;opacity: 0;transform: translateX(100px);}
	.active-menu .header-wrap .site-woomenu ul li.account-icon-wrap,
	.active-menu .header-wrap .site-woomenu ul li.whislist-icon-wrap{opacity: 1;transform: translateX(0px);opacity: 0.6;}
	.site-header .site-hamburgher{position: absolute;display: flex;top: 0;right: 0;height: 100%;width: 60px;margin: 0;padding: 0;z-index: 999;background: transparent;align-items: center;justify-content: center;}
	.site-header .site-hamburgher .menu-toggle{position: relative;display: block;top: 0;right: 0;height: 40px;width: 30px;margin: 0;padding:  0;border: 0;background: 0;transition: all 600ms;}
	.site-header .menu-toggle{position: relative;width: 100%;height: 32px;display: block;border: 0;cursor: pointer;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;margin: 0;background: 0;padding: 0;}
	.site-header .menu-toggle i,.site-header .menu-toggle:before,.site-header .menu-toggle:after {content: "";width: 100%;height: 1px;background: #fff;position: absolute;margin: 0;opacity:1;-webkit-transition: all 600ms;-moz-transition: all 600ms;-o-transition: all 600ms;transition: all 600ms;}
	.site-header .menu-toggle i{left: 0;top: 50%;margin-top: -0.5px;opacity: 1;}
	.site-header .menu-toggle i:before{content:none}
	.site-header .menu-toggle:before {left: 0;top: 12px;}
	.site-header .menu-toggle:after{left: 0;bottom: 12px;}
	.active-menu .site-header .menu-toggle i{width: 0;left: 45%;}
	.active-menu .site-header .menu-toggle:before{top: 21px;-moz-transform: rotate(45deg);-o-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
	.active-menu .site-header .menu-toggle:after{bottom: 18px;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
	.active-menu .site-header .menu-toggle i,
	.active-menu .site-header .menu-toggle:before,
	.active-menu .site-header .menu-toggle:after{background: #fff;}
	.site-header .site-navigation,
	.site-header .site-lang,
	.site-header .site-socials {position: fixed;display: block;width: 50%;left: 100%;transition: all 600ms;}
	.site-header .site-navigation{height: 100%;top: 0;box-shadow: 0 30px 8px rgba(0, 0, 0, 0);padding: 90px 0 60px;}
	.site-header.is-sticky .site-navigation{padding-top: 60px;}
	.site-header .site-navigation > div{background: #fff;}
	.header-wrap .site-navigation ul li a,
	.header-wrap .site-navigation ul li a:hover{color: #000!important;height: auto;box-shadow: none;}
	.site-header .site-navigation > div{overflow: scroll;align-items: flex-start;justify-content: flex-start;width: 100%;}
	.header-wrap .site-navigation > div{flex-direction: column;}
	.site-header .site-navigation > div > ul{height: auto;flex-direction: column;justify-content: flex-start;align-items: flex-start;width: 100%;margin: 0;}
	.site-header .site-navigation > div > ul li{position: relative;display: block;width: 100%;height: auto;}
	.site-header .site-navigation > div > ul > li a{position: relative;display: block;width: 100%;height: auto;margin: 0;padding: 0;border: 0;border-bottom: 1px solid #eee;padding: 20px;color: #000;}
	.site-header .site-navigation > div > ul li.current-menu-item a{color: #000!important;}
	.site-header .site-navigation > div > ul > li.menu-item-has-children > a{border-color: #eee;}
	.site-header .site-navigation > div > ul > li.menu-item-has-children > a:before,
	.site-header .site-navigation > div > ul > li.menu-item-has-children > a:after{content:"";position: absolute;display: inline-block;width: 15px;height: 1px;background: #6a8a83;right: 5px;top: 50%;margin: -0.5px 0;transform: rotate(0);transition: all 450ms;right: 30px;}
	.site-header .site-navigation > div > ul > li.menu-item-has-children > a:after{transform: rotate(-90deg);}
	.site-header .site-navigation > div > ul > li.menu-item-has-children:hover > a:before{transform: rotate(0deg);}
	.site-header .site-navigation > div > ul > li.menu-item-has-children:hover > a:after{transform: rotate(90deg);}
	.site-header .site-navigation > div > ul > li.menu-item-has-children.active > a:before{transform: rotate(-45deg);}
	.site-header .site-navigation > div > ul > li.menu-item-has-children.active > a:after{transform: rotate(-135deg);}
	.site-header .site-navigation > div > ul > li > .sub-menu {position: relative;display: block;width: 100%;height: auto;opacity: 1;padding: 0;margin: 0;background: 0;left: auto;top: auto;min-width: auto;overflow: hidden;max-height: 0;transition: all 600ms;box-shadow: none;}
	.site-header .site-navigation > div > ul > li.active > .sub-menu{max-height: 600px;}
	.header-wrap .site-navigation > div > ul > li:hover > .sub-menu{padding: 0;}
	.header-wrap .site-navigation ul.sub-menu li:hover a{color: #000;}
	.site-header .site-navigation ul.sub-menu:before{content:none;}
	.site-header .site-navigation > div > ul > li > .sub-menu{}
	.site-header .site-navigation > div > ul > li > .sub-menu > li {margin: 0;}
	.site-header .site-navigation > div > ul > li > .sub-menu > li > a{border-bottom: 1px solid #eee;padding: 20px 20px 20px 45px;width: 100%;font-weight: normal;color: #464646!important;font-size: 91%;}
	.site-header .site-navigation > div > ul > li > .sub-menu > li > a:before{content:"";position: absolute;display: block;width: 20px;height: 1px;background: #6a8a83;left: 20px;top: 50%;margin-top: -1px;}
	.site-header .site-navigation > div > ul > li > .sub-menu .sub-menu{position: relative;min-width: auto;width: 100%;left: auto;top: auto;max-height: none;background: transparent;box-shadow: none;margin: 0;padding: 10px 0 10px 30px;border-bottom: 1px solid #eee;display: flex;flex-wrap: wrap;/* justify-content: flex-start; */}
	.site-header .site-navigation > div > ul > li > .sub-menu .sub-menu li{position: relative;display: block;width: 100%;margin: 0px;width: 50%;}
	.site-header .site-navigation > div > ul > li > .sub-menu .sub-menu li a{display: block;width: 100%;border-bottom: 0;padding: 8px 15px;font-weight: normal;color: #808080!important;/* font-style: italic; */font-size: 90%;/* text-align: center; */}
	.header-wrap .site-navigation .site-searchbox{top: auto;bottom: 0;width: 100%;height: 60px;background: #6a8a83;padding-right: 60px;}
	.header-wrap .site-navigation .site-searchbox input{border: 0;height: 100%;padding: 0 20px;font-size: 100%;}
	.header-wrap .site-navigation .site-searchbox button{width: 60px;height: 60px;background: #334c45;padding: 0 20px;}
	.header-wrap .site-navigation .site-searchbox a{width: 60px;height: 60px;z-index: 9999;opacity: 0;}
	.site-header .site-lang{height: 60px;top: 30px;background: #334c45;padding: 0 20px 0;display: flex;align-items: center;justify-content: flex-start;}
	.site-header.is-sticky .site-lang{top: 0;}
	.site-header .site-navigation .lang-menu ul{width: auto;padding: 0;flex-direction: row;display: flex;justify-content: flex-start;}
	.site-header .site-navigation .lang-menu ul li{width: auto;justify-content: flex-start;}
	.site-header .site-socials{height: 80px;bottom: 0;padding: 0;margin: 0;display: flex;align-items: center;justify-content: center;background: 0;}
	.site-header .site-socials ul li{margin: 0 5px;}
	.site-header .site-socials ul li a{color: #fff;height: 40px;width: 40px;background: #f5b528;}
	.active-menu .site-header .site-navigation,
	.active-menu .site-header .site-lang,
	.active-menu .site-header .site-socials {left: 50%;}
	.active-menu .site-header .site-navigation{box-shadow: 0 30px 8px rgba(0, 0, 0, 0.2);}
	.active-menu .site-header .site-navigation > nav > div > ul > li.active > .sub-menu {max-height: 400px;}
	.section-intro .inner-wrap.with-background-double:after{content:none;}
	.wp-block-columns .wp-block-column{flex-basis: calc(100%)!important;}
	.single-badge .item-title h3{font-size: 100%;}
	.section-side-image-content{position: relative;display: block;padding-top: 40vh;height: auto;min-height: auto!important;}
	.section-side-image-content .image-wrap{position: absolute;display: block;width: 100%;height: 40vh;left: 0;top: 0;}
	.section-side-image-content .image-wrap span{width: 100%;position: absolute!important;}
	.section-side-image-content .text-wrap{width: 100%;height: auto!important;padding: 60px;}
	.section-image-background{position: relative;display: block;width: 100%;height: 40vh;}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{float: none;margin: 0 2% 4%;}
	body.woocommerce-page ul.products.columns-3 li.product{width: 46%;}
	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr{border-top: 2px solid #fff;}
	.woocommerce table.shop_table .quantity-wrap{/* height: auto; */
	justify-content: flex-end;height: 20px;margin: 0;padding: 0;}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background: transparent;width: 100%;}
	.woocommerce-cart form table.shop_table td{border-top: 1px solid rgb(255 255 255 / 0.2);}
	.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon{width: 100%;}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{max-width: none;}
	.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_total h2{border: 0;}
	.woocommerce .col2-set, .woocommerce-page .col2-set, .woocommerce-checkout-review-order{max-width: 100%;margin: 0;width: 100%;margin-bottom:30px}
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last,
	.woocommerce form .form-row#billing_postcode_field,
	.woocommerce form .form-row#billing_city_field,
	.woocommerce form .form-row#billing_state_field,
	.woocommerce form .form-row#billing_country_field,
	.woocommerce form .form-row#billing_address_1_field,
	.woocommerce form .form-row#billing_first_name_field, .woocommerce form .form-row#billing_last_name_field, .woocommerce form .form-row#billing_phone_field, .woocommerce form .form-row#billing_email_field, .woocommerce form .form-row#billing_postcode_field{max-width: 100%;margin: 0;width: 98%;margin: 0 auto 20px;float: none;}
	.woocommerce-orders table.shop_table th:before, .woocommerce-orders table.shop_table td:before{position: relative;background: none;width: auto;height: auto;left: auto;bottom: auto;display: inline-block;}
	.woocommerce-orders table.shop_table th:before, .woocommerce-orders table.shop_table td:after{content:"";content: "";position: absolute;display: block;width: 999px;height: 1px;background: rgb(133 148 143);left: -100px;bottom: 0;background: #fff;}
	.woocommerce-orders table.shop_table th:before, .woocommerce-orders table.shop_table td:last-child:before,
	.woocommerce-orders table.shop_table th:before, .woocommerce-orders table.shop_table td:last-child:after{display: none;}
	.site-footer .footer-wrap{padding: 20px;}
	.site-footer .footer-wrap .content-wrap {justify-content: space-around;flex-wrap: wrap;width: 100%;}
	.footer-wrap .content-wrap .inner-wrap {margin: 0 1% 50px;display: block;width: 31.3334%;padding: 0;}
	.footer-wrap .menu-content ul li {width: 100%;}
	.site-footer .footer-wrap.footer-bottom{padding: 0;padding-top: 20px;border-top: 1px solid #eee;}
	.footer-wrap.footer-bottom .content-wrap .inner-wrap{margin-bottom: 0;}
	.site-popup .row .col.text-wrap{width: 100%;}
	.site-popup .row .col.image-wrap{width: 0;}
	.site-main .site-box.full-height:first-child{margin-top: 0;}
	.site-main .site-box.full-height:first-child .text-wrap{margin-top: 0;}
	.section-showreel .taxonomy-showreel{}
	.section-showreel .taxonomy-showreel .inner-wrap{min-height: auto;height: auto;display: block;padding-top: 50vh;}
	.section-showreel .taxonomy-showreel .text-wrap,
	.section-showreel .taxonomy-showreel .text-wrap .item-title{width: 100%;align-items: center!important;justify-content: center!important;text-align: center!important;}
	.section-showreel .taxonomy-showreel .text-wrap .item-description{max-width: 80%;}
	.section-showreel .taxonomy-showreel .text-wrap{padding: 60px 0;}
	.section-showreel .taxonomy-showreel .image-wrap{position: absolute;display: block;width: 100%;height: 50vh;top: 0;left: 0;}

.woocommerce table.shop_table tfoot .woocommerce-insurance, .woocommerce table.shop_table tfoot .woocommerce-shipping-totals {
    /* width: 111%; */
    /* padding-right:5px; */
}
.header-wrap .site-navigation div ul li.special a{
	   height: auto;
	   padding: 20px;
	   border-radius: 0;
	   color: #fff!important;
	   font-weight: bold;
	   border: 0;
	   background: #FF8D8F;
	}   
}
/*****************************************************************************************

MOBILE

*****************************************************************************************/


@media (min-width: 701px){
   .woof_submit_search_form_container{display:none!important}
}
@media (max-width: 700px){
	.wp-block-columns .wp-block-column{position: relative!important;display: block!important;width: 100%!important;flex-basis: initial!important;margin: 0 auto!important;border: 0;}
	h1{font-size: 48px;line-height: 0.9;}
	h2 {font-size: 22px;}
	h3 {font-size: 18px;}
	.fs-18,h4,h5,h6{font-size: 16px}
	.fs-16{font-size: 16px;}
	.fs-14,body{font-size: 14px;}
	.fs-12{font-size: 12px;}
	.site-main .content-wrap, .boxed-content .site-main .site-content{width: 100%;}
	body.woocommerce-page #main #main{
    padding-left: 0!important;
    padding-right: 0!important;
}
	.section-items-stream .items-intro .title, .inner-wrap .intro-wrap .title,.section-banner .title,
	.section-side-image-content .text-wrap h1, .section-side-image-content .text-wrap h2 {font-size: 180%;}
	.woocommerce .site-main div.product div.summary .price,.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_total h2{font-size: 140%;}
	.header-wrap .inner-wrap:nth-child(2){width: 0;}
	#cookie-notice .cookie-notice-container {height: 160px;}
	.cookies-not-set .site-lowerbar{bottom: 160px;}
	.notification-wrap .site-noticebar{
    padding: 0 15px;
}
	.site-lowerbar{padding: 15px 45px;text-align: center;}
	.site-lowerbar a{display: block;margin-top: 5px;}
	.site-lowerbar button{right: 10px;width: 20px;height: 20px;background: #fff;overflow: hidden;opacity: 1;top: 5px;right: 5px;margin: 0;}
	.site-lowerbar button:before, .site-lowerbar button:after{height: 1px;width: 20px;margin: -0.5px -10px;}
	.site-header .site-navigation,
	.site-header .site-lang,
	.site-header .site-socials {width: 100%;}
	.active-menu .site-header .site-navigation,
	.active-menu .site-header .site-lang,
	.active-menu .site-header .site-socials {left: 0%;}
	.site-footer{padding: 30px 30px 20px;}
	.site-footer .footer-wrap{padding: 0;}
	.footer-wrap .content-wrap .inner-wrap{width: 48%;text-align: center;padding: 0 16px;overflow: hidden;text-overflow: ellipsis;}
	.footer-wrap .menu-title:after{left: 50%;margin-left: -15px;}
	.footer-wrap .menu-content ul li{padding: 0;}
	.footer-wrap  .site-socials{text-align: center;justify-content: center;}
	.footer-wrap  .site-socials li{margin: 5px 15px;}
	.footer-wrap.footer-bottom .content-wrap .inner-wrap{text-align: center;justify-content: center;margin: 5px 0;}
	.inner-wrap {padding: 60px 30px;}
	.section-intro .inner-wrap, .section-side-image-content .text-wrap{padding:30px;background: 0;}
	.section-intro.standard-height{min-height: 60vh;}
	.section-featured .row{padding-top: 60vh;}
	.equal-heights > * {min-height: auto!important;}
	.section-intro .inner-wrap.with-background-double:before{background: #334c45;}
	.section-featured .row .col:first-child{position: absolute;display: block;width: 100%;height: 60vh;top: 0;left: 0;}
	.section-featured .row .col:last-child{width: 100%;}
	#sb_instagram.sbi_col_3 #sbi_images .sbi_item{width: 33.333%;}
	.section-banner.orientation-row .inner-wrap,
	.section-banner.orientation-row .inner-wrap .wrap{flex-direction: column;align-items: center;justify-content: center;text-align: center!important;}
	.site-main blockquote{margin: 15px 0px 40px 0px;padding-left: 60px;font-size: 130%;font-weight: 100;}
	.section-gallery .c1of4{width:50%}
	.section-gallery .c1of5{width:50%}
	.section-gallery .c1of6{width:33.3334%}
	.woocommerce.archive .site-main {padding-top: 150px;background: #fff;}
	.woocommerce.archive .site-main .content-wrap{width: 100%;}
	.woocommerce-page #main .woocommerce-products-header .woocommerce-heading{display:none;}
	.woocommerce-page #main .woocommerce-products-header{display: flex;position: fixed;height: 60px;width: 100%;background: #334C45;z-index: 1000;top: 90px;left: 0;transition: all 600ms;}
	.sticky-header.woocommerce-page #main .woocommerce-products-header{top:60px;}
	.woocommerce-page .woof_sid_auto_shortcode{position: fixed;display: block;width: 100%;height: 100%;padding: 180px 30px 30px;top: 0;left: 100%;overflow: scroll;z-index: 100;background: #fff;color: #000;}
	.woocommerce-products-header .filter-toggle i{transition: all 600ms;opacity: 1;}
	.active-filter.woocommerce-page .woof_sid_auto_shortcode{left: 0;}
	.active-filter .woocommerce-products-header .filter-toggle i{opacity: 0;}
	.woocommerce-products-header .filter-toggle:before,
	.woocommerce-products-header .filter-toggle:after{content:"";-moz-transform: rotate(45deg);-o-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);position: absolute;display: block;width: 30px;height: 1px;background: #fff;left: 50%;top: 50%;margin: -0.5px -15px;transition: all 600ms;opacity: 0;}
	.woocommerce-products-header .filter-toggle:after{-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
	.active-filter .woocommerce-products-header .filter-toggle:before,
	.active-filter .woocommerce-products-header .filter-toggle:after{opacity: 1;}
	.woof_container_product_visibility .woof_list li label:after,
	.woof_checkbox_label:after,
	.woof_container_stock .woof_container_inner input[type="checkbox"] + label:after,
	.woof_container_backorder .woof_container_inner input[type="checkbox"] + label:after{color:#000}
	.woof_list li input[type="checkbox"], .woof_container_stock .woof_container_inner input[type="checkbox"], .woof_container_backorder .woof_container_inner input[type="checkbox"]{background: #ccc;}
	.woocommerce-products-header .woocommerce-heading-title{position: relative;display: flex;width: 100%;height: 100%;align-items: center;justify-content: space-between;}
	.woocommerce-products-header .woocommerce-heading-title h1{font-size: 140%;margin: 0;padding: 0 20px;}
	.woocommerce-products-header .woocommerce-heading-title button{position: relative;display: flex;height: 100%;width: 60px;background: 0;border: 0;padding: 19px;cursor: pointer;background: rgb(0 0 0 / 0.3);}
	.woof .widget_price_filter .price_slider_amount .button{color: #fff;border: 0;background: #ccc;}
	.woocommerce.archive.woocommerce-page .woof_results_by_ajax_shortcode, .woocommerce-page .woof_shortcode_output,
	.woocommerce.archive.woocommerce-page ul.products{width: 100%;margin-left:0;margin-right:0;}
	.woocommerce.archive.woocommerce-page ul.products.columns-3 li.product{margin: 0;width: 50%;background: #fff;text-align: center;}
	.woocommerce.archive.woocommerce-page ul.products.columns-3 li.product:nth-child(2n):before{content:"";position: absolute;display: block;width: 1px;height: 100%;background: #fff;top: 0;left: 0;z-index: 10;}
	.woocommerce.archive.woocommerce-page ul.products li.product .woocommerce-loop-category__title,
	.woocommerce.archive.woocommerce-page ul.products li.product .woocommerce-loop-product__title, body.woocommerce-page ul.products li.product h3{color: #000;margin-top: 20px;}
	.woocommerce.archive.woocommerce ul.products li.product a{text-align:center}
	.woocommerce.archive.woocommerce-page ul.products li.product .price{color: #808080;font-weight: normal;}
	.woocommerce.archive.woocommerce-page ul.products li.product .button{color: #ff8d8f;text-align: center;width: 100%;margin: 10px 0 15px;padding: 5px 00;width: auto;}
	.woof_products_top_panel{display:none!important;}
	div.woof_info_popup{opacity: 0.9;display: none;opacity: 1;display: block;margin: -60px -115px;}
	.woocommerce .site-main div.product .woocommerce-product-gallery,
	.woocommerce .site-main div.product div.summary{width: 100%;padding: 0;}
	body.woocommerce-page .up-sells ul.products.columns-4 li.product {width: 46%; margin-right: 2%; margin-left: 2%;}
	body.woocommerce-page .related ul.products.columns-4 li.product{width: 46%;}
	.product-gallery-arrows{margin-top: -45px;}
	.account-menu-trigger{position: relative;display: flex;width: 100%;height: 60px;margin: 0;padding: 0 20px;align-items: center;justify-content: space-between;background: #334c45;font-size: 110%;font-weight: bold;}
	.woocommerce-account .woocommerce-MyAccount-navigation{width: 100%;padding: 20px;border-top: 1px solid #6a8a83;display: none;}
	.woocommerce-account .woocommerce-MyAccount-content{width: 100%;margin-top: 30px;padding: 0 5px;}
	.icon-menu{position: relative;display: block;top: 0;right: 0;height: 40px;width: 30px;margin: 0;padding:  0;border: 0;background: 0;transition: all 600ms;}
	.icon-menu{position: relative;width: 30px;height: 30px;display: block;border: 0;cursor: pointer;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;margin: 0;background: 0;padding: 0;}
	.icon-menu i,
	.icon-menu:before,
	.icon-menu:after {content: "";width: 100%;height: 1px;background: #fff;position: absolute;margin: 0;opacity:1;-webkit-transition: all 600ms;-moz-transition: all 600ms;-o-transition: all 600ms;transition: all 600ms;}
	.icon-menu i{left: 0;top: 50%;margin-top: -0.5px;opacity: 1;}
	.icon-menu i:before{content:none}
	.icon-menu:before {left: 0;top: 8px;}
	.icon-menu:after{left: 0;bottom: 7px;}
	.active .icon-menu i{width: 0;left: 45%;}
	.active .icon-menu:before{top: 12px;-moz-transform: rotate(45deg);-o-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
	.active .icon-menu:after{bottom: 18px;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
	.active .icon-menu i,
	.active .icon-menu:before,
	.active .icon-menu:after{background: #fff;}
	.page-title{margin-bottom: 20px;}
	.woocommerce-account #customer_login h2{display:none}
	.mobile-login-menu{display: flex;width: 100%;height: 60px;align-items: center;justify-content: center;margin: 0 0 20px;}
	.mobile-login-menu li{list-style: none;transition: all 400ms;cursor: pointer;width: 50%;height: 100%;display: flex;align-items: center;justify-content: center;background: rgb(51 76 69 / 0.6);}
	.mobile-login-menu li:not(:last-child):after{content:"/";color: #fff;font-family: 'Averta Light';margin: 0 7px;content: none;}
	.mobile-login-menu li.selected{background: #334C45;}
	.woocommerce-page .col2-set#customer_login > div {opacity: 0;position: absolute;transition: all 100ms;margin-bottom: 60px;}
	.woocommerce-page .col2-set#customer_login > div.selected{opacity: 1;position: relative;z-index: 500;width: 100%!important;float: none!important;}
	.woocommerce-account .woocommerce .woocommerce-form{width: 100%;max-width: 100%;}
	body.woocommerce-page.archive #main{z-index:99;padding-left: 0;padding-right: 0;}
	.woocommerce .woof_submit_search_form_container button.woof_reset_search_form{background: #6a8a83;border-color: #6a8a83;}
	/*train*/
	.site-main .items-stream.row > *{width: 98%;margin-bottom: 30px;}
	.site-main .mobile-train-wrap{position: relative;display: block;width: 100%;height: auto;margin: 0;overflow: scroll;max-width: none;}
	.site-main .inner-wrap .mobile-train-wrap{width: 120%;margin-left: -10%;padding-left: 10%;}
	.site-main .mobile-train-wrap .mobile-train{display: flex;flex-wrap: wrap;list-style: none;margin: 0;max-width: none;overflow: visible;-webkit-touch-callout: initial;-khtml-user-select: initial;-ms-touch-action: initial;touch-action: initial;}
	.site-main .mobile-train-wrap .mobile-train > *{width: 250px;margin: 0 15px 0 0;opacity: 1;position: relative;display: block;}
	.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product,
	.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product,
	.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {width: 31.3334%;}
	.site-main .slides-without-margin .mobile-train-wrap .mobile-train > *{margin: 15px 15px 0 0px;}
.woocommerce-loadmore .custom-load-more .progress-bar{
    background: #eee;
}
.woocommerce-loadmore .custom-load-more .load-more{
    background: #ff8d8f;
    text-transform: uppercase;
}
.woocommerce-loadmore .custom-load-more .counter{
    color: #999;
}
.woocommerce-loadmore{
    margin-top: 30px;
}
.site-popup .inner {
    max-height: 100%;
    overflow: scroll;
    width: 100%;
}


.woocommerce table.shop_table tfoot .woocommerce-insurance, .woocommerce table.shop_table tfoot .woocommerce-shipping-totals {
    /* width: 140%; */
    /* padding-right: 5px; */
    /* flex-direction: column; */
    /* align-items: flex-start; */
    /* justify-content: flex-start; */
    /* text-align: left; */
}
.woocommerce table.shop_table tfoot .woocommerce-insurance th,
.woocommerce table.shop_table tfoot .woocommerce-shipping-totals th,
.woocommerce table.shop_table tfoot .woocommerce-insurance td,
.woocommerce table.shop_table tfoot .woocommerce-shipping-totals td{/* width: 100%; *//* text-align:left; */}
.woocommerce table.shop_table tfoot .woocommerce-insurance th,
.woocommerce table.shop_table tfoot .woocommerce-shipping-totals th{
    /* padding-bottom: 0; */
}
.woocommerce table.shop_table tfoot .woocommerce-insurance th{/* display:none; */}

.woocommerce-checkout table.shop_table  tr{
	display: flex;
	flex-direction: column;
	width: calc( 100vw - 150px );
}

.woocommerce-checkout table.shop_table  tr th{
	    width: calc( 100vw - 150px )!important;
	text-align: left!important;
}
.woocommerce-checkout table.shop_table  tr td{
	    width: calc( 100vw - 150px )!important;
	    border-bottom: 1px solid rgb(133 148 143)!important;
	    text-align: left!important;
}
.woocommerce-checkout table.shop_table  tr td *{
	text-align: left!important;
}
.woocommerce-checkout table.shop_table  tr td:before{
	display: none;
	
}

.woocommerce-checkout table.shop_table thead tr,
.woocommerce-checkout table.shop_table tbody tr{
	flex-direction: row;
}

.woocommerce-checkout table.shop_table  thead tr th:last-child,
.woocommerce-checkout table.shop_table  thead tr td:last-child
.woocommerce-checkout table.shop_table  tbody tr th:last-child,
.woocommerce-checkout table.shop_table  tbody tr td:last-child{
	text-align: right!important;
}

	
	
.section-intro.vertical-top,
.section-intro.vertical-middle {
    align-items: flex-end;
}
.section-intro .inner-wrap {
    width: 100%;
    text-align: center;
    padding: 75px 30px;
}

}/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -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: 0.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: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.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; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.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-alipay:before {
  content: "\f642"; }

.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-ankh:before {
  content: "\f644"; }

.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-alt:before {
  content: "\f5d1"; }

.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-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-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.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-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.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-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bahai:before {
  content: "\f666"; }

.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-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.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-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.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-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.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-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.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-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\f95b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.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-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.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-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.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-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.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-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.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-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.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-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.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-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.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-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.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-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\f952"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.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-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.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-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.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-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.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-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.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-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.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-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.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-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\f905"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.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-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.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-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.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-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\f907"; }

.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-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.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-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.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-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-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-funnel-dollar:before {
  content: "\f662"; }

.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-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.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-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.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-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.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-gopuram:before {
  content: "\f664"; }

.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-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\f95c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.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-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\f95d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\f95e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\f95f"; }

.fa-handshake-slash:before {
  content: "\f960"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\f961"; }

.fa-head-side-cough-slash:before {
  content: "\f962"; }

.fa-head-side-mask:before {
  content: "\f963"; }

.fa-head-side-virus:before {
  content: "\f964"; }

.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-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.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-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\f965"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\f913"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\f955"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.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-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\f966"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.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-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.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-alt:before {
  content: "\f3be"; }

.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-open:before {
  content: "\f3c1"; }

.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-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\f967"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.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-markdown:before {
  content: "\f60f"; }

.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-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.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-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\f91a"; }

.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-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\f956"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.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-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.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-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.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-pastafarianism:before {
  content: "\f67b"; }

.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-peace:before {
  content: "\f67c"; }

.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-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\f968"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.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-pied-piper-square:before {
  content: "\f91e"; }

.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-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\f969"; }

.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-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.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-pump-medical:before {
  content: "\f96a"; }

.fa-pump-soap:before {
  content: "\f96b"; }

.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-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-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.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-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.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-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.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-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.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-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\f96c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\f957"; }

.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-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\f96e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.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-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.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-stopwatch-20:before {
  content: "\f96f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\f970"; }

.fa-store-slash:before {
  content: "\f971"; }

.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-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.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-tablets:before {
  content: "\f490"; }

.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-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.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-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.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-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.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-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\f972"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\f941"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.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-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-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.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-unity:before {
  content: "\f949"; }

.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-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.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-injured:before {
  content: "\f728"; }

.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-nurse:before {
  content: "\f82f"; }

.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-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.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-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\f974"; }

.fa-virus-slash:before {
  content: "\f975"; }

.fa-viruses:before {
  content: "\f976"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.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-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.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-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.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-wpressr:before {
  content: "\f3e4"; }

.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-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.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: 400;
  font-display: block;
  src: url(/wp-content/themes/madinavisconti/assets/css/../fonts/fa-brands-400.eot);
  src: url(/wp-content/themes/madinavisconti/assets/css/../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/madinavisconti/assets/css/../fonts/fa-brands-400.woff2) format("woff2"), url(/wp-content/themes/madinavisconti/assets/css/../fonts/fa-brands-400.woff) format("woff"), url(/wp-content/themes/madinavisconti/assets/css/../fonts/fa-brands-400.ttf) format("truetype"), url(/wp-content/themes/madinavisconti/assets/css/../fonts/fa-brands-400.svg#fontawesome) format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/wp-content/themes/madinavisconti/assets/css/../fonts/fa-regular-400.eot);
  src: url(/wp-content/themes/madinavisconti/assets/css/../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/madinavisconti/assets/css/../fonts/fa-regular-400.woff2) format("woff2"), url(/wp-content/themes/madinavisconti/assets/css/../fonts/fa-regular-400.woff) format("woff"), url(/wp-content/themes/madinavisconti/assets/css/../fonts/fa-regular-400.ttf) format("truetype"), url(/wp-content/themes/madinavisconti/assets/css/../fonts/fa-regular-400.svg#fontawesome) format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/wp-content/themes/madinavisconti/assets/css/../fonts/fa-solid-900.eot);
  src: url(/wp-content/themes/madinavisconti/assets/css/../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/madinavisconti/assets/css/../fonts/fa-solid-900.woff2) format("woff2"), url(/wp-content/themes/madinavisconti/assets/css/../fonts/fa-solid-900.woff) format("woff"), url(/wp-content/themes/madinavisconti/assets/css/../fonts/fa-solid-900.ttf) format("truetype"), url(/wp-content/themes/madinavisconti/assets/css/../fonts/fa-solid-900.svg#fontawesome) format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}