.hidden {
  display: none;
}

body.woocommerce.no-shop-sidebar .woocommerce-shop-inner-wrapper {
  width: 100%;
  padding-left: 0;
  float: none;
}

.woocommerce-shop-wrapper {
  max-width: 1380px;
  margin: 0 auto;
}

.woocommerce-shop-wrapper:after {
  display: table;
  content: '';
  clear: both;
}

.woocommerce-shop-wrapper .shop-sidebar {
  margin-top: 3.75rem;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .woocommerce-shop-wrapper .shop-sidebar {
    margin-top: 0;
    width: 22%;
    max-width: 300px;
    float: left;
  }
}

.woocommerce-shop-wrapper .woocommerce-shop-inner-wrapper {
  width: 100%;
}

@media (min-width: 992px) {
  .woocommerce-shop-wrapper .woocommerce-shop-inner-wrapper {
    width: 78%;
    float: right;
    padding-left: 3.75rem;
  }
}

.woocommerce-shop-wrapper .shop-ordering-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .woocommerce-shop-wrapper .shop-ordering-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.woocommerce-shop-wrapper .shop-ordering-wrapper .woocommerce-result-count {
  margin: 0;
}

.woocommerce-shop-wrapper .shop-ordering-wrapper .woocommerce-result-count + .woocommerce-ordering {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .woocommerce-shop-wrapper .shop-ordering-wrapper .woocommerce-result-count + .woocommerce-ordering {
    margin-top: 0;
    margin-left: 2.5rem;
  }
}

.woocommerce-shop-wrapper .shop-ordering-wrapper .woocommerce-ordering {
  margin: 0;
}

.woocommerce-shop-wrapper .shop-ordering-wrapper .woocommerce-ordering select {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .woocommerce .woocommerce-column + .woocommerce-column {
    margin-top: 2.5rem;
  }
}

.woocommerce table.shop_table {
  border: 0;
  border-collapse: collapse;
  table-layout: auto;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  border: 0;
  border-bottom: 3px solid #efefef;
  padding: 1.875rem 0.25rem;
  text-align: center;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-top: 0;
}

.woocommerce table.shop_table tr:last-child:not(:only-child) td, .woocommerce table.shop_table tr:last-child:not(:only-child) th {
  border-bottom: 0;
}

.woocommerce table.shop_table img {
  width: 100px;
}

.woocommerce table.shop_table .product-subtotal {
  text-align: right;
}

.woocommerce table.shop_table .product-remove {
  text-align: center;
}

.woocommerce table.shop_table .product-remove a {
  margin: 0 auto;
}

.woocommerce table.shop_table .product-quantity label {
  display: none;
}

.woocommerce table.shop_table input[type="number"] {
  min-width: 115px;
  margin-left: auto;
}

@media (min-width: 768px) {
  .woocommerce table.shop_table input[type="number"] {
    margin: 0 auto;
  }
}

.woocommerce table.shop_table td.actions {
  padding-top: 2.5rem;
}

@media (min-width: 768px) {
  .woocommerce table.shop_table td.actions .coupon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1.875rem;
  }
}

.woocommerce table.shop_table td.actions .coupon input[type="text"] {
  margin-bottom: 8px;
  width: 100% !important;
  border: 3px solid #efefef;
  padding: .875rem 2rem;
}

@media (min-width: 768px) {
  .woocommerce table.shop_table td.actions .coupon input[type="text"] {
    margin-bottom: 0;
    max-width: 240px;
    margin-right: 1.875rem;
  }
}

.woocommerce table.shop_table td.actions .coupon button {
  width: 100% !important;
}

@media (min-width: 768px) {
  .woocommerce table.shop_table td.actions .coupon button {
    width: auto !important;
    float: left;
  }
}

.woocommerce table.shop_table td.actions button {
  padding: 1.425rem 3.125em;
  font-size: 17px;
  font-size: 1.0625rem;
  display: inline-block;
  border-radius: 33px;
  background: #96d6d1;
  color: #fff;
  border: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
}

.woocommerce table.shop_table td.actions button:hover {
  background-color: #b493f1;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.woocommerce table.shop_table td.actions button:active, .woocommerce table.shop_table td.actions button:focus {
  text-decoration: none;
}

.woocommerce table.shop_table td.actions button:disabled:hover {
  background-color: #96d6d1;
  color: #fff;
  cursor: not-allowed;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent;
}

.woocommerce table.wishlist_table {
  font-size: 16px;
  font-size: 1rem;
}

.woocommerce table.wishlist_table thead th {
  border-top: 0;
}

.woocommerce table.wishlist_table th,
.woocommerce table.wishlist_table td {
  padding: 1.875rem 0.25rem;
}

.woocommerce table.wishlist_table .yith-wcwl-share {
  margin: 0;
}

.woocommerce table.wishlist_table .yith-wcwl-share .yith-wcwl-share-title {
  font-size: 23px;
  font-size: 1.4375rem;
}

.woocommerce table.wishlist_table tfoot td {
  border-bottom: 0;
}

.woocommerce table.wishlist_table .product-stock-status .wishlist-in-stock {
  color: inherit;
}

.woocommerce table.wishlist_table .product-stock-status .wishlist-out-of-stock {
  color: inherit;
}

.woocommerce table.wishlist_table .yith-wcqv-button {
  padding: .5em 1.25em;
  background: transparent;
  color: #3d4b5d;
}

.woocommerce table.wishlist_table .yith-wcqv-button:hover {
  color: #b493f1;
  background: transparent;
}

.woocommerce table.wishlist_table .product-thumbnail a {
  max-width: 100px;
}

.woocommerce table.wishlist_table .product-thumbnail img {
  width: 100px;
  max-width: 100px;
}

.woocommerce table.wishlist_table .product-name a {
  color: inherit;
}

.woocommerce table.wishlist_table .product-price .amount {
  margin-top: .5rem;
  display: inline-block;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  letter-spacing: .5px;
  color: #b1b6bc;
  font-size: 18px;
  font-size: 1.125rem;
}

.woocommerce table.wishlist_table .product-price del,
.woocommerce table.wishlist_table .product-price ins {
  display: inline-block;
  text-decoration: none;
  background: none;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.125rem;
}

.woocommerce table.wishlist_table .product-price del .amount {
  color: #b1b6bc;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
}

.woocommerce table.wishlist_table .product-price del .amount:before {
  content: '';
  height: 2px;
  background: #b1b6bc;
  width: 100%;
  position: absolute;
  top: 50%;
}

.woocommerce table.wishlist_table .product-price ins {
  color: #98d6d1;
}

.woocommerce table.wishlist_table .product-price ins span.amount {
  color: inherit;
}

.woocommerce table.wishlist_table a.remove:hover {
  background-color: transparent !important;
}

.woocommerce span.onsale {
  background: #b493f1;
  border-radius: 33% 67% 62% 38% / 37% 39% 61% 63%;
  color: white;
  padding: .875em 1em;
  letter-spacing: 1px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  min-height: auto;
  min-width: auto;
  top: 1.25rem;
  right: auto;
  left: 1.25rem;
  z-index: 4;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding: 1.425rem 3.125em;
  font-size: 17px;
  font-size: 1.0625rem;
  display: inline-block;
  border-radius: 33px;
  background: #96d6d1;
  color: #fff;
  border: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  background-color: #b493f1;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.woocommerce #respond input#submit:active, .woocommerce #respond input#submit:focus,
.woocommerce a.button:active,
.woocommerce a.button:focus,
.woocommerce button.button:active,
.woocommerce button.button:focus,
.woocommerce input.button
.woocommerce #respond input#submit.disabled:active,
.woocommerce input.button
.woocommerce #respond input#submit.disabled:focus,
.woocommerce #respond input#submit:disabled:active,
.woocommerce #respond input#submit:disabled:focus,
.woocommerce #respond input#submit:disabled[disabled]:active,
.woocommerce #respond input#submit:disabled[disabled]:focus,
.woocommerce a.button.disabled:active,
.woocommerce a.button.disabled:focus,
.woocommerce a.button:disabled:active,
.woocommerce a.button:disabled:focus,
.woocommerce a.button:disabled[disabled]:active,
.woocommerce a.button:disabled[disabled]:focus,
.woocommerce button.button.disabled:active,
.woocommerce button.button.disabled:focus,
.woocommerce button.button:disabled:active,
.woocommerce button.button:disabled:focus,
.woocommerce button.button:disabled[disabled]:active,
.woocommerce button.button:disabled[disabled]:focus,
.woocommerce input.button.disabled:active,
.woocommerce input.button.disabled:focus,
.woocommerce input.button:disabled:active,
.woocommerce input.button:disabled:focus,
.woocommerce input.button:disabled[disabled]:active,
.woocommerce input.button:disabled[disabled]:focus {
  text-decoration: none;
}

.woocommerce #respond input#submit:disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce input.button
.woocommerce #respond input#submit.disabled:disabled:hover,
.woocommerce #respond input#submit:disabled:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:disabled:hover,
.woocommerce a.button.disabled:disabled:hover,
.woocommerce a.button:disabled:disabled:hover,
.woocommerce a.button:disabled[disabled]:disabled:hover,
.woocommerce button.button.disabled:disabled:hover,
.woocommerce button.button:disabled:disabled:hover,
.woocommerce button.button:disabled[disabled]:disabled:hover,
.woocommerce input.button.disabled:disabled:hover,
.woocommerce input.button:disabled:disabled:hover,
.woocommerce input.button:disabled[disabled]:disabled:hover {
  background-color: #96d6d1;
  color: #fff;
  cursor: not-allowed;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  padding: 1.03125rem 2.5rem;
  font-size: 15px;
  font-size: 0.9375rem;
  display: inline-block;
  border-radius: 33px;
  background: #96d6d1;
  color: #fff;
  border: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #b493f1;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.woocommerce #respond input#submit.alt:active, .woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:active,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:active,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:active,
.woocommerce input.button.alt:focus {
  text-decoration: none;
}

.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce a.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled:hover {
  background-color: #96d6d1;
  color: #fff;
  cursor: not-allowed;
}

.woocommerce-notices-wrapper {
  max-width: 1380px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .woocommerce ul.products[class*="columns-"] li.product-category {
    width: 100%;
  }
}

.woocommerce ul.products li.product:hover .product-loop-thumbnail-wrapper > .button {
  opacity: 1;
}

.woocommerce ul.products li.product:hover .product-loop-thumbnail-wrapper > .button.loading:after {
  top: 1rem;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product-buttons-wrapper {
  opacity: 1;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
  color: #b493f1;
}

.woocommerce ul.products li.product .star-rating {
  margin: 0 auto 1rem;
  font-size: 15px;
  font-size: 0.9375rem;
}

.woocommerce ul.products li.product a img {
  margin: 0;
}

.woocommerce ul.products li.product .product-loop-thumbnail-wrapper {
  margin-bottom: 1.25rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0;
  margin-bottom: .5rem;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title mark,
.woocommerce ul.products li.product .woocommerce-loop-category__title mark {
  background: transparent;
  color: inherit;
}

.woocommerce ul.products li.product .price {
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: .5px;
  line-height: 1;
  color: #b1b6bc;
}

.woocommerce ul.products li.product .price del {
  font-size: 17px;
  font-size: 1.0625rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 0 .25em;
  color: #b1b6bc;
}

.woocommerce ul.products li.product .price del:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.woocommerce ul.products li.product .price ins {
  color: #98d6d1;
}

.woocommerce ul.products li.product .product-loop-thumbnail-wrapper > .button {
  padding: 1.03125rem 2.5rem;
  font-size: 15px;
  font-size: 0.9375rem;
  display: inline-block;
  border-radius: 33px;
  background: #96d6d1;
  color: #fff;
  border: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  display: block;
  position: absolute;
  max-width: 90%;
  opacity: 0;
  transition: all .3s ease;
  text-align: center;
  margin: 0;
}

.woocommerce ul.products li.product .product-loop-thumbnail-wrapper > .button:hover {
  background-color: #b493f1;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.woocommerce ul.products li.product .product-loop-thumbnail-wrapper > .button:active, .woocommerce ul.products li.product .product-loop-thumbnail-wrapper > .button:focus {
  text-decoration: none;
}

.woocommerce ul.products li.product .product-loop-thumbnail-wrapper > .button:disabled:hover {
  background-color: #96d6d1;
  color: #fff;
  cursor: not-allowed;
}

.woocommerce ul.products li.product .woocommerce-loop-product-buttons-wrapper {
  background: #96d6d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  padding: .625rem 0;
  border-radius: 30px;
  bottom: 1.25rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product-buttons-wrapper > * {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  position: relative;
  opacity: 1;
  border-radius: 0;
  font-size: 15px;
  font-size: 0.9375rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product-buttons-wrapper > *:hover {
  background: transparent;
  color: #3d4b5d;
}

.woocommerce ul.products li.product .woocommerce-loop-product-buttons-wrapper > *:focus, .woocommerce ul.products li.product .woocommerce-loop-product-buttons-wrapper > *:active {
  outline: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product-buttons-wrapper .add-to-cart-wrapper {
  text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-product-buttons-wrapper .add-to-cart-wrapper > * {
  display: block;
}

.woocommerce ul.products li.product .woocommerce-loop-product-buttons-wrapper .add-to-cart-wrapper .button {
  margin: 0;
  padding: .5rem 1.25rem;
  background: transparent;
  font-size: 14px;
  font-size: 0.875rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product-buttons-wrapper .add-to-cart-wrapper .button:hover {
  background: transparent;
  color: #3d4b5d;
}

.woocommerce ul.products li.product .woocommerce-loop-product-buttons-wrapper .add-to-cart-wrapper .button.loading:after {
  right: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product-buttons-wrapper .add-to-cart-wrapper .added_to_cart {
  color: #fff;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product-buttons-wrapper .add-to-cart-wrapper .added_to_cart:hover {
  color: #3d4b5d;
}

.woocommerce ul.products li.product .woocommerce-loop-product-buttons-wrapper .yith-wcqv-button {
  padding: .5rem 1.25rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-left: 2px solid #84cfc9;
}

.woocommerce ul.products li.product .woocommerce-loop-product-buttons-wrapper .add-to-wishlist-wrapper {
  border-right: 2px solid #84cfc9;
  padding: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product-buttons-wrapper .add-to-wishlist-wrapper a {
  padding: .5rem 1.25rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product-buttons-wrapper .add-to-wishlist-wrapper .yith-wcwl-add-to-wishlist {
  margin: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product-buttons-wrapper .add-to-wishlist-wrapper .yith-wcwl-add-button {
  text-indent: -999rem;
  overflow: hidden;
  line-height: 1.25;
}

.woocommerce ul.products li.product .woocommerce-loop-product-buttons-wrapper .add-to-wishlist-wrapper .yith-wcwl-add-button .add_to_wishlist {
  display: block;
  width: 3.125rem;
  position: relative;
  color: inherit;
  padding: 0;
  margin: 0;
  background: transparent;
}

.woocommerce ul.products li.product .woocommerce-loop-product-buttons-wrapper .add-to-wishlist-wrapper .yith-wcwl-add-button .add_to_wishlist:hover {
  background: transparent;
}

.woocommerce ul.products li.product .woocommerce-loop-product-buttons-wrapper .add-to-wishlist-wrapper .yith-wcwl-add-button .add_to_wishlist:after {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-indent: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product-buttons-wrapper .add-to-wishlist-wrapper .yith-wcwl-add-button .ajax-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.woocommerce ul.products li.product .woocommerce-loop-product-buttons-wrapper .add-to-wishlist-wrapper .yith-wcwl-wishlistaddedbrowse,
.woocommerce ul.products li.product .woocommerce-loop-product-buttons-wrapper .add-to-wishlist-wrapper .yith-wcwl-wishlistexistsbrowse {
  text-indent: -999rem;
  overflow: hidden;
  line-height: 1;
}

.woocommerce ul.products li.product .woocommerce-loop-product-buttons-wrapper .add-to-wishlist-wrapper .yith-wcwl-wishlistaddedbrowse .feedback,
.woocommerce ul.products li.product .woocommerce-loop-product-buttons-wrapper .add-to-wishlist-wrapper .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product-buttons-wrapper .add-to-wishlist-wrapper .yith-wcwl-wishlistaddedbrowse a,
.woocommerce ul.products li.product .woocommerce-loop-product-buttons-wrapper .add-to-wishlist-wrapper .yith-wcwl-wishlistexistsbrowse a {
  display: block;
  width: 3.125rem;
  position: relative;
  color: inherit;
}

.woocommerce ul.products li.product .woocommerce-loop-product-buttons-wrapper .add-to-wishlist-wrapper .yith-wcwl-wishlistaddedbrowse a:after,
.woocommerce ul.products li.product .woocommerce-loop-product-buttons-wrapper .add-to-wishlist-wrapper .yith-wcwl-wishlistexistsbrowse a:after {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-indent: 0;
  font-size: 12px;
  font-size: 0.75rem;
}

.woocommerce ul.products li.product .onsale {
  top: 1.25rem;
  left: 1.25rem;
  margin: 0;
  right: auto;
}

.woocommerce ul.products li.product-category {
  padding: 23px;
}

.woocommerce ul.products li.product-category a {
  padding: 2.5rem;
  border: 3px dashed rgba(255, 255, 255, 0.5);
  text-align: center;
  display: block;
}

.woocommerce ul.products li.product-category a:hover .woocommerce-loop-category__title {
  color: #3d4b5d;
}

.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
  color: #fff;
  margin-bottom: 0;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 24px;
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  .woocommerce ul.products li.product-category .woocommerce-loop-category__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.woocommerce ul.products li.product-category .woocommerce-loop-category__title mark {
  font-size: 20px;
  font-size: 1.25rem;
}

.woocommerce ul.products li.product-category .count {
  display: block;
}

.woocommerce ul.products li.product-category .loop-category-image-wrapper {
  display: inline-block;
  position: relative;
  margin-bottom: .625rem;
}

.woocommerce ul.products li.product-category .loop-category-image-wrapper img {
  margin: 0 auto;
}

.woocommerce ul.products li.product-category:nth-child(2n-1) {
  background: #b493f1;
}

.woocommerce ul.products li.product-category:nth-child(3n+2) {
  background: #edac47;
}

.woocommerce ul.products li.product-category:nth-child(3n+3) {
  background: #98d6d1;
}

.woocommerce-pagination {
  margin-top: 4.375rem;
  margin-bottom: 0;
  font-size: 17px;
  font-size: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.woocommerce-pagination .page-numbers {
  margin: 0 2px 5px;
  width: 2.75rem;
  height: 3rem;
  background: transparent;
  color: #747474;
  text-align: center;
  line-height: 3rem;
  border-radius: 32% 68% 63% 37% / 46% 45% 55% 54%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.woocommerce-pagination .page-numbers:hover {
  text-decoration: none;
}

.woocommerce-pagination .page-numbers:hover:not(.dots) {
  background: #96d6d1;
  color: #fff;
}

.woocommerce-pagination .page-numbers.current {
  background: #96d6d1;
  color: #fff;
}

.woocommerce-pagination .page-numbers.next {
  margin-left: 1.25rem;
}

.woocommerce-pagination .page-numbers.prev {
  margin-right: 1.25rem;
}

body.single-product .single-product-wrapper {
  max-width: 1380px;
  margin: 0 auto;
  position: relative;
}

body.single-product .single-product-wrapper:after {
  display: table;
  content: '';
  clear: both;
}

body.single-product .single-product-wrapper > div.images {
  margin-bottom: 1.875rem;
  width: 100% !important;
  float: none !important;
  clear: both !important;
}

@media (min-width: 992px) {
  body.single-product .single-product-wrapper > div.images {
    margin-bottom: 0;
    width: 48% !important;
    float: left !important;
    clear: none !important;
  }
}

body.single-product .single-product-wrapper > div.images .flex-control-thumbs {
  margin: 1.875rem -.9375rem 0;
}

body.single-product .single-product-wrapper > div.images .flex-control-thumbs > li {
  padding: 0 .9375rem 1.875rem;
  width: 33.333%;
}

body.single-product .single-product-wrapper > div.images .flex-control-thumbs > li img {
  opacity: .8;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body.single-product .single-product-wrapper .onsale {
  top: 1.875rem;
  left: 1.875rem;
}

body.single-product .single-product-wrapper .summary {
  position: relative;
  width: 100% !important;
  float: none !important;
  clear: both !important;
}

@media (min-width: 992px) {
  body.single-product .single-product-wrapper .summary {
    width: 48% !important;
    float: right !important;
    clear: none !important;
  }
}

body.single-product .single-product-wrapper .summary .product_title {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 0;
}

body.single-product .single-product-wrapper .summary .price {
  margin-top: 3.125rem;
  margin-bottom: 1.25rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  letter-spacing: .5px;
  font-size: 28px;
  font-size: 1.75rem;
  color: #b1b6bc;
  line-height: 1;
}

body.single-product .single-product-wrapper .summary .price del {
  font-size: 22px;
  font-size: 1.375rem;
  color: #b1b6bc;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 0 .25em;
}

body.single-product .single-product-wrapper .summary .price del:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

body.single-product .single-product-wrapper .summary .price ins {
  color: #98d6d1;
}

body.single-product .single-product-wrapper .summary .woocommerce-product-rating {
  margin-bottom: 3.125rem;
  margin-top: .5rem;
}

body.single-product .single-product-wrapper .summary .woocommerce-product-rating .woocommerce-review-link {
  display: none;
}

body.single-product .single-product-wrapper .summary .single_variation_wrap .woocommerce-variation {
  margin-bottom: 1.25rem;
}

body.single-product .single-product-wrapper .summary .single_variation_wrap .woocommerce-variation-add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}

body.single-product .single-product-wrapper .summary .single_add_to_cart_button {
  padding: 1.425rem 3.125em;
  font-size: 17px;
  font-size: 1.0625rem;
  display: inline-block;
  border-radius: 33px;
  background: #96d6d1;
  color: #fff;
  border: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
}

body.single-product .single-product-wrapper .summary .single_add_to_cart_button:hover {
  background-color: #b493f1;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

body.single-product .single-product-wrapper .summary .single_add_to_cart_button:active, body.single-product .single-product-wrapper .summary .single_add_to_cart_button:focus {
  text-decoration: none;
}

body.single-product .single-product-wrapper .summary .single_add_to_cart_button:disabled:hover {
  background-color: #96d6d1;
  color: #fff;
  cursor: not-allowed;
}

body.single-product .single-product-wrapper .summary form.cart div.quantity {
  border: 3px solid #efefef;
  border-radius: 33px;
  overflow: hidden;
  margin-right: 1.875rem;
  margin-bottom: 1.25rem;
}

body.single-product .single-product-wrapper .summary form.cart div.quantity label {
  display: none;
}

body.single-product .single-product-wrapper .summary form.cart div.quantity input {
  display: inline-block;
  border: 0;
  min-width: 114px;
  border-radius: 0;
}

body.single-product .single-product-wrapper .summary .product_meta {
  margin-top: 1.25rem;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 2px solid #efefef;
  border-bottom: 2px solid #efefef;
}

body.single-product .single-product-wrapper .summary .product_meta > * {
  display: block;
}

body.single-product .single-product-wrapper .summary .variations {
  table-layout: auto;
}

body.single-product .single-product-wrapper .summary .variations td {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

body.single-product .single-product-wrapper .summary .variations td.label {
  min-width: 3.75rem;
  vertical-align: middle;
}

body.single-product .single-product-wrapper .summary .variations td.label label {
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
}

body.single-product .single-product-wrapper .summary .variations td.value {
  vertical-align: middle;
}

body.single-product .single-product-wrapper .summary .variations td.value select {
  width: auto;
  min-width: 60%;
}

body.single-product .single-product-wrapper .summary .cart {
  margin-top: 3.125rem;
  margin-bottom: 1.25rem;
}

body.single-product .single-product-wrapper .summary .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
}

body.single-product .single-product-wrapper .woocommerce-tabs {
  float: left;
  width: 100%;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  body.single-product .single-product-wrapper .woocommerce-tabs {
    margin-top: 3.75rem;
  }
}

body.single-product .single-product-wrapper .woocommerce-tabs ul.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  margin-bottom: 1.875rem;
}

body.single-product .single-product-wrapper .woocommerce-tabs ul.tabs:before {
  display: none !important;
}

body.single-product .single-product-wrapper .woocommerce-tabs ul.tabs li {
  border: 0;
  padding: 0;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.125rem;
  background: transparent;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  body.single-product .single-product-wrapper .woocommerce-tabs ul.tabs li {
    margin: 0 1.875rem .625rem 0;
    width: auto;
  }
}

body.single-product .single-product-wrapper .woocommerce-tabs ul.tabs li:last-child {
  margin-right: 0;
}

body.single-product .single-product-wrapper .woocommerce-tabs ul.tabs li:before, body.single-product .single-product-wrapper .woocommerce-tabs ul.tabs li:after {
  display: none;
}

body.single-product .single-product-wrapper .woocommerce-tabs ul.tabs li a {
  width: auto;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #3d4b5d;
  padding: .875rem 0;
  border-bottom: 3px dashed transparent;
}

body.single-product .single-product-wrapper .woocommerce-tabs ul.tabs li a:hover {
  color: #3d4b5d;
  border-bottom-color: #b493f1;
}

body.single-product .single-product-wrapper .woocommerce-tabs ul.tabs li a:focus, body.single-product .single-product-wrapper .woocommerce-tabs ul.tabs li a:active {
  outline: none;
}

body.single-product .single-product-wrapper .woocommerce-tabs ul.tabs li.active a {
  color: #3d4b5d;
  border-bottom-color: #b493f1;
}

body.single-product .single-product-wrapper .woocommerce-tabs .panel .woocommerce-Reviews-title,
body.single-product .single-product-wrapper .woocommerce-tabs .panel > h2:first-child {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: .625rem;
}

body.single-product .single-product-wrapper .woocommerce-tabs .shop_attributes {
  border: 3px solid #efefef;
  border-radius: 33px;
  padding: 1.25rem 2.5rem;
  list-style: none;
}

body.single-product .single-product-wrapper .woocommerce-tabs .shop_attributes li {
  border-bottom: 2px solid #efefef;
  padding: .875rem 0;
  margin: 0;
}

body.single-product .single-product-wrapper .woocommerce-tabs .shop_attributes li:last-child {
  border: 0;
}

body.single-product .single-product-wrapper .woocommerce-tabs .shop_attributes li .value {
  display: inline-block;
  margin-left: 1.25rem;
}

body.single-product .single-product-wrapper .woocommerce-tabs .shop_attributes li .label {
  color: #3d4b5d;
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #comments .woocommerce-Reviews-title {
  margin-bottom: 2.5rem;
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #comments ol {
  padding: 0;
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #comments ol.commentlist li {
  padding-bottom: 2.5rem;
  border-bottom: 3px solid #efefef;
  margin-bottom: 3.125rem;
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #comments ol.commentlist li img.avatar {
  width: auto;
  height: auto;
  border-radius: 50%;
  border: 0;
  padding: 0;
}

@media (max-width: 767px) {
  body.single-product .single-product-wrapper .woocommerce-tabs #reviews #comments ol.commentlist li img.avatar {
    position: relative;
    float: none;
    margin-bottom: 1rem;
  }
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text {
  margin-left: 120px;
  border: 0;
  padding: 0;
  min-height: 80px;
}

@media (max-width: 767px) {
  body.single-product .single-product-wrapper .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text {
    margin-left: 0;
  }
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .star-rating {
  float: none;
  margin-bottom: 1.25rem;
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .woocommerce-review__dash {
  display: none;
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .woocommerce-review__author {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  letter-spacing: .5px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #3d4b5d;
  line-height: 1;
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .woocommerce-review__published-date {
  color: #b1b6bc;
  font-size: 14px;
  font-size: 0.875rem;
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .description p:last-child {
  margin-bottom: 0;
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #respond {
  overflow: hidden;
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #respond .comment-reply-title {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: .5px;
  color: #3d4b5d;
  margin-bottom: 1.875rem;
  display: block;
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #respond .comment-form .comment-notes {
  display: none;
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #respond .comment-form .comment-form-rating label {
  font-size: 16px;
  font-size: 1rem;
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #respond .comment-form .comment-form-rating .stars {
  font-size: 18px;
  font-size: 1.125rem;
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #respond .comment-form .comment-form-rating .stars > span {
  display: block;
  height: 1em;
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #respond .comment-form .comment-form-rating .stars:hover a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #respond .comment-form .comment-form-rating .stars.selected a.active:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #respond .comment-form .comment-form-rating .stars.selected a.active ~ a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #respond .comment-form .comment-form-rating .stars.selected a:not(.active):before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #respond .comment-form .comment-form-rating .stars a + a {
  margin-left: 4px;
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #respond .comment-form .comment-form-rating .stars a:before {
  color: #edac47;
  content: '\f005';
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #respond .comment-form .comment-form-rating .stars a:hover ~ a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #respond .comment-form .comment-form-rating .stars a:focus, body.single-product .single-product-wrapper .woocommerce-tabs #reviews #respond .comment-form .comment-form-rating .stars a:active {
  outline: none;
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #respond .comment-form > * {
  width: 100%;
  margin-bottom: 1.5rem;
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #respond .comment-form > *:last-child {
  margin-bottom: 0;
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #respond .comment-form > *.form-submit {
  margin-top: 1.5rem;
}

@media (min-width: 1470px) {
  body.single-product .single-product-wrapper .woocommerce-tabs #reviews #respond .comment-form > *.comment-form-author, body.single-product .single-product-wrapper .woocommerce-tabs #reviews #respond .comment-form > *.comment-form-email {
    width: 50%;
  }
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #respond .comment-form input#submit {
  padding: 1.425rem 3.125em;
  font-size: 17px;
  font-size: 1.0625rem;
  display: inline-block;
  border-radius: 33px;
  background: #96d6d1;
  color: #fff;
  border: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #respond .comment-form input#submit:hover {
  background-color: #b493f1;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #respond .comment-form input#submit:active, body.single-product .single-product-wrapper .woocommerce-tabs #reviews #respond .comment-form input#submit:focus {
  text-decoration: none;
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #respond .comment-form input#submit:disabled:hover {
  background-color: #96d6d1;
  color: #fff;
  cursor: not-allowed;
}

body.single-product .single-product-wrapper .woocommerce-tabs #reviews #respond .comment-form textarea {
  height: auto;
}

body.single-product .single-product-wrapper .related.products,
body.single-product .single-product-wrapper .upsells.products {
  float: left;
  width: 100%;
  margin-top: 5rem;
}

body.single-product .single-product-wrapper .related.products > h2,
body.single-product .single-product-wrapper .upsells.products > h2 {
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
  margin-bottom: 5rem;
}

body.single-product .single-product-wrapper .upsells.products + .related.products {
  margin-top: 1.25rem;
}

.woocommerce .woocommerce-product-rating .star-rating {
  margin-top: .4em;
}

.woocommerce .star-rating {
  font-size: 18px;
  font-size: 1.125rem;
  width: 6.65em;
  color: #edac47;
}

.woocommerce .star-rating:before,
.woocommerce .star-rating span:before {
  content: '\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f005';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: inherit;
}

.woocommerce .star-rating:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.woocommerce a.remove {
  font-weight: 700;
  color: #747474 !important;
  opacity: .4;
}

.woocommerce a.remove:hover {
  background: transparent;
  color: #b493f1 !important;
}

.widget.woocommerce.widget_product_search {
  position: relative;
}

.widget.woocommerce.widget_product_search:first-child + .widget {
  border-top: 0;
  margin-top: 3.125rem;
  padding-top: 0;
}

.widget.woocommerce.widget_product_search label {
  display: none;
}

.widget.woocommerce.widget_product_search .search-field {
  padding-top: .625rem;
  padding-bottom: .625rem;
  margin: 0;
}

.widget.woocommerce.widget_product_search button {
  margin: 0;
  position: absolute;
  background: transparent;
  padding: .5em 1.875em;
  right: 0;
  top: 0;
  bottom: 0;
  color: #c7c7c7;
  text-indent: -999rem;
}

.widget.woocommerce.widget_product_search button:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-indent: 0;
}

.widget.woocommerce.widget_product_search button:hover {
  color: #b493f1;
}

.widget.woocommerce.widget_product_search button:focus, .widget.woocommerce.widget_product_search button:active {
  outline: none;
}

.widget.woocommerce.widget_top_rated_products ul li + li, .widget.woocommerce.widget_products ul li + li, .widget.woocommerce.widget_recent_reviews ul li + li, .widget.woocommerce.widget_recently_viewed_products ul li + li {
  margin-top: 1.875rem;
}

.widget.woocommerce.widget_top_rated_products ul li a, .widget.woocommerce.widget_products ul li a, .widget.woocommerce.widget_recent_reviews ul li a, .widget.woocommerce.widget_recently_viewed_products ul li a {
  line-height: 1.3;
}

.widget.woocommerce.widget_top_rated_products ul li a:hover, .widget.woocommerce.widget_products ul li a:hover, .widget.woocommerce.widget_recent_reviews ul li a:hover, .widget.woocommerce.widget_recently_viewed_products ul li a:hover {
  text-decoration: none;
}

.widget.woocommerce.widget_top_rated_products ul li a + .star-rating, .widget.woocommerce.widget_products ul li a + .star-rating, .widget.woocommerce.widget_recent_reviews ul li a + .star-rating, .widget.woocommerce.widget_recently_viewed_products ul li a + .star-rating {
  margin-top: .25rem;
}

.widget.woocommerce.widget_top_rated_products ul li img, .widget.woocommerce.widget_products ul li img, .widget.woocommerce.widget_recent_reviews ul li img, .widget.woocommerce.widget_recently_viewed_products ul li img {
  float: left;
  width: 100px;
  margin-right: 1.25rem;
  margin-left: 0;
}

.widget.woocommerce.widget_top_rated_products ul li .product-title, .widget.woocommerce.widget_products ul li .product-title, .widget.woocommerce.widget_recent_reviews ul li .product-title, .widget.woocommerce.widget_recently_viewed_products ul li .product-title {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #3d4b5d;
  letter-spacing: .5px;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  line-height: 1.1;
}

.widget.woocommerce.widget_top_rated_products ul li .product-title:hover, .widget.woocommerce.widget_products ul li .product-title:hover, .widget.woocommerce.widget_recent_reviews ul li .product-title:hover, .widget.woocommerce.widget_recently_viewed_products ul li .product-title:hover {
  color: #b493f1;
}

.widget.woocommerce.widget_top_rated_products ul li .star-rating, .widget.woocommerce.widget_products ul li .star-rating, .widget.woocommerce.widget_recent_reviews ul li .star-rating, .widget.woocommerce.widget_recently_viewed_products ul li .star-rating {
  font-size: 14px;
  font-size: 0.875rem;
}

.widget.woocommerce.widget_top_rated_products ul li del,
.widget.woocommerce.widget_top_rated_products ul li ins, .widget.woocommerce.widget_products ul li del,
.widget.woocommerce.widget_products ul li ins, .widget.woocommerce.widget_recent_reviews ul li del,
.widget.woocommerce.widget_recent_reviews ul li ins, .widget.woocommerce.widget_recently_viewed_products ul li del,
.widget.woocommerce.widget_recently_viewed_products ul li ins {
  display: inline-block;
  text-decoration: none;
  background: none;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.125rem;
}

.widget.woocommerce.widget_top_rated_products ul li .amount, .widget.woocommerce.widget_products ul li .amount, .widget.woocommerce.widget_recent_reviews ul li .amount, .widget.woocommerce.widget_recently_viewed_products ul li .amount {
  margin-top: .5rem;
  display: inline-block;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  letter-spacing: .5px;
  color: #b1b6bc;
  font-size: 18px;
  font-size: 1.125rem;
}

.widget.woocommerce.widget_top_rated_products ul li del .amount, .widget.woocommerce.widget_products ul li del .amount, .widget.woocommerce.widget_recent_reviews ul li del .amount, .widget.woocommerce.widget_recently_viewed_products ul li del .amount {
  color: #b1b6bc;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
}

.widget.woocommerce.widget_top_rated_products ul li del .amount:before, .widget.woocommerce.widget_products ul li del .amount:before, .widget.woocommerce.widget_recent_reviews ul li del .amount:before, .widget.woocommerce.widget_recently_viewed_products ul li del .amount:before {
  content: '';
  height: 2px;
  background: #b1b6bc;
  width: 100%;
  position: absolute;
  top: 50%;
}

.widget.woocommerce.widget_top_rated_products ul li ins .amount, .widget.woocommerce.widget_products ul li ins .amount, .widget.woocommerce.widget_recent_reviews ul li ins .amount, .widget.woocommerce.widget_recently_viewed_products ul li ins .amount {
  color: #98d6d1;
}

.widget.woocommerce.widget_top_rated_products ul li .reviewer, .widget.woocommerce.widget_products ul li .reviewer, .widget.woocommerce.widget_recent_reviews ul li .reviewer, .widget.woocommerce.widget_recently_viewed_products ul li .reviewer {
  margin-top: .5rem;
  display: inline-block;
}

.widget.woocommerce.widget_product_categories ul {
  list-style: none;
}

.widget.woocommerce.widget_product_categories ul.product-categories {
  padding-left: 0;
  margin: 0;
}

.widget.woocommerce.widget_shopping_cart {
  font-size: 14px;
  font-size: 0.875rem;
}

.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart {
  max-height: 400px;
  overflow: auto;
  padding-right: .625rem;
  margin-right: -.625rem;
}

.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart li {
  padding: .625rem 1.25rem .625rem 0;
  border-bottom: 3px solid #efefef;
}

.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart li a.remove {
  left: auto;
  right: 0;
  top: .625rem;
}

.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart li a {
  color: #747474;
  font-weight: normal;
}

.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart li img {
  float: left;
  width: 75px;
  margin-left: 0;
  margin-right: 1.25rem;
}

.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart li .amount {
  color: #3d4b5d;
}

.widget.woocommerce.widget_shopping_cart .total {
  border-top: 0;
  padding: 1rem 0;
  margin: 0;
}

.widget.woocommerce.widget_shopping_cart .total strong {
  font-weight: normal;
}

.widget.woocommerce.widget_shopping_cart .buttons .button {
  width: 100%;
  margin: 0;
  padding: 1.03125rem 2.5rem;
  font-size: 15px;
  font-size: 0.9375rem;
  display: inline-block;
  border-radius: 33px;
  background: #96d6d1;
  color: #fff;
  border: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  text-align: center;
}

.widget.woocommerce.widget_shopping_cart .buttons .button:hover {
  background-color: #b493f1;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.widget.woocommerce.widget_shopping_cart .buttons .button:active, .widget.woocommerce.widget_shopping_cart .buttons .button:focus {
  text-decoration: none;
}

.widget.woocommerce.widget_shopping_cart .buttons .button:disabled:hover {
  background-color: #96d6d1;
  color: #fff;
  cursor: not-allowed;
}

.widget.woocommerce.widget_shopping_cart .buttons .button + .button {
  margin-top: .625rem;
}

.widget.woocommerce.widget_price_filter form button {
  padding: 1.03125rem 2.5rem;
  font-size: 15px;
  font-size: 0.9375rem;
  display: inline-block;
  border-radius: 33px;
  background: #96d6d1;
  color: #fff;
  border: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: .75rem 1.5rem;
}

.widget.woocommerce.widget_price_filter form button:hover {
  background-color: #b493f1;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.widget.woocommerce.widget_price_filter form button:active, .widget.woocommerce.widget_price_filter form button:focus {
  text-decoration: none;
}

.widget.woocommerce.widget_price_filter form button:disabled:hover {
  background-color: #96d6d1;
  color: #fff;
  cursor: not-allowed;
}

.widget.woocommerce.widget_price_filter form .price_slider {
  height: 4px;
  background-color: #d1d8e1;
  margin-bottom: 1.4em;
}

.widget.woocommerce.widget_price_filter form .price_slider .ui-slider-handle,
.widget.woocommerce.widget_price_filter form .price_slider .ui-slider-range {
  background-color: #3d4b5d;
}

.widget.woocommerce.widget_price_filter form .price_slider .ui-slider-handle {
  top: -.4em;
}

.shop-sidebar .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons {
  margin-top: .875rem;
}

.shop-sidebar .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button + .button {
  margin-top: 1.25rem;
}

.shop-sidebar .widget.woocommerce.widget_shopping_cart li {
  padding: 1rem 1.25rem 1rem 0;
}

.shop-sidebar .widget + .widget {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 2px solid #efefef;
}

.shop-sidebar .widget .widget-title {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 1.25rem;
}

.shop-sidebar .widget.widget_product_categories a, .shop-sidebar .widget.widget_layered_nav a {
  color: inherit;
}

.site-header-cart {
  position: relative;
}

.site-header-cart .widget_shopping_cart {
  visibility: hidden;
  opacity: 0;
  background: #fff;
  padding: 1.875rem;
  position: absolute;
  top: 150%;
  right: 0;
  width: 290px;
  z-index: 15;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: 3px solid #efefef;
}

.site-header-cart .widget_shopping_cart .widgettitle {
  display: none;
}

.site-header-cart .cart-link-wrapper:not(.is-cart-page):hover .widget_shopping_cart {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.site-header-cart .cart-contents {
  position: relative;
  padding: .5em .625em;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
}

.site-header-cart .cart-contents .count {
  position: absolute;
  display: block;
  padding: .5em .75em;
  line-height: 1;
  bottom: 0;
  right: 0;
  background: #edac47;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  letter-spacing: .5px;
  font-size: 10px;
  font-size: 0.625rem;
  border-radius: 62% 38% 38% 62% / 65% 43% 57% 35%;
}

.woocommerce .cart-collaterals {
  margin-top: 5rem;
}

.woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}

.woocommerce .cart-collaterals .cart_totals > h2 {
  font-size: 28px;
  font-size: 1.75rem;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table th {
  width: 20%;
  font-size: 16px;
  font-size: 1rem;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table th, .woocommerce .cart-collaterals .cart_totals table.shop_table td {
  text-align: left;
  border-top: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table .woocommerce-shipping-methods label {
  font-size: 16px;
  font-size: 1rem;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table .shipping-calculator-button {
  text-decoration: underline;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table .shipping-calculator-button:hover {
  text-decoration: none;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table .shipping-calculator-button:after {
  display: none;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table .shipping-calculator-form input {
  line-height: 2;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table .shipping-calculator-form .button {
  padding: 1.03125rem 2.5rem;
  font-size: 15px;
  font-size: 0.9375rem;
  display: inline-block;
  border-radius: 33px;
  background: #96d6d1;
  color: #fff;
  border: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table .shipping-calculator-form .button:hover {
  background-color: #b493f1;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table .shipping-calculator-form .button:active, .woocommerce .cart-collaterals .cart_totals table.shop_table .shipping-calculator-form .button:focus {
  text-decoration: none;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table .shipping-calculator-form .button:disabled:hover {
  background-color: #96d6d1;
  color: #fff;
  cursor: not-allowed;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout {
  padding: 0;
  margin-top: 1.5rem;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout .button {
  margin: 0;
  padding: 1.425rem 3.125em;
  font-size: 17px;
  font-size: 1.0625rem;
  display: inline-block;
  border-radius: 33px;
  background: #96d6d1;
  color: #fff;
  border: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  background: #b493f1;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout .button:hover {
  background-color: #b493f1;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout .button:active, .woocommerce .cart-collaterals .wc-proceed-to-checkout .button:focus {
  text-decoration: none;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout .button:disabled:hover {
  background-color: #96d6d1;
  color: #fff;
  cursor: not-allowed;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout .button:hover {
  background: #96d6d1;
}

.select2-container {
  text-align: left !important;
}

.select2-container .select2-dropdown {
  border: 3px solid #efefef;
  border-top: 0;
  margin-top: -3px;
}

.select2-container .select2-dropdown .select2-search__field {
  padding: .875rem 2rem;
  border: 3px solid #efefef;
  border-radius: 0;
}

.select2-container .select2-dropdown .select2-search--dropdown,
.select2-container .select2-dropdown .select2-results {
  padding: .625rem 1.25rem;
}

.select2-container .select2-dropdown.select2-dropdown--above {
  border-top: 3px solid #efefef;
  border-top-left-radius: 33px;
  border-top-right-radius: 33px;
  margin-top: 3px;
  margin-bottom: -3px;
}

.select2-container .select2-dropdown.select2-dropdown--above .select2-search--dropdown {
  padding-top: 1.25rem;
}

.select2-container .select2-selection {
  border: 3px solid #efefef;
  border-radius: 33px;
  height: 66px;
}

.select2-container .select2-selection[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container .select2-selection .select2-selection__rendered {
  line-height: 60px;
  padding: 0 2rem;
  color: #747474;
}

.select2-container .select2-selection .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2rem;
}

.select2-container.select2-container--above .select2-selection--single[aria-expanded="true"] {
  border-bottom-right-radius: 33px;
  border-bottom-left-radius: 33px;
}

.select2-container .select2-selection--single {
  margin-bottom: 0;
}

.select2-container .select2-results__option--highlighted[aria-selected],
.select2-container .select2-results__option--highlighted[data-selected] {
  background-color: #e7f5f4;
  color: #747474;
}

.select2-container .select2-results__option[aria-selected="true"],
.select2-container .select2-results__option[data-selected="true"] {
  background-color: #e7f5f4;
  color: #747474;
}

.select2-container .select2-results__options {
  font-size: 13px;
  font-size: 0.8125rem;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  background-color: #e7f5f4;
  padding: 2.5rem;
  width: 100%;
  border: 0;
  clear: both;
  margin-bottom: 3.75rem;
}

.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error:before {
  display: none;
}

.woocommerce-message a.button,
.woocommerce-message .button,
.woocommerce-info a.button,
.woocommerce-info .button,
.woocommerce-error a.button,
.woocommerce-error .button {
  padding: 1.03125rem 2.5rem;
  font-size: 15px;
  font-size: 0.9375rem;
  display: inline-block;
  border-radius: 33px;
  background: #96d6d1;
  color: #fff;
  border: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
}

.woocommerce-message a.button:hover,
.woocommerce-message .button:hover,
.woocommerce-info a.button:hover,
.woocommerce-info .button:hover,
.woocommerce-error a.button:hover,
.woocommerce-error .button:hover {
  background-color: #b493f1;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.woocommerce-message a.button:active, .woocommerce-message a.button:focus,
.woocommerce-message .button:active,
.woocommerce-message .button:focus,
.woocommerce-info a.button:active,
.woocommerce-info a.button:focus,
.woocommerce-info .button:active,
.woocommerce-info .button:focus,
.woocommerce-error a.button:active,
.woocommerce-error a.button:focus,
.woocommerce-error .button:active,
.woocommerce-error .button:focus {
  text-decoration: none;
}

.woocommerce-message a.button:disabled:hover,
.woocommerce-message .button:disabled:hover,
.woocommerce-info a.button:disabled:hover,
.woocommerce-info .button:disabled:hover,
.woocommerce-error a.button:disabled:hover,
.woocommerce-error .button:disabled:hover {
  background-color: #96d6d1;
  color: #fff;
  cursor: not-allowed;
}

p.woocommerce-noreviews {
  margin-bottom: 3.125rem;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  line-height: 2;
}

.woocommerce form .form-row textarea {
  height: 11.25rem;
}

.woocommerce form .form-row .required {
  color: inherit;
}

.woocommerce form .form-row {
  margin-bottom: 1.25rem;
  padding: 0;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: none;
  padding: 0;
}

.woocommerce form.checkout_coupon .button,
.woocommerce form.login .button,
.woocommerce form.register .button {
  padding: 1.425rem 3.125em;
  font-size: 17px;
  font-size: 1.0625rem;
  display: inline-block;
  border-radius: 33px;
  background: #96d6d1;
  color: #fff;
  border: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
}

.woocommerce form.checkout_coupon .button:hover,
.woocommerce form.login .button:hover,
.woocommerce form.register .button:hover {
  background-color: #b493f1;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.woocommerce form.checkout_coupon .button:active, .woocommerce form.checkout_coupon .button:focus,
.woocommerce form.login .button:active,
.woocommerce form.login .button:focus,
.woocommerce form.register .button:active,
.woocommerce form.register .button:focus {
  text-decoration: none;
}

.woocommerce form.checkout_coupon .button:disabled:hover,
.woocommerce form.login .button:disabled:hover,
.woocommerce form.register .button:disabled:hover {
  background-color: #96d6d1;
  color: #fff;
  cursor: not-allowed;
}

.woocommerce-checkout #customer_details {
  margin-bottom: 5rem;
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3,
.woocommerce-checkout #customer_details .woocommerce-shipping-fields > h3,
.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
  font-size: 28px;
  font-size: 1.75rem;
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields,
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
  margin-top: 1.25rem;
}

.woocommerce-checkout #order_review_heading {
  font-size: 28px;
  font-size: 1.75rem;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table {
  table-layout: fixed;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table .product-quantity {
  font-weight: normal;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table th,
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table td {
  text-align: left;
  padding: 1.25rem 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table th:last-child,
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table td:last-child {
  padding-left: 1rem;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot th {
  font-family: "Roboto", sans-serif;
  color: #747474;
  font-size: inherit;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot td, .woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot th {
  font-weight: normal;
}

.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table .order-total strong {
  color: #3d4b5d;
}

.woocommerce-checkout .woocommerce-checkout-review-order #payment {
  margin-top: 4.375rem;
  background: transparent;
}

.woocommerce-checkout .woocommerce-checkout-review-order #payment .payment_methods {
  padding: 0;
  border: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order #payment .payment_methods label {
  font-size: 16px;
  font-size: 1rem;
  color: #3d4b5d;
  font-weight: 700;
}

.woocommerce-checkout .woocommerce-checkout-review-order #payment .payment_methods li + li {
  margin-top: .875rem;
}

.woocommerce-checkout .woocommerce-checkout-review-order #payment .payment_methods .payment_box {
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.woocommerce-checkout .woocommerce-checkout-review-order #payment .payment_methods .payment_box:before {
  display: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order #payment .place-order {
  padding: 0;
  margin-top: 2.5rem;
}

.woocommerce-checkout .woocommerce-checkout-review-order #payment .place-order .woocommerce-terms-and-conditions-wrapper {
  padding: 2.5rem;
  background: #e7f5f4;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 3.75rem;
}

.woocommerce-checkout .woocommerce-checkout-review-order #payment .place-order .woocommerce-terms-and-conditions-wrapper > * {
  margin: 0 0 1.25rem;
}

.woocommerce-checkout .woocommerce-checkout-review-order #payment .place-order .woocommerce-terms-and-conditions-wrapper > *:last-child {
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order #payment .place-order #place_order {
  padding: 1.425rem 3.125em;
  font-size: 17px;
  font-size: 1.0625rem;
  display: inline-block;
  border-radius: 33px;
  background: #96d6d1;
  color: #fff;
  border: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  float: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order #payment .place-order #place_order:hover {
  background-color: #b493f1;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.woocommerce-checkout .woocommerce-checkout-review-order #payment .place-order #place_order:active, .woocommerce-checkout .woocommerce-checkout-review-order #payment .place-order #place_order:focus {
  text-decoration: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order #payment .place-order #place_order:disabled:hover {
  background-color: #96d6d1;
  color: #fff;
  cursor: not-allowed;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  width: 100%;
  float: none;
}

.woocommerce-checkout .woocommerce-account-fields {
  margin-top: 1.25rem;
}

.woocommerce-checkout .woocommerce-account-fields label {
  font-family: "Quicksand", sans-serif;
  color: #3d4b5d;
  font-weight: 700;
}

@media (min-width: 992px) {
  .woocommerce-checkout form.woocommerce-checkout > * {
    width: 50%;
    padding-left: 1.875rem;
    float: right;
    clear: right;
  }
}

@media (min-width: 992px) {
  .woocommerce-checkout form.woocommerce-checkout > #customer_details {
    width: 50%;
    padding-left: 0;
    padding-right: 1.875rem;
    float: left;
  }
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
  margin-bottom: 4rem;
}

.woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
  font-size: 28px;
  font-size: 1.75rem;
}

.woocommerce .woocommerce-order .woocommerce-order-details table.shop_table .product-quantity {
  font-weight: normal;
}

.woocommerce .woocommerce-order .woocommerce-order-details table.shop_table th,
.woocommerce .woocommerce-order .woocommerce-order-details table.shop_table td {
  padding: 1.25rem 0;
  text-align: left;
}

.woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tfoot th {
  font-family: "Roboto", sans-serif;
  color: #747474;
  font-size: inherit;
}

.woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tfoot td, .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tfoot th {
  font-weight: normal;
}

.woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tfoot tr:last-child td, .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tfoot tr:last-child th {
  border: 0;
}

.woocommerce .woocommerce-form-login .button[type="submit"],
.woocommerce .woocommerce-form-register .button[type="submit"] {
  margin-top: 1.25rem;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme,
.woocommerce .woocommerce-form-register .woocommerce-form-login__rememberme {
  display: block;
  margin-bottom: 0;
}

.woocommerce .woocommerce-form-login .woocommerce-LostPassword a,
.woocommerce .woocommerce-form-register .woocommerce-LostPassword a {
  text-decoration: underline;
}

.woocommerce .woocommerce-form-login .woocommerce-LostPassword a:hover,
.woocommerce .woocommerce-form-register .woocommerce-LostPassword a:hover {
  text-decoration: none;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: none;
  margin-left: .875em;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-bottom: 5rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0 .625rem .625rem;
  display: block;
}

@media (min-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 0 0 .625rem;
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: inline-block;
  padding: .5rem 1.25rem;
  border: 3px solid #efefef;
  border-radius: 33px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  letter-spacing: .5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: none;
  color: #98d6d1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:active {
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #98d6d1;
}

.woocommerce-account .woocommerce-MyAccount-content > form > h3 {
  font-size: 28px;
  font-size: 1.75rem;
}

.woocommerce-account .woocommerce-MyAccount-content > form .button {
  margin-top: 1.25rem;
}

.woocommerce-account .woocommerce-Addresses {
  margin-top: 3rem;
}

.woocommerce-account .addresses .title h3 {
  font-size: 28px;
  font-size: 1.75rem;
}

.woocommerce-account .edit-account fieldset {
  padding: .5rem 1.25rem;
  border: 3px solid #efefef;
}

.woocommerce-account .edit-account fieldset legend {
  padding: 0 1em;
}

.woocommerce-account table.shop_table th,
.woocommerce-account table.shop_table td {
  text-align: left;
  padding: 1.25rem 0;
}

.woocommerce-account table.shop_table tfoot th {
  font-family: "Roboto", sans-serif;
  color: #747474;
  font-size: inherit;
}

.woocommerce-account table.shop_table tfoot td, .woocommerce-account table.shop_table tfoot th {
  font-weight: normal;
}

.woocommerce-account table.shop_table tfoot tr:last-child td, .woocommerce-account table.shop_table tfoot tr:last-child th {
  border: 0;
}

.woocommerce-account .woocommerce-orders-table {
  text-align: center;
}

.woocommerce-account .woocommerce-orders-table .button {
  padding: 1.03125rem 2.5rem;
  font-size: 15px;
  font-size: 0.9375rem;
  display: inline-block;
  border-radius: 33px;
  background: #96d6d1;
  color: #fff;
  border: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
}

.woocommerce-account .woocommerce-orders-table .button:hover {
  background-color: #b493f1;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.woocommerce-account .woocommerce-orders-table .button:active, .woocommerce-account .woocommerce-orders-table .button:focus {
  text-decoration: none;
}

.woocommerce-account .woocommerce-orders-table .button:disabled:hover {
  background-color: #96d6d1;
  color: #fff;
  cursor: not-allowed;
}

.woocommerce .woocommerce-column__title {
  font-size: 28px;
  font-size: 1.75rem;
}

.woocommerce .woocommerce-customer-details address {
  border: 3px solid #efefef;
  border-radius: 33px;
  padding: .875rem 1.875rem;
}

.header-account-link-wrapper a {
  display: block;
  padding: .5em .625em;
  font-size: 18px;
  font-size: 1.125rem;
}

.woocommerce .woocommerce-breadcrumb {
  max-width: 1380px;
  margin: 0 auto 3.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #3d4b5d;
}

.woocommerce .woocommerce-breadcrumb a {
  color: inherit;
}

.woocommerce .woocommerce-breadcrumb i {
  margin: 0 .625rem;
}

.woocommerce div.product .stock {
  margin-bottom: 1.875rem;
  margin-top: 1rem;
}

.woocommerce div.product .stock.in-stock {
  color: #98d6d1;
}

.woocommerce div.product .stock.out-of-stock {
  color: #edac47;
}

li.product .yith-wcqv-button .blockUI.blockOverlay {
  background-color: transparent !important;
  opacity: .25 !important;
}

#yith-quick-view-modal .yith-quick-view-overlay {
  background: #dcefed;
  opacity: .8;
}

#yith-quick-view-modal.open .yith-wcqv-main {
  overflow-y: auto;
}

#yith-quick-view-modal .yith-wcqv-main {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content > .product {
  padding: 1.25rem;
}

@media (min-width: 992px) {
  #yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content > .product {
    padding: 5rem;
  }
}

#yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content > .product:after {
  display: table;
  content: '';
  clear: both;
}

#yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content div.images {
  width: 100%;
}

@media (min-width: 768px) {
  #yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content div.images {
    width: 40%;
    max-width: 450px;
  }
}

#yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content .summary {
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  #yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content .summary {
    width: 60%;
  }
}

@media (min-width: 992px) {
  #yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content .summary {
    padding: 0 0 0 6.25rem;
  }
}

#yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content .summary .product_title {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 0;
}

#yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content .summary .onsale {
  top: 0;
  position: relative;
  float: right;
  margin-left: 1.25rem;
}

#yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content .summary .price {
  margin-top: 3.75rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  letter-spacing: .5px;
  font-size: 28px;
  font-size: 1.75rem;
  color: #b1b6bc;
  line-height: 1;
}

#yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content .summary .price del {
  font-size: 22px;
  font-size: 1.375rem;
  color: #b1b6bc;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 0 .25em;
}

#yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content .summary .price del:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

#yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content .summary .price ins {
  color: #98d6d1;
}

#yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content .summary .woocommerce-product-rating {
  margin-bottom: 3.125rem;
}

#yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content .summary .woocommerce-product-rating .woocommerce-review-link {
  display: none;
}

#yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content .summary .single_add_to_cart_button {
  padding: 1.425rem 3.125em;
  font-size: 17px;
  font-size: 1.0625rem;
  display: inline-block;
  border-radius: 33px;
  background: #96d6d1;
  color: #fff;
  border: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
}

#yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content .summary .single_add_to_cart_button:hover {
  background-color: #b493f1;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

#yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content .summary .single_add_to_cart_button:active, #yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content .summary .single_add_to_cart_button:focus {
  text-decoration: none;
}

#yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content .summary .single_add_to_cart_button:disabled:hover {
  background-color: #96d6d1;
  color: #fff;
  cursor: not-allowed;
}

#yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content .summary form.cart div.quantity {
  border: 3px solid #efefef;
  border-radius: 33px;
  overflow: hidden;
  margin-bottom: 1.25rem;
  margin-right: 1.875rem;
}

#yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content .summary form.cart div.quantity label {
  display: none;
}

#yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content .summary form.cart div.quantity input {
  display: inline-block;
  border: 0;
  min-width: 114px;
  border-radius: 0;
}

#yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content .summary .product_meta {
  margin-top: 3.125rem;
}

#yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content .summary .product_meta > * {
  display: block;
}

#yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content .summary .variations {
  table-layout: auto;
}

#yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content .summary .variations td {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

#yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content .summary .variations td.label {
  min-width: 3.75rem;
  vertical-align: middle;
}

#yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content .summary .variations td.label label {
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
}

#yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content .summary .variations td.value {
  vertical-align: middle;
}

#yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content .summary .variations td.value select {
  min-width: 60%;
}

@media (min-width: 768px) {
  #yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content .summary .variations td.value select {
    width: auto;
  }
}

#yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content .summary .cart {
  margin-top: 3.125rem;
  margin-bottom: 0;
}

#yith-quick-view-modal .yith-wcqv-wrapper {
  width: 100%;
  max-width: 1380px;
  height: 754px;
}

#yith-quick-view-close {
  top: 1.875rem;
  right: 1.875rem;
  border: 0;
  color: #c7c7c7;
  text-indent: -999rem;
  overflow: hidden;
  display: block;
}

#yith-quick-view-close:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  text-indent: 0;
  display: block;
}

#yith-quick-view-close:hover {
  color: #b493f1;
  text-decoration: none;
}

.woocommerce .wishlist-title {
  display: none;
}

body.woocommerce .pswp .pswp__button:hover {
  background-color: rgba(0, 0, 0, 0);
}

#yith-wcwl-popup-message {
  background: #e7f5f4;
  border-color: #fff;
  padding: 20px 80px;
}

.woocommerce .related.products ul.products,
.woocommerce .upsells.products ul.products,
.woocommerce .cross-sells ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__quantity {
  width: 11em;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .quantity {
  margin-bottom: 0;
}

.woocommerce div.product form.cart .group_table td {
  vertical-align: middle;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price el,
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price ins {
  display: inline-block;
  text-decoration: none;
  background: none;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.125rem;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price .amount {
  margin-top: .5rem;
  display: inline-block;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  letter-spacing: .5px;
  color: #98d6d1;
  font-size: 18px;
  font-size: 1.125rem;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price del .amount {
  color: #b1b6bc;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price del .amount:before {
  content: '';
  height: 2px;
  background: #b1b6bc;
  width: 100%;
  position: absolute;
  top: 50%;
}

.woocommerce .cart-collaterals .cross-sells {
  width: 100%;
}

.woocommerce .cart-collaterals .cross-sells > h2 {
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 1.875rem;
}
