@import url('/css/select2.min.css');

@media screen and (max-width: 1440px) {
    .desktop-header-top .desktop-header-top-content .grid-x .right-icons, .desktop-header-top .desktop-header-top-content .grid-x .left-logo {
        width: 300px;
        text-align: center;
    }
}

.desktop-header-top .desktop-header-top-content .grid-x .right-icons, .desktop-header-top .desktop-header-top-content .grid-x .left-logo {
    width: 300px;
    text-align: center;
}

.desktop-header-top .desktop-header-top-content .grid-x .left-logo img {
    max-width: 130px;
    margin: 10px;
    transition: all 400ms;
    max-height: 50px;
}

.desktop-header-top.sticky .desktop-header-logo > div > a img, .desktop-header-top.sticky .desktop-header-logo h1 > a img {
    max-height: 60px !important;
}

.desktop-header-mini-menu {
    text-align: center;
}

.layout-footer .footer-content {
    padding-top: 0;
}

.layout-footer .footer-content .right {
    display: flex;
    align-items: center;
}

.footer-info-inner {
    text-align: center;
}

.box-title .icon {
    width: 40px;
    margin-top: -40px;
}

.right-icons {
    display: flex;
    flex-direction: column !important;
    align-items: flex-end !important;
}

.user-area {
    margin-top: -28px;
    padding-bottom: 8px;
}

.user-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.woop {
    animation: woop 1000ms;
}

button {
    cursor: pointer;
}

@keyframes woop {
    0% {
        scale: 1;
    }

    10% {
        scale: 1.6;
    }
    100% {
        scale: 1;
    }
}

.display-none {
    display: none;
}

.template-cart .cart .cart-tfoot .cart-tfoot-content .cart-tfoot-note {
    max-width: 100%;
}

.template-cart .cart .cart-footer {
    padding-top: 0;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 5px;
    border: 1px solid #cacaca;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    box-shadow: inset 0 1px 2px #0a0a0a1a;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select2-container--open .select2-dropdown--below {
    margin-top: -16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
}

.has-error .help-block {
    color: red;
    margin-top: -15px;
    margin-bottom: 5px;
}


.has-error textarea {
    margin-bottom: 15px !important;
}

.product-item-caption .product-item-title {
    font-size: 16px;
}

.search-box-desktop-form {
    margin-bottom: 20px;
}

.search-box-desktop-form .input-group {
    width: 100%;
    border-radius: 10px;
}

.search-box-desktop-form .input-group-field {
    border-radius: 10px;
}

.search-box-desktop-form .input-group-button {
    border-radius: 0 7px 7px 0;
}

.language-select {
    height: 32px;
    overflow: hidden;
    transition: all 300ms;
    border-radius: 5px;
    width: 30px;
    margin-left: 5px;
    border: 0px solid #8988;
    display: flex;
    margin-top: -3px;
}

.language-select:hover {
    width: 60px;
    margin-left: -25px;
    height: 30px;
    border: 1px solid #8988;
}

a.language-item {
    display: block !important;
    width: 30px;
    text-align: center;
    padding: 5px;
    transition: all 300ms;
}

a.language-item:hover {
    background: #f0f0f0;
    color: var(--color_primary);
}

.profile-wrap {
    right: 5px;
    top: 5px;
    height: 32px;
    overflow: hidden;
    z-index: 4;
    border-radius: 5px;
}

.profile-wrap:hover ul {
    height: 160px;
    border: 1px solid #eee;
    background: #fff;
}

.profile-wrap .compamy-name {
    text-align: right;
    font-weight: bold;
    padding: 10px;
    display: block;
}

.profile-wrap ul {
    transition: all 300ms;
    padding: 0;
    margin: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 140px;
    z-index: 4;
    margin-top: -5px;
    border-radius: 10px;
}

.profile-wrap ul li {
    list-style: none;
    text-align: left;
}

.profile-wrap ul li a {
    display: block;
    padding: 10px;
    transition: all 300ms;
    border-bottom: 1px solid #eee;
    white-space: nowrap;
    color: var(--color_primary);
}

.profile-wrap ul li a .sli {
    font-size: 12px;
    margin-right: 5px;
}

.profile-wrap ul li:hover a {
    background: #eee;
    padding-left: 15px;
}

#login-link .sli {
    font-size: 12px;
}

.desktop-header-top .desktop-header-top-content .grid-x .right-icons {
    width: auto;
}

.desktop-header-mini-menu {
    text-align: left;
}

@media screen and (min-width: 1441px) {
    .homepage-layout-group .homepage-maincontent {
        padding-left: 0;
    }
}

.footer-about-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.layout-footer .footer-top {
    padding: 10px 0;
}

.footer-top .grid-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
}

.footer-top .grid-container .logo {
    margin-bottom: 12px;
}

.footer-top .grid-container .logo img {
    max-width: 100px;
}

.footer-top .grid-container .short-menu {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.footer-top .grid-container .short-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.footer-top .grid-container .short-menu ul li {
    padding: 0;
    margin-right: 10px;
}

.footer-top .grid-container .right a .material-icons {
    margin-right: 12px;
}

.footer-top .grid-container .right a {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    margin-bottom: 4px;
}

.footer-social {
    margin-right: 20px;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body > main {
    flex-grow: 1;
}

.tablet-header-menu {
    position: relative;
    z-index: 1;
}

.product-quantity .input-group {
    width: 6.25rem;
    position: relative;
    margin: 0;
    padding: 0;
}

.product-quantity .input-group-label.bot {
    top: 0;
    left: 0;
    height: 100%;
}

.product-quantity .input-group-label.top {
    top: 0;
    right: 0;
    height: 100%;
}

.product-quantity .input-group-label em {
    font-size: .75rem;
    color: #000;
    font-weight: 700;
}

.product-quantity .input-group-field {
    background: #fff;
    height: 36px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #dddddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 10px;
    padding: 20px 0 !important;
}

.product-quantity .input-group-label {
    background: transparent;
    border: 0;
    padding: 0.3125rem 0.8125rem;
    position: absolute;
    color: #777;
}

.product-item-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-item-buttons > * {
    margin: 0 5px;
}

.product-item-button-cart {
    border-radius: 10px;
}

:root {
    --color_primary: #12434D !important;
    --color_header_desktop_color: #fff !important;
    --color_top_nav_desktop_bg: transparent !important;
    --color_top_nav_desktop_color: #fff !important;
    --color_footer_desktop_bg: #12434D !important;
    --color_footer_desktop_social_bg: #fff !important;
    --color_footer_desktop_social_color: #12434D !important;

}

.desktop-header-top, .layout-header {
    background-color: var(--color_primary) !important;
}

.header-menu .menu.horizontal {
    border: none;
}

.footer-social .social-media-link svg {
    color: #fff !important;
}

.wholesale {
    margin: 10px 0;
    display: flex;
    align-items: center;
    color: var(--color_primary);
    padding-left: 330px;
}

@media screen and (max-width: 1000px) {
    .wholesale {
        padding-left: 0;
        justify-content: center;
    }
}

.wholesale .material-icons {
    margin-right: 6px;
}

a .icon {
    text-align: center;
}

li.expected {
    background: var(--color_top_nav_desktop_color_hover);
    color: #fff;
}

li.expected a {
    color: #fff;
}

#header-categorie-desktop-expected {
    margin-bottom: 20px;
}

.index-left-sidebar ul.dropdown-pane {
    border-radius: 10px;
    overflow: hidden;
}

.template-cart .button {
    color: #FFF;
}

.layout-404 .grid-container {
    min-height: 0;
}

.product-item {
    display: flex;
    flex-direction: column;
}

.product-item .product-item-thumb {
    flex-grow: 1;
}

.product-item .product-item-thumb a {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.product-item-thumb .article {
    position: absolute;
    z-index: 2;
    display: block;
    padding: 2px 5px;
    font-weight: bold;
    background: rgb(255 255 255 / 80%);
    border-radius: 5px;
    margin: 3px;
    z-index: 4;
}

.cart-product-remove svg {
    cursor: pointer;
}

.search-box-desktop-form {
    display: flex;
}

.btn-filter {
    background: var(--color_primary);
    color: #fff;
    margin-left: 20px;
    padding: 0 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.sort-dropdown-wrap {
    position: relative;
    margin-left: 10px;
}

.btn-sort {
    background: transparent;
    color: var(--color_primary);
    height: 100%;
    padding: 0 8px;
    border-radius: 10px;
    border: 2px solid var(--color_primary);
    display: flex;
    align-items: center;
    transition: background 0.15s, color 0.15s;
    cursor: pointer;
}

.btn-sort.active {
    background: var(--color_primary);
    color: #fff;
}

.sort-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    min-width: 160px;
    z-index: 200;
    overflow: hidden;
}

.sort-dropdown.open {
    display: block;
}

.sort-option {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    padding: 10px 14px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    text-align: left;
    transition: background 0.1s;
}

.sort-option:hover {
    background: #f5f5f5;
}

.sort-option.active {
    color: var(--color_primary);
    font-weight: 600;
}

#filter {
    display: none;
}

#filter .container {
    display: flex;
    background: #fff;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 13px #00000026;
    height: 400px;
}


main {
    padding-top: 70px !important;
}

#filter ul.categories {
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 40%;
    height: 100%;
    overflow: auto;
}

#filter ul.categories label {
    display: block;
}

#filter ul.categories label:hover {
    background: #efefef;
}

#filter #articles {
    resize: none;
    margin: 0 0 0 20px;
    border-radius: 5px;
}


.checkbox {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 16px;
    line-height: 1.5;
}

.header-menu .header-menu-root > a {
    font-size: 16px;
}

/* Input */
.checkbox > input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -10px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 47px;
    height: 47px;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    box-shadow: none;
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}

/* Span */
.checkbox > span {
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
}

/* Box */
.checkbox > span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 11px 3px 0px;
    border: solid 2px; /* Safari */
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    border-radius: 2px;
    width: 25px;
    height: 25px;
    vertical-align: top;
    transition: border-color 0.2s, background-color 0.2s;
}

/* Checkmark */
.checkbox > span::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 12px;
    height: 7px;
    border: solid 2px transparent;
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg);
}

/* Checked, Indeterminate */
.checkbox > input:checked,
.checkbox > input:indeterminate {
    background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.checkbox > input:checked + span::before,
.checkbox > input:indeterminate + span::before {
    border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.checkbox > input:checked + span::after,
.checkbox > input:indeterminate + span::after {
    border-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
}

.checkbox > input:indeterminate + span::after {
    border-left: none;
    transform: translate(4px, 3px);
}

/* Hover, Focus */
.checkbox:hover > input {
    opacity: 0.04;
}

.checkbox > input:focus {
    opacity: 0.12;
}

.checkbox:hover > input:focus {
    opacity: 0.16;
}

/* Active */
.checkbox > input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}

.checkbox > input:active + span::before {
    border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.checkbox > input:checked:active + span::before {
    border-color: transparent;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
}

/* Disabled */
.checkbox > input:disabled {
    opacity: 0;
}

.checkbox > input:disabled + span {
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    cursor: initial;
}

.checkbox > input:disabled + span::before {
    border-color: currentColor;
}

.checkbox > input:checked:disabled + span::before,
.checkbox > input:indeterminate:disabled + span::before {
    border-color: transparent;
    background-color: currentColor;
}

.product-item-button-quick-view a {
    display: block;
    width: 35px;
    height: 35px;
}

.product-view-buttons {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.product-view-buttons .input-group {
    margin-bottom: 0 !important;
}

.product-view-buttons .product-quantity {
    margin-top: 0 !important;
}

.quantity-limit {
    position: absolute;
    background: rgb(0 0 0 / 70%);
    color: #FFF;
    padding: 10px 15px;
    border-radius: 5px;
    white-space: nowrap;
    transform: translateX(-50%);
    margin-left: 50%;
    margin-top: -45px;
    animation: quantityLimit .3s ease-out;
}

@keyframes quantityLimit {
    0% {
        transform: translateX(-50%) scale(0.8);
        opacity: 0;
        margin-top: -20px;
    }

    40% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }

    100% {

        margin-top: -45px;
    }
}

.close-categories {
    display: none;
}

.homepage-layout-group .leftcontent-item.desktop-header-categorie .dropdown-pane > li > a {
    font-size: 14px;
}

.cart-product-quantity .quantity-limit {
    margin-left: 45px;
}

.mini-cart-info .input-group {
    max-width: 6rem;
}

.template-cart .cart-product-quantity .input-group {
    width: 110px;
}

.index-left-sidebar {
    width: 300px;
    position: fixed;
    height: calc(100vh - 130px);
    overflow: auto;
}

.index-left-sidebar::-webkit-scrollbar {
    width: 4px;
    background-color: rgba(0, 0, 0, 0.1);
}

.index-left-sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    background-color: #F5F5F5;
}

.index-left-sidebar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    /*border: 2px solid #555555;*/
}


.mobile-orders, .wishlist-mobile{
    display: none;
}


@media screen and (max-width: 1000px) {
    .index-left-sidebar {
        width: 250px;
    }
}

@media screen and (max-width: 800px) {

    main {
        padding-top: 0 !important;
    }

    .newslist {
        display: none;
    }

    .contacts-content .map {
        padding-left: 0 !important;
    }

    .layout-header .header {
        background: var(--color_primary);
        color: var(--color_header_desktop_color);
    }

    .layout-header .header a {
        color: var(--color_header_desktop_color);
    }

    .header-wrap img {
        max-width: 60px;
        margin: 10px;
    }

    .header .sli {
        font-size: 20px !important;
        margin-right: 10px;
    }

    .header .sli .header-counter-pill {
        background: var(--color_top_nav_desktop_color_hover) !important;
        top: -5px !important;
        right: 0px !important;
    }

    .product-item-button-cart {
        height: 40px;
    }

    #filter .container {
        height: 500px;
        flex-wrap: wrap;
    }

    #filter .container .categories {
        width: 100%;
        max-height: 250px;
    }

    #filter .container #articles {
        margin: 10px 0 0 0;
        max-height: 210px;
    }

    #login-link {
        display: flex;
        white-space: nowrap;
        justify-content: center;
    }

    .layout-header .header-content, .header .header-content {
        max-width: none;
        min-width: unset;
        width: auto;
        flex-grow: 1;
    }

    .layout-header .header .language-select a.language-item:hover {
        color: var(--color_primary);
    }

    .language-select {
        margin-top: 0;
    }

    .header .cell-custom-header {
        width: auto;
    }

    .layout-footer {
        display: none;
    }

    .product-view-buttons {
        justify-content: center;
    }

    .index-left-sidebar {
        position: fixed;
        height: auto;
        width: 100%;
        top: 0px;
        bottom: 55px;
        z-index: 1010;
        left: 0;
        display: none;
        transform: translateY(100%) scale(0.8);
        animation: categoriesHide .3s ease-out;
        animation-fill-mode: forwards;
        background: rgb(255 255 255 / 50%);
        padding: 5px;
    }

    .site-categories {
        background: #FFF;
        border-radius: 10px 10px 0 0;
        margin: 5px;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .7);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .7);
        padding: 20px;
        overflow: auto !important;
        display: block;
        height: calc(100% - 55px);
        width: 100% !important;
    }

    .close-categories {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        font-family: 'Oswald';
        text-transform: uppercase;
    }

    .index-left-sidebar.showed {
        animation: showCategories .3s ease-out;
        opacity: 1;
        transform: translateY(0%) scale(1);
        animation-fill-mode: forwards;
    }

    .template-cart .cart-product-subtotal {
        display: block;
    }

    .product-grid .product-item-caption .product-item-title {
        min-height: 38px;
    }

    .product-grid .product-item-button-cart {
        margin-top: 10px;
    }

    .product-grid .product-item-buttons {
        flex-direction: column;
    }

    .mobile-orders {
        display: flex;
        align-items: center;
        background: var(--color_primary);
        color: #FFF;
        padding: 10px 15px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .product-item .group-button-wishlist{
        display: block;
        right: 5px!important;
        position: absolute!important;
        top: 5px!important;
        z-index: 4;
        padding: 15px;
        margin: 0!important;
        background: #FFF!important;
    }

    .product-item .group-button-wishlist.is-added{
        background: var(--color_primary) !important;
    }

    .product-item .group-button-wishlist.is-added em{
        color: #fff !important;
    }
}

@keyframes showCategories {
    from {
        opacity: 0;
        transform: translateY(100%) scale(0.8);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@keyframes categoriesHide {
    from {
        display: block;
        opacity: 1;
        transform: translateY(0%);
    }
    to {
        opacity: 0;
        display: none;
        transform: translateY(100%) scale(0.8);
    }
}

@media screen and (max-width: 550px) {
    .header .sli {
        font-size: 20px !important;
        margin-right: 10px;
    }


}

@media screen and (max-width: 1260px) {
    .right-icons {
        width: auto !important;
    }

    .desktop-header-logo {
        text-align: left;
    }

    .desktop-header-logo img {
        max-width: 80px !important;
    }

    .homepage-layout-group .leftcontent-item.desktop-header-categorie .dropdown-pane > li > a {
        font-size: 12px;
    }
}

@media screen and (min-width: 801px) and (max-width: 1260px) {
    .desktop-header-top .top-row {
        padding-top: inherit;
        padding-bottom: inherit;
    }

    .tablet-header-menu .header-menu {
        width: inherit;;
    }

    .middle-menu {
        display: inherit;;
    }

    .desktop-header-top .desktop-header-top-content .grid-x .left-logo {
        width: 80px !important;
    }
}

.header-menu .header-menu-root {
    padding: 0 15px !important;
}

.desktop-header-top {
    height: 70px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

.cf-turnstile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.template-cart .cart-thead .cart-product-info > div {
    font-size: 12px;
    line-height: 12px;
}

.template-cart .cart-product-image {
    width: 80px;
}

.template-cart .cart-product-price, .template-cart .cart-product-subtotal {
    font-size: 14px;
}

.cart-table .cart-product-subtotal {
    width: 130px;
    text-align: center;
    justify-content: flex-end;
}

.cart-table .item-order {
    padding: 10px;
    background: #fbfbfb;
    border-radius: 10px;
    margin-bottom: 40px;
}

.cart-table .order-total {
    background: #f7f6f2;
    display: block;
    position: relative;
    width: fit-content;
    padding: 10px;
    font-weight: bold;
    border-radius: 9px;
    margin-top: 10px;
}

.template-cart .cart-tbody {
    margin-bottom: 0;
}

.CheckboxCaptcha {
    border-radius: 0 !important;
}

.CheckboxCaptcha:after {
    border-radius: 0 !important;
}

.box-divider .box-title {
    font-size: 26px;
}

.article-list .article-item > div {
    width: 130px;
}

.article-item-info {
    padding-top: 0;
}

.article-item .article-item-caption {
    height: 115px;
    overflow: hidden;
}

.pagination .active a {
    background: var(--color_top_nav_desktop_color_hover);
    color: #fff !important;
}

.product-item .product-item-image {
    display: block;
    max-width: 100%;
    width: auto;
    z-index: 2;
    max-height: 350px;
}

.homepage-layout-group .leftcontent-item.desktop-header-categorie .dropdown-pane > li > a span.text {
    padding-left: 20px;
}

.homepage-layout-group .leftcontent-item.desktop-header-categorie .dropdown-pane>li>a{
    padding: 10px!important;
}

.homepage-layout-group{
    align-items: stretch!important;
}

.layout-footer{
    z-index: 2;
}