.products {
    margin-top: 20px;
    position: relative;
    /*height: 1000px;*/
}

/*.products-container {
     position: absolute;
    left: 50%;
    transform: translateX(-50%);
}*/

.products__category {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.products__category--link,
.products__category--link:active .products__category--link:focus {
    display: inline-block;
    text-decoration: none;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    padding: 1rem 2rem;
    color: #442517;
    font-weight: 700;
}

.products__category--link:hover {
    color: #fff;
    background-color: #94c01c;
}

#mc-slider {
    top: 15rem;
    margin: 0 auto;
    /*height: 70vh;*/
    padding-bottom: 20rem;
    width: 60%;
}

.slick-slide img {
    max-width: 80%;
    margin: 0 auto;
}

/*.slick-prev::before {
    content: "<";
}*/

.mc-slider-element a,
.mc-slider-element a:active,
.mc-slider-element a:focus {
    outline-width: 0;
}

.mc-slider-element p {
    text-transform: uppercase;
    padding-top: 15px;
    font-size: 1.8rem;
    text-align: center;
    /*transform: translateX(-25%);*/
    word-spacing: 100vh;
    font-weight: 300;
}

.mc-slider-element p a {
    text-decoration: none;
    color: #777;
}

.slick-prev:before {
    content: " ";
    width: 100px;
    height: 100px;
    left: -15rem;
    background-image: url(../img/strzalka_lewo.png);
    position: absolute
}

.slick-next:before {
    content: " ";
    width: 100px;
    height: 100px;
    background-image: url(../img/strzalka_prawo.png);
    position: absolute
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    display: none;
}

.products h3 {
    color: #94c01c;
    margin-top: 5rem;
}

.popup {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 3000;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.popup__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    background-color: #fff;
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    display: table;
    overflow: hidden;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.25);
    transition: all .3s .2s;
}

.popup__left {
    width: 33.333%;
    display: table-cell;
    position: relative;
}

#popup-img {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 90%;
    max-width: 90%;
}

.popup__right {
    width: 66.666%;
    display: table-cell;
    vertical-align: middle;
    padding: 3rem 5rem;
}

.popup__img {
    display: block;
    width: 100%;
}

.popup__text {
    font-size: 1.4rem;
    margin-bottom: 4rem;/*
    -moz-column-count: 2;
    -moz-column-gap: 4rem;
    -moz-column-rule: 1px solid #999;
    column-count: 2;
    column-gap: 4rem;
    column-rule: 1px solid #999;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;*/
}

.popup:target {
    opacity: 1;
    visibility: visible;
}

.popup:target .popup__content {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.popup__colse:link,
.popup__colse:visited {
    color: #777;
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    font-size: 3rem;
    text-decoration: none;
    display: inline-block;
    transition: all .3s;
    line-height: 1;
}

.popup__colse:link:hover,
.popup__colse:visited:hover {
    color: #55c57a;
    transform: scale(1.05);
}

.popup__left {
    padding: 2rem;
}

.popup-img-bac {
    background-image: url(img/caramel1200px.png);
    height: 700px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    padding: 1rem 0;
}

table {
    width: 100%;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: .5rem;
    font-size: 1.3rem;
}

.popup-list {
    list-style: none;
    font-size: 1.5rem;
}

.category-list {
    display: inline-flex;
    border: solid 2px #94c01c;
}

.slick-prev, .slick-next {
    top: 25%;
}