.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:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-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:after,.slick-track:before{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}/**
 * Caddy Styles
 */
 
 :root {
  --cc-window-width: 520px;
  --cc-error-color: #b81c23;
  --cc-mint-color: #12b97c;
  --cc-meter-color: #1dc487;
  --cc-thumb-width-d: 95px;
  --cc-thumb-width-m: 70px;
  --cc-border-radius: 3px;
  --cc-primary-button-bg-color: #000;
  --cc-primary-button-text-color: #fff;
  --cc-primary-button-hover-bg-color: #313131;
  --cc-primary-button-hover-text-color: #fff;
  --cc-checkout-button-bg-color: #000;
  --cc-checkout-button-text-color: #fff;
  --cc-checkout-button-hover-bg-color: #313131;
  --cc-checkout-button-hover-text-color: #fff;
  --cc-checkout-button-icon-color: #fff;
  --cc-coupon-button-bg-color: #efefef;
  --cc-coupon-button-text-color: #000;
  --cc-coupon-button-hover-bg-color: #000;
  --cc-coupon-button-hover-text-color: #fff;
  --cc-coupon-button-border-color: #bdbdbd;
  --cc-coupon-button-border-hover-color: #000;
  --cc-coupon-button-border-width: 1px;
  --cc-window-bg-color: #fff;
  --cc-window-text-color: #000;
  --cc-window-muted-text-color: #777;
  --cc-window-link-color: #000;
  --cc-window-link-hover-color: #313131;
  --cc-window-border-color: #dedede;
  --cc-window-border-width: 1px;
  --cc-rec-slide-bg-color: #fff;
  --cc-rec-slide-border-color: #dedede;
  --cc-rec-slide-border-width: 1px;
  --cc-rec-slide-link-color: #000;
  --cc-rec-slide-link-hover-color: #313131;
  --cc-rec-slide-text-color: #000;
  --cc-icon-color: #000;
  --cc-header-bg-color: #fff;
  --cc-menu-link-color: #636363;
  --cc-menu-link-hover-color: #000;
  --cc-active-menu-color: #000;
  --cc-compass-open-bg-color: #fff;
  --cc-compass-bg-color: #000;
  --cc-compass-cart-icon-color: #fff;
  --cc-compass-close-icon-color: #000;
  --cc-cart-count-bg-color: #12b97c;
  --cc-cart-count-text-color: #fff;
  --cc-button-border-radius: 8px;
}

.cc-window,
.cc-compass-count,
.cc-cart input,
.cc_sfl_btn a.save_for_later_btn,
.cc_move_to_cart_btn a.button,
.slick-slide .single_add_to_cart_button,
.slick-slide .button,
.cc-coupon-form .cc-coupon-btn,
.toast {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: var(--cc-window-text-color);
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0;
}

.cc-compass,
.cc-compass * {
  box-sizing: content-box;
}

.cc-window * {
  box-sizing: border-box;
}

.cc-window a,
.cc-window a:hover,
.cc-window a.button,
.cc-window a.button:hover {
  text-decoration: none;
}

.cc-compass {
  padding: 15px;
  background-color: var(--cc-compass-bg-color);
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  box-shadow: 0 0 10px #00000030;
  z-index: 9999999;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  align-items: center;
  -webkit-animation: bounce-in-fwd 1.1s both;
  animation: bounce-in-fwd 1.1s both;
  line-height: 1;
}

.cc-compass i {
  color: var(--cc-compass-cart-icon-color);
}

.cc-compass:hover i {
  color: var(--cc-compass-close-icon-color);
}


.cc-compass.cc-compass-open i {
  color: var(--cc-compass-close-icon-color);
}

.cc-compass:hover {
  background-image: none;
  background-color: #fff;
}

.cc-compass:hover .cart-icon {
  filter: none;
}

.cc-action-notice {
  position: fixed;
  bottom: 100px;
  right: 25px;
  padding: 1em 1em 1em 3em;
  width: 270px;
  background: #ffffff;
  border: 1px solid #d7d7d7;
  border-top: 3px solid #b81c23;
  font-size: 14px;
  border-radius: var(--cc-button-border-radius);
  -webkit-animation: fadeInUp 0.5s both;
  animation: fadeInUp 0.5s both;
}

.cc-action-notice-off {
  -webkit-animation: fadeOutRight 0.5s both;
  animation: fadeOutRight 0.5s both;
}

.cc-action-notice::before {
  content: "\e016";
  color: #b81c23;
  font-family: WooCommerce;
  position: absolute;
  left: 18px;
  top: 16px;
}

.cc-window {
  background-color: var(--cc-window-bg-color);
  width: var(--cc-window-width);
  height: 100%;
  position: fixed;
  top: 0;
  right: -1000px;
  z-index: 999999;
  box-shadow: 0 0 20px #00000030;
  opacity: 1;
  overflow-y: scroll;
}

.cc-cart-product {
  display: flex !important;
  width: 100%;
  justify-content: stretch;
  align-items: normal;
}

.cc-cart,
.cc-saves {
  flex-direction: column;
  display: flex;
}

.cc-saves {
  height: calc(100vh - 84px);
}

.cc-active {
  display: flex;
}

.cc-row {
  padding: 20px;
  font-size: 14px;
}

.cc-coupon .woocommerce-message {
  background-color: #fff;
  padding: 1em;
  margin-bottom: 1em;
  font-size: 14px;
  border-radius: var(--cc-button-border-radius);
  border: 1px solid #d7d7d7;
  border-top: 3px solid #12b99a;
  color: #000;
}

.cc-coupon .woocommerce-message::before {
  content: "\e908";
  font-family: "caddy-public-icons";
  font-size: 14px;
  color: #ffffff !important;
  background-color: var(--cc-mint-color);
  border-radius: 100px;
  padding: 1px;
  height: 18px;
  width: 18px;
  text-align: center;
  line-height: 20px;
}

.cc-header {
  height: auto;
  background-color: var(--cc-header-bg-color);
  top: 0;
  font-size: 14px;
  color: #ccc;
  position: sticky;
  z-index: 9999;
  border-bottom: var(--cc-window-border-width) solid var(--cc-window-border-color);
}

.cc-header [class^="licon-"],
.cc-header [class*=" licon-"] {
  -webkit-font-smoothing: auto;
  margin-right: 10px;
  position: relative;
  top: 1px;
  font-size: 24px;
}

.cc-title {
  color: #000;
  font-size: 23px;
  display: block;
  letter-spacing: -0.2px;
  margin-bottom: 2px;
}

.cc-header .cc-title {
  padding-bottom: 10px;
  padding-top: 15px;
  font-size: 21px;
  border-bottom: 1px solid #00000017;
}

.cc-inner-container {
  padding: 10px;
}

.cc-header .cc-inner-container,
.cc-pl-info-header .cc-inner-container {
  padding: 0 25px;
}

.cc-pl-info-header .cc-inner-container {
  padding: 15px 25px;
}

.cc-body-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
}

.cc-body {
  z-index: 99;
  position: relative;
  animation: fadeIn 0.5s;
  overflow-y: auto;
  width: var(--cc-window-width);
  flex: 1;
}

.cc-empty-msg {
  padding: 25px;
  font-size: 14px;
  text-align: center;
}

.cc-row .cc-title,
.cc-empty-msg .cc-title {
  font-size: 20px;
  margin-bottom: 5px;
  color: var(--cc-text-color);
  font-weight: bold;
}

.cc-empty-msg .cc-button {
  padding: 12px 24px;
  width: auto;
}

.cc-text-center {
  text-align: center !important;
}

.cc-text-left {
  text-align: left !important;
}

.ccicon-x {
  position: absolute !important;
  top: 0 !important;
  right: 0;
  color: #000;
  font-size: 23px;
  cursor: pointer;
  display: none;
  padding: 13px;
}

.ccicon-x:hover {
  color: white;
}

.cc-compass .licon::before {
  content: "\24";
  font-family: "caddy-public-icons";
  color: #fff;
  font-size: 28px;
  -webkit-font-smoothing: auto;
}

.cc-compass:hover .licon::before {
  color: #000;
}

.cc-compass.cc-compass-open {
  background-color: var(--cc-compass-open-bg-color);
  background-image: none;
  right: calc(var(--cc-window-width) + 30px);
  transition: all 0.3s ease 0s;
}

.cc-compass.cc-compass-open .licon::before {
  content: "\e901" !important;
  font-family: "caddy-public-icons";
  color: #000;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  transition: all 0.3s ease;
}

.cc-compass-count {
  font-size: 10px;
  border-radius: 50px;
  background-color: var(--cc-cart-count-bg-color);
  padding: 2px 3px 4px;
  position: absolute;
  top: -3px;
  left: 0;
  min-width: 14px;
  height: 14px;
  text-align: center;
  font-weight: bold;
  color: var(--cc-cart-count-text-color);
  line-height: 150%;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  align-items: center;
}

.cc-hidden {
  display: none;
}

.cc-compass-count.cc-cart-zero,
.cc_cart_count.cc_cart_zero {
  display: none;
}

.img-tick {
  font-size: 9px;
  border-radius: 50px;
  background-color: #12b99a;
  padding: 3px;
  position: absolute;
  top: 15px;
  left: 18px;
  width: 16px;
  height: 16px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}

.cc-row [class^="licon-"],
.cc-row [class*=" licon-"] {
  font-size: 34px;
  color: #4a1390;
  margin-bottom: 12px;
  display: inline-block;
}

.cc-row span {
  display: block;
}

.cc-window a,
.cc-window a:visited,
.cc-cart-product a,
.cc-cart-product a:visited,
.cc-poweredby a,
.cc-poweredby a:visited {
  color: var(--cc-window-link-color) !important;
}

.cc-window a:hover,
.cc-cart-product a:hover,
.cc-poweredby a:hover {
  color: var(--cc-window-link-hover-color) !important;
}

.cc-poweredby {
  font-size: 0.5em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #a5a5a5;
  padding: 8px 10px;
  bottom: 0;
  position: sticky;
  border-top: 1px solid #dedede;
  z-index: 9999;
  width: var(--cc-window-width);
  display: flex;
  justify-content: center;
  gap: 3px;
  align-items: center;
}

.cc-screen-tab .cc-poweredby {
  border-top: 0;
}

.cc-poweredby svg {
  width: 12px;
  height: 12px;
  color: #000;
}

.cc-poweredby-off {
  bottom: 0;
}

.cc-cart-product-list div {
  display: inline-block;
}

.cc-cart-product-list {
  margin: 0 25px 1px 25px;
  padding: 17px 0 15px 0;
  align-items: center;
  border-top: var(--cc-window-border-width) solid var(--cc-window-border-color);
  position: relative;
}

.cc-cart-product-list:first-child {
  border-top: 0px;
}

#cc-saves .cc-cart-product-list {
  border-top: 0;
  border-bottom: var(--cc-window-border-width) solid var(--cc-window-border-color);
}

.cc-product-thumb {
  flex: none;
}

.cc-product-thumb img {
  border-radius: var(--cc-border-radius);
  width: var(--cc-thumb-width-d);
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  height: auto !important;
}

.cc-product-link {
  font-size: 15px;
  line-height: 1;
}

.cc-cart-product-list span {
  display: inline-block;
}

.disable-scrollbars::-webkit-scrollbar {
  width: 0;
  background: transparent; /* Chrome/Safari/Webkit */
}

.disable-scrollbars {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

.cc-row .cc-cart-product-list:last-child {
  margin-bottom: 0;
}

.cc-totals .cc-total-text {
  width: 60%;
}

.cc-totals .cc-total-amount {
  width: 40%;
  text-align: right;
  font-weight: normal;
}

.cc-cart-items {
  padding: 0;
}

.cc-window-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.cc-window a.cc-button {
  background-color: var(--cc-primary-button-bg-color);
  color: var(--cc-primary-button-text-color) !important;
  cursor: pointer;
  padding: 14px 20px;
  border-radius: var(--cc-button-border-radius);
  font-size: 16px;
  display: inline-block;
  margin: 10px auto 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
}

.cc-window .cc-empty-msg a.cc-button {
  margin: 0 auto;
}

.cc-window a.cc-button:hover {
  color: var(--cc-checkout-button-hover-text-color) !important;
  background-color: var(--cc-checkout-button-hover-bg-color);
}

.cc-cart-product .cc-qty-disabled {
  color: #ccc;
}

.cc-cart-product .cc-qty-disabled:hover {
  background-color: transparent !important;
  color: #ccc !important;
  border-color: rgb(204, 204, 204) !important;
  cursor: unset;
}

.cc-cart-product a.remove,
.woocommerce .cc-cart-product a.remove {
  border: none !important;
  background: transparent;
  display: inline-block;
  color: var(--cc-icon-color) !important;
  text-align: right;
  text-indent: 0;
  margin-left: auto;
}

.cc-cart-product a.remove:before,
.woocommerce .cc-cart-product a.remove:before {
  display: none;
}

.cc-cart-product a.remove:hover,
.woocommerce .cc-cart-product a.remove:hover {
  background-color: transparent;
  color: red !important;
}

.cc_subtotal_text {
  font-style: italic;
  color: #777;
  font-size: 13px;
}

.cc_subtotal_text strong {
  color: #000;
}

.cc-cart-actions {
  border-top: var(--cc-window-border-width) solid var(--cc-window-border-color);
  position: sticky;
  padding: 15px 25px 2px 25px;
  z-index: 99999;
  width: var(--cc-window-width);
  height: auto;
  bottom: 0;
}

.cc-cart-actions .cc-totals .cc-total-text {
  font-size: 16px;
  font-weight: bold;
}

.cc-cart-actions .cc-totals .cc-total-amount {
  font-size: 16px;
  font-weight: bold;
  flex: 1;
}

.cc-cart-actions .cc-totals {
  margin: 0 auto;
  padding-top: 3px;
  justify-content: space-between;
}

.cc-cart-actions .cc-totals .cc-total-box {
  display: flex;
  align-items: flex-start;
  -webkit-box-pack: justify;
}

.cc-cart-actions a.cc-button-primary {
  background-color: var(--cc-checkout-button-bg-color);
  width: 100%;
  margin-top: 15px !important;
  font-size: 1em;
  line-height: 1;
  padding: 16px 20px 19px 20px;
  transition: 0.5s;
  color: var(--cc-checkout-button-text-color) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.cc-cart-actions a.cc-button-primary svg {
  width: 17px;
  height: 17px;
  color: var(--cc-checkout-button-icon-color);
}

.cc-cart-actions.cc-no-branding {
  bottom: 0;
  padding-bottom: 20px;
}

.cc-cart-actions a.cc-button-primary:hover {
  background-image: none;
  background-color: var(--cc-checkout-button-hover-bg-color);
  color: var(--cc-checkout-button-hover-text-color);
  padding-left: 8px;
}

.cc-button-primary .cc-icon-arrow-right {
  position: relative;
  opacity: 0;
  left: -42px;
  transition: all 0.5s ease 0s;
  width: 0 !important;
  height: 18px;
}

.cc-button-primary:hover .cc-icon-arrow-right {
  opacity: 1;
  left: -3px;
  width: 18px !important;
}

.cc-overlay {
  background-color: #00000091;
  top: 0;
  bottom: 0;
  display: none;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
}

.cc-window a,
.cc-compass a {
  text-decoration: none;
}

.cc-fs {
  margin-top: 0;
  padding: 5px 20px 20px;
  background-color: var(--cc-window-bg-color);
  position: sticky;
  top: 0;
  z-index: 999;
  height: auto;
  border-bottom: var(--cc-window-border-width) solid var(--cc-window-border-color);
}

.cc-fs-title {
  font-size: 15px;
}

.cc-fs-icon {
  font-size: 26px;
  margin-right: 15px;
  position: relative;
  top: 10px;
}

.cc-fs-icon svg {
  width: 29px;
  height: 29px;
  color: var(--cc-icon-color);
}

.cc-fs-meter {
  width: 100%;
  background-color: #f0efef;
  height: 8px;
  border-radius: 10px;
  margin-top: 5px;
  line-height: 0;
  text-align: left;
}

.cc-fs-meter-used {
  display: inline-block;
  width: 30%;
  background-color: #000;
  height: 8px;
  top: 0;
  position: relative;
  border-radius: 10px;
  animation-name: cc-meter-animation;
  animation-duration: 1s;
  vertical-align: bottom;
  background-color: var(--cc-meter-color);
  background-image: linear-gradient( 135deg, rgba(255,255,255,0.25) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0.25) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
  transition: 300ms all;
  animation: cc-meter-stripes 1.5s linear infinite reverse;
}

.cc-fs-meter-used.cc-bar-active {
  background-color: #66efc3;
  background: linear-gradient( 90deg, rgba(102, 229, 239, 1) 0%, rgb(74 218 172) 55% );
  animation: cc-meter-animation;
  animation-duration: 1s;
  vertical-align: bottom;
}

.cc-button-primary .cc-button-arrow {
  opacity: 0;
  display: none;
}

.cc-button-primary:hover .cc-button-arrow {
  opacity: 1;
  display: inline-block;
  transform: translateY(-50%);
  transition: opacity 0.2s;
}

.cc-nav {
  display: block !important;
}

.cc-nav ul {
  margin: 0 !important;
  padding: 0 !important;
}

.cc-nav li {
  list-style: none !important;
  display: inline-block !important;
  margin-right: 25px !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  padding-top: 15px !important;
  padding-bottom: 0 !important;
  text-align: center !important;
  font-size: 0 !important;
  line-height: 22px !important;
}

.cc-nav li:last-child {
  margin-right: 0 !important;
}

.cc-window .cc-header .cc-nav ul li a {
  color: var(--cc-menu-link-color) !important;
  padding-bottom: 10px !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear !important;
  text-align: center !important;
  font-size: 15px !important;
  display: inline-block !important;
  border-bottom: 3px solid transparent;
}

.cc-window .cc-header .cc-nav ul li a:hover {
  color: var(--cc-menu-link-hover-color) !important;
}

.cc-window .cc-nav ul li a[aria-selected="true"] {
  border-bottom: 3px solid var(--cc-active-menu-color);
  color: var(--cc-active-menu-color) !important;
  font-weight: 600;
}

.cc-nav ul li.ui-state-hover {
  color: #000 !important;
}

.cc-no-products-msg {
  padding: 30px;
}

.cc-no-products-msg p {
  margin-bottom: 5px;
}

.cc-no-products-msg h3 {
  margin-bottom: 5px;
  letter-spacing: -0.3px;
  font-size: 20px;
  font-weight: normal;
}

body.cc-window-open {
  height: 100%;
  overflow: hidden;
}

.cc_item_quantity_update {
  cursor: pointer;
  height: 33px;
  width: 33px;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 5px 10px;
}

.cc_item_quantity_update:hover {
  background-color: #e8e8e8;
  font-weight: bold;
}

.cc_item_quantity_minus {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top: 1px solid rgb(204, 204, 204);
  border-left: 1px solid rgb(204, 204, 204);
  border-bottom: 1px solid rgb(204, 204, 204);
}

.cc_item_quantity_plus {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 1px solid rgb(204, 204, 204);
  border-right: 1px solid rgb(204, 204, 204);
  border-bottom: 1px solid rgb(204, 204, 204);
}

.cc_item_quantity_wrap {
  text-align: left;
  display: flex !important;
  margin: 10px 0px 0px;
  align-items: center;
}

.cc_item_quantity_wrap input.cc_item_quantity {
  width: 30px;
  height: 33px;
  min-height: 33px;
  box-sizing: border-box;
  vertical-align: top;
  border-image: initial;
  border-width: 0px 0px;
  border-bottom: 1px solid rgb(204, 204, 204) !important;
  border-top: 1px solid rgb(204, 204, 204) !important;
  border-right-style: initial;
  border-left-style: initial;
  border-right-color: initial;
  border-left-color: initial;
  appearance: none;
  font-weight: 400;
  box-shadow: none;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  background: none;
  outline: 0px;
  border-radius: 0;
}

.cc_item_quantity_wrap input.cc_item_quantity:focus {
  background: none;
}

.cc_item_title {
  font-weight: bold;
  margin: 0 20px 0 0;
  width: 65%;
}

.cc_item_title,
.cc_item_total_price {
  display: block !important;
  text-align: left;
}

.cc-cart {
  height: calc(100% - 51px) !important;
}

.cc-cart-container,
.cc-sfl-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}

.cc-cart .cc-cart-items .cc_item_title dl.variation dt {
  float: left;
  clear: both;
  margin-right: 0.25em;
  display: inline-block;
  list-style: none outside;
}

.cc-cart .cc-cart-items .cc_item_title dl.variation dd {
  margin: 0;
  font-weight: normal;
}

.cc-cart .cc-cart-items .cc_item_title dl.variation dd p {
  margin-bottom: 5px;
}

.cc-no-products-msg i,
.cc-empty-msg i {
  font-size: 49px !important;
  margin-bottom: 10px;
  color: var(--cc-icon-color) !important;
  display: block;
}

.cc-no-products-msg img,
.cc-empty-msg img {
  margin: 0 auto 10px;
}

/** Up-sells CSS */
.cc-pl-upsells {
  position: relative;
}

.cc-pl-upsells .cc-pl-upsells-slider {
  width: auto;
  margin: 0 auto;
  padding: 0 30px;
}

.cc-pl-upsells .cc-pl-upsells-slider .slide {
  cursor: pointer;
  padding: 15px;
  outline: none;
  height: auto;
  background: var(--cc-rec-slide-bg-color);
  border-radius: 3px;
  border: var(--cc-rec-slide-border-width) solid var(--cc-rec-slide-border-color);
  color: var(--cc-rec-slide-text-color);
}

.cc-pl-upsells .cc-pl-upsells-slider .slide img {
  width: var(--cc-thumb-width-d);
  height: var(--cc-thumb-width-d);
  border-radius: var(--cc-border-radius);
}

.cc-pl-upsells .cc-pl-upsells-slider .slide .cart .added_to_cart.wc-forward {
  display: none;
}

.cc-pl-upsells .caddy-next {
  right: 0;
}

.cc-pl-upsells .caddy-prev {
  left: 0;
}

.cc_sfl_btn {
  right: 30px;
  vertical-align: middle;
}

.cc_sfl_btn a.save_for_later_btn,
.cc_move_to_cart_btn a.button,
.slick-slide .single_add_to_cart_button,
.slick-slide .button,
.cc-coupon-btn {
  padding: 9px 12px !important;
  background-color: #efefef !important;
  color: #000 !important;
  font-size: 13px !important;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: bold;
  border-radius: var(--cc-button-border-radius) !important;
  line-height: 16px !important;
  background-image: none;
  transition: 0.5s;
  margin-bottom: 0 !important;
  border: none !important;
}

a.button.cc-button-sm.cc_cart_from_sfl {
  background-color: var(--cc-primary-button-bg-color) !important;
  color: var(--cc-primary-button-text-color) !important;
  font-weight: bold;
}

a.button.cc-button-sm.cc_cart_from_sfl:hover {
  background-color: var(--cc-primary-button-hover-bg-color) !important;
  color: var(--cc-primary-button-hover-text-color) !important;
}

#cc-cart .save_for_later_btn {
  font-weight: normal;
  display: inline-block;
  width: auto;
  min-width: auto;
  font-size: 0.93em !important;
  color: var(--cc-window-muted-text-color) !important;
  transition: none 0s ease 0s;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0px !important;
  margin-top: 10px;
}

#cc-cart .save_for_later_btn:hover {
  color: var(--cc-window-link-hover-color) !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: 1px solid rgb(0, 0, 0) !important;
}

.cc_sfl_btn a.save_for_later_btn.cc_hide_btn,
.cc_move_to_cart_btn a.cc_cart_from_sfl.cc_hide_btn {
  display: none;
}

.cc-loader {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #f1f1f1;
  border-top-color: #000000;
  -webkit-animation: 0.3s spin linear infinite;
  animation: 0.4s spin linear infinite;
  text-align: center;
}

.cc-window .cc-loader {
  position: absolute;
  top: 45%;
  left: 45%;
}

.cc-window .cc_move_to_cart_btn .cc-loader {
  top: 0;
  left: 0;
}

.cc-window .slick-slide .single_add_to_cart_button,
.cc-window .slick-slide .button,
.cc-window .slick-slide .button,
.cc-notice-ctas .button {
  margin: 0 !important;
  background-color: var(--cc-primary-button-bg-color) !important;
  color: var(--cc-primary-button-text-color) !important;
  border-color: var(--cc-primary-button-bg-color) !important;
  border-radius: var(--cc-button-border-radius) !important;
  padding: 9px 12px !important;
  transition: 0.5s;
  text-transform: capitalize;
  line-height: initial;
  letter-spacing: initial;
  border: none;
  font-size: inherit;
  font-weight: bold;
}

.slick-slide .cc-up-sells-details {
  text-align: left;
  width: 100%;
}

.slick-slide .cc-up-sells-image {
  padding-right: 15px;
  min-width: 115px !important;
}

.cc-coupon-form .cc-coupon-btn {
  flex: 1;
  padding: 13px 12px !important;
  border: var(--cc-coupon-button-border-width) solid var(--cc-coupon-button-border-color) !important;
  width: 100%;
  background-color: var(--cc-coupon-button-bg-color) !important;
}

.cc-coupon-form .cc-coupon-btn:hover {
  background-color: var(--cc-coupon-button-hover-bg-color) !important;
  border-color: var(--cc-coupon-button-hover-bg-color) !important;
  color: var(--cc-coupon-button-hover-text-color) !important;
  text-decoration: none !important;
}

.cc-coupon-btn {
  font-size: 14px !important;
}

.cc_sfl_btn a.save_for_later_btn:hover,
.cc_move_to_cart_btn a.button:hover,
.cc_item_quantity_update:hover {
  background-color: var(--cc-primary-button-hover-bg-color) !important;
  border-color: var(--cc-primary-button-hover-bg-color) !important;
  color: var(--cc-primary-button-hover-text-color) !important;
  text-decoration: none !important;
}

.slick-slide .single_add_to_cart_button:hover,
.slick-slide .button:hover {
  background-color: var(--cc-primary-button-hover-bg-color) !important;
  color: var(--cc-primary-button-hover-text-color) !important;
  text-decoration: none !important;
}

.cc-pl-info-wrapper {
  margin: 0 25px 30px;
  padding: 20px 0;
  border-top: var(--cc-window-border-width) solid var(--cc-window-border-color);
}

.cc-pl-info-header {
  height: auto;
  background-color: #fff;
  top: 0;
  font-size: 14px;
  color: #ccc;
  position: sticky;
  z-index: 999;
}

.cc-pl-info-header a {
  font-size: 15px;
  display: inline-block;
  font-weight: bold;
}

.cc-pl-info-header a:hover {
  font-weight: bold;
}

.cc-pl-upsells label {
  text-align: center;
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 0.9em;
}

.slick-slide {
  text-align: center;
}

.slick-slide .title {
  font-size: 14px;
  font-weight: bold;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  max-height: 55px;
  margin-bottom: 0;
}

.slick-slide a {
  color: var(--cc-rec-slide-link-color) !important;
}

.slick-slide a:hover {
  color: var(--cc-rec-slide-link-hover-color) !important;
}

.slick-slide .price {
  font-size: 14px;
  padding: 5px 0 5px 0;
  display: block;
  text-align: left;
}

.slick-slide .cc_item_total_price {
  margin-bottom: 5px;
}

.slick-arrow {
  top: 50%;
  position: absolute;
  cursor: pointer;
  font-size: 25px;
  color: var(--cc-icon-color);
}

.cc-pl-info span {
  display: inline;
}

.cc-total-text {
  font-size: 14px;
}

.cc-total-box .cc-subtotal-subtext {
  font-size: 13px;
  color: var(--cc-window-muted-text-color);
  display: block;
  font-weight: normal;
}

.cc-pl-title svg {
  fill: #66efc3;
  margin-right: 5px;
  vertical-align: bottom;
  display: inline-block;
}

.cc-cart-product-list:last-child {
  border-bottom: 0;
}

.cc_item_content {
  text-align: left;
  width: 100%;
  display: flex !important;
  flex-direction: column;
  position: relative;
  height: auto;
}

.cc-item-content-top {
  display: flex !important;
}

.cc-item-content-bottom {
  display: flex !important;
  flex-direction: row;
  align-items: end;
  margin-top: auto;
  right: 0;
  bottom: 5px;
}

.cc-item-content-bottom-left {
  display: flex !important;
  flex-direction: column;
  gap: 6px;
}

.cc_item_total_price {
  margin-bottom: 10px;
}

.cc-item-content-top .cc_item_total_price {
  text-align: right;
  width: 45%;
}

.ui-state-focus a:focus {
  outline: none;
}

.admin-bar .cc-window {
  top: 32px;
  height: calc(100% - 32px);
}

.cc-window [hidden] {
  display: none;
}

.cc-window .wc-pao-addon {
  display: none;
}

.cc-fs-icon img {
  display: inline-block;
  width: 25px;
  max-width: 25px;
  vertical-align: sub;
}

.cc-title img {
  display: inline-block;
  width: 21px;
  max-width: 21px;
  vertical-align: text-top;
}

.cc-poweredby img {
  display: inline-block;
  width: 14px;
  max-width: 14px;
  vertical-align: sub;
}

.single-product a.button.cc_add_product_to_sfl i {
  margin-right: 10px;
  position: relative;
}

.single-product div.product form.cart a.cc_add_product_to_sfl {
  background-color: transparent;
  color: #000;
  display: flex;
  width: auto !important;
  align-items: center;
  align-content: center;
  margin-left: 20px;
}

.single-product div.product form.cart a.cc_add_product_to_sfl:hover {
  background-color: transparent;
  color: #000;
}

.cc-cart-product-list .cc_move_to_cart_btn {
  display: flex;
  position: relative;
}

.cc-header .cc-nav ul li a.using-mouse:focus {
  outline: 0 !important;
}

.cc_item_total_price .price del {
  color: var(--cc-window-muted-text-color);
  opacity: 0.5;
  display: inline-block;
  text-decoration: line-through;
}

.cc_item_total_price .price span.amount {
  display: inline;
}

.cc_item_total_price .price ins {
  background: 0 0;
  display: inline-block;
  color: inherit;
  margin-left: 3px;
  text-decoration: none;
}

.cc_item_total_price .cc_saved_amount {
  color: #219a73;
  margin-left: 5px;
}

.cc-coupon-title {
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: normal;
  padding-bottom: 5px;
}

.cc-coupon-title:hover {
  text-decoration: underline !important;
}

.cc-coupon-title svg {
  margin-left: auto;
  transition: transform 0.2s ease;
  width: 16px;
  height: 16px;
  color: var(--cc-icon-color);
}

.cc-coupon-form {
  position: relative;
  width: 100%;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 10px;
  display: none;
}

.cc-coupon-form .coupon {
  display: flex;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.cc-coupon-form input[type="text"] {
  background-color: white;
  font-size: 14px;
  border-radius: 3px;
  margin-right: 10px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 9.5px 15px;
  height: auto;
  flex: 3;
  margin-bottom: 0;
}

#apply_coupon_form {
  display: flex;
  width: 100%;
}

.cc-ship-tax-notice {
  font-size: 12px;
  font-style: normal;
  color: #717171;
  margin-top: 10px;
}

i.ccicon-check {
  font-size: 15px;
  margin-right: 10px;
  color: #ffffff;
  top: 2px;
  position: relative;
  background-color: #12b99a;
  border-radius: 100px;
  padding: 3px;
}

.cc_cart_items_list i,
.cc_saved_items_list i {
  margin-right: 10px;
}

.woocommerce ul.products li.product .cc-heart-icon {
  position: absolute;
  top: 0;
  background: transparent;
  margin-top: 0 !important;
  padding: 10px;
  line-height: 0;
  color: #000;
  transition: 0.3s;
  right: 0;
}

.woocommerce ul.products li.product .cc-heart-icon:hover {
  background: #000;
  color: #fff;
}

.woocommerce ul.products li.product .cc-heart-icon i {
  margin-right: 0;
}

a.cc_cart_items_list,
a.cc_saved_items_list {
  display: flex !important;
  align-items: center;
}

span.cc_cart_count {
  margin-left: 5px;
}

i.ccicon-left-arrow {
  top: 2px;
  position: relative;
  margin-right: 10px;
}

.cc-discount {
  font-size: 14px;
}

.cc-applied-coupon {
  background-color: #a4f5ce;
  padding: 2px 7px;
  font-size: 12px;
  color: #000;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  vertical-align: middle;
  font-weight: normal;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 3px;
}

.cc-applied-coupon img {
  width: 13px;
  height: 13px;
}

.cc-applied-coupon .cc-remove-coupon {
  text-decoration: underline;
}

.cc-applied-coupon .ccicon-close {
  padding: 0;
  position: relative !important;
  display: inline-block;
  font-size: inherit;
  top: 1px;
  opacity: 0.5;
}

.cc-applied-coupon .ccicon-close:hover {
  opacity: 1;
}

.single-product.woocommerce .summary a.remove_from_sfl_button {
  display: flex;
  align-content: center;
  align-items: center;
  margin-left: 20px;
  width: auto !important;
}

.single-product.woocommerce .summary a.remove_from_sfl_button i {
  margin-right: 10px;
}

.cc-cart .cc-notice,
.cc-saves .cc-sfl-notice {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  padding: 1em 1em 1em 3.5em;
  font-size: 14px;
  border-radius: 3px;
  transition: all 0.3s ease;
  animation: fadeIn 0.5s;
  box-shadow: 0 0 20px #e4e1e1;
}

.cc-saves .cc-body .cc-sfl-notice {
  border-top: 3px solid #b81c23;
}

.cc-saves .cc-body .cc-sfl-notice::before {
  content: "\e016";
  color: #b81c23;
  font-family: WooCommerce;
  position: absolute;
  left: 15px;
}

.up-sells-product {
  display: flex;
}

.cc_item_total_price .woocommerce-Price-currencySymbol {
  display: inline;
}

.slick-slide .single_add_to_cart_button,
.slick-slide .button,
.woocommerce .slick-slide .button,
.cc_sfl_btn a.save_for_later_btn,
.cc_move_to_cart_btn a.button,
.slick-slide .single_add_to_cart_button,
.slick-slide .button,
.cc-coupon-btn {
  min-width: 100px;
}

.remove_from_cart_button svg, .remove_from_sfl_button svg {
  width: 17px;
  height: 17px;
  color: var(--cc-icon-color);
}

.remove_from_cart_button:hover svg, .remove_from_sfl_button:hover svg {
  color: #ff0000;
}

.cc-cart-product-list.bundle {
  border-bottom: var(--cc-window-border-width) solid var(--cc-window-border-color);
  margin-bottom: 15px;
}

.cc-cart-product-list.bundled_child {
  padding: 0px 0 15px 10px;
  border-top: 0;
}

.cc-cart-product-list.bundled_child .cc-cart-product:before {
  position: relative;
  font-family: 'FontAwesomePB';
  font-size: 1rem;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "\e806";
  margin: 20px 12px 0 3px;
  opacity: .25;
  height: 24px;
  transform: scaleX(-1) rotate(90deg);
}

.cc-cart-product-list.bundled_child .cc-product-thumb img {
  width: 65px !important;
}

.cc-cart-product-list.bundled_child .cc_item_title,
.cc-cart-product-list.bundled_child .cc_item_title a.cc-product-link {
  font-size: 1em;
  margin-bottom: 0;
}

.cc-cart-product-list.bundled_child .cc_sfl_btn,
.cc-cart-product-list.bundled_child a.remove_from_cart_button,
.cc-cart-product-list.bundled_child .cc_item_quantity_update,
.cc-cart-product-list.bundle .cc_sfl_btn {
  display: none;
}

.cc-cart-product-list.bundled_child input.cc_item_quantity {
  border: none !important;
  padding: 0;
  height: auto;
  text-align: left;
}

.cc-cart-product-list.bundled_child .bundled_table_item_price:after, 
.cc-cart-product-list.bundled_child .bundled_table_item_subtotal:after {
  display: none;
}

.cc-coupon.cc-coupon-open svg {
  transform: rotate(180deg);
}

.cc-savings {
  color: var(--cc-mint-color) !important;
  font-weight: bold;
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 5px;
  margin-left: auto;
}

.cc-coupon .woocommerce-error::after {
  font-family: "caddy-public-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e901";
  position: absolute;
  right: 15px;
  top: 18px;
  cursor: pointer;
}

.cc-totals .cc-original-price {
  color: var(--cc-window-muted-text-color);
  margin-right: 6px;
  font-weight: normal;
}

.cc-discounts {
  display: flex;
  align-items: center;
  padding-top: 3px;
}

.cc-coupon {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: var(--cc-window-border-width) solid var(--cc-window-border-color);
}

.cc-pl-upsells-wrapper {
  position: relative;
}

.cc-empty img {
  width: 200px;
  height: 200px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeOutUp {
  from {
    transform: translate3d(0, 20px, 0);
    opacity: 1;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutUp {
  from {
    transform: translate3d(0, 20px, 0);
    opacity: 1;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
}

@keyframes fadeOutDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

@-webkit-keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bounce-in-fwd {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes cc-meter-animation {
  0% {
    width: 100%;
  }
  10% {
    width: 0%;
  }
}

@keyframes cc-meter-stripes {
  from {
    background-position:40px 0
  }
  to {
    background-position:0 0
  }
}

@media only screen and (max-width: 768px) {
  .cc-window {
    width: 100%;
  }

  .ccicon-x {
    display: block;
  }
  
  .cc-body-container {
    flex: 1;
    min-height: 0;
  }
  
  .cc-body {
    flex: 1;
    min-height: 0;
    width: 100%;
  }

  .cc-fs-icon {
    font-size: 18px;
    margin-right: 5px;
  }

  .cc-nav li {
    margin-right: 20px !important;
  }

  .cc-product-thumb img {
    width: 70px;
  }

  .cc-cart-actions {
    bottom: var(--cc-poweredby-height, 24px);
    padding: 12px 15px 0 15px; 
    width: 100%;
  }

  .cc-header .cc-inner-container,
  .cc-pl-info-header .cc-inner-container {
    padding: 0px 15px;
  }

  .cc-compass {
    bottom: 15px;
    right: 15px;
  }

  .cc-header .cc-title {
    font-size: 19px;
  }

  .cc-header [class^="licon-"],
  .cc-header [class*=" licon-"] {
    font-size: 21px;
  }

  .cc-pl-info-header .cc-inner-container {
    padding: 15px 20px;
  }
  
  .cc-fs-icon {
    display: none;
  }

  .cc-fs {
    padding: 6px 15px 12px;
    text-align: center !important;
  }
  
  .cc-cart-product-list,
  .cc-pl-info-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
  
  .cc-pl-upsells .cc-pl-upsells-slider {
    padding: 0 20px;
  }
  
  .cc-pl-info-wrapper {
    padding-bottom: 0;
  }
  
  .admin-bar .cc-window {
    top: 0;
    height: 100%;
  }
  
  .cc-cart-product-list {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cc-pl-upsells .caddy-prev {
    left: -5px;
  }

  .cc-pl-upsells .caddy-next {
    right: -5px;
  }

  .admin-bar .cc-cart-container, .admin-bar .cc-sfl-container,
  .cc-cart-container, .cc-sfl-container {
    height: calc(100vh - 53px) !important;
  }

  .cc-poweredby {
    width: 100%;
    padding: 5px 10px;
    height: var(--cc-poweredby-height, 24px);
  }

  .cc-total-box .cc-subtotal-subtext {
    display: none;
  }
  
  .cc-cart-container, .cc-sfl-container {
    height: 100% !important;
  }

}

@media (min-width: 241px) and (max-width: 480px) {
  div#toast-container {
    left: 15px;
    right: 15px;
  }

  #toast-container > div {
    padding: 18px 16px 19px 55px;
    width: 100%;
  }

  .toast-bottom-right {
    bottom: 85px;
  }

  .toast-message {
    font-size: 14px;
  }

  #toast-container .toast-close-button {
    right: 14px !important;
    top: 10px !important;
  }
}

.cc_item_quantity_locked {
    display: inline-block;
    padding: 5px 10px;
    background: #f5f5f5;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
}

.cc-free-gift-label {
    color: var(--cc-window-muted-text-color);
    margin-top: 4px;
    font-weight: 500;
    display: block !important;
}

.cc-free-price {
    color: var(--cc-mint-color);
    font-weight: 500;
}

/* Skeleton loader styles */
.cc-skeleton {
    background: #f7f7f7;
    border-radius: var(--cc-border-radius);
    position: relative;
    overflow: hidden;
}

.cc-skeleton::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, 
        rgba(255,255,255,0) 0%, 
        rgba(255,255,255,0.2) 20%, 
        rgba(255,255,255,0.5) 60%, 
        rgba(255,255,255,0)
    );
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

.cc-skeleton-item {
  margin: 0 25px 1px 25px;
  padding: 17px 0 15px 0;
  border-top: var(--cc-window-border-width) solid var(--cc-window-border-color);
  display: flex;
  align-items: center;
}

.cc-skeleton-item:first-child {
  border-top: none;
}

.cc-skeleton-thumb {
  width: var(--cc-thumb-width-d);
  height: var(--cc-thumb-width-d);
  margin-right: 20px;
}

.cc-skeleton-content {
  flex: 1;
}

.cc-skeleton-line {
  height: 12px;
  margin: 8px 0;
}

.cc-skeleton-line.short {
  width: 60%;
}

.cc-skeleton-line.medium {
  width: 80%;
}

.cc-skeleton-line.full {
  width: 100%;
}

.cc-window .caddy-add-to-cart.loading::after {
  content: "" !important;
  font-family: inherit !important;
  position: absolute !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  background-color: transparent !important;
  border: 2px solid rgba(255,255,255,0.3) !important;
  border-top-color: #fff !important;
  animation: spin 0.4s linear infinite !important;
  top: 50% !important;
  right: 10px !important;
  margin-top: -8px !important;
  padding: 0 !important;
}

.cc-window .caddy-add-to-cart.loading {
  padding-right: 35px !important;
}

.cc-cart-error {
  padding: 15px;
  text-align: center;
  color: #e2401c;
  background-color: #f8d7da;
  border-radius: 4px;
  margin: 10px 0;
}

.cc-cart-error a {
  color: #721c24;
  text-decoration: underline;
  font-weight: bold;
}@font-face {
  font-family: "caddy-public-icons";
  src: url("../fonts/caddy-public-icons.eot?pws4sw");
  src: url("../fonts/caddy-public-icons.eot?pws4sw#iefix")
      format("embedded-opentype"),
    url("../fonts/caddy-public-icons.ttf?pws4sw") format("truetype"),
    url("../fonts/caddy-public-icons.woff?pws4sw") format("woff"),
    url("../fonts/caddy-public-icons.svg?pws4sw#caddy-public-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ccicon-"],
[class*=" ccicon-"] {
  font-family: "caddy-public-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ccicon-basket:before {
  content: "\e90a";
}

.ccicon-cart-3:before {
  content: "\e90b";
}

.ccicon-bag-3:before {
  content: "\e906";
}

.ccicon-trash:before {
  content: "\e900";
}

.ccicon-bag-2:before {
  content: "\e902";
}

.ccicon-bag:before {
  content: "\e903";
}

.ccicon-bag:before {
  content: "\e903";
}

.ccicon-cart-2:before {
  content: "\e905";
}

.ccicon-left-arrow:before {
  content: "\ea40";
}

.ccicon-cart-empty:before {
  content: "\e909";
}

.ccicon-heart-filled:before {
  content: "\45";
}

.ccicon-heart-empty:before {
  content: "\54";
}

.ccicon-cart:before {
  content: "\24";
}

.ccicon-check:before {
  content: "\e908";
}

.ccicon-x:before {
  content: "\e901";
}

.ccicon-close:before {
  content: "\e901";
}

.ccicon-cheveron-left:before {
  content: url("data:image/svg+xml,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M16.25 23.25 5.53 12.53a0.749 0.749 0 0 1 0 -1.06L16.25 0.75' fill='none' stroke='currentcolor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'></path></svg>");
  color: #000;
  width: 20px;
  display: inline-block;
}

.ccicon-cheveron-right:before {
  content: url("data:image/svg+xml,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='m5.5 0.75 10.72 10.72a0.749 0.749 0 0 1 0 1.06L5.5 23.25' fill='none' stroke='currentcolor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'></path></svg>");
  color: #000;
  width: 20px;
  display: inline-block;
}.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(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg);}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1);}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1);}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none;}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle;}.fa-stack-1x,.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:"";}.fa-music:before{content:"";}.fa-search:before{content:"";}.fa-envelope-o:before{content:"";}.fa-heart:before{content:"";}.fa-star:before{content:"";}.fa-star-o:before{content:"";}.fa-user:before{content:"";}.fa-film:before{content:"";}.fa-th-large:before{content:"";}.fa-th:before{content:"";}.fa-th-list:before{content:"";}.fa-check:before{content:"";}.fa-remove:before,.fa-close:before,.fa-times:before{content:"";}.fa-search-plus:before{content:"";}.fa-search-minus:before{content:"";}.fa-power-off:before{content:"";}.fa-signal:before{content:"";}.fa-gear:before,.fa-cog:before{content:"";}.fa-trash-o:before{content:"";}.fa-home:before{content:"";}.fa-file-o:before{content:"";}.fa-clock-o:before{content:"";}.fa-road:before{content:"";}.fa-download:before{content:"";}.fa-arrow-circle-o-down:before{content:"";}.fa-arrow-circle-o-up:before{content:"";}.fa-inbox:before{content:"";}.fa-play-circle-o:before{content:"";}.fa-rotate-right:before,.fa-repeat:before{content:"";}.fa-refresh:before{content:"";}.fa-list-alt:before{content:"";}.fa-lock:before{content:"";}.fa-flag:before{content:"";}.fa-headphones:before{content:"";}.fa-volume-off:before{content:"";}.fa-volume-down:before{content:"";}.fa-volume-up:before{content:"";}.fa-qrcode:before{content:"";}.fa-barcode:before{content:"";}.fa-tag:before{content:"";}.fa-tags:before{content:"";}.fa-book:before{content:"";}.fa-bookmark:before{content:"";}.fa-print:before{content:"";}.fa-camera:before{content:"";}.fa-font:before{content:"";}.fa-bold:before{content:"";}.fa-italic:before{content:"";}.fa-text-height:before{content:"";}.fa-text-width:before{content:"";}.fa-align-left:before{content:"";}.fa-align-center:before{content:"";}.fa-align-right:before{content:"";}.fa-align-justify:before{content:"";}.fa-list:before{content:"";}.fa-dedent:before,.fa-outdent:before{content:"";}.fa-indent:before{content:"";}.fa-video-camera:before{content:"";}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"";}.fa-pencil:before{content:"";}.fa-map-marker:before{content:"";}.fa-adjust:before{content:"";}.fa-tint:before{content:"";}.fa-edit:before,.fa-pencil-square-o:before{content:"";}.fa-share-square-o:before{content:"";}.fa-check-square-o:before{content:"";}.fa-arrows:before{content:"";}.fa-step-backward:before{content:"";}.fa-fast-backward:before{content:"";}.fa-backward:before{content:"";}.fa-play:before{content:"";}.fa-pause:before{content:"";}.fa-stop:before{content:"";}.fa-forward:before{content:"";}.fa-fast-forward:before{content:"";}.fa-step-forward:before{content:"";}.fa-eject:before{content:"";}.fa-chevron-left:before{content:"";}.fa-chevron-right:before{content:"";}.fa-plus-circle:before{content:"";}.fa-minus-circle:before{content:"";}.fa-times-circle:before{content:"";}.fa-check-circle:before{content:"";}.fa-question-circle:before{content:"";}.fa-info-circle:before{content:"";}.fa-crosshairs:before{content:"";}.fa-times-circle-o:before{content:"";}.fa-check-circle-o:before{content:"";}.fa-ban:before{content:"";}.fa-arrow-left:before{content:"";}.fa-arrow-right:before{content:"";}.fa-arrow-up:before{content:"";}.fa-arrow-down:before{content:"";}.fa-mail-forward:before,.fa-share:before{content:"";}.fa-expand:before{content:"";}.fa-compress:before{content:"";}.fa-plus:before{content:"";}.fa-minus:before{content:"";}.fa-asterisk:before{content:"";}.fa-exclamation-circle:before{content:"";}.fa-gift:before{content:"";}.fa-leaf:before{content:"";}.fa-fire:before{content:"";}.fa-eye:before{content:"";}.fa-eye-slash:before{content:"";}.fa-warning:before,.fa-exclamation-triangle:before{content:"";}.fa-plane:before{content:"";}.fa-calendar:before{content:"";}.fa-random:before{content:"";}.fa-comment:before{content:"";}.fa-magnet:before{content:"";}.fa-chevron-up:before{content:"";}.fa-chevron-down:before{content:"";}.fa-retweet:before{content:"";}.fa-shopping-cart:before{content:"";}.fa-folder:before{content:"";}.fa-folder-open:before{content:"";}.fa-arrows-v:before{content:"";}.fa-arrows-h:before{content:"";}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"";}.fa-twitter-square:before{content:"";}.fa-facebook-square:before{content:"";}.fa-camera-retro:before{content:"";}.fa-key:before{content:"";}.fa-gears:before,.fa-cogs:before{content:"";}.fa-comments:before{content:"";}.fa-thumbs-o-up:before{content:"";}.fa-thumbs-o-down:before{content:"";}.fa-star-half:before{content:"";}.fa-heart-o:before{content:"";}.fa-sign-out:before{content:"";}.fa-linkedin-square:before{content:"";}.fa-thumb-tack:before{content:"";}.fa-external-link:before{content:"";}.fa-sign-in:before{content:"";}.fa-trophy:before{content:"";}.fa-github-square:before{content:"";}.fa-upload:before{content:"";}.fa-lemon-o:before{content:"";}.fa-phone:before{content:"";}.fa-square-o:before{content:"";}.fa-bookmark-o:before{content:"";}.fa-phone-square:before{content:"";}.fa-twitter:before{content:"";}.fa-facebook-f:before,.fa-facebook:before{content:"";}.fa-github:before{content:"";}.fa-unlock:before{content:"";}.fa-credit-card:before{content:"";}.fa-feed:before,.fa-rss:before{content:"";}.fa-hdd-o:before{content:"";}.fa-bullhorn:before{content:"";}.fa-bell:before{content:"";}.fa-certificate:before{content:"";}.fa-hand-o-right:before{content:"";}.fa-hand-o-left:before{content:"";}.fa-hand-o-up:before{content:"";}.fa-hand-o-down:before{content:"";}.fa-arrow-circle-left:before{content:"";}.fa-arrow-circle-right:before{content:"";}.fa-arrow-circle-up:before{content:"";}.fa-arrow-circle-down:before{content:"";}.fa-globe:before{content:"";}.fa-wrench:before{content:"";}.fa-tasks:before{content:"";}.fa-filter:before{content:"";}.fa-briefcase:before{content:"";}.fa-arrows-alt:before{content:"";}.fa-group:before,.fa-users:before{content:"";}.fa-chain:before,.fa-link:before{content:"";}.fa-cloud:before{content:"";}.fa-flask:before{content:"";}.fa-cut:before,.fa-scissors:before{content:"";}.fa-copy:before,.fa-files-o:before{content:"";}.fa-paperclip:before{content:"";}.fa-save:before,.fa-floppy-o:before{content:"";}.fa-square:before{content:"";}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"";}.fa-list-ul:before{content:"";}.fa-list-ol:before{content:"";}.fa-strikethrough:before{content:"";}.fa-underline:before{content:"";}.fa-table:before{content:"";}.fa-magic:before{content:"";}.fa-truck:before{content:"";}.fa-pinterest:before{content:"";}.fa-pinterest-square:before{content:"";}.fa-google-plus-square:before{content:"";}.fa-google-plus:before{content:"";}.fa-money:before{content:"";}.fa-caret-down:before{content:"";}.fa-caret-up:before{content:"";}.fa-caret-left:before{content:"";}.fa-caret-right:before{content:"";}.fa-columns:before{content:"";}.fa-unsorted:before,.fa-sort:before{content:"";}.fa-sort-down:before,.fa-sort-desc:before{content:"";}.fa-sort-up:before,.fa-sort-asc:before{content:"";}.fa-envelope:before{content:"";}.fa-linkedin:before{content:"";}.fa-rotate-left:before,.fa-undo:before{content:"";}.fa-legal:before,.fa-gavel:before{content:"";}.fa-dashboard:before,.fa-tachometer:before{content:"";}.fa-comment-o:before{content:"";}.fa-comments-o:before{content:"";}.fa-flash:before,.fa-bolt:before{content:"";}.fa-sitemap:before{content:"";}.fa-umbrella:before{content:"";}.fa-paste:before,.fa-clipboard:before{content:"";}.fa-lightbulb-o:before{content:"";}.fa-exchange:before{content:"";}.fa-cloud-download:before{content:"";}.fa-cloud-upload:before{content:"";}.fa-user-md:before{content:"";}.fa-stethoscope:before{content:"";}.fa-suitcase:before{content:"";}.fa-bell-o:before{content:"";}.fa-coffee:before{content:"";}.fa-cutlery:before{content:"";}.fa-file-text-o:before{content:"";}.fa-building-o:before{content:"";}.fa-hospital-o:before{content:"";}.fa-ambulance:before{content:"";}.fa-medkit:before{content:"";}.fa-fighter-jet:before{content:"";}.fa-beer:before{content:"";}.fa-h-square:before{content:"";}.fa-plus-square:before{content:"";}.fa-angle-double-left:before{content:"";}.fa-angle-double-right:before{content:"";}.fa-angle-double-up:before{content:"";}.fa-angle-double-down:before{content:"";}.fa-angle-left:before{content:"";}.fa-angle-right:before{content:"";}.fa-angle-up:before{content:"";}.fa-angle-down:before{content:"";}.fa-desktop:before{content:"";}.fa-laptop:before{content:"";}.fa-tablet:before{content:"";}.fa-mobile-phone:before,.fa-mobile:before{content:"";}.fa-circle-o:before{content:"";}.fa-quote-left:before{content:"";}.fa-quote-right:before{content:"";}.fa-spinner:before{content:"";}.fa-circle:before{content:"";}.fa-mail-reply:before,.fa-reply:before{content:"";}.fa-github-alt:before{content:"";}.fa-folder-o:before{content:"";}.fa-folder-open-o:before{content:"";}.fa-smile-o:before{content:"";}.fa-frown-o:before{content:"";}.fa-meh-o:before{content:"";}.fa-gamepad:before{content:"";}.fa-keyboard-o:before{content:"";}.fa-flag-o:before{content:"";}.fa-flag-checkered:before{content:"";}.fa-terminal:before{content:"";}.fa-code:before{content:"";}.fa-mail-reply-all:before,.fa-reply-all:before{content:"";}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"";}.fa-location-arrow:before{content:"";}.fa-crop:before{content:"";}.fa-code-fork:before{content:"";}.fa-unlink:before,.fa-chain-broken:before{content:"";}.fa-question:before{content:"";}.fa-info:before{content:"";}.fa-exclamation:before{content:"";}.fa-superscript:before{content:"";}.fa-subscript:before{content:"";}.fa-eraser:before{content:"";}.fa-puzzle-piece:before{content:"";}.fa-microphone:before{content:"";}.fa-microphone-slash:before{content:"";}.fa-shield:before{content:"";}.fa-calendar-o:before{content:"";}.fa-fire-extinguisher:before{content:"";}.fa-rocket:before{content:"";}.fa-maxcdn:before{content:"";}.fa-chevron-circle-left:before{content:"";}.fa-chevron-circle-right:before{content:"";}.fa-chevron-circle-up:before{content:"";}.fa-chevron-circle-down:before{content:"";}.fa-html5:before{content:"";}.fa-css3:before{content:"";}.fa-anchor:before{content:"";}.fa-unlock-alt:before{content:"";}.fa-bullseye:before{content:"";}.fa-ellipsis-h:before{content:"";}.fa-ellipsis-v:before{content:"";}.fa-rss-square:before{content:"";}.fa-play-circle:before{content:"";}.fa-ticket:before{content:"";}.fa-minus-square:before{content:"";}.fa-minus-square-o:before{content:"";}.fa-level-up:before{content:"";}.fa-level-down:before{content:"";}.fa-check-square:before{content:"";}.fa-pencil-square:before{content:"";}.fa-external-link-square:before{content:"";}.fa-share-square:before{content:"";}.fa-compass:before{content:"";}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"";}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"";}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"";}.fa-euro:before,.fa-eur:before{content:"";}.fa-gbp:before{content:"";}.fa-dollar:before,.fa-usd:before{content:"";}.fa-rupee:before,.fa-inr:before{content:"";}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"";}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"";}.fa-won:before,.fa-krw:before{content:"";}.fa-bitcoin:before,.fa-btc:before{content:"";}.fa-file:before{content:"";}.fa-file-text:before{content:"";}.fa-sort-alpha-asc:before{content:"";}.fa-sort-alpha-desc:before{content:"";}.fa-sort-amount-asc:before{content:"";}.fa-sort-amount-desc:before{content:"";}.fa-sort-numeric-asc:before{content:"";}.fa-sort-numeric-desc:before{content:"";}.fa-thumbs-up:before{content:"";}.fa-thumbs-down:before{content:"";}.fa-youtube-square:before{content:"";}.fa-youtube:before{content:"";}.fa-xing:before{content:"";}.fa-xing-square:before{content:"";}.fa-youtube-play:before{content:"";}.fa-dropbox:before{content:"";}.fa-stack-overflow:before{content:"";}.fa-instagram:before{content:"";}.fa-flickr:before{content:"";}.fa-adn:before{content:"";}.fa-bitbucket:before{content:"";}.fa-bitbucket-square:before{content:"";}.fa-tumblr:before{content:"";}.fa-tumblr-square:before{content:"";}.fa-long-arrow-down:before{content:"";}.fa-long-arrow-up:before{content:"";}.fa-long-arrow-left:before{content:"";}.fa-long-arrow-right:before{content:"";}.fa-apple:before{content:"";}.fa-windows:before{content:"";}.fa-android:before{content:"";}.fa-linux:before{content:"";}.fa-dribbble:before{content:"";}.fa-skype:before{content:"";}.fa-foursquare:before{content:"";}.fa-trello:before{content:"";}.fa-female:before{content:"";}.fa-male:before{content:"";}.fa-gittip:before,.fa-gratipay:before{content:"";}.fa-sun-o:before{content:"";}.fa-moon-o:before{content:"";}.fa-archive:before{content:"";}.fa-bug:before{content:"";}.fa-vk:before{content:"";}.fa-weibo:before{content:"";}.fa-renren:before{content:"";}.fa-pagelines:before{content:"";}.fa-stack-exchange:before{content:"";}.fa-arrow-circle-o-right:before{content:"";}.fa-arrow-circle-o-left:before{content:"";}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"";}.fa-dot-circle-o:before{content:"";}.fa-wheelchair:before{content:"";}.fa-vimeo-square:before{content:"";}.fa-turkish-lira:before,.fa-try:before{content:"";}.fa-plus-square-o:before{content:"";}.fa-space-shuttle:before{content:"";}.fa-slack:before{content:"";}.fa-envelope-square:before{content:"";}.fa-wordpress:before{content:"";}.fa-openid:before{content:"";}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"";}.fa-mortar-board:before,.fa-graduation-cap:before{content:"";}.fa-yahoo:before{content:"";}.fa-google:before{content:"";}.fa-reddit:before{content:"";}.fa-reddit-square:before{content:"";}.fa-stumbleupon-circle:before{content:"";}.fa-stumbleupon:before{content:"";}.fa-delicious:before{content:"";}.fa-digg:before{content:"";}.fa-pied-piper-pp:before{content:"";}.fa-pied-piper-alt:before{content:"";}.fa-drupal:before{content:"";}.fa-joomla:before{content:"";}.fa-language:before{content:"";}.fa-fax:before{content:"";}.fa-building:before{content:"";}.fa-child:before{content:"";}.fa-paw:before{content:"";}.fa-spoon:before{content:"";}.fa-cube:before{content:"";}.fa-cubes:before{content:"";}.fa-behance:before{content:"";}.fa-behance-square:before{content:"";}.fa-steam:before{content:"";}.fa-steam-square:before{content:"";}.fa-recycle:before{content:"";}.fa-automobile:before,.fa-car:before{content:"";}.fa-cab:before,.fa-taxi:before{content:"";}.fa-tree:before{content:"";}.fa-spotify:before{content:"";}.fa-deviantart:before{content:"";}.fa-soundcloud:before{content:"";}.fa-database:before{content:"";}.fa-file-pdf-o:before{content:"";}.fa-file-word-o:before{content:"";}.fa-file-excel-o:before{content:"";}.fa-file-powerpoint-o:before{content:"";}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"";}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"";}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"";}.fa-file-movie-o:before,.fa-file-video-o:before{content:"";}.fa-file-code-o:before{content:"";}.fa-vine:before{content:"";}.fa-codepen:before{content:"";}.fa-jsfiddle:before{content:"";}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"";}.fa-circle-o-notch:before{content:"";}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"";}.fa-ge:before,.fa-empire:before{content:"";}.fa-git-square:before{content:"";}.fa-git:before{content:"";}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"";}.fa-tencent-weibo:before{content:"";}.fa-qq:before{content:"";}.fa-wechat:before,.fa-weixin:before{content:"";}.fa-send:before,.fa-paper-plane:before{content:"";}.fa-send-o:before,.fa-paper-plane-o:before{content:"";}.fa-history:before{content:"";}.fa-circle-thin:before{content:"";}.fa-header:before{content:"";}.fa-paragraph:before{content:"";}.fa-sliders:before{content:"";}.fa-share-alt:before{content:"";}.fa-share-alt-square:before{content:"";}.fa-bomb:before{content:"";}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"";}.fa-tty:before{content:"";}.fa-binoculars:before{content:"";}.fa-plug:before{content:"";}.fa-slideshare:before{content:"";}.fa-twitch:before{content:"";}.fa-yelp:before{content:"";}.fa-newspaper-o:before{content:"";}.fa-wifi:before{content:"";}.fa-calculator:before{content:"";}.fa-paypal:before{content:"";}.fa-google-wallet:before{content:"";}.fa-cc-visa:before{content:"";}.fa-cc-mastercard:before{content:"";}.fa-cc-discover:before{content:"";}.fa-cc-amex:before{content:"";}.fa-cc-paypal:before{content:"";}.fa-cc-stripe:before{content:"";}.fa-bell-slash:before{content:"";}.fa-bell-slash-o:before{content:"";}.fa-trash:before{content:"";}.fa-copyright:before{content:"";}.fa-at:before{content:"";}.fa-eyedropper:before{content:"";}.fa-paint-brush:before{content:"";}.fa-birthday-cake:before{content:"";}.fa-area-chart:before{content:"";}.fa-pie-chart:before{content:"";}.fa-line-chart:before{content:"";}.fa-lastfm:before{content:"";}.fa-lastfm-square:before{content:"";}.fa-toggle-off:before{content:"";}.fa-toggle-on:before{content:"";}.fa-bicycle:before{content:"";}.fa-bus:before{content:"";}.fa-ioxhost:before{content:"";}.fa-angellist:before{content:"";}.fa-cc:before{content:"";}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"";}.fa-meanpath:before{content:"";}.fa-buysellads:before{content:"";}.fa-connectdevelop:before{content:"";}.fa-dashcube:before{content:"";}.fa-forumbee:before{content:"";}.fa-leanpub:before{content:"";}.fa-sellsy:before{content:"";}.fa-shirtsinbulk:before{content:"";}.fa-simplybuilt:before{content:"";}.fa-skyatlas:before{content:"";}.fa-cart-plus:before{content:"";}.fa-cart-arrow-down:before{content:"";}.fa-diamond:before{content:"";}.fa-ship:before{content:"";}.fa-user-secret:before{content:"";}.fa-motorcycle:before{content:"";}.fa-street-view:before{content:"";}.fa-heartbeat:before{content:"";}.fa-venus:before{content:"";}.fa-mars:before{content:"";}.fa-mercury:before{content:"";}.fa-intersex:before,.fa-transgender:before{content:"";}.fa-transgender-alt:before{content:"";}.fa-venus-double:before{content:"";}.fa-mars-double:before{content:"";}.fa-venus-mars:before{content:"";}.fa-mars-stroke:before{content:"";}.fa-mars-stroke-v:before{content:"";}.fa-mars-stroke-h:before{content:"";}.fa-neuter:before{content:"";}.fa-genderless:before{content:"";}.fa-facebook-official:before{content:"";}.fa-pinterest-p:before{content:"";}.fa-whatsapp:before{content:"";}.fa-server:before{content:"";}.fa-user-plus:before{content:"";}.fa-user-times:before{content:"";}.fa-hotel:before,.fa-bed:before{content:"";}.fa-viacoin:before{content:"";}.fa-train:before{content:"";}.fa-subway:before{content:"";}.fa-medium:before{content:"";}.fa-yc:before,.fa-y-combinator:before{content:"";}.fa-optin-monster:before{content:"";}.fa-opencart:before{content:"";}.fa-expeditedssl:before{content:"";}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"";}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"";}.fa-battery-2:before,.fa-battery-half:before{content:"";}.fa-battery-1:before,.fa-battery-quarter:before{content:"";}.fa-battery-0:before,.fa-battery-empty:before{content:"";}.fa-mouse-pointer:before{content:"";}.fa-i-cursor:before{content:"";}.fa-object-group:before{content:"";}.fa-object-ungroup:before{content:"";}.fa-sticky-note:before{content:"";}.fa-sticky-note-o:before{content:"";}.fa-cc-jcb:before{content:"";}.fa-cc-diners-club:before{content:"";}.fa-clone:before{content:"";}.fa-balance-scale:before{content:"";}.fa-hourglass-o:before{content:"";}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"";}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"";}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"";}.fa-hourglass:before{content:"";}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"";}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"";}.fa-hand-scissors-o:before{content:"";}.fa-hand-lizard-o:before{content:"";}.fa-hand-spock-o:before{content:"";}.fa-hand-pointer-o:before{content:"";}.fa-hand-peace-o:before{content:"";}.fa-trademark:before{content:"";}.fa-registered:before{content:"";}.fa-creative-commons:before{content:"";}.fa-gg:before{content:"";}.fa-gg-circle:before{content:"";}.fa-tripadvisor:before{content:"";}.fa-odnoklassniki:before{content:"";}.fa-odnoklassniki-square:before{content:"";}.fa-get-pocket:before{content:"";}.fa-wikipedia-w:before{content:"";}.fa-safari:before{content:"";}.fa-chrome:before{content:"";}.fa-firefox:before{content:"";}.fa-opera:before{content:"";}.fa-internet-explorer:before{content:"";}.fa-tv:before,.fa-television:before{content:"";}.fa-contao:before{content:"";}.fa-500px:before{content:"";}.fa-amazon:before{content:"";}.fa-calendar-plus-o:before{content:"";}.fa-calendar-minus-o:before{content:"";}.fa-calendar-times-o:before{content:"";}.fa-calendar-check-o:before{content:"";}.fa-industry:before{content:"";}.fa-map-pin:before{content:"";}.fa-map-signs:before{content:"";}.fa-map-o:before{content:"";}.fa-map:before{content:"";}.fa-commenting:before{content:"";}.fa-commenting-o:before{content:"";}.fa-houzz:before{content:"";}.fa-vimeo:before{content:"";}.fa-black-tie:before{content:"";}.fa-fonticons:before{content:"";}.fa-reddit-alien:before{content:"";}.fa-edge:before{content:"";}.fa-credit-card-alt:before{content:"";}.fa-codiepie:before{content:"";}.fa-modx:before{content:"";}.fa-fort-awesome:before{content:"";}.fa-usb:before{content:"";}.fa-product-hunt:before{content:"";}.fa-mixcloud:before{content:"";}.fa-scribd:before{content:"";}.fa-pause-circle:before{content:"";}.fa-pause-circle-o:before{content:"";}.fa-stop-circle:before{content:"";}.fa-stop-circle-o:before{content:"";}.fa-shopping-bag:before{content:"";}.fa-shopping-basket:before{content:"";}.fa-hashtag:before{content:"";}.fa-bluetooth:before{content:"";}.fa-bluetooth-b:before{content:"";}.fa-percent:before{content:"";}.fa-gitlab:before{content:"";}.fa-wpbeginner:before{content:"";}.fa-wpforms:before{content:"";}.fa-envira:before{content:"";}.fa-universal-access:before{content:"";}.fa-wheelchair-alt:before{content:"";}.fa-question-circle-o:before{content:"";}.fa-blind:before{content:"";}.fa-audio-description:before{content:"";}.fa-volume-control-phone:before{content:"";}.fa-braille:before{content:"";}.fa-assistive-listening-systems:before{content:"";}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"";}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"";}.fa-glide:before{content:"";}.fa-glide-g:before{content:"";}.fa-signing:before,.fa-sign-language:before{content:"";}.fa-low-vision:before{content:"";}.fa-viadeo:before{content:"";}.fa-viadeo-square:before{content:"";}.fa-snapchat:before{content:"";}.fa-snapchat-ghost:before{content:"";}.fa-snapchat-square:before{content:"";}.fa-pied-piper:before{content:"";}.fa-first-order:before{content:"";}.fa-yoast:before{content:"";}.fa-themeisle:before{content:"";}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"";}.fa-fa:before,.fa-font-awesome:before{content:"";}.fa-handshake-o:before{content:"";}.fa-envelope-open:before{content:"";}.fa-envelope-open-o:before{content:"";}.fa-linode:before{content:"";}.fa-address-book:before{content:"";}.fa-address-book-o:before{content:"";}.fa-vcard:before,.fa-address-card:before{content:"";}.fa-vcard-o:before,.fa-address-card-o:before{content:"";}.fa-user-circle:before{content:"";}.fa-user-circle-o:before{content:"";}.fa-user-o:before{content:"";}.fa-id-badge:before{content:"";}.fa-drivers-license:before,.fa-id-card:before{content:"";}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"";}.fa-quora:before{content:"";}.fa-free-code-camp:before{content:"";}.fa-telegram:before{content:"";}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"";}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"";}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"";}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"";}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"";}.fa-shower:before{content:"";}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"";}.fa-podcast:before{content:"";}.fa-window-maximize:before{content:"";}.fa-window-minimize:before{content:"";}.fa-window-restore:before{content:"";}.fa-times-rectangle:before,.fa-window-close:before{content:"";}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"";}.fa-bandcamp:before{content:"";}.fa-grav:before{content:"";}.fa-etsy:before{content:"";}.fa-imdb:before{content:"";}.fa-ravelry:before{content:"";}.fa-eercast:before{content:"";}.fa-microchip:before{content:"";}.fa-snowflake-o:before{content:"";}.fa-superpowers:before{content:"";}.fa-wpexplorer:before{content:"";}.fa-meetup:before{content:"";}.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;}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}@font-face{font-family:sp-wps-fontello;src:url(../font/fontello.eot?9168645);src:url(../font/fontello.eot?9168645#iefix) format('embedded-opentype'),url(../font/fontello.woff2?9168645) format('woff2'),url(../font/fontello.woff?9168645) format('woff'),url(../font/fontello.ttf?9168645) format('truetype'),url(../font/fontello.svg?9168645#fontello) format('svg');font-weight:400;font-style:normal}[class*=" sp-wps-icon-"]:before,[class^=sp-wps-icon-]:before{font-family:sp-wps-fontello;font-style:normal;font-weight:400;speak:never;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-display:swap}.sp-wps-icon-block:before{content:'\e808'}.sp-wps-icon-arrow-triangle-left:before{content:'\e800'}.sp-wps-icon-right-open-1:before{content:'\e802'}.sp-wps-icon-right-open-big:before{content:'\e804'}.sp-wps-icon-right-open-outline:before{content:'\e806'}.sp-wps-icon-right:before{content:'\e807'}.sp-wps-icon-left-open-2:before{content:'\e814'}.sp-wps-icon-right-open-3:before{content:'\e816'}.sp-wps-icon-arrow-triangle-right:before{content:'\e817'}.sp-wps-icon-left:before{content:'\e818'}.sp-wps-icon-left-open-4:before{content:'\e820'}.sp-wps-icon-left-open-outline:before{content:'\e821'}.sp-wps-icon-right-open:before{content:'\f006'}.sp-wps-icon-left-open:before{content:'\f007'}.sp-wps-icon-right-open-big:before{content:'\e804'}.sp-wps-icon-angle-left:before{content:'\f104'}.sp-wps-icon-angle-right:before{content:'\f105'}.sp-wps-icon-left-open-big:before{content:'\e822'}.sp-wps-icon-miscellaneous:before{content:'\e801'}.sp-wps-icon-navigation:before{content:'\e803'}.sp-wps-icon-lightbox-general:before{content:'\e805'}.sp-wps-icon-block:before{content:'\e809'}.sp-wps-icon-image-and-thumbnail:before{content:'\e80a'}.sp-wps-icon-lightbox-icon:before{content:'\e80b'}.sp-wps-icon-left-open-4:before{content:'\e80c'}.sp-wps-icon-lightbox-toolbar:before{content:'\e80f'}.sp-wps-icon-lightbox-animation:before{content:'\e810'}.sp-wps-icon-pagination:before{content:'\e811'}.sp-wps-icon-detail-page:before{content:'\e81f'}.sp-wps-icon-typography:before{content:'\e820'}.sp-wps-icon-radius-01:before{content:'\e82f'}.sp-wps-icon-carousel-basic:before{content:'\e830'}.sp-wps-icon-navigation:before{content:'\e833'}.sp-wps-icon-pagination:before{content:'\e834'}.sp-wps-icon-border:before{content:'\e835'}.sp-wps-icon-basic-preferences:before{content:'\e836'}.sp-wps-icon-add-to-cart-button:before{content:'\e837'}.sp-wps-icon-template-styles:before{content:'\e838'}.sp-wps-icon-product-information:before{content:'\e839'}.sp-wps-icon-display-settings:before{content:'\e83a'}.sp-wps-icon-filter-settings:before{content:'\e83b'}.sp-wps-icon-live-filter-styles:before{content:'\e83c'}.sp-wps-icon-load-more-pagination:before{content:'\e83d'}.sp-wps-icon-product-badge:before{content:'\e83e'}.sp-wps-icon-content-1:before{content:'\e825'}#wps-slider-section *{box-sizing:border-box;}.wps-slider-section img{max-width:100%;height:auto;}#wps-slider-section{position:relative;}#wps-slider-section .wps-product-section{overflow:hidden;margin-bottom:20px;}#wps-slider-section h2.sp-woo-product-slider-section-title{margin:0;padding:0;font-weight:600;margin-bottom:23px;line-height:1;}#wps-slider-section .sp-wps-product-image-area{overflow:hidden;}#wps-slider-section .wpsf-product{text-align:center;}#wps-slider-section .wpsf-grid-item{padding-left:20px;margin-bottom:20px;}#wps-slider-section .wpsf-product:focus{outline:0;}#wps-slider-section .wps-product-image{display:block;box-shadow:0 0 0;outline:0;}#wps-slider-section .wps-product-section.sp-wps-custom-template .sp-wps-product-image-area,#wps-slider-section .wps-product-section:not(.sp-wps-custom-template) .sp-wps-product-image-area .wps-product-image{line-height:0;}#wps-slider-section img.wpsf-product-img{border-radius:0;box-shadow:0 0;margin:auto;}#wps-slider-section .wps-product-section:not(.sp-wps-custom-template) .wpsf-product-title{margin-top:10px;line-height:20px;}#wps-slider-section .wpsf-product-title a{font-size:15px;font-weight:600;line-height:20px;border:0;text-decoration:none;-webkit-box-shadow:0 0;-moz-box-shadow:0 0;box-shadow:0 0;}#wps-slider-section .wpsf-product-price{padding-top:6px;font-size:14px;font-weight:700;line-height:19px;color:#222;}#wps-slider-section .wpsf-product-price ins{background-color:transparent;text-decoration:none;}#wps-slider-section .wpsf-product-price del{font-weight:400;color:#888;padding-right:5px;}#wps-slider-section .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button){border:1px solid #222;line-height:19px;min-width:80px;background-color:transparent;text-decoration:none;color:#444;padding:8px 14px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;display:inline-block;font-size:14px;font-weight:600;margin-top:8px;-webkit-box-shadow:0 0;-moz-box-shadow:0 0;box-shadow:0 0;white-space:initial;}#wps-slider-section .wpsf-cart-button a.added{display:none !important;}#wps-slider-section .wpsf-cart-button p{padding:0 !important;border:0 !important;margin:0 !important;}#wps-slider-section .wpsf-cart-button .amount{display:none !important;}#wps-slider-section .wps-preloader{background-color:#fff;background-repeat:no-repeat;background-position:center center;position:absolute;z-index:9999;width:100%;height:100%;text-align:center;top:0;left:0;right:0;border:0;}#wps-slider-section .wps-preloader img{position:relative;top:50%;margin-top:-16px;display:inline-block;}#wps-slider-section .wps-product-section .wpsp-pagination-dot{margin-top:21px;bottom:unset;position:inherit;}#wps-slider-section .wps-product-section .wpsp-pagination-dot .swiper-pagination-bullet{background-color:#ccc;border:0 solid;border-radius:50%;font-size:0;margin:3px;overflow:hidden;padding:0;text-indent:-999px;width:12px;height:12px;cursor:pointer;opacity:1;}#wps-slider-section .wps-product-section ul.swiper-dots li button:focus{outline:0;}#wps-slider-section .wps-product-section .wpsp-nav{position:absolute;background-image:none;z-index:9;width:30px;height:30px;text-align:center;cursor:pointer;font-size:18px;line-height:28px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;}#wps-slider-section .wps-product-section .wpsp-nav.nitro-lazy{background-image:none !important;}#wps-slider-section .wps-product-section .swiper-button-prev{right:36px;top:25px;left:auto;}#wps-slider-section .wps-product-section .swiper-button-next{right:0;top:25px;left:auto;}#wps-slider-section.wps-slider-section .wpsp-nav i.fa{display:flex;line-height:28px;}#wps-slider-section.wps-slider-section i.fa{font-family:FontAwesome;font-weight:400;font-style:normal;}#wps-slider-section.wps-slider-section .wpsp-nav:hover{background-color:#444;border-color:#444;color:#fff;}#wps-slider-section .wps-product-section .wpsp-nav::before,#wps-slider-section.wps-slider-section .wpsp-nav:after{display:none;}#wps-slider-section .wps-product-section h2.sp-not-found-any-product-f{font-size:15px;margin-left:15px;font-weight:400;color:red;}.widget_woo_product_slider_widget_content #wps-slider-section .wps-product-section,.widget_woo_product_slider_widget_content #wps-slider-section .wpsf-product{margin-left:0;}#wps-slider-section .wps-product-section .star-rating{display:inline-flex;margin:8px 0 0 0;overflow:hidden;position:relative;height:15px;line-height:15px;font-size:15px;width:75px;float:unset;}#wps-slider-section .wps-product-section .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;}#wps-slider-section .wps-product-section .star-rating:before{content:"" !important;position:absolute;color:#c8c8c8;font-family:FontAwesome;left:0;letter-spacing:1px;opacity:1;}#wps-slider-section .wps-product-section .star-rating span:before{content:"";position:absolute;color:#f4c100;font-family:FontAwesome;top:0;left:0;letter-spacing:1px;}#wps-slider-section .sp-wps-theme_two .wpsf-product .sp-wps-product-image-area{position:relative;border:1px solid #ddd !important;margin-right:1px;}#wps-slider-section .sp-wps-theme_two .wpsf-product .sp-wps-product-details{margin-top:-61px;overflow:hidden;border-radius:0;box-shadow:0 0;}#wps-slider-section .sp-wps-theme_two img.wpsf-product-img{margin-left:0;}#wps-slider-section .sp-wps-theme_two .wpsf-product .sp-wps-product-details-inner{background-color:#fff;padding:1px 15px 15px 15px;transform:translateY(54px);-webkit-transform:translateY(54px);-ms-transform:translateY(54px);-o-transform:translateY(54px);-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;}#wps-slider-section .sp-wps-theme_two .wpsf-product:hover .sp-wps-product-details-inner{transform:translateY(0);-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);position:relative;z-index:9;}#wps-slider-section .sp-wps-theme_three .wpsf-product .sp-wps-product-image-area{border:1px solid #ddd;position:relative;overflow:hidden;}#wps-slider-section .sp-wps-theme_three .wpsf-product .sp-wps-product-details{position:absolute;bottom:-100%;left:0;padding:10px;opacity:0;width:100%;height:100%;display:flex;justify-content:center;flex-direction:column;background-color:rgba(0,0,0,.5);-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out;}#wps-slider-section .sp-wps-theme_three .wpsf-product:hover .sp-wps-product-details{opacity:1;bottom:0;}#wps-slider-section .sp-wps-theme_three img.wpsf-product-img{margin-left:0;}.wps-product-section:not(.swiper-initialized,.swiper-container-initialized,[data-layout=grid]){display:flex;}#wps-slider-section .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button){margin-left:unset;}@media screen and (min-width:1280px){.wps-product-section:not(.swiper-initialized,[data-layout=grid])>.wpsf-product{min-width:25%;width:25%;margin:0 !important;}}#wps-slider-section .wpsf-product{direction:ltr;}html[dir=rtl] #wps-slider-section .wpsf-product{direction:rtl;}#wps-slider-section.wps-slider-section .wps-product-section[data-layout=grid]{margin-left:-20px;display:table;}.edit-post-visual-editor [class*=sp-wps-col-],[class*=sp-wps-col-]{position:relative;min-height:1px;display:inline-block;vertical-align:top;box-sizing:border-box;}.sp-wps-col-xl-1{width:100%;}.sp-wps-col-xl-2{width:50%;}.sp-wps-col-xl-3{width:33.2222%;}.sp-wps-col-xl-4{width:25%;}.sp-wps-col-xl-5{width:19.9%;}.sp-wps-col-xl-6{width:16.6667%;}.sp-wps-col-xl-7{width:14.285714286%;}.sp-wps-col-xl-8{width:12.5%;}.sp-wps-col-xl-9{width:11.111111111%;}.sp-wps-col-xl-10{width:10%;}.sp-wps-col-xl-11{width:9.090909091%;}.sp-wps-col-xl-12{width:8.333333333%;}.wps-pagination.wpspro-align-center{text-align:center;}.wps-pagination.wpspro-align-left{text-align:left;margin-left:20px;}.wps-pagination.wpspro-align-right{text-align:right;}.wps-pagination.hidden{display:none;}.wps-pagination{margin-top:20px;}.wps-pagination ul{padding:0;margin:0;display:inline-block;}.wps-pagination ul li{list-style:none !important;margin:0 4px 0 0;float:left;}.wps-pagination ul li:last-child{margin-right:0;}.wps-pagination ul li .page-numbers{min-width:26px;height:38px;line-height:33px;font-size:16px;text-align:center;display:inline-block;text-decoration:none;font-weight:700;border-radius:3px;-webkit-transition:all .33s;transition:all .33s;-webkit-box-sizing:content-box;box-sizing:content-box;padding:0 13px;}#wps-slider-section.wps-slider-section .wps-pagination ul li .page-numbers{background:0 0;color:#5e5e5e;border:2px solid #ddd;}#wps-slider-section.wps-slider-section .wps-pagination ul li .page-numbers.current,#wps-slider-section.wps-slider-section .wps-pagination ul li .page-numbers:hover{background:#5e5e5e;color:#fff;border-color:#5e5e5e;}.block-editor-page .wps-product-section .wps-pagination,.elementor-editor-active .wps-product-section .wps-pagination{pointer-events:none;}#wps-slider-section .sp-wps-product-details .sp-smart-brand-single-product{font-size:14px;}#wps-slider-section .wps-product-section:not(.sp-wps-custom-template) .sp-smart-brand-single-product{margin-top:5px;}#spwps-preview-box #wps-slider-section .sp-smart-brand-single-product .sp-smart-brand-name{display:inline-block;}#wps-slider-section .sp-smart-brand-single-product .sp-smart-brand-content-wrapper:empty{display:none;}#wps-slider-section .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button)+#sp-wqv-view-button{margin-top:8px;}@media (min-width:992px) and (max-width:1199px){.sp-wps-col-lg-1{width:100%;}.sp-wps-col-lg-2{width:50%;}.sp-wps-col-lg-3{width:33.2222%;}.sp-wps-col-lg-4{width:24.9%;}.sp-wps-col-lg-5{width:19.9%;}.sp-wps-col-lg-6{width:16.6667%;}.sp-wps-col-lg-7{width:14.285714286%;}.sp-wps-col-lg-8{width:12.5%;}.sp-wps-col-lg-9{width:11.111111111%;}.sp-wps-col-lg-10{width:10%;}.sp-wps-col-lg-11{width:9.090909091%;}.sp-wps-col-lg-12{width:8.333333333%;}}@media (min-width:576px) and (max-width:991px){.sp-wps-col-md-1{width:100%;}.sp-wps-col-md-2{width:50%;}.sp-wps-col-md-3{width:33.2222%;}.sp-wps-col-md-4{width:24.9%;}.sp-wps-col-md-5{width:19.9%;}.sp-wps-col-md-6{width:16.6667%;}.sp-wps-col-md-7{width:14.285714286%;}.sp-wps-col-md-8{width:12.5%;}.sp-wps-col-md-9{width:11.111111111%;}.sp-wps-col-md-10{width:10%;}.sp-wps-col-md-11{width:9.090909091%;}.sp-wps-col-md-12{width:8.333333333%;}}@media (max-width:575px){.sp-wps-col-sm-1{width:100%;}.sp-wps-col-sm-2{width:49.9%;}.sp-wps-col-sm-3{width:33.2222%;}.sp-wps-col-sm-4{width:24.9%;}.sp-wps-col-sm-5{width:19.9%;}.sp-wps-col-sm-6{width:16.6667%;}.sp-wps-col-sm-7{width:14.285714286%;}.sp-wps-col-sm-8{width:12.5%;}.sp-wps-col-sm-9{width:11.111111111%;}.sp-wps-col-sm-10{width:10%;}.sp-wps-col-sm-11{width:9.090909091%;}.sp-wps-col-sm-12{width:8.333333333%;}}