/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

 .woocommerce-content__shop-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    display: flex;
    padding-bottom: 0.8em;
    padding-top: 2em;
  }
  .woocommerce-content__shop-header p {
    color: #9d9d9d;
    flex-grow: 1;
    font-size: 0.9rem;
    margin-bottom: 0;
  }
  .woocommerce-content__shop-header form {
    justify-self: flex-end;
  }
  .woocommerce-content__shop h1.woocommerce-products-header__title {
    font-size: 2rem;
    margin-bottom: 1em;
    position: relative;
  }
  .woocommerce-content__shop div.products-container ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(410px, 1fr));
    gap: 4.4rem;
    list-style: none;
  }
  @media (max-width: 980px) {
    .woocommerce-content__shop div.products-container ul {
      grid-template-columns: repeat(auto-fit, minmax(365px, 1fr));
    }
  }
  .woocommerce-content__shop div.products-container ul li {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
  }
  .woocommerce-content__shop div.products-container ul li a {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    text-decoration: none;
  }
  @media (max-width: 640px) {
    .woocommerce-content__shop div.products-container ul li a img {
      width: 100%;
      max-width: 448px;
      height: auto;
    }
  }
  .woocommerce-content__shop div.products-container ul li a p {
    line-height: 1.6em;
    margin-bottom: 0.5em;
    text-align: center;
  }
  .woocommerce-content__shop div.products-container ul li a.add_to_cart_button, .woocommerce-content__shop div.products-container ul li a.product_type_simple {
    border-radius: 4px;
    /* color: #fff; */
    cursor: pointer;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: bold;
    margin-top: 2.22em;
    padding: 1em 2.5em;
    transition: 200ms all ease-out;
  }
  @media (max-width: 425px) {
    .woocommerce-content__shop div.products-container ul li a.add_to_cart_button, .woocommerce-content__shop div.products-container ul li a.product_type_simple {
      width: 100%;
      text-align: center;
    }
  }
  
  .woocommerce-content__single-product div.woocommerce-message {
    align-items: center;
    border-radius: 8px;
    border-top: 0;
    display: flex;
    flex-flow: row wrap;
    font-size: 0.9rem;
    justify-content: space-between;
  }

  .woocommerce-content__single-product div.woocommerce-message::before {
    top: unset;
  }

  .woocommerce-content__single-product div.woocommerce-message a {
    background: #e2c6b0;
    border-color: #e2c6b0;
    color: #db6c52;
    order: 1;
  }

  .woocommerce-content__single-product div.woocommerce-message a:hover {
    background: transparent;
    border-color: #db6c52;
    color: #db6c52;
    text-decoration: none;
  }
  @media (max-width: 425px) {
    .woocommerce-content__single-product div.woocommerce-message a {
      margin-top: 16px;
    }
  }
  .woocommerce-content__single-product__content {
    display: flex;
    align-items: center;
  }
  @media (max-width: 980px) {
    .woocommerce-content__single-product__content {
      flex-flow: row wrap;
    }
  }
  .woocommerce-content__single-product__content div.woocommerce-product-gallery {
    padding-right: 2.8em;
    width: 45%;
  }
  @media (max-width: 980px) {
    .woocommerce-content__single-product__content div.woocommerce-product-gallery {
      padding-bottom: 1.67em;
      padding-right: unset;
      width: 100%;
    }
  }
  .woocommerce-content__single-product__content div.woocommerce-product-gallery div.flex-viewport {
    margin-bottom: 0.8em;
  }
  .woocommerce-content__single-product__content div.woocommerce-product-gallery__image {
    height: 17.5rem;
    width: 100%;
  }
  .woocommerce-content__single-product__content div.woocommerce-product-gallery__image a {
    display: block;
    height: 100%;
    width: 100%;
  }
  .woocommerce-content__single-product__content div.woocommerce-product-gallery__image a img {
    height: 100%;
    object-fit: contain;
    object-position: center;
    width: 100%;
  }
  .woocommerce-content__single-product__content div.woocommerce-product-gallery ol.flex-control-thumbs {
    display: grid;
    gap: 0.8em;
    grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
    list-style: none;
  }
  .woocommerce-content__single-product__content div.woocommerce-product-gallery ol.flex-control-thumbs li {
    border: 1px solid rgba(0, 0, 0, 0.04);
    cursor: pointer;
  }
  .woocommerce-content__single-product__content div.woocommerce-product-gallery ol.flex-control-thumbs li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .woocommerce-content__single-product__content div.summary {
    width: 55%;
  }
  @media (max-width: 980px) {
    .woocommerce-content__single-product__content div.summary {
      width: 100%;
    }
  }
  /* .woocommerce-content__single-product__content div.summary h1 {
    font-family: "BelyBold", serif;
  } */
  .woocommerce-content__single-product__content div.summary p.price {
    color: #0082d6;
  }
  .woocommerce-content__single-product__content div.summary div.woocommerce-product-details__short-description p {
    font-size: 0.9em;
    line-height: 1.7em;
    margin-bottom: 1.78em;
  }
  .woocommerce-content__single-product__content div.summary form {
    display: flex;
  }
  @media (max-width: 640px) {
    .woocommerce-content__single-product__content div.summary form div.quantity {
      width: 30%;
    }
  }
  .woocommerce-content__single-product__content div.summary form div.quantity input[type=number] {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    height: 100%;
    max-width: 100px;
    width: 100%;
    font-size: 0.8rem;
    padding: 0 1.2em;
  }
  @media (max-width: 640px) {
    .woocommerce-content__single-product__content div.summary form div.quantity input[type=number] {
      max-width: unset;
    }
  }
  .woocommerce-content__single-product__content div.summary form button[type=submit] {
    background: #0082d6;
    border-radius: 4px;
    border: 1px solid #0082d6;
    color: #f97d0d;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: bold;
    height: 3.2rem;
    margin-left: 1em;
    padding: 0 2.78em;
    transition: 200ms all ease-out;
  }
  @media (max-width: 640px) {
    .woocommerce-content__single-product__content div.summary form button[type=submit] {
      width: 70%;
    }
  }
  .woocommerce-content__single-product__content div.summary form button[type=submit]:hover {
    background: transparent;
    border-color: #0082d6;
    color: #0082d6;
  }
  .woocommerce-content__single-product__content div.summary div.product_meta {
    margin-top: 2.8em;
  }
  .woocommerce-content__single-product__content div.summary div.product_meta span {
    color: #9d9d9d;
    font-size: 0.9rem;
  }
  .woocommerce-content__single-product__content div.summary div.product_meta span a {
    color: #0082d6;
  }
  .woocommerce-content__single-product section.related {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.8em;
  }
  .woocommerce-content__single-product section.related h2 {
    font-family: "SecondaryFont", serif;
    font-size: 1.3rem;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 0.7em;
  }
  .woocommerce-content__single-product section.related ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    list-style: none;
    gap: 0.8em;
  }
  @media (max-width: 640px) {
    .woocommerce-content__single-product section.related ul {
      grid-template-columns: repeat(auto-fill, minmax(138px, 1fr));
    }
  }
  .woocommerce-content__single-product section.related ul li a {
    text-align: center;
    text-decoration: none;
  }
  .woocommerce-content__single-product section.related ul li a img {
    width: 100%;
    height: auto;
  }
  .woocommerce-content__single-product section.related ul li a h2 {
    border-bottom: 0;
    font-family: "SecondaryFont", serif;
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .woocommerce-content__single-product section.related ul li a span.price {
    display: none;
  }
  .woocommerce-content__single-product section.related ul li a.add_to_cart_button, .woocommerce-content__single-product section.related ul li a.product_type_simple {
    display: none;
  }
  
  .pswp__bg {
    background: rgba(0, 0, 0, 0.9);
  }
  
  .pswp__caption {
    display: none;
  }
  
  /* .woocommerce-content__cart h1 {
    font-family: "BelyBold", serif;
  } */
  .woocommerce-content__cart form.woocommerce-cart-form table.shop_table tbody tr td {
    font-size: 0.9rem;
  }
  .woocommerce-content__cart form.woocommerce-cart-form table.shop_table tbody tr td a img {
    width: 5rem;
    height: 5rem;
  }
  .woocommerce-content__cart form.woocommerce-cart-form table.shop_table tbody tr td div.coupon {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 0.8em;
  }
  @media (max-width: 768px) {
    .woocommerce-content__cart form.woocommerce-cart-form table.shop_table tbody tr td div.coupon::before {
      content: unset;
    }
  }
  .woocommerce-content__cart form.woocommerce-cart-form table.shop_table tbody tr td div.coupon input[type=text] {
    height: 2.5rem;
    padding: 0.26em;
    width: 100%;
  }
  .woocommerce-content__cart form.woocommerce-cart-form table.shop_table tbody tr td div.coupon button[type=submit] {
    font-size: 0.8rem;
    height: 2.5rem;
    width: 100%;
  }
  .woocommerce-content__cart form.woocommerce-cart-form table.shop_table tbody tr td button[type=submit] {
    font-size: 0.8rem;
    height: 2.5rem;
  }
  .woocommerce-content__cart div.cart-collaterals h2 {
    font-family: "HeadingFont", serif;
    font-size: 1.6rem;
    margin-bottom: 0.25em;
  }
  .woocommerce-content__cart div.cart-collaterals a.checkout-button {
    align-items: center;
    background: #0082d6;
    border-radius: 4px;
    border: 1px solid #0082d6;
    color: #f97d0d;
    cursor: pointer;
    display: flex;
    font-size: 0.8rem;
    font-weight: bold;
    height: 3.2rem;
    justify-content: center;
    margin-top: 2.22em;
    padding: 0 2.78em;
    transition: 200ms all ease-out;
  }
  @media (max-width: 640px) {
    .woocommerce-content__cart div.cart-collaterals a.checkout-button {
      width: 100%;
    }
  }
  .woocommerce-content__cart div.cart-collaterals a.checkout-button:hover {
    background: transparent;
    border-color: #0082d6;
    color: #0082d6;
  }
  .woocommerce-content__cart-empty p.cart-empty {
    border-top: 0;
    border-radius: 4px;
  }
  .woocommerce-content__cart-empty p.return-to-shop {
    float: right;
    margin-bottom: 0;
  }
  @media (max-width: 640px) {
    .woocommerce-content__cart-empty p.return-to-shop {
      width: 100%;
    }
  }
  .woocommerce-content__cart-empty p.return-to-shop a.wc-backward {
    align-items: center;
    background: #0082d6;
    border-radius: 4px;
    border: 1px solid #0082d6;
    color: #f97d0d;
    cursor: pointer;
    display: flex;
    font-size: 0.8rem;
    font-weight: bold;
    height: 3.2rem;
    justify-content: center;
    margin-top: 2em;
    max-width: 200px;
    padding: 0 2em;
    transition: 200ms all ease-out;
  }
  @media (max-width: 640px) {
    .woocommerce-content__cart-empty p.return-to-shop a.wc-backward {
      max-width: unset;
    }
  }
  .woocommerce-content__cart-empty p.return-to-shop a.wc-backward:hover {
    background: transparent;
    border-color: #0082d6;
    color: #0082d6;
  }
  
  .woocommerce-content__checkout div.woocommerce-form-coupon-toggle div.woocommerce-info {
    border-top: 0;
    border-radius: 4px;
  }
  .woocommerce-content__checkout form.woocommerce-checkout div#customer_details label {
    font-size: 0.9rem;
  }
  .woocommerce-content__checkout form.woocommerce-checkout div#customer_details input, .woocommerce-content__checkout form.woocommerce-checkout div#customer_details textarea, .woocommerce-content__checkout form.woocommerce-checkout div#customer_details span.select2-selection {
    background: #f7f0eb;
    border-radius: 8px;
    border: 0;
    height: 100%;
    padding: 0.7em;
    width: 100%;
  }
  .woocommerce-content__checkout form.woocommerce-checkout div#customer_details span.select2-selection__arrow {
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  .woocommerce-content__checkout form.woocommerce-checkout h3#order_review_heading {
    padding-top: 0.91em;
  }
  .woocommerce-content__checkout form.woocommerce-checkout div#order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td {
    font-size: 0.9rem;
  }
  .woocommerce-content__checkout form.woocommerce-checkout div#order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name {
    display: flex;
    align-items: center;
  }
  .woocommerce-content__checkout form.woocommerce-checkout div#order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name div.quantity {
    order: 1;
    padding-left: 16px;
    padding-right: 16px;
  }
  .woocommerce-content__checkout form.woocommerce-checkout div#order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name a {
    order: 0;
  }
  .woocommerce-content__checkout form.woocommerce-checkout div#order_review table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name span {
    order: 2;
  }
  .woocommerce-content__checkout form.woocommerce-checkout div#order_review div.woocommerce-checkout-payment {
    background: #fbfbfb;
  }
  .woocommerce-content__checkout form.woocommerce-checkout div#order_review div.woocommerce-checkout-payment div.place-order button[type=submit] {
    align-items: center;
    background: #0082d6;
    border-radius: 4px;
    border: 1px solid #0082d6;
    color: #f97d0d;
    cursor: pointer;
    display: flex;
    font-size: 0.8rem;
    font-weight: bold;
    height: 3.2rem;
    justify-content: center;
    margin-top: 2.22em;
    padding: 0 2.78em;
    transition: 200ms all ease-out;
  }
  @media (max-width: 640px) {
    .woocommerce-content__checkout form.woocommerce-checkout div#order_review div.woocommerce-checkout-payment div.place-order button[type=submit] {
      width: 100%;
    }
  }
  .woocommerce-content__checkout form.woocommerce-checkout div#order_review div.woocommerce-checkout-payment div.place-order button[type=submit]:hover {
    background: transparent;
    border-color: #0082d6;
    color: #0082d6;
  }
  .woocommerce-content__checkout-thankyou ul.woocommerce-thankyou-order-details li strong {
    color: #f97d0d;
  }
  .woocommerce-content__checkout-thankyou section.woocommerce-order-details {
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce-content__checkout-thankyou section.woocommerce-customer-details {
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce-content__checkout-thankyou section.woocommerce-customer-details address {
    padding: 1.78em;
    font-size: 0.9rem;
  }