/* HEADER */

.is-sticky.mainmenu__wrapper .mainmenu__logo {
    display: block !important;
    align-self: center !important;
}

.is-sticky.mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu {
    margin-left: 0;
}

.top-header__logo img {
    margin-left: -10px;
    height: 100px;
}

.mainmenu__logo  {
    height: 75px;
    width: 75px;
}

.header--3 .jun__header__top__right p .span {
    font-size: 16px;
    font-weight: 700;
}

.junior__header__top .header-top {
    flex-wrap: nowrap;
}

.header-top .header-top__lang {
    margin-top: 0 !important;
}

.mean-container .mean-nav {
    margin-top: 80px;
    margin-bottom: 15px;
}




/* BREADCRUMB */

.breadcrumb__container__img-box {
    position: relative;
}

.breadcrumb__container__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    z-index: 1;
}

.bradcaump-title {
    text-align: center;
    font-size: 4rem;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

/* FOOTER */
.footer__variation--3 .ftr__address__inner .ftr__address + .ftr__address {
    margin-top: 0;
}

.ftr__address__inner .ftr__address + .ftr__address {
    margin-top: 0;
}

.footer__variation--3 .footer__social__icon {
    margin-top: 43px;
}

.footer__wrapper {
    padding: 70px 0;
}

.ft__logo img {
    max-height: 120px;
    max-width: 120px;
    border-radius: 50%;
}

/* Contact page */

.page__contact .row {
    row-gap: 15px;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    transform: translateY(-20px);
}

@media only screen and (max-width: 1200px) {
    .mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu > li {
        margin: 0 14px;
    }
}

@media only screen and (max-width: 992px) {
    .is-sticky.mainmenu__wrapper .mainmenu__logo {
        display: none !important;
    }
    .header--3 .row.menu__separator,
    .header--3 .junior__header__top {
        height: 75px;
    }
    .footer__variation--3 .footer__social__icon {
        margin-top: 20px;
    }

    .jnr__call__action__wrap {
        flex-direction: column;
        row-gap: 20px;
        text-align: center;
    }
    .wishlist-table table .product-add-to-cart {
        width: 120px;
    }

    .header--3 .mainmenu__wrapper {
        height: 84px;
    }
}

@media only screen and (max-width: 767px) {
  
    .header--3 .junior__header__top,
    .header--3 .row.menu__separator {
        height: 50px;
    }

    .header--3 .jun__header__top__right p:last-child {
        border: none;
    }

    .header--3 .jun__header__top__right p .span {
        font-size: 13px;
        font-weight: 600;
    }

    .header--3 .mainmenu__wrapper,
    .header--5 .mainmenu__wrapper {
        padding-top: 7px;
        padding-bottom: 0px;
    }

    .top-footer__row {
        row-gap: 36px;
    }

    .footer--2 .footer__wrapper {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .footer__variation--3 .footer__innner {
        margin-top: 23px;
    }

    .pb--150 {
        padding: 70px 0;
    }

  

@media (max-width: 576px) {
    .footer__variation--3 .ft__logo {
        max-width: 50%;
        display: block;
        margin: 0 auto;
    }

    .top-footer__logo-box {
        padding: 5px;
        display: flex;
        align-items: center;
    }
    .top-footer__logo-box img {
        margin-right: 20px;
    }

    .bradcaump-title {
        font-size: 2.5rem;
    }

    .jnr__call__action__wrap {
        padding: 35px 0;
        row-gap: 15px;
    }

    .jnr__call__action__wrap .callto__action__inner p {
        font-size: 15px;
    }

    .header--3 .mainmenu__wrapper, .header--5 .mainmenu__wrapper {
        height: 78px;
    }

    .header--3 .mainmenu__wrapper, .header--5 .mainmenu__wrapper {
        padding-top: 4px;
    }
  
    .section-padding--lg {
        padding: 25px 0;
    }
    .pt--130 {
        padding-top: 70px;
    }
    .mt--80 {
        margin-top: 40px;
    }

    /* NOtice Page */

    #notice-table tr th:nth-child(2),
    #notice-table tr th:nth-child(3),
    #notice-table tr td:nth-child(2),
    #notice-table tr td:nth-child(3) {
        display: none;
    }

    .wishlist-table table .product-add-to-cart > a {
        padding: 10px 5px;
        max-width: 100%;
    }

    .wishlist-table table .product-add-to-cart {
        width: 100px;
    }
}

