@import url('https://fonts.googleapis.com/css?family=Rajdhani:400,600,700&amp;subset=latin-ext');

body {
    overflow-x: hidden;
    background-color: #1c1c1e;
}

body * {
    font-family: "Rajdhani",sans-serif;
}

#main_content {
    background-color: #1c1c1e;
}

.landing-header{
    background: url('/static/img/landing/morele/thrustmaster/header_background.jpg') center top no-repeat;
    background-size: cover;
    margin-bottom: 0;
    height: unset;
    padding: 0;
}

.landing-header .logo-side{
    min-width: 415px;
}

.landing-header .image-container{
    margin: 0 auto;
}
.landing-header .image-container img {
    position: relative;
    top: 48px;
}

.header-content {
    max-width: 1180px;
    min-height: 370px;
}

.header-content_text {
    font-size: 60px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.header-content_text span {
    font-weight: 100;
    font-size: 30px;
}

.header-content .img-side {
    min-width: 350px;
    max-width: 730px;
    width: 100%;
}

.thrustmaster-text-section {
    color: white;
    max-width: 1350px;
    font-weight: 400;
    font-size: 15px;
}

.buttoon-section {
    max-width: 1320px;
}

.buttoon-section button {
    background-color: transparent;
}

.toggle-page-buttons {
    display: flex;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    margin-top: 64px;
    margin-bottom: 64px;
}

.toggle-page-buttons a {
    max-width: 279px;
    width: 100%;
    height: 65px;
    border-radius: 10px;
    border: 2px solid #ffffff;    
    color: white;
    transition: 0.3s ease-in-out all;
    background-color: transparent;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    padding-top: 12px;
    min-width: 210px;
}

.toggle-page-buttons a:hover, .toggle-page-buttons a.section-active {
    background-color: #0169a1;
    text-decoration: none;
}

.toggle-page-buttons a .button-content img {
    margin-left: auto;
    max-height: 36px;
    margin-top: auto;
    margin-right: 11px;
    margin-bottom: auto
}

.toggle-page-buttons a .button-content p {
    margin-right: auto;
    font-size: 23px;
    margin-top: auto;
    margin-bottom: auto;
}

.toggle-page-buttons .gamepad-button a .button-content p {
    font-size: 16px;
}

.section-header {
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 32px;
}

.bestsellers-container {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1024px) {
    .landing-header {
        padding-top: 48px;
    }
}

@media (max-width: 550px) {
    .bestsellers-container .scroll-x-products {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }    

    .bestsellers-container .bestsellers-item {
        margin-top: auto;
    }
}

.bestsellers-container .bestsellers-item {
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    min-width: 396px;
    padding-left: 8px;
    padding-right: 8px;
}

.bestsellers-container .bestsellers-item img {
    margin-left: auto;
    margin-right: auto;
    max-height: 220px;
    margin-bottom: 24px;
}

.bestsellers-container .bestsellers-item .bestsellers-item__header {
    font-size: 29px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Rajdhani";
    text-align: center;
    width: 100%;
    line-height: 36px;
    margin-bottom: 8px;
}

.bestsellers-container .bestsellers-item .bestsellers-item__description {
    text-align: center;
    font-size: 16px;
    color: white;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    min-height: 240px;
}

.eco-section .bestsellers-container .bestsellers-item .bestsellers-item__description {
    min-height:275px;
}

.bestsellers-container .bestsellers-item .bestsellers-item__description .dott {
    color: #0169a1;
}
.js_eco-section .bestsellers-container .bestsellers-item .link-button{
    margin-top: auto;
}

.bestsellers-container .bestsellers-item .link-button {
    max-width: 300px;
    width: 100%;
    height: 55px;
    border-radius: 6px;
    background-color: #0169a1;
    color: white;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    transition: 0.3s ease-in-out all;
}

.bestsellers-container .bestsellers-item .link-button:hover {
    text-decoration: none;
    background-color: #025e90;
}

.bestsellers-container .bestsellers-item .link-button i {
    margin-left: 4px;
    font-size: 16px;
}


.widget-container {
    margin-top: 64px;
}

.swiper-slide {
    max-width: 415px;
    height: auto;
}

.visibility-none {
    overflow: hidden;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
}


@media(max-width: 830px) {
    .landing-header{
        background: url('/static/img/landing/morele/thrustmaster/header_background_mobile.jpg') center top no-repeat;
        min-height: unset;
        max-height: unset;
        background-size: cover !important;
    }
    
    .header-content {
        flex-wrap: wrap;
        text-align: center;
        font-size: 24px;
    }
    .header-content .logo-side, .header-content .img-side {
        min-width: unset;
    }

    .header-content {
        flex-wrap: wrap;
        text-align: center;
        font-size: 24px;
    }


    .toggle-page-buttons button {
        min-width: 260px;
        margin-bottom: 18px;
    }

    .header-content_text {
        font-size: 37px;
        line-height: 42px;
    }

    .header-content_text span {
        font-weight: 100;
        font-size: 18px;
    }

    .swiper-slide {
        max-width: calc(100% - 60px);
    }

    .bestsellers-container .bestsellers-item {
        min-width: unset;
    }

    .bestsellers-container .bestsellers-item .bestsellers-item__description {
        min-height: 290px;
    }
    
    .eco-section .bestsellers-container .bestsellers-item .bestsellers-item__description {
        min-height: 320px;
    }
      
}