
.slider video {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}
.bxslider-container img {
    width: 100%;
    max-height: 600px;
}
.bxslider-container {
    margin-bottom: 60px;
    max-width: 100%;
    overflow: hidden;
}
.recenzii-on-product img {
    max-width: 60px;
}
.it_l {
    margin-bottom: 10px;
}
.catalog-menu > .dropdown,
.promoții-link {
    margin-left: 17px;
}
.irs--flat .irs-handle>i:first-child {
    left: 1px !important;
}
.catalog_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 0px;
    /* gap: 64px 25px; */
}
.drop-filter-btn {
    position: relative;
    width: 200px;
    justify-content: flex-end;
}
.drop-filter-btn .drop-filter-content {
    left: auto;
    right: 0;
}
.catalog-content-area {
    padding-bottom: 75px;
}
.the_price {
    font-size: 22px;
    color: #000000;
    margin-left: 110px;
}
.descriere-content {
    margin-bottom: 0;
}
.descriere-content p {
    margin-bottom: 20px;
}
.cabinet-personal-menu-link-area {
    cursor: pointer;
}
.parola_group input {
    text-align: left;
}
.date-personale-input:read-only,
.informatie-livare-input:read-only {
    background: #F9F8F8 !important;
}
.plus_span,
.minus_span {
    width: 25px;
    height: 25px;
    display: flex;
    cursor: pointer;
}
.plus_span.disabled,
.minus_span.disabled {
    cursor: default;
}
.plus_span circle,
.minus_span circle {
    transition-duration: 100ms;
    stroke: none;
    fill: #A57963;
}
.plus_span:hover circle,
.minus_span:hover circle {
    fill: #744934;
}
.plus_span path,
.minus_span path {
    fill: #FFFFFF;
    stroke: #FFFFFF;
}
.plus_span.disabled circle,
.minus_span.disabled circle {
    stroke: #F1E9E9;
    fill: #F9F8F8;
}
.plus_span.disabled path,
.minus_span.disabled path {
    fill: #4D3422;
    stroke: #4D3422;
}
.comanda-item-img {
    max-width: 57px;
}
.comanda-price-and-qnt-area {
    max-width: 360px;
}
.comanda-item-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
}

.comanda-item-the-price-span,
.comanda-item-the-total-price-span {
    font-size: 14px;
    color: #000000;
}

.zone_select {
    border: 1px solid #f1e9e9;
    background-color: #ffffff;
    font-size: 15px;
    padding-left: 25px;
    height: 38px;
    line-height: 38px;
}
.zone_select:active,
.zone_select.open,
.zone_select:focus {
    border-color: #f1e9e9 !important;
}
.zone_select .disabled {
    display: none;
}
.zone_select .list {
    width: 100%;
    max-width: 100%;
    max-height: 250px;
    overflow-y: scroll !important;
}
.bascket_personal {
    height: 511px;
}
.footer-content {
    display: flex;
    flex-wrap: wrap;
}
.ws-logo {
   /* margin-left: auto;*/
    margin-right: 85px;
}
@media(max-width: 959px){
    .ws-logo {
        margin-right: 0px;
        margin-left: 0px;
    }
}
@media(max-width: 599px){
    .ws-logo {
        margin-right: auto;
        margin-left: auto;
    }
}
button.search-glass {
    padding: 0;
    border: none;
    background: none;
    width: 14px;
    height: 14px;
    display: flex;
}
button.search-glass-hamburger-search {
    padding: 0;
    border: none;
    background: none;
    display: flex;
}
@media(max-width: 800px){
    button.search-glass {
        display: none;
    }
}

.star_review input {
    display: none;
}
.star_review:hover {
    background: url(../img/star-pressed.svg) no-repeat;
}
.recenzii-from-person {
    /* justify-content: space-between; */
}
.commentator-name {
    max-width: 271px;
}
.commentator-text {
    width: calc(100% - 271px);
}
@media(max-width: 1400px){
    .commentator-name {
        max-width: 200px;
    }
    .commentator-text {
        width: calc(100% - 200px);
    }
}
@media(max-width: 1000px){
    .commentator-name {
        max-width: 150px;
    }
    .commentator-text {
        width: calc(100% - 150px);
    }
}
@media(max-width: 959px){
    .recenzii-clientii {
        margin-left: 0;
    }
    .commentator-text .recenzii-comment {
        font-size: 11px;
    }
}

@media(max-width: 500px){
    .commentator-name {
        width: auto;
        max-width: none;
        margin-right: 30px;
    }
    .commentator-text {
        width: auto;
    }
}





/* Modal */
.modal_space {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(26, 27, 31, 0.65);

    display: flex;
    align-items: center;
    justify-content: center;
}
.modal_block {
    position: relative;
    width: 90%;
    max-width: 600px;
    height: auto;

    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    display: none;
}
.modal_block.active_block {
    display: block;
}
.modal_close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
    background: #A57963;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.modal_block .plaseaza-comanda-button-area {
    margin-bottom: 15px;
}
.modal_close_block {
    text-align: center;
}
.modal_close_link {
    display: inline-block;
    font-size: 13px;
    color: #8f8f8f;
    text-decoration: underline;
    cursor: pointer;
}
.modal_close_link:hover {
    color: #744934;
}

.reg_auth_block {
    position: relative;
    cursor: pointer;
}
.reg_auth_modal {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 50px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    top: calc(100% - 10px);
    right: 0px;
}
.reg_auth_block:hover .reg_auth_modal {
    display: block;
}
.reg_auth_modal a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}
/* Modal */

/* Bascket adaptive */
@media (max-width: 1600px) {
    .comanda-price-and-qnt-area {
        width: 100%;
    }
}
@media (max-width: 1500px) {
    .comanda-item {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
    .comanda-price-and-qnt-area {
        margin-top: 15px;
        margin-left: 40px;
        margin-right: 20px;
    }
    .comanda-item-old-new-prices-area {
        margin-left: 0;
    }
    .comanda-price-and-qnt-area {
        width: calc(100% - 60px);
    }
}
@media (max-width: 1199px) {
    .bascket_personal {
        height: auto;
    }
}
@media (max-width: 500px) {
    .comanda-item-set-qnt-area {
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media (max-width: 400px) {
    .comanda-items {
        margin: 10px;
    }
    .comanda-item-img-area {
        margin-left: 10px;
    }
    .comanda-price-and-qnt-area {
        margin-top: 15px;
        margin-left: 20px;
    }
    .comanda-price-and-qnt-area {
        width: calc(100% - 30px);
    }
    .comanda-item-name {
        width: 100%;
        margin-left: 0;
        padding-left: 30px;
    }
}
@media (max-width: 350px) {
    .comanda-items {
        margin: 7px;
    }
    .comanda-item-img-area {
        margin-left: 5px;
    }
    .comanda-price-and-qnt-area {
        margin-top: 15px;
        margin-left: 10px;
    }
    .comanda-price-and-qnt-area {
        width: calc(100% - 20px);
    }
    .comanda-item-set-qnt-area {
        margin-left: 5px;
        margin-right: 5px;
    }
    .comanda-item-name {
        padding-left: 20px;
    }
}
/* Bascket adaptive */




/* Gallery */
.details_nav_slider {
    width: 100%;
    max-width: 80px;
}
.details_nav_slider img {
    width: 100%;
    max-width: 100%;
}
.details_nav_slide {
    cursor: pointer;
    padding-bottom: 35px;
}
.details_slider {
    width: 100%;
    max-width: 520px;
}
.details_slider img {
    /* width: auto;
    margin: 0 auto; */
    width: 100%;
    max-width: 100%;
}
@media(max-width: 1400px){
    .details_nav_slide {
        padding-bottom: 20px;
    }
}
@media(max-width: 1200px){
    .details_nav_slide {
        padding-bottom: 10px;
    }
}
@media(max-width: 1150px){
    .details_nav_slide {
        padding-bottom: 7px;
    }
    .details_nav_slide {
        margin: auto 0;
    }
}
@media(max-width: 600px){
    .details_nav_slider {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }
    .details_nav_slider img {
        max-width: 80px;
        margin: 0 auto;
    }
    .details_slider {
        margin-bottom: 40px;
    }
    .gallery_slider_flex {
        display: flex;
        flex-wrap: wrap;
    }
    .prodeoct-img-lg {
        margin-right: 10px;
    }
}
/* Gallery */

.like-icon-r.liked:hover {
    content: '';
}
.like-button.liked img {
    content: '';
}


/* Contacts */
.text_title,
.contacts_title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 60px;
}
.contacts_wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 90px;
}
.contacts_form {
    width: 100%;
    max-width: 420px;
}
.contacts_text {
    width: 100%;
    max-width: calc(100% - 540px);
    font-size: 14px;
}
.text_wrapper {
    font-size: 14px;
    padding-bottom: 90px;
    min-height: 40vh;
}
textarea.informatie-livare-input {
    resize: none;
}
.contacts_form .informatie-livare-inputs-and-title {
    padding-top: 20px;
}
.contacts_form .plaseaza-comanda-button-area {
    margin-bottom: 40px;
}
@media(max-width: 1200px){
    .contacts_text {
        max-width: calc(100% - 480px);
    }
}
@media(max-width: 768px){
    .contacts_text {
        max-width: 100%;
    }
    .contacts_wrapper {
        flex-direction: column;
        align-items: center;
    }
    .contacts_form {
        margin-top: 60px;
    }
}
/* Contacts */




.search_list_block {
    position: absolute;
    top: calc(100% + 2px);
    left: 30px;
    width: calc(100% - 60px);
    z-index: 2;
    max-height: 0px;
    overflow: hidden;
}
.search_list_block.active_list {
    max-height: none;
}
.search_list {
    background: #ffffff;
    padding: 20px;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.search_line {
    display: flex;
    margin-bottom: 7px;
}
.search_line_img {
    max-width: 80px;
}
.search_title_price {
    margin-left: 15px;

    font-size: 14px;
    line-height: 1.5;
}
.search_title {
    font-weight: bold;
    color: #1e1e1e;
}
.search_price {
    font-weight: 400;
    color: #000000;
}
.search_list_block.mob {
    display: none;
}
.search_line_more {
    margin-top: 20px;
    font-weight: bold;
    text-decoration: 15px;
    text-decoration: underline;
}
@media(max-width: 960px){
    .search_list_block {
        left: 5px;
        width: calc(100% - 10px);
    }
}
@media(max-width: 800px){
    .search_list_block.desc {
        display: none;
    }
    .search_list_block.mob {
        display: block;
    }
    .search_list_block {
        top: 100%;
        left: 20px;
        width: calc(100% - 40px);
    }
    .search-bar-box-hamburger-search {
        position: relative;
        width: 100%;
        max-width: 600px;
    }
}


.main_block {
    display: flex;
    flex-direction: column;
    align-items: center;

}
.main_block_img {
    max-width: 100%;
    margin-bottom: 30px;
}
.main_block_img img {
    max-width: 100%;
}
.main_block_title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.main_block_text {
    font-size: 16px;
    text-align: center;
}
.main_block_close {

}

.bx-wrapper .bx-pager {
    display: none;
}
.text-footer {
    max-width: 200px;
}

.scroll_up {
    position: fixed;
    z-index: 9999999;
    right: 45px;
    bottom: 120px;
    cursor: pointer;
}

.product-card-r {
    max-width: 300px;
}

.slide {
    position: relative;
}
.slide_data {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.slide_data .container {
    height: 100%;
}
.slide_data_info {
    margin-left: 100px;
    max-width: 597px;
    padding-top: 107px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.slide_data_logo {
    width: 234px !important;
    height: 104px !important;
    margin-bottom: 27px;
}
.slide_data_title {
    font-family: 'Onest';
    font-weight: 700;
    font-size: 60px;
    line-height: 76px;
    color: #000000;
    margin-bottom: 20px;
}
.slide_data_text {
    font-family: 'Onest';
    font-weight: 500;
    font-size: 20px;
    line-height: 129.17%;
    color: #000000;
    margin-bottom: 50px;
    max-width: 400px;
}
.slide_data_btn {
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: 'Onest';
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #070707;
    cursor: pointer;

    width: 184px;
    height: 56px;
    background: linear-gradient(265.77deg, #FDEFAD -81.32%, #E4BC4E 86.43%);
    border-radius: 200px;

}

@media(max-width: 1500px){
    .slide_data_info {
        padding-top: 40px;
    }
    .slide_data_text {
        margin-bottom: 30px;
    }
}
@media(max-width: 1400px) {
    .slide_data_logo {
        margin-bottom: 10px;
    }
    .slide_data_title {
        font-size: 45px;
        line-height: 48px;
        margin-bottom: 10px;
    }
    .slide_data_text {
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .slide_data_info {
        margin-left: 0;
    }
}
@media(max-width: 1200px) {
    .slide_data_logo {
        width: 156px !important;
        height: 66px !important;
        margin-bottom: 5px;
    }
    .slide_data_info {
        padding-top: 30px;
    }
}
@media(max-width: 1000px) {
    .slide_data_logo {
        width: 130px !important;
        height: 54px !important;
        margin-bottom: 0px;
    }
    .slide_data_title {
        font-size: 34px;
        line-height: 36px;
    }
    .slide_data_text {
        font-weight: 500;
        font-size: 15px;
        margin-bottom: 10px;
        max-width: 260px;
    }
    .slide_data_btn {
        font-size: 15px;
        width: 166px;
        height: 45px;
    }
    .slide_data_info {
        max-width: 490px;
    }
}
@media(max-width: 800px) {
    .slide_data_info {
        max-width: 375px;
    }
    .slide_data_title {
        font-size: 30px;
        line-height: 32px;
    }
    .slide_data_logo {
        width: 118px !important;
        height: 47px !important;
        margin-bottom: 0px;
    }
    .slide_data_text {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .slide_data_btn {
        font-size: 13px;
        width: 150px;
        height: 40px;
    }
}
@media(max-width: 700px) {
    .slide_data_info {
        padding-top: 10px;
        max-width: 320px;
    }
}
@media(max-width: 600px) {
    .slide_data_text {
        font-size: 11px;
        max-width: 200px;
    }
    .slide_data_title {
        font-size: 22px;
        line-height: 24px;
    }
    .slide_data_btn {
        font-size: 12px;
        width: 130px;
        height: 35px;
    }
    .slide_img {
        min-height: 187px;
        object-fit: cover;
        object-position: left;
    }
    .product-card-r {
        margin-right: auto;
        margin-left: auto;
    }
    .text-footer {
        margin-right: auto;
        margin-left: auto;
    }
}
@media(max-width: 375px) {
    .slide_data_info {
        padding-top: 10px;
        max-width: 100%;
    }
}