/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * Version: 1.0.0
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */

.rey-quickviewPanel .rey-quickviewPanel-close {
  right: unset;
  left: 20px;
}

div.product form.cart select {
  background-position: left 0.5rem center;
}

.rey-loopPrice .woocommerce-Price-amount+.woocommerce-Price-amount:before {
  content: "/";
  margin: 0 0.2em;
}

div.product p.price .woocommerce-Price-amount+.woocommerce-Price-amount:before {
  content: "/";
  margin: 0 0.2em;
}

.rey-card.--soho .__captionTitle {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 26px;
}

.sticky-cat-menu {
  position: sticky;
  top: 0;
  z-index: 999;
}

nav.sticky-cat-menu>ul {
  font-size: 1.45rem;
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-content: space-around;
  flex-direction: row;
  flex-wrap: nowrap;
}

.product-category-section {
  scroll-margin-top: 100px;
  padding: 20px 0px 100px 0px;
}

/* ✅ Ensure sticky works by making parent containers overflow-visible */
.rey-siteWrapper {
  overflow: visible !important;
}

/* Optional: sticky mode style change */
.sticky-cat-menu.is-stuck {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: rgb(245 245 245 / 86%);
}

div.product form.cart select {
  background-position: left 0.5rem center !important;
}

.rey-cartShippingBar {
  display: none;
}

.text-center {
  text-align: center;
}

.recommended-menu-details h4 {
  padding: 0px;
  margin: 11px;
}

/* On the front page, show the colored logo */
body.home {}


body.home .rey-logoWrapper .rey-siteLogo img {
  filter: brightness(240%) contrast(200%) saturate(0%) blur(0px) hue-rotate(0deg);
}

.rey-card.menu-card.--soho.e-flex.e-con.e-child:hover {
  background-color: var(--e-global-color-primary);
  color: white;
}

.rey-card.--soho .__overlay {
  background: #fff;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* pointer-events: none; */
  z-index: 1;
  opacity: 0.6;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mobile-category .rey-card.--soho .__overlay {
  display: none !important;
  opacity: 0;
}

.e-con-inner .__overlay:hover {
  /* display: none !important;  */
  opacity: 0;
}


.product-attributes-icons {
  display: flex;
  align-items: center;
  gap: 25px;
}

.product-attributes-icons img {
  max-height: 48px;
}

.form-row.form-row-wide.wc-pao-addon-wrap,
.form-row,
.rey-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0px;
  margin: 0px;
}

.form-row.form-row-wide.wc-pao-addon-wrap input[type="checkbox"]+label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

.form-row.form-row-wide.wc-pao-addon-wrap input[type="checkbox"] {
  display: none;
}

.form-row.form-row-wide.wc-pao-addon-wrap input[type="checkbox"]+label:before {
  content: "\2714";
  border: 0.1em solid #000;
  border-radius: 0.2em;
  display: inline-flex;
  width: 1em;
  height: 1em;
  padding-left: 0.2em;
  /* padding-bottom: 0.3em; */
  margin-right: 0.2em;
  vertical-align: middle;
  color: transparent;
  transition: 0.2s;

  align-items: center;
}

.form-row.form-row-wide.wc-pao-addon-wrap input[type="checkbox"]+label:active:before {
  transform: scale(0);
}

.form-row.form-row-wide.wc-pao-addon-wrap input[type="checkbox"]:checked+label:before {
  background-color: MediumSeaGreen;
  border-color: MediumSeaGreen;
  color: #fff;
}

.form-row.form-row-wide.wc-pao-addon-wrap input[type="checkbox"]:disabled+label:before {
  transform: scale(1);
  border-color: #aaa;
}

.form-row.form-row-wide.wc-pao-addon-wrap input[type="checkbox"]:checked:disabled+label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

.rey-checkoutBar h4 {
  margin: 0px;
  padding: 0px;
  font-size: 2rem;
}
.woocommerce .rey-checkoutBar h4 {
  font-size: 1.2rem;
}
.woocommerce .rey-checkoutBar p
 {
  font-size: 1.0rem;
}
.woocommerce table.shop_table.woocommerce-cart-form__contents thead tr th
{
  font-size: 16px;
}

form .form-row label, .wccf_field_container label {
  font-size: 16px;
}
.woocommerce .shop_table thead th {
  font-size: 16px;
}

.woocommerce .woocommerce-checkout .woocommerce-billing-fields h3, .woocommerce .woocommerce-checkout #order_review_heading, .woocommerce .woocommerce-checkout #ship-to-different-address {
  font-size: 1.2rem;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 7px ;
    right: unset;
}

.woocommerce .shop_table {
  font-size: 1.1rem;
}
.rtl .woocommerce ul#shipping_method li input {
    margin: 12px 0 0 .4375em;
}

.woocommerce-form__label-for-checkbox input[type=checkbox]:not(:only-child)+:is(label,span):before, .mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type=checkbox]:not(:only-child)+:is(label,span):before {
  margin: 3px;
}




/* Center My Account content */
.woocommerce-account .woocommerce {
    max-width: 900px;
    margin: auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Reduce sidebar width */
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 220px;
}

/* Content spacing */
.woocommerce-account .woocommerce-MyAccount-content {
    padding-right: 40px;
}

/* Orders table */
.woocommerce-orders-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

/* Table header */
.woocommerce-orders-table th {
    background: #7a3e17;
    color: white;
    padding: 12px;
    text-align: right;
}

/* Table header */
.woocommerce-orders-table th a{
   
    color: white;
   
}

/* Table rows */
.woocommerce-orders-table td {
    padding: 12px;
    border-bottom: 1px solid #eee;
}

/* Hover effect */
.woocommerce-orders-table tr:hover {
    background: #f7f7f7;
}

.woocommerce-button {
    background: #7a3e17;
    color: white;
    border-radius: 6px;
    padding: 8px 14px;
    font-size: 14px;
    transition: 0.2s;
}

.woocommerce-button:hover {
    background: #5e2f12;
}


.woocommerce-MyAccount-navigation ul {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
}

.woocommerce-MyAccount-navigation li {
    border-bottom: 1px solid #eee;
}

.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    color: #333;
}

.woocommerce-MyAccount-navigation li.is-active a {
    background: #7a3f17d1;
    color: white;
}

.woocommerce-info {
    background: #f7f4f1;
    border: 1px solid #e6ddd6;
    border-radius: 8px;
    padding: 20px;
    font-size: 16px;
}

.woocommerce-button.button.view {
    background: #7a3f17e2;
    color: white;
    border-radius: 6px;
    padding: 8px 14px;
    font-size: 14px;
    transition: 0.2s;
}
.woocommerce-button.button.view:hover {
    background: #d4641a;
    color: white;
    border-radius: 6px;
    padding: 8px 14px;
    font-size: 14px;
    transition: 0.2s;
}




/* Center page header */
.rey-pageHeader {
    text-align: center;
    color:#966859;
}

/* Center title container */
.rey-pageHeader-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Center the title */
.rey-pageHeader-title {
    margin: 0 auto;
    text-align: center;
}
.woocommerce-account .rey-pageHeader-inner {
    max-width: 1200px;
    margin: auto;
}

.woocommerce-Button.woocommerce-button.button {
    background: #7a3e17;
    color: white;
    border-radius: 6px;
    padding: 8px 14px;
    font-size: 14px;
    transition: 0.2s;
}

.woocommerce-button.button  {
    background: #736d69;
    color: white;
    border-radius: 6px;
    padding: 8px 14px;
    font-size: 14px;
    transition: 0.2s;
}












/* Badge for numbers in account navigation */
.woocommerce-MyAccount-navigation a sup {
display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 14px 11px;
    margin-inline-end: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #181515;
    background: #fbf6ef;
    border-radius: 999px;
    vertical-align: middle;
    position: relative;
    top: 0;
    box-shadow: 0px 0px 5px #926241;
}

/* remove default sup behaviour */
.woocommerce-MyAccount-navigation a sup {
    vertical-align: baseline;
}

/* optional: hide badge when zero */
.woocommerce-MyAccount-navigation a sup:empty,
.woocommerce-MyAccount-navigation a sup[data-count="0"] {
    display: none;
}

.woocommerce-MyAccount-navigation a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-MyAccount-navigation a sup {
    order: 2;
    margin: 0;
}

.rey-logoWrapper::after {
    content: "מבית אייל מאפים טובים ";
    letter-spacing: .045rem;
    text-align: center;
    padding-left: 2px;
}

/* .elementor-section .elementor-column>.elementor-element-populated
 {
    padding: 0px;
} */

@media (max-width: 768px) {
    .rey-logoWrapper::after {
      padding:0px;
      margin: 0px;
        font-size: 0.60rem;
        letter-spacing: 0.03rem;
        padding-left: 1px;
    }
}