/*
Theme Name: Twenty Twenty-Four
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 99.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

@media only screen and (min-width: 970px) {
  #checkout-left-column {
    float: left;
    width: 42%;
    padding: 2em;
  }
  #checkout-right-column {
    float: right;
    width: 42%;
    background-color: #fff;
    border: 0;
    border-radius: 1.2em;
    padding: 2em;
  }
}

.woocommerce-page table.shop_table {
  width: 100% !important;
}

.woocommerce-page .woocommerce-billing-fields .input-text {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid black !important;
  background-color: #f6f6f6 !important;
}

.woocommerce-page .woocommerce-billing-fields .select2-selection {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid black !important;
  background-color: #f6f6f6 !important;
  border-radius: 0 !important;
  height: 3rem !important;
}
.woocommerce-page
  .woocommerce-billing-fields
  .select2-selection
  .select2-selection__arrow {
  height: 3rem !important;
}
.woocommerce-page .woocommerce-billing-fields .select2-container .selection,
.select2-container {
  padding: 0 !important;
}

.productPriceContainer {
  font-size: 0.7em !important;
  color: #afafaf !important;
  float: left;
  clear: both;
}

.productNameContainer {
  float: left;
  text-align: left;
}

.woocommerce table.shop_table .cart_item .product-thumbnail {
  padding: 0.8em !important;
  width: 27%;
}
.woocommerce table.shop_table .cart_item .product-total {
  padding: 0.8em !important;
  width: 27%;
}
.product-thumbnail .attachment-woocommerce_thumbnail {
  border-radius: 10%;
  height: 100%;
  background-color: #F6F6F6;
}

.woocommerce table.shop_table {
  border: none !important;
}
.woocommerce table.shop_table .cart_item {
  position: relative;
}

.woocommerce table.shop_table .cart_item,
.woocommerce table.shop_table .cart_item td {
  border: none !important;
}

.woocommerce table.shop_table .cart_item .product-name {
  vertical-align: top;
}

.product-total .quantity input {
  border: none !important;
}
.product-total .quantity input {
  border: 1px solid #ccc !important;
  border-radius: 1em !important;
}

.woocommerce-checkout main .woocommerce {
  max-width: 1200px;
}

.woocommerce-checkout #payment {
  background: none !important;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0 !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  width: 100%;
}

.woocommerce-checkout #payment div.payment_box {
  background: none !important;
}
.woocommerce-checkout #payment div.payment_box::before {
  display: none !important;
}

.form-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-group input {
  width: 100% !important;
  /*padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
  font-size: 1rem !important;*/
  /*border: 1px solid #ccc !important;
  border-radius: 4px !important;*/
}

.form-group label {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
  background: #f6f6f6;
  padding: 0 0.25rem;
  transition: all 0.3s ease;
  color: #999;
  pointer-events: none;
}
/*
.placeholder {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 11px;
  height: 40px;
  line-height: 40px;
  font-size: 1rem;
  opacity: 0.7;
  transition: all 0.3s ease;
}
*/
.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label {
  top: 0;
  transform: translateY(-50%);
  font-size: 0.75rem;
  color: #333;
}

.woocommerce-page #payment #place_order {
  background-color: #e51d34;
  border-radius: 2em;
}

.col-1 .woocommerce-NoticeGroup {
  display: none !important;
}

.omnivalt_terminal_container_map .tmjs-open-modal-btn {
  background-color: black !important;
  color: white !important;
  font-size: 1em;
  border: none !important;
}

a.omnivalt_terminal_container_map .tmjs-open-modal-btn:hover {
  color: white !important;
}
#shipping-methods {
  margin-top: 1.5em;
}
.checkout #payment {
  margin-top: 1.5em;
}

.payment_method_wc_montonio_payments {
  padding: 0 !important;
}

.box {
  width: 100%;
  padding: 2em;
  text-align: center;
}

.quantity-box {
  position: relative;
  display: inline-block;
  color: #7f7f7f;
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 1em !important;
  padding: 0 3% 0 7% !important;
}

.quantity-box input[type="number"] {
  /*transition: border 0.3s ease-in-out, color 0.3s ease-in-out;*/
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
  appearance: textfield !important;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 34px;
  font-weight: 700;
  box-shadow: none;
  outline: none;
  width: 50% !important;
  height: 34px;
  text-align: center;
  float: left;
  border: none !important;
  padding: 0 !important;
  background: none !important;
  color: #342f2f;
  border-radius: 0 !important;
}

.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield !important;
  margin: 0;
}

.quantity-box input[type="number"]:focus {
  border-color: #57b8f6 !important;
}

.quantity-box input[type="number"]:hover {
  border-color: #a5a5a5;
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
}

.quantity-button {
  width: 20%;
  height: 34px;
  display: inline-block;
  float: right;
  position: relative;
  cursor: pointer;
  z-index: 999;
}

.quantity-button::before,
.quantity-button::after {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  content: "";
  width: 9px;
  height: 2px;
  background-color: currentColor;
  display: block;
}

.quantity-remove {
  float: left !important;
}

.quantity-remove::after {
  display: none;
}

.quantity-add::after {
  transform: rotate(90deg);
}
.woocommerce-checkout h3 {
  font-family: "Myriad Pro" !important;
}
#order_review_heading {
  width: 50%;
}
#return-to-shop-button {
  background-color: #e51d34;
  border-radius: 2em;
  float: right;
  width: 30%;
  color: white;
  text-align: center;
  padding: 0.6rem;
  margin: 1.5rem 0;
}

.woocommerce-checkout .includes_tax {
  display: none !important;
}

.woocommerce table.shop_table td {
  text-align: right !important;
}

.product-remove-polar {
  float: left;

  position: absolute;

  display: block;

  bottom: 0.5rem;
}

#continue-shopping {
  margin: auto !important;
}
#continue-shopping a {
  padding: 1rem 3rem;
}

.woocommerce-order-received #continue-shopping {
  padding: 0 0 3rem 0;
}

.wc-block-order-confirmation-status {
  text-align: center;
  padding: 4rem 0 6rem;
}

ul#shipping_method {
  margin-top: 1.5rem !important;
  font-size: 1rem;
}

div#shipping-methods {
  font-size: 1.6rem;
}

#review_order_before_submit_accept_terms_field {
margin-bottom: 0 !important;
}
body {
  min-height: 100vh;
  margin: 0;
  padding-bottom: 8rem;
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  
}
.wp-block-post-content {
    padding-bottom: 8rem !important;
}
.woocommerce-checkout-review-order-table {
font-family: Arial;
}

footer.wp-block-template-part {
    bottom: 0 !important;
    position: absolute !important;
    width: 100% !important;
}

.wc-blocks-footer-pattern {
clear: both;
width: 100%;
}

#shipping_method li {
    display: inline-block;
    width: 30%;
    height: 4em;
    margin: 0.3em !important;
   
    
}

#shipping_method li input {
    display: none;
}

#shipping_method li label {
    display: block !important;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 8px;
    line-height: 4em;
    vertical-align: middle;
    text-align: center;
    
    
}
.shipping_method + label {
    border: 1px solid rgba(0, 0, 0, 0.07);
    
}

.shipping_method:checked + label {
    border: 1px solid #333 !important;
    
}
#shipping_method li label img{
    margin: 1em auto 0;
}
.montonio-shipping-label {
    display: none !important;
    
}
.montonio-pickup-point-select-wrapper label {
    font-size: 0.6em;
}
.montonio-pickup-point-select-wrapper label .required {
    text-decoration: none;
}
.payment_method_wc_montonio_payments label {
    font-size: 1.6em !important;
}

.wc-block-order-confirmation-billing-wrapper {
  padding-bottom: 6em !important;
}