
.slick-initialized .swipe-tab-content {
    position: relative;
    min-height: 365px;
}

@media screen and (min-width: 767px) {
    .slick-initialized .swipe-tab-content {
        min-height: 500px;
    }
}

.slick-initialized .swipe-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: none;
    border: 0;
    color: #757575;
    cursor: pointer;
    text-align: center;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transition: all 0.5s;
}

.slick-initialized .swipe-tab:hover {
    color: #000;
}

.slick-initialized .swipe-tab.active-tab {
    border-bottom-color: #000;
    color: #000;
    font-weight: bold;
}

.main-container {
    padding: 25px;
    background: #f1f1f1;
}

.menupage {
    width: 100%;
    padding: 15px;
}

.menutabs li {
    padding: 10px;
    font-size: 20px;

}

.menutabs li .active {
    background-color: rgba(31, 78, 38, 0.2);
    border-radius: 19px;
}

.menutabs li a {
    color: black;
}

.menutabs {
    border-bottom: 2px solid #DDD;
}

.menutabs > li.active > a,
.menutabs > li.active > a:focus,
.menutabs > li.active > a:hover {
    border-width: 0;
}

.menutabs > li > a {
    border: none;
    color: #666;
}

.menutabs > li.active > a,
.menutabs > li > a:hover {
    border: none;
    color: #4285F4 !important;
    background: transparent;
}

.menutabs > li > a::after {
    content: "";
    background: #4285F4;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.menutabs > li.active > a::after,
.menutabs > li:hover > a::after {
    transform: scale(1);
}

.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.tab-content > .tab-pane {
    padding: 15px 0;

}

.tab-content {
    padding: 20px
}

.slick-initialized .swipe-tab-content {
    position: relative;
    min-height: 365px;
}

@media screen and (min-width: 767px) {
    .slick-initialized .swipe-tab-content {
        min-height: 500px;
    }
}

.slick-initialized .swipe-tab {
    display: block;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: none;
    border: 0;
    color: #757575;
    cursor: pointer;
    text-align: center;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transition: all 0.5s;
}

.slick-initialized .swipe-tab:hover {
    color: #000;
}

.slick-initialized .swipe-tab.active-tab {
    border-bottom-color: #000;
    color: #000;
    font-weight: bold;
}

.main-container {
    padding: 25px;
    background: #f1f1f1;
}

.slider {
    width: 80%;
    margin: 100px auto;
}

.slick-slide {
    margin: 10px 20px;
}

.slick-slide img {
    width: 100%;
    transform: scale(0.9);
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-dotted .slick-center img {
    transform: scale(1.1);

}

@media screen and (min-width: 800px) {
    .scroll-nav {
        width: 100%;
        padding: 10px;
        text-align: center;
        /*
                position: fixed;
                 top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);*/
    }
}

@media screen and (max-width: 799px) {
    .scroll-nav {
        text-align: center;
    }
}

.scroll-nav {
    z-index: 1;
}

.scroll-nav__list {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

.scroll-nav__list:after {
    content: "";
    display: table;
    clear: both;
}

.scroll-nav__list {

    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin-top: 7px !important;
}

.scroll-nav__item {
    /*
    margin-bottom: 5px;
    float: left;
    margin-right: 15px;
    border-bottom: 1px solid transparent;
    */
    height: 2rem;
    margin-right: .25rem;
    padding: 0 1rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: .875rem;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color .3s;
}

.scroll-nav__item--active {
    background-color: #1F4E26;
}

.top_rated.scroll-nav__item--active {
    background-color: #b70707!important;
}

.top_rated.scroll-nav__item--active a{
    color: white !important;
}

.scroll-nav__item--active a {
    color: white !important;
}

.scroll-nav__link {
    font-size: 18px;
    color: black;
    text-decoration: none;
}

.page__header {
    padding: 5px 10px;
    background: white;
    z-index: 2;
    border-bottom: 1px solid #ededed;
    width: 100%;
}

.sticky {

    width: 100%;
}

.sticky_with_header {
    top: 100px !important;
}

.sticky + .post__article {
    padding-top: 60px;
}

.page__header:after {
    content: "";
    display: table;
    clear: both;
}

.page__title {
    margin: 0;
    font-size: 22px;
    color: black;
}

@media screen and (max-width: 799px) {
    .page__title {
        text-align: center;
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 800px) {
    .page__title {
        float: left;
    }

    .dynamic-container {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: .5em;
        grid-column-gap: 1em;
    }

    .o_carousel_product_card {

    }
}

.post__article {
    padding: 0 20px;
}

@media screen and (min-width: 700px) {
    .post__article {
        margin: 0px auto;
        width: 90%;
        max-width: 1400px;
    }
}

#wrap{
    background: #F2F1F6!important;
}