.read-less {
    display: none;
}

.read-more {
    display: block;
}

a.read-button {
    cursor: pointer;
    font-weight: bold;
}

.side-left ul {
    background-color: #fff;
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 200px;
}

.side-left ul li.none a,
.side-left ul li a {
    border-top: 0px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    font-size: 15px;
    padding: 10px;
    display: block;
}

.side-left ul li.none:last-child a,
.side-left ul li:last-child a {
    border-bottom: 1px solid #eeeeee
}

.side-left ul li ul li.none a,
.side-left ul li ul li a {
    border-top: 0px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    padding: 10px 10px 10px 20px;
    display: block;
    background-color: #fff;
    font-size: 13px;
    color: #000;
}

.side-left ul li.active ul li.active a {
    background-color: #2c8846;
    border-right: 1px solid #339c51;
    border-left: 1px solid #339c51;
    border-bottom: 1px solid #2c8846;
    color: #fff;
}

.side-left ul li a:hover,
.side-left ul li ul li a:hover {
    background-color: #756c55;
    border-right: 1px solid #756c55;
    border-left: 1px solid #756c55;
    border-bottom: 1px solid #665e4a;
    color: #fff;
}

.row70 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.row70 a.bannersKCol {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    flex: 1;
    background-color: #841c4e;
    color: #FFFFFF;
    padding: 16px 10px;
    text-align: center;
    font-size: 14px;
}

.row70 a.bannersKCol:nth-child(1) {
    margin: 0px 10px 10px 0px;
}

.row70 a.bannersKCol:nth-child(2) {
    margin: 0px 10px 10px 0px;
}

.row70 a.bannersKCol:nth-child(3) {
    margin: 0px 0px 10px 0px;
}

.row70 a.bannersKCol:hover {
    background-color: #9d225d;
}

#cart-top .cart-top-c {
    background-color: #756c55 !important;
    float: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#cart-top .cart-top-c a {
    color: #FFF;
    padding: 12px;
}

#cart-top .cart-top-c a:hover {
    background-color: #8a7f64 !important;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.vm-pagination ul li a:hover {
    border: 1px solid #665e4a;
}

.vm-pagination ul li span {
    background-color: #665e4a;
    border: 1px solid #665e4a;
}

.tablink-activ, .tab-menu button:hover {
    background-color: #756c55 !important;
}

.tab-menu a,
.tab-menu button {
    background-color: #665e4a;
    display: inline-block;
}

.tablink-activ,
.tab-menu button:hover,
.tab-menu a:hover {
    background-color: #756c55 !important;
}

.row73 {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
}

.row73 a.bannersKCol {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #2c8846;
    color: #FFFFFF;
    height: 48px;
    box-sizing: border-box;
    width: 100%;
}

.row73 a.bannersKCol:hover {
    background-color: #339c51;
}

/* ---------------------------*/
@media (max-width: 1010px) {
    #menu-bottom {
        background-color: #665e4a;
    }

    #mobileMenuRow {
        height: 84px;
        width: 100%;
        display: inline-block;
        z-index: 999;
        top: 0px;
        position: fixed;
    }

    #mobileMenuRow .mobileMenuRow {
        display: flex;
        align-items: center;
        justify-content: space-between;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
    }

    #mobileMenuRow .mobileMenuRow .left {
        justify-content: flex-start;
        display: flex;
        align-items: center;
        width: 100%;
    }

    #mobileMenuRow .mobileMenuRow .right {
        justify-content: flex-end;
        display: flex;
        align-items: center;
        width: 100%;
    }

    #mobileMenuRow .mobileMenuRow .left img {
        width: auto;
        padding: 0 0 0 10px;
    }

    #mobileMenuRow .mobileMenuRow .right img {
        height: 64px;
        width: auto;
    }

    #mobilneMenu.niepacz {
        -webkit-animation: mymove 5s infinite;
        /* Safari 4.0 - 8.0 */
        animation: mymove 5s infinite;
        display: block !important;
        -webkit-transform: translateY(0vh);
        transform: translateY(0vh);
    }

    #mobileMenuRow .show {
        display: block !important;
    }

    #mobileMenuRow .hide {
        display: none !important;
    }

    #mobilneMenu {
        text-align: center;
        background-color: #665e4a;
        display: block;
        width: 100%;
        padding-bottom: 120px;
        box-sizing: border-box;
        z-index: 8;
        overflow-y: scroll;
        /* has to be scroll, not auto */
        -webkit-overflow-scrolling: touch;
        overflow-x: hiden;
        height: 100vh;
        -webkit-transform: translateY(-100vh);
        transform: translateY(-100vh);
        transition: -webkit-transform 90ms cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 900ms cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 900ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    #mobilneMenu .moduletable {
        margin: 10px;
    }

    #mobilneMenu h3 {
        text-align: left;
        color: #fff;
        font-size: 22px;
        padding: 0 0 5px 0;
        margin: 0px 0px 5px 10px;
    }

    #mobilneMenu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: left;
        font-size: 16px;
    }

    #mobilneMenu ul li a {
        display: inline-block;
        width: 100%;
        padding: 10px 10px 10px 30px;
        box-sizing: border-box;
        color: #fff;
        margin-bottom: 1px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background-image: url(../images/arrow-mobile.svg);
        background-repeat: no-repeat;
        background-position: left center;
    }

    #mobilneMenu ul li.active a,
    #mobilneMenu ul li ul li.active a {
        background-color: #756c55;
        display: inline-block;
        width: 100%;
    }

    #mobilneMenu ul li.none a,
    #mobilneMenu ul li ul li.none a {
        background-color: #9d225d;
    }

    #mobilneMenu ul li ul {
        font-size: 16px;
    }

    #mobilneMenu ul li ul li a {
        padding: 10px 10px 10px 50px;
        font-size: 14px;
        background-position: 20px center;
    }
}

@media (max-width: 790px) {
    a.read-button {
        cursor: pointer;
        font-weight: normal;
        display: block;
        background-color: #2c8846;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        color: #fff;
        margin: 20px 0 0 0;
        text-align: center;
        padding: 10px 20px;
    }

    #mobileMenuRow {
        height: 56px;
    }

    #mobileMenuRow .left img {
        width: 113px;
        height: 56px;
    }

    #mobileMenuRow .right {
        float: right;
        justify-content: flex-end;
        width: 48px;
        height: 56px;
    }

    #mobileMenuRow .right img {
        width: 48px;
        height: 56px;
    }
}

/* ---------------------------*/
@media (max-width: 620px) {

    #mobileMenuRow,
    #mobileMenuRow .mobileMenuRow .left img,
    #mobileMenuRow .mobileMenuRow .right img {
        height: 58px;
    }
}