/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.pum-content.popmake-content:focus-visible, 
.pum-content *:focus, 
.pum-overlay .pum-content {
    outline: none !important;
}
.header-main .nav-dropdown {
    padding: 0;
    border: 0
}

.nav-dropdown-has-arrow li.has-dropdown:before,.nav-dropdown-has-arrow li.has-dropdown:after {
    border: none
}

.nav-dropdown>li>a {
    color: #333;
    transition: all ease .3s
}

.nav-dropdown>li>a:hover {
    color: #148a00;
    padding-left: 10px
}
div#mega-menu-title {
    background: #148a00;
}
.commitment .icon-box-text .name {
    color: #282828;
    font-size: 13px;
    margin: 0;
}
ul#mega_menu a {
    color: rgb(51, 51, 51);
    line-height: 24px;
    display: block;
    font-size: 14px;
    position: relative;
    padding: 9px 15px;
    border-top: 1px solid rgb(221, 221, 221);
    text-transform: uppercase;
}

ul#mega_menu a:hover {
    color: rgb(255, 255, 255);
    background: rgb(20, 138, 0);
}
.on-sale .onsale {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    color: rgb(255, 255, 255);
    height: 40px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    z-index: 99;
    line-height: 2.5;
    min-width: inherit !important;
    min-height: inherit !important;
    background: rgb(20, 138, 0);
    margin: 0px;
    animation: 0.5s ease 0s infinite alternate none running beat;
    padding: 0px !important;
    border-radius: 0px !important;
}
.box {
    box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 1px 0px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(229, 229, 229);
    border-image: initial;
    padding: 10px;
    transition: 0.5s;
}
.box:hover {
    border-color: rgb(20, 138, 0);
}
.is-divider {
    background-color: rgb(20, 138, 0);
    max-width: 40px;
}
.section-title-center::after {
    content: "";
    height: 50px;
    display: table;
    width: 100%;
    position: absolute;
    margin-top: 70px;
    background: url(images/line.png) center center no-repeat;
    background-position: center center;
}
.section-title-container {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.block_widget .icon-box {
    padding: 8px;
    background: #fff;
    border-radius: 3px;
    border: 1px dashed #148a00;
    margin-bottom: 15px;
}
span.amount {
    color: #ef7c6a;
    font-size: 20px
}

.price-wrapper del span {
    color: gray;
    font-size: 15px
}
.badge {
    width: 60px;
    height: 60px;
}

.badge-inner.on-sale {
    background-color: #feb04100 !important;
}

.on-sale .onsale:after {
    content: "";
    width: 0;
    height: 0;
    left: 0;
    bottom: -8px;
    position: absolute;
    border-color: transparent #148a00;
    border-style: solid;
    border-width: 0 20px 8px;
}
ul.header-social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

ul.header-social li a {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 16px;
}

ul.header-social li:nth-child(1) a {
    background: #3b5998;
    color: #fff;
}

ul.header-social li:nth-child(2) a {
    background: #f00;
    color: #fff;
}

ul.header-social li:nth-child(3) a {
    background: #0cafc5;
    color: #fff;
}
