/*
niebieski - #007bff;
czerwony - #dd4528;
*/

section#wrapper {
    background-image: url(/themes/gryczaneu/assets/img/bg.jpg);
    background-position: right;
    background-attachment: fixed;
    background-repeat: repeat-x;

    margin-top: 1rem;
}
}

nav.header-nav {
    background: #E01D24;
    font-weight: 800;
}

nav.header-nav a {
    color: white
}

.main-menu__item-link .material-icons {
color: #495057;
}

.main-menu__item-link:hover .material-icons {
  color: #313337;
}



/* slider */



/* zdjęcie produktu animacja */
.product-miniature__thumb {
    overflow: hidden; /* Zapobiega wychodzeniu obrazka poza kontener */
}

.product-miniature__thumb img {
    transition: transform 0.5s ease;
    will-change: transform;
}

.product-miniature__thumb:hover img {
    transform: scale(1.08);
}

/* przyciski */
.product-flags__flag--on-sale {
   background: #28a745;
}

.btn-primary.focus, .btn-primary:active, .btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #ff565c;
    border-color: #ff565c;
}

div.product-miniature__thumb .shadow {
    box-shadow: 0 0px .8rem rgba(0, 0, 0, .15) !important;
}






header#header {
    margin: 0;
}

header div.header-top {
border-bottom: 0.2rem solid #dd4528;
}

div.homeslider {
    max-height: 700px;
}

div.homeslider .img-fluid {
    height: auto;
    max-width: 100%;
    width: 100%;
}

div.homeslider a {
    width: 100%;
}


div.homeslider li {
    justify-content: center;
    align-items: center;
    width: 1841px;
    display: flex !important;
    max-height: 700px;
}

div.homeslider ul {
   /* width: 100%; */
    }


    /* MODULES */
    .wk-product-variants {
        padding: 10px 0;
    }

   /* .wk_custom_variant .wk-product-variants {
        background: none !important;
    } */

    .wk_custom_variant .wk-product-variants-item {
    margin: 1.2rem 0;
    }



    #ybc-mnf-block {
            margin: 70px 0;
    }



