@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
:root {
    --blue: #364276;
    --blue_hover: #465699;
    --cyan: #9BCDED;
    --black: #000000;
    --white: #FFFFFF;
    --base_font_size: 16px;
    --transition: all 0.5s ease;
}
BODY {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    line-height: 1.15;
    font-size: var(--base_font_size);
    color: var(--black);
}
BODY#index #wrapper {
    padding-top: 0px;
}
IMG {
    display: block;
    width: 100%;
}
UL,
P {
    color: var(--black);
}
#header {
    box-shadow: none;
    position: sticky;
    top: 0px;
}
#header .header-nav {
    border-bottom: none;
    background: var(--blue);
}
#header .header-nav .blockcart.active,
#header .header-nav .blockcart {
    background: none;
}
#header .header-top {
    background: var(--blue);
    padding: 15px 0px;
}
@media screen and (max-width: 767px) {
    #header .header-top {
        padding: 0px;
    }
}
.header-top > .container-fluid > .row {
    display: flex;
}
.header-top-right {
    display: flex;
    align-items: center;
}
#menu-icon,
#_mobile_logo IMG,
#_desktop_logo IMG {
    filter: brightness(5);
}
#header .logo {
    max-width: 54%;
    min-width: 150px;
}
body#checkout #header .header-nav {
    padding: 9px 0px;
}
body#checkout #header .header-nav .logo {
    max-width: 17%;
    max-height: unset;
    min-width: 150px;
}
body#contact .breadcrumb,
body#cms .breadcrumb {
    display: none;
}
body#cms #main {
    max-width: 990px;
    margin: auto;
}
body#cms #main #content {
    padding: 0px;
}
.header_right {
    display: flex;
}
.header_right > DIV {
    margin: 0px 15px;
}
.header_right > DIV:last-child {
    margin: 0px 0px 0px 15px;
}
#my_header #_desktop_cart .cart-preview.active .cart-products-count,
#my_header #_desktop_cart .cart-preview.active .shopping-cart,
#my_header .header-nav .cart-preview .cart-products-count,
#my_header .header-nav .cart-preview .shopping-cart,
#my_header .user-info A,
#_mobile_user_info A,
#my_header #_desktop_cart,
#my_header .header_right #_desktop_user_info A,
.header_right #_desktop_language_selector .dropdown .expand-more {
    color: var(--white);
}
#_desktop_top_menu {
    flex: 1;
    transition: var(--transition);
}
.top-menu[data-depth="0"] {
    text-align: center;
}
#header .header-top #_desktop_top_menu a[data-depth="0"] {
    color: var(--white);
}
#my_header {
    background: var(--blue);
    padding: 15px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: sticky;
    top: 0px;
    z-index: 16;
}
#my_header .logo {
    /* max-width: 54%;
    min-width: 150px; */
    width: 185px;
    padding: 0px 15px;
    filter: brightness(5);
}
@media screen and (max-width: 767px) {
    #my_header .logo {
        width: 140px;
    }
}
#my_header H1 {
    margin: 0px;
}
#my_header #_desktop_language_selector .dropdown-item:hover,
#my_header #_desktop_language_selector:hover .dropdown .expand-more,
#my_header .user-info A:hover {
    color: var(--cyan);
}
#my_header #_desktop_language_selector .dropdown-menu {
    min-width: 3rem;
}
#top-menu {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    #top-menu {
        flex-direction: column;
        padding: 50px 15px;
    }
}
#my_header #_desktop_language_selector .dropdown .expand-more,
#top-menu A {
    color: var(--white);
    text-transform: uppercase;
}
#top-menu .sub-menu A {
    color: var(--blue);
}
#top-menu .sub-menu A:hover,
#top-menu A:hover {
    color: var(--cyan);
}
#my_header > DIV:last-child {
    display: flex;
    align-items: center;
}
#my_header > DIV:last-child > DIV {
    padding: 0px 15px;
}
@media screen and (max-width: 767px) {
    #my_header > DIV:last-child > DIV {
        padding: 0px 15px 0px 0px;
    }
}
.menu_btn {
    display: none;
    cursor: pointer;
}
@media screen and (max-width: 1199px) {
    .menu_btn {
        display: block;
    }
}
.menu_btn DIV {
    width: 30px;
    height: 2px;
    background: var(--white);
    margin-bottom: 5px;
}
.menu_btn DIV:last-child {
    margin-bottom: 0px;
}
@media screen and (max-width: 1199px) {
    #_desktop_top_menu {
        position: fixed;
        top: 57px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 57px);
        background: var(--blue);
        z-index: 16;
        overflow: auto;
    }
    #_desktop_top_menu.menu_open {
        left: 0%;
    }
}
FOOTER {
    background: var(--blue);
    padding-right: 8%;
    padding-left: 8%;
    color: var(--white);
}
.block-contact,
.footer-container li a,
#block_myaccount_infos .myaccount-title a,
.block-contact .block-contact-title,
.block-contact .navbar-toggler .material-icons,
.linklist .blockcms-title a,
FOOTER .h3,
FOOTER P,
FOOTER A {
    color: var(--white);
}
.block_newsletter {
    background: none;
    max-width: 100%;
}
.block_newsletter #block-newsletter-label {
    color: var(--white);
}
#my_header .open_search_btn {
   transition: var(--transition);
}
.open_search_btn {
    margin-top: 0.9375rem;
    margin-top: 0px;
    cursor: pointer;
    float: right !important;
    color: var(--white);
}
#search_widget {
    position: fixed;
    top: 69px;
    right: 0px;
    opacity: 0;
    pointer-events: none;
    background: var(--blue);
    transition: var(--transition);
}
@media screen and (max-width: 767px) {
    #search_widget {
        top: 57px;
    }
}
@media screen and (max-width: 575px) {
    #search_widget {
        width: 100%;
    }
}
#search_widget.open_search {
    opacity: 1;
    pointer-events: all;
}
#search_widget FORM INPUT {
    background: none;
    color: var(--white);
}
#search_widget FORM INPUT::placeholder {
    opacity: 1;
    color: var(--white);
}
#search_widget .clear {
    color: var(--white);
}
#wrapper {
    background: var(--white);
}
.carousel {
    overflow: hidden;
    margin-bottom: 0px;
}
@media screen and (max-width: 990px) {
    .carousel {
        padding-bottom: 0px;
    }
}
.carousel .carousel-inner {
    margin: 0px;
    height: calc(100vh - 69px);
}
@media screen and (max-width: 767px) {
    .carousel .carousel-inner {
        margin: 0px;
        height: calc(100vh - 57px);
    }
}
.carousel-inner A {
    display: block;
    height: 100%;
}
.carousel-inner FIGURE {
    width: 100%;
    height: 100%;
}
.carousel .carousel-item img {
    height: 100%;
    object-fit: cover;
}
.carousel .direction {
    display: none;
}
.carousel_title_wrap {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding: 0px 14% 100px 14%;
}
.carousel_title {
    font-size: 54px;
    font-weight: 800;
    margin-bottom: 30px;
    color: var(--blue);
}
@media screen and (max-width: 767px) {
    .carousel_title {
        font-size: 36px;
    }
}
.carousel_subtitle {
    font-size: 28px;
    letter-spacing: 5px;
}
.believe {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 25px;
}
.believe > DIV {
    flex: 1 0 50%;
    max-width: 50%;
    width: 100%;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .believe > DIV {
        flex: 1 0 100%;
        max-width: 100%;
    }
}
.believe_left {
    padding: 5%;
}
.believe_title {
    color: var(--blue);
    font-weight: 800;
    margin-bottom: 30px;
}
.believe_btn {
    margin-top: 30px;
}
.believe_btn A {
    display: inline-block;
    background: var(--blue);
    color: var(--white);
    padding: 20px;
    border-radius: 5px;
    font-size: 25px;
}
.quality {
    display: flex;
    position: relative;
    overflow: hidden;
    margin-bottom: 100px;
}
.quality IMG {
    width: auto;
    height: 432px;
}
@media screen and (max-width: 767px) {
    .quality IMG {
        height: 190px;
    }
}
.quality_right {
    position: absolute;
    width: 50%;
    top: 35%;
    left: 50%;
    color: var(--white);
    font-size: 48px;
    font-weight: 800;
}
@media screen and (max-width: 767px) {
    .quality_right {
        width: 100%;
        top: 35%;
        left: 0px;
        padding: 0px 15px;
        font-size: 28px;
        text-align: center;
    }
}
.quality .believe_btn {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0px;    
}
.product-miniature .thumbnail-container:focus .product-description::after,
.product-miniature .thumbnail-container:hover .product-description::after,
.highlighted-informations {
    display: none;
}
.product-miniature .product-title {
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 5px solid var(--blue);
}
.product-miniature .product-title a {
    color: var(--blue);
    font-size: var(--base_font_size);
    font-weight: 800;
    text-align: left;
}
.featured-products {
    padding: 0px 8%;
}
.product-miniature .thumbnail-container .product-thumbnail img {
    border-radius: 20px;
}
.product-flags {
    top: 15px;
}
.product-images > li.thumb-container .thumb {
    width: auto;
}
.product-miniature .product-price-and-shipping {
    text-align: left;
}
.block-categories {
    display: none;
}
.has-discount .page-content.page-cms ul,
.has-discount p,
.has-discount.product-price,
.page-content.page-cms .has-discount ul {
    color: var(--blue);
}
.btn-primary {
    background: var(--blue);
}
.btn-primary:hover {
    background: var(--blue_hover);
}
.block_newsletter .btn-primary {
    background: var(--cyan);
    margin-left: 0px !important;
}
.product-images > li.thumb-container .thumb.selected,
.product-images > li.thumb-container .thumb:hover,
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    color: var(--blue);
    border-bottom: 3px solid var(--blue);
}
.product-images > li.thumb-container .thumb.selected,
.product-images > li.thumb-container .thumb:hover {
    border: 3px solid var(--blue);
}
.has-discount .discount,
.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage {
    background: var(--cyan);
}
.block_newsletter form input[type="email"]:focus {
    border: 3px solid var(--cyan);
}
.facebook.icon-gray:hover,
.facebook::before,
.twitter.icon-gray:hover,
.twitter::before,
.pinterest.icon-gray:hover,
.pinterest:before {
    filter: hue-rotate(11deg) opacity(.6);
}
.product-variants UL#group_3 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.product-variants UL#group_3 LI {
    flex: 1 0 16.666667%;
    max-width: 16.666667%;
    width: 100%;
    margin: 0px;
    padding: 5px;
}
@media screen and (max-width: 1199px) {
    .product-variants UL#group_3 LI {
        flex: 1 0 20%;
        max-width: 20%;
    }
}
@media screen and (max-width: 990px) {
    .product-variants UL#group_3 LI {
        flex: 1 0 25%;
        max-width: 25%;
    }
}
.product-variants UL#group_3 LI LABEL {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0px;
}
.product-variants UL#group_3 LI LABEL .radio-label {
    width: 100%;
    border: 1px solid var(--blue);
    color: var(--blue);
    padding: 15px;
}
.input-color:checked + span,
.input-color:hover + span,
.input-radio:checked + span,
.input-radio:hover + span {
    background: var(--cyan);
}
#btn_tbigr,
.payment-option IMG {
    width: auto;
}
.disabled_attribute {
    pointer-events: none;
    opacity: .5;
}
.product-images > li.thumb-container {
    float: left;
}
#product-modal .modal-content .modal-body .product-cover-modal {
    max-width: unset;
    width: auto;
}
#product-modal .modal-content .modal-body .arrows .arrow-down {
    bottom: -3rem;
}
.product-images.js-modal-product-images {
    overflow: hidden;
}
.product-images.js-qv-product-images {
    display: flex;
}
.warranty_free_pay {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0px 10px 0px;
}
.warranty_free_pay IMG {
    width: auto;
    display: inline-block;
}
.warranty_free_pay DIV {
    flex: 1;
    /* width: 100%; */
    white-space: nowrap;
    padding: 5px 15px 5px 0px;
}
/* @media screen and (max-width: 1199px) {
    .warranty_free_pay DIV {
        flex: 1 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .warranty_free_pay DIV {
        flex: 1 0 100%;
        max-width: 100%;
    }
} */
.product-manufacturer IMG {
    width: auto;
}
.block-category .block-category-inner #category-description P {
    background: var(--blue);
    color: var(--white);
    padding: 30px;
    line-height: 1.5;
}
.block-category .block-category-inner #category-description strong {
    font-weight: 900;
    color: var(--white);
}
.page-cms IMG {
    max-width: 300px;
    width: 100%;
}
.my_banner {
    flex: 1 0 100%;
    display: flex;
    justify-content: center;
    display: none;
}
.my_banner IMG {
    max-width: 100%;
    max-height: 100px;
    width: auto;
    margin-bottom: 15px;
}
.block-social {
    display: block !important;
}
.contact_social .block-social {
    padding: 0px;
    width: 100%;
}
.contact_social .block-social ul li {
    background-color: var(--blue);
}
.block-social ul li {
    background-color: transparent;
}
.block-social ul li:hover {
    background-color: var(--cyan);
}
.my_pop_up {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 2147483647;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.my_pop_up.no_see {
    display: none;
}
.my_pop_up_inner {
    /* background: #000000; */
    padding: 10px 40px 40px 40px;
    padding: 0px 30px 0px 30px;
    position: relative;
}
.my_pop_up_inner IMG {
    max-width: 430px;
}
.my_pop_up_exit {
    background: #FFFFFF;
    position: absolute;
    top: 10px;
    top: 0px;
    right: 10px;
    right: 0px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.my_pop_up_exit DIV {
    background: #000000;
    width: 10px;
    height: 2px;
    position: absolute;
}
.my_pop_up_exit DIV:first-child {
    transform: rotate(45deg);
}
.my_pop_up_exit DIV:last-child {
    transform: rotate(-45deg);
}
.contact_hours {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.contact_hours DIV:nth-child(2n+1) {
    flex: 1 0 40%;
}
.contact_hours DIV:nth-child(2n) {
    flex: 1 0 60%;
}
.rate,
.contact_social {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
#stores .page-stores .store-item-footer i.material-icons,
.store-item-footer UL {
    color: var(--white);
}