/* CSS Document */
.product-flower-page-center {
    background-color: #f9f9f9;
    padding: 30px 30px 30px 30px;
    border-radius: 8px;
    color: #7b7b7b;
    float: left;
}

.flower-product-price-list {
}

    .flower-product-price-list li {
        display: inline-block;
    }

    .flower-product-price-list .product-price {
        font-size: 20px;
        margin-left: 10px;
        font-weight: 600;
        color: #343232;
    }

.flower-step {
    display: inline-block;
    background: #49a066;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    color: white;
    margin-right: 8px;
}

.toggle-content-1, .toggle-content-2, .toggle-content-3, .toggle-content-4 {
    display: none;
}

.flower-options {
    float: left;
    width: 100%;
    padding-top: 14px;
}

    .flower-options .title-type-2 {
        cursor: pointer;
    }

        .flower-options .title-type-2:after {
            position: absolute;
            right: 30px;
            content: "\f13a";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            top: 10px;
            font-size: 18px;
            color: #49a066;
        }

        .flower-options .title-type-2.active:after {
            content: "\f139";
        }

.flower-card-image {
    border: 1px solid #ede7e7;
    margin-bottom: 6px;
    padding: 10px;
}

.flower-card-description {
    font-size: 16px;
    text-align: center;
}

.product-flower-page-center .description {
    padding: 15px;
    background: #fbfbfb;
    margin-top: 14px;
    border: 1px solid rgba(231, 231, 231, 0.619);
}


.flower-card-selection {
    text-align: center;
}

    .flower-card-selection input {
        position: relative;
        top: 2px;
        width: 15px;
        height: 15px;
    }


    .flower-card-selection span {
    }




/* CALENDAR */
.tur-gunu-calendar {
    display: block;
    /* height: calc(1.5em + 0.75rem + 2px); */
    position: relative;
}

    .tur-gunu-calendar > input[type="text"] {
        /* height: 101%; */
        height: 34px;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        width: 100%;
    }

    .tur-gunu-calendar > [id*="calendarDate_button"] {
        display: none;
    }

    /*.tur-gunu-calendar > input[type="button"] {
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0 0.25rem 0.25rem 0;
        border-left: none;
        position: absolute;
        color: #efefef !important;
        height: 34px;
    }*/


.custom-calender-button {
    position: absolute;
    right: 6px;
    top: 0;
    color: #1d1c1c;
    width: 32px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    height: 34px;
}

input[type="text"]:focus::-webkit-input-placeholder {
    color: transparent;
}

.tur-gunu-calendar div[id*=calendar] {
    background: #fff !important;
    min-width: 275px;
    transform: translateX(-50%);
    top: 100% !important;
    left: 50% !important;
    padding: 30px 30px 40px !important;
    border: 1px solid #ced4da;
    border-radius: 6px;
    box-shadow: 0px 6px 10px 3px #ced4da;
}

    /* .tur-gunu-calendar input[type="text"] {
        pointer-events: none;
    }*/

    .tur-gunu-calendar div[id*=calendar] > table {
        width: 100%;
        border: none !important;
    }

        .tur-gunu-calendar div[id*=calendar] > table > tbody > tr:first-child > td:first-child,
        .tur-gunu-calendar div[id*=calendar] > table > tbody > tr:first-child > td:last-child {
            position: absolute;
            background: #fff !important;
            border-color: #49a066;
            color: #49a066 !important;
            width: 26px;
            height: 26px !important;
            border: 1px solid;
            text-align: center;
            border-radius: 5px;
            padding: 0px;
            min-width: 26px;
            line-height: 25px;
            display: inline-block;
        }

        .tur-gunu-calendar div[id*=calendar] > table > tbody > tr:first-child > td:first-child {
            left: 12px;
            right: auto !important;
        }

        .tur-gunu-calendar div[id*=calendar] > table > tbody > tr:first-child > td:nth-child(2) {
            pointer-events: none;
        }

        .tur-gunu-calendar div[id*=calendar] > table > tbody > tr:first-child > td:last-child {
            right: 12px;
            left: auto !important;
        }

    .tur-gunu-calendar div[id*=calendar],
    .tur-gunu-calendar div[id*=calendar] table tbody tr:nth-child(1),
    .tur-gunu-calendar div[id*=calendar] table tbody tr:nth-child(1) td {
        background: #fff !important;
        font-size: 18px !important;
        color: #33383d !important;
    }

        .tur-gunu-calendar div[id*=calendar] table tbody tr:nth-child(2),
        .tur-gunu-calendar div[id*=calendar] table tbody tr:nth-child(2) td {
            font-weight: 300;
            padding: 10px 0;
            text-align: center;
            font-size: 14px;
        }

.tur-gunu-calendar table td {
    font-size: 14px !important;
    padding: 6px 3px;
    color: #3b4249 !important;
    font-weight: 600;
    background: transparent;
    transition: 300ms;
}

    .tur-gunu-calendar table td:hover {
        background: #49a066;
    }

.tur-gunu-calendar .OffMonthStyle {
    background: none !important;
    color: #949ca5 !important;
    text-decoration: line-through;
    cursor: no-drop !important;
    font-weight: 400;
}

.tur-gunu-calendar .DayHeaderStyle {
    border-bottom: 1px solid #d8dce1;
}

.tur-gunu-calendar .MonthHeaderStyle span {
    display: block;
    height: 100%;
    width: 100%;
}

/* CALENDAR SON*/
