/*
Theme Name: Booklium

WooCommerce styles override
*/
/**
 * Imports
 */
.hidden {
  display: none;
}

.bring-to-top {
  z-index: 10;
}

/**
 * WooCommerce color variables
 */
.woocommerce-wrapper {
  max-width: 1350px;
  margin: 0 auto;
}

.products-loop-wrapper:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.products-loop-wrapper .widget-area {
  margin-top: 60px;
}

@media (min-width: 992px) {
  .products-loop-wrapper > div[class^="columns-"] {
    float: left;
    width: 72%;
  }
  .products-loop-wrapper > div[class^="columns-"]:last-child {
    float: none;
    width: 100%;
  }
  .products-loop-wrapper .widget-area {
    margin-top: 0;
    width: 23%;
    float: right;
    max-width: 300px;
  }
}

/**
 * Shop tables
 */
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}

table.shop_table_responsive tbody th {
  display: none;
}

table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}

table.shop_table_responsive tr td:before {
  content: attr(data-title) ": ";
  float: left;
}

table.shop_table_responsive tr td.product-remove a {
  text-align: center;
  width: 100%;
  height: 1.7em;
  overflow: hidden;
  display: block;
  font-size: 12px;
  color: #767b80;
}

table.shop_table_responsive tr td.product-remove a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  display: block;
}

table.shop_table_responsive tr td.product-remove a:hover {
  color: #13b0bb;
  text-decoration: none;
}

table.shop_table_responsive tr td.product-remove:before {
  display: none;
}

table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before, table.shop_table_responsive tr td.product-thumbnail:before {
  display: none;
}

table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

table.shop_table_responsive tr td.product-thumbnail a {
  display: block;
}

table.shop_table_responsive tr td.product-thumbnail img {
  margin: 0 auto;
  display: block;
  max-width: 150px;
  width: 100%;
}

table.shop_table_responsive tr td.product-quantity input {
  display: inline-block;
  width: auto;
}

@media (min-width: 768px) {
  table.shop_table_responsive tr td.product-quantity input {
    width: 120px;
    margin: 0 auto;
    display: block;
  }
}

table.shop_table_responsive tr td.actions:after {
  clear: both;
  content: "";
  display: table;
  table-layout: fixed;
}

table.shop_table_responsive tr td.actions .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: left;
}

table.shop_table_responsive tr td.actions .coupon label {
  display: none;
}

table.shop_table_responsive tr td.actions .coupon input {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-right: 20px;
  margin-bottom: 0;
}

table.shop_table_responsive tr td.actions .coupon .button {
  margin-bottom: 0;
}

table.shop_table_responsive tr td.actions > .button {
  float: right;
}

@media (max-width: 767px) {
  table.shop_table_responsive tr td.actions > .button {
    float: none;
    width: 100%;
  }
  table.shop_table_responsive tr td.actions .coupon {
    width: 100%;
    margin-bottom: 20px;
  }
  table.shop_table_responsive tr td.actions .coupon input {
    width: 100%;
    margin-bottom: 20px;
  }
  table.shop_table_responsive tr td.actions .coupon .button {
    width: 100%;
  }
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th, table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td:before {
    display: none;
  }
}

.woocommerce-grouped-product-list {
  table-layout: fixed;
}

@media (min-width: 768px) {
  table.shop_table.cart tr th, table.shop_table.cart tr td {
    text-align: center;
  }
}

table.shop_table.cart tr th.actions, table.shop_table.cart tr th.download-actions, table.shop_table.cart tr td.actions, table.shop_table.cart tr td.download-actions {
  text-align: left;
}

table.shop_table.cart tr dl.variation {
  text-align: left;
}

.cart-collaterals .woocommerce-shipping-methods {
  list-style: none;
  font-size: inherit;
  padding: 0;
}

.cart-collaterals .woocommerce-shipping-methods li:only-child label {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Products
 */
/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
}

ul.products:after {
  content: '';
  display: table;
  clear: both;
}

ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2.5em;
}

ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .woocommerce-loop-category__title {
  font-size: 1rem;
  margin-top: 1em;
}

ul.products li.product .woocommerce-loop-product__title:hover,
ul.products li.product .woocommerce-loop-category__title:hover {
  color: #13b0bb;
}

ul.products li.product .woocommerce-loop-category__title .count {
  background: transparent;
}

ul.products li.product a:hover, ul.products li.product a:focus, ul.products li.product a:active {
  text-decoration: none;
}

ul.products li.product img {
  display: block;
}

ul.products li.product .button {
  display: inline-block;
  background: transparent;
  border: none;
  color: #17181a;
  letter-spacing: inherit;
  padding: 0;
  line-height: inherit;
  font-size: inherit;
}

ul.products li.product .button:hover {
  color: #13b0bb;
}

ul.products li.product .shop-product-thumbnail-wrapper {
  position: relative;
}

ul.products li.product .shop-product-thumbnail-wrapper .onsale {
  position: absolute;
  bottom: 10px;
  left: 10px;
  border-radius: 3px;
  background: #17181a;
  color: #ebebec;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: .075em;
  padding-left: 6px;
  padding-right: 6px;
  margin-right: 5px;
  text-decoration: none;
}

ul.products li.product .add-to-cart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 5px;
  position: relative;
}

ul.products li.product .add-to-cart-wrapper .added_to_cart {
  position: absolute;
  top: 100%;
  right: 0;
  font-size: .75em;
}

ul.products li.product .price {
  margin-right: 15px;
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  ul.products li.product {
    width: 48.1%;
    float: left;
    margin-right: 3.8%;
  }
  ul.products li.product:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  ul.products li.product {
    width: 22.15%;
    float: left;
    margin-right: 3.8%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  .columns-1 ul.products li.product {
    float: none;
    width: 100%;
  }
  .columns-2 ul.products li.product {
    width: 48.1%;
  }
  .columns-3 ul.products li.product {
    width: 30.79667%;
  }
  .columns-4 ul.products li.product {
    width: 22.15%;
  }
  .columns-5 ul.products li.product {
    width: 16.96%;
  }
  .columns-6 ul.products li.product {
    width: 13.49333%;
  }
}

.cross-sells > h2 {
  text-align: center;
}

.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;
}

.cross-sells ul.products > li:last-child {
  margin-right: 0;
}

.products.related, .products.upsells {
  margin-top: 60px;
}

.products.related > h2, .products.upsells > h2 {
  margin-bottom: 25px;
  text-align: center;
}

.products.related ul.products, .products.upsells 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;
}

.products.related ul.products > li:last-child, .products.upsells ul.products > li:last-child {
  margin-right: 0;
}

/**
 * Single product
 */
/**
 * Single Product
 */
.single-product div.product {
  margin-top: 40px;
  position: relative;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
}

@media (min-width: 992px) {
  .single-product div.product .woocommerce-product-gallery__wrapper {
    margin: 0;
  }
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  display: block;
  z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.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: .5;
}

.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%;
}

.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%;
}

.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%;
}

.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%;
}

.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;
}

@media (min-width: 992px) {
  .single-product div.product .product-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.single-product div.product .product-images {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .single-product div.product .product-images {
    width: 50%;
    margin-right: 5%;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .single-product div.product .entry-summary {
    width: 45%;
  }
}

.single-product div.product .summary-wrapper {
  position: sticky;
  top: 50px;
}

.single-product div.product .woocommerce-product-details__short-description {
  margin-bottom: 30px;
}

.single-product div.product .product_meta {
  margin-top: 30px;
}

.single-product div.product .product_meta > * {
  display: block;
}

.single-product div.product .quantity {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
}

.single-product div.product .quantity input {
  width: 100px;
}

.single-product div.product .woocommerce-grouped-product-list-item__quantity .quantity {
  display: block;
  margin-right: 0;
}

.single-product div.product .woocommerce-grouped-product-list-item__quantity .quantity input {
  width: 100%;
}

.single-product div.product .woocommerce-variation-description {
  margin-bottom: 1.25em;
  font-size: .875em;
}

.single-product div.product .woocommerce-variation-price {
  margin-bottom: 1.25em;
}

.single-product div.product .title-wrapper {
  margin-bottom: 20px;
}

.single-product div.product .title-wrapper .entry-title {
  line-height: 1;
  margin-bottom: 0;
}

.stock:empty:before {
  display: none;
}

.stock.in-stock {
  color: rgba(19, 176, 187, 0.5);
}

.stock.out-of-stock {
  color: rgba(255, 206, 0, 0.5);
}

.woocommerce-Reviews .woocommerce-noreviews {
  margin-bottom: 20px;
}

.woocommerce-Reviews #review_form_wrapper {
  margin-top: 30px;
}

.woocommerce-Reviews .comment-metadata .star-rating {
  margin-right: 20px;
}

.woocommerce-product-rating {
  font-size: 14px;
  font-size: 0.875rem;
  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;
  margin-top: 5px;
}

.woocommerce-product-rating .star-rating {
  font-size: inherit;
}

.woocommerce-product-rating .woocommerce-review-link {
  font-size: .875em;
  color: inherit;
  text-decoration: none;
}

.woocommerce-product-rating .woocommerce-review-link:before {
  content: '-';
  margin: 0 5px;
}

.woocommerce-product-rating .woocommerce-review-link:hover {
  color: #13b0bb;
}

/**
 * Checkout
 */
/**
 * Cart
 */
.woocommerce-cart-form {
  margin-bottom: 60px;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}

.woocommerce-checkout .woocommerce-shipping-fields {
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-account-fields {
  margin-top: 30px;
}

.woocommerce-checkout .woocommerce-account-fields label {
  font-weight: 600;
}

.woocommerce-checkout #ship-to-different-address label {
  font-weight: 600;
}

.woocommerce-checkout ul.payment_methods {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.woocommerce-checkout ul.payment_methods label {
  font-weight: 600;
}

.woocommerce-checkout ul.payment_methods p {
  font-size: 13px;
  font-size: 0.8125rem;
}

.woocommerce-checkout .woocommerce-checkout-payment {
  margin-top: 40px;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 30px;
}

form.checkout_coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

form.checkout_coupon > p {
  margin: 0;
}

form.checkout_coupon > p:first-child {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: .5em;
}

form.checkout_coupon .form-row-first {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-right: 20px;
}

.woocommerce-form-login-toggle + form.woocommerce-form-login {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  form.woocommerce-form-login .form-row-first,
  form.woocommerce-form-login .form-row-last {
    width: 48.1%;
  }
  form.woocommerce-form-login .form-row-first {
    float: left;
  }
  form.woocommerce-form-login .form-row-last {
    float: right;
  }
}

form.woocommerce-form-login .clear,
form.woocommerce-form-login .lost_password {
  margin-bottom: 0;
}

#customer_details .col-1 + .col-2 {
  margin-top: 4em;
}

.woocommerce-checkout-order-review {
  margin-top: 4em;
}

.woocommerce-checkout form.checkout_coupon,
.woocommerce-checkout form.woocommerce-form-login,
.woocommerce-checkout #customer_details > *,
.woocommerce-checkout .woocommerce-checkout-order-review {
  padding: 1.25rem;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(50, 54, 72, 0.08);
  box-shadow: 0 2px 5px 0 rgba(50, 54, 72, 0.08);
}

@media (min-width: 768px) {
  .woocommerce-checkout form.checkout_coupon,
  .woocommerce-checkout form.woocommerce-form-login,
  .woocommerce-checkout #customer_details > *,
  .woocommerce-checkout .woocommerce-checkout-order-review {
    padding: 2.5rem;
  }
}

.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-checkout #order_review_heading {
  margin-bottom: 1.875rem;
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
  content: "";
  display: table;
  table-layout: fixed;
}

.site-header-cart .cart-contents {
  text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
  display: none;
}

.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.1em;
  line-height: 1.1;
  font-size: 12px;
  width: 6.7em;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.star-rating:before {
  content: '\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f005';
  opacity: 1;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  color: #ffce00;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span:before {
  content: '\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f005';
  font-weight: 900;
  top: 0;
  position: absolute;
  left: 0;
  color: #ffce00;
}

p.stars {
  height: 1em;
  margin-bottom: 0;
}

p.stars > span {
  display: block;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: '\f005';
  color: #13b0bb;
  text-indent: 0;
  opacity: 1;
}

p.stars a:hover ~ a:before {
  font-weight: 400;
}

p.stars:hover a:before {
  font-weight: 900;
}

p.stars.selected a.active:before {
  font-weight: 900;
}

p.stars.selected a.active ~ a:before {
  font-weight: 400;
}

p.stars.selected a:not(.active):before {
  font-weight: 900;
}

/**
 * Tabs
 */
.woocommerce-tabs {
  margin-top: 60px;
}

.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0 auto 40px;
  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;
  border-bottom: 2px solid #13b0bb;
}

@media (min-width: 992px) {
  .woocommerce-tabs ul.tabs {
    max-width: 664px;
  }
}

.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}

.woocommerce-tabs ul.tabs li a {
  padding: 15px 35px;
  display: block;
  color: #17181a;
  font-weight: 600;
  text-decoration: none;
}

.woocommerce-tabs ul.tabs li a:hover {
  color: #13b0bb;
}

.woocommerce-tabs ul.tabs li.active a {
  position: relative;
  color: #13b0bb;
}

.woocommerce-tabs ul.tabs li.active a:after {
  content: '';
  border-bottom: 5px solid #13b0bb;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: rgba(19, 176, 187, 0.5);
}

.woocommerce-password-strength.short {
  color: rgba(255, 206, 0, 0.5);
}

.woocommerce-password-strength.bad {
  color: rgba(255, 206, 0, 0.5);
}

.woocommerce-password-strength.good {
  color: rgba(235, 235, 236, 0.5);
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  -webkit-box-shadow: inset 2px 0 0 rgba(19, 176, 187, 0.5);
  box-shadow: inset 2px 0 0 rgba(19, 176, 187, 0.5);
}

.form-row.woocommerce-invalid input.input-text {
  -webkit-box-shadow: inset 2px 0 0 rgba(255, 206, 0, 0.5);
  box-shadow: inset 2px 0 0 rgba(255, 206, 0, 0.5);
}

.required {
  color: red;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: rgba(19, 176, 187, 0.5);
  clear: both;
  margin-bottom: 1.25em;
  padding: .5em 2em;
  border-radius: 3px;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
  background: transparent;
  border: 0;
  padding: 0;
  margin-right: 20px;
  letter-spacing: inherit;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.woocommerce-noreviews .button:hover,
p.no-comments .button:hover {
  background: transparent;
  border: 0;
  text-decoration: underline;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  text-decoration: underline;
  color: inherit;
}

p.cart-empty {
  margin-bottom: 1.25em;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: rgba(235, 235, 236, 0.5);
}

.woocommerce-error {
  background-color: rgba(255, 206, 0, 0.5);
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: rgba(235, 235, 236, 0.5);
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
     * Header cart
     */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}

.shop-ordering-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 40px;
}

.shop-ordering-wrapper .woocommerce-result-count {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .shop-ordering-wrapper .woocommerce-result-count {
    margin-right: 20px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .shop-ordering-wrapper .woocommerce-ordering {
    width: 100%;
  }
}

.shop-ordering-wrapper .woocommerce-ordering select {
  margin-bottom: 0;
}

.woocommerce-breadcrumb {
  margin-bottom: 30px;
}

.woocommerce-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.price del,
.woocommerce-grouped-product-list-item__price del {
  font-size: .875em;
}

.price ins,
.woocommerce-grouped-product-list-item__price ins {
  background: transparent;
}

.woocommerce-page .select2-container {
  text-align: left;
  display: block;
}

.woocommerce-page .select2-container.select2-container--open.select2-container--below .select2-selection {
  border-bottom: 0;
}

.woocommerce-page .select2-container.select2-container--open.select2-container--above .select2-selection {
  border-top: 0;
}

.woocommerce-page .select2-container .select2-selection {
  border: 1px solid #ededed;
  border-radius: 3px;
  height: 50px;
}

.woocommerce-page .select2-container .select2-selection__rendered {
  line-height: 50px;
  padding: 0 1.25rem;
}

.woocommerce-page .select2-container .select2-selection__arrow {
  height: 50px;
}

.woocommerce-page .select2-dropdown {
  border: 1px solid #ededed;
}

.woocommerce-page .select2-dropdown--below {
  border-top: 0;
}

.woocommerce-page .select2-dropdown--above {
  border-bottom: 0;
}

.woocommerce-page .select2-dropdown li {
  margin: 0;
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.woocommerce-sidebar {
  font-size: 14px;
  font-size: 0.875rem;
}

.woocommerce-sidebar .widget-title {
  font-size: 20px;
  font-size: 1.25rem;
}

.woocommerce-sidebar .widget {
  margin: 0 0 3.75rem;
}

.woocommerce-sidebar .widget:last-child {
  margin-bottom: 0;
}

.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
}

.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: #13b0bb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -.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: #13b0bb;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
  height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

.widget_price_filter .button {
  padding: 7px 15px;
}

.widget_rating_filter ul {
  padding: 0;
  list-style: none;
}

.widget_rating_filter .star-rating {
  display: inline-block;
}

.widget .product_list_widget {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget .product_list_widget li {
  margin-bottom: 30px;
}

.widget .product_list_widget li:last-child {
  margin-bottom: 0;
}

.widget .product_list_widget a {
  text-decoration: none;
  display: block;
}

.widget .product_list_widget .product-title {
  font-weight: 600;
  color: #17181a;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  margin-bottom: .5em;
  font-size: 14px;
  font-size: 0.875rem;
}

.widget .product_list_widget .product-title:last-child {
  margin-bottom: 0;
}

.widget .product_list_widget .product-title:hover {
  color: #13b0bb;
}

.widget .product_list_widget .woocommerce-Price-amount {
  font-size: 12px;
  font-size: 0.75rem;
}

.widget .product_list_widget ins {
  background: transparent;
}

.widget.widget_recent_reviews li:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.widget.widget_recent_reviews a {
  clear: both;
}

.widget.widget_recent_reviews .star-rating {
  margin-right: 10px;
  float: left;
}

.widget.widget_recent_reviews .reviewer {
  float: right;
  line-height: 1.1;
  font-size: 12px;
  font-size: 0.75rem;
}

.widget.widget_product_search button {
  margin-bottom: 0;
}

.widget .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item {
  position: relative;
  padding-right: 20px;
  margin-bottom: 15px;
}

.widget .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
  width: 1em;
  height: 1em;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #767b80;
}

.widget .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover {
  color: #13b0bb;
}

.widget .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:before {
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  font-weight: 900;
  display: block;
  width: 1em;
  text-align: center;
}

.widget .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity {
  font-size: 12px;
  font-size: 0.75rem;
}

.widget .widget_shopping_cart_content .woocommerce-mini-cart__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
  color: #17181a;
}

.widget .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button {
  background: transparent;
  border: 0;
  letter-spacing: inherit;
  color: #17181a;
  padding: 0;
}

.widget .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:first-child {
  margin-right: 10px;
}

.widget .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:hover {
  color: #13b0bb;
  border: 0;
  background: transparent;
}

.widget .widget_shopping_cart_content .woocommerce-mini-cart__total {
  padding: 15px 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

/**
 * WooCommerce account
 */
form.woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
  margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation {
  padding: 0 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(50, 54, 72, 0.08);
  box-shadow: 0 2px 5px 0 rgba(50, 54, 72, 0.08);
  border-radius: 3px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .woocommerce-MyAccount-navigation {
    padding: 10px 40px;
  }
}

.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #13b0bb;
}

.woocommerce-MyAccount-navigation ul a {
  padding: 10px 20px;
  color: #17181a;
  font-weight: 600;
  text-decoration: none;
}

.woocommerce-MyAccount-navigation ul a:hover {
  color: #13b0bb;
}

.woocommerce-MyAccount-navigation ul li {
  margin: 10px 0;
}

.woocommerce-MyAccount-content {
  padding: 15px 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(50, 54, 72, 0.08);
  box-shadow: 0 2px 5px 0 rgba(50, 54, 72, 0.08);
  border-radius: 3px;
}

@media (min-width: 768px) {
  .woocommerce-MyAccount-content {
    padding: 30px 40px;
  }
}

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
  margin-bottom: 30px;
}

.woocommerce-MyAccount-content table:last-child {
  margin-bottom: 0;
}

.woocommerce-MyAccount-content .woocommerce-order-details + .woocommerce-customer-details {
  margin-top: 30px;
}

.woocommerce-MyAccount-content .woocommerce-order-details__title,
.woocommerce-MyAccount-content .woocommerce-column__title {
  font-size: 20px;
  font-size: 1.25rem;
}

.woocommerce-MyAccount-content .woocommerce-customer-details .col2-set:after {
  clear: both;
  content: "";
  display: table;
  table-layout: fixed;
}

@media (min-width: 768px) {
  .woocommerce-MyAccount-content .woocommerce-customer-details .col2-set .woocommerce-column {
    width: 48.1%;
  }
  .woocommerce-MyAccount-content .woocommerce-customer-details .col2-set .col-1 {
    float: left;
  }
  .woocommerce-MyAccount-content .woocommerce-customer-details .col2-set .col-2 {
    float: right;
  }
}

.woocommerce-EditAccountForm .clear {
  margin: 0;
}

@media (min-width: 768px) {
  .woocommerce-EditAccountForm .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .woocommerce-EditAccountForm .form-row-last {
    float: right;
    margin-right: 0;
  }
  .woocommerce-EditAccountForm .form-row-first,
  .woocommerce-EditAccountForm .form-row-last {
    width: 48.1%;
  }
}

.woocommerce-EditAccountForm #account_display_name + span {
  font-size: .75em;
}

.woocommerce-account #customer_login:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.woocommerce-account #customer_login > .col-1 {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .woocommerce-account #customer_login > .col-1,
  .woocommerce-account #customer_login > .col-2 {
    width: 48.1%;
  }
  .woocommerce-account #customer_login > .col-1 {
    float: left;
    margin-bottom: 0;
  }
  .woocommerce-account #customer_login > .col-2 {
    float: right;
  }
}
