/*---------------------------------------------------------------------------------

 Theme Name:   MEREDA
 Theme URI:    https://mereda.org
 Description:  MEREDA Child Theme
 Author:       tkc.io
 Author URI:   https://tkc.io
 Template:     Divi
 Version:      1.0.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

.et-cart-info { visibility: hidden; }

/* Divi Engine CTA Button in the Divi Menu */
/* CTA button styles */
.de-menu-cta a {
color: #fff!important; /* Change button text color here */
background-color: #389e45; /* Change button background color here */
font-size: 16px!important; /* Change text size here */
border-radius: 50px; /* Set this to 0px if you want a square CTA button */
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
text-align: center;
line-height: 9px;
font-weight: 600;
padding: 18px 15px 18px 15px !important; /* top right bottom left */
text-transform: uppercase;
display: block;
border: 0px;
}

/* Media query to ensure hover styles are only applied to desktop */
@media (min-width: 981px) {
/* Hover styles for our CTA Button */
    .de-menu-cta a:hover {
opacity: 1!important;
color: #fff!important; /* Change hover button text color here */
background-color: #389e45; /* Change hover button background color here */
transform: scale(1.1); /* If you don't want the button to get bigger when you hover on it, delete this line */
    }
}

/* Fix the padding in the primary menu to accomodate the button */
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
padding-top: 0px;
padding-bottom: 0px;
}

/* Make sure that the alignment in the menu is correct */
.et_pb_menu .et_pb_menu__menu>nav>ul>li {
align-items: center;
}