/*
Theme Name:   Kuchniasztuki Child
Description:  Motyw potomny dla: kuchniasztuki
Template:     kuchniasztuki
Version:      1.0.0
Text Domain:  kuchniasztuki-child
*/

:root{
  --ks-yellow:#F9A912;
  --ks-black:#000;
  --ks-gray:#F2F2F2;
}

body.woocommerce ul.products li.product,
body .elementor ul.products li.product{
  position:relative;
  border-radius:16px;
  background:#fff;
  padding:16px;
  box-shadow:0 10px 24px rgba(0,0,0,.08);
  overflow:hidden;
  transition:transform .18s ease, box-shadow .18s ease;
  text-align:center;
}

body.woocommerce ul.products li.product:hover,
body .elementor ul.products li.product:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 34px rgba(0,0,0,.12);
}

body.woocommerce ul.products li.product a img,
body .elementor ul.products li.product a img{
  border-radius:15px 15px 0 0 !important;
  display:block;
  width:100%;
  height:auto;
  margin:0 0 14px;
}

body.woocommerce ul.products li.product .woocommerce-loop-product__title,
body .elementor ul.products li.product .woocommerce-loop-product__title{
  text-align:center !important;
  color:var(--ks-black) !important;
  font-weight:500;
  margin:0 0 8px !important;
}

body.woocommerce ul.products li.product .price,
body .elementor ul.products li.product .price{
  text-align:center !important;
  color:var(--ks-black) !important;
  display:block;
  margin:0 0 14px !important;
}

body.woocommerce ul.products li.product .price del,
body .elementor ul.products li.product .price del{
  color:var(--ks-black) !important;
  opacity:.55;
  margin-right:6px;
}

body.woocommerce ul.products li.product .price ins,
body .elementor ul.products li.product .price ins{
  text-decoration:none;
}

.woocommerce ul.products li.product .price ins,
.elementor ul.products li.product .price ins{
  color:var(--ks-black) !important;
  text-decoration:none !important;
}

body .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount{
  color:var(--ks-black) !important;
  font-weight:400 !important;
}

body .elementor-8 .elementor-element.elementor-element-2e6017e.elementor-wc-products ul.products li.product .price del .amount{
  color:var(--ks-black) !important;
}

body.woocommerce ul.products li.product a.button,
body.woocommerce ul.products li.product button.button,
body .elementor ul.products li.product a.button,
body .elementor ul.products li.product button.button{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  margin-bottom:10px !important;
  float:none !important;

  background:var(--ks-yellow) !important;
  color:#fff !important;

  border-radius:20px !important;
  padding:12px 18px !important;
  font-weight:600;
  line-height:1;

  text-decoration:none !important;
  box-shadow:none !important;
}

body.woocommerce ul.products li.product a.button:hover,
body.woocommerce ul.products li.product button.button:hover,
body .elementor ul.products li.product a.button:hover,
body .elementor ul.products li.product button.button:hover{
  filter:brightness(.95);
  transform:translateY(-1px);
}

body.woocommerce ul.products li.product .button,
body .elementor ul.products li.product .button{ float:none !important; }

body .onsale{
  border-radius:25px !important;
  background-color:var(--ks-black) !important;
  margin-right:10px !important;
  margin-top:10px !important;
  padding:5px 15px !important;
  font-weight:400 !important;
  min-width:2em !important;
  min-height:2em !important;
  font-size:13px !important;
  line-height:25px !important;
}

.cta-cat{ border-radius:20px; }

.orange-h{
  font-weight:700;
  color:var(--ks-yellow);
}

.woocommerce ul.products li.product a.added_to_cart,
.woocommerce ul.products li.product .added_to_cart{ display:none !important; }



.wc-block-cart__submit-button,
.wc-block-cart__submit-button:visited,
.wc-block-cart__submit-button.wp-element-button{
  background:var(--ks-yellow) !important;
  color:#fff !important;
  border:0 !important;
  width:100%;
  justify-content:center;
  border-radius:12px;
  padding:16px 18px;
  font-weight:600;
}

body.woocommerce-cart .wc-block-cart-item__wrap a.wc-block-components-product-name{
  color:var(--ks-black);
  text-decoration:none;
  transition:color .2s ease;
}
body.woocommerce-cart .wc-block-cart-item__wrap a.wc-block-components-product-name:hover{ color:var(--ks-yellow); }

body.woocommerce-checkout button.wc-block-components-button.wc-block-components-checkout-place-order-button{
  background-color:var(--ks-yellow);
  color:#fff;
  border-radius:25px;
  border:none;
  font-weight:600;
  transition:background-color .2s ease, color .2s ease;
}
body.woocommerce-checkout button.wc-block-components-button.wc-block-components-checkout-place-order-button:hover,
body.woocommerce-checkout button.wc-block-components-button.wc-block-components-checkout-place-order-button:focus{
  background-color:var(--ks-black);
  color:#fff;
}

body.woocommerce-cart form[class*="wc-block-components-totals-coupon"] button,
body.woocommerce-cart form[class*="wc-block-components-totals-coupon"] .wc-block-components-button{
  background-color:var(--ks-black) !important;
  border-color:var(--ks-black) !important;
  color:#fff !important;
  box-shadow:none !important;
}
body.woocommerce-cart form[class*="wc-block-components-totals-coupon"] button:hover,
body.woocommerce-cart form[class*="wc-block-components-totals-coupon"] button:focus,
body.woocommerce-cart form[class*="wc-block-components-totals-coupon"] .wc-block-components-button:hover,
body.woocommerce-cart form[class*="wc-block-components-totals-coupon"] .wc-block-components-button:focus{
  background-color:var(--ks-black) !important;
  border-color:var(--ks-black) !important;
  color:#fff !important;
}

body.woocommerce-checkout .wc-block-components-form input,
body.woocommerce-checkout .wc-block-components-form select,
body.woocommerce-checkout .wc-block-components-form textarea{
  border-color:#1212121c;
  color:var(--ks-black);
  box-shadow:none;
}

body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-text-input textarea,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control,
body.woocommerce-checkout .wc-block-components-form select{
  border-color:#1212121c !important;
  box-shadow:none !important;
  color:#111 !important;
  font-size:14px !important;
  line-height:1.3 !important;
}

body.woocommerce-checkout .wc-block-components-text-input input::placeholder,
body.woocommerce-checkout .wc-block-components-text-input textarea::placeholder{
  color:#9CA3AF !important;
  font-size:10px !important;
}

body.woocommerce-checkout .wc-block-components-text-input:not(.is-active):not(.is-filled) label,
body.woocommerce-checkout .wc-block-components-combobox:not(.is-active):not(.is-filled) label{
  font-size:13px;
  color:#9CA3AF;
}

body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-block-components-combobox label,
body.woocommerce-checkout .wc-block-components-form label{
  color:#6B7280 !important;
  font-weight:300 !important;
}

body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-text-input textarea:focus,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control:focus-within,
body.woocommerce-checkout .wc-block-components-form select:focus{
  border-color:#9CA3AF !important;
  outline:none !important;
  box-shadow:none !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-name{
  font-size:14px;
  font-weight:500;
  line-height:1.4;
}
body.woocommerce-checkout .wc-block-components-totals-item__label{
  font-size:14px;
  font-weight:500;
}
body.woocommerce-checkout .wc-block-components-totals-item__value{
  font-size:16px;
  font-weight:600;
}

.wc-block-components-product-badge{
  font-size: 10px !important;;
  font-weight: 300 !important;
  padding: 2px 8px;
  border-radius: 12px;
  letter-spacing: 0.02em;
}
.wc-block-components-product-metadata__description{
  display: none;
}

.wc-block-components-order-summary
.wc-block-components-product-metadata__description{
  display: none;
}

.wc-block-components-order-summary
.wc-block-components-product-badge{
  font-size: 11px;
  font-weight: 400;
  padding: 2px 8px;
  border-radius: 12px;
  letter-spacing: 0.02em;
}
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="password"],
.woocommerce input[type="number"],
.woocommerce input[type="tel"],
.woocommerce input[type="search"],
.woocommerce select,
.woocommerce textarea{
  border-color: #1212121c !important;
  box-shadow: none !important;
}


.woocommerce .quantity input[type=number]::-webkit-outer-spin-button,
.woocommerce .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce-page .quantity input[type=number]::-webkit-outer-spin-button,
.woocommerce-page .quantity input[type=number]::-webkit-inner-spin-button{
  -webkit-appearance:none;
  margin:0;
}
.woocommerce .quantity input[type=number],
.woocommerce-page .quantity input[type=number]{ -moz-appearance:textfield; }

.woocommerce .quantity,
.woocommerce-page .quantity{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center;
  gap:10px;
}

.woocommerce .quantity,
.woocommerce .quantity *,
.woocommerce-page .quantity,
.woocommerce-page .quantity *{ margin:0 !important; }

.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty{
  width:60px;
  text-align:center;
  padding:6px 0;
  border-radius:999px;
}

.woocommerce .quantity .qty-btn,
.woocommerce-page .quantity .qty-btn{
  width:34px;
  height:34px;
  min-width:34px;
  padding:0 !important;
  border-radius:999px;
  border:none;
  background:#f5a623;
  color:#fff;
  font-size:20px;
  line-height:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  user-select:none;
}
.woocommerce .quantity .qty-btn:hover,
.woocommerce-page .quantity .qty-btn:hover{ filter:brightness(0.9); }

.woocommerce .quantity .qty-btn.qty-plus,
.woocommerce-page .quantity .qty-btn.qty-plus{ margin-left:0 !important; }

.woocommerce .quantity .qty-btn.qty-minus,
.woocommerce-page .quantity .qty-btn.qty-minus{ margin-right:0 !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs .panel{
  border:0 !important;
  box-shadow:none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{ content:none !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
  font-family:"Poppins", sans-serif !important;
  font-weight:400 !important;
  text-transform:uppercase !important;
  letter-spacing:.02em;
  background:transparent !important;
  padding:12px 18px !important;
  display:inline-block;
  border-radius:20px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
  background:transparent !important;
  padding:0 !important;
  margin:0 10px 0 0 !important;
  border-radius:20px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.is-active a{
  background:var(--ks-gray) !important;
  border-radius:20px !important;
}

.woocommerce div.product .woocommerce-tabs .panel{
  background:transparent !important;
  padding-top:18px;
}


.wc-atc-modal{
  display:none;
  position:fixed;
  inset:0;
  z-index:99999;
}

.wc-atc-modal.is-open{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:16px !important;
}

.wc-atc-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.55);
}

.wc-atc-dialog{
  position:relative !important;
  inset:auto !important;
  top:auto !important;
  left:auto !important;
  transform:none !important;
  margin:0 !important;
  width:min(560px, calc(100vw - 32px)) !important;
  background:#fff !important;
  border-radius:20px !important;
  padding:22px 22px 18px !important;
  box-shadow:0 20px 60px rgba(0,0,0,0.25) !important;
}

.wc-atc-close{
  position:absolute !important;
  top:10px !important;
  right:12px !important;
  width:36px !important;
  height:36px !important;
  border:0 !important;
  border-radius:50% !important;
  background:transparent !important;
  color:var(--ks-black) !important;
  font-size:26px !important;
  line-height:1 !important;
  cursor:pointer !important;
}
.wc-atc-close:hover,
.wc-atc-close:focus,
.wc-atc-close:active{
  background:transparent !important;
  color:var(--ks-black) !important;
  box-shadow:none !important;
  outline:none !important;
}

.wc-atc-title{
  font-family:"Poppins", sans-serif !important;
  font-weight:600 !important;
  font-size:18px !important;
  margin:0 0 14px !important;
}

.wc-atc-row{
  display:flex !important;
  gap:14px !important;
  align-items:center !important;
  padding:12px 0 16px !important;
  border-top:1px solid rgba(0,0,0,0.06) !important;
  border-bottom:1px solid rgba(0,0,0,0.06) !important;
}

.wc-atc-img{
  width:72px !important;
  height:72px !important;
  object-fit:cover !important;
  border-radius:14px !important;
  background:#f2f2f2 !important;
}

.wc-atc-name{
  font-family:"Poppins", sans-serif !important;
  font-weight:500 !important;
  font-size:15px !important;
  margin:0 0 6px !important;
}

.wc-atc-price{
  font-family:"Poppins", sans-serif !important;
  font-weight:400 !important;
  font-size:14px !important;
  opacity:.85 !important;
}

.wc-atc-actions{
  display:flex !important;
  gap:12px !important;
  margin-top:16px !important;
  flex-wrap:wrap !important;
}

.wc-atc-btn{
  font-family:"Poppins", sans-serif !important;
  font-weight:500 !important;
  text-transform:uppercase !important;
  letter-spacing:.02em !important;
  border-radius:14px !important;
  padding:12px 16px !important;
  text-decoration:none !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border:0 !important;
  cursor:pointer !important;
  background:var(--ks-yellow) !important;
  color:#fff !important;
}

.wc-atc-btn:hover,
.wc-atc-btn:focus,
.wc-atc-btn:active{
  background:var(--ks-yellow) !important;
  color:#fff !important;
  filter:brightness(.95) !important;
  box-shadow:none !important;
  outline:none !important;
}

.shop-cat-wrap .shop-cat-list{
  list-style:none;
  margin:0;
  padding:0;
}

.shop-cat-wrap .shop-cat-item{
  margin:0;
  padding:0;
  border:0;
}

.shop-cat-wrap .shop-cat-list > .shop-cat-item{ border-top:1px solid #E5E5E5; }
.shop-cat-wrap > .shop-cat-list > .shop-cat-item:first-child{ border-top:0; }

.shop-cat-wrap .shop-cat-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 0;
  text-decoration:none;
  color:var(--ks-black);
  font-family:"Poppins", sans-serif;
  font-weight:400;
  line-height:1.2;
}
.shop-cat-wrap .shop-cat-link:hover{ opacity:.85; }

.shop-cat-wrap .shop-cat-count{
  opacity:.6;
  font-weight:400;
  white-space:nowrap;
}

.shop-cat-wrap .shop-cat-item > .shop-cat-list{
  margin:0;
  padding-left:18px;
}

.shop-cat-wrap .shop-cat-item > .shop-cat-list .shop-cat-link{
  padding:10px 0;
  font-size:.98em;
}

.shop-cat-wrap .shop-cat-item > .shop-cat-list > .shop-cat-item{
  border-top:1px solid #EFEFEF;
}

.woocommerce-ordering{ margin-bottom:12px; }

.woocommerce-ordering select{
  font-size:13px !important;
  border:none !important;
  outline:none !important;
  box-shadow:none !important;

  padding:8px 0 8px 10px !important;
  margin-right:-40px;

  background-position:right 8px center !important;
  background-size:10px !important;

  border-radius:8px;
}

.woocommerce-ordering select:focus,
.woocommerce-ordering select:hover{
  border:none !important;
  outline:none !important;
  box-shadow:none !important;
}


.woocommerce-account .woocommerce-MyAccount-navigation{ padding-right:32px; }

.woocommerce-account .woocommerce-MyAccount-navigation ul{
  list-style:none;
  margin:0;
  padding:0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li{
  margin:0;
  padding:0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a{
  display:block;
  padding:14px 0;
  color:var(--ks-black);
  font-family:"Poppins", sans-serif;
  font-weight:300;
  text-decoration:none;
  border-bottom:1px solid #e5e5e5;
  transition:color .2s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover{ color:var(--ks-yellow); }

.woocommerce-account .woocommerce-MyAccount-navigation .is-active > a{
  color:var(--ks-black);
  font-weight:400;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:last-child a{ border-bottom:0; }

.woocommerce a{
  color:var(--ks-black);
  font-family:"Poppins", sans-serif;
  font-weight:300;
  text-decoration:none;
  transition:color .2s ease;
}
.woocommerce a:hover,
.woocommerce a:focus,
.woocommerce a:active{ color:var(--ks-yellow); }

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message{
  background:var(--ks-gray);
  border:0;
  box-shadow:none;
  color:#111;
  font-family:"Poppins", sans-serif;
  font-weight:300;
  padding:18px 18px 18px 56px;
  position:relative;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message{
  border-top:0 !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info::before,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message::before{
  font-family:"Poppins", sans-serif;
  font-weight:600;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:26px;
  height:26px;
  border-radius:50%;
  background:var(--ks-yellow);
  color:#fff;
  left:18px;
  top:50%;
  transform:translateY(-50%);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info::before{ content:"i"; }
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message::before{ content:"✓"; }

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message a,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info a{ font-weight:300; }

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info a.button{
  background:var(--ks-yellow);
  color:#fff;
  font-family:"Poppins", sans-serif;
  font-weight:300;
  border:0;
  border-radius:20px;
  box-shadow:none;
  text-shadow:none;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses{
  display:flex;
  gap:32px;
  justify-content:center;
  align-items:stretch;
  width:100%;
  margin:24px 0 0;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .u-column1,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .u-column2{
  float:none !important;
  width:auto !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address{
  background:var(--ks-gray);
  border-radius:18px;
  padding:34px 32px;
  flex:1 1 0;
  max-width:520px;
  min-height:240px;
  text-align:center;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title h2{
  font-family:"Poppins", sans-serif;
  font-weight:300;
  font-size:28px;
  margin:0 0 14px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title a{
  float:none !important;
  display:inline-block;
  margin:8px auto 0;
  font-family:"Poppins", sans-serif;
  font-weight:300;
  text-decoration:none;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address address{
  margin:16px 0 0;
  font-family:"Poppins", sans-serif;
  font-weight:300;
  font-style:normal;
  line-height:1.6;
}

.woocommerce-account .woocommerce-MyAccount-content button[name="save_address"]{
  background:var(--ks-yellow);
  color:#fff;
  font-family:"Poppins", sans-serif;
  font-weight:300;
  border:0;
  box-shadow:none;
  text-shadow:none;
  padding:12px 28px;
  border-radius:20px;
}

 
/
.woocommerce-account
.woocommerce-MyAccount-content
.woocommerce-form-row{
  padding-right: 12px;
}

.woocommerce-account
.woocommerce-MyAccount-content
.woocommerce-form-row-last{
  padding-right: 0;
  padding-left: 12px;
}

.woocommerce-account
.woocommerce-MyAccount-content
button[name="save_account_details"]{
  background: var(--ks-yellow);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  border: 0;
  border-radius: 20px;
  padding: 12px 28px;
  box-shadow: none;
  text-shadow: none;
	margin-top: 15px;
}

.woocommerce-account
.woocommerce-MyAccount-content
button[name="save_account_details"]:hover{
  filter: brightness(0.95);
  color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset{
  background: var(--ks-gray) !important;
  border: 0 !important;
  border-radius: 18px !important;
  padding: 56px 32px 24px !important;
  margin-top: 32px !important;
  position: relative;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset legend{
  display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset::before{
  content: "Zmiana hasła";
  position: absolute;
  top: 22px;
  left: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: var(--ks-black);
}



.woocommerce-account .woocommerce-MyAccount-content table.shop_table,
.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders {
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}


.woocommerce-account .woocommerce-MyAccount-content table.shop_table th,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table td,
.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders th,
.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders td {
  border: 0 !important;
}


.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders thead th,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table thead th {
  background: #f4f4f4 !important;
  font-weight: 500;
  padding: 14px 14px !important;
  border-bottom: 1px solid #e3e3e3 !important;
}


.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders thead th + th,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table thead th + th {
  border-left: 1px solid #ededed !important;
}

.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders tbody tr,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table tbody tr {
  background: transparent !important;
}

.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders tbody td,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table tbody td {
  padding: 14px 14px !important;
  vertical-align: middle !important;
  border-bottom: 1px solid #e6e6e6 !important;  
}


.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders tbody tr:hover td,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table tbody tr:hover td {
  background: #fafafa !important;
}


.woocommerce-account .woocommerce-MyAccount-content a.woocommerce-button.button.view,
.woocommerce-account .woocommerce-MyAccount-content a.button.woocommerce-button {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
  border-radius: 999px !important;
  padding: 10px 14px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}


.woocommerce-account .woocommerce-MyAccount-content a.woocommerce-button.button.view:hover,
.woocommerce-account .woocommerce-MyAccount-content a.button.woocommerce-button:hover {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
}


.woocommerce-account .woocommerce-MyAccount-content td.woocommerce-orders-table__cell-order-actions a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
}

.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders thead th:first-child,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table thead th:first-child {
  border-top-left-radius: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders thead th:last-child,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table thead th:last-child {
  border-top-right-radius: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders tbody tr:last-child td,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table tbody tr:last-child td {
  border-bottom: 0 !important; 
}


.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr:nth-child(even),
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr:nth-child(odd) {
  background: #f8f8f8 !important;
}

.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr:hover td {
  background: #f2f2f2 !important;
}


.mailpoet_checkbox_label {
    color: #fff;
    font-size: 14px !important;
    font-weight: 300;
}
.elementor-menu-cart__product {
	    grid-template-columns: 15% auto !important;
}


@media (max-width: 767px){
  body.woocommerce ul.products li.product a.button,
  body.woocommerce ul.products li.product button.button,
  body .elementor ul.products li.product a.button,
  body .elementor ul.products li.product button.button{
    font-size:12px !important;
    padding:10px 10px !important;
    margin-bottom:10px !important;
  }

  body .onsale{
    font-size:10px !important;
    padding:10px !important;
    line-height:5px !important;
  }
	}

.alignwide{ margin-inline:0px; }


.e-search-results-container {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 9999;
  background: #fff;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  padding: 6px;
}


.my-suggest-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 340px;     
  overflow-y: auto;
}

.my-suggest-item a {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 8px;
  border-radius: 8px;
  text-decoration: none;
}

.my-suggest-item a:hover {
  background: rgba(0,0,0,.05);
}

.my-suggest-item img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 8px;
  flex: 0 0 42px;
}

.my-suggest-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.my-suggest-title {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  color: #000 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.my-suggest-price {
  font-size: 12px;
  line-height: 1.2;
  opacity: .75;
  color: #000 !important;

}

.my-suggest-empty {
  padding: 10px;
  opacity: .7;
}

@media screen and (max-width: 499px) {
    .mailpoet_text_label, .mailpoet_textarea_label, .mailpoet_select_label, .mailpoet_radio_label, .mailpoet_checkbox_label, .mailpoet_list_label, .mailpoet_date_label
 {
        font-size: 12px !important;
        line-height: 1.4 !important;
	}}

.elementor-posts .elementor-post__read-more{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #f9a912;      
  color: #111;              
  padding: 10px 16px;
  border-radius: 999px;    
  font-weight: 700;
  font-size: 12px;
  line-height: 1;

  text-decoration: none !important;
 
}


.elementor-posts .elementor-post{
  background: #fff;
  padding: 18px;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
  transition: transform .2s ease, box-shadow .2s ease;
  overflow: hidden; 
}

.elementor-posts .elementor-post:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0,0,0,.12);
}
.elementor-posts .elementor-post__title a{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  overflow: hidden;
  text-overflow: ellipsis;

  line-height: 1.4;
  max-height: calc(1.4em * 2);
}

.woocommerce button.woocommerce-button,
.woocommerce input.button,
.woocommerce a.button{
  background-color: #f9a912;
  color: #ffffff;

  border: none;
  border-radius: 20px;

  padding: 14px 28px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}

.woocommerce form.woocommerce-form-login{
  background: #F2F2F2;
  padding: 32px;
  border-radius: 16px;
  border: none;
}

@media (max-width: 767px) {
.woocommerce div.product form.cart:not(.grouped_form):not(.variations_form) {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
	  .woocommerce div.product form.cart .button:not(:first-child) {
		  margin-inline-start: 0 !important;}
}

@media (max-width: 499px) {
  .mailpoet_form label {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }
}