#weekly-flower-modal {
    position: fixed;
    background: #c8c8c859;
    top: 0;
    border: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#weekly-flower-modal-loader {
    position: absolute;
}
#delivery-label{
    display: block;
}
.delivery-date{
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  background-color: #fff;
  padding: 3px 5px;
  box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
  width: 190px;
}
.size-full{
    display: none!important;
}
.popup-change{
    font-size: 15px;
    font-weight: 500;
    padding: 8px 16px;
}

.flower-popup{
    position: fixed;
    background: #c8c8c859;
    top: 0;
    border: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#pause-popup #popup-sub{
    width: 505px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    border-radius: 5px;
    padding: 30px;
    background-color: #fff;
    height: 350px;
    position: relative;  
}
#flower-delivery{
    font-size: 18px;
    text-transform: uppercase;
}
#popup-sub .close{
    position: absolute;
    top: 15px;
    right: 15px;
}
#popup-sub button{
    height: 25px;
    width: 25px;
    padding: 0px;
    margin: 0px;
}
#popup-sub h1{
    margin-top: 30px;
    font-size: 18px;
    text-transform: uppercase;
}
#popup-sub #delivery-label{
    margin-top: 40px;
}
#popup-sub .submit{
    display: block;
    margin-top: 25px;
}
#saved-messsage{
    padding: 7px 0px;
    background: #f8f6f7;
    text-align: center;
    margin-top: 15px;
    border-radius: 5px;
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}
#saved-messsage::before {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f058";
  padding-right: 10px;
}
.woocommerce-account #ui-datepicker-div{
    position: absolute;
    top: 56%!important;
    left: 33%!important;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 8%);
    border: 1px solid #dfdfdf;
}
.ui-timepicker-div .ui_tpicker_hour,
.ui-timepicker-div .ui_tpicker_minute,
.ui-timepicker-div .ui_tpicker_time {
    display: block;
}

#time_slot_field {
    opacity: 0.5;
}

#clear-field {
    border: 1px solid #000;
    border-color: rgb(169, 169, 169);
    width: 275px;
    height: 35px;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -25px;
    font-size: 13px;
}

.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
    font-size: 13px;
}

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

.ui-timepicker-rtl dl {
    text-align: right;
}

.ui-timepicker-rtl dl dd {
    margin: 0 65px 10px 10px;
}

dt,
dd {
    float: none;
}

button[id="clear_field_button"] {
    background: transparent;
    border: none;
    padding: 3px 3px;
    width: 20px;
    height: 15px;
    display: none;
}

/* To hide the Today button in the calendar */
.ui-datepicker-current {
    display: none;
}

/* Date Picker Default Styles */
.ui-datepicker {
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #dfdfdf;
    border-top: none;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
    min-width: -moz-fit-content;
    min-width: auto;
}

.ui-datepicker * {
    padding: 0;
    font-family: "Open Sans", sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-datepicker table {
    font-size: 13px;
    margin: 0;
    border: none;
    border-collapse: collapse;
}

.ui-datepicker .ui-widget-header,
.ui-datepicker .ui-datepicker-header {
    background-image: none;
    border: none;
    font-weight: normal;
    border-radius: 0px;
}

.ui-datepicker .ui-datepicker-header .ui-state-hover {
    background-image: none;
    border: none;
    font-weight: normal;
    border-radius: 0px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    line-height: 14px!important;
    text-align: center;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: relative;
    top: 5px!important;
    height: 34px;
    width: 34px;
}

.ui-datepicker .ui-state-hover.ui-datepicker-prev,
.ui-datepicker .ui-state-hover.ui-datepicker-next {
    border: none;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
    background: none!important;
    top: 5!important;
    left: 2px!important;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
    background: none!important;
    top: 5!important;
    right: 2px!important;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    background: none;
}

.ui-datepicker .ui-datepicker-prev {
    float: left;
}

.ui-datepicker .ui-datepicker-next {
    float: right;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-left: 0.1em solid;
    border-bottom: 0.1em solid;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 0.6em;
    font: normal 20px/34px 'dashicons';
}

.ui-datepicker .ui-datepicker-next:before {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-right: 0.1em solid;
    border-top: 0.1em solid;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 0.6em;
    font: normal 20px/34px 'dashicons';
}

.ui-datepicker .ui-datepicker-prev-hover:before,
.ui-datepicker .ui-datepicker-next-hover:before {
    opacity: 0.7;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 33%;
}

.ui-datepicker thead {
    font-weight: 600;
}

.ui-datepicker th {
    padding: 10px;
}

.ui-datepicker td.ui-datepicker-today {
    background-color: #f0f0c0;
}

.ui-datepicker td.ui-datepicker-current-day {
    background: #bbdd88;
}

.ui-datepicker td .ui-state-default {
    border: none;
    text-align: center;
    text-decoration: none;
    width: auto;
    display: block;
    padding: 5px 10px;
    font-weight: normal;
}

.ui-datepicker td.ui-state-disabled .ui-state-default {
    opacity: 0.5;
}
.ui-datepicker .enabled{
    padding: 0px;
    background: #adedad !important;
}
.ui-datepicker .enabled .ui-state-default{
    
    background: #adedad !important;
}    
.ui-datepicker .ui-datepicker-unselectable{
    background: unset!important;
}
.ui-datepicker .ui-datepicker-unselectable .ui-state-default{
    background: unset!important;
}
.extend-subscription-section{
    text-align: center;
    margin: 30px 100px;
}
.button-extend{
    margin-top: 15px;
    width: 100%;
    padding: 15px;
}
.extend-subscription-section p,
.extend-subscription-section h2{
    margin-bottom: unset!important;

}
@media only screen and (max-width: 1000px) {

    #ui-datepicker-div {
        width: auto !important;
    }

    .ui-datepicker-group.ui-datepicker-group-first,
    .ui-datepicker-group.ui-datepicker-group-last,
    .ui-datepicker-multi-2 .ui-datepicker-group {
        width: 100% !important;
    }

    .ui-datepicker-multi .ui-datepicker-group {
        float: none !important;
    }

    .ui-datepicker-inline,
    .ui-datepicker-multi {
        width: auto !important;
    }
}
.subscription_details .button{
    display: block;
    margin-right: 10px;
    margin-bottom: 10px; 
    text-align: center;
 }
/* ipad csss */
 @media all and (max-width: 1024px){
    .flower-popup{
        padding-left: 25%;
        padding-top: 25%;
        display: block;
    }
    .woocommerce-account #ui-datepicker-div{
        top: 31%!important;
        left: 28%!important;
    }
 }
 /* mobile csss */
 @media all and (max-width: 600px){
    .flower-popup{
        display: flex;
        padding: unset;
    }
    .woocommerce-account #ui-datepicker-div{
        top: 5%!important;
        left: 12%!important;
    }
	.popup-change{
	    width: 71%;
    	margin-top: 20px;
	}
    .extend-subscription-section{
        margin: 30px;
    }

 }
 @media all and (max-width: 400px){
    .woocommerce-account #ui-datepicker-div{
        top: 5%!important;
        left: 10%!important;
    }
 }
.delivery-date-field{
    display: block!important;
}

