/*
Theme Name: Saunas

WooCommerce styles override
*/
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
/**
 * Products
 */
ul.products {
  margin: 50px 0 0 0;
  padding: 0 0 100px 0;
  list-style: none outside;
  clear: both;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1280px) {
  ul.products {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 860px) {
  ul.products {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 680px) {
  ul.products {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
ul.products li.product {
  position: relative;
  background: #353635;
  border: 1px solid #dedede;
  margin-right: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1400px) {
  ul.products li.product {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 680px) {
  ul.products li.product {
    margin-right: 20px;
  }
}
ul.products li.product:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 43px;
  top: 40px;
  border: 1px solid #dedede;
  background: #fff;
}
@media screen and (max-width: 1400px) {
  ul.products li.product:before {
    left: 23px;
    top: 20px;
  }
}
@media screen and (max-width: 680px) {
  ul.products li.product:before {
    left: 20px;
  }
}
ul.products li.product a {
  text-decoration: none;
}
ul.products li.product h2 {
  font-size: 3rem;
  padding: 20px;
  color: #fff;
  margin: 0;
  text-align: left;
  font-weight: 400;
}
ul.products li.product img {
  display: block;
  width: 100%;
}
ul.products li.product .price {
  display: none;
}
ul.products li.product .button {
  display: none;
}

.related h2 {
  margin-top: 120px;
  text-align: center;
}

ul.products .star-rating {
  margin-left: 20px !important;
}

.post_tags {
  position: absolute;
  top: 8px;
  right: 8px;
}
.post_tags span {
  background: #f5831f;
  margin: 5px;
  border-radius: 20px;
  color: #fff;
  font-size: 1.3rem;
  padding: 5px 12px;
}

.woocommerce-pagination .page-numbers {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.woocommerce-pagination .page-numbers li {
  padding: 0;
}
.woocommerce-pagination .page-numbers li span,
.woocommerce-pagination .page-numbers li a {
  padding: 15px 20px 10px 20px;
  border: 1px solid #dedede;
  line-height: 1;
  text-decoration: none;
}

/**
 * Single product
 */
.single-product div.images img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.single-product div.product {
  position: relative;
}
.single-product div.product .summary {
  float: right;
  width: 48%;
  clear: none;
  margin-bottom: 120px;
  background: #fff;
  padding-left: 20px;
  border: 1px solid #dedede;
  padding: 40px 20px;
}
.single-product div.product .summary h1 {
  font-size: 3rem;
}
@media screen and (max-width: 1280px) {
  .single-product div.product .summary {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
  width: 48%;
  margin-bottom: 120px;
}
@media screen and (max-width: 1280px) {
  .single-product div.product .woocommerce-product-gallery {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.single-product div.product .woocommerce-product-gallery:after {
  content: "";
  position: absolute;
  left: -100px;
  top: -90px;
  height: 50%;
  width: 1px;
  background: #dedede;
}
.single-product div.product .woocommerce-product-gallery:before {
  z-index: -2;
  content: "";
  position: absolute;
  left: -100px;
  height: 1px;
  top: calc(50% - 90px);
  background: #dedede;
  width: 100vw;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
  position: relative;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 15px 20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs:after {
  content: "";
  position: absolute;
  left: 0;
  top: -50%;
  height: 100%;
  width: 100%;
  border: none;
  z-index: -1;
  border: 1px solid #dedede;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  list-style: none;
  max-width: 150px;
  cursor: pointer;
  float: left;
  margin: 2%;
  position: relative;
  border: 1px solid #dedede;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  position: relative;
  z-index: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

div.qty {
  float: left;
  padding: 10px;
  font-weight: 600;
}

.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: #0f834d;
}
.stock.out-of-stock {
  color: #e2401c;
}

.variations_form table {
  text-align: left;
}
.variations_form select {
  border: 1px solid #dedede;
  background: #fff;
  padding: 10px 20px;
  max-width: 60%;
}
.variations_form .reset_variations {
  text-decoration: none;
  color: #f5831f;
  margin-left: 5px;
}

.woocommerce-variation-price {
  display: none;
}

.product_meta {
  display: none;
}

.single_add_to_cart_button {
  margin-top: 20px;
}

.related h2,
.feature__guides-product-page h2 {
  font-size: 7rem;
}
@media screen and (max-width: 1400px) {
  .related h2,
  .feature__guides-product-page h2 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 860px) {
  .related h2,
  .feature__guides-product-page h2 {
    font-size: 4rem;
  }
}

.feature__guides-product-page .features {
  padding-top: 30px;
  padding-bottom: 50px;
}

.woocommerce-product-gallery__wrapper {
  margin: 0;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: 1em;
}

.woocommerce-product-gallery__trigger img {
  opacity: 0;
}

.woocommerce-product-gallery__trigger {
  text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  z-index: 1 !important;
}

.woocommerce-product-gallery__trigger:before {
  opacity: 0;
}

.woocommerce-product-gallery__trigger:after {
  opacity: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  border: 1px solid #dedede;
}

.single-product .woocommerce-product-gallery__image:not(.flex-active-slide) {
  border: 1px solid #dedede;
}

.added_to_quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-top: 50px;
  text-transform: uppercase;
  padding: 12px 20px 10px 20px;
  background: #148414;
  color: #ffffff !important;
  font-family: forma-djr-display, sans-serif;
  font-weight: 700;
  border-radius: 30px;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid #148414;
  line-height: 1;
}
.added_to_quote:before {
  position: absolute;
  content: "Product added to quote successfully.";
  top: -32px;
  color: #148414;
  text-transform: none;
  font-weight: 400;
  width: 308px;
  left: 3px;
}
@media screen and (max-width: 1400px) {
  .added_to_quote {
    font-size: 1.2rem;
  }
}

.woocommerce-variation-price {
  display: block;
  margin-bottom: 20px;
  color: #777;
}

.woocommerce-variation-price .price {
  color: #555;
}

.heater-size-chart {
  text-align: center;
}
.heater-size-chart th {
  background: #f5831f;
  color: #fff;
}
.heater-size-chart tr {
  border: 1px solid #eee;
}
.heater-size-chart tr:nth-child(odd) td {
  background: #eee;
}
.heater-size-chart tr:nth-child(even) td {
  background: #fff;
}

.variations tr {
  display: -ms-grid;
  display: grid;
}

div.qty {
  float: none;
  padding-bottom: 5px;
}

.single_add_to_cart_button {
  margin-top: 30px;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}
th.product-thumbnail,
td.product-thumbnail {
  display: none !important;
}

form.addify-quote-form table.addify-quote-form__contents th {
  padding: 10px;
}

.woocommerce-cart-form__quote-item a {
  color: #f5831f;
  text-decoration: none;
}
.woocommerce-cart-form__quote-item .table.addify-quote-form__contents .product-thumbnail, .woocommerce-cart-form__quote-item table.addify-quote-form__contents .product-remove {
  width: 5%;
}
.woocommerce-cart-form__quote-item .variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-cart-form__quote-item .variation dt {
  width: 25%;
  border-bottom: 1px solid #dedede;
  padding: 10px 0;
}
.woocommerce-cart-form__quote-item .variation dd {
  width: 75%;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #dedede;
}
.woocommerce-cart-form__quote-item .variation dd p {
  margin: 0;
  padding: 0;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
  color: #fff;
}

.afrfq_update_quote_btn {
  margin: 10px 0 30px 0;
  cursor: pointer;
}

.addify_checkout_place_quote {
  cursor: pointer;
}

td.actions {
  text-align: center !important;
}

div.af_quote_fields {
  width: 100% !important;
}

.product-name a {
  font-weight: 600;
}

section.addify-quote-details table.quote_details.cart th, section.addify-quote-details table.quote_details th, table.shop_table_responsive tr th {
  font-size: 2rem;
}

table.addify-quote-form__contents {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin-bottom: 50px;
}
table.addify-quote-form__contents tr {
  border-bottom: 1px solid #dedede;
}
table.addify-quote-form__contents tr td {
  background: #fefefe !important;
}
table.addify-quote-form__contents tr td.actions {
  background: #fafafa !important;
}

/**
 * General WooCommerce components
 */
.price {
  color: #f5831f;
}

/**
 * Breadcrumbs
 */
.woocommerce-breadcrumb {
  margin: 20px 0 60px 0;
  font-size: 1.5rem;
}
.woocommerce-breadcrumb a {
  text-decoration: none;
  color: #f5831f;
}

/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
  margin-left: 20px;
}
.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #f5831f;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #353635;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #353635;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #f5831f;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #f5831f;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: #353635;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #f5831f;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs {
  clear: both;
  padding: 40px;
  border: 1px solid #dedede;
}
.woocommerce-tabs h2 {
  display: none;
}
.woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 1em 0.5em;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.woocommerce-tabs ul.tabs li {
  border: none;
  background-color: #ffffff;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 2em 0 0;
}
.woocommerce-tabs ul.tabs li a {
  text-decoration: none;
  color: #353635;
}
.woocommerce-tabs ul.tabs li.active a {
  color: #f5831f;
}
.woocommerce-tabs .entry-content {
  padding-bottom: 0;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce-password-strength.bad {
  color: #e2401c;
}
.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  -webkit-box-shadow: inset 2px 0 0 #0f834d;
          box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
  -webkit-box-shadow: inset 2px 0 0 #e2401c;
          box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #0f834d;
  clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}

.woocommerce-error {
  background-color: #e2401c;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
.col2-set {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 860px) {
  .col2-set {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.woocommerce-form label {
  display: block;
}
.woocommerce-form a {
  color: #f5831f;
  text-decoration: none;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
  padding: 20px;
  list-style-type: none;
  margin: 0 0 30px 0;
}
.woocommerce-message li, .woocommerce-info li, .woocommerce-error li, .woocommerce-noreviews li, p.no-comments li {
  margin: 0 20px;
  color: #fff;
}

.woocommerce-form-login__rememberme {
  margin-bottom: 20px;
}

/* Account */
.logged-in.woocommerce-account .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce-MyAccount-navigation {
  width: 25%;
}
.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.woocommerce-MyAccount-navigation-link {
  padding: 10px;
  border-top: 1px solid #dedede;
}
.woocommerce-MyAccount-navigation-link a {
  text-decoration: none;
  color: #353635;
}
.woocommerce-MyAccount-navigation .is-active a {
  color: #f5831f;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders {
  display: none;
}

.woocommerce-MyAccount-content {
  width: 75%;
  padding-left: 30px;
}

section.addify-quote-details table.quote_details th {
  background: #fff;
  color: #353635;
}

section.addify-quote-details table.quote_details.cart th, section.addify-quote-details table.quote_details th,
table.shop_table_responsive tr th {
  padding: 10px 15px;
  color: #fff;
  background-color: #f5831f;
  text-align: left;
  border: none;
  font-weight: 400;
}

table.shop_table_responsive {
  border-spacing: 0; /* Removes the cell spacing via CSS */
  border-collapse: collapse; /* Optional - if you don't want to have double border where cells touch */
}

table.shop_table_responsive tr td {
  text-align: left;
  padding: 10px 15px;
  line-height: 1;
  background: #fafafa;
}

.woocommerce-ordering select {
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #dedede;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
.page-numbers li {
  padding: 0 6px;
}
.page-numbers a {
  color: #f5831f;
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #f5831f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  -webkit-box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #f5831f;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

.wpc-filter-content a,
.wpc-filter-content a:visited {
  color: #353635;
}

.wpc-filters-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpc-filter-title {
  margin-bottom: 0 !important;
  margin-right: 10px;
}

.wpc-filters-ul-list {
  margin-bottom: 0;
}

.wpc-filter-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-woocommerce-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.related .price {
  display: none !important;
}

.woocommerce-message .button {
  margin-right: 20px;
}

.woocommerce-message--info {
  background: #eee;
  color: #353635;
  border: 1px solid #dedede;
}

.woocommerce-form-login {
  padding-right: 20px;
}

/* LOGGED IN */
@media screen and (max-width: 1080px) {
  .logged-in.woocommerce-account .woocommerce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .woocommerce-MyAccount-navigation {
    padding-bottom: 20px;
    width: 100%;
  }
  .woocommerce-MyAccount-content {
    width: 100%;
    padding-left: 0;
  }
}
/* FORM */
.woocommerce-address-fields .input-text,
.woocommerce-Input.woocommerce-Input--password,
.woocommerce-Input.woocommerce-Input--email,
.woocommerce-Input.woocommerce-Input--text {
  width: 100%;
}

.form-row label,
.woocommerce-form-row label {
  font-weight: 600;
}

.woocommerce-EditAccountForm fieldset {
  padding: 20px;
}
.woocommerce-EditAccountForm fieldset legend {
  color: #f5831f;
  font-weight: 600;
  padding: 0 10px;
}

button.addify_checkout_place_quote {
  margin-bottom: 30px;
  float: none !important;
}

.form-row label {
  display: block;
}

.col2-set {
  gap: 2rem;
}

.input-text {
  width: 100%;
}

.shop_table td {
  padding: 15px;
  border: 1px solid #eee;
  line-height: 1.4;
}

.shop_table th {
  text-align: left;
}

.cart_item dd, .cart_item .variation {
  margin: 0;
}
.cart_item dd p, .cart_item .variation p {
  margin: 0;
}

.checkout ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.wc_payment_methods li {
  padding: 15px 0;
  border-top: 1px solid #aaa;
}

.wc_payment_method p {
  margin: 0;
}

.wc_payment_method label {
  font-weight: 700;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-top: 20px;
}
.woocommerce-terms-and-conditions-wrapper p {
  font-size: 12px;
}

.woocommerce-shipping-methods {
  list-style-type: none;
}
.woocommerce-shipping-methods label {
  padding-left: 5px;
}
.woocommerce-shipping-methods li {
  padding: 4px 0;
}