.search-product__container {
    background-color: #EFEBD8;
    padding: 90px 50px;
}

.search-product-loading {
    display: none;
    margin: 15px auto 70px;
    text-align: center;
    font-family: Oswald, sans-serif;
    font-weight: 400;
    font-size: 35px;
}

.search-product-loading.load {
    display: block;
}

.lds-roller {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 70px auto 0;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1C0010;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.search-product__input__container {
    display: flex;
}

.search-error {
    display: block;
    color: red;
    margin-top: 25px;
    font-family: Oswald, sans-serif;
    font-weight: 400 !important;
    text-align: center;
}

.search-error.none {
    display: none;
}

.search-product__container #search_products, .search-product__container #submit_products, #search-product__result button, .product-result__header p, .product-result__header h3, .tftable th, .tftable td, .search-result-error {
    font-family: Oswald, sans-serif;
    font-weight: 400 !important;
}

.search-result-error {
    text-align: center;
    max-width: 490px;
    margin: 0 auto 50px;
}

.search-result-nb {
    margin-top: 70px;
    margin-bottom: 30px;
    font-family: Oswald, sans-serif;
    font-weight: 400;
}

.search-product__infos {
    margin-top: 15px;
    font-size: 15px;
    color: #636363;
}

.search-product__container #search_products {
    width: 100%;
    padding: 10px;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordion.active:after {
    content: "\2212";
}

.panel-product {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

#search-product__result button {
    padding: 25px 20px;
    font-size: 18px;
    color: #7d7d7d;
}

#search-product__result button span{
    font-size: 20px;
    color: #585858;
}

.product-result__header {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.product-result__header img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.product-result__header ul li {
    list-style: none;
}

.product-result__header p, .product-result__header h3 {
    margin: 0;
    color: #1C0010;
}

.product-result__header h3 {
    font-size: 30px;
}

.tftable .res {
    color: #8a8a8a;
}

.search-contact {
    border-top: solid 1px #e4e4e4;
    padding-top: 150px;
    position: relative;
}

.search-contact {
    border-top: solid 1px #e4e4e4;
    padding-top: 150px;
    position: relative;
}

.search-contact h2 {
    font-size: 4rem;
    font-weight: 400;
}

.search-contact-button {
    font-family: Oswald, sans-serif;
    font-weight: 400 !important;
    padding: 1px 35px !important;
    line-height: 52px !important;
    min-width: 156px !important;
    color: #fff !important;
}

.search-slide {
    display: none;
    position: absolute;
    left: 10px;
    margin-top: -32px;
}

.search-slide svg {
    width: 50px;
    height: 50px;
    background-color: #fff;
}

.search-slide p {
    margin-left: 15px;
}

.ui-datepicker {
    background-color: #fff;
    margin-top: 28px;
    width: 252px;
    padding: 15px;
    box-shadow: 1px 1px 17px #d8d5d5;
}

#preorder_date_field {
    display:none;
}

@media screen and (max-width: 767px) {
    .search-product__input__container {
        flex-direction: column;
    }

    .search-product__container {
        padding: 30px 20px;
    }

    .search-product__container #search_products {
        padding: 20px;
        margin-bottom: 15px;
    }

    .search-result-nb {
        margin-top: 30px;
    }

    .product-result__header {
        flex-direction: column;
        margin: 30px 0 60px;
    }

    .product-result__header img {
        margin-bottom: 20px;
    }

    .product-result__header ul {
        padding: 0;
    }

    .tftable .res {
        font-size: 14px;
        padding: 10px;
    }

    .product-result__container {
        overflow-x: scroll;
    }

    .search-contact {
        padding-top: 50px;
        position: relative;
    }

    .search-contact-button {
        display: block !important;
        float: inherit !important;
    }

    .search-slide {
        display: flex;
    }
}