/*
 Theme Name:   Divi Child Theme
 Theme URI:    https://websiteadelaide.com/
 Description:  Divi Child Theme
 Author:       Website Adelaide
 Author URI:   https://websiteadelaide.com/
 Version:      3.0
 Template:     Divi
*/
@media only screen and (max-width: 480px) {  
.woocommerce-Price-amount {
    display: inline-block;
    margin-left: 30px; /* tiny gap between $ and number */
	} }
/* Hide the text for the menu item with the class "pa-menu-account" */
.pa-menu-account a {
    text-indent: -9999px;  /* Hide the text */
    position: relative;    /* Position it for the icon */
    padding-right: 20px;   /* Add padding to the right of the icon */
}

/* Add the "person" Divi icon before the menu item */
.pa-menu-account a::before {
    content: "\e08a"; /* Divi person icon Unicode */
    font-family: "ETModules"; /* Divi's icon font family */
    font-size: 20px; /* Adjust the size of the icon */
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    color: #fac396; /* Adjust the color of the icon */
    padding-right: 10px; /* Add padding between the icon and the right-side elements */
}

/* Ensure the icon is visible when the menu item is active */
.pa-menu-account.current-menu-item a::before, 
.pa-menu-account a.active::before, 
.pa-menu-account a:active::before, 
.pa-menu-account a:hover::before {
    content: "\e08a"; /* Use the same person icon */
    font-family: "ETModules";
    color: #fac396; /* Adjust the icon color for active state if needed */
    padding-right: 10px; /* Keep padding consistent on hover or active */
}




#securepay_card_ccv.input-text {width:80px!important;} 
.mobile_menu_bar:before {
color: #fff!important;
font-size:2.0em!important;
} 
.et_mobile_menu li a {
    font-size: 17px!important;
}

.et_mobile_menu .menu_cta {
background-color: #FAC396!important;
padding: 0 !important;
		margin-bottom:10px!important; 
	border-radius: 40px;
    max-width:120px;
    text-align: center
}

#et-top-navigation nav#top-menu-nav>ul>li.menu_cta {
background-color: #FAC396!important;
padding: 0 !important;
	margin-right:15px;
		margin-bottom:10px!important; 
	border-radius: 40px;
}

#et-top-navigation nav#top-menu-nav>ul>li.menu_cta a {
color: #fff !important;
padding: 15px 15px 15px 15px !important;

}

#et-top-navigation .et-cart-info {
    margin-top: 10px!important;
    font-size:20px!important;
    margin-right:20px!important;
 } 

.et-fixed-header #top-menu .menu_cta a {
 color:#4A3C31!important;
  
}


#et-top-navigation nav>ul>li>a {
font-weight:400!important;
} 
.et-fixed-header #et-top-navigation nav>ul>li>a {
font-weight:400!important;
} 
#main-header .nav li ul a {
font-weight:400!important;
	color:#fff!important;
}

ul#top-menu.nav li ul li a{
font-size:1.3em;
line-height:1.1;
padding-right:0px;
padding-left:0px;
}

.input-text.qty.qty {min-width:100px!important;} 

.centering { 
        display: flex; 
        flex-direction: column; 
        justify-content: center;
    } 

table .pricetier {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 1em;
        }
        th, td {
            padding: 12px;
            text-align: left;
            border: 1px solid #FEF4EC;
        }
        th {
            background-color: #FEF4EC;
        }
        @media screen and (max-width: 600px) {
            table, thead, tbody, th, td, tr {
                display: block;
            }
            th, td {
                padding: 10px;
            }
            tr {
                margin-bottom: 1em;
            }
            td {
                text-align: right;
                position: relative;
                padding-left: 50%;
            }
            td::before {
                content: attr(data-label);
                position: absolute;
                left: 0;
                width: 50%;
                padding-left: 10px;
                font-weight: bold;
                text-align: left;
            }
        } 

/*--remove vertical divider if sidebar--*/
#main-content .container:before {
width:0!important;
} 
.wpsl-search {
    margin-bottom: 12px;
    padding: 12px 12px 0 12px;
    background: #FFF;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 5%);
    border: 1px solid #eee;
    padding: 30px 40px;
    margin-top: 10px;
}
#wpsl-stores {
	    background: #FFF;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 5%);
    border: 1px solid #eee;
    padding: 30px 20px;
}
#wpsl-search-input {
    border: 1px solid #d2d2d2 !important;
    border-radius: 3px !important;
    width: 100% !important;
    background-color: #FFF !important;
}
.wpsl-input label, #wpsl-radius label, #wpsl-category label {
    width: 100% !important;
    font-size: 25px !important;
    font-weight: 900 !important;
	margin-bottom: 15px !important;
}
#wpsl-search-wrap .wpsl-input, #wpsl-search-wrap .wpsl-select-wrap {
    display: table;
    width: 100%;
}
#wpsl-search-btn {
    padding: 12px 20px !important;
    margin-top: 10px;
    line-height: 1.428571429;
    font-weight: 400;
    color: #000;
    font-size: 15px;
    background-image: none !important;
    box-shadow: 0 1px 2px rgb(64 64 64 / 10%);
    text-transform: none!important;
    background-color: #fac396 !important;
    border: 0 !important;
}

/* sign up */
/* General Form Styling */
.wpcf7-form p {
    margin-bottom: 20px;
    font-size: 16px;
      color: #333;
}

/* Align the label closer to the input */
.wpcf7-form label {
    display: block;
    margin-bottom: -20px;
    font-weight: bold;
    color: #000;
}

/* Input Field Styling */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
    
    background-color: #fff;
    box-sizing: border-box;
}

/* Dropdown Styling */
.wpcf7-form select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    box-sizing: border-box;
    appearance: none; /* Remove default arrow */
    background-image: url("data:image/svg+xml;base64,YOUR_SVG_ARROW_DATA"); /* Add custom arrow */
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
}

/* Submit Button Styling */
.wpcf7-form input[type="submit"] {
    background-color: #4A3C31;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #90986b;
}

/* Adjust the padding */
.wpcf7-form .wpcf7-form-control-wrap {
    padding-bottom: 10px;
}
.et-cart-info {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  color: #333;
  position: relative;
  z-index: 10; /* Ensures it's clickable */
}

.et-cart-info .et_pb_font_icon {
  font-family: 'ETmodules';
  font-size: 20px;
}

.et-cart-info .cart-count {
  background: red;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 50%;
  line-height: 1;
  min-width: 18px;
  text-align: center;
  position: relative;
  top: -2px;
}
.woocommerce ul.products li.product {
    text-align: center;
}

.olive-buy-now {
    display: inline-block;
    margin-top: 10px !important;
    padding: 8px 28px !important;
    font-size: 15px !important;
	margin-bottom:15px!important;
} 
.olive-buy-now:hover {
    padding-right: 31px !important;
    padding-left: 25px !important;
}

.olive-buy-now:after {
    font-size: 14px !important;
    margin-left: 2px !important;
	margin-top: 5px !important;
}