
@media (min-width:991px) and (max-width:1200px) {
.carousel {
    left: 0;
}
}
@media (min-width:768px) {
.carousel {
    margin-bottom: 1.5rem;
    position: absolute;
    top: 50px;
    width: 100vw;
}
#index #featured-category-products-block-center {
    margin-top: calc(100vw / (1200px / 570px) - 50px);
}
}

@media (min-width:1200px) {
.carousel {
    width: calc(100% - 100px);
    
}
#_desktop_logo {
    margin-left: 80px;
    width: 150px;
}
}
@media (max-width:1200px) {
    .container{
        width:100vw !important;
    }
}
.carousel-inner {
    margin-bottom: 0 !important;
}

#_desktop_logo {
    width: 150px;
}

#header, #header .header-top {
    background-color: transparent;
}

.carousel .carousel-inner {
    max-height: 800px;
}

#header .header-top .position-static {
    position: static;
    text-align: right;
}



.js-product {
    width:20% !important;
    padding:0 10px !important;
}
.col-xl-25 {
    width:20% !important;
    padding: 0 10px !important;
}
#header .header-nav .right-nav {
    padding-right: 0;
}
.highlighted-informations {
    display: none;
}
.product-miniature .thumbnail-container:hover .product-description::after, .product-miniature .thumbnail-container:focus .product-description::after {
    display: none;
}
.product-miniature .thumbnail-container:hover img {
        filter: brightness(0.9);
    border-radius: 5px;
    transition: 0.3s;
}

#header .top-menu .sub-menu {
    width: auto;
    min-width: auto;
    left: 0px;
    top: 40px !important;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    filter: drop-shadow(0px 0px 5px #333);
}
#header .header-top .menu > ul > li {
    position: relative;
}

.section1, .section2 {
    display: flex;
    align-items: center;
}
.home_info h2 {
    font-size: 32px;
    margin-bottom: 25px;
    padding:0 100px
}
.home_info p {
    font-size: 28px;
    line-height: 32px;
    padding:0 100px
}
.home_info img {
    width: 100%;
}
.section2 {
    margin-top:30px;
}

.block-contact #contact-infos {
    line-height: 24px;
}
#description .product-description, #description .product-description p {
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.current-category {
    font-weight: 700;
    color: #888 !important;
}
#checkout #header .header-top .position-static {
    margin-right: 100px;
}
.ui-widget {
    font-family: "Montserrat", sans-serif !important;
}
.product-accessories {
    padding:0 1.5rem;
}
@media (max-width:1200px){
.js-product {
    width:25% !important;
    padding:0 10px !important;
}
    .home_info h2 {
    font-size: 25px;
    margin-bottom: 25px;
    padding:0
}

.home_info p {
    font-size: 23px;
    line-height: 25px;
    padding:0
}
}
@media (max-width:900px){
.js-product {
    width:33.3333% !important;
    padding:0 10px !important;
}
}

@media (max-width:768px) {
    #footer_sub_menu_1,#footer_sub_menu_2,#footer_sub_menu_3,#footer_sub_menu_4,#footer_sub_menu_5, .account-list {
        margin-bottom:15px;
    }
    #search_widget {
        width: 100%;
        max-width: none;
    }
}

@media (max-width:600px){
.js-product {
    width:50% !important;
    padding:0 10px !important;
}
.carousel .carousel-item .caption h1 {
    font-size: 24px;
}
.carousel .carousel-item .caption .caption-description p {
    font-size: 16px;
    font-weight: 600;
}
.carousel .carousel-item .caption {
    transform: translateX(-50%) translateY(50%);
    bottom:50%;
}
}
@media (max-width:600px){ 
.js-product {
    width:100% !important;
    padding:0 10px !important;
}
.carousel .carousel-item .caption h1 {
    font-size: 16px;
}
.carousel .carousel-item .caption .caption-description p {
    font-size: 14px;
    font-weight: 600;
}
}

@media only screen and (min-width: 992px) {
    #search_widget {
        min-width: 16.5rem;
        margin-left: 15px;
    }
}
@media (max-width:900px){
    .home_info div {
        width:100%;
        flex-direction: column;
    }
    .home_info .section1 {
        flex-direction: column;
    }
    .home_info .section2 {
        flex-direction: column-reverse;
    }
    .home_info h2 {
        margin-top:30px;
    }
    .home_info p {
        margin-bottom: 30px;
    }
}