.btn_disabled{
    background: grey!important;
}
.btn_disabled:hover{
    background: grey!important;
    cursor: default!important;
}

/*
* Main Logo
*/
.main_logo{
    height: 110px;
    width: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
/* On screens that are 900px wide or less */
@media screen and (max-width: 990px) {
    .main_logo{
        height: 150px;
    }
}
@media screen and (max-width: 800px) {
    .main_logo{
        height: 120px;
    }
}
/* On screens that are 700px wide or less */
@media screen and (max-width: 700px) {
    .main_logo{
        height: 100px;
    }
}
@media screen and (max-width: 991px) {
    .main_header{
        padding-top: 0;
    }
}
/*
* Search bar
*/
@media screen and (max-width: 767px) {
    .filter-div{
        /*position: fixed;*/
        width: 100%;
        height: 56px;
        display: flex;
        line-height: 36px;
        background-color: #fff;
        z-index: 900;
        margin-top: 15px;
    }
    .filters-all {
        text-align: center;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    #sticky-top{
        margin-top: 20px;
    }
}
/*
* Switches shoptable
*/
#reset_filter_btn {
    color: #313131;
}
#reset_filter_btn:hover{
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    div.dropdown_filter {
        margin-bottom: 20px;
        font-weight: 500;
    }
}
@media screen and (min-width:7868px) and (max-width: 990px) {
    div.dropdown_filter:not(:first-child){
        top: calc(50% - 10px);
        left: calc(50% - 44.38px);
        font-weight: 500;
    }
}

/*
* Menu categories
 */
@media screen and (min-width: 992px) {
    .categorie_sub_menu{
        display: flex!important;
        flex-direction: row!important;
        flex-wrap: wrap!important;
    }
    .categories_menu_toggle ul li ul.categories_mega_menu > li {
        padding-left: 0;
    }
    .categories_menu_toggle > ul > li:hover ul.categories_mega_menu {
        max-height: 400px;
        overflow-y: scroll;
    }
    /*.menu_item_children{*/
    /*    margin-bottom: 10px;*/
    /*}*/
}

/*
* Modal confirmation checkout
 */
.modal-confirm {
    color: #636363;
    width: 400px;
}
.modal-confirm .modal-content {
    padding: 50px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}
.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}
.modal-confirm h4 {
    text-align: left;
    font-size: 20px;
    margin-bottom: 30px;
}
.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -2px;
}
.modal-confirm .modal-body {
    color: #999;
}
.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
}
.modal-confirm .modal-footer a {
    color: #999;
}
.modal-confirm .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #40A944;
}
.modal-confirm .icon-box i {
    color: #40A944;
    font-size: 46px;
    display: inline-block;
    margin-top: 13px;
}
.icon-box:before {
    content: none;
}
.modal-confirm .btn, .modal-confirm .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
}
.modal-confirm .btn-secondary {
    background: #c1c1c1;
}
.modal-confirm .btn-secondary:hover, .modal-confirm .btn-secondary:focus {
    background: #a8a8a8;
}
.modal-confirm .btn-danger {
    background: #f15e5e;
}
.modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
    background: #ee3535;
}
.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

/*
* Menu site
 */
#canvas_open div {
    width: 32px;
    height: 32px;
    line-height: 34px;
    font-size: 24px;
    display: block;
    text-align: center;
    border: 1px solid #222222;
}
#canvas_open div:hover {
    cursor: pointer;
}
#homepage_caption{
    width: 40%;
    padding-top: 100px;
    padding-bottom: 300px;
}
#homepage_caption div:first-child{
    font-size: 3.5rem;
}
#homepage_caption div{
    font-size: 2.5rem;
}
#hompage_caption_wrapper{
    width: 100%;
    background-image: url("../images/home_header_bannere.png-2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 10px;
}
#homepage_caption_cart{
    text-align: left;
    justify-content: flex-end;
}
#homepage_caption_truck{
    justify-content: center;
}
#homepage_caption_customer{
    text-align: left;
    margin-left: 40px;
}
#icon_wrapper{
    height: 100px;
    vertical-align: middle;
    margin-top: 50px;
}
.about_section_right{
    text-align: right;
}
.about_section_left{
    text-align: left;
}
#about_section_header{
    font-size: 3.5rem;
}
#slider_wrapper{
    min-height: 320px;
}
.slider_div{
    max-height: 320px;
}
/* On screens that are 992px wide or less */
@media screen and (max-width: 992px) {
    #slider_wrapper{
        min-height: 700px;
    }
    .slider_div{
        max-height: 700px;
    }
    .header_social{
        display: none;
    }
    #desktop_sub_menu{
        display: none;
    }
    .main_logo{
        height: 100px!important;
    }
    .main_logo_smartphone{
        width: 90px!important;
    }
    .main_logo_smartphone_index{
        width: 76px!important;
    }
    #homepage_caption{
        width: 100%;
        padding-bottom: 0;
        min-height: 300px;
        margin-top: 60px;
    }
    .homepage_caption{
        margin-top: 20px;
    }
    #homepage_caption div:first-child{
        font-size: 2rem;
    }
    #homepage_caption div{
        font-size: 1.5rem;
    }
    #hompage_caption_wrapper{
        background-image: none;
        padding-left: 24px;
        padding-bottom: 100px;
    }
    #homepage_caption_cart{
        text-align: center;
        margin-bottom: 20px;
    }
    #homepage_caption_truck{
        text-align: center;
    }
    #homepage_caption_customer{
        text-align: center;
        margin-top: 40px;
        margin-left: 0px;
    }
    #icon_wrapper{
        margin-top: 30px;
        margin-bottom: 30px;
        min-height: 150px;
    }
    .about_section_right,.about_section_left{
        text-align: center;
    }
    #about_section_left_h4{
        margin-top: 20px;
    }
    .about_section{
        padding-bottom: 0;
    }
    #about_section_header{
        font-size: 2rem;
    }
}
/* On screens that are 992px wide or less */
@media screen and (max-width: 768px) {
    #slider_wrapper {
        min-height: 450px;
    }

    .slider_div {
        max-height: 450px;
    }
}
/*
* Register page
 */
#disclaimer{
    margin-top:30px;
    background-image: url('../images/shop_banner-3-scaled.jpg');
    width: 980px;
    height: 300px;
}
#disclaimer_h3{
    width: 550px;
    font-size: 30px;
    line-height: unset;
}
/* On screens that are 992px wide or less */
@media screen and (max-width: 992px) {
    #disclaimer{
        width: 600px;
    }
    #disclaimer_h3{
        width: 550px;
        font-size: 25px;
        text-align: center;
        line-height: unset;
    }
}
@media screen and (max-width: 576px) {
    #disclaimer{
        width: 350px;
    }
    #disclaimer_h3{
        width: 300px;
        font-size: 16px;
        text-align: center;
        line-height: unset;
    }
}
/*
* Article carte
*/
.lnr-cart{
    color:#40A944;
}
.lnr-heart{
    color: purple;
}
a:hover .lnr-cart-article-carte, a:hover .lnr-heart-article-carte{
    color:white;
}


/*
* Icon eyes on reset page
*/
.fa-eye:hover,.fa-eye-slash:hover{
    cursor: pointer;
}

/*
* Article carte
*/
.lnr-cart{
    color:#40A944;
}
.lnr-heart{
    color: purple;
}
a:hover .lnr-cart-article-carte, a:hover .lnr-heart-article-carte{
    color:white;
}


/*
* Icon eyes on reset page
*/
.fa-eye:hover,.fa-eye-slash:hover{
    cursor: pointer;
}

.form-check {
    border: 1px solid var(--color-lightgray-100);
}
.form-check-input:checked {
    background-color: #ffffff;
}

.form-switch .form-check-input {
    height: 1.5em;
    width: 3em;
}

.show_more {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    margin: 10px 40px 0 40px;
}

@media screen and (max-width: 992px) {
    .show_more {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px 10px;
        margin: -10px 40px 0 40px;
    }
}

.show_more button {
    margin-top: -40px;
    width: 129px;
    height: 40px;
    background-color: #81BE55;
    border-radius: 20px;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-transform: capitalize;
}

.show_more button:hover {
    background-color: #689E41;
}

.resetFilter {
    display: flex;
    padding-top: 10px;
    cursor: pointer;
}

.modal {
    max-height: 90%;
    overflow: hidden !important;
}

.modal-header {
    border: none;
    padding: 1rem 1.5rem 0 0;
}

.modal-header button {
    border: none;
    background-color: #ffffff;
}

.modal-title {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    font-family: "Red Hat Display";
    letter-spacing: 0px;
    color: #313131;
    margin: 0 0  0.5rem 2rem;
}

.modal-content {
    width: 700px;
    height: auto;
}

.modal-body {
    max-height: 500px;
    overflow-y: auto;
    padding: 0 2rem 0 2rem;
}

.modal-footer {
    justify-content: flex-start;
    border: none;
    padding: 0 2rem 1.2rem 2rem;
}

.modal-header-pub {
    padding: 0;
}

.modal-content-pub {
    width: auto;
}


@media screen and (max-width: 768px) {
    .modal {
        left: 0;
    }

    .modal-content {
        width: auto;
    }
}

.form-login {
    margin-bottom: 1rem;
}

.select-society {
    left: -105px;
}

@media screen and (max-width: 768px) {
    .select-society {
        left: inherit;
    }
}

.empty-cart {
    margin-top: 20px;
}

.reset_modal_index {
    z-index: inherit !important;
}

.alert-strong {
    font-weight: 700;
    font-size: 130%;
}
