/*
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  ***************/
}

/* CSS FOR HEADER */
.search-header input[type='search']{
    background: #FFFFFF;
    box-shadow: 0px 5px 20px rgba(200, 209, 255, 0.5);
    border-radius: 60px 0px 0px 60px;
}

.stuck .header-bottom {
    min-height: 40px !important;
}

.search-header .searchform .button{
    width: 60px;
    background: #CC0000;
}
.search-header .searchform .button.icon {
    border-radius: 0px 60px 60px 0px;
}
.search-header .searchform .button.icon i {
    font-size: 14px;
}

.icon-header ul li{
    display: inline-block;
    width: 50px;
    margin-top: 5px;
    text-align: center;
}
#top-bar .icon-header ul>li>a img{
    height: 24px;

}

.box-category .box-text .is-xsmall{
    display: none;
}

.box-category .box-text .box-text-inner{
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
}
.section-new-product .section-content .title-des{
    color: #000000;
}

#top-bar .icon-header ul>li{
    border: 1px solid #D9D9D9;
}

.icon-header ul li a{
    padding:0px 10px 0px 10px;
}

.is-uppercase, .uppercase {
    line-height: 1.2;
    text-transform: uppercase;
    color: #000000;
}
.nav>li.has-icon>a>i {
    min-width: 1em;
    color:#000000;
}
.nav>li>a>i+span {
    margin-left: 5px;
    color: #000000;
}
.header-bottom-nav li{
    padding-right:20px;
}
.flex-col .nav-uppercase li{
    padding:0px 8px;
}
/* CSS FOR HEADER END */

#main .section1{
    padding:0px;
}
.title-section{
    color:#CC0000;
    font-style: normal;

    font-size: 28px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}
.product-small .col-inner .badge-container .onsale{
    background-color: red;
    color: #fff;
    padding: 5px;
}
.product-small .product-title a{
    color: #000000;
    font-size: 17px;
    line-height: 20px;
    padding: 0px 25px;
}
.section-content .tabbed-content ul>li>a{
    font-size: 16px;
    color: #555;
}

.product-small .product-title a:hover{
    color: #CC0000;
    text-decoration:underline;
}

.product-feature .tabbed-content .uppercase{
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color:#CC0000;
}
.nav-line>li>a:before {
    background-color: #ffffff;
}

.tabbed-content .nav>li{
    padding-right:30px;
}
.tabbed-content .nav>li.active>a{
    color:#CC0000;
}

.section-list-post .list-post-home{
    padding-top: 30px;
}
.section-helper .item-helper{
    text-align: center;
}
.section-helper .item-helper h3{
    padding-top: 20px;
    color:#FFFFFF;
}
/* CSS for Product */
span.amount{
    color: #CC0000;
}
.badge-container .badge-inner{
    border-radius: 0px;
    padding:0px;
}
.badge-container .badge{
    display: table;
    z-index: 20;
    pointer-events: none;
    height: 1.5em ;
    float:right;
}

.badge-container .badge-inner span{
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 1px;
    padding:0px;
    
}
#woocommerce_product_categories-2{
    margin-bottom: 10px;
    background: #f9f9f9;
    border-radius: 12px;
    overflow: hidden;
    -moz-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.35);
    padding: 20px;
}
#woocommerce_top_rated_products-2{
    margin-bottom: 10px;
    background: #f9f9f9;
    border-radius: 12px;
    overflow: hidden;
    -moz-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.35);
    padding: 20px;
}



/* CSS for Product */
.section-list-post .post-item .box-image{
    border-radius: 10px 10px;
}
.section-list-post .is-divider{
    display: none;
}

.section-list-post .from_the_blog_excerpt{
    display: none;
}
.section-list-post .post-title{
    text-align: left;
    color: #000;
    padding-right: 100px;
}


/* CSS FOR FOOTER end */
.footer-main h3{
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.footer-main ul li{
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
}
.footer-main ul li a:hover{
    color:#CC0000;
}
.footer-main ul li a{
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
}
.footer-main .footer-content, .footer-content-phone{
    color: #D9D9D9;
}
.footer-main .row-footer-main{
    margin-top: 60px;
}

.footer-main .col4-footer .col-inner{
    margin-left: 100px;
}
.box-image img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    height: 300px;
}
.product-small .box-text{
    text-align: center;
}

.slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow {
    background-color: #CC0000;
    border-color: #CC0000;
    fill: #fff !important;
}

.slider .flickity-prev-next-button:hover svg, .slider .flickity-prev-next-button:hover .arrow {
    fill: #CC0000;
}


