﻿:root {
    --swiper-pagination-bottom: 0px;
}

*:focus {
    outline: none;
}
input:not([type=search]), input:not([type=search]):focus {
    text-align: center;
}
input:focus::placeholder{
    color:transparent;
}
input:not([type=search])::placeholder {
    text-align: center;
    color: #405A7F;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
input:not([type=search])::-webkit-input-placeholder {
    text-align: center;
}
input:not([type=search]):-moz-placeholder {
    text-align: center;
}
input:not([type=search])::-moz-placeholder {
    text-align: center;
}
input:not([type=search]):-ms-input-placeholder {
    text-align: center;
}

/* PIC */


/*** flights ***/
.flights-container {
    margin-top: 3px;
    background-color: #fff;
    position: absolute;
    width: 350px;
    height: 300px;
    overflow-y: auto;
    display: none;
    border: 1px solid #1979FF;
    border-radius: 3px;
    z-index: 12;
}

.fc-show {
    display: block !important;
}

.flight-next-btn-v3.inactive,
.flight-reset-btn-v3.inactive {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .7;
}

.flight-next-btn-v3.active,
.flight-reset-btn-v3.active {
    cursor: pointer;
    opacity: 1;
}

.flights-container::-webkit-scrollbar {
    width: 1em;
}

.flights-container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px #1979ffcb;
}

.flights-container::-webkit-scrollbar-thumb {
    background-color: #6daaff;
    outline: 1px solid slategrey;
}

.flight-wrapper {
    padding: 5px;
}

.flight-wrapper span {
    margin-right: 10px;
}

.flight-wrapper:hover {
    cursor: pointer;
    background-color: #6daaff;
    color: #fff;
}
.flight-date-wrapper-v3, .flight-number-wrapper-v3 {
    position: relative;
}

#calendar-wrapper {
    top: 84px !important;
}

.error-check-label {
    font-size: 16px;
    font-weight: 600;
    color: #dc3545 !important;
}

.flight-skip-btn-wrapper {
    width: 100%;
}
/*** flights ***/
/*
.breadcrumbs {
    color: var(--primary-gray-color);
    margin-bottom: 2rem;
}

.breadcrumbs a.home-link {
    color: var(--primary-gray-color);
    font-weight: 500;
    font-size: 18px;
    border: 1px solid var(--primary-gray-color);
    border-radius: 51px;
    padding: 5px 24px;
    text-decoration: none;
}

.breadcrumbs a.home-link i {
    padding-right: .5rem;
    font-size: 15px;
}

.breadcrumbs a.home-link:hover {
    text-decoration: none;
    color: white;
    background-color: var(--primary-blue-color);
    border: 1px solid var(--primary-blue-color);
}
*/
.category-widget {
    margin: 1.3em 0px;
}

.head-categories-list-pic {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    overflow-x: auto;
    padding: 1.4rem 0px;
    border-radius: 20px;
    background-color: white;
}

.head-category-pic {
    font-size: 18px;
    font-weight: 600;
    text-transform: unset;
    border: 1px solid var(--primary-font-color);
    border-radius: 3em;
    margin: 0px 1em;
    white-space: nowrap;
    padding: .3em 1em;
}

.head-category-pic:not(.item-active):hover {
    cursor: pointer;
    border: 1px solid var(--primary-blue-color);
    background-color: var(--primary-blue-color);
    color: white;
}

.head-category-pic.item-active {
    border: 1px solid var(--primary-blue-color);
    background-color: var(--primary-blue-color);
    color: white;
}

.head-category-pic.item-active:hover {
    cursor: pointer;
    border: 1px solid var(--primary-font-color);
    background-color: transparent;
    color: var(--primary-font-color);
}

.pic-widget-title,
.pic-widget-description {
    font-size: 35px;
    line-height: 1;
    color: #405A7F;
    font-weight: 600;
    margin: 0px 0px 1rem 0px;
}

.pic-flight-selector-title-wrapper-v3 {
    display: flex;
    margin: 2rem 0px;
}

.pic-flight-selector-v3 {
    padding: 1.4rem;
    border-radius: 20px;
    background-color: white;
    display: grid;
    min-height: 211px;
    grid-template-columns: 60% 1fr;
}

.pic-flight-selector-info {
    width: 65%;
    margin-right: 4rem;
}

.pic-flight-selector-title {
    font-size: 27px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: .5rem;
}

.pic-flight-selector-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}


.flight-next-btn-v3,
.flight-skip-btn {
    padding: 10px 20px;
    margin: 0;
    /*width: 200px !important;
    height: 44px !important;*/
}

.pic-input-group-v3 {
    display: grid;
    gap: 0px 20px;
    grid-template-columns: repeat(2, 1fr);
    /*margin-right: 177px;*/
}

.flight-input-label-v3 {
    font-size: 18px;
    font-weight: 500;
    color: #9DA6A6;
    margin: 0px 0px .5rem .5rem;
}

.flight-input-v3 {
    width: 100%;
    /*width: 200px !important;
  height: 44px !important;*/
    background-color: #F0F3F7;
    border: 1px solid var(--primary-gray-color);
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-font-color);
    padding: .5em 1rem;
}

.pic-input-group-v3 input.flight-input-v3::placeholder {
    text-decoration-line: unset;
    font-size: 16px;
    font-weight: 500;
    opacity: .5;
}

a.in-basket-v3.pic-v3 {
    background-color: var(--primary-blue-color);
    border-radius: 35px;
    padding: .78em 1.02em;
    font-weight: 600;
    font-size: 1em;
}


.basket-extend {
    background-color: #29CC00;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 1.3rem;
    height: 50px;
    width: 150px;
}

.detail-actions-wrapper .basket-extend {
    padding: 0px 2rem;
}

.detail-actions-wrapper .basket-extend .dec i,
.detail-actions-wrapper .basket-extend .inc i {
    font-size: 25px;
}

.dec i,
.inc i {
    color: white;
    font-size: 22px;
}
.pic-change-count-v3:hover {
    cursor: pointer;
}

.pic-basket-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 0px .4rem;
}

.pic-count-v3 {
    font-size: 21px;
    font-weight: 600;
    color: white;
}

.pic-info-text {
    font-size: 10px;
    font-weight: 500;
    color: white;
}

.detail-actions-wrapper .basket-extend .pic-count-v3 {
    font-size: 24px;
}

.detail-actions-wrapper .basket-extend .pic-info-text {
    font-size: 11px;
}

.card-content.pic {
    padding: 0px 10px 10px 10px;
}

.footer-line.pic {
    margin: 0px 10px;
}

.card-footer.pic {
    padding: 10px 10px;
}

/* WITH IMAGE */
.detail-info-wrapper.w-img {
    display: grid;
    grid-template-rows: auto 1fr;
}

#list-pic-services-slider .autoplay-progress {
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    font-size: 10px;
}

#list-pic-services-slider .autoplay-progress.show svg {
    --progress: 0;
    position: absolute;
    stroke-width: 2px;
}

.pic-flight-selector-container-v3.w-img {
    display: grid;
    grid-template-columns: 60% auto;
    position: relative;
    gap: 15px;
}

.pic-flight-selector-v3.w-img {
    display: flex;
    flex-direction: column;
}

.pic-input-group-v3.w-img {
    margin: 1rem 0px 0px 0px;
    min-height: 155px;
}


.pic-flight-selector-info.w-img {
    width: unset;
    margin: unset;
}

.pic-image-v3 img {
    border-radius: 20px;
}

/* WITH IMAGE */

/* DETAIL */
.service-images-v3 {
    --main-detail-height-lg: 550px;
}

.pic-flight-selector-info.w-img {
    width: unset;
    margin: unset;
}

.detail-composition-show-more {
    text-align: center;
    cursor: pointer;
}

/*.detail-composition-wrapper-v3,*/
.collapse-link {
    display: none;
}

.collapse-link,
.show-more-link {
    color: #405A7F;
    opacity: .5;
    font-size: 18px;
    display: block;
    padding: .6rem 0px 0px 0px;
}

.detail-title {
    font-weight: 700;
    font-size: 4em;
    line-height: 1;
}

/*.collapse-link.active,
.show-more-link.active {
    display: block;
}*/

.service-content-v3 {
    height: unset;
    min-height: unset;
}

.pic-weight-v3 {
    color: #A0ADBF;
    font-size: 110%;
    font-weight: 600;
}


.price-containerV3.xs {
    display: none;
}

.detail-pic .pic-v3, .detail-pic .in-basket-pic-v3 {
    height: 3rem;
    width: 100%;
}

#detail-pic-service-slider img {
    border-radius: 20px;
}

/* NEW */
.flight-select-result-message {
    padding: 10px 0;
}

.flight-select-result-message span {
    color: #bc6d3f;
    font-family: "Montserrat";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.detail-flight-date.empty,
.detail-flight-number.empty {
    color: #9DA6A6;
}

.flight-reset-ico-wrapper {
    display: none;
    margin-left: .5rem;
}

.flight-reset-ico-wrapper.active {
    display: block;
}

.pic-flight-selector-wrapper {
    display: none;
    padding: 1.4rem;
    border-radius: 20px;
    background-color: white;
    margin: 1rem 0px;
}

.pic-flight-selector-wrapper.active {
    display: block;
    position: absolute;
    z-index: 2;
    top: 5.5rem;
}

.flight-reset-ico-wrapper:hover,
.flight-edit-ico-wrapper-v3:hover {
    cursor: pointer;
}

.flight-reset-ico-wrapper:hover svg path:first-child {
    stroke: #dc3545 !important;
}

.flight-edit-ico-wrapper-v3:hover svg path:first-child {
    stroke: #405A7F;
}

.flight-edit-ico-wrapper-v3:hover svg path:last-child {
    stroke: #405A7F;
    fill: #405A7F;
}

.composition-link.show-more-link.active:hover svg,
.composition-link.show-more-link.active:hover svg path:first-child {
    opacity: 1;
    font-weight: 600;
}

.composition-link.collapse-link.active:hover .composition-link.collapse-link.active:hover svg,
.composition-link.collapse-link.active:hover svg path:first-child {
    opacity: 1;
    stroke: #405A7F;
}

.detail-warning-message {
    display: flex;
    align-items: center;
}

.detail-warning-message svg {
    width: 53px;
    height: 53px;
}

.detail-warning-message span {
    color: #405A7F;
    font-size: 20px;
    font-weight: 600;
    padding: 0px 0px 10px 10px;
}

.detail-description-wrapper-v3 {
    max-height: 10rem !important;
}

.detail-description-wrapper-v3.all-content {
    max-height: unset !important;
}

.show-more.active {
    display: flex !important;
}

.detail-pic-flight-selector-v3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border-radius: 20px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.detail-pic-flight-selector-v3 .actions-wrapper svg {
    width: 51px;
    height: 51px;
    margin-left: 1rem;
}

.detail-flight-date,
.detail-flight-number {
    font-size: 20px;
    font-weight: 600;
}

/*.detail-main-info {
    gap: 15px !important;
}*/

.detail-pic-input-group-v3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

.actions-wrapper {
    display: flex;
}

.detail-flight-input-label-v3 {
    font-size: 18px;
    font-weight: 500;
    color: #9DA6A6;
}

.detail-flight-input-v3 {
    width: 100%;
    background-color: #F0F3F7;
    border: 1px solid var(--primary-gray-color);
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    color: var(--main-font-color);
    padding: .6em 1rem;
}

.detail-info-v3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    border-radius: 20px;
    padding: 1em;
    box-shadow: var(--primary-shadow);
    z-index: 1;
    margin-top: 1rem;
}

.detail-info-v3.abs {
    position: absolute;
    bottom: 0;
    width: 100%;
}


.detail-service-titles {
    margin: 1rem 0px;
}

.energy-tabs-v3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: .5rem;
}

.energy-tab-v3:not(.tab-active) {
    cursor: pointer;
}

.energy-tabs-delimeter {
    font-size: 30px;
    color: #A0ADBF;
    margin: 0px .5rem;
}

.tab-per-100,
.tab-per-serving {
    opacity: .5;
    font-size: 25px;
    font-weight: 600;
}

.tab-active {
    opacity: 1;
}

.per-100-v3,
.per-serving-v3 {
    /*margin: 0px 4em 1rem 0px;*/
    display: none;
}

    .per-100-v3.active,
    .per-serving-v3.active {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.energy-data-v3 {
    display: flex;
    flex-direction: column;
}

.energy-data-v3 span.value {
    font-size: 25px;
    font-weight: 600;
    line-height: 1
}

.energy-data-v3 .value.label {
    font-size: 20px;
    font-weight: 500;
    line-height: 1
}

.detail-composition-wrapper-v3.collapsed {
    display: block;
}

.detail-other-info.pic {
    border-radius: 20px;
    margin: 1rem 0px 2em 0px;
    background: var(--promoblock-background-color);
    padding: 1.5em 1.5em 1em 1.5em;
    max-height: 21.5rem;
    overflow-y: hidden;
    position: relative;
    box-shadow: var(--primary-shadow);
}

.detail-other-info.pic .detail-description {
    font-size: 19px;
    line-height: 1.2;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .detail-main-info {
        grid-template-columns: 56% 1fr;
        gap: 2vw;
    }
    .detail-info-v3 {
        margin: 0px;
        padding: .5em 1rem;
    }
    .collapse-link, .show-more-link {
        padding-top: .2rem;
    }
}

@media (max-width: 1024px) {
    .detail-info-v3 {
        margin-top: 1rem;
        padding: 1rem;
        width: 60vw;
    }

    .collapse-link, .show-more-link {
        padding: .6rem 0px 0px 0px;
    }
}

@media (max-width: 700px) {
    .detail-info-v3 {
        width: unset;
    }
}

/*@media (max-width: 1200px) {
    .pic-flight-selector-title {
        font-size: 26px;
    }
    .service-card.pic .card-title-v3 {
        font-size: 20px;
    }
}

@media (max-width: 1100px) {
    .head-categories-list-pic {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .pic-widget-title, .pic-widget-description {
        margin: 0px 0px 1rem 0px !important;
    }
}

@media (max-width: 480px) {

    #detail-pic-service-slider img {
        width: 100%;
    }

    .detail-pic-flight-selector-v3 {
        margin: 1rem 0px;
    }

    .detail-pic-flight-selector-v3 .actions-wrapper svg {
        width: 28px;
        height: 28px;
        margin-left: 0rem;
    }

    div.detail-flight-input-label-v3,
    div.detail-flight-input-label-v3 {
        font-size: 12px;
        margin-bottom: .5rem;
    }

    .detail-flight-date.empty,
    .detail-flight-number.empty,
    .detail-flight-date, .detail-flight-number {
        font-size: 16px;
    }

    .detail-service-titles {
        margin: 0px 0px 1rem 0px;
    }

    .detail-other-info.pic .detail-description {
        font-size: 12px;
        line-height: 1.4;
    }

    .detail-other-info.pic {
        border-radius: 20px;
        margin: 1em 0 1em 0;
        background: var(--promoblock-background-color);
        padding: 1.5em 1.5em 1em 1.5em;
        max-height: unset;
        overflow-y: hidden;
        font-size: 12px;
        font-weight: 500;
    }

    .price-wrapper.detail-pic {
        padding: 1rem 2rem;
    }

    .detail-other-info.pic .detail-description-wrapper-v3 {
        margin: 0px;
    }

    .pic-weight-v3 {
        font-size: 20px;
    }

    .tab-per-100,
    .tab-per-serving {
        font-size: 16px;
    }

    .energy-tabs-delimeter {
        font-size: 22px;
        font-weight: 100;
    }

    .energy-title-v3 {
        font-size: 14px;
        color: #9DA6A6;
        font-weight: 500;
    }

    .energy-data-v3 span.value {
        font-size: 18px;
        line-height: 1;
    }

    .energy-data-v3 span.label {
        font-size: 12px;
        line-height: 1;
        font-weight: 500;
    }

    .detail-composition-show-more .collapse-link,
    .detail-composition-show-more .show-more-link {
        font-size: 12px;
    }

    .collapse-link.active {
        padding-top: .5rem;
    }

    .composition-link svg {
        width: 12px;
        height: 6px;
    }

    .detail-composition-wrapper-v3 p {
        font-size: 12px;
    }

    .detail-composition-link {
        font-size: 12px;
        font-weight: 500;
        color: #3381EE;
    }

    .pic-flight-selector-container-v3.w-img {
        --swiper-pagination-bottom: 0px;
        display: block;
    }

    #list-pic-services-slider .autoplay-progress {
        right: 5px;
        bottom: 5px;
    }

    #list-pic-services-slider .autoplay-progress.show svg {
        --progress: 0;
        position: absolute;
        stroke-width: 2px;
    }


    .pic-image-v3 img {
        width: 100%;
    }

    .breadcrumbs a.home-link {
        font-weight: 600;
        font-size: 11px;
        padding: 2px 8px;
    }

    .breadcrumbs a.home-link i {
        padding-right: .3rem;
        font-size: 11px;
    }

    .pic-flight-selector-title-wrapper-v3 {
        display: block;
        margin: 1rem 0px;
    }

    .pic-widget-title,
    .pic-widget-description {
        font-size: 20px;
        margin: 1rem 0px;
    }

    .pic-flight-selector-title {
        font-size: 16px;
        font-weight: 600;
    }

    .pic-flight-selector-description {
        font-size: 12px;
        font-weight: 500;
    }

    .pic-input-group-v3.w-img {
        margin: 1.5rem 0px 0px 0px;
        min-height: 135px;
    }

    .flight-input-label-v3 {
        font-size: 12px;
        margin: 0px 0px .5rem .5rem;
    }

    .flight-input-v3 {
        border-radius: 20px;
        font-size: 16px;
        font-weight: 600;
        padding: .45rem 1rem;
    }

    .flights-container {
        width: calc(100vw - 4rem);
        height: 300px;
    }

    .flight-wrapper {
        padding: 5px;
        font-size: 14px;
    }

    #calendar-wrapper {
        top: 66px !important;
        z-index: 12 !important;
    }

    .detail-actions-wrapper .basket-extend .pic-count-v3 {
        font-size: 16px;
    }

    .detail-actions-wrapper .basket-extend .dec i, .detail-actions-wrapper .basket-extend .inc i {
        font-size: 18px;
    }

    .btn-v3 {
        font-weight: 600 !important;
        height: 40px !important;
        font-size: 12px !important;
        margin: 0;
        width: 100%;
    }

    .pic-flight-selector-v3 {
        min-height: unset;
        padding: 1rem;
    }

    .category-widget {
        display: flex;
        margin: 1.3em 0px 3.3em 0px;
    }

    .basket-extend,
    .detail-pic .pic-v3, .detail-pic .in-basket-pic-v3 {
        padding: 0px 1rem;
        height: 42px;
        width: 150px;
    }

    .dec i, .inc i {
        font-size: 16px;
    }

    .pic-count-v3 {
        font-size: 16px;
    }

    .pic-info-text {
        font-size: 8px;
    }
}*/
/* NEW */
/* DETAIL */