.newbtn {
    background-color: rgba(179, 100, 122, 0.61);
    background-image: linear-gradient(to bottom,rgba(255, 255, 255, 0) 0,rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    color: white;
    border-width: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 7px 20px;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 30px;
}

.newbtn a {
    color:white;
}


.flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 0 2px 0 0 !important;
    width: 40px!important;
    height: 75px!important;
    font-size: 60px;
    font-weight: 300;
    line-height: 70px;
    background: #fff;
    border: 1px solid #c4c4c4;
}

.flip-clock-wrapper ul li {
    list-style: none;
    z-index: 1;
    position: absolute;
    left: 1px;
    top: 1px;
    right: 15px;
    bottom: 10px;
    border: 1px solid #e5e5e5;
    text-decoration: none !important;
}

#main_countedown_1 .time_left {
    border-radius: 0px !important;
    background-color: #2b2459 !important;
    font-size: 30px !important;
    font-family: monospace;
    color: rgb(255, 255, 255) !important;
    font-family: sans-serif !important;
}

#main_countedown_1 .time_description {
    font-size: 15px !important;
    font-family: sans-serif !important;
    color: white !important;
}

.hider {
    display:none;   
}
.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb {
    color: #acb4b6;
    font-size: 13px;
    margin-bottom: 30px;
    display: none;
}

.woocommerce div.product .product_meta {
    border-top: 1px solid rgba(210, 217, 224, 0.5);
    padding: 20px 0 0 0;
    font-size: 13px;
    color: #acb4b6;
    display: none;
}