.sticky {
    /* border-bottom: 2px solid #131313; */
    margin: 0 auto;
    max-width: 100%;
    max-height: 124px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    transform: scale(1);
}

.stickynav {
    margin: 0 auto;
    max-width: 100%;
    max-height: 40px;
    position: fixed;
    top: 116px;
    width: 100%;
    z-index: 98;
    transform: scale(1);
}

.stickyminicart {
    margin: 0 auto;
    /*max-width: 100%;
    max-height: 40px;
    position: fixed;
    top: 124px;
    width: 100%;*/
    z-index: 100;
}

.padding {
    padding-top: 124px;
}

.paddingm {
    padding-top: 109px;
}
