/*
Theme Name:   div
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   https://oha100.co.za
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  div
*/

/* Write here your own personal stylesheet */
#top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
 content: "";
 position: absolute;
 z-index: 2;
 left: 0;
 right: 0;
}
#top-menu li a:before {
 content: "";
 position: absolute;
 z-index: -2;
 left: 0;
 right: 100%;
 bottom: 50%;
 background: #FAF0F5; /*** COLOR OF THE LINE ***/
 height: 3px; /*** THICKNESS OF THE LINE ***/
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
#top-menu li a:hover {
 opacity: 1 !important;
}
#top-menu li a:hover:before {
 right: 0;
}
#top-menu li li a:before {
 bottom: 10%;
}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li > a, .et_pb_fullwidth_menu--without-logo .et_pb_menu__menu > nav > ul > li > a {
    padding-bottom: 17px;
}
.woocommerce a.remove{
color:#e2acc6 !important;
}
a.button .product_type_variable{
    color:#e2acc6 !important;
}