/* LEMONMILK-300 */

@font-face {
    font-family: 'Lemon-Milk';
    font-style: normal;
    font-weight: 300;
    src: local('Lemon-Milk Light'), local('Lemon-Milk-Light'),
        url('../fonts/LEMONMILK-Light.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/LEMONMILK-Light.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* LEMONMILK-600 */
@font-face {
    font-family: 'Lemon-Milk';
    font-style: normal;
    font-weight: 600;
    src: local('Lemon-Milk SemiBold'), local('Lemon-Milk-SemiBold'),
        url('../fonts/LEMONMILK-Medium.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/LEMONMILK-Medium.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* LEMONMILK-regular */
@font-face {
    font-family: 'Lemon-Milk';
    font-style: normal;
    font-weight: 400;
    src: local('Lemon-Milk Regular'), local('Lemon-Milk-Regular'),
        url('../fonts/LEMONMILK-Regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/LEMONMILK-Regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* LEMONMILK-700 */
@font-face {
    font-family: 'Lemon-Milk';
    font-style: normal;
    font-weight: 700;
    src: local('Lemon-Milk Black'), local('Lemon-Milk-Black'),
        url('../fonts/LEMONMILK-Bold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/LEMONMILK-Bold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


@font-face {


    font-family: 'Nunito';
    font-style: normal;
    font-weight: 300;
    src: local('Nunito'), local('Nunito'),
        url('../fonts/nunito-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/nunito-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 100;
    src: local('Nunito Light'), local('Nunito-Light'),
        url('../fonts/Nunito-Light.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/Nunito-Light.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    src: local('Nunito SemiBold'), local('Nunito-SemiBold'),
        url('../fonts/Nunito-SemiBold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/Nunito-SemiBold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    src: local('Nunito Black'), local('Nunito-Black'),
        url('../fonts/Nunito-Black.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/Nunito-Black.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



@media screen and (prefers-color-scheme: dark) {
    body, html {
        background-color: #fff !important;

    }
}


body, html{
    font-family: 'Nunito','Arial', sans-serif;
    background: white;
    font-weight: 300;
    scroll-behavior: smooth;
}

.banner-image{
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -180px center;
}

#homePage h1{
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 60px;
    left: 30px;
}

#homePage h1 span.same-day{
    margin-left: -40px;
}

#homePage h1 span.flower-delivery{
    color: #d1442a;

}

.banner-image a{
    background: #FFF;
    text-decoration: none;
    color:#d1442a;
    border: solid 1px #dedede;
    padding: 5px 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
    position: absolute;
    top: 110px;
    left: 30px;
    font-weight: 400;
}

.store-hours div{
    margin: 20px 0;
}

.care-guide-desktop{
    display: none;
}

#thank-you{
    font-family: 'Nunito', sans-serif;
}

#thank-you #success{
    width: 500px;
    margin: 0 auto;
    text-align: center;
    margin-top: 100px;
}

#thank-you h1{
    font-weight: 500;
    font-size: 2rem;
}

#thank-you img{
    width: 300px;
}


.cart-preview a.disabled{
    pointer-events: none;
    cursor:not-allowed;
    background: gray !important;

}

.contact-form button{
    float: right;
    background: #d1442a;
    font-family: 'Lemon-Milk', sans-serif;
    font-size: .8rem;
}

.modal-content.datepicker-container{
    padding: 0 !important;
}

.datepicker-table td.is-selected {
    background-color: #d1442a !important;
}

.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {
    color: #d1442a !important;
}
.datepicker-date-display{
    background: #d1442a !important;
}
input[type=text] {
    text-overflow: ellipsis;
}


.select-wrapper .caret {
    display: none;
}
#thank-you a{
    color: #d1442a;
}
.btn-add-to-cart{
    visibility: hidden;
}

.validation, .delivery-coverage{
    font-family: 'Nunito', sans-serif;
    font-size: .9rem;
    line-height: 15px;
    display: block;
    margin-bottom: 10px;
}

.validation.timezone{
    height: 50px;
}

.delivery-coverage{
    color: gray;
}

.validation.cut-off{
    color: #d1442a;
    display: none;
}

.item{
    text-decoration: none;
    color: #000;
    position: relative;
}

.care-guide img{
    width: 100%;
}

.recommended-image{

    margin-left: 180px;
    margin-top: -18px;
}


#manageProductsPage thead tr th:first-child,
#manageProductsPage tbody tr td:first-child {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}

h1{
    font-family: 'Lemon-Milk', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
}

div.dt-container .dt-search input {
    height: 2rem;
    border-radius: 0;
}

select[aria-controls]{
    display: block;
    height: 2.5rem;
    border-radius: 0 !important;
}

.dt-length{
    display: flex;
    flex-direction: column-reverse;
}

table .action{
    text-decoration: none;
    cursor: pointer;
    margin: 0 5px;
    padding: 5px;
    border-radius: 5px;
}


table .action:hover{
    background:#dedede;
}
table .btn-delete{
    color: #d1442a;
}

table .btn-edit{
    color: #1677bf;
}

.login.container{
    width: 500px;
    margin: 0 auto;
    border: solid 1px gray;
    padding: 20px;
    margin-top: 10%;
}

.login.container form{
    height: 80px;
}

.login.container button{
    float: right;
}

.login.container .validation{
    color: #d1442a;
}

.admin-page .page-header{
    margin: 130px 0 20px 0;
    display: flex;
}


.admin-page.manage-page{
    margin-top: 20px;
}
.admin-page #img-preview{
    max-width: 250px;
    margin-top:20px;
}

.page-header .__sub-header{
    margin-top: 10px;
    display: block;
    font-size: .9rem;
    color: gray;
}

.admin-page button[type='submit']{
    width: 300px;
    margin: 0 auto;
    height: 50px;
}


.page-header .__actions{
    margin-left: auto;
}

.admin-page h2{
    background: #ebebeb;
    padding: 15px 20px;
    font-family: 'Lemon-Milk', sans-serif;
    letter-spacing: 2px;
    font-size: 0.9rem;
    margin-top: 20px;
    color: #555454;
    margin-bottom: 30px;
}




.modal{
    width: 65%;
    font-family: 'Nunito', sans-serif;
    outline: none;
    outline-style: none;
    color: black
}


.__modal-detail .__image div{
    background-color: gray;
    width: 350px;
    height: 400px;
    background-position: center !important;
    background-size: cover !important;
}

.modal{
    top: 2% !important;
    width: 95%;
    max-height: 95%;
}

.__modal-detail .__image div{
    width: 150px;
    height: 180px;
}


.dropdown-item{
    padding: 15px 20px !important;
    margin: 0 !important;
    font-weight: 100;
}


.modal .__description p{
    display: none;
}

.modal .__modal-header{
    font-size: 1rem;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    margin-bottom: 40px;
}

input[disabled]{
    cursor: not-allowed !important;
    color: gray;
}

.__detail-item span[data-price="0"]{
    color: gray !important;
    text-decoration: line-through;
    cursor: not-allowed;
}

.hide-delivery{
    display: none;
}
select{
    color: black;
    font-size: 1.08rem;
}

.modal .__modal-header .modal-close{
    font-size: 1.5rem;
    color: #8f8f8f;
    position: absolute;
    right: 30px;
    top:20px;
    font-weight: 300;
}


.standard-page.international-city .pitch .item{
    padding-bottom: 40px;
}

.standard-page h1{
    font-family: 'Nunito', sans-serif;
}

.standard-page.international-city .see-all{
    background: #d1442a;
    text-align: center;
    padding: 15px;
    color: white;
    font-weight: 100;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-family: 'Lemon-Milk', sans-serif;
    font-size: 0.9rem
}

.standard-page iframe{
    width: 100%;
}


.standard-page.international-city .section-category{
    margin-bottom: 40px !important;
}

.modal .modal-footer{
    display: flex;
    justify-content: end;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.1rem;
    font-weight: 500;
    flex-direction: column;
    padding: 20px 0;
    padding-top: 0;
    margin-top: 7px;
    height: auto;
}
.modal-footer span{
    font-weight: 600;
}


.condition-panel{
    display: none;
}



.condition-panel.show{
    display: block;
}

.modal-footer .__cart-btn button{
    border: none;
    background: #d1442a;
    color: white;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 10px 25px;
    font-size: .8rem;
    margin-top: 10px;
    font-weight: 100;
}


.modal .__modal-detail h1{
    color: #d1442a;
    margin-bottom: 20px;
    line-height: 25px;
    letter-spacing: 1px;
}


.modal .__modal-detail h3{
    font-size: 1.2rem;
}

.modal .__modal-detail .__description p{
    line-height: 35px;
    color: #4a4a4a;
}


[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
    padding-left: 40px;
    line-height: 40px;
    font-size: 1.1rem;
    color: #4a4a4a;
}

[type="radio"] + span:before, [type="radio"] + span:after {
    width: 30px;
    height: 30px;
}

[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
    border: 3px solid #d1442a;
}


[type="radio"]:not(:checked) + label:before, [type="radio"]:not(:checked) + label:after {
    border: 3px solid #d1442a;
}

[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:after {
    background-color: #d1442a;
}

[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:after {
    background-color: #d1442a;
}

[type="radio"]:not(:checked) + span, [type="radio"]:checked + span {
    padding-left: 45px;
    line-height: 20px;
    font-size: 1.1rem;
    padding-top: 10px;
}


div[id*="Page"]{
    margin-top:60px;
}
.nav-container{
    top:0;
    height:70px;
    position:fixed;
    background: white;
    z-index:1;
}

#cartPage{
    padding-top: 40px;
}

#cartPage h1{
    font-size: 1.2rem;
    letter-spacing: 2px;
    font-weight: 400;
}

.standard-page .page-banner{
    background-color: #fafaf9;
    margin-top: 50px;
    margin-bottom: 50px;
}

.standard-page .page-banner h1{
    font-family: 'Nunito', sans-serif;
    color: #d1442a;
}

.standard-page h2{
    color: #d1442a;
    font-size: 1.2rem;
}


.standard-page .page-banner h3{
    font-family: 'Nunito', sans-serif;
    font-size: 1.1rem;
    font-weight: 100;
}

.standard-page .page-banner > .container{
    padding: 40px 20px;
}

.standard-page .content{
    margin-bottom: 50px;
    padding: 0 20px;
}

.standard-page .content li{
    clear: both;
    list-style-type: disc;
}

.standard-page .content h2{
    font-size:1rem;
    margin-top: 40px;
}


.terms-disclaimer{
    text-align: center;
    font-size: 0.9rem;
    margin-top: 30px;
}
#productsPage .section-category{
    padding: 0;
    margin-bottom: 100px;
}
#cartPage .order-list{
    margin-left: 0;
    border: none;
    padding: 0;
    position: initial;
}

.sticky-order-list{
    position: fixed !important;
    top:40px;
}


.order-list-mobile{
    display: flex;
    gap: 20px;
    border-bottom: solid 1px #dedede;
    margin-bottom: 10px;
    padding: 10px;
    align-items: anchor-center;
}

#table-mob{
    border: solid 1px #dedede;
    padding: 20px;
    margin: 10px;
    margin-bottom: 30px;

}

#table-mob h1{
    font-family: 'Lemon-Milk', sans-serif;
    color: #000;
}

.total-mob{
    font-weight: 500;
    letter-spacing: 2px;
    font-family: 'Lemon-Milk', sans-serif;
    color: black;
}

table, #table-mob{
    font-family: 'Nunito', sans-serif;
    color: #565656;
}
table#order-list thead th{
    font-weight: 200;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-family: 'Lemon-Milk', sans-serif;
    color: #000;
}

table#order-list thead, table#order-list tfoot{
    border-bottom: solid 1px #dfdfdf;
    color: #000;
    font-family: 'Lemon-Milk', sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 0.9rem;
}

table#order-list tfoot{
    border-top: solid 1px #dfdfdf;
}

table#order-list .__item-detail .__item-name, #table-mob .__item-detail{
    font-size: 0.9rem;
}


table#order-list .__item-name, #table-mob .__item-name{
    font-size: 1rem;
    font-family: 'Lemon-Milk', sans-serif;
    color: #d1442a;
    letter-spacing: 2px;
}

.order-list{
    display: none;
}


.input-field > label{
    height: 20px;
    overflow: hidden;
    padding-right: 12px;
}


.file-field .btn, .file-field .btn-large, .file-field .btn-small {
    line-height: 2rem;

}
#productsPage .input-field > label{
    height: auto !important;
}

.admin-page textarea{

    padding: 10px;
}

textarea{
    height: auto;
    outline: none;
}

.file-field .btn{
    margin-left: 0;
}

.file-field input.file-path{
    width: 98%;
}

.__detail-item:nth-child(3){
    margin-top: 20px;
}

.__detail-item .add-on{
    margin-bottom: 30px;
}



.select-wrapper .caret {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 0;
    fill: rgba(0, 0, 0, 0.87);
}

.tag.best-seller{
    background: white;
    width: 90px;
    padding-left: 10px;
    padding: 5px;
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
}

.product-item.sold-out .item-image{
    opacity: 0.4;
}
.tag.sold-out{
    color: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 81%;
    cursor: not-allowed;
    vertical-align: middle;
    text-align: center;
    line-height: 20;
    font-size: .6rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}



.select-wrapper input.select-dropdown {
    z-index: 0;

}
.modal .__modal-header .__flower{
    color: #d1442a;
}

.modal .modal-content{
    padding: 20px 40px;
}


.modal .__modal-detail{
    display:grid;
    grid-template-columns:auto;
    gap: 15px;
}
.btn--hover{
    border: 0;
    background: 0;
    font-family: 'Nunito', sans-serif;
    color: #d1442a;
}

.no-items{
    font-family: 'Nunito', sans-serif;
}

#cartPage{
    display: flex;
}

.row.rd-order-type label{
    line-height: 20px;
    color: gray;
}

.row.rd-order-type p{
    border: solid 1px #b9b9b9;
    padding: 10px;
    margin-left: 10px;


}

[type="checkbox"] + label {
    padding-left: 40px !important;
}


.row.rd-order-type .row{
    padding-right: 0;
}

[type="checkbox"].filled-in:checked + span:not(.lever):before {
    top: 0px;
    left: 1px;
    width: 10px;
    height: 17px;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
    top: 0;
    width: 25px;
    height: 25px;
    border: 2px solid #d1442a;
    background-color: #d1442a;

}


[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
    height: 25px;
    width: 25px;
    border: solid 2px #8d8d8d;
}

.dropdown-content li > a, .dropdown-content li > span {
    font-size: 16px;
    color: #d1442a;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
    font-family: 'Nunito', sans-serif;
}

.modal .input-field{
    margin-top: 0;
}

.modal [type="radio"]:not(:checked) + span, [type="radio"]:checked + span{
    padding-left: 45px;
    line-height: 20px;
    font-size: 1rem;
    padding-top: 10px;
    color: #000000;
    font-weight: 400;
}



.dropdown-content{
    transform: none !important;
}

.p-same-recipient{
    margin: 0 !important;
}

.map-location{
    font-family: 'Nunito', sans-serif;
    color: gray;
    margin-top: -30px;
    padding-left: 20px;
}

.btn{
    border: none;
    background: #d1442a;
    color: white;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 10px 25px;
    font-size: .8rem;
    margin-left: 10px;
    font-weight: 100;
    border-radius: 0;
    height: auto;

}

.btn:hover{
    background: #b9432d;
    color: white;
}

.btn.send-order{
    padding: 15px 25px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 1rem;
}

.billing-disclaimer{
    margin-bottom: 35px;
}

#frm-delivery-info{
    margin-bottom: 100px;
    border: solid 1px #dedede;
    padding: 30px;
}

.admin-page form{
    margin-bottom: 100px;
    border: solid 1px #dedede;
    padding: 30px;
    width: 1024px;
}

#cartPage input, #cartPage textarea{
    border: solid 1px #b9b9b9;
    padding-left: 5px;
    font-family: 'Nunito', sans-serif;
}

#cartPage form label{
    padding-left: 10px;
    font-family: 'Nunito', sans-serif;

}

#cartPage form label#emirate, #cartPage form label#area{
    padding-left: 0;
    margin-top: -35px;
    font-weight: 500;
    color: gray;
    font-size: 0.8rem;

}


#cartPage form label#country{
    margin-top: -10px;
    padding-left: 0;

}
select.browser-default{
    border: solid 1px #b9b9b9;
    border-radius: 0;
}

#cartPage form label.active{
    margin-top: 10px;
    font-size: 1rem;
    color: gray;
    font-weight: 500;
    padding-left: 0;
    top:-20px;
}

.footer a{
    text-decoration: none;
    color: white;
}



.cart-preview{

    width:300px;
    min-height: 265px;
    overflow: auto;
    height: 500px;
    background: white;
    position: absolute;
    bottom: 0;
    top: initial;
    right: 0;
    color: #5a5a5a;
    box-shadow: 3px 5px 20px #646060;
    font-family: 'Nunito', sans-serif;
    transform: scale(0);
    z-index: -1000;
    transition: all .2s;
    opacity: 0;
}

.cart-preview.open{
    transform: scale(1);
    opacity: 1;
    z-index: 1;


}

.navbar-collapse .nav-item a{
    padding: 10px;
    padding: 15px 20px;
    border-bottom: solid 1px #dedede;
    font-size: 0.9rem;
    letter-spacing: 2px;
    font-family: 'Lemon-Milk', sans-serif;
}

.navbar-toggler{
    background: none !important;
    box-shadow: none !important;
}
.navbar-collapse{
    margin-top: 20px;
    border-top: solid 1px #dedede;
    background: white;
}


.navbar-collapse .navbar-nav .dropdown-menu
{

    padding: 0;
    padding-left: 20px;
    border: none;
}



.cart-preview .__no-item{
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    display: block;
}

.cart-preview .__close-preview{
    position: absolute;
    text-align: center;
    width: 25px;
    right: 5px;
    top: 5px;
}

.cart-preview .__close-preview:hover{
    background: #e94e4e;
    color: white;
    cursor: pointer;
}

.cart-preview .__items{
    text-align: left;
    padding: 20px;
}


.cart-preview .__item{
    display: flex;
    align-items: center;
    border-bottom: solid 1px #8f8f8f;
    padding: 5px;
    position: relative;

}

.cart-preview .item:last-child{
    border-bottom: none;
}

.cart-preview .__delete-item{
    position: absolute;
    top: 30px;
    right: 5px;
}

.cart-preview .__delete-item:hover{
    cursor: pointer;
}

.cart-preview .__item-name{
    color: #d1442a;
    font-size: 1rem;
}

.cart-preview .__item-detail{
    padding-left: 15px;
    font-weight: 500;
    font-size: 0.9rem;
}

.cart-preview .subtotal{
    margin-top: 10px;
}

.section-category .section-items{
    z-index: 0;
}







.cart-preview .__footer{
    bottom: 0;
    width: 100%;
    border-top: solid 1px black;
    margin-top: 15px;
    padding-bottom: 15px;
    background: white;
    position: absolute;
}

.cart-preview .__footer .__total{
    margin: 10px 0;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
}

.cart-preview .__footer a{
    outline: none;
    background: #d1442a;
    color: white;
    border: none;
    font-weight: 300;
    font-size: .8rem;
    padding: 8px 28px;
    letter-spacing: 2px;
    text-decoration: none;
}

.cart-preview .__footer a:hover{
    background: #d1442ac7;

}
.footer{
    height: 500px;
    height: auto;
    background: black;
    position: relative;
    z-index: 0;
    color: white;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-family: 'Nunito', sans-serif;
}

.footer img{
    width: 65%;
    display: block;
    margin: 10px auto;
    width: 110px;
}

.footer nav li{
    list-style: none;
}

.footer-navigation{
    display: none;
}

.footer-line{
    text-align: center;
    background: black;
    color: white;
    padding-bottom: 10px;
    font-size: 0.85rem;
    letter-spacing: 2px;
    z-index: 0;
    position: relative;
    font-size: 0.5rem;
    padding: 20px 20px 10px 20px;
    font-family: 'Lemon-Milk', sans-serif;
}

.footer nav li a{
    color: white;
    line-height: 30px;

}

.footer div{
    flex-basis: 0;
    flex-grow: 1;
    align-content: center;
}



.footer h3{
    margin-bottom: 20px;
    font-family: 'Lemon-Milk', sans-serif;
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 0.9rem;
}

.footer svg{
    margin: 0 10px;
}

.contact-form span{
    font-weight: 500;
}

.contact-form label{
    display: block;
    margin-top:20px;
    font-weight: 500;
    font-size: 1rem;

}

.contact-form input{
    height: 50px;
    border-radius: 0;
}


.section-category.contact-us>.container{
    display: flex;
    flex-direction: column;
}


.contact-form input, .contact-form textarea{
    width: 100%;
    border: solid 1px gray !important;
    background: transparent;
    outline: none;
}
.autofill-selected{
    background-color: transparent;
}

.contact-form button{
    padding: 15px 30px;
    letter-spacing: 3px;
    font-weight: 100;
    margin-top: 10px;
}

.contact-info{
    padding-left:10px;
    font-family: 'Nunito';
}

.contact-info iframe{
    width: 100%;
}

.contact-info > h3:first-child{
    margin-top:30px;
    margin-bottom: 30px;
}

.contact-info a{
    color: black;
    text-decoration: none;
}
.contact-info div{
    margin-bottom: 10px;
}

.contact-info svg{
    margin-right: 20px;
}

.contact-info h3{
    margin-top:40px;
    margin-bottom:10px;
    font-size: 1.4rem;


}

.contact-info h3>span{
    color: #d1442a;
}



.contact-info .address{
    display: inline-flex;
}







/***** BLOOMSCAPE FLOWER BOUTIQUE *****/

.section-category.contact-us{
    background: #fef8f1;
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
}


.site-logo img{
    width:200px;
    margin: 0 auto;
    position: absolute;
    left:0;
    right:0;
    top:0;
}

.navbar-toggler{
    padding-top:15px;
    border: none;
    padding-right: 20px;
}

.navbar{
    z-index: 1;
}

.item .item-image{
    width: 110px;
    height: 140px;
}

.cart{
    position: fixed;
    right: 10px;
    bottom: 20px;
    background: rgba(0, 0, 0, 0.9);
    width: 70px;
    color: white;
    text-align: center;
    height: 70px;
    align-content: center;
    box-shadow: 2px 3px 5px #5a5a5a;
    border-radius: 40px;
    z-index: 1 !important;
    transition: .3s;
    cursor: pointer;
}

.cart.on-top{
    top: 10px;
    right: 295px;
    background:none;
    box-shadow: unset;
}

.cart .count.on-top{
    color: white;
}


.cart .count{
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    min-width: 25px;
    height: 25px;
    color: white;
    border-radius: 20px;
    background: red;
    text-align: center;
    align-content: center;
    font-weight: 500;
    font-size:.7rem;


}


#homePage .background {
    background: url(../../bloomscape/images/bscape-background.jpg);
    height: 500px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    z-index:0;
}

.push{
    height:40px;
}



#homePage .section-header h2 {
    font-family: 'Nunito', sans-serif;
    font-size: 1.2rem;
    padding-left: 20px;
    letter-spacing: 0;
}

h2 span{
    color: #d1442a;
}

.section-category .section-header{
    margin-bottom: 20px;

}

.section-category .count-preview{
    margin-left: auto;
}




.section-category .count-preview span {
    color: #c16394;
    font-weight: 600;
    font-size: 0.6rem;
}

.section-category .count-preview div{
    font-weight: 600;
    font-size: 0.6rem;
    text-align: right;
}

.section-category .section-items{
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-evenly;
    gap: 10px;
}


.section-category.general-catalogue .section-items{
    display: block;
}


.section-category .section-items .item-detail h3{
    margin:0;
    letter-spacing: 2px;
    font-weight: 300;
    font-size: .7rem;
    width: 110px;
    font-family: "Lemon-Milk", sans-serif;

}

.section-category .section-items .item-detail span{
    font-size: .7rem;
    font-weight: 300;
    color: #7a7a7a;
    padding-top:10px;
}

.section-category .section-items .item-detail{
    display: grid;
    grid-template-columns: auto;
    margin-top:10px;
    text-align: center;
    justify-content: center;
    align-content: center;
}



.section-category .section-items .item-detail .col:nth-child(2){
    margin-left: initial;
}


.section-category.top-rated{

    width: 100% !important;
    padding-top:20px;

}

.section-category.limited-edition{
    padding-top:0;
}


.section-category {
    position: relative;
    padding: 20px 0;
}



.btn--primary{
    background-color: #9f6e83;
    color: white;
    border: 0;
    padding: 8px 25px;
    font-size: .7rem;
    letter-spacing: 2px;
    font-weight: 300;
}


h1.contact-form{
    padding-left: 0 !important;
}



@media  (min-width : 350px){

    .section-category .section-items {
        justify-content: space-evenly;
    }

    .tag.sold-out{

        line-height: 20;
        font-size: .8rem;
        letter-spacing: 3px;
    }



    .item .item-image {
        width: 150px;
        height: 220px;
    }
    #homePage .section-header h2 {
        font-size: 1.2rem;
        padding-left: 20px;
    }

    .section-category .section-items .item-detail h3{
        width: 140px;

    }
}

@media  (min-width : 400px){



    .item .item-image {
        width: 170px;
        height: 240px;
    }

    .section-category .section-items .item-detail h3{
        width: 170px;

    }



}


@media  (min-width : 768px){
    div[id*="Page"]{
        margin-top:40px;
    }

    .banner-image{
        background-position-y: unset;
        height: 250px;
        background-repeat: unset;
        background-position: unset;
        background-position-x: -245px;
    }


    #homePage h1{
        top: 100px;
    }

    #homePage h1 span.same-day{
        margin-left: -120px;
    }

    #homePage h1{
        font-size: 2.4rem;
    }

    #homePage h1 span.same-day{
        margin-left: -120px;
    }

    #homePage h1 span.flower-delivery{
        color: #d1442a;

    }

    .banner-image a{
        background: #FFF;
        color:#d1442a;
        padding: 10px 35px;
        letter-spacing: 2px;
        font-size: 1rem;
        top: 200px;
        left: 110px;
    }

    .btn.send-order{
        width: 50%;
    }

    .select-wrapper .caret {
        display: block;
    }

    .care-guide-desktop{
        display: block;
    }

    .care-guide-mobile{
        display: none;
    }

    .modal .modal-footer {
        display: flex;
        justify-content: end;


        flex-direction: column;
        padding: 20px 0;
        padding-top: 0;
        margin-top: 0px;
        height: 0;
    }

    #modal1 .__price{
        padding-top: 10px;
    }

    .__cart-btn{
        margin-left: 20px;
    }

    #homePage .section-header h2 {
        font-size: 1.2rem;
        padding-left: 0;
    }

    .section-category .section-items .item-detail h3 {
        width: unset;
    }


    .modal .modal-footer{
        flex-direction: row;
        padding: 10px 40px 40px;
    }

    .modal .__modal-detail{
        grid-template-columns: 140px 200px auto;
        gap: 30px;
    }

    .push{
        height:80px;
    }

    .section-category .section-items .item-detail{
        display: grid;
        grid-template-columns: auto;
        margin-top:15px;
        text-align: center;
        justify-content: unset;
    }





    .section-category {
        position: relative;
        padding: 40px 0;
    }

    .section-category .count-preview div{
        font-size: 1.4rem;
    }

    #homePage .section-header h2{
        font-size: 1.7rem;
    }

    .section-category .count-preview{
        letter-spacing: 1px;
    }

    .section-category .count-preview span{
        font-size: 1.1rem;
    }

    .section-category .section-items .item-detail{
        grid-template-columns: auto;
    }

    .section-category .section-items{
        justify-content: space-between;
        grid-template-columns: auto auto auto auto;
        gap: 30px;
    }

    .item .item-image {
        width: 150px;
        height: 200px;
    }

}

@media (min-width: 992px) {
    div[id*="Page"]{
        margin-top:60px;
    }
    .banner-image{
        background-position-x: -130px;
    }
    .nav-container{
        height:95px;
    }

    .dropdown-menu.show .dropdown-item{
        margin: 0 !important;
        padding: 20px !important;
        border-top: solid 1px #dedede;

    }

    .dropdown-menu.show{
        box-shadow: 1px 2px 5px #dedede;
    }

    #cartPage{
        padding-top: 80px;
    }

    .footer img{
        width: 170px;
    }

    .footer-navigation, .store-hours{
        margin-top: 30px;
        display: block;
    }

    .tag.sold-out{

        line-height: 25;
        font-size: .9rem;
        letter-spacing: 3px;
    }


    .navbar-collapse .nav-item a{
        border-bottom: none;
    }

    .dropdown-item{
        margin: 15px 0 !important;
    }

    .dropdown-menu.show{
        padding: 0 !important;
    }

    .navbar-collapse{
        border-top: none;
    }

    .section-category .section-items .item-detail h3 {
        width: 200px;
        text-align: center;
        margin: 0 7px;
    }

    .section-category.limited-edition{
        padding-top:40px;
    }

    #table-mob{
        display:none;
    }

    .order-list{
        display: block;
    }


    .modal .__modal-detail{
        grid-template-columns:250px 280px auto;
        gap: 30px;
    }

    .__modal-detail .__image div {
        width: 250px;
        height: 350px;
    }

    .cart.on-top .cart-preview{
        bottom: 0;
        top: 0;
        right: 0;
    }


    .section-category .section-items .item-detail span {
        font-size: .9rem;
    }

    .cart.on-top {
        right: 40px;
        top: 20px;
    }



    .footer{
        height: 300px;
        flex-direction: row;
    }


    .footer img{
        width: 180px;
    }

    .footer h3{
        font-size: 0.9rem;
    }

    .section-category .section-items .item-detail h3{
        font-size: .8rem;
        margin: 0 0px;
    }


    .site-logo img{
        width:200px;
        margin: 0 auto;
        position: relative;
        align-content: center;
        margin-left:0;

    }


    .section-category .section-items{
        display: grid;
        grid-template-columns: auto auto auto auto;
        gap: 0;
    }
    .item .item-image{
        width: 210px;
        height: 300px;
    }

    .item-detail{
        width: 210px;
    }

    .navbar-expand-lg .navbar-collapse {
        display: initial;
        flex-basis: auto;
        align-self: normal;
        margin-top:0;
        margin-left: 0;

    }

    .navbar-expand-lg .navbar-nav {
        width: 100% !important;
        height: 100%;

    }

    .nav-item a{
        height: 100%;
        padding: 0 10px !important;
        margin: 0 5px;
        text-transform: uppercase;
        align-content: center;
        color: black !important;
        font-weight: 300;
        letter-spacing: 0px !important;
        font-size: .9rem !important;
        padding-top: 10px !important;
    }

    .nav-link.active, .nav-link.active a{
        background: transparent;

    }

    .nav-item.cart{
        margin-left: auto;
        display: flex;
        align-items: center;
        margin-right: 80px;
    }

    .cta{
        margin-left: auto;
        margin-right: 200px;
        align-items: self-start;
        align-content: center;
        font-family: 'Nunito', sans-serif;
    }

    .site-logo{
        width: 250px;
        height: 74px;
        margin-left: 0px;
    }

    .site-logo img{
        width: 100%;
    }

    .navbar{

        padding:20px 0;
        padding-top:0;
        box-shadow: none;
        background: white;
        z-index:1;
    }

    .nav-item{
        margin-top:30px;
    }


}

@media(min-width: 1200px) {
    div[id*="Page"]{
        margin-top:100px;
    }

    .banner-image{
        width: 100%;
        background-position-x: 0;
        height: 250px;
    }
    .tag.sold-out{

        line-height: 30;
        font-size: .9rem;
        letter-spacing: 4px;
    }


    .section-category .section-items .item-detail h3{
        font-size: .8rem;
        margin: 0 25px;
    }
    .nav-item a {

        padding: 0 15px !important;
        margin: 0 5px;
        font-weight: 300;
        letter-spacing: 2px !important;
        font-size: .9rem !important;
        padding-top: 10px !important;
    }




    .modal .__modal-detail {
        grid-template-columns: 320px 280px auto;
        gap: 50px;
    }

    .__modal-detail .__image div {
        width: 320px;
        height: 401px;
    }

    .cart.on-top {
        right: 25px;
    }

    .section-category.contact-us>.container{
        flex-direction: row;
    }


    .contact-form input, .contact-form textarea{
        width: 100%;
        height: 210px;
    }


    .contact-info{
        padding-left: 50px;
    }

    .contact-info > h3:first-child{
        margin-top:0;
        margin-bottom: 30px;
    }

    .btn--primary{
        font-size: .8rem;

    }

    .item .item-image{
        width: 240px;
        height: 380px;
        transition: 0.2s;
        cursor: pointer;
    }



    .item-detail{
        width: 240px;
    }

    .item .item-image:hover{
        transform: scale(1.02);
        transition: 0.4s;
    }
}

@media (min-width: 1366px) {



    .navbar-expand-lg .navbar-nav {
        margin-left: 40px;
    }
    .nav-item a {

        padding: 10px !important;
        margin: 0 5px;
        font-weight: 300;
        letter-spacing: 2px !important;
        font-size: .8rem !important;
        padding-top: 15px !important;
    }

    .item .item-image{
        width: 250px;
        height: 360px;
        transition: 0.2s;
        cursor: pointer;
    }

    .item-detail{
        width: 250px;
    }

    #productsPage .page-banner > .container{
        padding: 50px 0;
    }

    .cart-preview {
        top: 65px;

    }

    #cartPage .order-list{
        margin-left: 40px;
        border: solid 1px #dedede;
        padding: 30px;
        position: initial;
    }

    .modal {
        top: 10% !important;
        width: 80%;
        max-height: 95%;
    }



    .cart.on-top {
        right: 120px;
        top:10px;
    }


    #homePage .background {
        height: 700px;
    }

    .cart{
        top: 100px;
        height: 80px;
        width: 80px;
        right: 50px;
        border-radius: 3px;
    }
    .cart .count{
        font-size:.7rem;
        min-width: 25px;
        min-height: 25px;
        top:10px;
        right:10px;
    }


}

@media (min-width: 1600px) {
    .banner-image{
        width: 100%;
        background-position-x: -45px;
        height: 300px;
    }

    .banner-image a{
        top: 240px;
    }

    #homePage h1{
        top: 120px;
    }

    .section-category .section-items .item-detail h3 {
        width: 250px;
        margin: 0 20px;

    }


    .nav-item a {

        font-size: .9rem !important;

    }

    .cart.on-top {
        right: 150px;
    }

    .section-category .section-items .item-detail {
        margin-top: 25px;

    }

    .section-category .section-items .item-detail h3 {
        margin-bottom: 7px;
    }
    .section-category .section-items{
        grid-template-columns: auto auto auto auto;
        row-gap: 50px;
    }

    .section-category .section-items .item-detail h3 {
        font-size: 1rem;
    }



    .site-logo{

        margin-left: 0;
    }

    .footer{
        height: 250px;
    }

    .footer-line{
        position: relative;
        z-index: 1;
        font-size: 0.6rem;
    }


    .footer h3{
        font-size: 0.9rem;
    }

    .footer img{
        width: 170px;
    }

    .item .item-image {
        width: 300px;
        height: 380px;
    }


}

@media (min-width:1920px){

    .nav-item a {
        margin: 0 10px;
    }


    .modal {
        top: 10% !important;
        width: 60%;
        max-height: 95%;
    }


    .cart{
        right:295px;

    }


    .cart.on-top {
        right: 310px;
    }

    .item .item-image {
        width: 290px;
        height: 390px;
    }

    .item-detail {
        width: 290px;
    }

}
@media all and (-ms-high-contrast:none){
}


@media (resolution: 1.25dppx) {

}

