/*
 Theme Name:   Storefront Child
 Theme URI:    https://woocommerce.com/storefront/
 Description:  Restaurant Clothes
 Author:       ABS
 Template:     storefront
 Version:      1.0.0
*/
:root {
  --color-primary: #ff7700;
  --color-secondary: #1a2335;
  --color-text-dark: #333;
  --color-text-light: #fff;
  --color-text-secondary: #ccc;
  --site-container-max-width: 1400px;
  --container-side-padding: 20px;
  --container-mobile-padding: 15px;
  --animation-ease-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-speed: 0.3s;
  --border-color: #eee;
  --text-color: var(--color-text-dark);
  --card-background: #fff;
  --primary-color: var(--color-primary);
  --primary-color-rgb: 255, 119, 0;
  --border-radius: 5px;
  --transition: all var(--transition-speed) ease;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item){
    width: auto !important;
}
.single-product div.product .single_variation .price{
	display: none !important;
}
.pswp__caption__center{
	display: none !important;
}
.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span, 
.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) img {
    border-radius: 30px !important;
    padding: 3px 12px !important;
}

.rc-summary-column form.cart .variations .value .variable-items-wrapper,
.rc-summary-column form.cart .variations td.value .variable-items-wrapper {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

.wc-block-cart-item__prices .price, 
.wc-block-cart-item__prices .wc-block-components-product-price__value{
    font-size: 29px !important;
    font-weight: 700 !important;
}

.wp-block-woocommerce-cart-order-summary-shipping-block .wc-block-components-totals-shipping-panel .wc-block-components-panel__button, 
.wp-block-woocommerce-cart-order-summary-shipping-block .wc-block-components-totals-shipping-panel .wc-block-components-shipping-calculator{
    display: none !important;
}
.is-large.wc-block-cart .wc-block-cart__totals-title{
	font-size: 22px !important;
	font-weight: 500 !important;
}
.woocommerce-pagination{
	display: none !important;
}
a:active{
  color: transparent !important;
  border: none !important;
}
.site-container {
  z-index: 1;
  max-width: 1200px !important;
  text-align: left;
  margin: 0 auto;
}
.wc-block-components-sidebar{
	padding: 0 !important;
}
.col-full {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}
.site-header{
  padding-top: 0 !important;
}
body{
  background-color: white !important;
}
.site{
  background-color: white !important;
}
input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text{
  background-color: var(--border-color) !important;
  color: var(--text-color) !important;
  border: 1px solid var(--border-color) !important;
}
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label{
  color: var(--text-color) !important;
  border-radius: 18px !important;
}
.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header{
  margin-bottom: 0 !important;
}
.woocommerce-ordering select,
.woocommerce select,
.woocommerce-page select {
  background-color: var(--card-background);
  color: var(--text-color);
  border: 1px solid var(--border-color);
  padding: 12px 35px 12px 15px;
  border-radius: var(--border-radius);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 16px;
  transition: var(--transition);
  max-width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.woocommerce-ordering select:hover,
.woocommerce select:hover,
.woocommerce-page select:hover,
.woocommerce-ordering select:focus,
.woocommerce select:focus,
.woocommerce-page select:focus {
  border-color: var(--primary-color);
  outline: none;
  box-shadow: 0 0 0 2px rgba(var(--primary-color-rgb), 0.2);
}
.woocommerce-ordering select option,
.woocommerce select option,
.woocommerce-page select option {
  background-color: var(--card-background);
  color: var(--text-color);
  padding: 10px;
}
@-moz-document url-prefix() {
.woocommerce-ordering select,
.woocommerce select,
.woocommerce-page select {
  text-indent: 0.01px;
  text-overflow: '';
  padding-right: 35px;
}
}
select::-ms-expand {
  display: none;
}
@media (prefers-color-scheme: dark) {
.woocommerce-ordering select option,
.woocommerce select option,
.woocommerce-page select option {
  background-color: #2a2a2a;
  color: #f5f5f5;
}
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.6;
  color: var(--color-text-dark);
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
p {
  margin-bottom: 1em;
}
a {
  color: var(--color-primary);
  text-decoration: none;
  transition: color var(--transition-speed) ease;
}
a:hover {
  color: var(--color-secondary);
}
.button, button, input[type="button"], input[type="submit"] {
  display: inline-block;
  padding: 10px 20px;
  border-radius: var(--border-radius);
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  border: none;
  transition: var(--transition);
}
.button.alt, button.alt, input[type="button"].alt, input[type="submit"].alt {
  background-color: var(--color-primary);
  color: var(--color-text-light);
  border: 1px solid var(--color-primary);
}
.button.alt:hover, button.alt:hover, input[type="button"].alt:hover, input[type="submit"].alt:hover {
  background-color: #e06a00;
  border-color: #e06a00;
  transform: translateY(-2px);
}
.button.secondary-button {
  background-color: transparent;
  color: var(--color-text-light);
  border: 1px solid var(--color-text-light);
}
.button.secondary-button:hover {
  background-color: var(--color-text-light);
  color: var(--color-secondary);
  border-color: var(--color-text-light);
  transform: translateY(-2px);
}
input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text{
  background-color: var(--border-color, #eee) !important;
  color: var(--text-color, #333) !important;
  border: 1px solid var(--border-color, #eee) !important;
  padding: 10px 15px !important;
  border-radius: var(--border-radius, 5px) !important;
}
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label{
  color: var(--text-color, #333) !important;
}
.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header{
  margin-bottom: 0 !important;
}
.woocommerce-ordering select, .woocommerce select, .woocommerce-page select {
  background-color: var(--card-background);
  color: var(--text-color);
  border: 1px solid var(--border-color);
  padding: 12px 35px 12px 15px;
  border-radius: var(--border-radius);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 16px;
  transition: var(--transition);
  max-width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.woocommerce-ordering select:hover, .woocommerce select:hover, .woocommerce-page select:hover, .woocommerce-ordering select:focus, .woocommerce select:focus, .woocommerce-page select:focus {
  border-color: var(--primary-color);
  outline: none;
  box-shadow: 0 0 0 2px rgba(var(--primary-color-rgb), 0.2);
}
.woocommerce-ordering select option, .woocommerce select option, .woocommerce-page select option {
  background-color: var(--card-background);
  color: var(--text-color);
  padding: 10px;
}
@-moz-document url-prefix() {
.woocommerce-ordering select, .woocommerce select, .woocommerce-page select {
  text-indent: 0.01px;
  text-overflow: '';
  padding-right: 35px;
}

}
select::-ms-expand {
  display: none;
}
@media (prefers-color-scheme: dark) {
.woocommerce-ordering select option, .woocommerce select option, .woocommerce-page select option {
  background-color: #2a2a2a;
  color: #f5f5f5;
}
}
@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

 .size-label {
            font-size: 14px;
            color: #333;
            margin-bottom: 12px;
            font-weight: 500;
        }

        .variable-items-wrapper {
            display: flex !important;
            gap: 8px !important;
            list-style: none !important;
            padding: 0 !important;
            margin: 0 !important;
            flex-wrap: wrap !important;
        }

        .variable-item {
            background: #ffffff !important;
            border: 1px solid #e0e0e0 !important;
            border-radius: 6px !important;
            padding: 0 !important;
            margin: 0 !important;
            cursor: pointer !important;
            transition: all 0.2s ease !important;
            outline: none !important;
            position: relative !important;
            min-width: 45px !important;
            height: 40px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
        }

        .variable-item:hover {
            border-color: #ff6b35 !important;
            background: #fafafa !important;
        }

        .variable-item[aria-checked="true"],
        .variable-item.selected {
            border: 2px solid #ff6b35 !important;
            background: #ffffff !important;
            color: #ff6b35 !important;
        }

        .variable-item-contents {
            width: 100% !important;
            height: 100% !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            padding: 0 !important;
            margin: 0 !important;
        }

        .variable-item-span {
            font-size: 14px !important;
            font-weight: 500 !important;
            color: #333333 !important;
            line-height: 1 !important;
            padding: 0 !important;
            margin: 0 !important;
        }

        .variable-item[aria-checked="true"] .variable-item-span,
        .variable-item.selected .variable-item-span {
            color: #ff6b35 !important;
            font-weight: 600 !important;
        }

        .variable-item:focus {
            box-shadow: 0 0 0 2px rgba(255, 107, 53, 0.2) !important;
        }

        @media (max-width: 480px) {
            .variable-item {
                min-width: 40px !important;
                height: 36px !important;
            }
            
            .variable-item-span {
                font-size: 13px !important;
            }
        }


