/*!
Theme Name: beebrand_new
Theme URI: https://beebrand.agency/
Author: Beebrand Agency
Author URI: https://beebrand.agency/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: beebrand
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.


Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


ul#menu-lang{
    position: relative;
}
ul#menu-lang, ul#menu-lang > li, ul#menu-lang > li > a {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul#menu-lang > li > a{
    pointer-events: none;
}



ul#menu-lang > li img{
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 100%;
}

ul#menu-lang > li .sub-menu {
    position: absolute;
    top: 42px;
    list-style: none;
    padding: 0px;
    margin: 0px;
    background: #fff;
    width: 50px;
    height: 50px;
    display: none;
    align-items: center;
    justify-content: center;
    border: 1px solid #ededed;
    border-radius: 10px;
}
ul#menu-lang > li .sub-menu li, ul#menu-lang > li .sub-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}


ul#menu-lang > li:after {
    content: '';
    width: 159%;
    height: 11px;
    position: absolute;
    bottom: -18px;
}

ul#menu-lang > li:after:hover .sub-menu{
     display: flex;
}
ul#menu-lang > li:hover .sub-menu {
    display: flex;
}

.order-2{
    order: 2;
}

.top-90{
        top: 90px !important;
}

.form-row.row {
    margin: 18px 0px;
}

.contact-form-wrap.style-2 form {
     padding-top: 0px; 
}

.contact-form-wrap.style-2 .primary-btn3 {
    margin-top: 25px;
}


.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact .icon svg {
    width: 48px !important;
    height: 23px;
}


.bg__dark:hover span{
    color: #000;
}



li.menu-item.wpmenucart {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    padding: 0px;
}

ul#menu-menu-cart, li.menu-item.wpmenucart .sub-menu{
    padding: 0px;
}

li.menu-item.wpmenucart .sub-menu li:last-child{
    display: none;
}

.shop-page .shop-sidebar .single-widgets .cart-menu .total-price {
    margin-bottom: 0px;
    margin-top: 30px;
}

.wpmenucart-thumbnail{
    display: none !important;
}

.wpmenucart-submenu-item .wpmenucart-product-remove {
    position: absolute;
    top: 0;
    margin: 0rem !important; 
    padding: 0 !important;
    width: 16px;
    height: 16px;
    z-index: 99 !important;
    left: 230px !important;
}

.wpmenucart-order-item-info{
    display: inline-block;
    vertical-align: middle;
    color: #000;
}

p.header__blog a {
    font-size: 19px !important;
    line-height: 0px !important;
}

header.style-3 .company-logo img {
    width: 40px;
}