/*.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
    content: "";
}   
 */

 #eut-footer-area a {
     color: #dbdbdb !important;
 }

@media (max-width: 768px) {

    .dtwpb-woocommerce-products .woocommerce ul.products {
    
        grid-template-columns: 1fr !important;

    }

}

@media (min-width: 769px) and (max-width: 1080px) {

    .dtwpb-woocommerce-products .woocommerce ul.products {
    
        grid-template-columns: 1fr 1fr !important;

    }

}


.product-thumbnail:before,
.product-name:before {
    display: none;
}

.add_to_cart_button, 
.add_to_cart_button:hover {
    transition: all 0.75s ease !important;
}

.add_to_cart_button.negative {
    background: #fff;
    color:black;
    font-weight:bold;
    transition: all 0.75s ease !important;
}

.przymierzalnia-btn, 
.przymierzalnia-btn:hover {
    border-radius: 2rem;
    line-height: 2rem;
    border: 1px solid #3d3d3d;
    color: #3d3d3d;
    font-weight: bold;
    padding: 0.75rem 1.5rem 0.5rem 1.5rem;
    background: #fff;
    cursor: default;
}

.eut-cart-button-wrapper {
    padding-left: 20px;
}

.my-account-wrapper {
    float:right;
}

.eut-light.eut-header-sticky .my-account-wrapper a,
.my-account-wrapper a {
    color:#3d3d3d;
    margin-left: 10px;
}

.eut-light .my-account-wrapper a {
    color: #fff;
}



