
/* прописываем фон сайта и основные шрифты и цвета */
html, body {
    height: 100%;
    background-color: #ffffff;
    font-family: sans-serif;  /*базовий шрифт бутстрап (для сайту достатньо)*/
    font-weight: normal;
    font-size: 16px;
    color: #625e5e;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* стили для заголовков */
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    color: #333;

}
/* параграфы */
p {
    line-height: 25px;
    margin-bottom: 25px;
}

/* цвет ссылок */
a {
    color: #2d2b2b;
    text-decoration: none; /* без подчервивания и т. д. */

}

.underline:hover {
    text-decoration: underline;
}

/* цвет при навидении на ссылку и при нажатии на нее */
a:hover {
    color: #0285de;
    text-decoration: none; /* c подчервиванием и т. д. */
    outline: 5px;
}

/* index.php Главная страница */
/* блок хедера  для мобильных устройств и планшетов */
.header-tm-for-mobile {
    display: none;
}

.middle-buttons{
    display: block;
    text-align: center;

}

.middle-button{
    border-radius: 7px;
    border: none;
    width: 90%;
    max-width: 260px;
    height: 50px;
    letter-spacing: 1px;
    font-size: 18px;
    color: white;
}

.facebook-btn{
    --bs-btn-bg: #4e69aa;
    --bs-btn-border-color: #32549b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #274986;
    --bs-btn-hover-border-color: #27427a;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1F3664FF;
    --bs-btn-active-border-color: #32549b;
}

.google-btn{
    color: #625e5e;
    background-color: white;
    border: 2px solid #625e5e;
    --bs-btn-focus-shadow-rgb: 49,132,253;
}

.google-btn:hover{
    color: white;
    background-color: #0285de;
    border: 2px solid #0285de;

}

.btn-success-main { /* скопировал бутсраповский стиль и добавил свои цвета на кнопку */
    --bs-btn-color: #fff;
    --bs-btn-bg: #1e8f02;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #24ab03;
    --bs-btn-hover-border-color: #146c43;
    /*--bs-btn-focus-shadow-rgb: 60, 153, 110; - Закомментировал, потому что при выборе подарочной карты остается некрасивый бордер*/
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1A7301FF;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}




/* Блок в центральной части с карточками букетов */

.thumb{
    max-width:100%;
    height:auto;
}

.thumb:hover{
    transform: scale(1.02);
    filter: brightness(1.04);
}

.flowers-section-link-more{
    color: #0285de;
    text-align: right;
    padding-right: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.flowers-section-link-more a{
    color: #0285de;
}

.flowers-section-link-more a:hover{
    text-decoration: underline;
}

.flowers-section-title{
    color: black;
    text-align: left;
    padding-left: 15px;
    font-weight: bold;
    letter-spacing: 1px
}

.card-container{
    /* max-width: 212px; */
    height: 100%;
    margin: 0 10px 0 10px;
    padding: 10px;
}

.card-container:hover{
    box-shadow: 0 0 20px 1px rgb(0 0 0 / 17%);
    /*padding: 5px;*/
}

.card-container a:focus{
    text-decoration: none;
}

.flower-card{
    position: relative;
    overflow: hidden;
}

.flowers-title-section{
    color: #1e8f02;
    line-height: 20px;
    margin-top: 20px;
    min-height: 40px;
}

.flowers-title{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.flowers-title:hover{
    text-decoration: underline;
}

.price-section{
    margin-top: 8px;
    line-height: 25px;
    display: flex;
    justify-content: center
}

.old-price-section{
    display: flex;
    justify-content: center;
    color: #9b9b9b;
    text-decoration: line-through;
    align-items: center;
    margin-left: 10px;
    margin-top: -15px;
}

.current-price-section{
    display: flex;
    justify-content: center;
    color: #000000;
    align-items: baseline;
}

.old-price{
    font-weight: bold;
    letter-spacing: 1px;
    padding-right: 5px;
}

.new-price{
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-right: 5px;
}


.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #25ab00;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1e8f02;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1A7301FF;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px
}

.adm-btn{
    width: 125px;
}

.button-to-standard-link {
    color: #0285de;
    text-decoration: underline;
    cursor: pointer;
    border: unset;
    background-color: unset;
}

.button-to-standard-link:hover {
    color: #0285de;
    font-weight: bold;
}

/* Основний стиль для плашки */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333333ed;
    color: #fff;
    padding: 20px 20px;
    text-align: center;
    width: 100%;
    letter-spacing: 0.5px;
    z-index: 1000;
    transform: translateY(100%);
    transition: transform 0.9s ease-in-out;
}

/* Кнопка прийняття */
.cookie-banner button {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
}

.cookie-banner button:hover {
    background-color: #0056b3;
}

/* Коли банер активний */
.cookie-banner.active {
    transform: translateY(0);
}

.cookie_link{
    color: #ffffff;
    text-decoration: underline;
}

.cookie_link:hover {
    color: #ffffff;
}


/* Thumbnails icons Иконка скидки на аватарке*/

.discount-icon{
    position: absolute;
    color: white;
    box-sizing: border-box;
    top: -10px;
    right: -10px;
    margin: 10px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    height: 50px;
    width: 50px;
    background: #ef0101;
    border-radius: 50%;
    border: 2px solid #ffffff;
    letter-spacing: 1px;
    padding: 12px 0px 0 1px;
    rotate: -6deg;
}

/* Иконка скидки в профайле*/
.flower-discount-icon{
    position: absolute;
    color: white;
    box-sizing: border-box;
    top: 10px;
    left: 84%;
    margin: 10px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    height: 70px;
    width: 70px;
    background: #ef0101;
    border-radius: 50%;
    border: 2px solid #ffffff;
    letter-spacing: 1px;
    padding: 16px 0px 0 1px;
    rotate: -10deg;
    z-index: 2;
}

.other-payment-methods-button{
    text-align: center;
    margin: 30px;
}

.display-none{
    display: none;
}

.asterisks{
    color: #ef0101;
    font-size: 20;
}

.blue-link{
    color: #0285de;
}

.blue-link:hover{
    text-decoration: underline;
}


/* футер */
.footer {
    background-color: #f6f7f9;
    padding-top: 25px;
    border-top: 2px solid green;
    display: block;
}

.footer hr {
    margin: 25px 0 15px 0;
 }

.footer-section-block{
    font-size: 18px;
    letter-spacing: 1px;
    text-align: left;
}

.footer-section-title {
    font-weight: bold;
    color: black;
}

.footer-section-body{
    font-size: 17px;
    padding-top: 10px;
}

.footer-section-body a{
    font-size: 17px;
    color: #625e5e;
}


.footer-section-body-work-hours-block{
    font-size: 14px;
}

.footer-section-body-ukr-time-desktop{
    color: #1e8f02;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
}

.footer-section-body-ukr-time-mobile{
    color: #1e8f02;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
}

.footer-section-contacts-icons{
    display: flex;
    justify-content: left;
}

.footer-section-contacts-icons img{
    height: 28px;
    width: 28px;
    margin: 5px 18px 2px 0;
}

.footer-section-contacts-icons img:hover{
    height: 30px;
    width: 30px;
    margin: 5px 16px 0 0;
}


.feedback-form-sent-section{
    height: 400px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.feedback-form-sent-section-captcha-section{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.feedback-form-small-notice{
    font-size: 12px;
    color: #999999;
    letter-spacing: 0.5px;
    text-align: center;
}

.feedback-form-sent-section-error{
    color: #ff0111;
}

.feedback-form-sent-section-error-notice{
    color: #333;
    font-weight: normal;
    font-size: 16px;
}


.footer-section-all-rights{
    font-size: 12px;
    color: #868686;
    letter-spacing: 0.5px;
    text-align: left;
}

.footer-section-header {
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: bold;
}


.footer-modal-links-section {
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 1px;
}

.footer h4 {
    margin-top: 0px;
    line-height: 15px;
    margin-bottom: 15px;
    font-size: 12px;
    color: #868686;
    letter-spacing: 0.5px;

}

.footer h5 {
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    margin-top: -5px;
    color: #000000;
    letter-spacing: 1px;

}

/*Страница 404*/

.title-404-link{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
}

.title-404-link:hover{
    color: black;
    text-decoration: underline;
}

.image-container-404{

    }

.image-container-404 img{
    width: 100%;
    max-width: 550px;
}

.error-section-404{
    color: #ff0018;
    font-size: 25px;
}

.action-section-404{
    display: flex;
    justify-content: center;
    font-size: 20px;
}

.link-404{
    color: #0285de;
    text-decoration: underline;
}

.link-404:hover{
    font-weight: bold;
}


/* футер для мобильных устройств*/

.footer-mobile {
    background-color: #f6f7f9;
    display: none;
}

.fixed{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 35px;
    z-index: 10;
}

.footer-mobile-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.footer-mobile-credit-card-section{
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    font-size: 14px;
}

.footer-mobile-credit-card-section img{
    height: 18px;
    margin-right: 5px;
}



/* Стили для раскрывающегося текста в модальном окне "faq" */
.question-item{
    position: relative;
}

.question-item__input{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.question-item__trigger{
    display: block;
    cursor: pointer;
}

.question-item__answer{
    display: none;
}

.question-item__input:checked ~ .question-item__trigger{}
.question-item__input:checked ~ .question-item__answer{
    display: block;
}

.faq-line{
    margin-bottom: 10px;
}


/* Navbar */
.navbar-container{
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 12%);
    min-width: 320px;
}

.navbar-desktop{
    display: block;
}

.navbar-mobile{
    display: none;
}

/* Для мобильных устройств. линия с выбором города доставки*/

.navbar-mobile-city-line-menu-height{
    /*height: 35px;*/
}

.city-line-menu-section-mobile{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-size: 15px;
    margin-top: 2px;
}

.city-line-menu-section-mobile1{
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-size: 15px;
    padding: 10px;
}

.city-line-menu-section-mobile1 svg{
    height: 20px;
    width: 25px;
}

.city-line-menu-section-mobile1 a{
    color: #FFFFFF;
    text-decoration: underline;
}

.city-line-menu-section-mobile a{
    color: #0d6efd;
}

.offcanvas-mobile-modals-currency-section{
    display: flex;
}

.offcanvas-mobile-modals-currency-section .dropdown-menu{
    width: auto;
    min-width: max-content;
}

.offcanvas-mobile-modals-search-section-btn{
    min-width: 80px;
    padding: 0;
    margin-left: 7px;
}

.offcanvas-mobile-modals-search-section-btn svg{
    width: 28px;
}

.offcanvas-mobile-modals-catalog-btn-section{
    background-color: white;
    color: black;
}

.offcanvas-mobile-modals-center-container{
    color: #625e5e;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.offcanvas-mobile-modals-center-container a{
    color: #625e5e;
}

.footer-section-body-phone a{
    color: #0285de;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    letter-spacing: 1px;
}



.offcanvas-mobile-modals-center-section{
    background-color: #FFFFFF;
    padding: 15px;
    line-height: 30px;
}

.offcanvas-mobile-modals-footer-section{
    flex-grow: 1;
    color: #625e5e;

}

.offcanvas-mobile-modals-center-section-info-section{
    display: flex;
    flex-direction: column;
}

.underline-offcanvas-footer{
    margin-top: 0;
    color: inherit;
    border: 0;
    border-top: 2px solid #1e8f02;
}

.offcanvas-mobile-modals-footer-section-social-section{
    padding: 15px;
    background-color: #f6f7f9;
    flex-grow: 1;
}


.navbar-first-line-section{
    display: flex;
    justify-content: center;
    font-size: 14px;
    height: 30px;
    align-items: center;
    background: #f6f7f9
}

.navbar-first-line-section a:hover {
    color: #0d6efd;
    text-decoration: underline;
}

.navbar-first-line-body{
    display: flex;
    max-width: 500px;
    width: 100%;
    justify-content: space-around;
    white-space: nowrap;
    padding: 0 10px 0 10px;
}

.navbar-first-line-body a{
    color: #625e5e;
}

.navbar-first-line-body a:hover{
    color: #625e5e;
}

.navbar-first-line-body-lang-section{
    display: flex;
    margin-right: 20px;
}

.navbar-first-line-body-currency {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: #625e5e;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.navbar-first-line-body-currency:hover{
    text-decoration: underline;
    background: var(--bs-dropdown-link-hover-bg);
}

.navbar-first-line-body-city-section{
    display: flex;
    margin-right: 20px;
}

.navbar-first-line-body-city-section a{
    color: #0d6efd
}

.navbar-first-line-body-city-section a:hover{
    color: #0d6efd
}

.navbar-first-line-body-city{
    padding-right: 5px;
    color: #625e5e;
}

.navbar-first-line-body-order-status-desktop{
    display: flex;
    margin-right: 20px;
}

.navbar-first-line-body-order-status-desktop a{
    color: #1e8f02;
}

.navbar-first-line-body-order-status-desktop a:hover{
    color: #1e8f02;
}

.navbar-first-line-section .dropdown-menu{
    width: auto;
    min-width: max-content;
    --bs-dropdown-border-radius: 0;
    margin-top: 2px !important;
    box-shadow: 0px 4px 9px 0px #a3a3a3;
}

.underline-navbar{
    margin-top: 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}

.navbarheight {
    height: 100px;
}

.desktop-logo-section{
    display: block;
}

.mobile-burger-menu{
    display: none;
}

.mobile-logo-section{
    display: none;
}

.basket-section{
    justify-content: right;
    display: flex;
}

.mobile-basket-section{
    display: none;
}

.navbardesktopform{
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-right: 40px;
    padding: 10px 0 10px 0;
}

.navbar-main-phone{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    white-space: nowrap;
}


.back-call{
    font-weight: normal;
    letter-spacing: unset;
    font-size: 14px;
}

.back-call::after{
    display: inline-block;
    margin-left: 0.255em;
    margin-bottom: -2px;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.5em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
}

.navbar-dropdown-link{
    display: flex;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 17px;
}

.navbar-dropdown-link:hover{
    color: #1e8f02;
}

.navbar-dropdown-link svg{
    height: 40px;
    width: 40px;
    margin-right: 10px;
}


.my-dropdown-menu-style{
    font-size: 17px;
    line-height: 35px;
    width: auto;
}

.navbarmobileform{
    display: none;
    text-align: end;

}
.searh-icon{
    width: 20px;
    height: auto;

}

.navbar-line-menu-section{
    background: #1e8f02;
}

.navbar-line-menu-height{
    height: 35px;
}


.line-menu-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    letter-spacing: 1px;
    padding: 0 25px 0 25px;
    color: #FFFFFF;
    white-space: nowrap;
}

.line-menu-section div > a{
    color: #FFFFFF;
}

.line-menu-section div > a:hover{
    text-decoration: underline;
}

.line-menu-section-mobile{
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 0 25px 0 25px;
    white-space: nowrap;
}

.smallthumbnail{
    display: flex;
    }

.smallthumbnail-icon{
    width: 38px;
    height: auto;
    margin-right: 10px;
    margin-left: 20px;
}

.smallthumbnail-icon:focus{
    color: #0285de;
}


.navbarlogo{
    max-height: 65px;
    margin-left: 5px;
    /* маштабирование для всех девайсов */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.navbarbrand {
    font-weight: bold;
    font-size: 30px;
    /* маштабирование для всех девайсов */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.navbar-brand img{
    position: relative;
    padding: 0 5px 0 10px;
    /* маштабирование для всех девайсов */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.navbar-brand-logo-text-section{
    line-height: 15px;
    padding-top: 11px
}

.navbar-brand-logo {
    display: flex;
    align-items: baseline;
    letter-spacing: 1px;
}

.navbar-brand-logo-main {
    font-size: 35px
}

.navbar-brand-logo-end {
    font-size: 25px
}

.navbar-brand-logo-line{
    width: 280px;
    margin-left: -10px;
}

.navbar-brand-logo-slogan{
    letter-spacing: 5px;
    font-size: 12px;
    width: 265px;
    text-align: center;
}

.my-form-control:focus{
    background-color: #fff;
    border-color: #1e8f02;
    box-shadow: 0 0 0 0.25rem rgb(30 143 2 / 37%);
}

.btn-search-order {
    width: 100px;
    height: 38px;
    margin: 0 0 0 10px;
    background: white url("/src/public/img/search_.png") center center no-repeat;
    border-inline: -3px;
    border-width: 2px;
    border-color: #1e8f02;
}

.btn-search-order:hover {
    background: #e3f3e4 url("/src/public/img/search_.png") center center no-repeat;
    border-color: #1e8f02;
}


.btn-search {
    width: 25%;
    height: 38px;
    margin: 0 10px 0 10px;
    background: white url("/src/public/img/search_.png") center center no-repeat;
    border-inline: -3px;
    border-width: 2px;
    border-color: #1e8f02;
}

.btn-search:hover {
    background: #e3f3e4 url("/src/public/img/search_.png") center center no-repeat;
    border-color: #1e8f02;
}

.dropdown-item-color {
    color: #524f4f;
    --bs-dropdown-link-active-bg: #1e8f02;
}

.order-status-info-for-customers-sections{
    text-align: center;
}

.status-info-header-title{
    color: black;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.modal-status-info{
    display: flex;
    justify-content: space-between;
}

.modal-status-info-property{
    font-weight: bold;
}

.order-status-info-for-customers-photo-sections img{
    width: 100%;
    max-width: 465px;
}

.order-status-not-found-section{
    align-content: center;
    text-align: center;
    padding-bottom: 15px;
    height: 100%;
}


.menu-li{
    display: flex;
    align-items: center;
}


.menu-navbar-icon{
    display: flex;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}


.menu-li-name{
    margin-right: 5px;
    margin-left: 5px;
    width: 100%;
}

.dropdown-color{
    color: #625e5e;
}

.dropdown-color:hover{
    color: #1e8f02;
}

.dropdown-color:active{
    color: white;
}

.navbar-dropdown-call-back{
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    color: #1e8f02;
}

.not-order-today{
    display: none;
    text-align: center;
    letter-spacing: 1px;
    color: red;
    margin: -24px 0 0px 0;
}

.undergoing-maintenance{
    display: none;
    text-align: center;
    letter-spacing: 1px;
    color: #ff0000;
    max-height: max-content;
    min-height: 35px;
    align-content: center;
    font-size: 18px;
}

.modal-language-choose{
    color: #333;
    font-size: 20px;
}

.modal-choose-lang-body-section{
    text-align: center;
    font-size: 20px;
    padding: 20px;
}

.modal-choose-lang-body-choice-links-section{
    display: flex;
    justify-content: center;
    font-size: 20px;
    margin: 15px 0 30px 0;
}

.modal-choose-lang-body-choice-decline-link{
    color: #0285de;
    font-size: 16px;
    text-decoration: underline;
}

.modal-choose-lang-body-lang{
    font-weight: bold;
    color: #333;
    padding-left: 5px;
    letter-spacing: 0.5px;
}

.button-to-standard-link{
    color: #0285de;
    cursor: pointer;
    border: unset;
    background-color: unset;
    font-size: 20px;
}

.button-to-standard-link:hover{
    text-decoration: underline;
}

.button-to-standard-link-disabled{
    color: #c3c7cb;
    border: unset;
    background-color: unset;
    font-size: 20px;
    margin-left: 5px;
}

.basket-button{
    margin: 0 35px 0 0;
    border-radius: 50%;
    padding: 8px;
    border: #FFFFFF 2px solid;
    background-color: #FFFFFF;
    position: relative;
}

.basket-button:hover{
    border: #1e8f02 2px solid;
}

.basket-button:focus{
    border: #1e8f02 2px solid;
}

.basket-pill-style{
    position: absolute;
    height: 28px;
    border: 2px solid #fff;
    --bs-badge-font-size: 14px;
    transform: translate(-38%, -40%);
    border-radius: 50%;
    background-color: #ef0101;
    --bs-badge-padding-x: 8px;
    --bs-badge-padding-y: 5px;
}

/*Модальное окно корзины*/

.modal-basket-body-section{

}

.cart-body{
    height: 100%;
    align-content: center;
}

.basket-empty{
    text-align: center;
    letter-spacing: 0.5px;
    padding-bottom: 35px;
}

.checkout-basket-empty{
    display: none;
    text-align: center;
    letter-spacing: 0.5px;
    padding-bottom: 35px;
}

.checkout-basket-empty-btn{
    display: none;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 30px 0 0 0;
    color: #000000;
}

.basket-empty-title{
    font-weight: bold;
    font-size: 18px;
}

.basket-empty-body{
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.basket-flower-card{
    position: relative;
    overflow: hidden;
    max-width: 150px;
    min-width: 75px;
}

.basket-flowers-title{
    color: #1e8f02;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.basket-flowers-title:hover{
    text-decoration: underline;
}

.basket-bin-button{
    padding: 0;
    border: unset;
    background-color: #FFFFFF;
    color: #333;
}

.basket-bin-button:hover{
    color: #1e8f02;
}

.item-counter{
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}

.basket-item-price-count-section{
    align-self: end;
    height: 100%;
    min-width: 80px;
    align-content: end;
}

.basket-price-section{
    margin-top: 8px;
    line-height: 25px;
    display: flex;
    justify-content: end;
}

.basket-item-price{
    font-size: 16px;
    font-weight: bold;
    padding-right: 5px;
    letter-spacing: 0.5px;
    text-align: end;
}


.basket-summary-price-section{
    line-height: 30px;
}

.basket-summary-price-section-delivery-block{
    display: flex;
    justify-content: space-between;
    place-items: baseline
}

.basket-summary-price-section-total{
    display: flex;
    justify-content: space-between;
    place-items: baseline;
}

.basket-summary-price-section-delivery-block-dashed{
    width: 100%;
    border-bottom: 1px dashed #e5e5e5
}

.basket-summary-price-section-delivery-block-total{
    font-size: 18px;
    font-weight: bold;
    padding-right: 5px;
}

.basket-summary-price-section-delivery-block-total-price-block{
    display: flex;
    color: #1e8f02;
    font-weight: bold;
    letter-spacing: 1px;
    align-items: baseline;
}

.basket-summary-price-section-delivery-block-total-price{
    padding-right: 5px;
}

.basket-summary-price-section-to-order-btn-block{
    text-align: center;
    margin: 10px;
}

.basket-summary-price-section-to-order-btn{
    display: inline-block;
    text-align: center;
    align-content: center;
    padding: 0 30px 0 30px;
    height: 40px;
    color: #FFFFFF;
    background-color: #1e8f02;
    border-radius: 5px;
}

.basket-summary-price-section-to-order-btn:hover{
    color: #FFFFFF;
    background-color: #22a202;
}

.notice-create-order-issue-btn{
    display: inline-block;
    text-align: center;
    align-content: center;
    padding: 0 30px 0 30px;
    height: 40px;
    color: #FFFFFF;
    background-color: #0d6efd;
    border-radius: 5px;
}

.notice-create-order-issue-btn:hover{
    color: #FFFFFF;
    background-color: #0a56c7;
}










.btn-line-menu{
    border: unset;
    color: white;
    letter-spacing: 0.5px;
    background-color: unset;
}

.btn-line-menu:hover{
    text-decoration: underline;
}

.dropdown-line-menu{
    margin-top: 3px !important;
    --bs-dropdown-border-radius: 0px !important;
    --bs-dropdown-min-width: 12rem !important;
}

.dropdown-line-menu .dropdown-item:active{
    background-color: #1e8f02;
    color: #FFFFFF !important;
}

.dropdown-item:active
{
    background-color: #1e8f02;
    color: #FFFFFF !important;
}

.dropdown-line-menu-item{
    width: 100%;
}

.dropdown-line-menu-item-after {
    display: inline-block;
    margin-top: 7px;
    margin-bottom: 8px;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.4em solid;
}

.dropdown-line-menu li a{

}

.dropdown-line-menu li{
    position: relative;
}

.dropdown-line-menu li ul{
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    list-style: none;
    background-color: white;
    border: 1px solid lightgray;
    width: auto;
    padding: var(--bs-dropdown-padding-x);
}

/* Стили модального окна КАТАЛОГ для мобильной версии */

.all-menu-mobile{
    display: none;
}

.all-menu-mobile-catalog-section{
    list-style: none;
    padding-inline-start: unset;
    font-size: 19px;
    line-height: 60px;
    width: auto;
    margin-bottom: unset;
}

.all-menu-mobile-catalog-section li:hover{
    background-color: #fbfbfb;
}

.mobile-catalog-section-icons{
    display: flex;
    width: 30px;
    height: 40px;
    margin-right: 10px;
}

.mobile-catalog-section-back-link{
    font-size: 16px;
    letter-spacing: 1px;
    color: #0285de;
    font-weight: bold;
}

.mobile-catalog-section-back-link:hover{
    text-decoration: underline;
}


.main {
    flex-grow: 1;
    margin-top: 190px;
    padding-bottom: 45px;
}


/* Футер для мобильных телефонов */

.f-bar{

    align-items: center;
    padding: 10px 0px 10px 0px;

}

.f-pill-style{
    position: absolute;
    height: 22px;
    --bs-badge-padding-x: 0.52em;
    --bs-badge-padding-y: 0.24em;
    border: 2px solid #fff;
    --bs-badge-font-size: 0.7em;
    transform: translate(75%,-30%);

}


.f-bar-icon{
    display: flex;
    width: auto;
    height: 30px;
    justify-content: center;
}

.footer-mobile-links{

}

.f-decoration{
    display: block;
    font-size: 16px;
    background-color: white;
    color: #625e5e;
    border: none;
}

.f-decoration:hover{
    background-color: #e9ecef;
    color: #0285de;
}

.f-decoration:focus{
    background-color: #0285de;
    color: white;
}


.f-decoration:active{
    background-color: #e9ecef;
    color: #0365a8;
}

.f-decoration.active{
    background-color: #0285de;
    color: white;
}

/* Прелоадер. Preloader*/

.preloader{
    width: 100%;
    height: min-content;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    z-index: 9999999999;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255) url("/src/public/img/loader.gif") center / 100px no-repeat;
    z-index: 9999999999;
}

.dots-loader {
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: rgba(255, 255, 255) url("/src/public/img/dots.gif") center / 100px no-repeat;
    z-index: 9999999999;
}


.hide{
    opacity: 0;
}

/* 404 Page not found*/

.grid-center-404{
    display: grid;
    align-items: center;
    height: 100%;
}

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

.link-logo-404{
    display: flex;
    justify-content: center;
}

.link-pic-404{
text-align: center;
}

.link-pic-404 img{
   max-width: 80%;
}

.page-not-found{
    margin: 15px 0 10px 0;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 2px;
}

.page-not-under-pic-text{
    font-size: 20px;
    letter-spacing: 0.5px;
}


/* Навигация по сайту. Хлебные крошки. Breadcrumbs*/
.breadcrumbs{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style-type: none;
    margin-left: -30px;
    margin-bottom: 0;
}

.breadcrumbs li{
    font-size: 13px;
    color: grey;
}

.breadcrumbs li +li{
    padding-left: 6px;
}

.breadcrumbs li a{
    text-decoration: underline;
}

.breadcrumbs li +li::before{
    content: ">";
}


/* Home page. Главная ( домашняя ) страница - Main info */

.page-title{
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: black;
    letter-spacing: 1px;
}

.inside-page-title-section{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 0 0 10px 0
}

.inside-page-title{
    font-size: 25px;
    color: #625e5e;
}

.sort-section{
    display: flex;
    font-size: 14px;
    align-items: baseline
}

.sort-button-to-standard-link{
    color: #0285de;
    cursor: pointer;
    border: unset;
    background-color: unset;
    padding: 1px;
}

.sort-button-to-standard-link:hover{
    text-decoration: underline;
}

.sort-price-link{
    color: #0285de;
    cursor: pointer;
    padding: 1px;
}

.sort-price-link:hover{
    text-decoration: underline;
}

.data-not-found{
    display: none;
    margin-top: 100px;
    text-align: center;
}

.items-not-found-section{
    margin-top: 65px;
    text-align: center;
}


.carousel-control-next, .carousel-control-prev{
    width: 10%;
    opacity: .8;
}

.carousel-control-next:hover, .carousel-control-prev:hover{
    width: 10%;
    opacity: 1;
    background-color: #0000003d;
}

.carousel-pic-style{
    width: 100% !important;
    height: 100%;
    max-height: 500px;
    touch-action: cross-slide-x;
}

.carousel-item img{
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}

.carousel-caption-title-font-size-1{
    font-size: 40px;
    color: black;
}

.banner-styles{
    color: white;
    text-shadow:
            0px 0px 0px black,
            0px 0px 1px black,
            1px 0px 0px black,
            1px 1px 0px black;
}

.carousel-caption-text-font-size-1{
    font-size: 25px;
}


/* Модальное окно создания профайла на странице home  */
.modal-body-create-profile-header{
    font-size: 18px;
    letter-spacing: 0.5px;
    color: black;
    margin: 15px;
}

/* Модальное окно деактивации ( удаления ) профайла на странице home  */

.main-info-modal-deactivate-link{
    font-style: italic;
    color: #078ffa;
    text-decoration: underline;
}

.main-info-modal-deactivate-link-header{
    text-align: center;
    color: red;
    font-size: 22px;
    margin: 12px;
}

.main-info-modal-deactivate-link-question{
    text-align: center;
    color: black;
    font-size: 22px;
    margin: 12px;
}

.recovery-profile-note{

}

.main-info-modal-deactivate-link-buttons-area{
    display: flex;
    justify-content: center;
    margin: 15px 0px 15px 0px;
}

.main-info-modal-deactivate-link-body-buttons{
    max-width: 200px;
    width: 100%;
}

.deactivate-profile-button{
    background: red;
}

.deactivate-profile-button:hover{
    background: #da0303;
}


/* Модальное окно биллинг ( billing ) формы на странице home  */
.phone-code-country{
    position: relative;
    width: 75px;
    margin-top: -41px;
    margin-left: 5px;
}

.phone-code-country-select{
    background-color: #fff;
    width: 75px;
    padding: 0;
}

.ladies-inside-block {
    display: flex;
    padding-top: 10px;
    text-align: center;
    min-width: 320px;
}

/* счетчик с ценой. Используется в корзине*/
/* counter with price. Use in cart*/

.count-and-price-section{
    display: flex;
    font-size: 14px;
    color: #7a7a7a;
    justify-content: center;
    letter-spacing: 1px;
    margin-top: 10px;
}

.counter-with-price{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.counter{
    width: 80px;
    text-align: center;
    margin: 0px 5px 0px 5px;
}

.counter:disabled{
    background-color: white;
}

.counter-buttons{
    width: 40px;
    height: 40px;
    background-color: white;
    border: none;
    color: #0285de;
}

.counter-buttons:hover{
    background-color: #e9ecef;
}

.counter-buttons:active{
    background-color: #0285de;
    color: white;
}

.price-without-discount{
    font-size: 18px;
     color: #868686;
    }

.total-price{
    font-size: 30px;
    color: #24b700;
    font-weight: bold;
    margin-top: -10px;
}

.unavailable{
    color: red;
    line-height: 1.5;
    font-weight: normal;
    font-size: 14px;
}

/* Стили для страницы оформления заказа*/
/* Order page styles */

.own-label-style {
    margin: 10px 0 3px 0;
}

.add-checkbox-section{
    display: flex;
    justify-content: space-between;
}

.ask{
    color: black;
    text-decoration: underline;
    font-size: 14px;
}

.checkout-cart-header-container{
    display: flex;
    /*height: 100%;*/
}

.checkout-cart-header-section{
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px 0;
    letter-spacing: 0.5px;
}

.checkout-cart-header-title{
    color: black;
    font-size: 17px;
    font-weight: bold;
}

.checkout-cart-header-change-link{
    display: none;
    font-size: 15px;
    color: #0285de;
    text-decoration: underline;
}

.checkout-cart-header-change-link:hover{
    font-weight: bold;
}

.checkout-separator-double-line{
    height: 100%;
    width: 5px;
    border-right: 1px solid #dfdfdf;
    margin-left: 20px;
}

.checkout-separator-dashed{
    border-right: 2px dashed #dfdfdf;
    margin: 15px 0 15px 20px;
}

.checkout-form-frozen{
    opacity: 0.6;
    pointer-events: none;
}

.checkout-info-headers{
    text-align: center;
    color: black;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-weight: bold;
}


.recipient-phone-container{
    position: relative;
}

.recipient-phone-prefix{
    position: absolute;
    left: 10px;
    top: 59%;
    /*transform: translateY(-50%);*/
    pointer-events: none; /* Щоб префікс не заважав вводу */
}

.ask-icon img{
    opacity: 0.7;
    margin: -15px 0 0 2px;
    height: 15px;
    cursor: pointer;
}

.delivery-ask-body {
    width: 210px;
    font-size: 12px;
    padding: 10px;
    color: white;
    background: #454545;
    letter-spacing: 1px;
    text-align: justify;
}

.checkout-ratio-section-other-payment-methods-section{
    width: 100%;
    height: auto;
    margin-top: 1px;
}

.checkout-ratio-section-other-payment-methods-section ul{
    line-height: 30px;
}

.checkout-ratio-section{
    margin-top: 15px;
}

.checkout-ratio-section-cards-container{
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: space-between;
}

.checkout-ratio-section-ratio-cards-section{
    display: flex;
    margin-top: -3px;
}

.checkout-ratio-section-ratio-cards-section img{
    height: 35px;
    border: 1px solid #ced4da;
    margin-right: 5px;
    border-radius: 6px;
}

.checkout-ratio-section-ratio-processing-section{
    margin-left: 50px;
    padding-left: 10px;
}

.alert-border{
    border: 1px solid red;
}

.checkout-ratio-section-ratio-processing{
    display: flex;
}

.checkout-ratio-section-ratio-processing img{
    height: 50px;
    margin-left: 10px;
}

.checkout-btn-section-buttons{
    display: flex;
    justify-content: center;
    margin: 40px 0 20px 0;
}

.other-payment-methods-checkbox-section{
    margin-top: 25px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    font-size: 12px;
}







/* Стили для страницы успешной оплаты заказа*/
/* Success order paid page styles */

.success-page-main{
    height: 250px;
    text-align: center;
}

.success-page-main-section{
    align-content: center;
}

.success-page-title{
    color: #1e8f02;
    font-size: 25px;
    letter-spacing: 0.5px;
}

.unsuccessful-page-title{
    color: #ff0000;
    font-size: 25px;
    letter-spacing: 0.5px;
}

.success-page-order-id{
    color: black;
    font-size: 19px;
    padding: 6px;
}





/* Стили для страницы аккаунта*/
/* Account page styles */

.account-thumbnail{
    width: 150px;
    border-radius: 50%;
}
.account-name{
    font-size: 20px;
}

.account-list-group {
    line-height: 50px;
    margin-top: 25px;
}

.account-li-icon{
    display: flex;
    width: 30px;
    height: auto;
    margin-right: 10px;
margin-left: 15px;
}

/* Стили для страницы сообщений или инбокс*/
/* messages (conversations, inbox) page styles */

.messages-menu{
    font-size: 17px;
    letter-spacing: 0.5px;
    height: 27px;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 10px;
}

.messages-link{
    margin-right: 15px;
}

.messages-link.active{
    font-weight: 700;
    color: #625e5e;
    border-bottom: 2px solid #625e5e;
    z-index: 1;
}


.messages-favorites-icon{
    display: none;
    margin-left: auto;
    height: 20px;
}

.catalog {
    display: none;
}

.catalog.active {
    display: block;
}

.message-block{
    width: 100%;
    display: flex;
    position: relative;
    height: 80px;
    border-radius: 8px;
    margin-bottom: -1px;
    border: none;
    background: white;
}

.message-block:hover{
    background: #f3f3f5;
}

.message-ava{
    margin: 7px 10px 0px 0px;
    position: relative;
}

.message-ava-img {
    vertical-align: middle;
    width: 65px;
    border-radius: 50%;
    border: 2px solid #0285de;
    padding: 2px;
}

.message-ava-favorites-icon {
    position: absolute;
    right: -2px;
    top: 40px;
    width: 25px;
    color: #dc3545;
}

.message-block-body{
    position: relative;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
    line-height: 20px;
}

.message-block-indicator {
    position: absolute;
    left: 0;
    top: 30%;
}

.message-block-f-name{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #333;
    padding: 17px 0px 0px 20px;
}

.message-block-status-unread{
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 0px 0px 20px;
    color: #333;
}

.message-block-status-read{
    position: absolute;
    font-size: 14px;
    padding: 0px 0px 0px 20px;
    color: #625e5e;
}

.message-block-status-answered{
    position: absolute;
    font-size: 14px;
    padding: 0px 0px 0px 20px;
    color: #625e5e;
}

.message-block-time{
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 14px;
    color: #625e5e;
}

.message-block-dots{
    position: absolute;
    top: -12px;
    right: 0;
    width: 25px;
    height: auto;
    color: #adaaaa;
}

.message-block-dots:hover{
    color: #0285de;
}

/* Search. Cтраница поиска*/

.search-header{
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.search-by-id-section{
    display: flex;
    margin-bottom: 40px;
}

.search-by-id-button{
    margin-left: 15px;
    border-radius: 6px;
    border: none;
    max-width: 260px;
    letter-spacing: 1px;
    font-size: 17px;
    color: white;
}

.advanced{
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.advanced-search{
    display: none;
}

.advanced-search-button{
    align-content: center;
    align-items: center;
    background-color: #e4e4e4;
    border-radius: 6px;
    color: black;
    display: flex;
    font-family: inherit;
    font-size: 17px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    height: 36px;
    line-height: normal;
    padding: 0 12px;
    border: none;
    letter-spacing: 0.5px;
}

.advanced-search-button:hover{
    background-color: #d5d5d5;
}

.advanced-search-button svg{
    width: 20px;
    margin-right: 7px;
    color: #5b5a5a;
}

.search-note{
    text-align: center;
    font-style: italic;
    letter-spacing: 0.5px;
    padding: 5px 0 20px 0;
}

.advanced-search-fields{
    padding: 5px 0 5px 0;
}

.search-button{
    margin: 25px 0 20px 0;
    border-radius: 6px;
    border: none;
    width: 90%;
    max-width: 200px;
    letter-spacing: 1px;
    font-size: 17px;
    color: white;
}

.search-other-options{
    font-size: 18px;
}
.search-other-options:hover{
    background: #f5f5f5;
}

.search-switch{
    display: flex;
    padding-left: 0;
    text-align: left;
}

.form-check-label{
    cursor: pointer;
    width: 100%;
}








/*Модальное окно просмотра фото*/
.modal-photo-view{
    display: flex;
    justify-content: center;
}

.modal-photo-view img{
    max-width: 100%;
    max-height: 800px;
}




/* Анкета цветка / flower profile Слайдер для фото - https://swiperjs.com/ */
/* Слайдер / Slider */

.image-slider {

    /*padding: 0px 0px 100% 0px!important;*/
    /*border: 1px solid red;*/
}

.image-slider-image {
    background: #fff;
    float: left;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}


.image-slider-image img{
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 4px;
    }

.image-slider-image video{
    height: 100%;
    left: 23%;
    top: 0;
    position: absolute;
    width: auto;
    object-fit: cover;
    object-position: top;
    border-radius: 4px;
}


.image-slider .swiper-button-next::after,
.image-slider .swiper-button-prev::after{
    color: white;
    width: 27px;
    height: 42px;
    padding-top: 5px;
    padding-left: 5px;
    background-color: #0000005c;
    font-size: 31px;
    border-radius: 4px;

}

.image-slider .swiper-button-next:hover,
.image-slider .swiper-button-prev:hover {
    background-color: #00000030;
    border-radius: 4px;
}

.swiper-pagination-fraction{
    left: 50%!important;
    width: 60px!important;
    margin-left: -30px;
    color: white;
    background-color: #0e0e0e75;
    height: 26px;
    border-radius: 15px;
}

.back-link-for-mobile{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: max-content;
    margin: 5px;
    color: white;
    background-color: #0e0e0e75;
    height: 26px;
    border-radius: 20px;
    z-index: 5;
    letter-spacing: 1px;

}

.back-icon-for-mobile svg {
    margin: 0 0 1px 8px;
    width: 15px;
    color: white;

}


/* Миниатюры. Превью в профайле Thumbs через слайдер swiper*/

.image-mini-slider{
    display: flex !important;
    justify-content: center;
    flex-flow: row wrap;
    gap: 7.5px;
    margin: 20px 0 5px;
    width: 100%;
}

.image-mini-slider-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    box-sizing: border-box;
    height: 109px;
    padding: 1px;
    width: 109px;
    opacity: 0.8;
    cursor: pointer;
}

.image-mini-slider-slide video{
    width: 100%;
    height: 200px;
    object-fit: cover;
    position: absolute;
}

.image-mini-slider-slide.swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #0285de!important;
}

.swiper-slide{
    height: unset !important;
}

.image-mini-slider-image {
    position: relative;

}

.image-mini-slider-image img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
}


.my-mini-slider-slide {
    /*border: 2px solid #fff;*/
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    box-sizing: border-box;
    height: 109px;
    padding: 1px;
    width: 109px;
    opacity: 0.8;
}

.my-mini-slider-slide-play-icon-container{
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.my-mini-slider-slide-play-icon {

    position: relative;
    width: 100%;
    height: 100%;

}

.my-mini-slider-slide-play-icon svg {
    position: absolute;
    left: 12.5%;
    width: 75%;
    top: 12.5%;
    color: #1e8f02;
    opacity: 0.8;
}

.flower-order-button{
    display: block;
    align-self: center;
    height: 50px;
    margin: 20px 0 20px 0;
    width: 60%;
    font-size: 22px;
    --bs-btn-padding-y: 0rem;
    letter-spacing: 1px;
}


.flower-info-section {
    display: flex;
    flex-direction: column;
    font-size: 16.5px;
}

.flower-name-section {
    justify-content: center;
    color: #000;
    display: flex;
    flex-direction: row;
    font-size: 24px;
    width: 100%;
}

.flower-name{
    font-weight: 700;
    letter-spacing: 1px;
    color: #1e8f02;
}

.flowers_id {
    display: block;
    line-height: 0px;
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
    font-size: 11px;
    color: #868686;
    text-decoration: none;
    text-align: right;
    letter-spacing: 1px;
}

.flower-new-price{
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-right: 5px;
}

.roses-size-section{
    /*display: none;*/
    color: #333;
    margin-top: 15px;
}

.roses-size-section-title{
    font-weight: bold;
    letter-spacing: 0.5px;
}

.roses-size-section-standard-section {
    display: flex;
    justify-content: space-between;
    color: #625e5e;
}

.available{
    text-align: center;
    color: #dc3545;
    margin-top: 20px
}

.wrapper-price{
    color: #1e8f02;
    font-weight: bold;
}

.flower-description-section{
    text-align: justify;
    margin-top: 15px;
}

.flower-description-section-consist-title{
    font-weight: bold;
    color: #333;
    letter-spacing: 0.5px;
}

.flower-description-section a {
    color: #0285de;
    text-decoration: underline;
    font-size: 14px;
}

.flower-description-section a:hover {
    font-weight: bold;
}

.flower-description-wrapping-section {
    display: flex;
    margin-top: 15px;
}


.flower-description-section-title{
    letter-spacing: 0.5px;
    font-weight: bold;
    color: #333;
}

/*membership page*/

.premium-header{
    display: flex;
    justify-content: center;
}

.premium-header-get {
    display: flex;
    color: #0285de;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.premium-header-get-icon{
    display: flex;
    height: 30px;
    margin: 5px 0 0 10px;

}



.premium-header-card-logo{
    margin-left: auto;
}


.premium-plans-header{
    text-align: center;
    padding-top: 20px;
    font-size: 18px;
}


.premium-plans-title{
    letter-spacing: 1px;

    line-height: 1.3;
    font-weight: 600;
    font-size: 25px;
    min-width: 0;
}

.premium-plans-body{
    padding: 0 10px 0 10px;
}

.premium-plans-body-tab{
    display: none;
    padding: 0 10px 0 10px;
}

.premium-plans-body-tab.active{
    display: block;
    padding: 0 10px 0 10px;
}

.premium-plans-body-tab hr {
    margin: 0;
    border-top: 1.5px solid;
}

.premium-plans-body hr {
    margin: 0;
    border-top: 1.5px solid;
}

.premium-plans-body-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.5px;
    min-height: 55px;
}

.premium-plans-body-header-title-for-plan{
    color: black;
    font-weight: bold;
}

.premium-plans-body-header-special-offer{
    /*display: flex;*/
    display: none;
    justify-content: center;
}

.premium-plans-body-special-offer{
    /*display: flex;*/
    display: none;
    font-size: 12px;
    justify-content: center;
    line-height: 20px;
    margin-bottom: 10px;
}

.red-asterisk {
    font-size: 17px;
    color: red;
}

.premium-plans-body-height{
    min-height: 150px;
    display: flex;
    align-items: center;
}

.premium-plans-body-prices-left-section{
    display: flex;
    flex-direction: column;
    justify-content: center;


}

.premium-plans-body-prices-left-section-stamps{
    align-self: center;
    height: 130px;
    width: auto;
}

.premium-plans-body-prices-right-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.premium-plans-body-prices-sections-display-none{
    display: flex;
    justify-content: center;
}

.premium-plans-body-prices-right-section-satisfaction-stamp{
    display: flex;
    justify-content: center;
}

.premium-plans-body-prices-right-section-countdown-block{
    /*display: flex;*/
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.offer-ands-on{
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.countdown-section{
    justify-content: center;
    font-size: 45px;
    display: flex;
    color: #0285de;
}

.offer-ands-on-clock-digit {
    display: contents;

}

.offer-ands-on-clock-string{
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 20px;
    color: #333;
}

.premium-plans-body-prices-center-section{
    display: flex;
    flex-direction: column;
    justify-content: center;

    letter-spacing: 0.5px;
    padding: 10px;
    color: black;
}

.premium-plans-body-offer-price-block{
display: none;
}

.premium-plans-body-old-price-section{
    line-height: 17px;
    color: #868686;
    text-decoration: line-through;
    margin-bottom: 15px;
}

.premium-plans-body-old-price{
    font-weight: bold;
    font-size: 20px;
    text-decoration: line-through;

}

.premium-plans-per-month-old{
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    text-decoration: line-through;
}

.premium-plans-per-month{
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    color: #333;
}

.premium-plans-body-old-summary-price{
    font-size: 14px;
}


.premium-plans-body-new-price-section{
    line-height: 22px;
    font-weight: bold;
}

.premium-plans-body-new-price{
    font-size: 35px;
    color: #24b700;
}

.premium-plans-body-price-section{
    font-weight: bold;
    line-height: 25px;
}

.premium-plans-body-price{
    font-size: 35px;
    color: red;
}

.premium-plans-body-summary-price{

}

.premium-plans-buttons{
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    width: 140px;
}

.premium-footer{
    margin-top: 20px;
}

.premium-footer-header{
    margin-bottom: 10px;
    font-size: 18px;
    color: #0285de;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.premium-footer-text {
    text-align: justify;
}


.premium-plans-for-mobile{
    display: none;
}

.premium-plans-header-tabs{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


.premium-plans-header-tabs-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.3333333333333333%;
    background-color: #E1E1E1FF;
    color: #868686;
    min-height: 60px;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0.5px;
    cursor: pointer;
}

.premium-plans-header-tabs-btn:hover{
    background-color: #cccbcb;
    color: #757575;
}

.premium-plans-header-tabs-btn.active{
    background-color: #0285de;
    color: white;
    cursor: unset;
}

.premium-footer-note{
    font-size: 12px;
    text-align: justify;
}



/*Раздел редактирования фото*/

.upload-photo-header{
    margin-top: 25px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: black;

}

.upload-photo-button {
    background-color: #25ab00;
    text-align: center;
    color: #FFFFFF;
    border: none;
    display: inline-block;
    width: 130px;
    border-radius: 7px;
    height: 47px;
    font-size: 20px;
    padding: 7px 0 0 0;
}

.upload-photo-button:hover {
    background: #1e8f02;
    color: #FFFFFF;
}

.upload-photo-button label {
    display: block;
    height: 100%;
    padding-top: 9px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}

.upload-photo-button input {
    display: none;
}


/*Модальное окно в разделе редактирования фото*/
.modal-body-edit-photos-area-header{
    letter-spacing: 0.5px;
    font-size: 20px;
    color: black;
    padding: 10px 0 30px 0;
}

.modal-body-edit-photos-area-center{

}

.modal-body-edit-photos-area-center-ul{
    list-style-type: none;
    text-align-last: left;
    padding: 5px 0px 15px 10px;
}

.modal-body-edit-photos-area-center-ul li{
    height: 25px;
}

.modal-body-edit-photos-area-center-ul i{
    color: #0285de;
    font-size: 20px;
    margin: 0 10px;

}

.icon-tick:before {
    content: "-";
}

/*Раздел редактирования раздела уведомлений*/

.listAccountOptions{
    display: inline-block;
    margin-top: 15px;
    text-align: left;
}

.switch-style {
    display: flex;
    padding-top: 10px;
    padding-left: 0!important;
    margin-left: 0!important;
}

.switch-style-input {
    cursor: pointer;
    height: 20px;
    width: 40px!important;
    margin-left: 0!important;
}

.switch-style-label {
    cursor: pointer!important;
    margin-left: 15px;
}

/*Пагінація*/

.pagination-section{
    margin: 20px 0 -30px 0;
    justify-items: center;
}


/*Для мобильной воерсии. Эта секция всегда должна быть внизу*/

@media (max-width: 1200px) {
    /*хедер десктоп*/

    .navbarlogo{
        max-height: 55px;
    }

    .navbar-brand-logo-main{
        font-size: 25px;
    }

    .navbar-brand-logo-end{
        font-size: 22px;
    }

    .navbar-brand-logo-line{
        width: 220px;
    }

    .navbar-brand-logo-slogan{
        letter-spacing: 2px;
        font-size: 12px;
        width: 200px;
    }

    .search-with{
        width: 130px;
    }

    /*шрифт номера телефона*/
    .navbar-main-phone{
        font-size: 17px;
    }

    /*межбуквенный интервал в лайн меню*/
    .line-menu-section{
        letter-spacing: 0;

    }

    .checkout-separator-dashed{
        display: none;
    }

    .checkout-separator-mobile-horizon-line{
        border-top: 2px dashed #dfdfdf;
        margin-top: 5px;
    }

    /*иконка дисконта*/
    .flower-discount-icon {
        top: 10px;
        left: 75%;
    }

    /*Пагінація*/
    .pagination-section{
        margin: 15px 0 0 0;
        justify-items: center;
    }

    .success-page-main{
        height: 500px;
        text-align: center;
    }

}



/*Для мобильной воерсии. Эта секция всегда должна быть внизу*/

@media (max-width: 992px) {

/*ХЕДЕР МОБАЙЛ*/

    .navbar-container{
        /*box-shadow: unset;*/
    }

    .navbar-first-line-section{
        display: none;
        /*font-size: 13px;*/
        /*height: 25px;*/
        /*background-color: RGBA(33,37,41,var(--bs-bg-opacity,1));*/
    }

    .navbar-first-line-body-city-section a {
        text-decoration: underline;
    }

    .navbar-first-line-body-city{
        color: #FFFFFF;
    }

    .navbar-first-line-body a{
        color: #ffffff;
    }

    .navbar-first-line-body a:hover{
        color: #ffffff;
    }

    .navbar-first-line-body-lang-section{
    display: none;
    }

    .navbar-first-line-body-order-status-desktop{
        display: none;
    }

    .desktop-logo-section{
        display: none;
    }

    .old-price-section{
        margin-top: 0;
    }

    .mobile-burger-menu{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .mobile-burger-menu-btn{
        padding: 1px;
        border: unset;
        background-color: #FFFFFF;
    }

    .mobile-burger-menu-btn:active{
        background-color: #1e8f02;
        border-radius: 50%;
    }

    .mobile-burger-menu-btn-icon{
        display: flex;
        height: 52px;
        color: #1e8f02;
    }

    .mobile-burger-menu-btn-icon:active{
        color: #FFFFFF;
    }

    .mobile-logo-section{
        display: flex;
        position: sticky;
        z-index: 1;
        justify-content: left;
    }

    .navbar-brand-logo-text-section{
        padding-top: 5px;
    }

    .navbar-brand-logo{
        letter-spacing: 0px;
    }

    .navbar-brand img {
        padding: 0 5px 0 0;
    }

    .navbarlogo{
        max-height: 45px;
    }

    .navbar-brand-logo-main{
        font-size: 22px;
    }

    .navbar-brand-logo-end{
        font-size: 20px;
    }

    .navbar-brand-logo-line{
        width: 190px;
    }

    .navbar-brand-logo-slogan{
        letter-spacing: 1.3px;
        font-size: 11px;
        width: 175px;
    }

    .desktop-search-section{
        display: none;
    }

    .basket-section{
        display: none;
    }

    .mobile-basket-section{
        display: flex;
        justify-content: right;
    }

    .cart-item-title-section{
        width: 100%;
    }

    .basket-button{
        margin: 0 7px 0 0;
        padding: 7px;
        border: #1e8f02 2px solid;
    }

    .checkout-btn-section-buttons{
        margin: 25px 0 40px 0;
    }

    .checkout-basket-empty-btn{
        margin: 20px 0 20px 0;
    }

    .basket-button img{
        height: 30px;
    }

    .not-order-today{
        margin: -12px 0 2px 0;
        position: sticky;
        font-size: 12px;
        z-index: 1;
        line-height: 12px;
    }


    /* уменьшаем высоту зеленой полосы меню для моб устройств и отключаем ее десктопное содержимое*/
    .navbar-line-menu-height{
       height: 30px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 12%);
    }

    .line-menu-section{
        display: none;
    }

    .line-menu-section-mobile{
        display: flex;
        align-items: baseline;
        /*box-shadow: 0 4px 8px 0 rgb(0 0 0 / 12%);*/
    }

    .navbar-main-phone{
        color: #FFFFFF;
        letter-spacing: 1px;
        margin-right: 5%;
        font-size: 16px;
        font-weight: normal;
    }

    .navbar-main-phone:hover{
        color: #FFFFFF;
    }

    .navbar-dropdown-link{
        color: #FFFFFF;
        letter-spacing: 0.5px;
    }

    .navbar-dropdown-link:hover {
        color: #FFFFFF;
        text-decoration: underline;
    }

    .main {
        margin-top: 150px;
    }

    /* Кнопка меню на главной странице под баннером*/

    .all-menu-mobile{
        display: block;
    }

    .inside-page-title-section{
        margin: 10px 0 10px 0;
    }

    .inside-page-title{
        font-size: 20px;
    }

    /* Thumbnails icons Иконки аватарки*/
    .card-container{
        margin: unset;
        padding: 10px 0 20px 0;
    }

    .flower-info-section{
     margin-top: 25px;
    }

    .flowers-title-section{
        min-height: 36px;
        line-height: 18px;
    }

    .flowers-title{
        font-size: 14px;
        font-weight: bold;
        letter-spacing: unset;
    }

    .flower-name {
        line-height: 30px;
        text-align: center;
    }

    .price-section{
        margin-top: 10px;
        line-height: 23px;
        display: block;
        text-align: center;
    }

    .discount-icon{
        font-size: 12px;
        height: 45px;
        width: 45px;
        padding: 11px 0px 0 0px;
    }

    .flower-order-button {
        margin: 30px 0 20px 0;
        width: 90%;
    }

    .navbarheight {
        height: 75px;
        align-items: center;
        min-width: 340px;
    }

    .navbardesktopform {
        display: none;
    }

    .navbarmobileform {
        display: block;
    }

    .main {
        flex-grow: 1;
        margin-top: 120px;
        padding-bottom: 45px;
    }

    .checkout-separator-double-line{
        display: none;
    }

    .conversation-block-height{
        padding-bottom: 28px;
    }


    .list-group {
        display: none;

    }

    .messages-favorites-icon{
        display: flex
    }
    .conversation-area-back-to-messages {
        display: flex !important;
    }

    .smile{
        display: none !important;
    }

    .flower-discount-icon {
        top: 0;
        left: 75%;
    }

    .image-slider {
        max-width: 100%;
    }

    .back-link-for-mobile {
        display: block;
    }

    .flower-info-section{
        margin-top: 20px;
    }




    .modal-gift-cards-about-cancellation-policy-header{
        text-align: left;
    }



    /* Membership page - отключаем лого кредитных карт для мобильных устройств */
    .premium-header-card-logo{
        display: none;
    }

    /* Membership page - отключаем левую и правую сторону в тарифном плане на 12 месяцев для мобильных устройств */
    .premium-plans-body-prices-sections-display-none{
        display: none;
    }
    /* Membership page - отключаем правую сторону (штамп) в тарифном плане на 12 месяцев для мобильных устройств */
    .premium-plans-body-prices-right-section-satisfaction-stamp{
        display: none;
    }

    .premium-plans-body-prices-right-section-countdown-block{
        min-height: 50px;  /* Membership page - уменьшил высоту блока со счетчиком в тарифном плане на 12 месяцев для мобильных устройств */
        margin-bottom: 20px;
    }

    /* Membership page - убираю блок подписок для десктопа. */
    .premium-plans-for-desktop{
        display: none;
    }
    /* Membership page - а для мобайл активирую этот. */
    .premium-plans-for-mobile{
        display: block;
    }

    /* Хлебные крошки - для мобайл чуть меньше отступ к заголовку страницы. */
    .breadcrumbs {
        margin-bottom: -10px;
        flex-wrap: wrap;
    }

    .breadcrumbs li{
        font-size: 11px;
    }

    .breadcrumbs li +li {
        padding-left: 4px;
    }

    .items-not-found-section{
        margin-top: 165px;
        text-align: center;
    }

    .success-page-main{
        height: 450px;
        text-align: center;
    }

    /*Футер*/
    .footer {
        display: none;
    }

    .footer-mobile {
        background-color: #f6f7f9;
        display: block;
    }

}

@media (min-width: 576px) {
    .flower-discount-icon {
        top: 20px;
        left: 83%;
    }


}

