/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/*@import url('http://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500&display=swap');*/

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Icomoon';
    src: url('../fonts/icomoon.ttf') format('truetype');
    font-style: normal;
}

* {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}

@media (min-width: 1200px) {
    .container {
        width: 1280px;
        max-width: 100%;
    }
}

a:visited, a:active {
    text-decoration: none;
}

.top-menu a[data-depth="0"] {
    font-size: 14px;
    padding: 25px 12px 15px;
}

#wrapper {
    min-height: 800px;
}

.mt-3 {
    margin-top: 0 !important;
}

.alert-danger {
    background-color: #ee8123;
    color: #fff;
    margin: 15px -15px 0 -15px;
    text-transform: uppercase;
    border: none;
}

#header .left-nav {
    width: 80% !important;
}
#header .right-nav {
    width: 20% !important;
}
#top_reassurance.fixed {
    position: fixed;
    top: 0;
}
.header_ban_infos {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #404040;
    line-height: 43px;
}
.login span {
    font-size: 12px;
}

#header .logo_container {
    float: left;
    width: 20%;
    height: 100px;
}
#header .logo_container img {
    margin: 10px 0 0 0;
}

#header .search_container {
    float: right;
    width: 30%;
}
#header .search_container #doofinder_search_input {
    position: relative;
    width: 100%;
    height: 39px;
    border: none;
    margin: 7px 0 7px 0;
    border-radius: 6px;
    padding-left: 10px;
}
#doofinder_search_input::placeholder {
    font-size: 17px;
    color: #999;
}
#doofinder_search_input:hover {
    background: #F1F1F1;
    transition: .5s ease;
}

#search_icon {
    position: relative;
}
#search_icon::after {
    display: block;
    position: absolute;
    bottom: -3px;
    right: 2px;
    font-family: 'Material Icons';
    content: '\E8B6';
    color: #91BE21;
    font-weight: 300;
    font-size: 36px;
}

#header .phone_cart_container {
    float: left;
    width: 80%;
    height: 100px;
}
#_desktop_cart {
    padding-top: 24px;
}
#_desktop_cart .cart-title {
    color: #000;
}
#custom-callus {
    padding: 24px;
}
#_desktop_user_info {
    padding: 24px;
}

#_desktop_user_info:hover .account_picto {
    background-color: #91BE21;
    background-position: 0px -50px;
    transition: .5s ease;
}
#_desktop_user_info .account-button {
    background: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    padding: 7px 0 14px 40px;
}
#_desktop_user_info .account-button small {
    color: #626568;
}
#_desktop_user_info .account_picto {
    position: absolute;
    left: -18px;
    top: 1px;
    width: 48px;
    height: 48px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    background-image: url(../img/header_user_account.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0px 3px;
    transition: .5s ease;
}
#custom-tchat:hover .callus-detail a
{
	border-color: #91BE21;
	background-color: #91BE21 ;
	background-position: center -53px;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
#custom-tchat:hover .callus-detail a
{
	background-position: center -56px;
}
#custom-tchat {
    margin: 0 !important;
    float: right;
    text-align: left;
    position: relative;
    padding: 24px 0;
    cursor: pointer;
}
#custom-tchat .callus-detail a {
    position: relative;
    font-size: 13px;
    color: #dfdfdf;
    text-decoration: none;
    text-transform: uppercase; 
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
#custom-tchat .callus-detail a {
    background: url(../img/header_tchat.png) no-repeat scroll center 13px;
}
#custom-tchat .callus-detail a:hover
{
	transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.mainmenu_icon {
    margin: -3px 6px 0 0;
}


#header #categories_block_left {
    border-right: 1px solid #91BE21;
}
#blockcategories ul li:hover, #categories_block_left .vertical ul li + :nth-child(2n):hover {
    background: #F1F1F1;
}
#categories_block_left .vertical li.vertical-sub-menu > a {
    background-position: 94% 15px;
}
#categories_block_left .vertical li.vertical-sub-menu:hover > a{
    background-position: 94% -25px;
}

@media (min-width: 768px) {
    .header-nav-fullwidth.fixed .menu {
        width: 65%;
    }
}


/* DOOFINDER */

@media (min-width: 768px) {
    #dfclassic {
        width: 911px !important;
        top: 197px !important;
        right: calc((100vw - 1300px) / 2);
        left: auto !important;
        height: 700px !important;
        border-radius: 0 0 20px 20px;
    }
}

/* ETS MEGAMENU */

@media (min-width: 560px)
{

    .ets_megamenu_cache {
        display: none;
        position: fixed;
        z-index: 999;
        top: 197px;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(40,40,40,0.8);
    }


    .ets_megamenu_container, .main_menu_btn_container, .mainmenu_buttons {
        position: relative;
        padding: 0;
    }
    #main_menu_btn {
        width: 100%;
        padding: 17px 0 13px 56px;
        background: #91BE21;
    }
    #main_menu_btn .text {
        position: relative;
        font-size: 14px;
        color: #FFF;
        font-weight: 500;
    }
    #main_menu_btn .bars {
        position: absolute;
        left: -36px;
        top: 0;
    }
    #main_menu_btn #bar_1 {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 25px;
        height: 3px;
        background: #FFF;
        border-radius: 3px 3px 0 0;
        transition: .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    }
    #main_menu_btn #bar_2 {
        display: block;
        position: absolute;
        top: 8px;
        left: 0;
        width: 25px;
        height: 3px;
        background: #FFF;
        transition: .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    }
    #main_menu_btn #bar_3 {
        display: block;
        position: absolute;
        top: 16px;
        left: 0;
        width: 25px;
        height: 3px;
        background: #FFF;
        border-radius: 0 0 3px 3px;
        transition: .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    }
    #main_menu_btn:hover {
        cursor: pointer;
    }
    #main_menu_btn.open #bar_1 {
        transform: rotate(45deg);
        border-radius: 0;
        width: 20px;
        top: 15px;
        left: -4px;
        transition: .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    }
    #main_menu_btn.open #bar_2 {
        transform: rotate(90deg);
        top: 7px;
        transition: .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    }
    #main_menu_btn.open #bar_3 {
        transform: rotate(-45deg);
        border-radius: 0;
        width: 20px;
        top: 15px;
        left: 9px;
        transition: .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    }
    .ets_mm_megamenu {
        display: none;
        z-index: 9999;
        margin-top: 0;
    }
    .ets_mm_megamenu::before {
        content: "";
        position: absolute;
        top: -53px;
        left: 0;
        width: calc(100% / 6);
        height: 53px;
        background-color: none;
        bottom: 0;
        z-index: 9;
        opacity: 1;
        visibility: visible;
        cursor: pointer;
    }

    .ets_mm_megamenu .ets_mm_megamenu_content {
        background: none !important;
    }
    .ets_mm_megamenu .menu_devices {
        display: flex;
        justify-content: space-evenly;
        height: 116px;
        border-left: 1px solid #E7E7E7;
        border-right: 1px solid #E7E7E7;
    }
    .ets_mm_megamenu .menu_device {
        flex-basis: calc(100% / 7);
        border: none !important;
        background: none;
    }
    /*
    .ets_mm_megamenu .menu_device:not(:last-child) {
        border-right: 1px solid #E7E7E7 !important;
    }
    */
    .ets_mm_megamenu .menu_device:hover {
        background: #F4F4F4;
        cursor: pointer;
    }
    .ets_mm_megamenu .mm_menus_ul .device_img {
        float: left;
        width: 100%;
        text-align: center;
    }
    .ets_mm_megamenu .mm_menus_ul .device_img img {
        height: 80px;
        margin-top: 6px;
        mix-blend-mode: multiply;
    }
    .ets_mm_megamenu .menu_device:hover .device_img img {
        mix-blend-mode: multiply;
    }
    .ets_mm_megamenu .mm_menus_ul .mm_menu_content_title {
        float: none;
    }
    .ets_mm_megamenu .mm_menus_ul .device_name {
        display: block;
        height: 30px;
        text-align: center;
        line-height: 24px;
        color: #404040;
    }

    .ets_mm_megamenu .mm_columns_ul {
        padding-top: 0;
    }
    .ets_mm_megamenu .mm_columns_ul .menu_brands {
        display: flex;
        border-bottom: 1px solid #E7E7E7;
    }
    .ets_mm_megamenu .mm_columns_ul .menu_brand {
        position: relative;
        padding: 0;
        margin: 0;
    }
    .ets_mm_megamenu .mm_columns_ul .menu_brand:not(:last-child) {
        border-right: 1px solid #E7E7E7;
    }

    #header .header-top .menu {
        text-align: left;
    }

    .ets_mm_megamenu .mm_columns_ul .menu_brand:hover {
        background: #F4F4F4;
        cursor: pointer;
    }
    .ets_mm_megamenu .mm_columns_ul .menu_brand.selected {
        background: #F4F4F4;
    }
    .ets_mm_megamenu .mm_columns_ul .menu_brand .brand_img {
        display: block;
        text-align: center;
    }
    .ets_mm_megamenu .mm_columns_ul .menu_brand .brand_img img {
        width: 64px;
        mix-blend-mode: multiply;
    }
    .ets_mm_megamenu .mm_columns_ul .menu_brand .brand_img_autres {
        display: block;
        text-align: center;
        font-size: 15px;
        font-weight: 500;
        line-height: 56px;
    }
    .ets_mm_megamenu .mm_columns_ul .menu_brand .brand_name {
        display: none;
        font-size: 14px;
        text-align: center;
        margin-top: -6px;
    }
    .ets_mm_megamenu .mm_columns_ul .menu_links:not(.menu_links_4) {
        display: none;
    }
    .ets_mm_megamenu .mm_columns_ul .menu_links {
        height: 360px;
        cursor: default;
        background: #fff;
    }
    .ets_mm_megamenu .mm_columns_ul .menu_links .series {
        float: left;
        width: 20%;
        height: 100%;
        border-right: 1px solid #E7E7E7;
        box-shadow: inset -4px 0 6px -7px rgba(0,0,0,0.4);
        background: #fff;
    }
    .ets_mm_megamenu .mm_columns_ul .menu_links .series .title {
        position: relative;
        color: #404040;
        padding: 6px 0 4px 15px;
        margin: 0;
        cursor: pointer;
        border-bottom: 1px dashed #E7E7E7;
    }
    .ets_mm_megamenu .mm_columns_ul .menu_links .series .title::before {
        display: inline-block;
        content: '';
        width: 12px;
        height: 12px;
        margin: 0 10px -1px 0;
        background: #E7E7E7;
        border-radius: 4px;
    }
    .ets_mm_megamenu .mm_columns_ul .menu_links .series .title.selected {
        background: #FFF;
    }
    .ets_mm_megamenu .mm_columns_ul .menu_links .series .title.selected::after {
        display: block;
        position: absolute;
        content: '';
        top: 0;
        right: -1px;
        width: 3px;
        height: 100%;
        border-right: 1px solid #FFF;
    }
    .ets_mm_megamenu .mm_columns_ul .menu_links .series .title.selected::before {
        background: #91BE21;
    }
    .ets_mm_megamenu .mm_columns_ul .menu_links .links:not(.links_1) {
        display: none;
    }
    .ets_mm_megamenu .mm_columns_ul .menu_links .links {
        float: left;
        width: 80%;
        height: 100%;
        padding: 10px 20px;
        background: #fff;
    }
    .ets_mm_megamenu .mm_columns_ul .menu_links .links .column {
        float: left;
        height: 100%;
        padding: 0 30px 0 0;
        background: #fff;
    }
    .ets_mm_megamenu .mm_columns_ul .menu_links .links .column:not(:last-child) {
        border-right: 1px dashed #E7E7E7;
    }
    .ets_mm_megamenu .mm_columns_ul .menu_links .links .column a {
        display: block;
        padding: 2px 0 0 30px;
    }
    .ets_mm_megamenu .mm_columns_ul .menu_links_5 .links .column a {
        display: block;
        padding: 2px 0 0 2px;
    }
    .ets_mm_megamenu .mm_columns_ul .menu_links_5 .links_7 .column {
        padding: 0 20px 0 6px;
    }

    .ets_mm_megamenu .mm_columns_ul .menu_links_33 .links .column a,
    .ets_mm_megamenu .mm_columns_ul .menu_links_34 .links .column a {
        display: block;
        padding: 2px 0 0 4px;
    }
    .ets_mm_megamenu .menu_7 .menu_brands, .ets_mm_megamenu .menu_8 .menu_brands {
        display: none;
    }
    .ets_mm_megamenu .menu_links_35, .ets_mm_megamenu .menu_links_37 {
        height: 416px !important;
    }
    .ets_mm_megamenu .menu_tools {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0;
    }
    .ets_mm_megamenu .menu_tools a {
        display: block;
        flex-basis: calc(100% / 8);
        height: 168px;
        text-align: center;
    }
    .ets_mm_megamenu .menu_tools a img {
        display: block;
        width: 80px;
        margin: 8px auto;
    }

    .mm_colums_ul { margin-top: 0 !important; }

    /*
    .ets_mm_megamenu { display: block !important; }
    .ets_mm_megamenu .menu_1, .ets_mm_megamenu .col_3 { display: block !important; visibility: visible !important; }
    */

}



/* HOMEPAGE */

#index #custom-text {
    padding: 0 15px;
}
#index .home_bans_1 {
    width: calc(50% - 15px);
    height: 300px;
    padding: 0;
    background-color: #B9D575;
    background-image: url(../img/home_bans_1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 0;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}
#index .home_bans_1 p {
    position: relative;
    font-size: 24px;
    text-transform: uppercase;
    color: #FFF;
    padding: 16px 0 16px 40px;
    text-align: left;
    background: rgb(29 33 19 / 80%);
    margin: 26px 20px 0 -20px;
    border-radius: 0 20px 0 20px;
}
#index .home_bans_1 ul {
    max-width: 82%;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    text-align: left;
    background: rgb(30 30 30 / 75%);
    margin: 14px 0 0 -25px;
    padding: 14px 0;
    border-radius: 0 14px 0 14px;
}
#index .home_bans_1 ul li {
    display: block;
    font-size: 20px;
    /* font-weight: 600; */
    line-height: 20px;
    color: #FFF;
    text-transform: uppercase;
    padding: 5px 0 5px 72px;
}
#index .home_bans_1 ul li i {
    min-width: 40px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    background: rgb(50 66 240);
    padding: 6px;
    border-radius: 6px;
    margin: 0 10px 10px 0;
    vertical-align: 0;
}
#index .home_bans_2 {
    height: 125px;
    margin-left: 15px;
    background-color: #742b98;
    background-image: url(../img/home_bans_2.png);
    background-repeat: no-repeat;
    background-size: 52%;
    background-position: 315px -40px;
    padding: 0;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    transition: .5s ease;
}
@media (min-width: 768px) {
#index .home_bans_2:hover {
    background-color: #964CBB;
    padding-left: 10px;
    background-size: 54%;
    transition: .5s ease;
}
}
#index .home_bans_2 a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
#index .home_bans_2 a span {
    display: block;
    width: 40%;
    height: 100%;
    font-size: 20px;
    text-align: left;
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
    padding: 17px 0 13px 19px;
}
#index .home_bans_2 a span i {
    font-size: 30px;
    vertical-align: -7px;
}
#index .home_bans_3 {
    height: 160px;
    margin: 15px 0 0 15px;
    background-color: #FCC419;
    background-image: url(../img/home_bans_3.png);
    background-repeat: no-repeat;
    background-size: 74%;
    background-position: 214px -112px;
    padding: 0;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    transition: .5s ease;
}
@media (min-width: 768px) {
#index .home_bans_3:hover {
    background-color: #FCC211CF;
    padding-left: 10px;
    background-size: 73%;
    transition: .5s ease;
}
}
#index .home_bans_3 a span {
    display: block;
    width: 40%;
    height: 100%;
    font-size: 22px;
    text-align: left;
    color: #363A42;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
    padding: 32px 0 13px 19px;
    transition: .5s ease;
}
#index .home_bans_3 a span i {
    font-size: 36px;
    vertical-align: -8px;
    transform: rotate(330deg);
}


#index .featured-products {
    margin-top: -20px !important;
}
#index .featured-products .products-section-title {
    font-size: 16px;
    color: #404040;
}
#index .featured-products .products {
    display: flex;
    justify-content: center;
}
#index .featured-products .product-miniature {
    width: 16%;
}
#index .featured-products .product-miniature .add-to-cart em, #index .featured-products .product-miniature .quick-view em {
    padding: 2px 4px;
}

#index .mainslider-container {
    width: 70%;
    padding-left: 0;
}

#index .mainslider-container .caption {
    top: 8.2%;
}
#index .title_1 {
    width: 70%;
    font-size: 34px;
    line-height: 1.2;
    text-transform: uppercase;
}
#index .title_2, #index .title_3, #index .title_4 {
    font-size: 20px;
    margin-top: 10px;
}

#index .home_right_1 {
    
}
#index .home_right_1 .hr_link_guides {
    position: relative;
    display: block;
}

#index .home_right_1 .hr_link_guides .title {
    position: absolute;
    display: block;
    width: 100%;
    height: 40px;
    bottom: 0;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    color: #91BE21;
    background: rgb(54, 58, 66, 85%);
}

#index .home_right_2 {
    
}
#index .home_right_2 .hr_link_identification {
    position: relative;
    display: block;
}
#index .home_right_2 .hr_link_identification .title {
    position: absolute;
    display: block;
    width: 100%;
    height: 40px;
    bottom: 0;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    color: #91BE21;
    background: rgb(54, 58, 66, 85%);
}

#index #custom-services {
    background: #F3F3F3;
}
.topcolumn2 #custom-services .container {
    padding-top: 10px;
    padding-bottom: 10px;
}


.home_reassurance {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    margin: 0 auto;
    padding-bottom: 5px;
}

.home_reassurance .hr {
    position: relative;
    float: left;
    width: 300px;
    padding: 20px 5px 18px 72px;
    /*border-radius: 8px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;*/
}
.home_reassurance .hr::before {
    font-family: 'Material Icons';
    color: #91BE21;
    font-size: 60px;
    position: absolute;
    top: 40px;
    left: 8px;
}
.home_reassurance .hr .hr_title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 28px;
    margin-block-start: 0;
    margin-block-end: 0;
}
.home_reassurance .hr .hr_subtitle {
    font-size: 12px;
    line-height: 14px;
    margin-block-start: 0;
    margin-block-end: 0;
}

.home_reassurance .hr_1::before {
    content: '\E897';
}
.home_reassurance .hr_2::before {
    content: '\E862';
}
.home_reassurance .hr_3::before {
    content: '\E813';
}
.home_reassurance .hr_4::before {
    content: '\E838';
}

#custom-featuredblock {
    margin-top: 30px !important;
}
#custom-featuredblock h1 {
    font-size: 20px;
    text-align: center;
}
.home_parts_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 15px;
}
.home_parts_container .home_parts_item {
    flex-basis: calc(100% / 6);
    height: 200px;
    text-align: center;
}
.home_parts_container .home_parts_item.iphone {
    background-image: url(../img/home_parts_iphone.png);
    background-repeat: no-repeat;
    background-size: 198px;
    background-position-x: 6px;
    background-position-y: 60px;
}
.home_parts_container .home_parts_item.samsung {
    background-image: url(../img/home_parts_samsung.png);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position-x: 8px;
    background-position-y: 54px;
}
.home_parts_container .home_parts_item.tablets {
    background-image: url(../img/home_parts_ipad.png);
    background-repeat: no-repeat;
    background-size: 166px;
    background-position-x: 24px;
    background-position-y: 54px;
}
.home_parts_container .home_parts_item.macbook {
    background-image: url(../img/home_parts_macbook.png);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position-x: 28px;
    background-position-y: 58px;
}
.home_parts_container .home_parts_item.playstation {
    background-image: url(../img/home_parts_playstation.png);
    background-repeat: no-repeat;
    background-size: 132px;
    background-position-x: 44px;
    background-position-y: 56px;
}
.home_parts_container .home_parts_item.accessories {
    background-image: url(../img/home_parts_accessories.png);
    background-repeat: no-repeat;
    background-size: 132px;
    background-position-x: 46px;
    background-position-y: 42px;
}
.home_parts_container .home_parts_item .title {
    display: block;
    height: 136px;
    line-height: 2;
    font-size: 18px;
}
.home_parts_container .home_parts_item a {
    display: block;
    padding: 6px;
    margin: 0 8px;
    border-radius: 40px;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    transition: .33s ease;
}
.home_parts_container .home_parts_item a::before {
    font-family: 'Material Icons';
    content: '\E409';
    color: #404040;
    font-size: 20px;
    vertical-align: -5px;
}
.home_parts_container .home_parts_item a:hover {
    color: #FFF;
    background: #91BE21;
    text-decoration: none;
    padding-left: 12px;
    transition: .33s ease;
}


.home_text_seo {
    font-size: 14px;
    text-align: justify;
}
.home_text_seo p {
    font-size: 12px;
    line-height: 18px;
}

#index #footer {
    margin-top: 0;
}

.ste_homepage {
    display: flex;
    width: 100%;
    padding: 40px 100px 0 0;
    justify-content: center;
}


/* FOOTER */

.sv_footer {
    width: 20% !important;
}
.footer-logo img {
    width: 180px;
    background-color: #FFF;
    padding: 5px 10px 8px 10px;
    border-radius: 10px;
}
.footer_social_link {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
    transition: .3s ease;
}
.footer_social_link.facebook { background-image: url(../img/facebook.svg); }
.footer_social_link.facebook:hover { background-image: url(../img/facebook_green.svg); }
.footer_social_link.twitter { background-image: url(../img/twitter.svg); }
.footer_social_link.twitter:hover { background-image: url(../img/twitter_green.svg); }
.footer_social_link.youtube { background-image: url(../img/youtube.svg); }
.footer_social_link.youtube:hover { background-image: url(../img/youtube_green.svg); }
.footer_social_link.instagram { background-image: url(../img/instagram.svg); }
.footer_social_link.instagram:hover { background-image: url(../img/instagram_green.svg); }

#block_know_more {
    text-align: center;
    position: relative;
}
#block_know_more .h3 {
    font-size: 14px;
    color: #FFF;
    margin-bottom: 30px;
    font-weight: 700;
}
#block_know_more li {
    padding: 2px 0;
}
#custom-payment {
    position: relative;
    padding: 0;
}
#block_know_more::before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    border-right: 1px solid #4e5259;
    height: 165px;
}
#custom-payment .h4 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
#custom-payment ul li {
    padding: 2px 0;
}
#block_myaccount_infos {
    padding: 0;
}
#footer_contactinfo {
    text-align: left;
    padding-left: 15px;
}
.footer-container ul {
    padding-left: 40px;
    margin-bottom: 20px !important;
    text-align: left;
}
.footer-bottom {
    padding: 0;
}
#custom-testimonial {
    margin: 0 !important;
}
#custom-testimonial .footer_copyright {
    float: left;
    font-size: 13px;
    color: #666;
    margin-block-start: 0;
    margin-block-end: 0;
    line-height: 56px;
    margin-left: 40px;
}
#custom-testimonial .footer_payments {
    float: right;
}
#custom-testimonial .footer_payments img {
    height: 56px;
    margin: 0 4px 0 0;
}
#custom-testimonial .footer_payments img.paypal {
    height: 35px;
    margin: 0 0 0 4px;
    background-color: #FFF;
    padding: 8px;
    border-radius: 4px;
}




/* BREADCRUMB */

#wrapper .title-breadcrumb {
    background-color: #FFF;
    margin-bottom: 20px;
    padding: 0;
}
#product #wrapper .title-breadcrumb {
    margin-top: -20px;
}
#wrapper .breadcrumb {
    float: left;
    background-color: #FFF;
    text-align: left;
}
#wrapper .breadcrumb ol {
    text-transform: none;
}
#wrapper .breadcrumb li a, #wrapper .breadcrumb li:after {
    color: #404040;
}
#wrapper .breadcrumb li a:hover {
    text-decoration: underline;
}
#wrapper .breadcrumb li:last-child a {
    color: #759C00;
    text-decoration: underline;
}





/* CATEGORIES */

#category .block-categories, #search_filters_wrapper, #steavisgarantis {
    margin: 0 !important;
}

#category #subcategories {
    background: none;
    border-bottom: 2px solid #363A42;
    margin-bottom: 50px;
}
#subcategories ul li {
    width: calc(100% / 6 - 20px);
    min-width: 160px;
    margin: 10px;
    text-align: center;
}
#subcategories ul li .subcategory-image a {
    display: block;
    padding: 8px;
    border: 1px solid #F1F1F1;
    border-radius: 10px;
}
#subcategories ul li .subcategory-image a:hover {
    border: 1px solid #91BE21;
}

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

#category h2 {
    text-transform: uppercase;
}
#category .block-category .category-cover {
    width: 240px;
}
#category .category_h1 {
    display: block;
    position: relative;
    float: left;
    width: calc(100% - 240px);
    border-bottom: 1px solid #91BE21;
    padding-bottom: 10px;
    margin-bottom: 22px;
}
#category .category_h1::after {
    content: '';
    position: absolute;
    bottom: -11.8px;
    left: calc(50% - 15px);
    width: 24px;
    height: 24px;
    background: #FFF;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    border: 1px solid #91BE21;
    transform: rotate(45deg);
}
#category .block-category #category-description {
    width: calc(100% - 240px);
}
#category #category-description ul, #category #suite_description ul {
    list-style: square;
    margin-left: 20px;
}
#category #suite_description ul li {
    font-size: 12px;
}
#category .block-category #category-description p {
    text-align: justify;
    line-height: 22px;
}
#category .block-category #category-description p strong {
    font-weight: 600;
}
#category #category-description #go_to_suite_description i {
    font-size: 10px;
    text-decoration: underline;
    cursor: pointer;
}
#suite_description {
    text-align: justify;
    margin-top: 10px;
    padding: 0 10px;
}
#suite_description p {
    font-size: 12px;
    color: #000;
}
#products .products-selection {
    display: none;
}

#category #products {
    margin-top: 100px;
}
#category #products .products {
    display: flex;
    overflow: auto;
    flex-wrap: wrap;
}
#products .add-to-cart-block .add-to-cart {
    width: 38px;
    height: 38px;
    background: #363a42 url(../img/add_to_cart.png) no-repeat center 8px;
    background-size: 24px;
    border-radius: 4px;
}
#products a.quick-view {
    width: 38px;
    height: 38px;
    background: #363a42 url(../img/quick-view.png) no-repeat center 6px;
    background-size: 24px;
    border-radius: 4px;
}
#products .add-to-cart-block .add-to-cart:hover, #products a.quick-view:hover {
    background-color: #91BE21;
}
#products .add-to-cart-block .add-to-cart em, #products a.quick-view em {
    padding: 3px 6px;
    border-radius: 3px;
}
#products article .product-title {
    min-height: 64px;
}
#products .product-price-and-shipping #categoryStarsMain {
    float: left;
    width: 50%;
    margin: 0;
}
#products .product-price-and-shipping .price {
    float: right;
    width: 50%;
}
#products .product-quantity-in-stock {
    display: inline-block;
    font-size: 12px;
    padding-top: 2px;
}
#category .hr_category {
    margin-bottom: 30px;
}
#category .hr_category .hr {
    padding: 10px 5px 24px 72px;
}
#category .hr_category .hr:not(:last-child) {
    border-bottom: 1px solid #91BE21;
}
#category .hr_category .hr::before {
    font-size: 48px;
    top: 28px;
}
#category .hr_category .hr .hr_title {
    line-height: 20px;
}
#category .product-price-and-shipping .price {
    text-align: right;
}
#category .regular-price {
    font-size: 14px;
    color: #EF9D51;
}




/* PRODUCT */

#product .product-cover {
    position: relative;
    background: #F1F1F1;
    overflow: hidden;
}
#product .product-cover img {
    width: 80% !important;
    margin: 10%;
    mix-blend-mode: multiply;
    /*filter: brightness(1.1);*/
}
#product .product-cover .watermark {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: -30%;
    width: 154%;
    height: 34px;
    background-image: url(../img/watermark_logo.png);
    background-repeat: repeat-x;
    background-size: 140px;
    transform: rotate(315deg);
    opacity: 0.1;
}
#product .product-cover .fake_img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#product .product-images>li.thumb-container {
    width: 120px;
    background: #F1F1F1;
    /*margin: 0 2px;*/
}
#product .product-images>li.thumb-container img {
    width: 104px !important;
    margin: 8px !important;
    mix-blend-mode: multiply;
    /*filter: brightness(1.1);*/
}
#product ul.product-images {

}
#product input::-webkit-outer-spin-button,
#product input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#product input[type=number] {
    -moz-appearance: textfield;
}

#product .product_infos {
    padding: 0 0 0 30px;
}

#product .product-prices {
    margin-top: 20px;
}
#product .current-price span {
    font-size: 20px;
    color: #91BE21;
}
#product .current-price .no_discount {
    font-size: 10px !important;
    font-weight: normal;
    color: #404040;
    margin-left: 15px;
}

#product .product-variants .color_name {
    display: none;
    color: #EE7F0D;
}
#product .product-variants .color_name.color_selected {
    display: inline-block;
}
#product .product-variants>.product-variants-item {
    margin: 0;
}
.product-variants>.product-variants-item .color {
    margin: 0;
    text-align: center;
}
.input-color:checked+span, .input-color:hover+span {
    /*border: 2px solid #EE7F0D !important;*/
    border: none !important;
}
.input-color:checked+span::after {
    display: block;
    content: "\2022";
    font-size: 2.4rem;
    color: #EE7F0D;
    margin-top: 15px;
}

#product .product-add-to-cart .btn:disabled {
    background: #CCC;
}

#product .product-accessories {
    margin-top: 24px !important;
}
#product .product-accessories .products-section-title {
    margin-bottom: 10px;
}
#product .product-accessories .products-section-title span {
    font-size: 15px;
    vertical-align: 2px;
}
#product .slick-track article {
    margin-top: 20px;
}
#product .slick-arrow.left {
    left: 0;
}
#product .slick-arrow.right {
    right: 0;
}
#product .product-accessories .thumbnail img {
    max-width: 50%;
    margin: 0 auto;
}

#product .product-accessories .add-to-cart-block .add-to-cart {
    width: 38px;
    height: 38px;
    background: #363a42 url(../img/add_to_cart.png) no-repeat center 8px;
    background-size: 24px;
    border-radius: 4px;
}
#product .product-accessories a.quick-view {
    width: 38px;
    height: 38px;
    background: #363a42 url(../img/quick-view.png) no-repeat center 6px;
    background-size: 24px;
    border-radius: 4px;
}
#product .product-accessories .add-to-cart-block .add-to-cart:hover, #product .product-accessories a.quick-view:hover {
    background-color: #91BE21;
}
#product .product-accessories .add-to-cart-block .add-to-cart em, #product .product-accessories a.quick-view em {
    padding: 3px 6px;
    border-radius: 3px;
}
#product .product-accessories article .product-title {
    min-height: 64px;
}
#product .product-accessories .product-price-and-shipping #categoryStarsMain {
    float: left;
    width: 50%;
    margin: 0;
}
#product .product-accessories .product-price-and-shipping .price {
    float: right;
    width: 50%;
}
#product .product-accessories .product-quantity-in-stock {
    display: none;
}


.custom_product_options {
    margin: 15px 0 0 0;
}
.custom_product_options .h5 {
    position: relative;
    background: #F1F1F1;
    font-size: 16px;
    color: #404040;
    padding: 10px 0 10px 30px;
    border-radius: 20px;
    margin-block-start: 0;
    margin-block-end: 0;
}
.custom_product_options .options {
    display: flex;
    flex-direction: column;
    padding-left: 7px;
}
.custom_product_options .options .option {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    margin-top: 10px;
}
.custom_product_options .options .option .option_image {
    position: relative;
    width: 50px;
    height: 50px;
    padding: 3px;
    border: 2px solid #F1F1F1;
    border-radius: 10px;
}
.custom_product_options .options .option .option_image img {
  
}
.custom_product_options .options .option .option_image::before {
    content: '';
    display: block;
    position: absolute;
    top: -12px;
    left: 22px;
    width: 2px;
    height: 10px;
    background: #F1F1F1;
}
.custom_product_options .options .option .option_name {
    width: 320px;
    text-align: left;
    line-height: 18px;
}
.custom_product_options .options .option .option_price {
    text-align: right;
    width: 120px;
}
.custom_product_options .options .option .option_price .regular-price {
    font-size: 14px;
    text-decoration-line: line-through;
}
.custom_product_options .options .option .option_price .price {
    font-size: 16px;
}

.custom_product_options .options .option .option_cart_btn {
    width: 60px;
    height: 50px;
}
.custom_product_options .options .option .option_cart_btn button {
    width: 100%;
    height: 50px;
    border: none;
    background-color: transparent;
    background-image: url(../img/add_to_cart_1.svg);
    background-size: 36px;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s ease;
}
.custom_product_options .options .option .option_cart_btn button:hover {
    background-image: url(../img/add_to_cart_2.svg);
    cursor: pointer;
    transition: .3s ease;
}
.custom_product_options .options .option .option_cart_btn .out_of_stock {
    width: 100%;
    height: 50px;
    background-image: url(../img/add_to_cart_3.svg);
    background-size: 36px;
    background-repeat: no-repeat;
    background-position: center;
}



#product .current-price .discount {
    font-size: 16px;
    color: #FFF;
    border-radius: 3px;
}

#product .product-pack {
    margin-top: 0 !important;
    background: #F1F1F1;
    padding: 20px;
}
#product .product-pack .pack-product-container {
    justify-content: space-evenly;
}
#product .product-pack .pack-product-container img {
    height: 100px;
}
#product .product-pack article:not(:last-child) {
    margin-bottom: 20px;
}
#product .product-pack .card {
    position: relative;
    background: #FFF;
    margin-bottom: 0;
}
#product .product-pack article .card::after {
    position: absolute;
    z-index: 2;
    left: calc(50% - 20px);
    bottom: -28px;
    content: '+';
    width: 34px;
    height: 34px;
    font-size: 36px;
    color: #FFF;
    background: #404040;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
}
#product .product-pack article:last-child .card::after {
    display: none;
}

#product .product-pack .pack-product-container .pack-product-name {
    flex: 0 0 50%;
    padding: 8px 0 0 6px;
}
#product .product-pack .description_short {
    font-size: 12px;
    color: #A5A5A5;
    line-height: 15px;
}
#product .product-pack .old_price {
    color: #999;
    text-decoration: line-through;
    margin-right: 10px;
}
#product .product-pack .new_price {
    font-size: 16px;
    color: #91BE21;
    font-weight: 600;
}


#product .product-description p {
    font-weight: normal;
}
#product .product-description ul {
    list-style: square;
    padding-left: 20px;
}
#product .product-description ul li {
    font-size: 13px;
}
#product .product-description .desc_guide {
    display: none;
}


#product #agWidgetH {
    text-align: left;
    margin: 0;
    background: none;
    border: none;
    box-shadow: none;
}
#product #agWidgetH .inner {
    padding: 0;
}
#product #agWidgetH .steavisgarantisStar {
    float: left;
}
#product #agWidgetH .reviewGlobal p {
    float: left;
    font-size: 13px !important;
    line-height: 32px !important;
    color: #404040;
    margin-left: 15px !important;
}
#product #agWidgetH .reviewGlobal .agBt {
    background: none;
    border: none;
    padding: 0 0 0 4px;
}



/* PRODUCT REASSURANCE */

.blockreassurance_product {
    display: flex;
    float: left;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0 -40px 0;
}
.reass_line {
    display: flex;
}
.reass_line:not(:nth-child(4)) {
    border-right: 1px solid #91BE21;
}
.reass_line .reass_icon {
    width: 70px;
    height: 50px;
    
}
.reass_line .reass_icon img {
    width: 44px;
    height: 44px;
    margin: 3px;
}
.reass_line:nth-child(4) .reass_icon img {
    width: 60px;
    height: 60px;
    margin: -4px 0 0 -1px;
}
.reass_line .reass_text {
    padding-right: 20px;
}
.reass_line .reass_text .title {
    height: 30px;
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 35px;
    margin-block-start: 0;
    margin-block-end: 0;
}
.reass_line .reass_text .subtitle {
    height: 20px;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 10px;
    margin-block-start: 0;
    margin-block-end: 0;
}

#product .product-quantity #mobile_fixed_price {
    display: none;
}



/* CHECKOUT */

#cart .product-line-grid-left img {
    /*mix-blend-mode: multiply;*/
}
#cart .product-line-grid-left {
    background: #FFF;
}
#cart .blockreassurance_product, #checkout .blockreassurance_product {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin: 0;
}
#cart .blockreassurance_product .reass_line, #checkout .blockreassurance_product .reass_line {
    border: none;
}

#checkout .carrier-logo img {
    mix-blend-mode: multiply;
    filter: brightness(1.1);
}
#checkout .carrier-name-container span {
    font-size: 14px;
}
#checkout .carrier-delay {
    font-size: 13px;
}

.colissimo-pickup-point-address {
    text-align: center;
}
#colissimo-select-pickup-point {
    margin-bottom: 40px;
}



/* CMS */

#cms #main {
    background: none;
}

#cms_livraison h2 {
    font-size: 1rem;
}
#cms_livraison h2.prices_delays {
    text-align: center;
    font-size: 1.2rem;
    padding-top: 15px;
    border-top: 8px solid #FFF;
}
#cms_livraison .carrier {
    display: -webkit-flex; /* Safari */		
	display: flex; /* Standard syntax */
    overflow: auto;
    margin-top: 20px;
}
#cms_livraison .carrier .description {
   flex-basis: 75%;
}
#cms_livraison .carrier .logo {
    display: flex;
    flex-basis: 25%;
    justify-content: flex-end;
    align-items: center;
}
#cms_livraison h3 {
    padding: 10px 0 6px 10px;
    border-bottom: 4px solid #FFF;
}
#cms_livraison h3 strong {
    padding: 0 70px 4px 0;
}
#cms_livraison .carrier ul {
    list-style-type: square;
    margin: 10px 0 0 40px;
}
#cms_livraison .carrier_logo {
    display: block;
    width: 80%;
    padding: 20px;
    background-color: #FFF;
    border-radius: 20px;
}

#cms_qualite .image1_container {
    display: flex;
    background: url(../../../../img/cms/Page_Qualite_1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 460px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#cms_qualite .image1_container h1 {
    font-size: 2rem;
    color: #FFF;
    background: none;
}
#cms_qualite .image1_container p {
    font-size: 0.9rem;
    color: #FFF;
    text-align: center;
    line-height: 1.8;
    padding: 10px 50px;
}
#cms_qualite .step {
    overflow: auto;
    margin-top: 30px;
}
#cms_qualite .step h2 {
    padding: 14px 5px;
    border-bottom: 1px solid #B5B5B5;
}
#cms_qualite .step img {
    float: left;
    margin: 10px 15px 0 0;
    border-radius: 8px;
}



/* SOSAV_PAGES */

#sosav_page {
    margin: 0;
}
#sosav_page .content {
    position: relative;
}
#sosav_page .sp_breadcrumb {
    padding: 0 0 14px 0;
}
#sosav_page .sp_breadcrumb a {
    text-decoration: underline;
    color: #626568;
}
#sosav_page h1 {
    background: #759C00;
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase;
    padding: 18px;
}
#sosav_page h2 {
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    padding: 20px 0 14px 0;
    border-bottom: 1px solid #B5B5B5;
    margin-bottom: 36px;
}
#sosav_page h2::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: calc(50% - 15px);
    width: 24px;
    height: 24px;
    background: #FFF;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    border: 1px solid #B5B5B5;
    transform: rotate(45deg);
}
#sosav_page p {
    font-size: 13px;
    color: #404040;
    line-height: 1.5;
    text-align: justify;
}
#sosav_page p a {
    font-weight: 600;
    color: #759C00;
    text-decoration: underline;
}
#sosav_page p a.link_page {
    background: #759C00;
    font-size: 20px;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 38px;
    border-radius: 10px;
    margin-top: 10px;
}
#sosav_page p a.link_page::before {
    content: '\276F';
    font-size: 22px;
    color: #FFF;
    margin-right: 10px;
    vertical-align: -2px;
}
#sosav_page p a.link_page.disabled {
    pointer-events: none;
    background: #BEBEBE;
}
#sosav_page p:has(.link_page) {
    text-align: center;
    padding-top: 12px;
}
#sosav_page .links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
#sosav_page .links .link_subpage {
    display: flex;
    align-items: center;
    flex-basis: calc((100% - 30px) / 3);
    color: #404040;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    background: #EEE;
    padding: 14px;
    text-align: left;
}
#sosav_page .links .link_subpage:hover {
    background: #F4F4F4;
}
#sosav_page ul {
    list-style-type: square;
    margin-left: 40px;
}

#sosav_page #ticket_form {
    width: 60%;
    margin: 0 auto;
}
#sosav_page #ticket_form p {
    position: relative;
}
#sosav_page #ticket_form label {
    width: 30%;
    font-weight: 500;
    vertical-align: top;
    padding-top: 6px;
}
#sosav_page #ticket_form input {
    width: 60%;
    height: 40px;
    border: 1px solid #626568;
    border-radius: 4px;
    margin-left: 6px;
    padding: 6px;
}
#sosav_page #ticket_form textarea {
    width: 60%;
    height: 140px;
    border: 1px solid #626568;
    border-radius: 4px;
    margin-left: 6px;
    padding: 6px;
}
#sosav_page #ticket_form input:focus, #sosav_page #ticket_form textarea:focus {
    border-color: #759C00;
}
#sosav_page #ticket_form .error, #sosav_page #ticket_form .invalid_email {
    position: absolute;
    top: 0;
    right: -50px;
    background: #EE8626;
    color: #FFF;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 6px;
}
#sosav_page #ticket_form button[type=submit] {
    margin: 10px 0 0 6px;
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 500;
    background: #759C00;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
}
#sosav_page #ticket_form button[type=submit]:hover {
    background: #99CC00;
    cursor: pointer;
}
#sosav_page #ticket_form .error, #sosav_page #ticket_form .invalid_email {
    display: none;
}
#sosav_page .ticket_sent, #sosav_page .ticket_error  {
    position: absolute;
    display: flex;
    z-index: 2;
    width: 60%;
    margin: 100px 20%;
    padding: 30px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
}
#sosav_page .ticket_sent {
    background: rgba(117,156,0,0.8);
}
#sosav_page .ticket_sent::before {
    content: '\2714';
    color: #FFF;
    font-size: 30px;
    vertical-align: -4px;
    margin-right: 7px;
}
#sosav_page .ticket_error {
    background: rgb(243 83 12 / 80%);
}
#sosav_page .ticket_error::before {
    content: '\26A0';
    color: #FFF;
    font-size: 30px;
    vertical-align: -4px;
    margin-right: 7px;
}
#sosav_page .close_btn {
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 30px;
    color: #FFF;
    cursor: pointer;
}



/* GUIDES */

#guides .guides_homeban {
    width: 100vw;
    height: 200px;
    margin: 0 calc(((100vw - 100%) / 2) * -1);
    background-color: #151D28;
    background-image: url(../../../../images/guides/home_slide_02.jpg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: 72% -76px;
}
#guides .guides_reassurance {
    width: 100vw;
    height: 104px;
    margin: 0 calc(((100vw - 100%) / 2) * -1);
    margin-bottom: 30px;
    background: #91BE21;
}
#guides .guides_reassurance ul {
    width: 50%;
    margin: 0 auto;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}
#guides .guides_reassurance ul li {
    display: block;
    float: left;
    width: 25%;
    height: 120px;
}
#guides .guides_reassurance ul li img {
    display: block;
    width: 46px;
    margin: 10px auto;
}
#guides .guides_reassurance ul li .title {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 10px;
}
#guides .guides_reassurance ul li .subtitle {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #404040;
    font-weight: bold;
    text-transform: uppercase;
}

#guides .guides_breadcrumb {
    width: 100%;
    background: #F4F4F4;
    padding: 8px 0 9px 12px;
    margin-bottom: 25px;
}
#guides .guides_breadcrumb a {
    font-size: 14px;
    color: #404040;
    text-decoration: underline;
}
#guides .guides_breadcrumb .gb_separation {
    font-size: 20px;
    color: #999;
    font-weight: 400;
    vertical-align: -5px;
}

.guides_devices {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.guides_devices h1 {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    margin-bottom: 18px;
    margin-top: 20px;
}
.guides_devices h1::after {
font-size: 16px;
    content: '\25bc';
    color: #FFF;
    text-shadow: 0 2px 0 #d7d7d7;
    position: absolute;
    bottom: -12px;
    left: 50%;
    bottom: 0;
    margin-left: -10px;
    margin-bottom: -13px;
    -webkit-transform: scale(1.8,1);
    -moz-transform: scale(1.8,1);
    -ms-transform: scale(1.8,1);
    -o-transform: scale(1.8,1);
    transform: scale(1.8,1);
}
.guides_devices .device {
    flex-basis: 20%;
    text-align: center;
    padding-bottom: 10px;
    border: 1px solid #FFF;
    margin-bottom: 20px;
}
.guides_devices .device:hover {
    border: 1px solid #91BE21;
    border-radius: 8px;
}
.guides_devices .device .image {
    display: block;
}
.guides_devices .device .image img {
    width: 50%;
    margin-bottom: 6px;
}
.guides_devices .device .name {
    display: block;
}
.guides_devices .send_your_device {
    width: 100%;
    background: #F4F4F4;
    margin-top: 20px;
    padding: 5px 15px;
    border-radius: 10px;
    text-align: center;
}
.guides_devices .send_your_device p {
    text-align: center;
    font-weight: 600;
    padding: 0;
    margin: 0;
    border-bottom: 4px solid #FFF;
}
.guides_devices .send_your_device a {
    display: inline-block;
    padding: 10px 20px;
    background: #91BD09;
    color: #FFF;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px auto;
    border-radius: 10px;
}


#guides .header_seo {
    overflow: hidden;
}
#guides .header_seo h1 {
    padding: 0 15px 6px 0;
    font-size: 26px;
    font-weight: 300;
}
#guides .header_seo .text {
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
}
#guides .header_seo .image {
    text-align: center;
    /*margin-top: -24px;*/
}
#guides .header_seo .image img {
    width: 75%;
    mix-blend-mode: multiply;
}
#guides .header_seo.parts {
    position: relative;
    padding-bottom: 15px;
}
#guides .header_seo.parts .image img {
    max-width: 56%;
}
#guides .content_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 15px;
}
#guides .content_container h3 {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 10px;
    margin-bottom: 18px;
    margin-top: 20px;
}
#guides .content_container h3::after, #guides .header_seo.parts::after {
    font-size: 16px;
    content: '\25bc';
    color: #FFF;
    text-shadow: 0 2px 0 #D7D7D7;
    position: absolute;
    z-index: 2;
    bottom: -12px;
    left: 50%;
    bottom: 0;
    margin-left: -10px;
    margin-bottom: -13px;
    -webkit-transform: scale(1.8,1);
    -moz-transform: scale(1.8,1);
    -ms-transform: scale(1.8,1);
    -o-transform: scale(1.8,1);
    transform: scale(1.8,1);
}
#guides .content_container .content_item {
    flex-basis: 20%;
    text-align: center;
    padding-bottom: 10px;
    border: 1px solid #FFF;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 10px;
}
#guides .content_container .content_item:hover {
    border: 1px solid #91BE21;
}
#guides .content_container .content_item .image {
    display: block;
}
#guides .content_container .content_item .image img {
    width: 50%;
    margin-bottom: 6px;
}
#guides .content_container .content_item .name {
    display: block;
}

#guides .content_container .content_serie {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}
#guides .content_container .series_names {
    display: block;
    width: 100%;
    height: 59px;
    border-bottom:  8px solid #F1F1F1;
    margin: 8px 0 20px 0;
}
#guides .content_container .series_names li {
    display: inline-block;
    height: 50px;
    background: #363A42;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 50px;
    padding: 0 35px;
    transition: .3s ease;
}
#guides .content_container .series_names li.active {
    background: #91BE21;
}
#guides .content_container .series_names li:hover {
    cursor: pointer;
    background: #91BE21;
    transition: .3s ease;
}
#guides .content_container .content_serie:not(:first-of-type) {
    display: none;
}

#guides .content_container.parts {
    gap: 15px;
}
#guides .content_container .part {
    flex: 0 0 calc((100% - 60px) / 5);
    color: #404040;
    border: 1px solid #F1F1F1;
    border-radius: 8px;
}
#guides .content_container .part:hover {
    border: 1px solid #91BE21;
}
#guides .content_container .part .image {
    display: block;
    border-bottom: 1px solid #F1F1F1;
}
#guides .content_container .part .image img {
    border-radius: 8px 8px 0 0;
}
#guides .content_container .part .name {
    display: block;
    max-width: 265px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    margin-top: 8px;
}
#guides .content_container .part .difficulty {
    display: block;
    float: left;
    width: 60%;
    font-size: 12px;
    padding: 6px 0 6px 8px;
}
#guides .diff_circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #676767;
    border-radius: 50%;
}
#guides .diff_circle.color1 { 
    background: #91BE21; 
}
#guides .diff_circle.color2 { 
    background: #BBCD25; 
}
#guides .diff_circle.color3 { 
    background: #F3B444; 
}
#guides .diff_circle.color4 { 
    background: #F37E44; 
}
#guides .diff_circle.color5 { 
    background: #D71E1E; 
}
#guides .content_container .part .duration {
    display: block;
    float: right;
    width: 40%;
    text-align: right;
    font-size: 12px;
    padding: 6px 8px 6px 0;
}
#guides .content_container .part .duration i {
    color: #91BE21;
    margin-right: 6px;
}
#guides .bottom_seo {
    padding: 0 15px;
    margin-top: 40px;
    font-size: 13px;
    color: #404040;
    text-align: justify;
}
#guides .bottom_seo h2 {
    border-bottom: 1px solid #F4F4F4;
    padding: 0 0 10px 15px;
    font-size: 20px;
    color: #404040;
    font-weight: 500;
    margin: 45px 0 15px 0;
}
#guides .bottom_seo p {
    font-size: 13px;
    line-height: 22px;
    margin: 10px 0 15px 0;
}
#guides .bottom_seo ul {
    list-style: square;
    padding-left: 20px;
}


#guides .header_seo.guide .difficulty_duration {
    padding: 10px 0 8px 0;
    margin: 0 0 10px 0;
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
}
#guides .header_seo.guide .difficulty_duration .difficulty {
    margin-right: 30px;
}
#guides .header_seo.guide .text p {
    font-size: 13px;
    line-height: 20px;
}
#guides .header_seo.guide .text ul {
    list-style-type: square;
    padding-left: 20px;
}
#guides .header_seo.guide .guide_advices {
    margin: 10px 0;
    color: #91BE21;
    text-decoration: underline;
}

#guides .articles {
    margin-top: 40px;
}
#guides .articles .kits { 
    float: left;
    width: 33.33%;
    padding: 10px;
}
#guides .articles .parts { 
    float: left;
    width: 33.33%;
    padding: 10px;
}
#guides .articles .tools { 
    float: left;
    width: 33.33%;
    padding: 10px;
}
#guides .articles .all_articles {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    padding: 6px;
    background: #EBEBEB;
    border-radius: 8px;
    margin-top: 15px;
}

#guides .articles h2 {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    color: #404040;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #D7D7D7;
}
#guides .articles h2::after, #guides .guide_video h2::after, #guides .guide_photos h2::after {
    font-size: 16px;
    content: '\25bc';
    color: #FFF;
    text-shadow: 0 2px 0 #d7d7d7;
    position: absolute;
    bottom: -12px;
    left: 50%;
    bottom: 0;
    margin-left: -10px;
    margin-bottom: -13px;
    -webkit-transform: scale(1.8,1);
    -moz-transform: scale(1.8,1);
    -ms-transform: scale(1.8,1);
    -o-transform: scale(1.8,1);
    transform: scale(1.8,1);
}

#guides .articles .article {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 110px;
    padding: 0;
    margin: 10px 0;
}
#guides .articles .article:not(.only_one):hover {
    color: #404040;
    background: #EBEBEB;
    border-radius: 8px;
    transition: .5s ease;
}
#guides .articles .article .art_name {
    display: block;
    float: left;
    width: calc(100% - 120px);
    border-bottom: 1px solid #91BE21;
    text-align: right;
    line-height: 14px;
    padding: 4px 20px 10px 0;
}
#guides .articles .article .art_price {
    display: block;
    float: left;
    width: calc(100% - 120px);
    font-size: 24px;
    text-align: right;
    padding: 4px 20px 0 0;
}
#guides .articles .article .art_price .art_price_old {
    text-decoration: line-through;
}
#guides .articles .article .art_link {
    display: block;
    float: left;
    width: calc(100% - 120px);
    font-size: 14px;
    text-align: right;
    color: #91BE21;
    padding: 10px 20px 0 0;
}
#guides .articles .article .art_link span {
    vertical-align: -6px;
}
#guides .articles .article .art_image {
    display: inline-block;
    width: 120px;
    border-left: 1px solid #91BE21;
    text-align: right;
}
#guides .articles .article .art_image img {
    mix-blend-mode: multiply;;
}
#guides .all_articles a {
    position: relative;
    display: block;
    width: 30%;
    margin: 0 calc(10% / 6);
    background: #EBEBEB;
    border-radius: 8px;
}

#guides .guide_video {
    text-align: center;
}
#guides .guide_video .iframe {
    width: 80%;
    min-height: 480px;
    border: none;
}
#guides .guide_video h2, #guides .guide_photos h2 {
    position: relative;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    margin: 50px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #D7D7D7;
}

#guides .guide_photos .step {
    float: left;
    margin-bottom: 60px;
}
#guides .guide_photos .images {
    position: relative;
    float: left;
    width: 563px;
}
#guides .guide_photos .active_image_container {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #D7D7D7;
}
#guides .guide_photos .open_big_image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(60,60,60,0.5);
    font-size: 200px;
    text-align: center;
    line-height: 2;
    color: #91BE21;
    opacity: 0;
    transition: 1s ease;
}
#guides .guide_photos .open_big_image_button {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(60,60,60,0.8);
    font-size: 18px;
    color: #91BE21;
    padding: 6px 35px;
    opacity: 0;
}
#guides .guide_photos .open_big_image:hover {
    opacity: 0.8;
    transition: 1s ease;
    cursor: pointer;
}
#guides .guide_photos .open_big_image:hover + .open_big_image_button {
    opacity: 0.8;
    transition: 1s ease;
    cursor: pointer;
}
#guides .guide_photos .thumbnails {
    float: left;
}
#guides .guide_photos .thumbnail {
    position: relative;
    float: left;
    width: calc((100% - 16px) / 5);
    letter-spacing: 0;
    border: 1px solid #D7D7D7;
    opacity: 0.9;
}
#guides .guide_photos .thumbnail:not(:last-child) {
    margin-right: 4px;
}
#guides .guide_photos .thumbnail:hover {
    opacity: 1;cursor: pointer;
}
#guides .guide_photos .thumbnail.active::after {
    display: block;
    position: absolute;
    left: 5%;
    bottom: -12px;
    content: '';
    width: 90%;
    height: 6px;
    background: #91BE21;
    border-radius: 6px;
}
#guides .guide_photos .texts {
    float: left;
    width: calc(100% - 563px);
    padding: 0 15px 0 30px;
}
#guides .guide_photos .title {
    display: block;
    width: 100%;
    padding: 0 0 10px 30px;
    border-bottom: 2px solid #91BE21;
    font-size: 26px;
    font-weight: 300;
    color: #404040;
}
#guides .guide_photos .text {
    width: 100%;
    padding: 10px 0;
}
#guides .guide_photos .text p {
   line-height: 20px;
}
#guides .guide_photos .step_icon {
    display: inline-block;
    position: relative;
    padding-left: 38px;
}
#guides .guide_photos .step_icon::before {
    display: inline-block;
    position: relative;
    top: 1px;
    content: "\63";
    text-transform: none;
    font-family: 'Icomoon';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 4px;
    top: 50%;
    font-size: 28px;
    margin-top: -20px;
}

#guides .guide_photos .step_warning:before {color:#e90101;content:'\72'}
#guides .guide_photos .step_help:before {color:#f77b00;content:'\73'}
#guides .guide_photos .step_info:before {content:'\74';color:#91bd09}
#guides .guide_photos .step_out:before {content:'\75'}
#guides .guide_photos .step_screwred:before {content:'{';color:#e90101}
#guides .guide_photos .step_screwgreen:before {content:'{';color:#90bd0a}
#guides .guide_photos .step_screwyellow:before {content:'{';color:#fff600}
#guides .guide_photos .step_screwblue:before {content:'{';color:#0090ff}
#guides .guide_photos .step_screworange:before {content:'{';color:#ff9c00}
#guides .guide_photos .step_screwpurple:before {content:'{';color:#ba00ff}



/* COOKIES */

.custom_cookie_banner {
    width: 340px !important;
    height: 350px;
    margin: 28px;
    border: none;
    border-radius: 20px;
    background-color: rgba(54, 58, 66, 0.68) !important;
    box-shadow: none !important;
    padding: 10px !important;
}
.custom_cookie_banner #acb-content {
    width: 100%;
}
.custom_cookie_banner  .acbCheckboxesContainer {
    flex-direction: column;
}
.custom_cookie_banner .acbCheckboxContainer .acbCheckbox {
    width: 18px;
    height: 18px;
    vertical-align: -3px;
    margin-right: 6px;
}
.custom_cookie_banner #acb-action {
    flex-direction: column;
}
.custom_cookie_banner #acb-action .acb-button {
    width: 100%;
    padding: 0 3rem;
    margin: 4px 0;
    font-size: 11px;
    color: #759C00;
    border-color: #759C00;
}
.custom_cookie_banner #acb-action .acb-button#acb-accept-all-button {
    background-color: #759C00;
    color: #FFF;
}


/* SFM SOSav Front Messages */
.sfm_messages .sfm_message_desktop {
    width: 100%;
    padding: 0 calc((100% - 1280px) / 2);
}

.sfm_messages .sfm_message_desktop.sfm_fullwidth {
    padding: 0;
}

#contact #content-wrapper, #contact .card-block {
    padding: 0;
}






/* MOBILE */

@media (max-width: 991px) {

    body {
        padding-top: 100px;
    }
    #wrapper {
        margin-top: 6px;
    }
    #index #wrapper {
        margin-top: 0;
    }

    /* HEADER */

    #header.header_fixed {
        position: fixed;
        z-index: 999;
    }
    #header .header-nav {
        background: #FFF;
    }
    #header .header-nav .mobile {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background: #FFF;
        border-bottom: 1px solid #DEDEDE;
    }
    #header .header-nav .container {
        padding: 0;
    }
    #header .header_mobile_reassurance {
        display: flex;
        height: 56px;
        flex-direction: row;
        justify-content: center;
        background: #EFEFEF;
        flex-wrap: wrap;
    }
    #header .header_mobile_reassurance .opening_hours {
        width: 100%;
        height: 28px;
        font-size: 3vw;
        text-align: center;
        line-height: 28px;
        border-bottom: 1px solid #fff;
    }
    #header .header_mobile_reassurance .reassurance {
        height: 28px;
        font-size: 11px;
        line-height: 28px;
        padding: 0 10px;
    } @media (max-width: 320px) { #header .header_mobile_reassurance .reassurance { font-size: 7px; } }
    #header .header_mobile_reassurance .reassurance:not(:last-child) {
        border-right: 1px solid #FFF;
    }
    #header .header_mobile_reassurance .reassurance .france_icon {
        height: 20px;
    }
    #header .header_mobile_reassurance .reassurance .phone_icon {
        height: 16px;
    }
    #header .header_mobile_reassurance .reassurance i {
        color: #404040;
        font-size: 20px;
        margin-right: 4px;
    }
    .ets_mm_megamenu {
        display: block;
        position: relative;
    }
    #header #_mobile_cart, #header #_mobile_user_info {
        padding: 0;
    }
    .ets_mm_megamenu.hook-custom {
        margin-top: 0;
    }
    #header .header_mobile_menu_btn {
        float: left;
        width: 12%;
    }
    #header .header_mobile_search {
        float: left;
        width: 18%;
        padding: 10px 0 0 0;
    }
    #header .header_mobile_search #doofinder_search_input_mobile {
        width: 30px;
        height: 30px;
        background: #EFEFEF;
        border-radius: 50%;
        padding: 4px 0 0 2px;
        margin-top: -2px;
    }
    #header .header_mobile_search span {
        font-size: 26px !important;
        color: #91BE21 !important;
    }
    #header .header_mobile_logo {
        float: left;
        width: 40%;
        text-align: center;
    }
    #header .header_mobile_logo img {
        width: 100px;
        max-height: 1.8rem !important;
        margin-top: 8px;
    }
    #header .header_mobile_cart_user_btn {
        float: left;
        width: 30%;
        padding: 8px;
    }

    .layout_layout1 .ets_mm_megamenu_content {
        border: none;
    }
    .ets_mm_megamenu .container {
        background: #FFF;
    }
    .ets_mm_megamenu .ybc-menu-toggle {
        padding: 12px 0 10px 10px;
    }
    .ets_mm_megamenu .ybc-menu-toggle .icon-bar {
        background-color: #91BE21;
        margin: 3px 3px 1px 0;
        width: 25px;
        height: 3px;
    }
    #header .header_mobile_cart_user_btn .account-button {
        background: #EFEFEF url(../img/user_icon.png) no-repeat center 4px;
        background-size: 24px;
    }
    #header .header-nav .cart-preview .shopping-cart {
        background: #EFEFEF url(../img/shopping_cart.png) no-repeat center 2px;
        background-size: 26px;
        margin-left: 6px;
    }
    #header .header-top {
        display: none;
    }
    #header .mainmenu_buttons {
        padding: 0;
        margin: 0 -15px;
    }
    #header .search_container {
        display: none;
        width: 100%;
        height: 36px;
    }
    #header .search_container #doofinder_search_input_mobile {
        height: 37px;
        border-color: #DEDEDE;
        margin: 0;
        border-radius: 0;
        border-bottom: 1px solid #CCC;
    }
    #dfclassic {
        top: 74px;
    }
    #header .user-info.dropdown-menu {
        top: calc(100% + 8px);
    }
    #header .cart-drop-contents {
        right: -8px;
        top: calc(100% + 6px);
        padding: 10px;
        text-transform: uppercase;
        text-align: center;
    }
    #header .cart-drop-contents span {
        font-size: 12px;
    }



    /* ETS_MEGAMENU */

    .ets_mm_megamenu .close_menu {
        background-color: #91BE21 !important;
    }
    .ybc-menu-toggle.closed {
        z-index: 99999;
    }
    .ets_mm_megamenu .mm_menus_back {
        vertical-align: -2px;
    }
    .ets_mm_megamenu .menu_devices {
        flex-wrap: wrap;
        display: block;
        height: 100%;
        background: #FFF;
    }
    .ets_mm_megamenu .mm_menus_li {
        border: none !important;
    }
    .ets_mm_megamenu .menu_device {
        border-right: none !important;
        border-bottom: 1px solid #F4F4F4 !important;
    }
    .ets_mm_megamenu .mm_menus_ul .device_img {
        display: block;
        float: left;
        width: 20%;
        padding: 5px 0 5px 15px;
    }
    .ets_mm_megamenu .mm_menus_ul .device_img img {
        height: 50px;
        margin-top: 0;
    }
    .ets_mm_megamenu .mm_menus_ul .device_name {
        display: block;
        float: left;
        height: 50px;
        line-height: 62px;
    }
    .ets_mm_megamenu .menu_devices .menu_device .arrow {
        width: 100%;
        height: 60px;
    }
    .ets_mm_megamenu .menu_devices .menu_device .arrow::before {
        left: auto;
        right: 12px;
    }
    .ets_mm_megamenu .menu_devices .menu_device .arrow::after {
        left: auto;
        right: 24px;
    }
    .mm_menus_li.hover:hover .mm_columns_ul,
    .mm_menus_li.menu_hover .mm_columns_ul,
    .click_open_submenu .mm_columns_ul.open,
    .ets_mm_megamenu:not(.scroll_heading) .mm_menus_li.menu_ver_alway_show_sub .mm_columns_ul {
        display: none;
    }
    .ets_mm_megamenu .mm_columns_ul {
        padding-top: 0;
    }
    .ets_mm_megamenu .mm_columns_ul .mm_blocks_li {
        margin: 0;
    }
    .ets_mm_megamenu .menu_brands .menu_brand {
        padding: 0;
    }
    .ets_mm_megamenu .menu_brands .menu_brand .brand {
        display: block;
        width: 100%;
        padding: 0px 0 0 34px;
        border-bottom: 1px dashed #91BE21;
    }
    .ets_mm_megamenu .menu_brands .menu_brand .brand_img img {
        height: 50px;
        margin-top: 0;
        vertical-align: -20px;
    }
    .ets_mm_megamenu .series, .ets_mm_megamenu .links {
        display: none;
        padding: 4px 0 20px 0;
    }
    .ets_mm_megamenu .series .title {
        padding: 0px 0 4px 80px;
        margin: 4px 0 0 0;
        font-size: 13px;
        border-bottom: 1px dashed #CCC;
    }
    .ets_mm_megamenu .series .title.open {
        border-bottom: 1px dashed #CCC;
    }
    .ets_mm_megamenu .series .title .column a {
        display: block;
        font-size: 13px;
        padding: 0 0 0 30px;
        margin: 2px 0 -6px 0;
    }
    .ets_mm_megamenu .menu_tools {
        display: flex;
        flex-wrap: wrap;
        padding: 15px;
    }
    .ets_mm_megamenu .menu_tools a {
        display: block;
        flex-basis: 33%;
        text-align: center;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .ets_mm_megamenu .menu_tools a img {
        display: block;
        width: 60px;
        margin: 0 auto;
    }
    .ets_mm_megamenu .mobile_top_menu_buttons {
        display: flex;
        width: 100%;
        height: 92px;
        overflow: hidden;
        border-bottom: 1px solid #F4F4F4;
    }
    .ets_mm_megamenu .mobile_top_menu_buttons a {
        flex-basis: 33.33%;
        text-align: center;
        line-height: 14px;
        padding: 14px 0;
    }
    .ets_mm_megamenu .mobile_top_menu_buttons a:not(:last-child) {
        border-right: 1px solid #F4F4F4;
    }
    .ets_mm_megamenu .mobile_top_menu_buttons a img {
        display: block;
        height: 34px;
        margin: 0 auto 6px auto;
    }
    .ets_mm_megamenu .mobile_bottom_menu_buttons {
        position: absolute;
        bottom: 12px;
        left: 84px;
        padding: 0 10px;
        border: 1px solid #91be21;
        border-radius: 40px;
    }
    .ets_mm_megamenu .mobile_bottom_menu_buttons a img {
        /*margin-right: 10px;*/
    }




    /* HOMEPAGE */

    #index .topcolumn .container {
        padding: 0;
    }
    #index .topcolumn-inner {
        padding: 0;
    }
    #index .mainslider-container {
        width: 100%;
    }
    #index #custom-text {
        padding: 0;
    }
    #index .home_bans_1 {
        width: calc(100% - 20px);
        height: 128px;
        margin: 15px 10px 0 10px;
        padding: 0;
        background-image: url(../img/home_bans_1_mobile.png);
        background-size: 100%;
        background-position: 138px -40px;
    }
    #index .home_bans_1 p {
        width: 92%;
        font-size: 13px;
        padding: 10px;
        text-align: center;
        margin: 20px auto 10px auto;
        border-radius: 10px;
    }
    #index .home_bans_1 ul {
        width: 70%;
        margin: 16px 0 0 -28px;
        padding: 0;
        background: none;
    }
    #index .home_bans_1 ul li {
        font-size: 14px;
        color: #FFF;
        padding: 5px 0 5px 42px;
    }
    #index .home_bans_1 ul li i {
        min-width: 30px;
        font-size: 14px;
        margin: 0 6px 4px 0;
        padding: 4px;
    }
    #index .home_bans_2 {
        width: calc(100% - 20px);
        margin: 15px 10px 0 10px;
        background-size: 67%;
        background-position: 144px -3px;
        border-radius: 10px;
    }
    #index .home_bans_2 a span {
        width: 46%;
        font-size: 14px;
        line-height: 18px;
        padding: 24px 0 13px 19px;
    }
    #index .home_bans_2 a span i {
        font-size: 24px;
        vertical-align: -6px;
    }
    #index .home_bans_3 {
        width: calc(100% - 20px);
        height: 135px;
        margin: 15px 10px 0 10px;
        background-size: 82%;
        background-position: 110px -30px;
        border-radius: 10px;
    }
    #index .home_bans_3 a span {
        width: 46%;
        font-size: 14px;
        line-height: 18px;
        padding: 36px 0 13px 19px;
    }
    #index .home_bans_3 a span i {
        font-size: 24px;
        vertical-align: -6px;
    }


    #index .featured-products {
        margin-top: 0 !important;
    }
    #index .featured-products .products {
        flex-wrap: wrap;
    }
    #index .featured-products .product-miniature {
        flex-basis: 33%;
    }
    #index .featured-products .product-miniature .btn-primary {
        margin-top: 6px;
        border-radius: 6px;
    }


    #index .home_reassurance {
        gap: 0;
    }
    #index .home_reassurance .hr {
        width: 100%;
        padding: 10px 5px 10px 72px;
    }
    #index .home_reassurance .hr::before {
        font-size: 40px;
        top: 24px;
    }
    #index .home_reassurance .hr .hr_title {
        font-size: 14px;
    }


    #index .title_1 {
        width: 70%;
        font-size: 15px;
    }
    #index .title_2, #index .title_3, #index .title_4 {
        font-size: 12px;
        margin-top: 4px;
        line-height: 1;
    }
    #index .home_parts_container .home_parts_item {
        flex-basis: 50%;
        margin-bottom: 34px;
    }
    #index .home_parts_container .home_parts_item .title {
        line-height: 3;
    }
    .home_parts_container .home_parts_item.iphone {
        background-size: 160px;
        background-position-x: 5px;
        background-position-y: 60px;
    }
    .home_parts_container .home_parts_item.samsung {
        background-size: 145px;
        background-position-x: 13px;
        background-position-y: 60px;
    }
    .home_parts_container .home_parts_item.tablets {
        background-size: 154px;
        background-position-x: 6px;
        background-position-y: 54px;
    }
    .home_parts_container .home_parts_item.macbook {
        background-size: 166px;
        background-position-x: 9px;
        background-position-y: 66px;
    }
    .home_parts_container .home_parts_item.playstation {
        background-size: 112px;
        background-position-x: 30px;
        background-position-y: 58px;
    }
    .home_parts_container .home_parts_item.accessories {
        background-size: 118px;
        background-position-x: 28px;
        background-position-y: 52px;
    }

    .ste_homepage {
        padding: 0;
    }



    /* FOOTER */

    .footer_blocks {
        display: flex;
        flex-wrap: wrap;
    }
    .footer_blocks div {
        flex-basis: 100%;
    }
    #block_know_more .h3 {
        font-size: 13px;
    }
    #block_know_more::before {
        border-right: none;
    }
    .footer-container #block_myaccount_infos li {
        padding: 2px 0;
    }



    /* CATEGORIES */

    #category #products {
        margin-top: 0;
    }
    #category .category-cover, #category #category-description, #category .hr_category {
        display: none;
    }
    #category .breadcrumb {
        float: left;
        text-align: left;
    }
    #category .title-breadcrumb {
        width: calc(100% + 60px);
        padding: 6px;
        margin: 0 -30px 10px -30px;
    }
    #category .title-breadcrumb .category-title {
        display: none;
    }
    #category .title-breadcrumb li a span {
        font-size: 10px;
    }
    #category .category_h1 {
        width: 100%;
    }
    #category .category_h1::after {
        content: '';
    }
    #category .block-category {
        margin-bottom: -15px;
    }
    #category #subcategories {
        border-top: none;
    }

    #category #subcategories ul li {
        flex-basis: 100%;
        width: auto;
        min-width: auto;
        margin: 0 0 6px 0;
        background: #F4F4F4;
    }
    #category #subcategories ul li .subcategory-image {
        float: left;
        padding: 0;
        margin-right: 10px;
    }
    #category #subcategories ul li .subcategory-image a {
        float: left;
        padding: 2px;
        border-radius: 3px;
    }
    #category #subcategories ul li .subcategory-image a img {
        max-width: 36px;
        vertical-align: top;
        mix-blend-mode: multiply;
    }
    #category #subcategories ul li h5 {
        float: left;
        line-height: 37px;
        margin-block-start: 0;
        margin-block-end: 0;
    }
    #category #subcategories {
        border-bottom: none;
        padding: 0 0 0 10px;

    }
    #category .products .thumbnail-container {
        border-right: 1px solid #F4F4F4;
    }
    #category .product_mobile {  
        display: grid !important; 
        grid-template-columns: 1fr 1.3fr 0.7fr; 
        grid-template-rows: 0.8fr 0.8fr; 
        gap: 0px 0px; 
        grid-template-areas: 
          "product_image product_name product_name"
          "product_image product_price_stock_rates product_add_cart_btn"; 
    }
    #category .product_image { 
        grid-area: product_image; 
    }
    #category .product_name { 
        grid-area: product_name;
        text-align: left;
        padding-left: 8px;
    }
    #category .product_price_stock_rates { 
        grid-area: product_price_stock_rates;
        text-align: right;
    }
    #category .product_add_cart_btn { 
        grid-area: product_add_cart_btn; 
        padding-top: 8px;
    }
    #category .product_add_cart_btn .add-to-cart {
        background: #759C00 url(../img/add_to_cart.png) no-repeat center 8px;
        background-size: 24px;
    }
      




    /* PRODUCT */

    #product #topbtn {
        display: none;
    }

    #product .product-description iframe {
        width: 100%;
    }
    #product .product-container {
        float: left;
        width: 100%;
    }
    #product .product-container h1 {
        font-size: 18px;
    }
    #product .product-container .product-description {
        font-size: 13px;
        text-align: justify;
    }

    #product .product_infos {
        padding: 0;
    }

    #product .custom_product_options {
        margin: 15px 0 20px 0;
    }
    .custom_product_options .options {
        padding-left: 0;
    }
    #product .custom_product_options .options .option .option_name {
        width: calc(100vw - 180px);
        text-align: left;
        line-height: 14px;
        padding-left: 6px;
    }
    #product .custom_product_options .options .option .option_name a {
        font-size: 11px;
    }
    #product .custom_product_options .options .option .option_price .price {
        width: 70px;
        font-size: 13px;
        padding-right: 6px;
    }
    #product .custom_product_options .options .option .option_cart_btn {
        width: 30px;
    }
    #product .custom_product_options .option_cart_btn button, #product .custom_product_options .option_cart_btn .out_of_stock {
        background-size: 24px;
    }


    #product .blockreassurance_product {
        flex-direction: column;
            margin: 10px 0;
        align-items: initial;
    }
    .reass_line:not(:nth-child(4)) {
        border-right: none;
    }
    #product .reass_line .reass_icon {
        float: left;
        width: 20%;
        height: 40px;
        border-right: 1px solid #D5D5D5;
    }
    #product .reass_line .reass_icon img {
        width: 30px;
        height: auto;
        margin: 3px;
    }
    #product .reass_line .reass_text {
        float: left;
        width: 80%;
        padding-left: 24px;
    }
    #product .reass_line .reass_text .title {
        font-size: 13px;
        height: 22px;
        line-height: 25px;
    }
    #product .reass_line .reass_text .subtitle {
        height: 16px;
        font-size: 11px;
        line-height: 12px;
    }
    #product .tabs {
        margin-top: 30px !important;
    }
    
    #product .images-container {
        width: 100%;
        /*overflow: hidden;*/
        margin-bottom: 20px;
        background: #F1F1F1;
    }
    #product .swiper-container {
        /*height: 45vh;*/
        background: #F1F1F1;
    }
    #product .swiper-container img {
        mix-blend-mode: multiply !important;
        /*filter: brightness(1.1);*/
    }
    #product .swiper-button-prev, #product .swiper-button-next {
        color: #91BE21;
    }


    #product .product-quantity.fixed_bottom .qty {
        display: none;
    }
    #product .product-quantity.fixed_bottom .add {
        display: block;
        flex-basis: 60%;
        text-align: right;
    }
    #product .product-quantity.fixed_bottom .add button {
        width: calc(100% - 10px);
        height: 40px;
        margin: 5px 0;
        font-weight: 700;
        /*border-radius: 6px;*/
    }



    /* CART POPUP */

    #blockcart-modal .modal-dialog {
        margin-top: 90px;
    }
    #blockcart-modal .modal-title i.material-icons {
        margin-right: 10px;
    }
    #blockcart-modal .modal-title {
        font-size: 14px;
    }
    #blockcart-modal .product-image {
        width: 50%;
    }
    #blockcart-modal .cart-content p {
        line-height: 16px;
        margin-top: 10px;
    }
    #blockcart-modal .cart-content .cart-content-btn .btn {
        padding: 8px;
    }
    #blockcart-modal button {
        font-size: 11px;
    }
    #blockcart-modal .btn i {
        margin-right: 7px;
        vertical-align: -8px;
    }



    /* CMS */

    #cms .container {
        padding-top: 4px;
    }
    #cms_livraison p {
        font-size: 0.8rem;
        line-height: 20px;
    }
    #cms_livraison h3 strong {
        padding: 0 0 4px 0;
    }
    #cms_livraison .carrier {
        flex-direction: column;
    }
    #cms_livraison .carrier .logo {
        justify-content: center;
        margin-top: 10px;
    }

    #cms_qualite .image1_container {
        background-size: cover;
        min-height: auto;
        margin: -20px;
        padding: 10px;
    }
    #cms_qualite .image1_container h1 {
        font-size: 18px;
        text-align: center;
    }
    #cms_qualite .image1_container p {
        font-size: 12px;
        padding: 10px;
        line-height: 16px;
    }
    #cms_qualite .step h2 {
        font-size: 16px;
    }
    #cms_qualite .step p {
        font-size: 14px;
        line-height: 20px;
    }
    #cms_qualite .step img {
        margin: 10px 15px 15px 0;
    }


    /* SOSAV_PAGES */

    #sosav_page p a.link_page {
        font-size: 14px;
        padding: 9px 25px;
    }
    #sosav_page .links .link_subpage {
        flex-basis: 100%;
    
    }

    #sosav_page #ticket_form {
        width: 100%;
        margin: 0 auto;
    }
    #sosav_page #ticket_form p {
        position: relative;
    }
    #sosav_page #ticket_form label {
        width: 100%;
        text-align: left;
    }
    #sosav_page #ticket_form input {
        width: 100%;
        margin-left: 0;
    }
    #sosav_page #ticket_form textarea {
        width: 100%;
        margin-left: 0;
    }
    #sosav_page #ticket_form .error, #sosav_page #ticket_form .invalid_email {
        right: 0;
    }



    /* GUIDES */

    #module-sosav_guides-devices .container, #module-sosav_guides-brands .container {
        padding: 0;
    }
    #guides .guides_homeban {
        height: 84px;
        background-size: 100%;
        background-position: 50px 0px;
    }
    #guides .guides_reassurance {
        height: auto;
        overflow: auto;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    #guides .guides_reassurance ul {
        width: 100%;
    }
    #guides .guides_reassurance ul li {
        width: 50%;
        height: 70px;
        padding: 0 10px;
    }
    #guides .guides_reassurance ul li img {
        width: 35px;
        margin: 4px auto 0px auto;
    }
    #guides .guides_reassurance ul li .title {
        font-size: 12px;
        line-height: 14px;
        margin-top: 6px;
    }
    #guides .guides_reassurance ul li .subtitle {
        font-size: 10px;
        line-height: 12px;
    }
    #guides .guides_devices h1 {
        font-size: 18px;
        margin-top: -12px;
    }
    #guides .guides_devices {
        justify-content: space-between;
    }
    #guides .guides_devices .device {
        flex-basis: 30%;
        text-align: center;
        padding-bottom: 8px;
        border: none;
        margin-bottom: 8px;
    }
    #guides .guides_devices .device .image img {
        width: 46px;
    }
    #guides .guides_devices .device .name {
        font-size: 12px;
        line-height: 16px;
    }

    #guides .guides_breadcrumb {
        margin-top: 10px;
    }
    #guides .header_seo .text, #guides .header_seo .image {
        display: none;
    }
    #guides .header_seo h1 {
        font-size: 20px;
    }
    #guides .content_container h3 {
        font-size: 18px;
        line-height: 18px;
    }
    #guides .content_container {
        justify-content: space-between;
    }
    #guides .content_container .content_item {
        flex-basis: 33%;
    }
    #guides .content_container .content_item .image img {
        width: 80%;
        margin-bottom: 0;
    }
    #guides .content_container .content_item .name {
        line-height: 1.2;
        margin-top: 3px;
    }

    #guides .content_container .series_names {
        height: auto;
        border-bottom: none;
        margin: 8px 0 20px 0;
    }
    #guides .content_container .series_names li {
        width: 100%;
        height: 30px;
        line-height: 32px;
        margin-bottom: 4px;
    }
    #guides .content_container .part {
        flex: auto;
        flex-basis: 100%;
        margin-bottom: 15px;
    }
    #guides .content_container .part .image {
        text-align: center;
    }
    #guides .content_container .part .name {
        max-width: 100%;
    }
    #guides .header_seo {
        margin: 0 -15px;
    }
    #guides .articles {
        margin: 30px -15px 0 -15px;
    }
    #guides .articles .kits {
        width: 100%;
    }
    #guides .articles .parts {
        width: 100%;
    }
    #guides .articles .tools {
        width: 100%;
    }
    #guides .guide_video h2, #guides .guide_photos h2 {
        font-size: 18px;
    }
    #guides .guide_video .iframe {
        width: 100%;
        min-height: 200px;
    }
    #guides .guide_photos .step {
        display: flex;
        flex-direction: column;
    }
    #guides .guide_photos .images {
        order: 2;
        width: 100%;
    }
    #guides .guide_photos .texts {
        order: 1;
        width: 100%;
        padding: 30px 0 0 0;
    }



    /* COOKIES */

    .custom_cookie_banner {
        top: auto !important;
        bottom: 0 !important;
        background-color: rgba(54, 58, 66, 0.85) !important;
    }
    .custom_cookie_banner #acb-content {
        max-height: 50%;
        padding: 0 10px 0 10px;
        overflow: auto;
    }
    .custom_cookie_banner #acb-content p {
        font-size: 13px;
    }
    .custom_cookie_banner .acbCheckboxesContainer .acbCheckboxContainer {
        margin: 3px 0 !important;
    }
    .custom_cookie_banner #acb-action {
        margin-top: 20px;
    }



    /* CART */

    #header .header-nav .blockcart a {
        color: #FFF;
    }
    #header .cart-products-count-1 {
        display: block;
    }
    #products .add-to-cart-block .add-to-cart em, #products a.quick-view em {
        margin-left: -20px;
    }

}




#index #homeparallax {
    width: 100%;
    padding: 0;
}
.newsite_ban_desktop {
    width: 100%;
    margin-bottom: 15px;
}
.newsite_ban_mobile {
    display: none;
}

@media (max-width: 991px) {
    #index #homeparallax, #custom-callus {
        display: block;
    }
    .newsite_ban_mobile {
        display: block;
        padding: 15px 10px 0 10px;
    }
    .newsite_ban_desktop {
        display: none;
    }
}




/* STRIPE */

#payment-stripe-grafeco-text {
    display: none !important;
}

@media (max-width: 560px) {

    #product .product_bottom_buttons {
        position: fixed;
        display: flex;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 64px;
        z-index: 9999;
        justify-content: flex-end;
        gap: 10px;
        background: #ccc;
    }

    #product .agJsWidget {
        bottom: 64px !important;
    }

    #product #launcher {
        bottom: 62px !important;
    }

    #product .product-quantity #mobile_fixed_price {
        display: flex;
        flex-basis: 100px;
        font-size: 18px;
        font-weight: 700;
        color: #000;
        line-height: 16px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
    }

    #product .product-quantity #mobile_fixed_price .crossed_price {
        font-size: 10px;
        text-decoration: line-through;
    }

    #product .product-quantity .add {
        display: flex;
        flex-basis: calc((100% - 100px) / 2);
        min-height: 64px;
        align-items: center;
    }

    #product .product-quantity .ip_button {
        display: flex;
        flex-basis: calc((100% - 100px) / 2);
        min-height: 64px;
        align-items: center;
    }


    #product .product-actions .add-to-cart {
        width: 100%;
        height: 40px;
        padding: 0 10px;
        font-size: 12px;
        border-radius: 6px;
        white-space: normal;
    }

    #product .product-actions .add-to-cart:disabled {
        color: #303030;
        background: #949494;
        white-space: normal;
    }

    @media (max-width: 380px) {
        #product .product-actions .add-to-cart {
            font-size: 10px;
        }
    }
    #payment-grafeco-box {
        padding: 0 !important;
        border: 0 !important;
        border-radius: 20px !important;
        position: relative !important;
        display: block !important;
        bottom: auto !important;
        left: auto !important;
        width: 100% !important;
        min-width: auto !important;
        z-index: 1 !important;
        margin: 0 !important;
        background: none !important;
    }

    #product .__PrivateStripeElement iframe {
        height: 40px !important;
        border-radius: 6px;
    }


    #cart .cart_order_buttons {
        display: flex;
        gap: 10px;
    }

    #cart .cart_order_buttons .btn-primary {
        flex-basis: 50%;
        border-radius: 4px;
    }

    #cart .cart_order_buttons #payment-grafeco-box {
        flex-basis: 50%;
    }

    #cart .bootstrap-touchspin input.form-control, .bootstrap-touchspin input.input-group {
        width: 2rem;
    }
    #cart .bootstrap-touchspin {
        min-width: 60px;
    }
    #cart .price {
        padding-left: 26px;
    }
    #cart .product-line-info.product-price {
        float: right;
    }
    #cart .remove-from-cart {
        margin-right: -20px;
    }

    .blockcart .card-block {
        max-height: 40vh;
        overflow-y: scroll;
    }

    #header .account-button a {
        font-size: 0;
    }

    #cart #wrapper .container, #checkout #wrapper .container {
        padding: 4px 0;
    }
    #checkout section.checkout-step .step-title {
        font-size: 12px;
    }
    #checkout section.checkout-step.-reachable.-complete h1 .done {
        vertical-align: -7px !important;
    }
    #checkout section.checkout-step.-reachable.-complete h1 .step-edit {
        float: right !important;
    }
    #checkout .payment-option label img[src*="clicandpay"] {
        float: right;
        margin: -2px 0 0 10px;
    }
    #checkout section.checkout-step .payment-options .payment-option {
        display: flex;
        margin-bottom: 0.5rem !important;
        align-items: center;
    }
    #checkout section.checkout-step .payment-options .custom-radio {
        margin-right: 0.6rem !important;
    }
    #checkout section.checkout-step .payment-options label span {
        font-size: 12px;
    }
    #checkout .payment-option label {
        display: inline-flex !important;
        height: 20px;
        margin: 0;
        align-items: center;
        text-align: left;
        line-height: 14px;
    }
    #checkout .pp__pl-2 {
        margin: -2px 2px 0 8px;
    }
    #checkout .paypal-mark {
        padding: 0;
        margin-top: -3px;
    }

    #checkout #pay-with-payment-option-1-form {
        margin-bottom: 80px !important;
    }

}

@media (min-width: 561px)
{

    #product .product-quantity {
        height: 70px;
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }
    #product .product-actions .add-to-cart {
        padding: 12px 25px;
        border-radius: 4px;
    }
    #product .ip_button {
        min-width: 160px;
    }

    #cart .cart_order_buttons {
        display: flex;
        height: 40px;
        gap: 10px;
        align-items: center;
    }

    #cart .cart_order_buttons .btn-primary {
        flex-basis: 50%;
        border-radius: 4px;
    }

    #cart .cart_order_buttons #payment-grafeco-box {
        flex-basis: 50%;
    }

}


#checkout section.checkout-step .delivery-option {
    margin: 0 !important;
}
#checkout .delivery-options .deliv_line {
    display: grid;
    grid-template-columns: 10% 10% 50% 30%;
    grid-template-rows: 50px auto;
    gap: 0px 0px;
    grid-template-areas:
    "radio logo name price"
    "radio delay delay delay"
    "radio chronopost chronopost chronopost";
    background: #fff;
    margin: 0 -15px -20px -15px;
    transition: .5s ease;
}
#checkout .delivery-options .radio {
    grid-area: radio;
    display: flex;
    justify-content: center;
    align-items: center;
}
#checkout .delivery-options .logo {
    grid-area: logo;
    padding: 6px;
}
#checkout .delivery-options .name {
    grid-area: name;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    padding: 6px;
    align-items: center;
    line-height: 1.2;
}
#checkout .delivery-options .price {
    grid-area: price;
    text-align: right;
    padding: 10px;
}
#checkout .delivery-options .delay {
    grid-area: delay;
    font-size: 11px;
    padding: 6px;
}
#checkout .delivery-options .delivery-option {
    flex-direction: column;
}
#checkout #chronorelais_container {
    margin: 40px auto;
}
#checkout .order-options label {
    margin-top: 40px;
    text-align: center;
}
#checkout .delivery-options .logo img {
    mix-blend-mode: multiply;
}


#checkout .payment-options {
    display: flex;
    flex-direction: column;
}
#checkout .payment-options div:not(.additional-information) {
    order: 99;
}
#checkout .payment-options .clicandpay {
    order: 1 !important;
}
#checkout .payment-options .clicandpay + .additional-information {
    order: 2 !important;
}
#checkout .payment-options .clicandpay label img {
    display: none;
}
#checkout .payment-options .stripe_official {
    order: 3 !important;
}
#checkout .payment-options .stripe_official + .js-payment-option-form {
    order: 4 !important;
    width: 100%;
    margin: -10px 0 30px 0;
    padding: 8px;
    background: #91be2166;
}
#checkout .payment-options .paypal {
    order: 5 !important;
}
#checkout .payment-options .paypal + .additional-information {
    order: 6 !important;
    width: 100%;
    margin: -10px 0 30px 0;
    padding: 8px;
    background: #91be2166;
}
#checkout .payment-options .paypal .paypal-marks {
    display: none;
}
#checkout .payment-options .ps_wirepayment {
    order: 7 !important;
}
#checkout .payment-options .ps_wirepayment + .additional-information {
    order: 8 !important;
    width: 100%;
    margin: -10px 0 30px 0;
    padding: 8px;
    background: #91be2166;
}
#checkout .payment-options .custom-radio {
    width: 0;
    opacity: 0 !important;
}


#checkout .payment-options .payment_line {
    display: flex;
    min-height: 54px;
    background: #fff;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
    transition: .3s ease;
}
#checkout .payment-options .payment_line .payment-option:hover {
    cursor: pointer;
    background: #91be21;
}
#checkout .payment-options .payment_line .payment-option:has(input[type=radio]:checked) {
    background: #91be21;
}
#checkout .payment-options .payment_line label span {
    font-size: 15px;
}
#checkout .payment-options .payment-option {
    display: flex;
    align-items: center;
    width: 100%;
    height: 54px;
    margin-bottom: 0 !important;
}
#checkout .payment-options .payment-option label {
    display: block !important;
    width: 100%;
    text-align: left;
    margin-top: 7px;
    cursor: pointer;
}
#checkout .payment-options .payment_logo {
    display: flex;
    width: 300px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border-left: 8px solid #f6f6f6;
}
#checkout .payment-options .stripe_official .payment_logo img {
    height: 28px;
}
#checkout .payment-options .clicandpay .payment_logo img {
    height: 28px;
}
#checkout .payment-options .paypal .payment_logo img {
    height: 28px;
}
#checkout .payment-options .ps_wirepayment .payment_logo img {
    height: 32px;
}

@media (max-width: 560px) {

    #checkout .payment-options .payment_logo {
        width: 200px !important;
    }
    #checkout .payment-options .payment_logo img {
        height: 20px !important;
    }

}


#index .featured-products .product-quantity-in-stock {
    display: none;
}