/**
 * Theme Name:     Botiga Child
 * Author:         aThemes
 * Template:       botiga
 * Text Domain:	   botiga-child
 * Description:    Launch your store with Botiga. A beautiful theme that is optimized for both the block editor and Elementor. We proudly introduce Botiga, with a modern and clean design that will effortlessly match your brand. Botiga has been developed from the ground up with clean code for optimal performance. You’ll get a mobile-optimized theme that looks and works great on any device and comes with plenty of customization options as well. Discover the theme that will transform your online business.
 */
 
.botiga-dropdown .botiga-dropdown-link {
    outline:none;
	color:#8C4A1C;
}
.botiga-dropdown .botiga-dropdown-link::before {
  width: 100%;
    content: '';
    position: absolute;
    height: 2px;
    background: #8C4A1C;
    bottom: 5px;
    transform: scale(0);
    transition: transform 0.5s ease-in-out;
    transform-origin: right;
}
.botiga-dropdown .botiga-dropdown-link:hover::before {
 transform: scale(1);
 transform-origin: left;
}
.bottom-cont {
    font-size: 13px;
	color:#8C4A1C;
}