.ff-t-container.ff-column-container.ff_columns_total_3.item-container {
    background: white;
    margin-bottom: 10px;
    padding: 18px 25px 5px;
    border-radius: 10px;
    align-items: center;
}

.item-container {
    background: white;
    margin-bottom: 10px;
    padding: 18px 25px 5px;
    border-radius: 10px;
    align-items: center;
}

.ff-t-container.ff-column-container.ff_columns_total_3.item-container {
    padding-top: 20px;
	align-items: flex-start;
}

item-description{
	padding-bottom:10px;
}

.ff-t-container.ff-column-container.ff_columns_total_3.item-container {
    padding-bottom: 15px !important;
}

/* .item-container .ff-t-cell .ff-el-group.ff-el-form-top {
    margin-bottom: 0;
} */

.ff-el-group.ff-custom_html.item-description {
    font-size: 14px;
    max-width: 95%;
    text-align: justify;
    margin-top: -18px !important;
}

.item-container p, .ff-el-group.ff-custom_html{
    margin:0;
}

span.ff_input-group-text {
    background: #80392d !important;
    color: white !important;
    border-radius: 20px;
}

.ff-t-container.ff-column-container.ff_columns_total_1.item-container{
    background: white;
    margin-bottom: 10px;
    padding: 18px 25px 5px;
    border-radius: 10px;
    align-items: center;
}


/* quantity */

span.plus-minus-buttons {
    display: flex;
    flex-direction: row;
}

button.plus {
    height: 41px;
    width: 41px;
    background: #80392d;
    border: none;
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 14px;
    padding: 0 10px;
    color:white;
}

button.minus {
    height: 41px;
    width: 41px;
    background: #80392d;
    border: none;
 	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 14px;
        color:white;
    padding: 0 10px;
}

button.plus:hover {
    background: white;
    border: 1px solid #80392d;
    color: #80392d;
	border-left: none;
}

button.minus:hover {
    background: white;
    border: 1px solid #80392d;
    color: #80392d;
	border-right: none;
}


@media only screen and (max-width: 600px) {
	span.plus-minus-buttons {
		margin-top: 10px !important;
	}
}
.rom-item-quantity {
    border-radius: 0px !important;
    text-align: center;
    padding: 10px 15px !important;
}

/* Chrome, Safari, Edge, Opera */
.rom-item-quantity::-webkit-outer-spin-button,
.rom-item-quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.rom-item-quantity {
  -moz-appearance: textfield;
  height:41px;
}


/* Quantity End */

/* Date Picker */

.flatpickr-month {
    background: #80392d !important;
    height: 52px !important;
}

input#ff_7_order_date {
    max-width: 308px;
}
.flatpickr-month {
    margin-bottom: 30px;
}
select.flatpickr-monthDropdown-months {
    padding: 4px 30px !important;
    border-radius: 5px 0px 0px 5px !important;
}
input.numInput.cur-year {
    color: #80392d !important;
    background: white !important;
    padding: 0px 12px 4px;
    width: 75px !important;
    border-radius: 0px 5px 5px 0px;
}
.flatpickr-current-month {
    width: 85% !important;
    left: 5.5% !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: white !important;
    color: #ff6154 !important;
}


.numInputWrapper span.arrowUp {
    top: 0;
    right: -16px !important;
    border-radius: 0px 5px 0px 0px;
}

span.arrowDown {
    right: -16px !important;
    border-radius: 0px 0px 5px 0px;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
    width: 22px;
    height: 25px;
}

span.flatpickr-next-month, span.flatpickr-prev-month {
    color: white !important;
    fill: white !important;
}

.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
    color: black !important;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
    fill: black !important;
}

.flatpickr-calendar.inline {
    top: -44px !important;
}

/* Date Picker End */



.frm-fluent-form .ff-t-container.ff_cond_v {
    display: flex!important;
    flex-direction: row;
    align-items: flex-start;
}

span.ff_plan_title {
    font-size: 14px;
}
.order-type .ff-el-form-check .ff-el-form-check-label .ff_payment_item {
    margin-top: 3px;
}

.frm-fluent-form .ff-t-container {
    align-items: flex-start;
}


/*modal style*/
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

.close {
    position: relative;
    top: 550px;
    left: 50%;
    color: #f1f1f1;
    font-size: 45px;
    font-weight: bold;
    transition: 0.3s;
    /* border: 1px solid; */
    border-radius: 50px;
    padding: 0;
    margin-bottom: 100px;
    height: 50px;
    width: 50px;
    text-align: center;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.modal-content img {
    width: 100%;
    height: 100%;
}
/*modal style end*/


/* time-slot */

.time-slot .ff-el-form-check span {
    color: #80392d !important;
    border: 2px solid #80392d !important;
}

.time-slot .ff-el-form-check span.not-available {
    background: #878787 !important;
    color: white !important;
    border: 2px solid black !important;
}

.time-slot .ff-el-form-check span.available:hover{
    background: #80392d !important;
    color: white !important;
}


.time-slot .ff-el-form-check span.available p{
    color:green;
}

.time-slot .ff-el-form-check span.available:hover p{
    color:white !important;
}

.time-slot .ff-el-form-check.ff-el-form-check-.ff_item_selected span{
    background: #80392d !important;
    color: white !important;
}

.time-slot .ff-el-form-check.ff-el-form-check-.ff_item_selected span.available p{
    color : white;
}
.time-slot .ff-el-form-check span {
    color: #80392d;
    width: 150px;
    border-radius: 5px !important;
}

.time-slot .ff-el-input--content {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

/* time-slot */
