@import "mega-menu.css?v=21";

html {
    position: relative;
    box-sizing: border-box;
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin-bottom: 160px;
}

.wrapper {
    box-sizing: border-box;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.main-page-container {
    background-color: #191919;
}

.slider {
    width: 100%;
    position: relative;
}

.slider .slider-text {
    font-size: 4.5rem;
    line-height: 1.1 !important;
}

.slider-text-container {
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 550px;
    position: absolute;
}

.slider img {
    object-fit: cover;
    width: 100%;
    height: 70vh;
}

#header_ {
    /*position: absolute;
    z-index: 10;*/
    width: 100%;
    /*border:1px solid white;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
}

#header_ ul {
    text-decoration: none;
    color: #000;
    width: 100%;
    /*display: flex;
    flex-direction: row;
    justify-content: center;*/
    align-items: center;
}

#header_ ul li {
    margin: 10px 0px;
    font-size: 0.875rem
}

#header_ .logo {
    width: 215px;
}

#header_ .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.navbar-search-input {
    border-radius: 60px;
    padding-right: 45px;
    color: #969696;
    font-size: 14px;
}

.navbar-search-button {
    width: 40px;
    height: 40px;
    background-color: #ff0027;
    border-radius: 100%;
    margin-left: -45px;
}


.container {
    width: 92%;
}

.user-avatar_custom {
    background-color: #fff3cd;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3182d5;
    font-size: 23px;
    font-weight: bold;
}

.slider-paginator {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 35px;
    font-weight: 200;
}

.slider-paginator .prev {
    fill: #fff;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 20px;
    cursor: pointer;
}

.slider-paginator .next {
    fill: #fff;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 20px;
    cursor: pointer;
}


.js body.no-scroll {
    overflow: hidden;
}

main {
    border-top: 4em solid #394971;
    min-height: 20em;
    padding: 0 1em;
}

.select-langs {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 4px;
    color: #000;
    margin-left: 10px;
}

.lang-link{
    text-decoration: none;
    color: #000;
    display: block;
}

.menu-button {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0.5em;
    right: 0.66667em;
    color: #333;
    font-size: 1.5em;
    line-height: 1.5;
    width: 1.5em;
    text-align: center;
    border-radius: 50%;
}

.menu-button:hover, .menu-button:focus {
    background: rgba(0, 0, 0, 0.1);
}

.swipe-nav {
    position: fixed;
    z-index: 2;
    top: -2em;
    right: 0;
    bottom: -2em;
    left: 0;
    visibility: hidden;
    transition: visibility 0.2s ease;
}

.swipe-nav__overlay {
    cursor: default;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 0.2s ease;
    transform: translateZ(0);
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    will-change: opacity;
}

.swipe-nav__panel {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 14em;
    margin: 2em 0;
    transition: 0.2s ease-out;
    transition-property: transform;
    transform: translate3d(100%, 0, 0);
    background-color: #394971;
    will-change: transform;
}

.swipe-nav__scroller {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.js .swipe-nav__panel:after {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    visibility: visible;
    width: 1em;
    content: "";
}

.swipe-nav__inner {
    position: relative;
    min-height: 100%;
    padding-bottom: 1em;
    border-top: 4em solid #394971;
}

.swipe-nav__inner .menu-button {
    top: -2.125em;
}

.swipe-nav--open,
.no-js .swipe-nav:target {
    visibility: visible;
}

.swipe-nav--open .swipe-nav__overlay,
.no-js .swipe-nav:target .swipe-nav__overlay {
    opacity: 1;
}

.swipe-nav--open .swipe-nav__panel,
.no-js .swipe-nav:target .swipe-nav__panel {
    transform: translate3d(0, 0, 0);
}


.review-container {
    min-height: 265px;
    border: 2px solid #b3b3b3;
    padding: 30px 50px 100px 50px
}


.footer {
    flex-grow: 0;
    flex-shrink: 0;
    width: 100%;
    background-color: #000;
    padding: 30px 0;
}

.footer-copyright {
    color: #fff;
    text-align: center;
    margin: 15px auto;
}

.slide-video-container {
    position: relative;
}

.slide-video-container .slide-front {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* center / cover no-repeat url("../images/video-front.png") */
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    display: flex;
}

.slide-video {
    height: calc(100vh - 100px);
    width: 100%;
    object-fit: cover;
}

.social-media-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-media-icon {
    display: flex;
    border-radius: 50%;
    background-color: #3b3739;
    font-size: 13px;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: 0 4px
}

.social-media-icon:hover {
    border: 1px solid #6c6c6c;
}

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

    #header .logo {
        width: 155px;
    }

    .menu-button {
        display: inline-block;
        right: 1.5em;
    }

    .select-langs {
        align-items: center;
        font-size: 9px;
        width: 16px;
        height: 16px;
        background-color: #fff;
        color: #000;
        border-radius: 50%;
    }

    .slide {
        font-size: 12px !important;
    }

    .slider img {
        object-fit: cover;
        width: 100%;
        height: 45vh;
    }

    .slider .slider-text {
        font-size: 2.3rem;
        line-height: 0.9 !important;
    }

    .slider-text-container {
        left: 60px;
        top: 50%;
        transform: translateY(-50%);
        max-width: 300px;
        position: absolute;
    }

    .slider-paginator {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        font-size: 25px;
        font-weight: 200;
    }

    .slider-paginator .prev {
        position: absolute;
        left: 10px;
        cursor: pointer;
    }

    .slider-paginator .next {
        position: absolute;
        right: 10px;
        cursor: pointer;
    }

    .review-container {
        min-height: auto;
        border: 2px solid #b3b3b3;
        padding: 20px 25px 70px 25px
    }

}


.poppins-thin {
    font-family: "Poppins", system-ui;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", system-ui;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", system-ui;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", system-ui;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", system-ui;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", system-ui;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", system-ui;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", system-ui;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", system-ui;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", system-ui;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", system-ui;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", system-ui;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", system-ui;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", system-ui;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", system-ui;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", system-ui;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", system-ui;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", system-ui;
    font-weight: 900;
    font-style: italic;
}

.effect-div {
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
    position: relative;
    overflow: hidden;
}

.effect-div:hover {
    transform: scale(1.05);
    opacity: 1;
}

.spare-parts-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.spare-parts-container {
    width: 85%;
    padding: 10px;
    margin: 5px 0;
    display: flex;
    flex-direction: column;
}

.spare-parts-container a {
    text-decoration: none;
    text-underline: none;
}

.spare-parts-container:hover img {
    transform: scale(1.45);
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.spare-parts-container:hover .spare-parts-name h3 {
    color: #222222;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.spare-parts-image {
    border: 1px solid #626262;
    border-radius: 5px;
    overflow: hidden;
}

.spare-parts-image img {
    object-fit: cover;
}

.spare-parts-shadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.spare-parts-name {
    margin: 7px 0;
    display: block;
}

.spare-parts-name h3 {
    color: #606060;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.media-content-container {
    display: flex;
    align-items: center;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.media-content-animation {
    position: absolute;
    left: 0;
}

.all-spare-parts-button {
    display: block;
    color: #555555;
    text-decoration: none;
}

.all-spare-parts-button:hover {
    color: #2d2d2d;
}

.media-content-card {
    border: 1px solid #666666;
    border-radius: 10px;
    width: 75%;
    height: 350px;
    background-color: #000;
    position: relative;
    z-index: 3;
}

.media-content-card:hover{
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.1),
    0 0 10px rgba(255, 255, 255, 0.3),
    0 0 15px rgba(255, 255, 255, 0.2),
    0 0 20px rgba(255, 255, 255, 0.1);
}

.home-about-us-container {
    background-color: #191919;
    width: 100%;
    min-height: 300px;
    position: relative;
}

.home-about-us-bottom-icon {
    width: 140px;
    position: absolute;
    transform: translateX(-50%);
    margin-left: 50%;
    top: -70px;
    z-index: 99;
}

.home-about-us-content {
    width: 85%;
    margin: 100px auto 30px auto;
    text-align: center;
    padding: 15px;
    color: #c5c5c5;
    line-height: 30px;
}

.home-about-us-container .social-media-icon {
    margin: 0 10px;
}

ul.footer-company-info, ul.footer-link {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff!important;
}

ul.footer-company-info li, ul.footer-link li {
    padding: 10px 0;
    color: #fff!important;
    font-weight: normal !important;
}

.footer-company-info a, .footer-link a {
    color: #fff !important;
    font-weight: normal;
    text-decoration: none;
    padding: 10px 0;
    line-height: 30px;
}

h5.footer-card-title {
    font-size: 18px;
    color: #fff;
}

.footer-list-icon {
    width: 26px;
    text-align: center;
    margin-right: 2px;
}


.scroll-down {
    position: absolute;
    z-index: 99;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}

.scroll-down .arrow {
    display: block;
    width: 20px;
    height: 20px;
    border-left: 4px solid #9b9b9b;
    border-bottom: 4px solid #9b9b9b;
    transform: rotate(-45deg);
    margin: 10px auto;
    animation: scroll 2s infinite;
}

.scroll-down .arrow:nth-child(2) {
    animation-delay: 0.5s;
}

@keyframes scroll {
    0% {
        opacity: 0;
        transform: translateY(-20px) rotate(-45deg);
    }
    50% {
        opacity: 1;
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        opacity: 0;
        transform: translateY(20px) rotate(-45deg);
    }
}


#backToTop {
    position: fixed;
    bottom: 100px;
    right: 20px;
    display: none;
    background-color: #333;
    color: white;
    height: 45px;
    width: 45px;
    cursor: pointer;
    font-size: 18px;
    z-index: 101;
    transition: opacity 0.3s ease;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #fff;
}

#backToTop:hover {
    background-color: #555;
}

#backToTop span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#whatsappIcon {
    position: fixed;
    height: 45px;
    width: 45px;
    border-radius: 45px;
    right: 20px;
    bottom: 30px;
    z-index: 101;
}

.footer-list-item, .footer-list-link-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
}

.footer-list-link-item:hover {
   background-color: rgba(49, 49, 49, 0.33);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer-list-link-item a{
    display: block;
    width: 100%;
    padding: 5px 10px !important;
}

.footer-list-item:first-child {
    padding: 10px 0 20px 0 !important;
}

.footer-list-item:last-child {
    border-bottom: none;
    padding-bottom: 0 !important;
}

.footer-company-info-container {
    background-color: #131313;
    border-radius: 10px;
    padding: 15px;
    color: #fff !important;
    font-weight: normal !important;
}

.media-content-title {
    position: absolute;
    width: 200px;
    bottom: 0;
    font-size: 25px;
    color: #fff;
    padding: 30px;
    font-weight: bold;
}

.media-content-title h4{
    font-size: 22px !important;
}

.category-card-title {
    position: absolute;
    width: 200px;
    bottom: 0;
    font-size: 25px;
    color: #fff;
    padding: 30px
}

.category-page-image {
    width: 100%;
    height: 250px;
}

.category-page-title {
    padding: 10px 0;
    color: #555555 !important;
    font-size: 20px !important;
    font-weight: normal;
}

.category-page-title h1 {
    font-size: 2.5rem !important;
    font-weight: normal;
}

.category-product-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    margin: 20px 10px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 3px;
}

.category-product-card a {
    text-decoration: none;
}

.category-product-card a:hover .category-product-image img {
    transform: scale(1.15);
    transition: transform 0.8s ease;
}

.category-product-name {
    width: 100%;
    text-align: left;
    margin-top: 10px;
    font-size: 1.3rem;
    color: #555555;
    padding: 10px;
}

.category-product-image {
    width: 90%;
    object-fit: cover;
    padding: 10px;
    margin: 0 auto;
}

.category-product-image img {
    width: 100%;
    object-fit: cover;
}

.product-page-title {
    margin-top: 10px;
}

.product-page-title h1 {
    color: #555555;
    font-size: 2.5rem !important;
    font-weight: normal;
}

.product-image-preview {
    cursor: zoom-in;
    margin: 0 auto;
}

.product-page-thumb-container{
    border: 1px solid #d1d1d1;
    padding: 10px;
    cursor: pointer;
}

.product-page-thumbs {
    margin-bottom: 10px;
    width: 100%;
    height: 120px
}

.zoom-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
    height: 95%;
    background: #fff;
    z-index: 9999;
    border: 4px solid #f1f1f1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: zoom-out;
}

.zoom-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.zoom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9998;
    cursor: zoom-out;
}

.zoom-lens {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    width: 250px;
    height: 250px;
    border: 3px solid #fff;
    background-repeat: no-repeat;
    background-size: 300%;
    background-color: #fff;
    display: none;
    z-index: 1001;
}

.footer-link-container{
    width: 95%;
}

.catalog_page_title{
    color: #ffffff;
    width: 100%;
    text-align: center;
}

.catalog_page_container{
    background-color: #191919;
}

.catalog_page_content{
    margin: 30px 0px;
}

.contact_page_container{
    background-color: #191919;
}

.contact_page_title{
    color: #ffffff;
    width: 100%;
    text-align: center;
    margin: 30px 0 50px 0;
}

.page_container{
    background-color: #191919;
    color: #ffffff!important;
    padding: 30px 0;
}

.logo-mobile{
    display: none;
}


.mobile-social-media-container{
    display: none;
}

.mobile-lang{
    display: none !important;
}

.contact-separator-line{
    width: 100%;
    background-color: #797979;
    height: 1px;
    margin: 10px 0;
}

.contact-list-item{
    display: flex;
    justify-content: start;
    align-items: center;
    color: #797979;
    margin: 10px 0;
    list-style: none;
    text-decoration: none;
    font-size: 14px;
}

.contact-list-icon{
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-col{
    padding: 15px 10px;
    border-radius: 10px;
    background-color: #1f1f1f
}


.close {
    float: right;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: 0.75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

a.close.disabled {
    pointer-events: none;
}

.product-detail-page-description{
    background-color: #ffffff;
}


.product-detail-page-description tr{
    text-align: left;
    height: 40px;
}

.product-detail-page-description tr td{
    padding: 5px 10px;
}

.product-detail-page-description tr:nth-child(even){
    background-color: #f1f1f1;
}

@media only screen and (max-width: 480px) {
    .media-content-container {
        height: auto !important;
        padding: 20px 0;
    }

    .media-content-item {
        margin-bottom: 15px;
    }

    .home-about-us-content {
        width: 100% !important;
        line-height: 30px;
        font-size: 12px;
        margin: 70px auto 30px auto;
        padding: 0px;
    }

    .logo-mobile {
        display: flex;
    }

    .logo {
        display: none;
    }

    .social-media-container {
        display: none !important;
    }

    .lang-select {
        display: none !important;
    }

    .menu-btn {
        margin-right: 0px !important;
    }

    .navbar .container {
        width: 100% !important;
    }

    .mobile-social-media-container {
        display: flex;
        justify-content: space-between;
        width: 60% !important;
        margin: 30px auto;
    }

    .mobile-lang {
        display: flex !important;
        width: 100%;
    }

    .mobile-lang .select-langs {
        width: auto !important;
        padding: 20px;
        font-size: 15px;
        border-radius: 10px;
    }

    .mobile-menu-separator-line {
        width: 90% !important;
        background-color: #222222;;
        height: 1px;
        margin: 40px auto;
    }

    .category-page-image {
        height: 125px !important;
    }

    .category-product-card {
        margin: 20px 0px !important;
    }

    .social-media-icon {
        width: 32px !important;
        height: 32px !important;
    }

    .contact-list-item{
        font-size: 12px;
    }

}
