/*
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.   ***************/
.slogan-parallax{
    margin-top: -30px;
}
/*Product*/
.button.is-outline {
    line-height: 2.19em;
    padding: 1em 2em 1em 2em;
    border-radius: 5px;
}
a.added_to_cart {
    color: white!important;
}
/*.large-columns-1 */
.box-text.text-center {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #0000003d;
    border-radius: 10px;
}
.woocommerce >.products>.product-small>.col-inner>.product-small >.box-image {
    display: none!important;
}
.columns-1 .title-wrapper {
    display: none;
}
/* .ywpc-sale-bar-loop > .ywpc-bar > .ywpc-back {
    display: none;
} */
.ywpc-countdown-loop > .ywpc-header, .ywpc-sale-bar-loop > .ywpc-header {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    word-wrap: break-word;
    padding: 10px;
}
.ywpc-countdown-loop, .ywpc-sale-bar-loop {
    width: 80%;
}
.ywpc-sale-bar-loop > .ywpc-bar > .ywpc-back {
    background: #7c7c7c;
    margin: 5px 0;
    text-align: center;
    height: 1px;
}
.ywpc-sale-bar-loop > .ywpc-bar > .ywpc-back > .ywpc-fore {
    width: 0;
    background: #d8b704;
    height: 1px;
}
/* .woocommerce >.products>.product-small>.col-inner>.product-small{
    margin-top: -40%;
} */
.woocommerce >.products>.product-small>.col-inner>.product-small>.box-text>.price-wrapper>.price>span.amount {
    color: white!important;
}
.price-wrapper .price {
    font-size: 22px;
}
.primary.is-link, .primary.is-outline, .primary.is-underline {
    color: white;
}
/*Countdown*/
.ywpc-countdown-loop > .ywpc-timer > .ywpc-days, .ywpc-countdown-loop > .ywpc-timer > .ywpc-hours, .ywpc-countdown-loop > .ywpc-timer > .ywpc-minutes, .ywpc-countdown-loop > .ywpc-timer > .ywpc-seconds {
    display: inline-block;
    width: auto!important;
    margin: 5px 0;
    background: none;
    color: #fff;
}
.ywpc-countdown-loop > .ywpc-timer > div > .ywpc-amount {
    background: none;
    height: 50px;
    width: 150px;
    margin: 0 2px;
}
.ywpc-countdown-loop > .ywpc-timer > div > .ywpc-amount > span {
    line-height: 50px;
    color: #ffffff;
    font-weight: bold;
    font-size: 45px;
}
.ywpc-sale-bar-loop > .ywpc-bar > .ywpc-label {
    color: white;
    font-size: 18px;
    font-weight: bold;
}
.ywpc-countdown-loop > .ywpc-timer > div > .ywpc-label {
    color: white;
    font-size: 10px;
}

/*End-Countdown*/
.small-columns-2 .flickity-slider>.col, .small-columns-2>.col {
    flex-basis: 100%;
    max-width: 100%;
}
@media screen and (max-width: 849px) {
    /* .woocommerce >.products>.product-small>.col-inner>.product-small{
        margin-top: -95%!important;
    } */
  
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .ywpc-countdown-loop > .ywpc-header{
        width: 100%!important;
    }
    .ywpc-countdown-loop > .ywpc-timer > .ywpc-days{
        width: 50%!important;
    }
    .ywpc-countdown-loop > .ywpc-timer > .ywpc-hours{
        width: 50%!important;
    }
    .ywpc-countdown-loop > .ywpc-timer > .ywpc-minutes{
        width: 50%!important;
    }
    .ywpc-countdown-loop > .ywpc-timer > .ywpc-seconds{
        width: 50%!important;
    }
}