/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.16.2
*/

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


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

    #top-bar{
        display: none;
    }

}
.products .product-small .box-text .price-wrapper {
    position: relative;
}
.products .product-small .box-text p.box-excerpt.is-small {
    margin-bottom: 35px;
}

.products .product-small .col-inner{
    overflow: hidden;
}

.page-title-inner .horizontal_layout{
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: space-between;
}

.page-title-inner .horizontal_layout .category-filter-row{
    padding: 0 ;
}

.page-title-inner .horizontal_layout .woocommerce-ordering{
    max-width: 200px;
}

.category-filtering a{
    background: #EC760F;
    padding: 10px 25px;
    width: 140px;
    color: #fff;
    border-radius: 3px;
    margin-top:0;
}

.hide_filter_button .category-filtering{
    display: none;
}

.badges {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    flex-direction: column;
    align-items: end;
    z-index: 2;
}
.badges .badge_dl {
    background-color: #EC760F;
    border-color: #EC760F;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin-bottom: 10px;
    font-size: 0.8em;
    text-transform: uppercase;
    padding: 0px 5px;
}
.badges .badge_dl.badge_new{
    background-color: #EC760F;
    color: #fff;
    border-color: #EC760F;
}

.badges .badge_dl.badge_sale{
    background-color: #0BA011;
    color: #fff;
    border-color: #0BA011;
}

.triangle_badge{
    /* background-color: #000; */
    /* background-color: #f3f3f6; */
    background-color: #ec770e;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    width: 100%;
    height: 26px;
    margin-top: -26px;
}
.triangle_badge span{
    color: #fff;
    font-size: 0.8em;
    font-weight: 700;
}

.col-inner .product-small .price{
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    padding: 8px 10px;
    width: 100%;
    display: block;
}

.products .col-inner{
    box-shadow: 0px 3px 6px #00000029;
}

.products .product-small .box-text p.box-excerpt.is-small{
    margin-bottom: 15px;
}

.shop-container .product .product-gallery .row{
    height: 100%;
}

.price ins span.amount{
    color: #EC760F;
    padding-right: 5px;
}

.price del{
    font-size: 0.875em;
    color: #707070;
}

.col-inner .product-small .add-to-cart-button a:before{
    display: none;
}

.col-inner .product-small .add-to-cart-button{
    display: block;
}

.product .product-footer .related-products-wrapper{
    padding-top: 25px;
}

.col-inner .product-small .add-to-cart-button a{
    background-color:#0BA011;
}

.star-rating:before, .woocommerce-page .star-rating:before{
    color: #E0D700 !important;
}

.star-rating span:before{
    color: #E0D700 !important;
}

.single_add_to_cart_button.button{
    background-color: #0BA011 !important;
}

.usp-product{
    border-radius: 2px !important;
    border: 1px solid #EC760F;
    background-color: transparent !important;
    margin-bottom: 25px;
}

.wc-tabs li a:before{
    display: none !important;
}

.wc-tabs li a{
    display: flex;
    justify-content: space-between;
    align-items:center;
}

.wc-tabs li a:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    transition: ease-in-out 0.3s;
    opacity: 1 !important;
    background-color: transparent !important;
    height: auto;
}

.wc-tabs li.active a:after{
    transform: rotate(180deg);
}

/* Robin 05-04-2023 */

.product .box-text-products{
    display: flex;
    flex-direction: column;
}

.product .box-text-products .price-wrapper,
.product .box-text-products .add-to-cart-button{
    margin-top: auto;
}

.product .box-text-products .price-wrapper + .add-to-cart-button {
    margin-top: 0;
}


/* Only for German WPML pages */
html[lang="de-DE"] .wc_payment_methods.payment_methods {
    display: flex;
    flex-direction: column;
}

html[lang="de-DE"] .payment_method_buckaroo_ideal {
    order: 99;
}

html[lang="de-DE"] .payment_method_buckaroo_paypal {
    order: -1;
}

