@charset "UTF-8";
/*
Theme Name: diverStamp

WooCommerce styles override
*/
/**
 * Shop tables
 */
/**
 * Products
 */
.post, .page {
  margin: 0;
}

.woocommerce-LoopProduct-link, .woocommerce-loop-product__link {
  pointer-events: none;
}

a p, a:visited p {
  color: #333333;
}

.add_to_cart_button {
  display: inline-block;
  width: 220px;
  margin: -10px 0 90px;
  background-color: #D7ECF1;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.6em 1em 0.4em;
  cursor: pointer;
}

.add_to_cart_button:hover {
  border-color: #D7ECF1;
}

.add_to_cart_button:active, .add_to_cart_button:focus {
  border-color: #D7ECF1;
}

.added_to_cart {
  display: inline-block;
  background-color: #333333;
  color: #fbfbfb;
  margin-left: 2rem;
  padding: 0.6em 1em 0.4em;
  pointer-events: none;
  font-size: 17px;
  font-size: 1.7rem;
}

.added_to_cart:visited {
  color: #fbfbfb;
}

.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}

.product {
  margin: auto auto 125px;
}

.product a h2 {
  margin-top: 20px;
  color: #333333;
  font-size: 30px;
  font-size: 3rem;
}

/**
 * Single product
 */
@media only screen and (min-width: 1024px) {
  .wp-block-woocommerce-single-product {
    display: -ms-grid;
    display: grid;
    height: auto;
  }
  .wc-block-components-product-image {
    height: 400px;
    width: 1100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .cll-collections_single_product .wp-block-column {
    min-width: 0;
    min-width: initial;
  }
}

@media only screen and (min-width: 1400px) {
  .wc-block-components-product-image {
    height: 400px;
    width: 1100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/**
 * Checkout
 */
/* Amaga la capçalera sencera de la taula del resum de comanda al Checkout */
.woocommerce-checkout table.shop_table thead {
  display: none !important;
}

.woocommerce table.cart td.actions input[name="update_cart"],
.woocommerce button[name="update_cart"] {
  display: none !important;
}

.checkout {
  margin-bottom: 4rem;
}

.checkout .buttons-direction {
  margin: auto;
}

.checkout button {
  background-color: #FBE0D5;
  padding: 10px;
  border: none;
}

.buttons-direction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -70px;
  margin-bottom: 50px;
}

.button-verCarrito,
.button-verCarrito-summer,
.button-volverA,
.button-volverA-summer {
  width: 100%;
  text-align: center;
  padding: 8px 5rem;
  margin: 1rem auto;
  font-size: 18px;
  font-size: 1.8rem;
}

.button-verCarrito,
.button-volverA {
  background-color: #F6BDAA;
}

.button-verCarrito:visited, .button-verCarrito:active,
.button-volverA:visited,
.button-volverA:active {
  color: #B0393F;
}

.button-verCarrito-summer,
.button-volverA-summer {
  background-color: #D7ECF1;
}

.button-verCarrito-summer a,
.button-volverA-summer a {
  color: #333333;
}

.button-verCarrito-summer:visited, .button-verCarrito-summer:active,
.button-volverA-summer:visited,
.button-volverA-summer:active {
  color: #333333;
}

@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%;
  }
}

@media only screen and (min-width: 1024px) {
  .buttons-direction {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .button-verCarrito,
  .button-volverA,
  .button-verCarrito-summer,
  .button-volverA-summer {
    width: 40%;
    margin: 0;
  }
}

/**
 * General WooCommerce components
 */
.quantity,
.amount,
.taxonomy-product_cat,
.woocommerce-terms-and-conditions-wrapper,
.product-total,
.woocommerce-table--order-details tfoot tr,
.woocommerce-table--order-details thead tr,
.woocommerce-customer-details,
.product-quantity, .woocommerce-info,
.woocommerce-MyAccount-navigation,
.woocommerce-form-login__rememberme {
  width: 0;
  height: 0;
  display: none;
  visibility: hidden;
}

.woocommerce-cart-form td.product-thumbnail, .woocommerce-cart-form td.product-name,
.woocommerce-table--order-details td.product-name, .attachment-woocommerce_single, .wp-block-post-title a {
  pointer-events: none;
}

.woocommerce-cart-form td.product-thumbnail {
  display: none;
}

.wc-block-add-to-cart-form .quantity {
  display: none !important;
}

/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}

.site-header-cart .cart-contents {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
  display: none;
}

.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}

.star-rating::before {
  content: "\53\53\53\53\53";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: #4169e1;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  -webkit-text-decoration: none;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "\53";
  color: #333333;
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover ~ a::before {
  content: "\53";
  color: #333333;
  opacity: 0.25;
}

p.stars:hover a::before {
  content: "\53";
  color: #4169e1;
  opacity: 1;
}

p.stars.selected a.active::before {
  content: "\53";
  color: #4169e1;
  opacity: 1;
}

p.stars.selected a.active ~ a::before {
  content: "\53";
  color: #333333;
  opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
  content: "\53";
  color: #4169e1;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}

.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: #0f834d;
}

.woocommerce-password-strength.short {
  color: #e2401c;
}

.woocommerce-password-strength.bad {
  color: #e2401c;
}

.woocommerce-password-strength.good {
  color: #3d9cd2;
}

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

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

.required {
  color: #f00;
}

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

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

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

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

@media screen and (min-width: 48em) {
  /**
	 * Header cart
	 */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}

.wc-block-add-to-cart-form .quantity {
  margin-right: 0;
}

/**
 * WooCommerce widgets
 */
