/*
Theme Name: VPP
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  ***************/


}
p.woocommerce-result-count.hide-for-medium , p.da-ban{
    display: none;
}
.flashsale-home p.da-ban {
	display:block !important
}
p.da-ban {
    border-radius: 20px;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 5px;
    background-color: rgb(48 33 210 / 63%);
    background-image: none;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    height: 21px;
    margin-bottom: 10px;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
span.flash-sale {
    text-transform: uppercase;
}

@media (min-width: 992px)
{
    .header-top-before {
    left: -40px;
    position: absolute;
    top: -9px;
    width: 30px;
}
.header-top-before__top {
    background-color: #003189;
    position: absolute;
border-radius: 300px;
    z-index: -1;
    top: 7px;
    left: 40px;
    height: 23px;
    border-left: solid 2px #fff;
    border-color: #fff transparent transparent #fff;
    width: 40px;
}
.header-top-before__bottom {
    background-color: #003189;
    position: absolute;
    left: 20px;
    top: 30px;
    width: 200px;
    height: 66px;
    border-left: solid 2px #fff;
    border-right-width: 0;
    border-radius: 300px;
    z-index: -1;
    
}
}

header .searchform .button.icon {
    display: inline-block;
    background-image: none;
    background: none;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 5px;
    width: 42px;
    height: 100%;
}


header .search-field.mb-0 {
    height: 42px;
    border-radius: 10px;
    box-shadow: none;
    border: 0px;
    font-size: 15px;
    padding-left: 50px;
}

@media (min-width: 992px){
#masthead .header-inner:after {
    background-color: #ffbe31;
    content: " ";
    height: 100%;
    right: calc((100% - 1170px) / 2 + 1170px);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}
}

