/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.sklep a {
    margin-left: 0 !important;
}
.cart-after-coupon {
    border: 1px solid red !important;
    background: #fafafa;
}
.cart-after-coupon th {
    font-weight: 700 !important;
    padding-left: 20px !important;
}
.ss-free-shipping--missing {
    background: #FFE3E5;
    padding: 20px;
}
.ss-free-shipping--reached {
    background: #E3FFE4;
    padding: 20px;
}
.woocommerce-price-suffix {
    display: block;
    color: grey !important;
    font-weight: 400;
    font-size: 16px;
    margin-top: 5px;

}
.woocommerce-Price-amount {
    color: #BF000C;
    font-size: 32px;
}
.woocommerce-price-suffix .woocommerce-Price-amount, .woocommerce-price-suffix .woocommerce-Price-currencySymbol {
    color: grey !important;
    font-size: 16px;
    margin-top: 10px;
}
.price {
    text-align: right;
}

.s-subcat-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style-type: none;
    gap: 10px;
    padding: 0;
}
.s-subcat-links__item a{
    display: block;
    padding: 12px 24px;
    border: 1px solid #B1B1B1;
/*    font-family: "Fira Sans Condensed", Sans-serif;*/
/*    font-weight: bold;*/
/*    font-style: italic;*/
    color: #2F2E2E;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.s-subcat-links__item a:hover {
    background: #2F2E2E;
    color: #fff;
}
.s-subcat-links:after{
    display: none;
}
.s-subcat-links__item--active a {
    color: black;
    border: 1px solid black;
}


@media only screen and (max-width: 425px){
    .s-subcat-links {
        padding: 0;
        flex-wrap: nowrap;
        overflow-x: scroll;
        position: relative;
    }
    .s-subcat-links__item {
         flex-shrink: 0;
    }
    .s-subcat:after{
        content: '';
        display: block;
        padding: 18px;
        height: 40px;
        width: 40px;
        border-radius: 50px;
        position: absolute;
        top: 14px;
        right: -12px;
        background: grey url('img/white-chevron.svg') no-repeat;
        background-size: 10px;
        background-position: center;
    }
}

.woocommerce span.onsale{
    background: #BF000C !important;
    border-radius: 0 !important;
    padding: 0 25px !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    transform: skewX(-16deg);
}
del .woocommerce-Price-amount bdi {
    font-size: 14px;
    display: block;
    width: 150px;
    color: grey !important;
}