/*
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 {
  font-size: 25px;
}

@media (min-width: 768px) {
  table.shop_table_responsive tr td.product-remove {
    padding-right: 0;
  }
}

table.shop_table_responsive tr td.product-remove a {
  text-decoration: none;
  color: #404a46;
  opacity: .5;
}

table.shop_table_responsive tr td.product-remove a:hover {
  color: #2da272;
  opacity: 1;
}

table.shop_table_responsive tr td.product-remove::before {
  display: none;
}

table.shop_table_responsive tr td.product-thumbnail, table.shop_table_responsive tr td.actions, table.shop_table_responsive tr td.download-actions {
  text-align: left;
}

table.shop_table_responsive tr td.product-thumbnail::before, 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.actions {
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  table.shop_table_responsive tr td.actions {
    padding-bottom: 20px;
    background: #fff;
  }
}

table.shop_table_responsive tr td.actions:after {
  content: '';
  display: table;
  clear: both;
}

table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

table.shop_table_responsive tr td.product-thumbnail {
  padding-left: 0;
  padding-right: 0;
}

table.shop_table_responsive tr td.product-thumbnail img {
  display: block;
}

@media (min-width: 768px) {
  table.shop_table_responsive tr td.product-thumbnail img {
    max-width: 100px;
  }
}

table.shop_table_responsive tr td.product-name a {
  color: #404a46;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

table.shop_table_responsive tr td.product-name a:hover {
  color: #2da272;
}

table.shop_table_responsive tr td.product-price .amount {
  font-size: 18px;
  color: #404a46;
}

table.shop_table_responsive tr td.product-quantity .qty {
  max-width: 100px;
  display: inline-block;
}

table.shop_table_responsive .actions .coupon {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

@media (min-width: 768px) {
  table.shop_table_responsive .actions .coupon {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
}

table.shop_table_responsive .actions input[name='coupon_code'] {
  margin-bottom: 10px;
}

table.shop_table_responsive .actions .button {
  padding: 10px 30px;
  font-size: 14px;
}

table.shop_table_responsive .actions .button[name='apply_coupon'] {
  width: 100%;
}

@media (min-width: 768px) {
  table.shop_table_responsive .actions .button[name='apply_coupon'] {
    float: left;
    width: auto;
  }
}

table.shop_table_responsive .actions .button[name='update_cart'] {
  width: 100%;
}

@media (min-width: 768px) {
  table.shop_table_responsive .actions .button[name='update_cart'] {
    float: right;
    width: auto;
  }
}

@media (min-width: 768px) {
  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;
  }
}

table.variations {
  border: 0;
  background: transparent;
  position: relative;
  margin-bottom: 40px;
}

table.variations th, table.variations td {
  padding: 0 0 15px;
  border: 0;
}

table.variations th {
  padding-right: 15px;
  text-align: left;
  background: transparent;
}

table.variations .reset_variations {
  position: absolute;
  right: 0;
  top: 100%;
}

table.variations label {
  margin: 0;
}

table.variations select {
  width: 100%;
}

table.woocommerce-product-attributes th {
  text-align: left;
}

@media (max-width: 767px) {
  table.cart {
    background: transparent;
  }
}

table.cart th, table.cart td {
  border-bottom-width: 0;
}

table.cart th:last-child, table.cart td:last-child {
  border-bottom-width: 1px;
}

@media (min-width: 768px) {
  table.cart th, table.cart td {
    border-right-width: 0;
    border-left-width: 0;
  }
  table.cart th:first-child, table.cart td:first-child {
    border-left-width: 1px;
  }
  table.cart th:last-child, table.cart td:last-child {
    border-right-width: 1px;
  }
}

@media (max-width: 767px) {
  table.cart .cart_item {
    margin-bottom: 30px;
    display: block;
  }
}

table.order_details,
table.woocommerce-checkout-review-order-table {
  margin-bottom: 40px;
}

table.order_details .product-name,
table.order_details th,
table.woocommerce-checkout-review-order-table .product-name,
table.woocommerce-checkout-review-order-table th {
  text-align: left;
}

table.order_details .order-total,
table.woocommerce-checkout-review-order-table .order-total {
  color: #2da272;
  font-size: 20px;
}

table.woocommerce-checkout-review-order-table .woocommerce-shipping-methods {
  margin-bottom: 0;
}

table.woocommerce-grouped-product-list {
  border: 0;
}

table.woocommerce-grouped-product-list td, table.woocommerce-grouped-product-list th {
  border-width: 0 0 1px 0;
}

table.woocommerce-grouped-product-list label {
  margin-bottom: 0;
}

table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price,
table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity {
  padding-left: 0;
  padding-right: 0;
}

table.woocommerce-grouped-product-list .qty {
  max-width: 80px;
  padding: 5px 10px;
}

table.order_details .order,
table.woocommerce-orders-table .order {
  font-size: 16px;
}

table.order_details .button,
table.woocommerce-orders-table .button {
  padding: 10px 20px;
  font-size: 14px;
  text-align: center;
}

/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
}

ul.products:after {
  content: '';
  display: table;
  clear: both;
}

ul.products li.product {
  list-style: none;
  position: relative;
  padding: 0;
}

ul.products li.product img {
  display: block;
}

ul.products li.product .woocommerce-loop-product__link {
  text-decoration: none;
  position: relative;
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 10px;
  display: block;
}

ul.products li.product .woocommerce-loop-product__link img {
  margin-bottom: 20px;
}

ul.products li.product .woocommerce-loop-product__link:before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  background: #f6fbf6;
  width: 45%;
  max-width: 145px;
  display: block;
  position: absolute;
  z-index: -1;
}

ul.products li.product .woocommerce-loop-product__title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

ul.products li.product .woocommerce-loop-product__title:hover {
  color: #2da272;
}

ul.products li.product .price {
  display: block;
}

ul.products li.product .button {
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
  padding: 8px 30px;
  background: #2da272;
  color: #fff;
  margin-right: 10px;
  border: 1px solid transparent;
}

ul.products li.product .button:hover {
  color: #404a46;
  background: #f2e053;
}

ul.products li.product .added_to_cart {
  font-size: 13px;
  background: transparent;
  padding: 8px 30px;
  color: #2da272;
  font-weight: 700;
  letter-spacing: 1.5px;
  border-radius: 2em;
  border: 1px solid #2da272;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  margin-top: 10px;
}

ul.products li.product .added_to_cart:hover {
  color: #404a46;
  border-color: #f2e053;
  background: #f2e053;
}

@media (min-width: 768px) {
  ul.products li.product {
    width: 48.1%;
    float: left;
    margin-right: 3.8%;
    margin-bottom: 3.8%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }
}

@media (max-width: 992px) {
  ul.products li.product:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  ul.products li.product {
    width: 22.15%;
  }
  ul.products.columns-2 li.product {
    width: 48.1%;
  }
  ul.products.columns-3 li.product {
    width: 30.79667%;
  }
  ul.products.columns-4 li.product {
    width: 22.15%;
  }
  ul.products.columns-5 li.product {
    width: 16.96%;
  }
  ul.products.columns-6 li.product {
    width: 13.49333%;
  }
}

.woocommerce-products-header {
  display: none;
}

.woocommerce-shop-info {
  padding-bottom: 30px;
}

.woocommerce-shop-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .woocommerce-shop-info-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .woocommerce-result-count {
    margin: 0;
    padding-right: 20px;
  }
}

.woocommerce-ordering select {
  margin-bottom: 0;
}

.woocommerce-shop-wrapper {
  max-width: 1410px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 992px) {
  .woocommerce-shop-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.woocommerce-sidebar {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

@media (min-width: 992px) {
  .woocommerce-sidebar {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
    margin-right: 3.8%;
  }
}

.woocommerce-shop-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

@media (min-width: 992px) {
  .woocommerce-shop-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 76.2%;
    flex: 1 0 76.2%;
  }
}

.products.upsells,
.products.related {
  max-width: 1410px;
  margin: 0 auto 40px;
}

.products.upsells > h2,
.products.related > h2 {
  text-align: center;
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 40px;
}

/**
 * Single product
 */
.single-product-header {
  max-width: 1140px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 992px) {
  .single-product-header {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 100px;
  }
}

.single-product-images-wrapper {
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .single-product-images-wrapper {
    width: 50%;
    margin-right: 5%;
  }
}

.single-product .entry-summary {
  margin: 0;
  width: 100%;
  padding: 25px;
  background: #f6fbf6;
}

@media (min-width: 992px) {
  .single-product .entry-summary {
    width: 45%;
  }
}

.single-product .entry-summary .product_title {
  font-size: 34px;
  line-height: 42px;
}

.single-product .entry-summary .button {
  padding: 10px;
}

.single-product .entry-summary .woocommerce-product-details__short-description {
  margin-bottom: 25px;
}

.single-product .entry-summary .woocommerce-variation,
.single-product .entry-summary .woocommerce-variation-description {
  margin-bottom: 10px;
}

.single-product .entry-summary .woocommerce-variation-description {
  font-size: .875em;
}

.single-product .entry-summary form.cart,
.single-product .entry-summary .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-product .entry-summary form.cart .quantity,
.single-product .entry-summary .woocommerce-variation-add-to-cart .quantity {
  margin-right: 20px;
  margin-bottom: 0;
}

.single-product .entry-summary form.cart .quantity input,
.single-product .entry-summary .woocommerce-variation-add-to-cart .quantity input {
  max-width: 100px;
}

.single-product .entry-summary form.cart .button,
.single-product .entry-summary .woocommerce-variation-add-to-cart .button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.single-product .entry-summary form.cart.variations_form {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-product .entry-summary form.cart.variations_form .single_variation_wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.single-product .entry-summary form.cart.grouped_form {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-product .entry-summary form.cart.grouped_form .button {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  text-align: center;
}

.single-product .entry-summary form.cart.grouped_form .woocommerce-grouped-product-list-item__quantity .button {
  padding: 10px 20px;
}

.single-product .entry-summary form.cart.grouped_form .woocommerce-grouped-product-list-item__price .stock {
  font-size: 14px;
  line-height: 1;
}

.single-product .entry-summary .product_meta {
  margin-top: 40px;
}

.single-product .entry-summary .product_meta > span {
  margin-right: 15px;
}

.single-product .entry-summary .woocommerce-product-rating .star-rating {
  float: left;
  margin-right: 15px;
}

.single-product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
  vertical-align: baseline;
  font-size: .875em;
}

.single-product .entry-summary > .price {
  color: #404a46;
}

.single-product div.product {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.single-product div.product .woocommerce-product-gallery a,
.single-product div.product .woocommerce-product-gallery img {
  display: block;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  display: block;
  z-index: 1;
  font-size: 0;
  width: 28px;
  height: 28px;
  top: 20px;
  right: 20px;
  text-align: center;
  color: #66706c;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  color: #2da272;
  text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  content: "\f00e";
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image--placeholder,
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image,
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 3.8%;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
  -webkit-transition: .3s;
  transition: .3s;
}

.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;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
  margin-right: 3.8%;
  margin-bottom: 3.8%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.79667%;
  margin-right: 3.8%;
  margin-bottom: 3.8%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
  margin-right: 3.8%;
  margin-bottom: 3.8%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
  margin-right: 3.8%;
  margin-bottom: 3.8%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

.stock:empty::before {
  display: none;
}

.stock.in-stock {
  color: #f2e053;
  font-weight: 600;
}

.stock.out-of-stock {
  color: #e2401c;
  font-weight: 600;
}

.woocommerce-Reviews .comment-reply-title, .woocommerce-Reviews-title {
  font-size: 24px;
  line-height: 34px;
}

.woocommerce-Reviews .comment-reply-title {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
}

.woocommerce-Reviews .woocommerce-noreviews {
  margin-bottom: 15px;
}

.woocommerce-Reviews .comment-form-rating {
  margin-bottom: 20px;
}

.woocommerce-Reviews .comment-form-rating .stars {
  margin-bottom: 0;
}

.woocommerce-Reviews .comment-form-rating .stars > span {
  display: block;
  line-height: 1;
}

.woocommerce-Reviews ol.commentlist {
  margin: 0;
  padding: 0;
}

.woocommerce-Reviews ol.commentlist .review {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.woocommerce-Reviews ol.commentlist .comment_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.woocommerce-Reviews ol.commentlist .avatar {
  margin-right: 25px;
  border-radius: 50%;
}

.woocommerce-Reviews ol.commentlist .woocommerce-review__author {
  color: #404a46;
}

.woocommerce-Reviews ol.commentlist .woocommerce-review__published-date {
  font-size: .875em;
  color: #66706c;
}

.woocommerce-Reviews ol.commentlist .meta {
  margin-bottom: 10px;
}

.woocommerce-Reviews ul.children {
  margin-left: 0;
}

/**
 * Checkout
 */
@media (min-width: 992px) {
  .col2-set .form-row-wide:after {
    content: '';
    display: table;
    clear: both;
  }
  .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%;
  }
  .col2-set .form-row-first:after,
  .col2-set .form-row-last:after {
    display: none;
  }
}

.woocommerce-checkout label {
  font-size: .75em;
}

.woocommerce-form-coupon,
.woocommerce-form-login,
.col-1,
.col-2,
.woocommerce-checkout-payment {
  background: #f6fbf6;
  padding: 15px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .woocommerce-form-coupon,
  .woocommerce-form-login,
  .col-1,
  .col-2,
  .woocommerce-checkout-payment {
    padding: 30px 25px;
  }
}

.col-1:after,
.col-2:after {
  content: '';
  display: table;
  clear: both;
}

.woocommerce-account-fields {
  margin-top: 40px;
}

.woocommerce-form-coupon-toggle {
  margin-bottom: 40px;
}

.woocommerce-form-coupon .form-row-last {
  margin-bottom: 0;
}

.woocommerce-shipping-fields > h3 {
  font-size: 24px;
  line-height: 34px;
}

.woocommerce-shipping-fields > h3 label {
  margin-bottom: 0;
  display: block;
  font-size: inherit;
  font-weight: inherit;
}

.woocommerce-shipping-fields > h3 input {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 5px 0;
}

.woocommerce-shipping-fields .shipping_address {
  margin-bottom: 20px;
}

.woocommerce-form-login-toggle {
  margin-bottom: 40px;
}

.woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
  margin-bottom: 20px;
}

.woocommerce-form-login .lost_password {
  margin-bottom: 0;
}

.woocommerce-checkout-payment {
  margin-bottom: 0;
}

.woocommerce-checkout-payment .woocommerce-privacy-policy-text,
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 20px;
}

#customer_details .woocommerce-billing-fields > h3,
#customer_details .woocommerce-additional-fields > h3 {
  font-size: 24px;
  line-height: 34px;
}

.woocommerce-cart-form {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .woocommerce-cart-form {
    margin-bottom: 80px;
  }
}

.cart-collaterals .cart_totals > h2,
.cart-collaterals .cross-sells > h2 {
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 40px;
}

.cart-collaterals .cross-sells {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .cart-collaterals .cross-sells {
    margin-bottom: 80px;
  }
}

.cart_totals .woocommerce-shipping-calculator {
  margin-top: 10px;
}

.cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
  background: transparent;
  border: 1px solid #404a46;
  color: #404a46;
  padding: 10px 24px;
  border-radius: 2em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  line-height: 19px;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
}

.cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
  background: #66706c;
  color: #fff;
  border-color: #66706c;
}

.cart_totals .woocommerce-shipping-calculator .button {
  padding: 11px 24px 10px;
  font-size: 14px;
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 992px) {
  .site-header-cart {
    padding: 0 25px;
    margin-bottom: 20px;
  }
}

.site-header-cart > li {
  margin: 0;
}

.site-header-cart .cart-contents {
  text-decoration: none;
  display: block;
  position: relative;
  padding: 0 20px 0 0;
  color: #404a46;
}

@media (max-width: 992px) {
  .site-header-cart .cart-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Cormorant Garamond", serif;
  }
}

.site-header-cart .cart-contents:hover {
  color: #2da272;
}

@media (max-width: 992px) {
  .site-header-cart .cart-contents:before {
    content: attr(title);
  }
}

.site-header-cart .cart-contents .icon {
  width: 30px;
  text-align: center;
}

@media (max-width: 992px) {
  .site-header-cart .cart-contents .icon {
    margin-left: auto;
  }
}

.site-header-cart .cart-contents .count {
  position: absolute;
  right: 5px;
  top: 0;
  min-width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  line-height: 20px;
  background: #f2e053;
  color: #404a46;
  padding: 0 2px;
}

.site-header-cart .widget_shopping_cart {
  display: none;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  position: absolute;
  top: 120%;
  width: 300px;
  z-index: 99;
  right: 0;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  overflow: hidden;
}

@media (min-width: 992px) {
  .site-header-cart .widget_shopping_cart {
    display: block;
  }
}

.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
  position: static;
  visibility: visible;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-header-cart .product_list_widget a {
  padding-left: 0;
  padding-bottom: 5px;
}

.site-header-cart .product_list_widget a:before {
  display: none;
}

.site-header-cart .product_list_widget li:hover {
  background: transparent;
}

.site-header-cart .product_list_widget li:hover a {
  -webkit-transform: none;
  transform: none;
}

.site-header-cart .product_list_widget .remove {
  width: auto;
}

.site-header-cart .product_list_widget li {
  padding-bottom: 5px;
}

@media (min-width: 992px) {
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    display: block;
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}

.star-rating::before {
  content: "\53\53\53\53\53";
  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: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: #f2e053;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
  color: #f2e053;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "\53";
  color: #f2e053;
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover ~ a::before {
  content: "\53";
  color: #f2e053;
  opacity: 0.25;
}

p.stars:hover a::before {
  content: "\53";
  color: #f2e053;
  opacity: 1;
}

p.stars.selected a.active::before {
  content: "\53";
  color: #f2e053;
  opacity: 1;
}

p.stars.selected a.active ~ a::before {
  content: "\53";
  color: #66706c;
  opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
  content: "\53";
  color: #f2e053;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}

.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: #2da272;
}

.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 {
  border-color: #2da272;
}

.form-row.woocommerce-invalid input.input-text {
  border-color: #e2401c;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments,
.woocommerce-thankyou-order-received {
  background-color: #2da272;
  clear: both;
  padding: 10px 15px;
  color: #fff;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .woocommerce-message,
  .woocommerce-info,
  .woocommerce-error,
  .woocommerce-noreviews,
  p.no-comments,
  .woocommerce-thankyou-order-received {
    padding: 15px 25px;
  }
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a,
.woocommerce-thankyou-order-received a {
  color: inherit;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button,
.woocommerce-thankyou-order-received .button {
  padding: 10px 25px;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}

.woocommerce-error {
  background-color: #e2401c;
}

.woocommerce-notices-wrapper {
  max-width: 1140px;
  margin: 0 auto;
}

.site-main > .woocommerce-notices-wrapper {
  margin-top: 40px;
}

ul.woocommerce-error {
  list-style: none;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

.onsale {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #2da272;
  color: #f6fbf6;
  font-size: 16px;
  padding: 6px 15px;
  line-height: 1.1;
  z-index: 1;
}

.woocommerce-Price-amount {
  font-weight: 600;
  color: #2da272;
}

.woocommerce-grouped-product-list-item__price,
.price {
  font-size: 20px;
}

.woocommerce-grouped-product-list-item__price del,
.price del {
  color: #66706c;
}

.woocommerce-grouped-product-list-item__price del .woocommerce-Price-amount,
.price del .woocommerce-Price-amount {
  font-size: .75em;
  font-weight: 400;
  color: inherit;
}

.woocommerce-grouped-product-list-item__price ins,
.price ins {
  background: transparent;
}

.woocommerce-pagination {
  font-size: 18px;
}

.woocommerce-pagination ul {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-pagination li {
  margin: 0;
}

.woocommerce-pagination span.page-numbers,
.woocommerce-pagination a {
  min-width: 39px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  background: #2da272;
  margin: 0 5px 5px;
  padding: 0 5px;
  color: #fff;
  display: block;
  border-radius: 50%;
}

.woocommerce-pagination span.page-numbers.current, .woocommerce-pagination span.page-numbers:hover,
.woocommerce-pagination a.current,
.woocommerce-pagination a:hover {
  text-decoration: none;
  color: #404a46;
}

.woocommerce-pagination span.page-numbers.current,
.woocommerce-pagination a.current {
  background: #f2e053;
}

.woocommerce-pagination span.page-numbers:hover:not(.current),
.woocommerce-pagination a:hover:not(.current) {
  background: #e7f5e7;
}

.woocommerce-pagination span.page-numbers:hover:not(.current) .next-icon,
.woocommerce-pagination span.page-numbers:hover:not(.current) .prev-icon,
.woocommerce-pagination a:hover:not(.current) .next-icon,
.woocommerce-pagination a:hover:not(.current) .prev-icon {
  border-color: #404a46;
}

.woocommerce-pagination .next-icon,
.woocommerce-pagination .prev-icon {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
}

.woocommerce-pagination .next-icon {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 2px 2px 2px -3px;
}

.woocommerce-pagination .prev-icon {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: 2px -3px 2px 0;
}

.woocommerce-tabs {
  margin: 80px auto;
  max-width: 750px;
}

.woocommerce-tabs ul.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f6fbf6;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .woocommerce-tabs ul.tabs {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.woocommerce-tabs ul.tabs li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

@media (min-width: 768px) {
  .woocommerce-tabs ul.tabs li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    border-bottom: 0;
  }
}

.woocommerce-tabs ul.tabs li:last-child {
  border-right: 0;
  border-bottom: 0;
}

.woocommerce-tabs ul.tabs li a {
  padding: 15px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #404a46;
  text-decoration: none;
}

.woocommerce-tabs ul.tabs li a:hover,
.woocommerce-tabs ul.tabs li.active a {
  color: #2da272;
}

.woocommerce-tabs .woocommerce-Tabs-panel {
  margin-top: 35px;
}

.woocommerce-tabs .woocommerce-Tabs-panel > h2:first-child {
  font-size: 24px;
  line-height: 34px;
}

.select2-container {
  display: block;
  text-align: left;
}

.select2-container .select2-selection {
  height: 48px;
  color: #2da272;
  border: 1px solid #ececee;
  background-color: #fff;
  font-size: .9em;
  line-height: 30px;
  padding: 8px 20px;
  border-radius: 10px;
  font-weight: 400;
  margin: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  bottom: 0;
  width: 32px;
  height: auto;
  background-image: url("images/icon-angle-down.svg");
  background-repeat: no-repeat;
  background-position: right 15px top 21px;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container .select2-search--dropdown {
  padding: 12px;
}

.select2-container .select2-dropdown {
  border-color: #ececee;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

.select2-container.select2-container--open .select2-dropdown--above {
  border-radius: 10px 10px 0 0;
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ececee;
}

.select2-container.select2-container--default .select2-results__option[aria-selected=true],
.select2-container.select2-container--default .select2-results__option[data-selected=true] {
  background-color: #404a46;
  color: #fff;
}

.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #2da272;
}

.woocommerce-shipping-methods {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.woocommerce-shipping-methods li label {
  margin: 0;
}

.woocommerce-shipping-methods li input {
  margin-right: 10px;
}

ul.wc_payment_methods {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

ul.wc_payment_methods label {
  margin-bottom: 0;
  font-size: inherit;
}

ul.wc_payment_methods .payment_box {
  padding-left: 23px;
  font-size: .875em;
}

.woocommerce-order-overview {
  list-style: none;
  background: #f6fbf6;
  padding: 15px;
  margin-left: 0;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .woocommerce-order-overview {
    padding: 30px 25px;
  }
}

.woocommerce-customer-details > h2,
.woocommerce-order-details__title {
  font-size: 34px;
  line-height: 42px;
}

.woocommerce-customer-details .woocommerce-column {
  padding: 0;
  background: transparent;
}

.woocommerce-customer-details address {
  background: #f6fbf6;
  padding: 15px;
  margin-left: 0;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .woocommerce-customer-details address {
    padding: 30px 25px;
  }
}

.return-to-shop {
  margin-top: 20px;
}

.woo-no-products-found {
  margin-top: 80px;
  margin-bottom: 80px;
}

/**
 * WooCommerce widgets
 */
.woocommerce-sidebar .widget-title {
  color: #2da272;
}

.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: #2da272;
  -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: #2da272;
}

.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%;
}

.widget_rating_filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 30px;
}

.widget_rating_filter li {
  margin: 0;
}

.widget_rating_filter .star-rating {
  margin-right: 5px;
}

.widget_rating_filter a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_list_widget {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.product_list_widget li {
  margin-bottom: 20px;
}

.product_list_widget li:after {
  display: table;
  content: '';
  clear: both;
}

.product_list_widget img {
  display: block;
  width: 100%;
  margin-top: -5px;
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 70px;
  float: left;
}

.product_list_widget a {
  font-weight: 500;
  color: #404a46;
  display: block;
  line-height: 1.1;
  padding-top: 5px;
}

.product_list_widget a:hover {
  color: #2da272;
  text-decoration: none;
}

.product_list_widget del {
  color: #66706c;
}

.product_list_widget del .woocommerce-Price-amount {
  font-size: .875em;
  font-weight: 400;
  color: inherit;
}

.product_list_widget ins {
  background: transparent;
}

.widget_shopping_cart .mini_cart_item {
  position: relative;
}

.widget_shopping_cart a.remove {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  padding: 5px;
}

.widget_shopping_cart ul {
  margin-bottom: 20px;
}

.widget_shopping_cart ul li {
  margin-bottom: 10px;
}

.widget_shopping_cart ul:after {
  display: table;
  content: '';
  clear: both;
}

.widget_shopping_cart .woocommerce-mini-cart__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget_shopping_cart .woocommerce-mini-cart__total strong {
  font-weight: 600;
  letter-spacing: 0;
}

.widget_shopping_cart .woocommerce-mini-cart__total .amount {
  margin-left: auto;
  font-size: 18px;
  color: #404a46;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button:hover {
  color: #404a46;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .checkout {
  margin-top: 10px;
  background: transparent;
  color: #404a46;
  border: 1px solid #404a46;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .checkout:hover {
  color: #fff;
  border-color: #66706c;
  background: #66706c;
}

.woocommerce-MyAccount-navigation {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 40px;
}

.woocommerce-MyAccount-navigation ul li {
  margin: 0 30px 10px 0;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.woocommerce-MyAccount-navigation a:hover {
  color: #2da272;
}

.woocommerce-MyAccount-navigation .is-active {
  color: #2da272;
}

.woocommerce-EditAccountForm {
  background: #f6fbf6;
  padding: 15px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .woocommerce-EditAccountForm {
    padding: 30px 25px;
  }
}

.woocommerce-EditAccountForm fieldset {
  border: 1px solid #ece1ea;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}

.woocommerce-EditAccountForm fieldset legend {
  padding: 0 10px;
}

.woocommerce-columns--addresses .woocommerce-column__title {
  font-size: 24px;
}

.woocommerce-columns--addresses address {
  margin: 0;
}

body.woocommerce-edit-address .woocommerce-MyAccount-content > form {
  background: #f6fbf6;
  padding: 15px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  body.woocommerce-edit-address .woocommerce-MyAccount-content > form {
    padding: 30px 25px;
  }
}

body.woocommerce-edit-address .woocommerce-address-fields__field-wrapper {
  margin-bottom: 30px;
}

body.woocommerce-edit-address label {
  font-size: .75em;
}

#customer_login h2 {
  font-size: 34px;
  line-height: 42px;
}

#customer_login .woocommerce-form-login {
  padding: 0;
  margin: 0;
}

.wp-block-woocommerce-mini-cart {
  display: block;
}

.wc-block-mini-cart__button {
  color: #fff;
  background: #2da272;
  padding: 15px 30px;
  border-radius: 2em;
}

.wc-block-mini-cart__button:hover {
  color: #404a46;
  background: #f2e053;
  opacity: 1 !important;
}

.wp-block-woocommerce-filled-mini-cart-contents-block {
  padding-top: 20px;
  padding-bottom: 20px;
}

.wp-block-woocommerce-filled-mini-cart-contents-block .wc-block-cart-item__image a {
  display: block;
  border-radius: 15px;
  overflow: hidden;
}

.wp-block-woocommerce-filled-mini-cart-contents-block .wc-block-cart-item__product .wc-block-components-product-name {
  font-weight: 500;
  color: #2da272;
  line-height: 1.1;
}

.wp-block-woocommerce-filled-mini-cart-contents-block .wc-block-cart-item__product .wc-block-components-product-name:hover {
  color: #66706c;
  text-decoration: none;
}

.wp-block-woocommerce-filled-mini-cart-contents-block .wc-block-components-product-price {
  font-size: 1em;
  color: #404a46;
}

.wp-block-woocommerce-filled-mini-cart-contents-block .wc-block-components-product-price__regular {
  font-size: .875em;
}

.wp-block-woocommerce-filled-mini-cart-contents-block .wc-block-components-product-price__value {
  font-weight: 600;
}

.wp-block-woocommerce-filled-mini-cart-contents-block .wc-block-cart-item__total .wc-block-components-product-price__value {
  font-size: 20px;
  color: #404a46;
}

.wp-block-woocommerce-filled-mini-cart-contents-block .wc-block-components-product-badge {
  border-radius: 0;
  background: #2da272;
  color: #fff;
  font-size: 14px;
  padding: 5px 15px 7px;
  line-height: 1;
}

.wp-block-woocommerce-filled-mini-cart-contents-block .wc-block-components-quantity-selector::after {
  border-color: #ccc;
  border-radius: 0;
}

.wp-block-woocommerce-filled-mini-cart-contents-block .wc-block-components-product-metadata__description {
  font-size: 14px;
}

.wp-block-woocommerce-filled-mini-cart-contents-block .wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__label {
  color: #2da272;
}

.wp-block-woocommerce-filled-mini-cart-contents-block .wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__value {
  font-size: 20px;
  color: #404a46;
}

.wp-block-woocommerce-filled-mini-cart-contents-block .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button {
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  padding: 17px 40px 17px;
  text-decoration: none;
  background: #404a46;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
}

.wp-block-woocommerce-filled-mini-cart-contents-block .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button:hover {
  background: #66706c;
}

.wp-block-woocommerce-filled-mini-cart-contents-block .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined {
  background: transparent;
  border: 1px solid #404a46;
  color: #404a46;
}

.wp-block-woocommerce-filled-mini-cart-contents-block .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined:hover {
  background: #66706c;
  border-color: #66706c;
  color: #fff;
}

.wc-block-price-slider .wc-block-components-price-slider__range-input-progress {
  --range-color: #2da272;
  border-radius: inherit;
}

.wc-block-price-slider .wc-block-components-price-slider__range-input-wrapper {
  background: #f6fbf6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wc-block-price-slider .wc-block-price-filter__amount {
  padding: 5px 15px;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
}

.wc-block-price-slider .wc-block-filter-submit-button {
  padding: 10px 35px;
}

.wc-block-price-slider .wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wc-block-product-search .wc-block-product-search__label {
  margin-bottom: 0;
}

.wc-block-product-search .wc-block-product-search__button {
  min-width: 50px;
}

.wc-block-product-search .wc-block-product-search__button svg {
  margin: 0 auto;
}

.wc-block-sort-select {
  text-align: left;
  margin-bottom: 20px;
}

.wc-block-sort-select .wc-block-sort-select__label {
  font-weight: 500;
  margin-bottom: 0;
}

.wc-block-sort-select select {
  width: 100%;
}

.wc-block-review-list {
  padding-left: 0;
}

.wc-block-components-review-list-item__info {
  margin-bottom: 10px;
}

.wc-block-active-filters .wc-block-active-filters__list-item-name {
  color: #2da272;
}

.wc-block-active-filters .wc-block-active-filters__list {
  margin-bottom: 10px;
}

.wc-block-active-filters .wc-block-active-filters__clear-all {
  color: #404a46;
  text-decoration: none;
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove {
  margin-top: -12px;
}
