/*
Theme Name: Flatsome Child Theme
Theme URI: http://flatsome.uxthemes.com/
Description: This is a child theme for Flatsome
Author: UX Themes
Author URI: http: //www.uxthemes.com/
Template: flatsome
Version: 2.5
*/

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

/* >>> Woocommerce features <<< */


/* Hide special offers category from sidebar widget */

.widget_product_categories .cat-item-281  .cat-item-283 {display:none}


/* Hide category meta on product page */

.woocommerce .product_meta {
display: none;
}


/* Hide category titles on shop page */
ul.products li.product-category.product h3 {
display: none;
}

/* Remove review date on product page */
#reviews time {
 display: none;
}

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


}



/**PRODUCT COUNTDOWN CUSTOMIZATION **/


.ywpc-countdown {
    background: none;
    border: 0 none;
    padding: 0;
}

.ywpc-countdown > .ywpc-timer > .ywpc-days,
.ywpc-countdown > .ywpc-timer > .ywpc-hours,
.ywpc-countdown > .ywpc-timer > .ywpc-minutes,
.ywpc-countdown > .ywpc-timer > .ywpc-seconds {
    width: 65px;

}

.ywpc-countdown > .ywpc-timer > div > .ywpc-label {
    line-height: normal;
}

.ywpc-countdown > .ywpc-timer > div > .ywpc-amount > span {
    margin: 0 1px;
    height: 30px;
    width: 27px;
    line-height: 27px;
    font-size: 25px;
}