/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

.moderncart-cart-item-image {
    display: none !important;
}
.added_to_cart.wc-forward,
a.added_to_cart {
    display: none !important;
}
button.moderncart-floating-cart-button {
    background: #B55B3A !important;
}
.moderncart-floating-cart-count {
    background: #C9A66C !important;
}

.add-to-cart-button {
    position: absolute;
    bottom: 18px;
    right: 24px;
}

/* .add-to-cart-button a {
    border: 1px solid #1B4A2E;
    background: transparent;
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    padding: 7px 30px;
	cursor:pointer;
	display: inline-block;
	color:#213826;
	transition: background 0.25s, color 0.25s;
}
.add-to-cart-button a:hover{
	background:#1B4A2E;
	color:#fff;
} */
.add-to-cart-button  img {
    width: 25px;
    height: 25px;
    position: relative;
    top: 5px;
}
.woo-menu-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    background: #C9A66C;
    border-radius: 50px;
    padding: 16px 24px;
    margin: 0 auto 25px;
    justify-content: center;
	padding: 12px !important;
}
.woo-menu-tabs-nav li {
    background: transparent;
    border: none;
    padding: 8px 16px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
	 color: #203825;
    font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
    cursor: pointer;
	border-radius: 30px;
	list-style:none;
    transition: background 0.25s, color 0.25s;
}

.woo-menu-tabs-nav li.active {
    background: #F1E7D0;
}

.woo-menu-tabs-nav button:hover {
    background: #F1E7D0;
	border-radius: 30px;
}
.woo-menu-item-name{
	 margin-bottom: 7px;
	font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #213826
}
.woo-menu-item-name a{
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    color: #213826;
}

.woo-menu-item-price {
    font-size: 16px;
    color: #C9A66C;
    font-weight: 600;
    line-height: 25px;
	margin-bottom: 7px;
}

.woo-menu-item-desc {
    font-size: 12px;
    line-height: 23px;
    font-weight: 400;
    color: #000000;
}

.woo-menu-item {
    padding: 24px;
    margin-bottom: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 30px;
}
.woo-menu-item:last-child{
	 margin-bottom: 0;
}



/* ============================================
   WooCommerce Restaurant Menu Tabs
   File: custom-product.css
   ============================================ */

/* --- Wrapper --- */


/* --- Tab Navigation --- */







/* --- Overlay Loader --- */
.woo-menu-overlay {
    display: none;
    position: absolute;
    inset: 0;
    z-index: 10;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
}

.woo-menu-overlay.active {
    display: flex;
}

/* Spinner */
.woo-menu-spinner {
    width: 44px;
    height: 44px;
    border: 4px solid #ddd5c4;
    border-top-color: #b35c00;
    border-radius: 50%;
    animation: woo-spin 0.7s linear infinite;
}

@keyframes woo-spin {
    to { transform: rotate(360deg); }
}

/* --- Product Grid --- */
.woo-menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 40px;
    transition: opacity 0.3s ease;
}

.woo-menu-grid.fade-in {
    animation: woo-fadein 0.35s ease forwards;
}

@keyframes woo-fadein {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}


@media (max-width: 767px) {
	.woo-menu-tabs-nav {
    margin: 0 auto 50px;
}
    .woo-menu-grid {
        grid-template-columns: 1fr;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1080px) {
.woo-menu-tabs-nav {
    margin: 0 auto 50px;
}
.woo-menu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
	
}


/* --- Product Card --- */




/* cart page  */
.cart-price-quantity-container{
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.custom-cart-item {
    border-bottom: 1px solid #E4CB93;
    padding-bottom: 15px;
}
.cart-quantity-input {
    width: 50px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #213826;
	background: transparent;
}

.custom-cart-header {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 20px;
    font-weight: 500;
    color: #000000;
    font-size: 16px;
    line-height: 25px;
}


.custom-cart-item {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #d7c19d;
    align-items: center;
}

.updated-cart-subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 20px;
}

.product-name-with-add-button{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:20px;
}

.woo-variation-form {
    display: flex;
    justify-content: end;
    gap: 20px;
}

.woo-variation-row label {
    line-height: 25px;
    font-size: 18px;
    color: #213826;
}
.woo-variation-row select{
	background:transparent;
}
.woo-variation-row select {
    background: transparent;
    border: 1px solid #213826;
    font-size: 16px;
    padding: 2px;
}
.woo-variation-form .price {
    font-size: 16px;
    color: #C9A66C;
    font-weight: 600;
    line-height: 25px;
}
.woocommerce-Price-currencySymbol{
	display:none;
}
.cart-page-titel {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #213826;
    margin-bottom: 30px;
}
.cart-product-details h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 0;
    padding-bottom: 4px;
    color: #213826;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
}
.cart-remove-link.ajax-remove-cart-item {
    font-size: 13px;
    color: #000000;
    text-decoration: underline !important;
	transition:all 0.3s ease-in-out;
}
.cart-remove-link.ajax-remove-cart-item:hover{
	color:#535353;
}
.empty-cart-container .cart-page-titel {
    margin-bottom: 10px;
}
.empty-cart-container p {
    text-align: center;
    color: #000000;
    font-size: 18px;
}
.cart-update-btn.ajax-update-cart {
    background: #B55B3A;
    color: #fff;
    padding: 8px 24px;
    border: 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    border-radius: 7px;
    cursor: pointer;
}
.cart-actions{
	 width: 100%;
}
.cart-actions {
    margin-top: 31px;
    text-align: center;
}
.cart-actions a {
    font-size: 22px;
    font-weight: 700;
	background:transparent;
    color: #B55B3A;
    border: 1px solid #4C5D50;
    background: transparent;
    border-radius: 30px;
    padding: 10px 25px;
    transition: all 0.3s ease-in-out;
}

.cart-actions a:hover{
	 background: #B55B3A;
	color:#fff;
}
.ajax-add-to-cart-btn{
	font-size: 16px;
    line-height: 25px;
    font-weight: 700;
	 color: #B55B3A;
}
.mobile-basket-bar {
    position: fixed;
    bottom: 0px;
    right: 0;
    width: 330px;
    background: #B55B3A;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    font-weight: 600;
    z-index: 9999;
    border-radius: 8px;
	cursor:pointer;
}

.mobile-basket-left{
    display:flex;
    align-items:center;
    gap:6px;
}

.mobile-cart-icon{
    font-size:18px;
}

.mobile-cart-count{
    font-size:16px;
}

.mobile-basket-center{
    font-weight:700;
    letter-spacing:1px;
}

.mobile-basket-right{
    font-weight:700;
}
.mobile-cart-icon img {
    position: relative;
    top: 4px;
}
#custom-cart-wrapper {
    position: relative;
}
.woo-cart-popup-header {
    position: absolute;
    top: -1px;
}
.woo-cart-close {
    cursor: pointer;
    font-size: 20px;
    color: #B55B3A;
    font-weight: 600;
}

#woo-cart-popup.active ~ .et_pb_section .et_pb_sticky_module,
#woo-cart-popup.active ~ .et_pb_row .et_pb_sticky_module,
#woo-cart-popup.active ~ * .et_pb_sticky_module {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    z-index: 1 !important;
}

@media (max-width: 767px) { 
.mobile-basket-bar {
    width: 100%;
 }
.cart-product-details h3 {
    font-size: 16px;
    line-height: 25px;
    color: #213826;
}
.cart-remove-link.ajax-remove-cart-item {
    font-size: 11px;
}
.cart-update-btn.ajax-update-cart {
    padding: 6px 24px;
    font-size: 14px;
}
.cart-actions a {
    font-size: 16px;
}
.woo-menu-tabs-nav button {
    font-size: 16px;
    line-height: 20px;
    color: #203825;
}
.woo-menu-tabs-nav {
    gap: 10px;
}
.woo-menu-item-name {
    font-size: 16px;
    line-height: 25px;
}
.woo-menu-item-desc {
    font-size: 14px;
    line-height: 25px;
}
	
	
.woo-menu-tabs-nav {
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  justify-content: start;
  gap: 8px;
border-radius: 10px;

}

.woo-menu-tabs-nav::-webkit-scrollbar {
  display: block;
  height: 4px; /* horizontal scrollbar height */
}


.woo-menu-tabs-nav::-webkit-scrollbar-thumb {
  background: #888; /* scrollbar color */
  border-radius: 10px;
}

.woo-menu-tabs-nav::-webkit-scrollbar-thumb:hover {
  background: #555; /* darker on hover */
}

.woo-menu-tabs-nav li {
  flex: 0 0 auto;
}


}
