/*========== 4. Navigation ==========*/
nav {
    position: relative;
    margin: auto;
    width: 100%;
    z-index: 99;
    background: #fff;
}

.meniussa .nav>li {
    position: relative;
    display: block;
    width: 100%;
}

.meniussa .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.menu {
    list-style: none;
    padding: 0;
    border: 1px solid #d9d9d9;
    border-bottom: 0;
    border-left: 0;
    margin: 0;
    margin-left: -30px;
}

.menu > li {
    float: left;
}

.menu > li > a {
    display: block;
    line-height: 20px;
    font-size: 13px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    padding: 8px 24px;
    border-left: 1px solid #d9d9d9;
}

.menu > li:first-child > a {
    border-left: 0;
}

.menu > li > a:hover, .menu > li > a:focus, .menu > li.active > a {
    text-decoration: none;
    color: #0083c1;
}

.category-page .mega-menu-category, .shopping-cart-page .mega-menu-category, .multiple-addresses-page .mega-menu-category, .error-page .mega-menu-category, .faq-page .mega-menu-category {
    display: none;
}

/* Mega Menu */
.mega-container {
    position: relative;
    z-index: 100;
}

.navleft-container {
    width: 100%;
    position: absolute;
}

.mega-menu-title {
    color: #000;
    cursor: pointer;
    background: #ffffff;
    vertical-align: middle;
    font-weight: 300;
    height: 45px;
    line-height: 45px;
    padding: 10px 0px;
    /* border-right: 1px solid #fff; */
    /* border-left: 1px solid #fff; */
    margin-bottom: 1px;
}

.nav-icon {
    padding-left: 0px;
    padding-right: 0px;
}

.mega-menu-title i {
    font-size: 18px;
    margin-right: 10px;
    vertical-align: middle;
}

/*.nav-icon {    color: #333;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-size: 14px;

    font-weight: 700;
    letter-spacing: 1.5px;
    background: #ffd740;
    line-height: 54px;
    border-radius: 3px 3px 0px 0px;
    vertical-align: middle; }
.nav-icon i {font-size:18px; margin-left:5px; margin-right:5px; vertical-align:middle}
.nav-icon a{ color:#333;}*/
.mega-menu-title h3 {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: normal;
    margin: auto;
    color: #000000;
}

.mega-menu-category {
    border-top: 0px solid #3DB2B3;
    box-shadow: 0px 20px 25px -6px #00000061;
}

.mega-menu-category.inchis {
    display: none;
}

.mega-menu-category ul {
    padding: 0px;
    margin: 0px 0px 0px;
    border-top: none;
    background-color: #3DB2B3;
    border-top: none;
    border: 0px solid #57edef00;
    border-top: 0px;
}

.mega-menu-category > .nav > li > a {
    color: #000000;
    font-weight: normal;
    padding: 11px 5px 11px;
    font-size: 14px;
    border-top: 1px #ffffff solid;
    font-family: 'Roboto', sans-serif;
    line-height: 15px;
    color: #fff;
}

@media (max-width: 991px) {
    .mega-menu-category > .nav > li > a {
        color: #000000;
        font-weight: normal;
        padding: 5px 5px 5px;
        font-size: 14px;
        border-bottom: 1px #ffffff solid;
        font-family: 'Roboto', sans-serif;
        line-height: 15px;
    }
}

.mega-menu-category > .nav > li > a .fa {
    width: 20px;
    font-size: 13px;
}

.custom-offer a {
    font-weight: 700!important;
    border-bottom: none!important
}

.mega-menu-category ul li ul {
    border: none
}

.mega-menu-category > .nav > li > a .fa.fa-child, .mega-menu-category > .nav > li > a .fa.fa-gift, .mega-menu-category > .nav > li > a .fa.fa-home {
    font-size: 15px;
}

.mega-menu-category > .nav > li > a:hover .fa {
    color: #333;
}

.mega-menu-category > .nav > li > a:after {
    content: "\0000BB";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 13px;
    background: #f2f2f2;
    width: 20px;
    text-align: center;
    border-radius: 3px;
    height: 20px;
    line-height: 20px;
    color: #777
}

.mega-menu-category > .nav > li.nosub > a:after {
    display: none;
}

.mega-menu-category > .nav > li.more-menu {
}

.mega-menu-category > .nav > li.view-more-cat > a {
    border-bottom: 0;
}

.mega-menu-category > .nav > li.view-more-cat > a:after {
    content: "";
}

.mega-menu-category > .nav > li > a:hover, .mega-menu-category > .nav > li > a:focus, .mega-menu-category > .nav > li.active > a {
    color: #333e48;
    background-color: #ffffff;
    /* font-weight: 700; */
}

.menu-hide {
    display: none !important;
}

.wrap-popup {
    position: absolute;
    left: 110%;
    top: 0;
    width: 700px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    z-index: 100;
}

.wrap-popup.column2 {
    width: 400px;
}

.wrap-popup.column1 {
    width: 200px;
}

.mega-menu-category > .nav > li.active .wrap-popup {
    left: 100%;
}

.popup {
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    display: none;
    text-align: left;
    z-index: 3000;
    padding: 15px 20px 15px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .popup {
        padding: 12px;
    }

    .wrap-popup {
        width: 565px;
    }
}

.popup h3 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 4px;
    letter-spacing: normal;
    color: #333;
}

.popup h3 a {
    color: #333;
}

.popup .nav > li > a {
    font-size: 13px;
    color: #404040;
    padding: 5px 0 0px 0px;
    letter-spacing: normal;
    font-weight: normal
}

.popup .nav > li > a:hover, .popup .nav > li > a:focus {
    color: #0083c1;
    background-color: transparent;
}

.box-banner {
    padding-bottom: 10px;
}

.box-banner + .box-banner {
    margin-top: 10px;
}

.box-banner:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.media:first-child {
    /*   margin-top: 15px; */
}

.box-banner h3 {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0;
}

.box-banner .price-sale {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
}

.box-banner .price-sale sub, .box-banner .price-sale sup {
    font-size: 16px;
    font-weight: 700;
}

.box-banner .price-sale sub {
    bottom: 3px;
    left: -22px;
}

.box-banner .price-sale sup {
    top: -17px;
    left: -8px;
}

.box-banner a {
    text-transform: capitalize;
    color: #fff;
    text-decoration: underline;
}

.box-banner {
    position: relative;
}

.box-banner .add-right {
    margin-top: 3px
}

.add-desc {
    position: absolute;
    top: 12%;
    left: 10%
}

.box-banner a:hover {
    color: #0083c1;
}

.has-sep:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -10px;
}

/* Navbar */
.navbar-primary {
    background-color: #0083c1;
    margin: 0;
    border: 0;
}

.navbar-brand {
    margin-top: 0;
    margin-bottom: 0;
}

.navbar-primary .navbar-brand {
    color: #fff;
    font-weight: 700;
}

.navbar-nav > li > a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li.active > a, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    color: #000;
}

.nav-container {
    margin: auto;
}

.features-block {
    /* background: #fff; */
    /* overflow: hidden; */
    margin-top: 0px;
    /* border: 1px #e5e5e5 solid; */
    border-radius: 3px;
}

.features-block a {
    color: #000000;
    font-weight: 500;
    letter-spacing: normal;
    padding-left: 25px;
    margin-right: 25px;
    margin-top: 14px;
    margin-bottom: 12px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    border-left: 1px solid #000;
}

body > header > div.row.mx-0.d-none.d-sm-block.meniussa > div > div > div > div.col-lg-5.our-features-box.hidden-xs.px-2 > div > div > a:nth-child(1) {
    border-left: 0px
}

.features-block span {
    float: right;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 13px;
    width: 197px;
    line-height: normal;
    padding-right: 13px;
    font-weight: normal;
    letter-spacing: normal;
    font-size: 14px;
    color: #ffffff;
    background: #0072bb;
    text-align: center;
}

.dropdown-item {
    display: block !important;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    border-top: 1px solid #eee;
    margin: 0px !important;
}

.dropdown-menu.show {
    top: 14px !important;
    padding: 2px 0px 5px 5px;
}

.mm-toggle-wrap {
    display: none;
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    .mm-toggle-wrap {
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 19px;
    }
}

span.btn-lateral a {
    padding: 0px;
    margin: 0;
    border: none;
    color: #FFFFFF;
}

.mnuya {
    vertical-align: bottom;
}

.separatea {
    background: #ffffff;
    border-top: 0px solid #3DB2B3;
}

.separatea a {
    font-weight: 600 !important;
    color: #000 !important;
}

.meniussa {
    background: #ffffff;
    height: 45px;
    margin-top: 10px;
    box-shadow: 0px 6px 7px -10px #000;
    z-index: 999;
    position: relative;
}

@media (max-width: 767px) {
    .meniussa {
        /* background: #ede643; */ height: 45px;
        margin-top: 5px;
    }
}

.mega-menu-category a img {
    max-width: 23px;
    vertical-align: -6px;
}

@media (max-width: 768px) {
    .undeesrte {
        display: none;
    }
}

/*
     FILE ARCHIVED ON 17:15:49 Dec 28, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:15:49 Aug 28, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.947
  load_resource: 363.791
  PetaboxLoader3.resolve: 52.205
  PetaboxLoader3.datanode: 259.443 (2)
  loaddict: 76.601
*/