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







.llttt .breadcrumbs,.llttt .product_title,.llttt .pewc-total-field-wrapper,.llttt .quantity,.llttt .single_add_to_cart_button,.llttt .price-wrapper,.llttt .is-divider{display:none !important;}

.llttt h3{text-align:center;}

.nav > li > a {
  font-size: 15px !important;
}

.wishlist_table .add_to_cart{display:none !important;}

.show-on-hover {
  opacity: 1;}
  
  .wishlist-button{
  background-color: #000 !important;
  border: 2px solid #000 !important;
}

#top-bar .flex-center li a ,#top-bar .flex-grow li a {
    width:100%;
    max-width: 1300px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 1300px;
    animation: floatText 20s infinite linear;
}

#top-bar .flex-grow li a{ animation: floatTexts 20s infinite linear;}

#top-bar .flex-center li a:hover,#top-bar .flex-grow li a:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}





@-webkit-keyframes floatText{
    from {
        text-indent: 350%;
    }

    to {
        text-indent: -350%;
    }
}

@-webkit-keyframes floatTexts{
    from {
        text-indent: 100%;
    }

    to {
        text-indent: -100%;
    }
}

#top-bar .flex-center,#top-bar .flex-grow{width:100% !important;}

#top-bar .flex-center li,#top-bar .flex-grow li{
  width: 100%;
  text-align: center;
}

.xoo-el-username-menu img.avatar{display:none !important;}

.curtainlt{display:none !important;}
.product_cat_curtain .curtainlt{display:block !important;}

.walllt{display:none !important;}
.product_cat_wallpaper .walllt{display:block !important;}


.term-wallpaper #wpc_smart_price_filter-2{display:none !important;}
.term-curtain #wpc_smart_price_filter-3,.term-upholstery #wpc_smart_price_filter-3{display:none !important;} 

.page-id-17 .header-search{display:none !important;}

.wallltt, .uplolt{display:none !important;}

.product_cat_upholstery .uplolt{display:block !important;}
.product_cat_wallpaper .wallltt{display:block !important;}

.ltattrmm li{list-style:none !important;}

.ltattrmm li span{width: 30%;
display: inline-block;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;}

@media only screen and (max-width: 768px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.custom-product-page .row{max-width:100% !important;}
.ltattrmm li span {
  width: 50% !important;}
}