@charset "utf-8";
.widget_shopping_cart_content .blockUI.blockOverlay,
.woocommerce-checkout-review-order .blockUI.blockOverlay {
  background-color: #fff !important;
  opacity: 0.6 !important;
}
.widget_shopping_cart_content .blockUI.blockOverlay:before,
.woocommerce-checkout-review-order .blockUI.blockOverlay:before {
  animation: spin 0.6s linear infinite;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1) !important;
  border-left: 3px solid #446084;
  border-radius: 50%;
  border-right: 3px solid rgba(0, 0, 0, 0.1) !important;
  border-top: 3px solid rgba(0, 0, 0, 0.1) !important;
  content: "";
  display: block;
  font-size: 2em;
  height: 30px;
  left: 50%;
  line-height: 1;
  margin-left: -0.5em;
  margin-top: -0.5em;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 30px;
}
.category-page-row {
  padding-top: 30px;
}
.price_slider_amount input {
  display: none;
}
.woocommerce-result-count {
  display: inline-block;
  margin: 0 1em 0 auto;
}
.woocommerce-ordering,
.woocommerce-ordering select {
  display: inline-block;
  margin: 5px 0;
}
.add_to_cart_button.added {
  display: none;
}
a.added_to_cart {
  display: inline-block;
  font-size: 0.9em;
  font-weight: 700;
  padding: 10px 0;
  text-transform: uppercase;
}
a.added_to_cart:after {
  content: " →";
}
.grid-style-3 .title-wrapper {
  flex: 1;
  min-width: 60%;
  overflow: hidden;
  padding-right: 15px;
  text-overflow: ellipsis;
}
.grid-style-3 .price-wrapper {
  text-align: right;
}
.grid-style-3 .star-rating {
  margin: 0.2em 0;
  text-align: right;
}
.grid-style-3 .price del {
  display: block;
}
.grid-style-3 .price del span.amount {
  margin: 0;
}
.price-wrapper .review-count {
  margin-left: 4px;
}
.products .box-vertical .box-text {
  font-size: 1.1em;
}
.page-numbers.button.current {
  opacity: 0.6;
  pointer-events: none;
}
.grid-tools {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  margin-bottom: -1px;
  padding: 0 !important;
  white-space: nowrap;
  width: 100%;
}
.grid-tools a {
  background-color: #446084;
  color: #f1f1f1;
  display: block;
  font-size: 0.85em;
  font-weight: 700;
  opacity: 0.95;
  padding: 0.4em 0 0.5em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  transition: opacity 0.3s;
  width: 100%;
}
.grid-tools a.quick-view:focus-visible {
  outline-offset: -4px;
}
.grid-tools a + a {
  border-left: 1px solid hsla(0, 0%, 100%, 0.1);
}
.grid-tools a:hover {
  color: #fff;
  opacity: 1;
}
.grid-tools .add-to-cart-grid {
  width: 0;
}
@media (max-width: 849px) {
  .category-filter-row {
    padding: 10px 0;
  }
}
.filter-button {
  display: inline-block;
  margin-top: 0.5em;
}
.box-image .out-of-stock-label {
  background: #fff;
  background: hsla(0, 0%, 100%, 0.9);
  color: #333;
  font-weight: 700;
  left: 0;
  opacity: 0.9;
  padding: 20px 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 40%;
}
.featured-title .woocommerce-result-count {
  display: none;
}
.widget_product_categories > ul > li {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}
.widget_product_categories > ul > li span {
  font-size: 0.85em;
  opacity: 0.4;
}
.widget_product_categories > ul > li ul span.count {
  display: none;
}
.message-wrapper + .login {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 30px;
}
.woocommerce-form-login .button {
  margin-bottom: 0;
}
.woocommerce-billing-fields {
  border-top: 2px solid #ddd;
  padding-top: 15px;
}
.woocommerce-billing-fields p {
  margin-bottom: 0.5em;
}
form.checkout h3 {
  font-size: 1.1em;
  font-weight: bolder;
  overflow: hidden;
  padding-top: 10px;
  text-transform: uppercase;
}
form.checkout input[type="checkbox"] {
  margin-bottom: 0;
  margin-right: 0.5em;
  margin-top: 0;
}
.payment_methods li + li {
  border-top: 1px solid #ececec;
  padding-top: 7px;
}
.payment_methods p {
  font-size: 0.9em;
}
.payment_method_paypal img {
  margin: 0 10px;
  max-width: 130px;
}
a.about_paypal {
  font-size: 0.8em;
}
.woocommerce-privacy-policy-text {
  font-size: 85%;
}
.form-row-wide {
  clear: both;
}
.form-row-push {
  margin-top: -15px;
}
@media (min-width: 550px) {
  .form-row-first,
  .form-row-last {
    float: left;
    width: 48%;
  }
  .form-row-first {
    margin-right: 4%;
  }
}
input#place_order {
  font-size: 1.2em;
  line-height: 1.2;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  white-space: normal;
}
#ship-to-different-address {
  padding-top: 0;
}
#ship-to-different-address label {
  font-weight: 400;
  text-transform: none;
}
#billing_address_2_field > label,
#shipping_address_2_field > label {
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
}
@media (max-width: 549px) {
  #billing_address_2_field > label,
  #shipping_address_2_field > label {
    display: none;
  }
}
.wc-terms-and-conditions {
  border-top: 1px solid #ececec;
  margin-top: -15px;
  padding: 15px 0;
}
.wc-terms-and-conditions input {
  margin-bottom: 0;
}
.wc-terms-and-conditions label {
  font-weight: 400;
}
div.create-account {
  clear: both;
}
.form-row.create-account {
  font-size: 1.1em;
  margin: 0;
}
.form-row.create-account label {
  font-weight: 400;
}
.page-checkout-simple {
  padding: 3% 0;
}
.js_active .woocommerce-account-fields p.create-account + div.create-account,
.js_active .woocommerce-shipping-fields #ship-to-different-address + div.shipping_address {
  display: none;
}
.widget_price_filter form {
  margin: 0;
}
.widget_price_filter .price_slider {
  background: #f1f1f1;
  margin-bottom: 1em;
}
.widget_price_filter .price_label {
  padding-top: 6px;
}
.widget_price_filter span {
  font-weight: 700;
}
.widget_price_filter .price_slider_amount {
  font-size: 0.8751em;
  line-height: 1;
  text-align: right;
}
.widget_price_filter .price_slider_amount .button {
  background-color: #666;
  border-radius: 99px;
  float: left;
  font-size: 0.85em;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #666;
  border-radius: 999px;
  cursor: pointer;
  height: 15px;
  outline: none;
  position: absolute;
  top: -5px;
  width: 15px;
  z-index: 2;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -10px;
}
.widget_price_filter .ui-slider .ui-slider-range {
  background-color: #666;
  border: 0;
  border-radius: 99px;
  display: block;
  font-size: 10px;
  opacity: 0.5;
  position: absolute;
  z-index: 1;
}
.widget_price_filter .ui-slider-horizontal {
  border-radius: 99px;
  height: 5px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
  top: 0;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.widget li.chosen a:before {
  color: currentColor;
  content: "x";
  display: inline-block;
  margin-right: 5px;
  opacity: 0.6;
  position: relative;
  top: -2px;
}
.wc-layered-nav-term.chosen > a:before {
  background-color: #f1f1f1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 99px;
  height: 18px;
  line-height: 12px;
  text-align: center;
  width: 18px;
}
.dark .wc-layered-nav-term.chosen > a:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.widget_layered_nav_filters ul li.chosen {
  border: 0 !important;
  display: inline-block;
  margin-right: 10px;
}
.widget_layered_nav_filters ul li.chosen a {
  background-color: #f1f1f1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 99px;
  display: inline-block;
  font-size: 0.85em;
  font-weight: 400;
  opacity: 0.9;
  padding: 0 7px;
}
.dark .widget_layered_nav_filters ul li.chosen a {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.widget_layered_nav_filters ul li.chosen a:before {
  content: "x";
  margin-right: 3px;
  opacity: 0.4;
  position: relative;
  top: -1px;
}
.widget_layered_nav_filters ul li.chosen a:hover:before {
  opacity: 1;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0;
}
.message-wrapper {
  margin: 0;
  padding-bottom: 0.5em;
}
#wrapper > .message-wrapper {
  font-size: 1.1em;
  margin-bottom: 10px;
  padding-bottom: 0.75em;
  padding-top: 0.75em;
}
ul.message-wrapper li {
  list-style: none;
}
.message-container span {
  font-weight: 700;
}
.message-container .wc-forward {
  display: none;
}
.message-container a {
  margin: 0 15px 0 0;
}
.container .message-container {
  padding-left: 0;
  padding-right: 0;
}
.message-wrapper + main .product-main {
  padding-top: 0;
}
.demo_store {
  background-color: #000;
  color: #fff;
  margin: 0;
  padding: 5px;
  text-align: center;
}
.has-transparent + main > .message-wrapper {
  background-color: #fff;
  bottom: 0;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  z-index: 999;
}
.form-row input[type="submit"] {
  margin: 0;
}
.form-row input[type="submit"] + label {
  margin-left: 15px;
}
.my-account-header.featured-title .page-title-inner {
  min-height: 100px;
}
.my-account-header .button {
  margin-bottom: 5px;
  margin-top: 5px;
}
.woocommerce-form-register .woocommerce-privacy-policy-text {
  margin-bottom: 1.5em;
}
form.lost_reset_password {
  padding: 30px 0;
}
.dashboard-links {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3em;
  line-height: 1;
  list-style: none;
}
.dashboard-links a {
  border: 1px solid #ddd;
  border-radius: 5px;
  display: block;
  margin-right: 10px;
  padding: 20px 0;
  text-align: center;
  transition: all 0.3s;
}
.dashboard-links .active {
  display: none;
}
.dashboard-links a:hover {
  background-color: #333;
  color: #fff;
}
.dashboard-links li {
  width: 33.333%;
}
@media (max-width: 849px) {
  .dashboard-links li {
    width: 50%;
  }
}
@media (max-width: 549px) {
  .dashboard-links li {
    width: 100%;
  }
}
.password-input {
  display: block;
  position: relative;
}
.password-input input:focus ~ .show-password-input,
.password-input:hover .show-password-input {
  visibility: visible;
}
.woocommerce-EditAccountForm input[type="password"],
.woocommerce-form input[type="password"] {
  padding: 0 2em 0 0.75em;
}
.show-password-input {
  cursor: pointer;
  line-height: 1.35;
  padding: 0.618em;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
}
.show-password-input:after {
  content: "";
  font-family: fl-icons;
}
.show-password-input.display-password:after {
  content: "";
  font-family: fl-icons;
}
.price {
  line-height: 1;
}
.product-info .price {
  font-size: 1.5em;
  font-weight: bolder;
  margin: 0.5em 0;
}
.woocommerce-variation-price {
  border-top: 1px dashed #ddd;
  font-size: 0.8em;
  padding: 7.5px 0;
}
.price-wrapper .price {
  display: block;
}
span.amount {
  color: #111;
  font-weight: 700;
  white-space: nowrap;
}
.dark .price,
.dark .price del,
.dark span.amount {
  color: #fff;
}
.header-cart-title span.amount {
  color: currentColor;
}
del span.amount {
  font-weight: 400;
  margin-right: 0.3em;
  opacity: 0.6;
}
.no-prices .amount {
  display: none !important;
}
ul.product_list_widget li {
  line-height: 1.33;
  list-style: none;
  min-height: 80px;
  overflow: hidden;
  padding: 10px 0 5px 75px;
  position: relative;
  vertical-align: top;
}
ul.product_list_widget li + li {
  border-top: 1px solid #ececec;
}
.dark ul.product_list_widget li {
  border-color: hsla(0, 0%, 100%, 0.2);
}
.widget_shopping_cart ul.product_list_widget li {
  padding-right: 30px;
}
ul.product_list_widget li > span.reviewer {
  font-size: 0.8em;
}
ul.product_list_widget li a:not(.remove) {
  display: block;
  line-height: 1.3;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
}
ul.product_list_widget li a.remove {
  position: absolute;
  right: 0;
  z-index: 9;
}
ul.product_list_widget li dl {
  font-size: 0.7em;
  line-height: 1;
  margin: 0;
}
ul.product_list_widget li img {
  height: 60px;
  left: 0;
  margin-bottom: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  top: 10px;
  width: 60px;
}
ul.product_list_widget li .quantity {
  display: block;
  font-size: 0.85em;
  margin-top: 3px;
  opacity: 0.6;
}
.product-main {
  padding: 40px 0;
}
.page-title:not(.featured-title) + main .product-main {
  padding-top: 15px;
}
.product-info {
  padding-top: 10px;
}
.product-summary .woocommerce-Price-currencySymbol {
  display: inline-block;
  font-size: 0.75em;
  vertical-align: top;
}
.product-summary .quantity {
  margin-bottom: 1em;
}
.product-summary .variations_button {
  padding: 0.5em 0;
}
.product-summary table tr + tr {
  border-top: 1px dashed #ddd;
}
form.cart a.added_to_cart.wc-forward {
  display: none;
}
.product_meta {
  font-size: 0.8em;
  margin-bottom: 1em;
}
.product_meta > span {
  border-top: 1px dotted #ddd;
  display: block;
  padding: 5px 0;
}
.product-info p.stock {
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1em;
}
p.in-stock {
  color: #7a9c59;
}
.group_table .quantity {
  margin: 0;
}
.group_table .price {
  font-size: 1em;
}
.group_table .label label {
  margin: 0;
  padding: 0;
}
.product-gallery,
.product-thumbnails .col {
  padding-bottom: 0 !important;
}
.product-gallery-slider img,
.product-thumbnails img {
  width: 100%;
}
.product-gallery-wide {
  position: relative;
}
@media screen and (min-width: 850px) {
  .product-gallery-stacked {
    overflow: auto !important;
    white-space: normal !important;
    width: auto !important;
  }
  .product-gallery-stacked .flickity-slider,
  .product-gallery-stacked .flickity-viewport {
    height: auto !important;
  }
  .product-gallery-stacked .flickity-slider,
  .product-gallery-stacked .slide {
    left: 0 !important;
    position: relative !important;
    right: 0 !important;
    transform: none !important;
  }
  .product-gallery-stacked .slide {
    overflow: hidden;
  }
  .product-gallery-stacked .slide:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .product-gallery-stacked.product-gallery-grid-layout .flickity-slider,
  .product-gallery-stacked.product-gallery-grid-layout:not(.flickity-enabled) {
    display: grid;
    gap: 10px;
  }
  .product-gallery-stacked.product-gallery-grid-layout .flickity-slider .slide,
  .product-gallery-stacked.product-gallery-grid-layout:not(.flickity-enabled) .slide {
    margin-bottom: 0 !important;
  }
  .product-gallery-stacked.product-gallery-grid-layout--1-2 .flickity-slider,
  .product-gallery-stacked.product-gallery-grid-layout--1-2:not(.flickity-enabled) {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-gallery-stacked.product-gallery-grid-layout--1-2 .flickity-slider .slide:first-child,
  .product-gallery-stacked.product-gallery-grid-layout--1-2:not(.flickity-enabled)
    .slide:first-child {
    grid-column: 1/3;
  }
  .product-gallery-stacked.product-gallery-grid-layout--2 .flickity-slider,
  .product-gallery-stacked.product-gallery-grid-layout--2:not(.flickity-enabled) {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:first-child {
    grid-column: span 6;
    order: 4;
  }
  .product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:nth-child(2) {
    grid-column: span 2;
    order: 1;
  }
  .product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:nth-child(3) {
    grid-column: span 2;
    order: 2;
  }
  .product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:nth-child(4) {
    grid-column: span 2;
    order: 3;
  }
  .product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:nth-child(n + 5) {
    grid-column: span 3;
    order: 5;
  }
  .product-stacked-info {
    padding: 5vh 5% 2vh;
  }
}
.product-thumbnails {
  padding-top: 0;
}
.product-thumbnails a {
  background-color: #fff;
  border: 1px solid transparent;
  display: block;
  overflow: hidden;
  transform: translateY(0);
}
.product-thumbnails .is-nav-selected a,
.product-thumbnails a:hover {
  border-color: rgba(0, 0, 0, 0.2);
}
.product-thumbnails img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-bottom: -5px;
  opacity: 0.5;
  transition:
    transform 0.6s,
    opacity 0.6s;
}
.product-thumbnails .is-nav-selected a img,
.product-thumbnails a:hover img {
  border-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transform: translateY(-5px);
}
.vertical-thumbnails .row-slider:not(.flickity-enabled) {
  opacity: 0;
}
@media screen and (min-width: 850px) {
  .vertical-thumbnails {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .vertical-thumbnails .col {
    left: 0 !important;
    margin-left: 1px;
    max-width: 100% !important;
    min-height: 0 !important;
    padding: 0 0 15px !important;
    position: relative !important;
    right: 0 !important;
    width: 95% !important;
  }
  .vertical-thumbnails .flickity-slider,
  .vertical-thumbnails .flickity-viewport {
    height: auto !important;
    overflow: visible !important;
    transform: none !important;
  }
}
.product-footer .woocommerce-tabs {
  border-top: 1px solid #ececec;
  padding: 30px 0;
}
.product-footer .woocommerce-tabs > .nav-line-grow,
.product-footer .woocommerce-tabs > .nav-line:not(.nav-vertical) {
  margin-top: -31px;
}
#product-sidebar .next-prev-thumbs {
  margin: -0.5em 0 3em;
}
.product-sidebar-small {
  font-size: 0.9em;
}
.product-sidebar-small .widget-title {
  text-align: center;
}
.product-sidebar-small .is-divider {
  margin-left: auto;
  margin-right: auto;
}
.product-sidebar-small ul.product_list_widget li {
  padding-left: 60px;
}
.product-sidebar-small ul.product_list_widget li img {
  height: 50px;
  width: 50px;
}
.product-section {
  border-top: 1px solid #ececec;
}
.easyzoom-notice {
  display: none;
}
.easyzoom-flyout {
  animation-delay: 1s;
  animation: stuckFadeIn 0.6s;
  background: #fff;
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 1s;
  width: 100%;
  z-index: 1;
}
@media (max-width: 849px) {
  .easyzoom-flyout {
    display: none !important;
  }
}
.product-gallery-slider .slide .easyzoom-flyout img {
  max-width: 1000px !important;
  width: 1000px !important;
}
.woocommerce-product-gallery__trigger {
  display: none;
}
.product-info .composite_form .composite_navigation .page_button {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
}
.woocommerce-pagination ul.links li {
  margin-left: inherit;
}
.has-sticky-product-cart {
  padding-bottom: 60px;
}
.has-sticky-product-cart .back-to-top.active {
  bottom: 10px;
}
.sticky-add-to-cart__product {
  align-items: center;
  display: none;
  padding: 3px;
}
.sticky-add-to-cart__product .product-title-small {
  line-height: 1;
  margin-right: 1em;
  max-width: 180px;
}
.sticky-add-to-cart__product img {
  border-radius: 5px;
  height: 45px;
  margin-right: 1em;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 45px;
}
.sticky-add-to-cart--active {
  align-items: center;
  animation: stuckMoveUp 0.6s;
  background-color: hsla(0, 0%, 100%, 0.9);
  border-top: 1px solid #ddd;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9em;
  justify-content: center;
  left: 0;
  padding: 3px;
  position: fixed;
  right: 0;
  z-index: 20;
}
.sticky-add-to-cart--active .variations,
.sticky-add-to-cart--active .woocommerce-variation-description {
  display: none;
}
.sticky-add-to-cart--active .single_variation_wrap,
.sticky-add-to-cart--active .woocommerce-variation-add-to-cart {
  align-items: center;
  display: flex;
  flex-wrap: no-wrap;
}
.sticky-add-to-cart--active .product-page-price,
.sticky-add-to-cart--active .woocommerce-variation-price {
  border: 0;
  font-size: 15px;
  margin-bottom: 0;
  margin-right: 0.9em;
  margin-top: 0;
  padding: 0;
}
.sticky-add-to-cart--active .quantity,
.sticky-add-to-cart--active button,
.sticky-add-to-cart--active form {
  margin-bottom: 0;
}
.sticky-add-to-cart--active .sticky-add-to-cart__product {
  display: flex;
}
@media (max-width: 550px) {
  .sticky-add-to-cart--active {
    font-size: 0.8em;
  }
}
.flex-viewport {
  cursor: pointer;
  max-height: 2000px;
  transition: all 1s ease;
}
.flex-viewport a {
  display: block;
}
.flex-viewport img {
  width: 100%;
}
.flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -5px 0;
}
.flex-control-thumbs li {
  cursor: pointer;
  list-style: none;
  padding: 0 5px;
  width: 25%;
}
.flex-control-thumbs li img {
  opacity: 0.6;
}
.flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.quantity,
.text-center .quantity {
  display: inline-block;
  display: inline-flex;
  margin-right: 1em;
  opacity: 1;
  vertical-align: top;
  white-space: nowrap;
}
.button + .quantity,
.text-center .button + .quantity {
  margin-right: 0;
}
.quantity + .button {
  font-size: 1em;
  margin-right: 0;
}
.quantity .button.minus {
  border-bottom-right-radius: 0 !important;
  border-right: 0 !important;
  border-top-right-radius: 0 !important;
}
.quantity .button.plus {
  border-bottom-left-radius: 0 !important;
  border-left: 0 !important;
  border-top-left-radius: 0 !important;
}
.quantity .minus,
.quantity .plus {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.quantity input {
  display: inline-block;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  vertical-align: top;
}
.quantity input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  border-radius: 0 !important;
  font-size: 1em;
  max-width: 2.5em;
  text-align: center;
  width: 2.5em;
}
@media (max-width: 549px) {
  .quantity input[type="number"] {
    width: 2em;
  }
}
.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-icon,
.cart-icon strong {
  display: inline-block;
}
.cart-icon strong {
  border: 2px solid #446084;
  border-radius: 0;
  color: #446084;
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 1em;
  font-weight: 700;
  height: 2.2em;
  line-height: 1.9em;
  margin: 0.3em 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 2.2em;
}
.cart-icon strong:after {
  border: 2px solid #446084;
  border-bottom: 0;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  bottom: 100%;
  content: " ";
  height: 8px;
  left: 50%;
  margin-bottom: 0;
  margin-left: -7px;
  pointer-events: none;
  position: absolute;
  transition: height 0.1s ease-out;
  width: 14px;
}
.cart-icon:hover strong,
.current-dropdown .cart-icon strong {
  background-color: #446084;
  color: #fff;
}
.cart-icon:hover strong:after,
.current-dropdown .cart-icon strong:after {
  height: 10px;
}
.nav-small .cart-icon {
  font-size: 0.66em;
}
.nav-dark .cart-icon strong {
  border-color: #fff;
  color: #fff;
}
.nav-dark .cart-icon:hover strong,
.nav-dark .current-dropdown .cart-icon strong {
  background-color: #fff;
  color: #446084;
}
.nav-dark .cart-icon strong:after {
  border-color: #fff;
}
.woocommerce-mini-cart__empty-message {
  text-align: center;
}
.loading .cart-icon strong,
.loading .cart-icon strong:after {
  border-color: #7a9c59;
  color: #7a9c59;
}
.loading .cart-icon:hover strong {
  background-color: #7a9c59;
  color: #fff;
}
.header-cart-icon {
  position: relative;
}
@media (min-width: 850px) {
  .off-canvas .off-canvas-cart {
    width: 320px;
  }
}
.cross-sells h2 {
  font-size: 1.2em;
  margin-bottom: 1em;
}
.checkout ul li,
.shop_table ul li {
  list-style: none;
  margin: 0;
}
.shop_table .quantity {
  margin: 0;
}
td.product-name {
  text-overflow: ellipsis;
  word-break: break-word;
}
td.product-thumbnail {
  max-width: 90px;
  min-width: 60px;
  width: 90px;
}
td.product-remove {
  padding: 0;
  width: 20px;
}
.shop_table tfoot th {
  font-size: 85%;
  letter-spacing: 0;
  text-transform: inherit;
}
.cart_totals tbody tr td,
.shop_table tfoot tr td,
.shop_table thead tr th:last-of-type,
.shop_table tr td:last-of-type,
td.product-total {
  text-align: right;
}
.shop_table .order-total td,
.shop_table .order-total th,
.shop_table thead th {
  border-width: 3px;
}
.shop_table th:last-child {
  border-right: 0;
}
.shop_table .cart_item td {
  padding-bottom: 15px;
  padding-top: 15px;
}
.shop_table .actions {
  border: 0;
  padding: 15px 0 10px;
}
.shop_table .submit-col {
  padding-left: 30px;
}
@media (max-width: 849px) {
  .shop_table {
    font-size: 0.9em;
  }
  .shop_table tr.shipping th {
    width: 50%;
  }
  .shop_table .product-name {
    min-width: 80px;
  }
  .shop_table .product-remove {
    position: relative;
    width: 0;
  }
  .shop_table .product-remove a {
    font-size: 18px !important;
    height: 24px;
    left: 0;
    line-height: 18px !important;
    position: absolute;
    top: 10px;
    width: 24px;
  }
  .shop_table .mobile-product-price {
    margin: 0.5em 0;
  }
}
@media (max-width: 549px) {
  .shop_table .product-price,
  .shop_table .product-subtotal {
    display: none;
  }
  .product-quantity {
    text-align: right;
  }
  .cross-sells {
    overflow: hidden;
  }
}
.cart_totals tbody th {
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: inherit;
}
.cart_totals > h2 {
  display: none;
}
.cart_totals .button {
  display: block;
  margin-right: 0;
  min-width: 100%;
}
.cart_totals th.product-name {
  border-width: 3px;
}
.cart_totals .wc-proceed-to-checkout {
  margin: 1.5em 0;
}
.shipping__table {
  margin: 0;
}
.shipping__inner {
  border: 0;
  font-size: 1em;
  padding: 0;
}
.shipping__list {
  margin-bottom: 0;
}
.shipping__list_item {
  align-items: center;
  display: flex;
  min-height: 2em;
}
.shipping__list_label {
  flex: 1;
  font-weight: 400;
  margin: 0;
  opacity: 0.8;
  padding: 0.5em 0;
}
.shipping.shipping--boxed .shipping__list {
  padding: 0;
}
.shipping.shipping--boxed .shipping__list_item {
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-bottom: 5px;
  min-height: 2.4em;
  padding: 0.3em 0.6em;
}
.shipping__table--multiple {
  display: block;
  text-align: left;
}
.shipping__table--multiple tbody,
.shipping__table--multiple td,
.shipping__table--multiple th,
.shipping__table--multiple tr {
  display: block;
  padding-left: 0;
  text-align: left;
}
.shipping__table--multiple th {
  border: 0;
}
.shipping__table--multiple .shipping__list {
  padding: 0 0.2em;
}
.shipping__table--multiple .shipping__list_label,
.shipping__table--multiple .woocommerce-shipping-calculator,
.shipping__table--multiple .woocommerce-shipping-destination {
  text-align: left;
}
tr.shipping input:checked + label,
tr.shipping input:hover + label,
tr.shipping label:hover {
  opacity: 1;
}
tr.shipping input:checked + label {
  font-weight: 700;
}
tr.shipping input {
  margin-bottom: 0;
  margin-top: -2px;
}
tr.shipping span.amount {
  margin-left: 0.2em;
}
.woocommerce-shipping-calculator {
  margin-bottom: 0;
  margin-top: 0.5em;
}
.shipping-calculator-button,
.woocommerce-shipping-destination {
  font-size: 0.9em;
}
.shipping-calculator-form {
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  margin-top: 5px;
  padding: 15px 15px 10px;
}
.cart-discount {
  background-color: rgba(122, 156, 89, 0.2);
  font-size: 0.85em;
}
.cart-discount td,
.cart-discount th {
  padding: 10px 5px;
}
.cart-sidebar .widget-title {
  border-bottom: 3px solid #ececec;
  font-size: 0.95em;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.widget_shopping_cart .button {
  margin: 0.5em 0 0;
  width: 100%;
}
.widget_shopping_cart li.empty {
  margin: 0;
  min-height: 0;
  padding: 0 10px !important;
  text-align: center;
}
.widget_shopping_cart p.total {
  border-bottom: 2px solid #ececec;
  border-top: 1px solid #ececec;
  margin-bottom: 0.5em;
  padding: 10px 0;
  text-align: center;
}
.dark .widget_shopping_cart p.total {
  border-color: hsla(0, 0%, 100%, 0.2);
}
.nav-dropdown .product_list_widget {
  -webkit-overflow-scrolling: touch;
  max-height: 500px;
  max-height: 50vh;
  overflow-y: auto;
}
.tagcloud {
  padding-bottom: 15px;
}
.tagcloud a {
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.8em !important;
  margin: 0 3px 5px 0;
  opacity: 0.8;
  padding: 2px 5px;
}
.tagcloud a:hover {
  background-color: #446084;
  border-color: #446084;
  color: #fff;
  opacity: 1;
}
.variations {
  position: relative;
}
.variations td,
.variations th {
  border: 0;
  letter-spacing: normal;
  padding: 0.2em 0;
  text-transform: none;
  vertical-align: middle;
}
.variations .reset_variations {
  bottom: 95%;
  color: currentColor;
  font-size: 11px;
  opacity: 0.6;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}
dl.variation dt {
  clear: both;
  float: left;
}
dl.variation dd {
  display: block;
}
.wc-item-meta {
  margin-top: 1.3em;
}
