@charset "UTF-8";

.container {
    width: 100%;
    max-width: 1440px;
}

@media screen and (min-width: 768px) {
    .onlyMobileTablet {
        display: none !important;
    }
}

body {
    background: #fff;
    overflow-x: hidden;
}

@media (min-width: 768px) {
    #homefeatured img {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .cacher-mobile {
        display: none;
    }

    .trait {
        display: none;
    }

    span.arrow-down {
        display: none;
    }

    .menu-mobile img {
        /*display: none;*/
    }

    span.menu-mobile-grover {
        color: white;
    }
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Roboto", sans-serif !important;
}

.arrow-down {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-style: solid;
    border-color: white;
    border-width: 0px 4px 4px 0px;
    transform: rotate(45deg);
    display: inline-block;
    vertical-align: text-top;
    margin-left: 36px;
    margin-top: 4px;
    border-radius: 2px;
}

.index .new-box {
    display: none;
}

ul.product_list.grid>li .product-container .product-image-container {
    padding: 0;
    margin: 0;
}

.content_scene_cat {
    border: 0;
}

.icon-chevron-left:before {
    content: "<";
}

.icon-chevron-right:before {
    content: ">";
}


/* Product */

#product .new-box {
    width: 300px;
    height: 32px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -59px;
    top: 23px;
}

@media screen and (max-width: 991px) {
    #product .new-box {
        left: -80px;
        top: 1px;
    }
}

#product .new-label {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
    left: 0;
    width: 222px;
}

@media screen and (max-width: 991px) {
    #product .new-label {
        padding: 5px;
        font-size: 9px;
        font-weight: normal;
    }
}

#product .sale-box {
    display: none !important;
}

span.new-label {
    background: #e30613;
    left: -54px;
    top: 60px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    width: 300px;
    padding: 10px;
}

.product_attributes {
    padding: 0;
}

.update_product_link {
    color: #206fb8;
    text-decoration: underline;
    display: inline-block;
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    #center_column {
        padding-top: 46px;
        padding-top: 4.6rem;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 767px) {
    #center_column {
        padding-top: 8px;
        padding-top: 0.8rem;
        padding-left: 5px;
        padding-right: 5px;
    }
}

#category ul.product_list.grid>li .product-container .price,
#page ul.product_list.grid>li .product-container .price {
    color: #cf2c23;
    font-size: 20px;
    font-weight: bold;
}


/* Begin custom scrollbar*/

::-webkit-scrollbar-thumb {
    background-color: #474747;
}

::-webkit-scrollbar {
    width: 9px;
    height: 3px;
    background: #e3e3e3;
}


/* Begin custom scrollbar */


/* Begin CSS CMS page Espace PRO */

.progressbar-wrapper {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    display: grid;
}

.progressbar li {
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 15px;
    position: relative;
    text-align: center;
    font-weight: 300;
}

.progressbar li:before {
    width: 35px;
    height: 35px;
    content: "";
    line-height: 35px;
    border: 2px solid #0063af;
    display: block;
    text-align: center;
    margin: 0 auto 3px auto;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    background: #0063af;
}

.progressbar li:after {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #0063af;
    top: 17px;
    left: -50%;
    z-index: 0;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li:nth-child(2):before {
    content: "+1" !important;
}

.progressbar li:nth-child(3):before {
    content: "+2" !important;
}

.progressbar li:nth-child(4):before {
    content: "+3" !important;
}

ul.progressbar {
    counter-reset: step -1;
    padding-left: 0;
}

.progressbar li:before {
    content: counter(step);
    counter-increment: step;
}

.section-espace-pro p {
    margin: 5px 0px !important;
    line-height: 1.5 !important;
}

.section-espace-pro .row {
    padding-top: 20px;
    padding-bottom: 20px;
}

.paiement-securise p {
    margin: 25px 0px !important;
    line-height: 1.5 !important;
}

.paiement-securise .section-paiement-securise-gray,
.paiement-securise .cms-paiement-secur-row-full {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.row-check-payment .section-paiement-securise-gray {
    padding: 20px;
}

.section-espace-pro-btn {
    text-align: center;
    padding-top: 30px;
}

.section-espace-pro-btn>p {
    padding: 15px 0px !important;
    font-size: 20px !important;
}

.section-espace-pro h2,
.paiement-securise h2 {
    margin: 3.4rem 0 3.4rem 0px !important;
    font-size: 3.5rem !important;
}

.paiement-securise h3 {
    margin: 30px 5px 15px 5px !important;
}

.section-espace-pro-logos img {
    padding: 0px 10px;
    margin: 0 auto !important;
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.section-espace-pro .p-separator {
    padding: 10px 0px;
}

.section-espace-pro .section-two {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logos-second img {
    padding: 0px 14px;
}

.logos-first {
    margin-bottom: 50px !important;
}

@media (max-width: 768px) {
    .progressbar li:after {
        background: none !important;
    }

    .paiement-securise h3 {
        line-height: 40px !important;
    }

    #cardin-logo {
        margin-top: 30px;
    }

    .progressbar li {
        display: block;
        width: 100% !important;
        margin: 10px 0;
    }

    span.reinsurance-txt {
        font-size: 10px !important;
    }

    .logos-second span {
        width: 200px;
        display: inline-block;
    }

    .logos-second span img {
        text-align: center;
    }

    .popup-alloVoisins {
        position: initial !important;
    }

    .border-right-white,
    .border-flex-right-white,
    .border-flex-left-white {
        border: none !important;
    }

    .section-espace-pro-logos img {
        padding: 0px 10px;
    }

    .section-espace-pro h2,
    .paiement-securise h2 {
        line-height: 1.1 !important;
    }

    .section-espace-pro-pictos {
        display: initial;
    }

    .section-espace-pro .button.button-medium {
        padding: 13px 25px;
    }

    .section-espace-pro-last-icon img {
        margin: 15px 0px !important;
        text-align: center;
    }

    .notices-allovoisins {
        text-align: center;
    }

    .notices-allovoisins img {
        display: block;
        margin: 10px auto !important;
    }

    .contact-allovoisins {
        margin: 0 auto !important;
        margin-bottom: 35px !important;
    }

    .reassure_unit .resp {
        font-size: 0.9rem !important;
    }

    .paiement-securise .col-md-8.mt-25 {
        padding: 0 50px !important;
    }
}

@media (min-width: 992px) {
    .section-espace-pro-logos .col-md-2 {
        width: 14%;
    }

    .section-espace-pro-logos .logos-first {
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
    }
}

@media (max-width: 992px) {
    .section-espace-pro .section-two {
        display: initial;
    }

    .contact-allovoisins {
        margin-bottom: 35px !important;
    }
}

@media (max-width: 1045px) and (min-width: 768px) {
    .reassure_left {
        padding: 0 !important;
    }

    .reassure_left .reassure_unit {
        max-height: 225px !important;
    }

    .reassure_unit .resp {
        font-size: 0.9rem !important;
    }
}

.section-espace-pro-logos {
    padding-bottom: 60px !important;
}

.section-img-right img {
    margin: 0px !important;
}

.section-espace-pro-gray .reinsurance-title,
.text-inline {
    display: block;
}

.section-espace-pro-gray .reinsurance-txt {
    line-height: 1.4;
}

.text-center {
    text-align: center;
}

.section-espace-pro-gray,
.section-paiement-securise-gray {
    background: #eeefef;
}

.section-espace-pro-pictos {
    max-width: 900px;
    margin: 15px auto;
    display: inline-block;
}

.row.section-espace-pro-gray .section-espace-pro-btn>p {
    padding: 10px 0px !important;
}

.section-espace-pro-last-icon {
    margin: 80px 0px 60px;
    text-align: center;
}

.paiement-securise .col-md-12 {
    padding: 20px 64px;
}

.paiement-securise .col-md-6 {
    padding: 20px 64px;
}

.paiement-securise .row-equal-height .col-md-6 {
    padding: 20px 55px;
}

.border-right-white {
    border-right: 2px solid #fff;
}

.border-left-white {
    border-left: 2px solid #fff;
}

.border-flex-left-white {
    border-left: 10px solid #fff;
}

.border-flex-right-white {
    border-right: 10px solid #fff;
}

.size-16 {
    font-size: 16px;
}

.size-25 {
    font-size: 25px !important;
}

.size-27 {
    font-size: 27px !important;
}

.size-30 {
    font-size: 30px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.popup-alloVoisins {
    position: absolute;
    z-index: 999999;
    top: -350%;
    left: 0;
    right: 0;
}

.popup-alloVoisins .search-form-av {
    margin: 0 auto !important;
}

.carrier-allovoisins img {
    display: block;
    margin: 0 auto;
    max-width: 160px;
}

.carrier-allovoisins p {
    font-weight: 400;
    padding: 5px;
    display: inline-block;
    margin: 5px auto;
    font-size: 14px;
}

.btn-cms-allo {
    background: #51bb6d;
    color: #fff;
    padding: 5px 0px;
    display: block;
    max-width: 116px;
    margin: 5px auto;
    font-size: 17px;
    cursor: pointer;
}

.btn-cms-allo:hover {
    background: #3e9a56;
}

.contact-allovoisins {
    border: 1px solid #c5c5c5;
    line-height: 20px;
    padding: 30px 0;
    max-width: 450px;
    color: #000;
}

.contact-allovoisins img {
    margin-bottom: 15px;
}

.contact-allovoisins span {
    font-weight: bold;
    text-transform: uppercase;
}

.notices-allovoisins {
    margin: 20px 0 50px 0;
    font-size: 19px;
    line-height: 25px;
    color: #000;
}

.notices-allovoisins b {
    text-transform: uppercase;
}

.notices-allovoisins img {
    margin-right: 20px;
    margin-top: -10px;
}

span.reinsurance-txt {
    font-size: 14px;
}


/* End CSS CMS page Espace PRO */


/* Fleche paiment 4 fois sans frais */

#sdevmonetico_payment_button a span {
    font-weight: bold !important;
    font-size: 18px !important;
}

#order p.payment_module#sdevmonetico_payment_button a:after {
    display: block;
    content: " ";
    width: 60px;
    height: 60px;
    background: url(/themes/usineonline/img/icone-fleche.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 15px;
    background-color: white;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: auto;
    -webkit-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: -2px 0 2px rgba(0, 0, 0, 0.3);
    top: 0;
    bottom: 0;
}


/* Fix bandeau message covid */

.sfiBandeau {
    height: auto;
    line-height: 18px;
    width: 100%;
    transition: opacity 2s, visibility 2s;
    text-align: center;
}

.sfiBandeau-etat {
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    height: auto;
    line-height: 18px;
    padding: 5px;
    position: relative;
}

#order p.payment_module a.payplug {
    padding: 27px 90px 27px 26px !important;
}


/*
#order p.payment_module a.payplug {
    padding: 27px 90px 27px 210px !important;
    background-size: 180px;
}

@media (max-width: 767px) {
    #order p.payment_module a.payplug {
        padding: 65px 90px 27px 22px !important;
        background-size: 180px;
    }
}
*/

#order p.payment_module a.bankwire .payment-img img,
#order p.payment_module a.cheque .payment-img img {
    max-width: 80px;
}

.paiement-securise .clearfix:before,
.paiement-securise .clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

#order div#payment-plans {
    max-width: 320px;
    float: right;
}

#bloc_alma {
    float: right;
    margin-top: -65px;
    width: 100%;
}

#bloc_alma #payment-plans {
    display: none !important;
}

.text_alma {
    float: left;
    font-size: 16px;
    color: #414141;
    font-weight: 600;
    height: 42px;
    line-height: 42px;
    width: calc(100% - 320px);
    text-align: right;
}

p.atw-duration-200.atw-font-normal.atw-my-1.atw-opacity-0.atw-pl-1.atw-text-right.atw-text-xs.atw-transition-opacity,
p.atw-duration-200.atw-font-normal.atw-my-1.atw-opacity-100.atw-pl-1.atw-text-right.atw-text-xs.atw-transition-opacity {
    display: none;
}

@media (min-width: 1024px) {
    #pozvonim-button {
        bottom: 100px !important;
    }

    span#closeitcall {
        bottom: 200px;
    }
}

@media (max-width: 1024px) {
    #pozvonim-button {
        bottom: 80px !important;
    }

    span#closeitcall {
        bottom: 150px;
    }
}

@media (max-width: 768px) {
    .reassure_unit.b1 .cm-img {
        height: auto;
        margin-top: 0;
        max-width: 50px;
    }

    img.cm-img.img-responsive.credit-mut {
        width: 60px;
        height: auto !important;
    }
}

@media (max-width: 767px) {
    #pozvonim-button {
        bottom: 80px !important;
    }

    #bloc_alma {
        float: none;
        margin-top: 0;
        width: 100%;
        display: block;
    }

    .text_alma {
        float: none;
        font-size: 13px;
        color: #414141;
        font-weight: 600;
        height: 42px;
        line-height: 42px;
        width: 100%;
        text-align: center;
    }

    .text_alma img {
        transform: rotate(90deg);
    }

    #order div#payment-plans {
        max-width: 350px;
        float: none;
        margin: auto;
    }

    #header .cart_block {
        position: absolute;
        top: 60px;
    }
}

@media (max-width: 425px) {
    .reassure_unit.b1 .cm-img {
        height: auto;
        margin-top: 0;
        max-width: 80px;
    }
}

@media (max-width: 374px) {
    .text_alma {
        font-size: 11px;
    }

    .text_alma img {
        width: 25px;
        height: auto;
    }

    .atw-text-sm {
        font-size: 12px !important;
    }

    .reassure_unit.b1 .cm-img {
        max-width: 55px;
        width: auto;
        height: auto !important;
    }
}


/** HIDE ALMA ON PRODUCT LIST **/

.alma-pp-container.ps16 {
    display: none;
}

#order p.payment_module a span.alma-button--title {
    line-height: 23px;
    font-weight: bold;
    letter-spacing: 0;
    position: relative;
    font-size: 18px;
}


/* Fix Size payment */

.payment_module .alma-button--logo img {
    height: 35px;
    width: 170px;
}


/** FIX SPM **/

[id^=spm_body] .spm_product_list_element {
    position: initial !important;
}

@media (max-width: 768px) {
    [id^=spm_body] .spm_product_list_element_wrapper {
        width: 50% !important;
    }
}

@media (max-width: 425px) {
    [id^=spm_body] .spm_product_list_element_wrapper {
        width: 100% !important;
    }
}

.payment_module .alma-button-with-bkg .alma-button--fee-plans,
.payment_module .alma-button .alma-button--fee-plans {
    display: inline !important;
}

@media screen and (max-width: 767px) {
    a.cart_info {
        position: relative;
    }

    span.ajax_cart_quantity.cacher-mobile {
        display: inline-block;
        color: #fff !important;
        background-color: #ab0018;
        padding: 0px 0px;
        font-size: 1rem !important;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        text-align: center;
        vertical-align: middle;
        position: absolute;
        right: 1px;
        top: 10px;
    }
}

@media screen and (max-width: 479px) {
    ul.product_list.grid>li .product-container .comments_note .star_content {
        margin-left: 0;
        margin-right: 0;
    }
}


/* Fix burger menu avec bannière */

.navburger .cat-title {
    top: -40px;
}

.navburger {
    display: none;
}

@media screen and (max-width: 767px) {
    .navburger {
        display: block;
    }

    .hookdisplaynavfullwidth {
        display: none;
    }

    #block_top_menu {
        z-index: 9;
    }
}


/* Lien raccourci vers les caractéristiques en mobile */

.gotofeatures {
    background: #0064b0;
    text-transform: uppercase;
    border-radius: 20px;
    display: block;
    float: none;
    cursor: pointer;
    padding: 6px 15px;
    margin: 2px auto 20px auto;
    font-weight: 500;
    font-size: 12px;
    width: max-content;
    color: #fff;
}


/* cart qty input */

#cart_summary tbody td.cart_quantity .cart_quantity_button {
    position: relative;
    top: -43px;
}

#cart_summary tbody td.cart_quantity .cart_quantity_button a,
#cart_summary tbody td.cart_quantity .cart_quantity_button a span {
    border-radius: 50% !important;
}

#cart_summary tbody td.cart_quantity .cart_quantity_button a {
    position: absolute;
}

#cart_summary tbody td.cart_quantity .cart_quantity_button a.cart_quantity_down {
    left: -40px;
}

#cart_summary tbody td.cart_quantity .cart_quantity_button a.cart_quantity_up {
    right: -40px;
}

#cart_summary tbody td.cart_quantity .cart_quantity_input {
    margin-top: 20px
}

.btn.button-plus span,
.btn.button-minus span {
    padding: 6px 0 0 0;
}

td.cart_quantity .btn.button-plus span,
td.cart_quantity .btn.button-minus span {
    padding: 3px 0 0 0;
    background: #E4E4E4;
    border-color: #BABABA;
}

td.cart_quantity .icon-minus,
td.cart_quantity .icon-plus {
    color: #000 !important;
    font-size: 8px;
}

@media screen and (max-width: 767px) {
    #cart_summary tbody td.cart_quantity .cart_quantity_button {
        top: -30px;
    }

    #cart_summary tbody td.cart_quantity .cart_quantity_button a.cart_quantity_down {
        left: 5px;
    }

    #cart_summary tbody td.cart_quantity .cart_quantity_button a.cart_quantity_up {
        right: 5px;
    }
}


/* Callback button on product page */
#callback-button-container {
    position: absolute;
    bottom: 44px;
    width: 100%;
    z-index: 10;
}

#callback-button {
    font-size: 16px;
    font-weight: 700;
    margin: 0 auto 25px;
    max-width: 100%;
    padding: 8px 10px;
    position: relative;
    width: 95%;
    text-align: center;
    background: #bb0510;
    background: -moz-linear-gradient(45deg, #bb0510 0, #eb111e 48%, #fc1623 52%, #ff1623 77%, #ff1624 100%);
    background: -webkit-linear-gradient(45deg, #bb0510 0, #eb111e 48%, #fc1623 52%, #ff1623 77%, #ff1624 100%);
    background: linear-gradient(45deg, #bb0510 0, #eb111e 48%, #fc1623 52%, #ff1623 77%, #ff1624 100%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb0510', endColorstr='#ff1624', GradientType=1);
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    text-align: center;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-family: 'Roboto', sans-serif;
    border: 0 solid white;
    -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    padding: 13px 60px;
    max-width: 90%;
    border-radius: 45px;
}

#callback-button:after {
    content: " ";
    background-image: url("../img/phone-call.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 26px;
    line-height: 17px;
    position: absolute;
    top: 12px;
    right: 24px;
    width: 20px;
}

/* Handling responsive tables */

/* Special case for opartdevis module */
@media screen and (max-width: 832px) {

    table.responsive-table#order-list {
        border: 0;
    }

    table.responsive-table#order-list thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.responsive-table#order-list tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    table.responsive-table#order-list td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: left;
    }

    table.responsive-table#order-list td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        margin-right: 5px;
    }

    table.responsive-table#order-list td:last-child {
        border-bottom: 0;
    }

    table.responsive-table#order-list td.history_method:first-child:not(tr:first-child td) {
        border-top: none;
    }
}

/* Standard case */
@media screen and (max-width: 600px) {
    #center_column table.responsive-table.tableSeparate td:not(table#order-list td) {
        font-size: 0.9rem !important;
    }

    #center_column table.responsive-table.tableSeparate td.darkCell,
    #center_column table.responsive-table.tableSeparate td.lightCell {
        padding: 1rem !important;
    }

    #center_column table.responsive-table.tableSeparate td.responsive-separator {
        padding: 2px !important;
    }


    table.responsive-table {
        border: 0;
    }

    table.responsive-table caption {
        font-size: 1.3em;
    }

    table.responsive-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.responsive-table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    table.responsive-table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: left;
    }

    table.responsive-table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        margin-right: 5px;
    }

    table.responsive-table td:last-child {
        border-bottom: 0;
    }
}

.row.trustpilot {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .row.trustpilot {
        display: inherit;
    }
}

/* For configurator display on tablet */
#mobileconfigurator #configurator_block.col-md-7 {
    width: 100%;
}

#cart_summary tbody td.cart_quantity .cart_quantity_input {
    color: #000;
}


/*@media screen and (max-width: 768px) {
    #homepage-slider {
        display: none;
    }
}*/

#product .pb-left-column #thumbs_list li {
    width: 85px !important;
    height: 85px !important;
}

.views_block_container>#views_block ul#thumbs_list_frame>li>a.magictoolbox-selector>img {
    width: 83px !important;
    height: 83px !important;
}

@media screen and (max-width: 1199px) {
    #product .pb-left-column #thumbs_list li {
        width: 75px !important;
        height: 75px !important;
    }

    .views_block_container>#views_block ul#thumbs_list_frame>li>a.magictoolbox-selector>img {
        width: 73px !important;
        height: 73px !important;
    }
}

@media screen and (max-width: 991px) {
    #product .pb-left-column #thumbs_list li {
        width: 70px !important;
        height: 70px !important;
    }

    .views_block_container>#views_block ul#thumbs_list_frame>li>a.magictoolbox-selector>img {
        width: 68px !important;
        height: 68px !important;
    }
}

@media screen and (max-width: 767px) {
    #product .pb-left-column #thumbs_list li {
        width: 85px !important;
        height: 85px !important;
    }

    .views_block_container>#views_block ul#thumbs_list_frame>li>a.magictoolbox-selector>img {
        width: 83px !important;
        height: 83px !important;
    }
}

/* Advanced filters */
.row.row-filter {
    display: flex;
}

.row.row-filter .label-container .label-radio {
    height: inherit !important;
}

.row.row-filter .label-container .img-container-am4 img,
.row.row-filter .label-container .label-radio {
    padding: 0;
    margin: 0;
}

/* New SEO tags on homepage */
.etape h3 div {
    text-transform: none;
    font-weight: 300;
    color: #000;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}

/* New SEO tags on homepage, slider section */
#wp_footer>p {
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 85px;
    text-transform: uppercase;
    font-size: 27px;
}

/* New SEO tags on product page */
#idTab1 p.product_tab_title {
    font-size: 4.8rem;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 5rem;
}

/* New SEO tags on product page, inside the "you'll also like" section */
.right-block h3 {
    background-color: #fff;
    margin: 9px 0 10px;
    padding: 10px;
}

body#product .right-block h3 {
    min-height: 69px;
    font-family: "Roboto", sans-serif !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1;
}

body#product .right-block h3::after {
    display: none;
}

/* New SEO tags on product page, inside the "clients also bought" section */
body#product #crossselling_list p.product-name {
    margin: 9px 0 5px;
    margin-bottom: 5px;
    font-weight: 500;
}

/* New SEO tags on category */
#category .etape h2 {
    color: #e40139;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
}

#category .etape h2>div {
    text-transform: none;
    font-weight: 300;
    color: #000;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Roboto', sans-serif;
    margin-top: 9px;
}

/* New SEO tags on footer */
#social_block>p.social-block-title {
    font-family: "Roboto", sans-serif !important;
    font-size: 2.4rem;
    color: #828181;
    font-weight: 400;
    float: left;
    line-height: 42px;
    display: block;
    text-transform: none;
    margin: 0 18px 2.8rem 0;
    padding-top: 0;
}

.footer-title {
    font-family: "Roboto", sans-serif !important;
    font-size: 2.4rem !important;
    line-height: 2.6rem !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    padding-top: 0;
    margin-bottom: 2.8rem !important;
    margin-top: 9px;
}

#footerCol2 .footer-title,
#footerCol3 .footer-title a {
    color: #e64f44;
}

#footerCol3 .footer-title,
#footerCol3 .footer-title a {
    color: #e40238;
}

#footerCol4 .footer-title,
#footerCol4 .footer-title a {
    color: #009dda;
}

/* Fix on home page new products */
ul#blocknewproducts li.ajax_block_product .right-block h3 {
    background: none;
    margin: initial;
    padding: initial;
}

ul#blocknewproducts li.ajax_block_product .product-container .right-block .specific-price .old-price {
    color: #6f6f6f;
}

ul#blocknewproducts li.ajax_block_product .product-container .right-block .price-percent-reduction {
    color: #ff4e36;
}

ul#blocknewproducts li.ajax_block_product .product-container .right-block .price_container .price {
    color: #ff4e36;
}

/* Payment ceiling message on checkout */
.payment-ceiling-message {
    padding-top: 30px;
    font-size: 18px;
    margin: 0 auto;
    max-width: 70%;
}

@media screen and (max-width: 1199px) {
    .payment-ceiling-message {
        max-width: 85%;
    }
}

@media screen and (max-width: 991px) {
    .payment-ceiling-message {
        max-width: 95%;
    }
}

@media screen and (max-width: 767px) {
    .payment-ceiling-message {
        max-width: 100%;
    }
}

/* Notice on checkout for billing address explanation */
p.different-address-notice {
    margin: 0 0 30px;
}

.checkbox.addressesAreEquals {
    display: flex;
}

/* Fix on birthdate selects */
.instant-checkout-birthdate .filter-option {
    padding: 10px 24px 10px 14px !important;
    font-size: 13px;
}

.instant-checkout-birthdate .filter-option-inner {
    padding-right: 14px !important;
}

/* Fix on phone number inputs with country prefix */
.required form-group .iti {
    width: 100%;
}

/* Fix on quotes listing */
#order-list tr.quote-detail-row th {
    font-weight: bold !important;
    font-size: 18px !important;
}

.button.button-moyen.quote-checkout-button {
    background: linear-gradient(45deg, #bb0510 0, #eb111e 48%, #fc1623 52%, #ff1623 77%, #ff1624 100%) !important;
}

@media screen and (min-width: 833px) and (max-width: 1433px) {
    table.responsive-table.tableSeparate#order-list td a.button.button-moyen {
        padding: 10px 30px;
    }
}

@media screen and (min-width: 833px) and (max-width: 1360px) {
    table.responsive-table.tableSeparate#order-list td a.button.button-moyen {
        padding: 10px 25px;
    }
}

@media screen and (min-width: 833px) and (max-width: 1299px) {
    table.responsive-table.tableSeparate#order-list td a.button.button-moyen {
        padding: 10px 16px;
    }
}

@media screen and (min-width: 833px) and (max-width: 1221px) {
    table.responsive-table.tableSeparate#order-list td a.button.button-moyen {
        font-size: 13px;
    }
}

@media screen and (min-width: 833px) and (max-width: 1161px) {
    table.responsive-table.tableSeparate#order-list td a.button.button-moyen {
        padding: 10px 8px;
    }
}

@media screen and (min-width: 833px) and (max-width: 1099px) {
    table.responsive-table.tableSeparate#order-list td a.button.button-moyen {
        /*padding: 10px 8px;*/
        min-width: 110px;
        margin-bottom: 10px;
    }

    table.responsive-table.tableSeparate#order-list td a.button.button-moyen.display-quote-order-button {
        min-width: 180px;
    }

    table.responsive-table.tableSeparate#order-list td a.button.button-moyen span>i {
        display: none;
    }
}

@media screen and (max-width: 832px) {
    #center_column table.responsive-table.tableSeparate td {
        font-size: 16px;
    }

    #center_column table.responsive-table.tableSeparate td.history_method.action-buttons {
        border-bottom: none;
        border-top: none;
    }
}

@media screen and (max-width: 499px) {
    a.btn.button-moyen.hideOnVerySmall {
        margin-bottom: 20px;
    }

    .button.button-small .opartDevisHide {
        display: initial;
    }

    .button.button-small .opartDevisShow {
        display: none;
    }

    .button.button-moyen.hideOnVerySmall {}
}

/* For promotional offers special display on product page */
.offer-container {
    display: flex;
    justify-content: space-between;
    height: 98px;
    margin-bottom: 6px;
}

.offer-container .offer-content {
    flex-grow: 2;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offer-container .offer-content .uopromobandeau_montant {
    color: #e30813;
    font-size: 54px;
    font-weight: bold;
    margin-right: 7px;
}

.offer-container .offer-content .uopromobandeau_date_limite_txt {
    display: block;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    margin-left: 7px;
}

.offer-container .offer-content .uopromobandeau_date_limite_txt span {
    display: block;
}

.offer-container .offer-content .uopromobandeau_date_limite_txt span:first-child {
    margin-bottom: 4px;
}

.offer-container .offer-content .uopromobandeau_date_limite_txt span:last-child {
    margin-top: 4px;
}

.offer-container .promo-bloc-container {
    flex-grow: 1;
    background-color: #E30813;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer-container .promo-bloc-container>span {
    margin-top: -5px;
}

.offer-container .promo-bloc-container span::before {
    background-image: url('../img/delivery-truck.svg');
    width: 52px;
    height: 43px;
    content: '';
    display: block;
    background-size: cover;
    margin: 0 auto 8px;
}

@media screen and (max-width: 991px) {
    .offer-container {
        margin-bottom: 0;
        height: 56px;
    }

    .offer-container .offer-content .uopromobandeau_montant {
        font-size: 37px;
        margin-right: 5px;
        margin-left: -2px;
    }

    .offer-container .offer-content .uopromobandeau_date_limite_txt {
        font-size: 14px;
        margin-left: 5px;
    }

    .offer-container .offer-content .uopromobandeau_date_limite_txt span:first-child {
        margin-bottom: 2px;
    }

    .offer-container .offer-content .uopromobandeau_date_limite_txt span:last-child {
        margin-top: 2px;
    }

    .offer-container .promo-bloc-container {
        font-size: 10px;
    }

    .offer-container .promo-bloc-container>span {
        margin: 2px 6px 0;
    }

    .offer-container .promo-bloc-container span::before {
        width: 32px;
        height: 27px;
        margin: 0 auto 2px;
    }
}

@media screen and (max-width: 767px) {
    .offer-container {
        flex-direction: column;
        height: 152px;
    }

    .offer-container .offer-content {
        min-height: 76px;
    }

    .offer-container .offer-content .uopromobandeau_montant {
        font-size: 63px;
        text-align: right;
        margin-right: 18px;
    }

    .offer-container .offer-content .uopromobandeau_date_limite_txt {
        font-size: 22px;
        line-height: 28px;
    }

    .offer-container .offer-content .uopromobandeau_date_limite_txt span:first-child {
        margin-bottom: 3px;
    }

    .offer-container .offer-content .uopromobandeau_date_limite_txt span:last-child {
        margin-top: 3px;
    }

    .offer-container .promo-bloc-container {
        font-size: 26px;
        min-height: 76px;
    }

    .offer-container .promo-bloc-container>span {
        display: flex;
        align-items: center;
        margin: -5px 6px 0;
    }

    .offer-container .promo-bloc-container span::before {
        width: 64px;
        height: 53px;
        margin: 0 26px 0 0;
    }
}

/* Order history page */
.history-display-product {
    text-align: center;
}

.history-display-product a {
    display: inline-block;
    background-color: #3D46CD;
    padding: 8px 20px;
    color: #fff;
    font-size: 18px;
    border-radius: 16px;
    margin: 10px auto 6px;
    position: relative;
}

/* Warning message when not accepting the TOS */
#order .fancybox-error {
    white-space: normal;
}

/* Payplug credit cards on my account */
ul.myaccount-link-list li a.payplug i.icon-credit-card {
    display: table-cell;
    width: 103px;
    text-align: center;
    vertical-align: middle;
}

ul.myaccount-link-list li a.payplug i.icon-credit-card::before {
    font-size: 35px;
    color: #4B97C9;
}

/* adjust word-break on menu */
@media (max-width: 800px) {
    .sf-menu>li>ul>li {
        word-wrap: inherit;
    }
}

.mpm_freecall_form_container_contact {
    top: 50px !important;
    position: fixed !important;
}

.shopping_cart>span:first-child {
    padding: 0px 0px 0px 10px;
    display: block;
    color: black;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .shopping_cart>span:first-child {
        line-height: 63px;
    }
}

.shopping_cart>span:first-child span {
    color: #ab0018;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    line-height: 1.8rem;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

/* google map styles on address page */
#address #center_column form.std{
    position: relative;
}
#address #center_column form.std .row.form-group {
    position: absolute;
    left: 350px;
    top: 0;
    bottom: 0;
    right: 0;
}
@media screen and (max-width: 767px){
    #address #center_column form.std .row.form-group{
        position: relative;
        left: 0;
        margin-top: 10px;
        right: 0;
    }
}