/*General settings*/
/* html {
    box-sizing: border-box;
    font-family: "Roboto", Arial,
        sans-serif;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    min-height: 100vh;
    background: #fafafa;

} */

/*nav bar settings*/
/* nav {
    position: relative;
    perspective: 600px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flexbox;
    text-align: left;
    width: 200px;
} */

.navbar-nav>li {
    /* position: relative; */
    /* display: flex;
    justify-content: left; */
}

.l_widgest {
    margin-top: -3px;
}
.list-container li a {
    border-bottom: 0px !important;
    line-height: 15px !important;
}



.megadropdown {
    opacity: 0;
    display: none;
    position: absolute;
    overflow: hidden;
    padding: 20px;
    top: -100px;
    left: 200px;
    border-radius: 2px;
    transition: all 0.5s;
    transform: translateY(100px);
    will-change: opacity;
}


/*general link settings*/
.megadropdown a {
    text-decoration: none;
    color: #000;
}

/*trigger events settings*/
.trigger-enter .megadropdown {
    display: block;
}

.trigger-enter-active .megadropdown {
    opacity: 1;
}

a.button {
    background: black;
    display: block;
    padding: 10px;
    color: white;
    margin-bottom: 10px;
}

/*first submenu settings*/
.menu-sub-icon {
    width: 40px;
    height: 40px;
    float: left;
}

.menu-sub-main-text {
    margin-left: 15px;
}

.cols-wrapper {
    display: flex;
}

.products{width: 990px}

.cols-sections>.list-container>.col-title {
    font-size: 0.9em !important;
    float: left !important;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    text-align: left !important;
}

.cols-wrapper>.cols-sections {
    display: inline-block !important;
    padding: 0;
}

.list-container {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: inline-block;
}

.list-item {
    padding: 10px 0 0px 0;
    width: 260px;
    height: auto;
    margin: 0 auto;
    line-height: 20px;
    color: #000;
    font-size: 0.8em;
    text-align: left;
    float: left;
}



.dropdownBackground {
    width: 0px;
    height: 0px;
    position: absolute;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 50px 100px rgba(217, 21, 34, 0.1), 0 15px 35px rgba(217, 21, 34, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s, opacity 0.1s, transform 0.2s;
    transform-origin: 50% 0;
    display: flex;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}

.dropdownBackground.open {
    opacity: 1;
    visibility: visible;
}

.menuarrow {
    position: absolute;
    width: 15px;
    height: 15px;
    display: block;
    background: #d91522;
    transform: translateY(-50%) rotate(45deg);
}
.navbar-nav > li{
    cursor: pointer;
}
/*.magamenushow > ul > li > a:hover {
    font-weight: bold;
    color: #000;
    box-shadow: none;
    transition: all 0.3s, opacity 0.1s, transform 0.2s;
}*/

/*.l_p_categories_widget .magamenushow a:hover {*/
    /*box-shadow: 0 50px 100px rgb(217 21 34 / 10%), 0 15px 35px rgb(217 21 34 / 15%), 0 5px 15px rgb(0 0 0 / 10%);*/
    /*box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    transition: all 0.7s ease;
}*/
.l_p_categories_widget .magamenushow a:hover span {
    font-weight: bold;
    color: #e62e04;
}
/*.l_p_categories_widget .magamenushow ul li a:hover {
    font-weight: bold;
    color: #f60;
    box-shadow: none;
    text-decoration: revert;
    transition: none;
}*/
.l_p_categories_widget .magamenushow .cols-sections .col-title {
    cursor: pointer;
}
.l_p_categories_widget .magamenushow .cols-sections .col-title:hover {
    color: #f60;
}
.navbar-nav > li:hover {
    box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
    transition: all 0.7s ease;
}
.l_p_categories_widget .navbar-nav li a {
    border-bottom: none;
    letter-spacing: normal !important;
}

.navbar-nav > li > a {
    position: relative;
    overflow: hidden;
    height: 34px;
    display: flex !important;
    align-items: center;
}

.navbar-nav > li > a > span {
    height: 34px;
    padding-right: 5px;
}
.navbar-nav > li > a > span > img {
    width: 100%;
}

.navbar-nav > li:hover > a {
    font-weight: bold;
    color: #e62e04 !important;
}
.navbar-nav > li:hover > a > span > img {
    margin-top: -34px;
}
.navbar-nav li ul li a:hover {
    font-weight: bold;
    color: #f60 !important;
    box-shadow: none;
    text-decoration: underline !important;
    transition: none;
}
.shop_header_area .navbar .navbar-nav > li:hover {
    transition: none;
    box-shadow: none;
}
.shop_header_area .navbar .navbar-nav > li > a {
    display: block !important;
    height: auto;

}
    /*second and third submenu settings*/
    .usecases {
        min-width: 260px;
    }

.usecases li, .pricing li {
    font-size: 0.8em;
    line-height: 20px;
    padding: 10px 0 10px 0;
    display: block;
}

.sub-pad {
    padding-left: 34px;
    line-height: 25px;
}

/*shipping popup*/

.shipping-popup {
    opacity: 0;
    display: none;
    position: absolute;
    overflow: hidden;
    padding: 20px;
    top: -100px;
    left: 200px;
    border-radius: 2px;
    transition: all 0.5s;
    transform: translateY(100px);
    will-change: opacity;
}

    .shipping-popup a {
        text-decoration: none;
        color: #000;
    }


/*trigger events settings*/
.trigger-enter .shipping-popup {
    display: block;
}

.trigger-enter-active .shipping-popup {
    opacity: 1;
}

.l_widgest:last-child {
    margin-bottom: 0px;
    margin-top: -3px;
}

.l_p_categories_widget .navbar-nav li a {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.shop_header_area .navbar .navbar-nav li {
    margin-right: 30px;
}