.roboto {
    font-family: 'Roboto', sans-serif;
}

@import url("../css/font-style.css");

body {
    overflow-x: hidden;
}

.NavList ul li {
    list-style: none;
    display: inline;
}

.NavList ul li a {
    color: #707070;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
    /* font-family: "Montserrat"; */
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    text-align: left;
}

/* .active, .NavList ul li:hover{

} */
#PayModal {
    position: absolute;
    left: 50%;
    top: 50%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modal-subheading h4,
.modal-sub-heading h5 {
    padding-top: 10px;
    /* font-family: "Montserrat"; */
        font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.modal {
    /* font-family: "Montserrat"; */
        font-family: "Roboto", sans-serif;
}

.PreviewOrderImage {
    border-radius: 20px;
}

#previewOrderClose {
    margin-top: -35px;
}

.modal-body input[type="text"]::-webkit-input-placeholder:hover {
    color: #000000 !important;
}

.modal-body input[type="text"]::-moz-placeholder:hover {
    color: #000000 !important;
}

.modal-body input[type="text"]:-ms-input-placeholder:hover {
    color: #000000 !important;
}

.modal-body input[type="text"]::-ms-input-placeholder:hover {
    color: #000000 !important;
}

.modal-body input[type="text"]::placeholder:hover {
    color: #000000 !important;
}

.modal-header .heading1,
.modal-body .heading1 {
    font-weight: bold;
    color: #e83e31;
}

.modal-header .heading1:hover,
.modal-body .heading1:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    color: linear-gradient(#e83e31, #d31a50);
}

#imageProp1 {
    height: 250px;
    width: 100%;
    border-radius: 20px;
}

#groupImage {
    height: 100px;
    width: 120px;
    padding: 10px;
    border-radius: 20px;
    margin-top: 15px;
    margin-left: -10px;
}

#SummaryImage {
    height: 40px;
    width: 40px;
    border-radius: 5px;
    margin-left: -15px;
}

.RecommendItem {
    border-radius: 20px;
    height: 80px;
    width: 100px;
}

.text-center .img-rounded {
    margin-left: -21px;
}

#roundimg {
    height: 150px;
    width: 150px;
    margin-left: 50px;
    margin-top: 50px;
}

.jumbotron .Seven24 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
}

.jumbotron #AddressCol {
    left: 100px;
    top: 12px;
}

.jumbotron .AddressPara {
    font-size: 15px;
    line-height: 1em;
    word-spacing: 2px;
    color: #000000;
}

#circleimg {
    margin-left: -10px;
}

#itemCols {
    left: 60px;
    overflow-x: auto;
    /* height: 400px; */
}

.itemborder {
    margin-top: 30px;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: 0px 0px 5px 0px grey;
    box-shadow: 0px 0px 5px 0px grey;
}

.itemborder:hover {
    cursor: pointer;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

/* #RatingCol{
	margin-left: 200px;
	padding-right: 25px;
} */
.CafeRow {
    padding-bottom: 10px;
}

.CafeRow h4 {
    font-weight: bold;
}

.CafeRow h4:hover {
    cursor: pointer;
}

.card2 {
    background-color: #fdebeb;
    margin-top: 20px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#Edit_Address {
    padding: 17px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.ratingStar {
    margin-top: 10px;
}

.CouponCard {
    width: 180px;
    background-color: white;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 5px 0px grey;
    box-shadow: 0px 0px 5px 0px grey;
    background-color: #fff;
}

#CCode {
    border-radius: 8px;
    height: 15px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
    padding: 7px;
    letter-spacing: 5px;
    padding-right: 1px;
    /* font-family: "Montserrat-bold"; */
        font-family: "Roboto", sans-serif;
    border-style: dashed;
    border-spacing: 25px;
    border-width: 3px;
    background-color: white;
    margin-top: -10px;
    font-size: 10px;
    padding-left: 5px;
}

.CategoryCard {
    /*display: flex;*/
    -webkit-box-shadow: 0px 0px 5px 0px grey;
    box-shadow: 0px 0px 5px 0px grey;
    /*padding: 20px;*/
    margin-top: 5px;
    padding-bottom: 20px;
}

.l-sidebar {
    height: 100%;
    border-right: 1px solid lightgrey;
    margin-bottom: 10px;
}

.l-sidebar ul {
    list-style: none;
    margin-bottom: -10px;
    overflow-y: hidden;
}

.l-sidebar ul li:hover {
    background-color: antiquewhite !important;
}

.sidenav a,
.dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #e83e31;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: center;
    cursor: pointer;
    outline: none;
    margin-bottom: 20px;
    margin-top: 10px;
}

.sidenav a:hover {
    background-color: rgb(223, 152, 164);
    text-decoration: none;
}

.dropdown-container {
    display: none;
    padding-left: 18px;
}

.l-sidebar ul li {
    height: 30px;
    padding-left: 10px;
    margin-bottom: 20px;
}

.l-sidebar ul li a {
    text-decoration: none;
}

.sub-menu-1 {
    display: none;
}

.l-sidebar ul li:hover .sub-menu-1 {
    display: block;
    overflow-y: auto;
    position: absolute;
    padding: 10px;
}

.dailyneed {
    /* font-family: "Montserrat"; */
        font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    top: -140px;
    color: #ffffff;
}

.ItemColumn {
    /* padding: 15px; */
    width: 170px;
    border-radius: 30px;
}

.ItemColumn2 {
    padding: 5px;
    width: 250px;
}

.PercentOff {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    /* font-family: "Acme", sans-serif; */
        font-family: "Roboto", sans-serif;
}

#addbutton {
    /*margin-left: 50px; */
    margin-top: -50px;
    -webkit-box-shadow: 0px 0px 5px 1px black;
    box-shadow: 0px 0px 5px 1px black;
    background-color: white;
    color: black;
    /* font-family: "Montserrat"; */
        font-family: "Roboto", sans-serif;
    font-size: 20px;
    width: 80px;
    height: 30px;
    padding-top: 1px;
}

.recommend-sub-heading .RecommendedBtn {
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 1px black;
    box-shadow: 0px 0px 5px 1px black;
    background-color: white;
    color: black;
    /* font-family: "Acme", sans-serif; */
        font-family: "Roboto", sans-serif;
    /* height: 25px; */
    top: -10px;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
    padding: 1px 5px;
    border: 3px solid #e83e31;
    border-radius: 48px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}

.recommend-sub-heading .RecommendedBtn2 {
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 1px black;
    box-shadow: 0px 0px 5px 1px black;
    background-color: white;
    color: black;
    /* font-family: "Montserrat"; */
        font-family: "Roboto", sans-serif;
    /* height: 25px; */
    top: -10px;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
    padding: 2px 10px;
    border: 3px solid #e83e31;
    border-radius: 48px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}

/* .recommend-sub-heading .RecommendedBtn:focus{
	outline: none !important;
} */
/* .recommend-sub-heading .RecommendedBtn2:focus{
	outline: none !important;
} */
*:focus {
    outline: 0 !important;
}

.RecommendedBtn .btntext {
    position: inherit;
    /* top: -3px; */
    font-size: 13px;
}

.RecommendedBtn2 .btntext {
    position: inherit;
    /* top: -3px; */
    font-size: 13px;
}

.RecommendedBtn .btntext i {
    font-size: 13px;
}

.RecommendedBtn2 .btntext i {
    font-size: 13px;
}

.RecItemsHead {
    font-size: 20px;
    /* font-family: "Newsreader", serif; */
        font-family: "Roboto", sans-serif;
}

.RecItems {
    /* line-height: 0.1em; */
    /* font-family: "Newsreader", serif; */
        font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px;
    padding-bottom: 10px;
}

.row.mb_p {
    clear: both;
}

i.glyphicon.glyphicon-map-marker.icon_map_gly {
    top: 0px !important;
    left: 10px;
}

@media only screen and (min-width: 1367px) {
    .RecItems {
        font-size: 18px;
    }

    #ItemDetails .SummaryPieceRow .Divide {
        font-size: 18px !important;
    }
}

.RecItems .Divide {
    font-size: 13px;
}

.pieces {
    color: #504d4d;
}

.btn .btntext {
    font-weight: bold;
    /* margin-left: -2px; */
}

.btn .glyphicon {
    font-size: 15px;
    padding: 0px;
    top: 2px;
    color: #e83e31;
}

.VegOnlyRow {
    padding-top: 30px;
    /* font-family: "Otomanopee One", sans-serif; */
        font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.VegOnlyText {
    float: right;
    margin-top: 5px;
}

.img-circles {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin-top: 30px;
    margin-left: 20px;
}

.Star {
    float: right;
    margin-top: 80px;
}

.QuantityCard {
    width: 75px;
    -webkit-box-shadow: 0 0 3px 3px lightgrey;
    box-shadow: 0 0 3px 3px lightgrey;
    border-radius: 5px;
    margin-top: 10px;
}

.QuantityCard .glyphicon {
    color: #e83e31;
}

input[class="Quantity"] {
    text-align: center;
    /* font-family: "Acme", sans-serif; */
        font-family: "Roboto", sans-serif;
    font-weight: 500;
    border: 0px;
    height: 15px;
    width: 25px;
}

.colcard>.glyphicon-plus {
    margin-left: 5px;
}

.QuantityCard .colcard2 {
    background-color: white;
    -webkit-box-shadow: 0 0 3px 2px lightgrey;
    box-shadow: 0 0 3px 2px lightgrey;
    margin-left: -2px;
}

.SummaryHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    /* font-family: "Otomanopee One", sans-serif; */
        font-family: "Roboto", sans-serif;
}

.ItemName {
    font-weight: 500;
    font-size: 18px;
    /* font-family: "Acme", sans-serif; */
        font-family: "Roboto", sans-serif;
    /* letter-spacing: 2px; */
    margin-left: -20px;
    /* line-height: 0.1em; */
}

/* #ItemDetails{
	margin-top: 8px;
} */
#invalidcoupon {
    color: #e83e31;
    display: none;
}

#ItemDetails .SummaryPieceRow {
    color: #999999;
    font-size: 15px;
    /* font-family: "Montserrat"; */
        font-family: "Roboto", sans-serif;
    margin-left: -15px;
    padding-top: 2px;
}

#ItemDetails .SummaryPieceRow .Divide {
    font-size: 15px;
    /* font-family: "Acme", sans-serif; */
        font-family: "Roboto", sans-serif;
    font-weight: 500;
}

#InfoRow {
    padding-top: 10px;
}

.QuantityCard {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 5px;
    letter-spacing: 10px;
    background-color: #e6e6e6;
    margin-left: -15px;
}

@media only screen and (min-width: 767.5px) {
    .QuantityCard {
        position: absolute;
        right: 0px;
    }
}

.PriceRow {
    /*text-align: center;*/
    font-weight: 600;
    font-size: 20px;
    /* font-family: "Montserrat"; */
        font-family: "Roboto", sans-serif;
}

.PerPieceRow {
    /*text-align: center;*/
    color: #999999;
    font-size: 15px;
    font-size: 20px;
    /* font-family: "Montserrat"; */
        font-family: "Roboto", sans-serif;
}

.Divide {
    font-weight: 800;
    /* font-size: 25px; */
    /* font-family: "Montserrat"; */
        font-family: "Roboto", sans-serif;
    color: black;
}

.line {
    border-top: 0px;
    border-bottom: 1px solid #707070;
}

.facolor {
    color: #e83e31;
}

.AddressCard {
    background-color: white;
    -webkit-box-shadow: 0 0 3px 2px lightgrey;
    box-shadow: 0 0 3px 2px lightgrey;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
    /* font-family: "Montserrat"; */
        font-family: "Roboto", sans-serif;
}

.addressLabel {
    /* font-family: "Acme", sans-serif; */
        font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.btn {
    /* font-family: "Newsreader", serif; */
        font-family: "Roboto", sans-serif;
}

.thanksCard {
    /* font-family: "Acme", sans-serif; */
        font-family: "Roboto", sans-serif;
    font-size: 15px;
    position: relative;
    text-align: justify;
    padding: 5px;
    top: 10px;
    background-color: #eeeeee;
}

.cartline {
    margin-top: 5px;
    border: none;
    border-bottom: 1px dotted #d3d3d3;
}

.Payrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.Payrow .PayBtn {
    position: relative;
    background-color: #e83e31;
    color: white;
    margin-top: 40px;
    -webkit-box-shadow: 0px 0px 2px 2px lightgrey;
    box-shadow: 0px 0px 2px 2px lightgrey;
    border-radius: 30px;
    border: 2px solid #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 15px;
}

.Payrow .PayBtn:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    background-image: -o-linear-gradient(#e83e31, #d31a50);
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#e83e31),
            to(#d31a50));
    background-image: linear-gradient(#e83e31, #d31a50);
    color: #fff;
    font-weight: 600;
}

.PayBtntext {
    text-align: center;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

input[class="form-control"] {
    /* padding-left: 30px; */
    color: #999999;
    /* letter-spacing: 5px; */
    /* text-align: center; */
}

.CartHead {
    font-size: 35px;
    font-weight: 900;
    /* font-family: "Newsreader", serif; */
        font-family: "Roboto", sans-serif;
    margin-top: 20px;
    margin-left: 15px;
}

.DeliveryAdd {
    font-size: 25px;
    /* font-family: "Newsreader", serif; */
        font-family: "Roboto", sans-serif;
    font-weight: 800;
    margin-top: 20px;
}

.carthead {
    /* font-family: "Newsreader", serif; */
        font-family: "Roboto", sans-serif;
    padding-bottom: 20px;
    font-size: 20px;
}

.HomeAdd {
    /* margin-left: -15px; */
    /* font-family: "Newsreader", serif; */
        font-family: "Roboto", sans-serif;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 25px;
    color: #e83e31;
    /* text-transform: uppercase; */
}

.newbutton:hover {
    cursor: pointer;
}

.newaddress i {
    color: #e83e31;
    padding-right: 5px;
}

.HomeAddRow {
    padding: 10px;
    border: 1px solid #d3d3d3;
}

.right-addon .glyphicon {
    right: 0px;
}

.addressnew {
    display: none;
}

.addressnew select {
    border: 1px solid #d3d3d3 !important;
}

.storedaddress {
    padding: 10px;
    margin-top: 25px;
    border: 1px solid #d3d3d3;
}

.storedaddress i {
    font-size: 18px;
    color: #e83e31;
}

.storedaddress i:hover {
    cursor: pointer;
    font-size: 15px;
}

.storedaddress1 {
    padding: 10px;
    border: 1px solid #d3d3d3;
    border-top: 0;
}

.storedaddress1 i {
    font-size: 18px;
    color: #e83e31;
}

.storedaddress1 i:hover {
    cursor: pointer;
    font-size: 15px;
}

.storedaddress .addresstype,
.storedaddress1 .addresstype {
    text-transform: uppercase;
    font-size: 11px;
    /* font-family: "Newsreader", serif; */
        font-family: "Roboto", sans-serif;
    color: #878787;
    vertical-align: middle;
    padding: 4px 7px;
    border-radius: 2px;
    background-color: #f0f0f0;
    font-weight: 500;
    margin-right: 15px;
}

.storedaddress label {
    margin-top: 15px;
}

.addressdetail {
    padding-left: 5px;
    /* font-family: "Newsreader", serif; */
        font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #000000;
    vertical-align: middle;
    font-weight: 500;
    margin-right: 15px;
}

.addressdetail1 {
    padding-top: 10px;
    /* font-family: "Newsreader", serif; */
        font-family: "Roboto", sans-serif;
    padding-left: 5px;
    font-size: 15px;
    color: #2e2d2d;
    vertical-align: middle;
    font-weight: 500;
    margin-right: 15px;
}

.ChangeText {
    font-weight: 900;
    font-size: 15px;
    color: #e83e31;
    float: right;
    letter-spacing: 0.1em;
}

.ChangeText:hover {
    cursor: pointer;
}

.glyphicon-plus:hover,
.glyphicon-minus:hover {
    color: #d31a50;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
label .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

label .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

label input:checked+.slider {
    background-color: green;
}

label input:focus+.slider {
    -webkit-box-shadow: 0 0 1px #2196f3;
    box-shadow: 0 0 1px #2196f3;
}

label input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
label .slider.round {
    border-radius: 34px;
}

label .slider.round:before {
    border-radius: 50%;
}

/* .image{
    margin-top:-18px;
} */
.Bline {
    border-bottom: 1px solid lightgrey;
}

.BestPicks {
    border-radius: 20px;
}

#topbg {
    -webkit-box-shadow: #e83e31 2px 2px 15px 3px;
    box-shadow: #e83e31 2px 2px 15px 3px;
    margin-top: 119px;
}

@media only screen and (max-width: 767.5px) {
    #topbg {
        margin-top: 215px;
    }

    /* video {
        margin-top: 215px;
    } */
    .label-margin-top {
        margin-top: 10px;
    }
}

.BestPickRow {
    padding-top: 20px;
}

.property {
    -webkit-box-shadow: black 2px 2px 15px 3px;
    box-shadow: black 2px 2px 15px 3px;
    border-radius: 8px;
    z-index: 1000;
    margin-top: -30px;
}

.text {
    font-weight: 600;
    margin-top: 20px;
    font-size: 15px;
}

.BestPickText {
    font-weight: 600;
    margin-top: 10px;
}

.display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.centers {
    font-weight: 600;
    font-size: 15px;
}

.ResCafes {
    font-weight: 600;
    font-size: 15px;
}

.fa-thumbs-up {
    color: #e83e31;
}

.fa-cutlery {
    color: #e83e31;
    padding-left: 20px;
    padding-bottom: 20px;
}

.roundimage {
    border-radius: 50%;
    margin-right: 90px;
}

/* slick slider */
/* slick slider */
/* slick slider */
/* slick slider */
/* slick slider */
.slick-slide {
    margin: 0px 20px;
}

/* .slick-slide:not(:first-child){
	margin-left: -20px;
} */
/* .slick-slide img {
    width: 75%;
} */
@media only screen and (min-width: 767.5px) {
    /* .slick-slide img {
        width: 55%;
    } */
}

/* .slick-list {
    background-color: #fdebeb;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
} */
.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track::before,
.slick-track::after {
    display: table;
    content: "";
}

.slick-track::after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rt1"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide img:hover {
    cursor: pointer;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev .fa-angle-left {
    display: inline-block;
    padding-left: 20px;
    font-size: 20px;
    color: #e83e31;
    font-weight: 900;
}

.slick-next .fa-angle-right {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    color: #e83e31;
    font-weight: 900;
}

.slick-prev:hover,
.slick-next:hover {
    cursor: pointer;
}

/*  */
/* slick end */
/*  */

select {
    /* appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none; */
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fdebeb;
    border: 1px solid #e83e31;
    background-image: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0.5em;
    color: #000000;
    cursor: pointer;
}

.select option {
    background: #fdebeb;
        font-family: "Roboto", sans-serif;
    /* font-family: "Comic Neue", cursive; */
    font-weight: 600;
    color: #000000;
}

select::-ms-expand {
    display: none;
}

.select {
    /* font-family: "Comic Neue", cursive; */
        font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #000000;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 210px;
    border: 2px dashed #e83e31;
    /* letter-spacing: 32px; */
    background-color: #fdebeb;
    overflow: hidden;
    border-radius: 30px;
}

.select::after {
    content: "\25BC";
    position: absolute;
    top: 4px;
    right: 0;
    padding: 0 0.2em;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: 0.25s all ease;
    -o-transition: 0.25s all ease;
    transition: 0.25s all ease;
}

.select:hover::after {
    color: #e83e31;
}

#navAddress {
    color: #000000;
    padding-left: 50px;
}

/**/
/*MEDIA QUERIES*/
/**/
@media only screen and (max-width: 1132px) {
    .NavList ul li a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 838px) {
    .VegOnlyRow {
        font-size: 15px;
    }

    .switch {
        height: 24px;
        width: 48px;
    }

    label .slider:before {
        height: 16px;
        width: 16px;
    }
}

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

    .sidenav a,
    .dropdown-btn {
        font-size: 15px;
    }

    .l-sidebar ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .lsidebar ul .dropdown-container a {
        display: block;
    }






}

@media only screen and (max-width: 698px) {
    .CouponCard {
        max-width: 100% !important;
        max-height: auto;
    }

    .PercentOff {
        font-size: 15px;
    }

    #CCode {
        font-size: 8px;
        letter-spacing: 2px;
        width: 70%;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (max-width: 677px) {
    .VegOnlyRow {
        font-size: 13px;
    }
}

@media only screen and (max-width: 659px) {
    #dailyProducts {
        position: inherit;
        width: 30%;
        height: 25%;
    }
}

@media only screen and (max-width: 657px) {
    #itemCols {
        margin-left: -40px;
    }
}

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

    .sidenav a,
    .dropdown-btn {
        padding-left: 2px;
    }
}

@media only screen and (max-width: 608px) {
    .PercentOff {
        font-size: 13px;
    }

    #CCode {
        font-size: 8px;
        width: 100%;
        letter-spacing: 0px;
        padding: 0px;
    }
}

@media only screen and (max-width: 600px) {
    .jumbotron .Seven24 {
        font-size: 20px;
        margin-top: 35px;
    }

    .jumbotron .AddressPara {
        font-size: 13px;
        word-spacing: 0px;
    }

    .jumbotron .AddressPara .Divide {
        font-size: 15px;
    }

    .Star {
        width: auto;
        height: 20px;
    }
}

@media only screen and (max-width: 554px) {
    .modal.in .modal-dialog {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: auto;
    }
}

@media only screen and (max-width: 539px) {
    .switch {
        margin-top: 7px;
        height: 18px;
        width: 42px;
    }

    label .slider:before {
        height: 10px;
        width: 10px;
    }
}

@media only screen and (max-width: 522px) {
    .NavList ul li a {
        font-size: 13px;
    }

    .jumbotron .Seven24 {
        font-size: 18px;
    }

    .jumbotron .AddressPara {
        font-size: 10px;
    }

    #circleimg {
        height: 100px;
        width: 100px;
        margin-left: 15px;
    }

    .PercentOff {
        font-size: 10px;
        padding-top: 5px;
    }

    #CCode {
        font-size: 8px;
        margin-bottom: 5px;
    }
}

/* changes */
@media only screen and (max-width: 494px) {
    .ItemColumn {
        height: auto;
        margin-left: -20px;
        /* change */
        width: 80%;
    }

    #addbutton {
        width: 30%;
        height: 20px;
    }

    .btn .btntext {
        font-size: 12px;
        /* margin-left: -5px; */
    }

    .btntext .glyphicon {
        font-size: 10px;
    }

    .PriceRow,
    .PerPieceRow,
    .Divide {
        font-size: 17px;
        line-height: 0.1em;
    }
}

@media only screen and (max-width: 468px) {
    .recommend-sub-heading .RecommendedBtn {
        padding: 2px 4px;
        margin-left: -10px;
    }

    .recommend-sub-heading .RecommendedBtn2 {
        padding: 2px 4px;
    }

    .btn .btntext {
        font-size: 11px;
        /* margin-left: -5px; */
    }

    .btntext .glyphicon {
        font-size: 8px;
    }
}

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

    /* .btn .btntext{
		font-size: 10px;
		margin-left: -5px;
	} */
    .btntext .glyphicon {
        font-size: 8px;
    }

    #addbutton {
        width: 28%;
        height: 18px;
    }
}

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

    /* .btn .btntext{
		font-size: 9px;
	} */
    .btntext .glyphicon {
        font-size: 7px;
    }

    .PriceRow,
    .PerPieceRow,
    .Divide {
        font-size: 13px;
    }
}

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

    /* .btn .btntext{
		font-size: 8px;
		margin-top: 2px;
		margin-left: -7px;
	} */
    .btntext .glyphicon {
        font-size: 6px;
    }
}

@media only screen and (max-width: 427px) {
    .jumbotron .Seven24 {
        font-size: 15px;
        line-height: 0.5em;
        margin-top: 40px;
        margin-left: -25px;
    }

    .jumbotron .AddressPara {
        font-size: 9px;
        margin-left: -25px;
        line-height: 0.1em;
    }

    .Star {
        width: auto;
        height: 15px;
        margin-top: 70px;
    }

    #groupImage {
        height: 80%;
        width: 90%;
    }

    #circleimg {
        height: 70%;
        width: 70%;
    }

    #Addwidth {
        width: 36% !important;
    }

    .Star {
        width: 10px;
        height: 10px;
    }
}

@media only screen and (max-width: 414px) {
    .VegOnlyRow {
        letter-spacing: 0em;
        font-size: 10px;
    }

    .VegOnlyText {
        margin-top: 1px;
    }

    .switch {
        margin-top: 1px;
        height: 18px;
        width: 30px;
    }

    .VegOnlyRow .col-xs-3 {
        width: 23%;
    }

    label .slider:before {
        height: 15x;
        width: 8px;
    }
}

@media only screen and (max-width: 411px) {
    #imageProp1 {
        height: 90%;
    }
}

/* @media only screen and (max-width: 398px){
	.sidenav a, .dropdown-btn{
		font-size: 10px;
	}
} */
@media only screen and (max-width: 381px) {
    .NavList ul li a {
        font-size: 10px;
    }

    .jumbotron .Seven24 {
        font-size: 12px;
    }

    .jumbotron .AddressPara .Divide {
        font-size: 10px;
    }

    .jumbotron .AddressPara {
        font-size: 7px;
    }
}

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

    /* .btn .btntext{
		font-size: 7px;
		margin-top: 1px;
	} */
    .btntext .glyphicon {
        font-size: 5px;
    }

    #addbutton {
        width: 26%;
        height: 15px;
    }

    .PriceRow,
    .PerPieceRow,
    .Divide {
        font-size: 11px;
        margin-top: -10px;
    }
}

@media only screen and (max-width: 377px) {
    .card2 .col-xs-4 {
        width: 60%;
        display: block;
        margin-right: auto;
        margin-left: 55px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 368px) {
    /* .btn .btntext{
		margin-left: -9px;
	} */
}

@media only screen and (max-width: 343px) {
    .Star {
        margin-top: 65px;
    }
}

@media only screen and (max-width: 340px) {
    .ItemColumn {
        height: auto;
        /* width: 100%; */
    }

    /* .btn .btntext{
		margin-left: -10px;
		margin-top: -1px;
	} */
    #addbutton {
        /*width: 28%;*/
        height: 12px;
    }

    .PreviewOrderImage {
        width: 90%;
    }
}

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

    .sidenav a,
    .dropdown-btn {
        /* font-size: 8px; */
        line-height: 1em;
        /* margin-left: -10px; */
    }
}

@media only screen and (max-width: 318px) {
    .NavList ul li a {
        font-size: 8px;
    }

    .jumbotron .Seven24 {
        font-size: 10px;
    }

    .jumbotron .AddressPara {
        font-size: 6px;
    }
}

/*rishabh_vashishth*/
.badge {
    padding-left: 9px;
    padding-right: 9px;
    border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}

#lblCartCount {
    font-size: 12px;
    background: #fdebeb;
    color: #ed776e;
    padding: 0 5px;
    vertical-align: top;
    top: -8px;
    left: 10px;
    opacity: 0.8;
    margin-left: -10px;
}

#ItemDescriptionModal {
    margin: 0;
    /* position: absolute; */
    top: 50%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*rishabh_vashishth end*/

/* new flower slick slider images */
.flowerslider {
    border-radius: 20%;
    position: relative;
    border: 1px dashed #e83e31;
    margin: 15px;
}

.flowerslider1 {
    margin: 15px;
    bottom: 0;
    height: auto;
}

#slickRel {
    position: relative;
}

.flowerSlickLine {
    border: none;
    border-bottom: 1px solid #d3d3d3;
}

.Flowerhead {
    color: #e83e31;
    font-weight: 600;
    /* font-family: "Newsreader", serif; */
        font-family: "Roboto", sans-serif;
    margin-left: 15px;
    text-transform: capitalize;
}

.RosecardBG {
    background-color: #e83e31;
    color: #ffffff;
    /* font-family: "Newsreader", serif; */
        font-family: "Roboto", sans-serif;
    font-size: 20px;
}

.cardBodyImg {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: auto;
    border: 1px solid #8d8888;
}

.cardBodyImg:hover {
    cursor: pointer;
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.underline {
    color: #e83e31;
}

.FlowerName {
    /* font-family: "Newsreader", serif; */
        font-family: "Roboto", sans-serif;
    color: #e83e31;
    font-size: 13px;
    padding: 10px;
    text-transform: capitalize;
}

#flowerSelect {
    width: 100%;
    font-size: 10px;
    /* font-family: "Newsreader", serif; */
        font-family: "Roboto", sans-serif;
    color: #000000;
    font-weight: normal;
}

#flowerSelect option {
    /* font-family: "Newsreader", serif; */
        font-family: "Roboto", sans-serif;
    font-weight: normal;
}

.flowerAddCart {
    margin-top: 10px;
    background-color: none;
    /* font-family: "Balsamiq Sans", cursive; */
        font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: white;
    border: 2px dotted #27496d;
    padding: 5px;
}

.modified-address {
    border-radius: 16px;
    padding: 10px 12px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.flowerAddCart:hover {
    cursor: pointer;
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.flex {
    width: 100%;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex .fa-minus,
.fa-plus {
    color: #e83e31;
}

.fa-shopping-cart,
.fa-shopping-bag {
    color: #e83e31;
    font-size: 20px !important;
}

.flowerAddCart input {
    width: 65%;
    text-align: center;
    /* font-family: "Newsreader", serif; */
        font-family: "Roboto", sans-serif;
}

.AddonAddInput input {
    text-align: center;
    font-size: 11px;
    font-weight: 600;
}

.AddonAddInput .fa-minus,
.AddonAddInput .fa-plus {
    font-size: 10px;
}

.addminusbtnn {
    display: none;
    height: 35px;
}

.addminusbtn1 {
    display: none;
    height: 35px;
}

.addminusbtn2 {
    display: none;
    height: 35px;
}

.addminusbtn3 {
    display: none;
    height: 35px;
}

.figcap {
    position: relative;
    margin-left: 80px;
    background: #e83e31;
    color: #ffffff;
}

.cart_item_image {
    width: 30%;
    height: auto;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
}

.cartDeleteBtn {
    margin-top: 10px;
    padding-left: 2px;
    display: block;
    /* float: left; */
}

.cartDeleteBtn button {
    font-size: 12px;
    font-weight: 600;
    /* font-family: "Newsreader", serif; */
        font-family: "Roboto", sans-serif;
    border-radius: 20px;
}

.cartDeleteBtn .btn2 {
    margin-left: 2px;
}

.pickup-detail-form .inputlabel {
    display: block;
    /* margin: 12px 0px; */
    margin-top: 12px;
}

.pickup-detail-form .inputlabel input {
    width: 100%;
}

.pickup-detail-form .inputlabel i {
    position: absolute;
    right: 1%;
    top: 50%;
    transform: translate(0%, -50%);
    background-color: white;
}

.address-img-icon {
    position: absolute;
    right: 25px;
    top: 6px;
}

@media only screen and (max-width: 500.5px) {
    .quantity_container {
        padding-left: 10px;
    }

    .cart_item_image {
        width: 100%;
    }
}

@media only screen and (min-width: 767.5px) {
    .cartDeleteBtn {
        float: left;
    }
}

@media only screen and (min-width: 500.5px) {
    .cartDeleteBtn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        /* justify-content: space-around; */
    }
}

.column0 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left;
}

.cart_Item_name {
    /* font-family: "Newsreader", serif; */
        font-family: "Roboto", sans-serif;
    color: #e83e31;
    font-size: 20px;
}

#add_on_cart_item {
    color: #858282;
}

.cart_Item_category {
    color: #000000;
    /* font-family: "Newsreader", serif; */
        font-family: "Roboto", sans-serif;
    font-size: 13px;
}

.cart_Item_category_price {
    color: #000000;
    /* font-family: "Newsreader", serif; */
        font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
    padding: 2px;
}

.cart_Item_category_price_light {
    color: #858282;
    margin-left: 5px;
}

.price_flex_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart_Item_details {
    margin-left: 10px;
}

.addressnew label {
    /* font-family: "Newsreader", serif; */
        font-family: "Roboto", sans-serif;
    padding: 5px;
}

.delivery_time_head {
    /* font-family: "Newsreader", serif; */
        font-family: "Roboto", sans-serif;
    color: #e83e31;
    font-size: 25px;
}

.delivery_time_head img {
    margin-top: -5px;
}

#time {
    margin-top: 10px;
}

.date_time input {
    border: none;
    /* font-family: "Newsreader", serif; */
        font-family: "Roboto", sans-serif;
    font-weight: 600;
    border-bottom: 1px solid #b39595;
}

.date_time #time {
    width: 155px;
}

.time_row #midnight {
    margin-left: 10px;
}

.time_row label {
    /* font-family: "Courgette", cursive; */
    font-family: "Roboto", sans-serif;
    color: #e83e31;
    font-size: 13px;
}

.thank_tip {
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

.payment_type_row label {
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 20px;
}

.add_on_msg {
    display: block;
    text-align: left;
}

.addon-scroll-container {
    overflow-y: auto;
    height: 150px;
    overflow-x: hidden;
}

.addon-add-button-width {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

@media only screen and (min-width: 459.5px) {
    .add_on_msg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #dairy_milk_margin {
        margin-left: -65px;
    }
}

.chocolate_row {
    margin-top: 10px;
}

.addon_add:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    cursor: pointer;
}

@media only screen and (max-width: 459.5px) {
    .addon_add {
        margin-left: -8px;
    }
}

.addon_image_icon {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: inline-table;
}

.price_detail_row {
    padding-top: 20px;
}

.price_breakdown_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    font-size: 20px;
}

.price_breakdown_row_col2 {
    color: #858282;
}

.percent_off {
    color: #e83e31;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 20px;
}

.offer_applied_span {
    color: #000000;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 15px;
}

#cart_quantity_width_class {
    width: 100px;
}

.fa-exclamation-circle {
    color: #e83e31;
}

.select_offer_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    margin-top: 30px;
}

.select_offer_row_body {
    padding: 10px;
    /* display: none; */
}

#select_offer_row_body_id_show {
    display: none;
}

.select_offer_row_body .coupon_button {
    position: relative;
    background-color: #e83e31;
    color: white;
    -webkit-box-shadow: 0px 0px 2px 2px lightgrey;
    box-shadow: 0px 0px 2px 2px lightgrey;
    border-radius: 30px;
    border: 2px solid #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 15px;
}

.select_offer_row_body .coupon_button:hover {
    color: #ffffff;
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.select_offer_text {
    color: #858282;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    font-size: 20px;
}

.view_offers {
    color: #e83e31;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 20px;
}

.view_offers:hover {
    cursor: pointer;
}

.offer_dropdown {
    border: 1px solid #585555;
    padding: 2px;
}

.offers_text {
    color: #000000;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: normal;
}

.offers_text1 {
    color: #000000;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: normal;
}

.offers_text1 select {
    border: none;
    border-bottom: 1px solid #000000;
}

.offers_code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
}

.offers_code_value {
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: normal;
    border: 2px dashed #000000;
    letter-spacing: 0.6em;
}

.offers_dropdown_line {
    border: none;
    border-bottom: 1px solid #000;
    margin-top: -5px;
    margin-bottom: -5px;
}

#offer_dropdown_two {
    margin-top: 10px;
}

#new_cart_select_width .select {
    width: 40px;
}

/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.outlet_location {
    color: #000000;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    font-size: 13px;
}

.open_close_time {
    color: #e83e31;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    font-size: 13px;
}

.cartbtnn .fa-map-marker,
.fa-clock-o {
    color: #e83e31;
    font-size: 20px !important;
}

.fa-percent {
    color: #e83e31;
    font-size: 20px !important;
}

.outlet_card_image {
    padding-top: 10px;
    margin-top: 20px;
    /* backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(235, 171, 179, 0.274);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3); */
}

/* .outlet_card_image::before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #e83d3154 10%, #465fec18 );
    transform: translateY(40px)scale(.9);
    z-index: -1;
    filter: blur(25px);
    opacity: 0.9;
  } */

.selected_outlet_products_col {
    border: 2px solid #e83e31;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.selected_outlet_products_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
}

.selected_outlet_name {
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    color: #000000;
    text-transform: uppercase;
}

.selected_outlet_name_location {
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    color: #000000;
}

.selected_outlet_name_timerow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.selected_outlet_offer {
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    color: #000000;
    font-size: 15px;
    line-height: 1.8em;
    border: none;
    border-left: 2px solid #e83e31;
    border-bottom: 1px solid #e83e31;
    border-top: 2px solid #e83e31;
}

@media only screen and (max-width: 991.5px) {
    .selected_outlet_offer {
        margin-top: 10px;
    }
}

.selected_outlet_image_css {
    width: 70%;
    height: auto;
    border: 1px dashed #e83e31;
    border-radius: 30px;
}

.veg_nonveg_parent {
    position: relative;
}

.veg_nonveg_icon_position {
    position: absolute;
    top: 5px;
    left: 20px;
    height: auto;
    width: 10%;
}

/*  */
/* toggle switch css */
.df-switch {
    margin-top: 20px;
    padding: 2rem;
    text-align: center;
    float: left;
    margin-left: 65px;
}

.btn-toggle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 5rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #e83e31;
}

.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
    outline: none;
}

.btn-toggle:before,
.btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.btn-toggle:before {
    content: "NON VEG ONLY";
    left: -11rem;
    color: #e83e31;
    opacity: 1;
}

.btn-toggle:after {
    content: "VEG ONLY";
    right: -4.5rem;
    opacity: 0.5;
    color: green;
}

.btn-toggle>.inner-handle {
    border-radius: 13px;
    /* width: 65px; */
    height: 13px;
    position: absolute;
    top: 6px;
    left: 8px;
    background-color: #0f71bd;
    -webkit-box-shadow: inset 1px 1px 2px -1px black;
    box-shadow: inset 1px 1px 2px -1px black;
}

.btn-toggle.active>.inner-handle {
    background-color: #94dd63d2;
}

.btn-toggle>.handle:before {
    content: "";
    position: absolute;
    height: 34px;
    width: 34px;
    top: 27%;
    left: 11px;
    background-image: -o-radial-gradient(center,
            circle,
            #e83e31 5px,
            transparent 5px);
    background-image: radial-gradient(circle at center,
            #e83e31 5px,
            transparent 5px);
    background-size: 10px 10px;
    background-repeat: no-repeat;
}

.btn-toggle.active>.handle:before {
    background-image: -o-radial-gradient(center,
            circle,
            #94dd63d2 5px,
            transparent 5px);
    background-image: radial-gradient(circle at center,
            #94dd63d2 5px,
            transparent 5px);
}

.btn-toggle>.handle {
    position: absolute;
    top: -0.3rem;
    left: 0.3875rem;
    width: 2.125rem;
    height: 2.125rem;
    border-radius: 1.125rem;
    background: #fff;
    -webkit-transition: left 0.25s;
    -o-transition: left 0.25s;
    transition: left 0.25s;
    border: 1px solid #ccc;
}

.btn-toggle.active {
    -webkit-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
}

.btn-toggle.active>.handle {
    left: 2.4175rem;
    -webkit-transition: left 0.25s;
    -o-transition: left 0.25s;
    transition: left 0.25s;
}

.btn-toggle.active:before {
    opacity: 0.5;
}

.btn-toggle.active:after {
    opacity: 1;
    font-weight: 600;
}

.btn-toggle.active {
    background-color: #94dd63d2;
}

.write_msg_popup_col {
    position: relative;
    height: 50px;
}

.write_msg_popup_col>.fa-times-circle {
    position: absolute;
    top: 5px;
    left: 5px;
}

.write_msg_popup_col>.fa-pencil-square {
    position: absolute;
    top: 5px;
    right: 5px;
}

.write_msg_popup_card {
    width: 100%;
    height: 100px;
    background: #ffffffe5;
    border: 2px dashed #e83e31;
    display: none;
}

.write_msg_popup_col i {
    color: #e83e31;
    font-size: 20px;
}

.write_msg_popup_col i:hover {
    cursor: pointer;
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.write_msg_popup_inner_text {
    padding: 10px;
}

.write_msg_popup_inner_text input {
    width: 100%;
    height: 80px;
    border: none;
    background: none;
    /* font-family: "Courgette", cursive; */
    font-family: "Roboto", sans-serif;
    color: #e83e31;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.write_msg_popup_inner_text input::-webkit-input-placeholder {
    /* font-family: "Courgette", cursive; */
    font-family: "Roboto", sans-serif;
    color: #000000;
    text-align: center;
    font-size: 15px;
}

.write_msg_popup_inner_text input::-moz-placeholder {
    /* font-family: "Courgette", cursive; */
    font-family: "Roboto", sans-serif;
    color: #000000;
    text-align: center;
    font-size: 15px;
}

.write_msg_popup_inner_text input:-ms-input-placeholder {
    /* font-family: "Courgette", cursive; */
    font-family: "Roboto", sans-serif;
    color: #000000;
    text-align: center;
    font-size: 15px;
}

.write_msg_popup_inner_text input::-ms-input-placeholder {
    /* font-family: "Courgette", cursive; */
    font-family: "Roboto", sans-serif;
    color: #000000;
    text-align: center;
    font-size: 15px;
}

.write_msg_popup_inner_text input::placeholder {
    /* font-family: "Courgette", cursive; */
    font-family: "Roboto", sans-serif;
    color: #000000;
    text-align: center;
    font-size: 15px;
}

/* cart popup */
.cartcard {
    position: absolute;
    top: 50px;
    right: 14px;
    background: #f8f8f8;
    width: 300px;
    border-radius: 0 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cartcard:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: inset 0 0 2000px rgba(99, 99, 99, 0.5);
    box-shadow: inset 0 0 2000px rgba(99, 99, 99, 0.5);
    -webkit-filter: blur(10px);
    filter: blur(10px);
    background: initial;
    opacity: 0.9;
}

.cartcartData {
    width: 100%;
    z-index: 999999;
    text-align: left;
    /* font-family: "Comic Neue", cursive; */
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkoutrow {
    padding-bottom: 5px;
}

.cartcard {
    background: #e6453a;
    opacity: 0.9;
}

.cartcartImage {
    padding-top: 10px;
}

.cartcartImage img {
    width: 50px;
    height: 50px;
}

.cartcartline {
    border: none;
    border-top: 1px dashed #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.terms_msg {
    color: #000000;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    margin-top: 10px;
}

.terms_msg_red_color {
    color: #e83e31;
}

.modal_login_button_margin {
    margin-top: 20px;
}

.modal_login_button_display {
    display: none;
}

.hide_modal_otp_sent_column {
    display: none;
}

.otpOption {
    display: none;
}

.fa-phone,
.fa-lock,
.fa-key {
    color: #e83e31;
}

.deleteItem>i {
    font-size: 25px;
}

.deleteItem>.fa-trash:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    cursor: pointer;
}

@media only screen and (min-width: 280px) {
    .mt-icon-arrow-up {
        font-size: 20px !important;
    }
}

.rakhi_price {
    color: #000000;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

/* toast notification css */
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #e83e31;
    color: #ffffff;
    text-align: center;
    border-radius: 20px;
    padding: 16px;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 50px;
    font-size: 17px;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.pik-drop-form-box-2 .pik-card {
    border-radius: 8px;
    margin-left: 4px;
    cursor: pointer;
}

.pik-drop-form-box-2 .pik-card .pik-card-body {
    padding: 5px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    word-spacing: 2px;
}

.pik-drop-form-box-2 label {
    margin: 8px 0px;
}

.pik-select-add {
    cursor: pointer;
}

.pik-select-add:hover {
    color: #e83e31;
}


.pik-drop-form-box-2 {
    overflow: auto;
    max-height: 300px;
}

.pik-drop-btn {
    background-color: #e83e31;
    color: white;
    font-family: 'Roboto', sans-serif;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.cart_main_container_margin_top {
    margin-top: 120px;
}

@media only screen and (max-width: 767.5px) {
    .cart_main_container_margin_top {
        margin-top: 200px;
    }

    .pickup-detail-form h2,
    .pickup-detail-form h3 {
        font-size: 13px;
    }

    .specifications-text-style {
        font-size: 20px;
    }
}

.image_description {
    width: 100%;
    height: auto;
}

.description_Item_name {
    color: #e83e31;
    font-size: 30px;
    margin-top: 5px;
    font-weight: 700;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 425.5px) {
    .description_Item_name {
        font-size: 25px;
    }
}

@media only screen and (max-width: 380px) {
    .description_Item_name {
        font-size: 20px;
    }
}

@media only screen and (max-width: 360px) {
    .description_Item_name {
        font-size: 15px;
    }
}

.star_rating {
    color: #ffffff;
    background: #e83e31;
    padding: 5px;
    border-radius: 5px;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
}

.rating_row .fa-star {
    color: #ffffff;
}

.rating_count {
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    color: #000000;
    font-size: 16px;
}

.chef_name {
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    color: #000000;
    font-size: 16px;
    padding-top: 5px;
}

.description_item_price {
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}

#cart_login_popup {
    margin-top: 200px;
}

@media only screen and (max-width: 767.5px) {
    #cart_login_popup {
        margin-top: 230px;
    }
}

.space-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.category-price-sort {
    border: 2px solid #e83e31;
    padding: 0px;
}

.category-price-sort select {
    border: 2px solid #e83e31;
    font-weight: 600;
    font-size: 12px;
}

@media only screen and (min-width: 767.5px) {
    .category-price-sort {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .category-price-sort {
        margin-left: 13px;
    }
}

@media only screen and (min-width: 396.8px) {
    .sort-css {
        padding: 5px;
        /* font-family: "Newsreader", serif; */
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        font-size: 12px;
    }

    .category-price-sort::after {
        top: 7px;
    }
}

.sort-css {
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 12px;
}

@media only screen and (max-width: 396.5px) {
    .sort-css {
        display: none;
    }
}

.available-offers {
    font-size: 13px;
}

.offers-price {
    font-size: 12px;
}

.font-style {
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    color: #000000;
}

.font-size-12 {
    font-size: 12px;
}

.font-weight-600 {
    font-weight: 600;
}

.pincode-border-bottom {
    border: none;
    border-bottom: 2px solid #000000;
    text-align: center;
    font-weight: normal;
    font-size: 13px;
}

.estimate-delivery-padding-top {
    padding-top: 5px;
}

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

.margin-top-15 {
    margin-top: 15px;
}

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

.highlights-list ul li {
    list-style: square;
    font-weight: normal;
}

.font-weight-normal {
    font-weight: normal;
}

.seller-gubbins:hover {
    cursor: pointer;
    color: #e83e31;
    font-weight: 600;
    font-size: 13px;
}

.description-summary {
    color: #6b6b6b;
    font-weight: 600;
}

.specification-box {
    border: 1px solid #d3d3d3;
}

.specification-head {
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    color: #000000;
    font-size: 20px;
    border-bottom: 2px dashed #d3d3d3;
    margin-top: 5px;
}

.specification-details {
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    color: #000000;
    font-size: 15px;
    margin-top: 20px;
}

.specification-detailss {
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    color: #6b6b6b;
    font-size: 13px;
}

.specification-details-margin-top {
    margin-top: 10px;
}

.specification-box2 {
    border-top: none;
    border-right: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

.description-price-breakdown-box {
    border: 1px solid #d3d3d3;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    color: #000000;
    padding: 15px;
}

.description-addon-box {
    border: 1px solid #d3d3d3;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    color: #000000;
    padding: 15px;
}

.Order {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.confitmer-order {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;

    color: var(--main-color);
}

@media only screen and (min-width: 642.5px) {
    .description-price-breakdown-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .Qc7Nxn,
    ._1BErVs {
        display: inline-block;
        text-align: center;
        padding: 20px 0;
    }

    ._3_Be9W,
    ._3ocu1Y {
        padding: 0 40px;
    }
}

.Qc7Nxn,
._1BErVs {
    padding: 10px 0;
}

._3ocu1Y:after {
    content: "+";
    right: 0;
}

.after-equals-two:after {
    content: "=";
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #878787;
    font-size: 22px;
}

._3ocu1Y:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #878787;
    font-size: 22px;
}

.add_on_msg img {
    vertical-align: super;
}

@media only screen and (max-width: 767px) {
    .addon-cart-add-margin {
        margin-bottom: 15px;
    }
}

.description-price-breakdown-box .fa-equals {
    color: #e83e31;
}

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

    .description-price-breakdown-box .fa-equals,
    .description-price-breakdown-box .fa-plus {
        display: none;
    }
}

.description-add-btn-width {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

@media only screen and (max-width: 992.5px) and (min-width: 767.5px) {

    .description-price-breakdown-box .fa-equals,
    .description-price-breakdown-box .fa-plus {
        display: none;
    }

    .description-price-breakdown-box {
        border: 1px solid #d3d3d3;
        display: block;
    }

    .Qc7Nxn,
    ._1BErVs {
        text-align: left;
        padding: 10px 0;
    }

    ._3_Be9W,
    ._3ocu1Y {
        padding: 0 0px;
    }
}

@media only screen and (min-width: 767.5px) {
    .addon-product-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

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

    .addon-Item-name,
    .addon-Item-price {
        margin-top: 10px;
    }
}

.similar-items-card-bg {
    background: #ffffff;
    margin-bottom: 20px;
}

.similiar-product-slider-bg .slick-list {
    background: #ffffff;
    border: 2px dashed #e83e31;
    -webkit-box-shadow: 0px 0px 5px 0px #e83e31;
    box-shadow: 0px 0px 5px 0px #e83e31;
}

.margin-left-15 {
    margin-left: -15px;
}

.description-addon-width {
    margin-top: 10px;
    width: 80%;
    border: 2px solid #e83e31;
}

.description-addon-forever {
    color: #7a7777;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 13px;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    margin-top: 5px;
}

.descriprion-addon-price {
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
}

.pack-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #d3d3d3;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 1px 0px grey;
    box-shadow: 0px 0px 1px 0px grey;
    border-radius: 10px;
    margin: 10px;
    margin-left: -1px;
}

.pack-size:hover {
    cursor: pointer;
    -webkit-box-shadow: -1px -1px 1px 0px #e83e31;
    box-shadow: -1px -1px 1px 0px #e83e31;
}

.pack-size-active-bg-color {
    background-color: #9cc63d;
    color: #ffffff;
    font-weight: 800;
}

.pack-size .fa-check {
    color: #000000;
}

._34ICY {
    width: 27%;
    -ms-flex-positive: 0;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    -webkit-box-flex: 0;
    flex-grow: 0;
}

._1K6b_ {
    -ms-flex-positive: 1;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

._1DBJl {
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    background: url();
    /* background-color: #6f8b2c; */
    border-radius: 0 3px 3px 0;
    margin: -1px -1px -1px 0;
}

.description-combos .flowerAddCart .fa-shopping-cart {
    font-size: 10px !important;
}

.description-combos .flowerAddCart {
    margin-left: auto;
    margin-right: auto;
}

.description-combos .image_description {
    border: 1px solid #e83e31;
    border-radius: 10px;
}

.description-combos .addminusbtnn {
    width: 80px;
}

.multiple-product-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 5px;
}

.multiple-product-images .image_description {
    width: 20%;
    border: 1px solid #d3d3d3;
}

.path-travel {
    padding: 15px;
    padding-left: 15px;
    color: #868686;
    font-weight: 700;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
}

.margin-top20 {
    margin-top: 0px;
}

.description-top-add-tocart-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    /* margin-left: -15px; */
}

.inc-dec-description-width-inherit {
    width: 80px;
}

@media only screen and (max-width: 425.5px) {
    .outlet-card-mobile-width {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .fa-shopping-cart,
    .fa-shopping-bag {
        font-size: 12px !important;
    }

    .category-home-add-to-cart-font-size-mobile {
        font-size: 13px;
    }

    .category-home-add-to-cart-width-max,
    .category-home-buy-now-width-max {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-right: auto;
        margin-left: auto;
    }
}

.description-select-dropdown {
    margin-left: -15px;
    margin-top: 5px;
}

.description-select-dropdown select {
    /* Reset Select */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 1em;
    color: #000000;
    font-weight: 700;
    background-image: none;
    cursor: pointer;
    font-size: 13px;
    /* background-color: #f59e9e; */
}

@media only screen and (max-width: 455.5px) {
    .description-select-dropdown select {
        font-size: 2.5vw;
    }
}

/* Remove IE arrow */
.description-select-dropdown select::-ms-expand {
    display: none;
}

/* Custom Select wrapper */
.description-select-dropdown .select {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 3em;
    border-radius: 0.25em;
    overflow: hidden;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    border: 3px solid #e83e31;
    background-color: #ff6666;
    overflow: hidden;
}

.description-select-dropdown .select option {
    background: #ff6666;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    padding: 5px;
    font-weight: 600;
    color: #000000;
    border: 2px solid #f39c12;
}

/* Arrow */
@media only screen and (max-width: 767.5px) {
    .description-select-dropdown .select::after {
        padding: 0px;
        top: 9px;
    }
}

.description-select-dropdown .select::after {
    content: "\25BC";
    position: absolute;
    top: -5px;
    right: 0;
    padding: 1em;
    background-color: transparent;
    color: #000000;
    -webkit-transition: 0.25s all ease;
    -o-transition: 0.25s all ease;
    transition: 0.25s all ease;
    pointer-events: none;
}

/* Transition */
.description-select-dropdown .select:hover::after {
    color: #f39c12;
}

.description-flex-add-btn {
    display: block;
}

@media only screen and (min-width: 767.5px) {
    .description-flex-add-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .description-flex-add-btn .flowerAddCart {
        margin: 10px;
        margin-left: 1px;
    }
}

.hover-pointer:hover {
    cursor: pointer;
}

.prescription-image-preview-card {
    border-radius: 25px;
    border: 1px solid #aaaaaa;
    padding-left: 15px;
    padding: 0 15px 15px 15px;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.prescription-image-preview-card h2 {
    text-decoration: underline;
}

.prescription-preview-image {
    width: 100%;
    height: auto;
}

/* @media only screen and (min-width: 767px){
	.prescription-preview-image{
		width: 100%;
		height: auto;
	}
} */
.prescription-input input[type="file"] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.prescription-input label {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
    padding: 2px 30px;
    border: 3px solid #e83e31;
    border-radius: 48px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    color: #e83e31;
}

.prescription-input label:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.prescription-input label.active {
    background-color: #e83e31;
    color: #ffffff;
}

.prescription-input label span {
    font-weight: normal;
}

.instructions {
    padding-top: 10px;
    padding-right: 30px;
}

.instruction-list-padding {
    padding-left: 30px;
    padding-top: 5px;
    padding-right: 30px;
}

@media only screen and (max-width: 422.5px) {
    .label-margin-top label {
        font-size: 12px;
    }
}

.pickdrop-size {
    /* font-family: "Balsamiq Sans", cursive; */
    font-weight: 600;
    color: #f12b52;
    text-transform: uppercase;
    font-size: 13px;
}
.pickdrop-size i{
    color: #f12b52;
}
.underline {
    text-decoration: underline;
}

.specifications-text-style {
    /* font-family: "Balsamiq Sans", cursive; */
    font-family: "Roboto", sans-serif;
    color: #000000;
    font-weight: 600;
    margin-left: 40px;
}

@keyframes updown {
    0% {
        margin-top: -152px;
    }

    50% {
        margin-top: -130px;
    }

    100% {
        margin-top: -152px;
    }
}

.pickdrop-specifications-card {
    border-radius: 10px;
    padding: 1px 30px 5px 0;
    background-color: #fdf4f3;
    border-top: 3px solid #f12b52;
    /* background-image: url('../../cmspages/images/pickdrop/bag.png'); */
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 80px 80px;
    position: absolute;
    box-shadow: 3px 0px 16px -3px #f16547;
    -webkit-box-shadow: 3px 0px 16px -3px #f16547;
    -moz-box-shadow: 3px 0px 16px -3px #f16547;
    border: 2px dotted #f16547;
    animation: updown 4s infinite;
    right: 10px;
}

.pickdrop-specifications-card:hover {
    box-shadow: inset 3px 0px 16px -3px #f16547;
    -webkit-box-shadow: inset 3px 0px 16px -3px #f16547;
    -moz-box-shadow: inset 3px 0px 16px -3px #f16547;
    transform: scale(1.04);
}

.pickdrop-specifications-card-body ul {
    list-style: none;
}

.pickdrop-specifications-card-body ul li {
    /* font-family: "Lora", serif; */
    font-family: "Roboto", sans-serif;
    color: #5a291a;
    padding-left: 30px;
    font-weight: 600;
    font-size: 14px;
}

.pickdrop-specifications-card {
    margin-top: 10px;
}

@media only screen and (min-width: 992.5px) {
    .pickdrop-specifications-card {
        margin-top: -150px;
    }
}

.package-margin {
    margin: 14px 0px;
}

.package-size-btns-flex {
    width: 100%;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}

.padding-right {
    padding-right: 20px;
}

.package-size-btns-flex .flowerAddCart {
    border-radius: 20px;
    width: 100px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    padding: 6px;

    /* box-shadow: 0 0 0px #969494,
              0 0 0px #e83e31,
              0 0 10px #e83e31,
              0 0 100px #e83e31; */
}

@media only screen and (min-width: 445.5px) {
    .package-size-btns-flex .flowerAddCart {
        height: 30px;
    }
}

.package-size-btns-flex i,
.package-size-btns-flex input::placeholder {
    color: #fff !important;
}

.pickup-detail-form input::-webkit-input-placeholder {
    text-align: center;
    font-size: 13px;
    /* font-family: "Lora", serif; */
    font-family: "Roboto", sans-serif;
}

.pickup-detail-form input::-moz-placeholder {
    text-align: center;
    font-size: 13px;
    /* font-family: "Lora", serif; */
    font-family: "Roboto", sans-serif;
}

.pickup-detail-form input:-ms-input-placeholder {
    text-align: center;
    font-size: 13px;
    /* font-family: "Lora", serif; */
    font-family: "Roboto", sans-serif;
}

.pickup-detail-form input::-ms-input-placeholder {
    text-align: center;
    font-size: 13px;
    /* font-family: "Lora", serif; */
    font-family: "Roboto", sans-serif;
}

.pickup-detail-form input::placeholder,
.pickup-detail-form input,
.pickup-detail-form textarea {
    text-align: center;
    font-size: 13px;
    /* font-family: "Lora", serif; */
    font-family: "Roboto", sans-serif;
}

/* .restricted-item {
    font-family: "Balsamiq Sans", cursive;
} */

.pickup-address-row span {
    color: #000;
    font-weight: bolder;
    font-size: 20px;
    padding: 24px 0 0 0;
    display: inline-block;
    text-shadow: 0px 9px 5px rgb(0 0 0 / 40%);
    text-decoration: none;
    margin: 0px auto;
}

.pickup-address-row span:hover {
    cursor: pointer;

}

.pickup-address-row-1 span {
    padding: 0px;
}

.show-hide-pickup-address-form,
.show-hide-delivery-address-form,
.show-hide-add-fitems-form {
    display: none;
}

.color-e83e31 {
    color: #e83e31;
}

.delivery-address-row {
    position: relative;
}

.addremv-1 {
    position: absolute;
    top: -50px;
    left: 5px;
    width: 100%;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .pickdrop-specifications-card-body ul li {
        font-size: 12px;
    }

    .pickup-address-row span {
        font-size: 12px;
    }

    .pickdropbg {
        background-image: none;
    }
}

.pickup-detail-form .red-gradient-bg {
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#ff4331),
            to(#d31a50));
    background-image: -o-linear-gradient(#ff4331, #d31a50);
    background-image: linear-gradient(#ff4331, #d31a50);
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    border-radius: 20px;
}

.Fneeds-items-card .red-gradient-bg {
    margin-top: 10px;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#ff4331),
            to(#d31a50));
    background-image: -o-linear-gradient(#ff4331, #d31a50);
    background-image: linear-gradient(#ff4331, #d31a50);
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    border-radius: 20px;
}

.pickup-detail-form .red-gradient-bg:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.pickup-detail-form .green-continue-bg {
    background-color: #e7caca;
    background-image: -o-linear-gradient(135deg, #ff1200 0%, #7f8c8d 74%);
    background-image: linear-gradient(315deg, #ff1200 0%, #7f8c8d 74%);
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    border-radius: 20px;
    min-width: 12%;
}

.pickup-detail-form .green-continue-bg:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

/* @media only screen and (max-width: 623px){
	.package-size-btns-flex{
		display: -ms-grid;
		display: grid;
	}
} */
@media only screen and (max-width: 376px) {
    .package-size-btns-flex .flowerAddCart {
        margin-left: -10px;
    }
}

@media only screen and (max-width: 445.5px) {
    .package-size-btns-flex .flowerAddCart {
        width: 70px;
        font-size: 10px;
    }
}

@media only screen and (max-width: 373.5px) {
    .package-size-btns-flex .flowerAddCart {
        width: 60px;
        font-size: 9px;
        margin-left: -10px;
    }
}

.package-size-btns-flex input {
    height: 18px;
}

.inc-dec-height {
    height: 30px;
}

.Fneeds-items-card {
    border: 1px solid #d3d3d3;
    border-radius: 20px;
    padding: 10px;
}

.Fimage-card {
    border-radius: 10px;
    border: 5px solid #e83e31;
    padding: 2px;
    font-size: 20px;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    color: #757373;
}

.Fimage-card img {
    width: 200px;
    height: 200px;
}

.Fneeds-product-image-preview {
    padding: 10px;
    width: 100%;
    height: auto;
}

.alert-red-bg {
    background-color: #e83e31;
    color: #ffffff;
}

.hover {
    cursor: pointer;
}

.sign-up-popup-number-pswrd .inner-addon input[type="text"] {
    margin-top: 0;
    border-radius: 5px;
    text-align: left;
}


.border-radius-10 {
    border-radius: 10px;
}

.pickup-detail-card {
    padding: 10px;
    padding-top: 30px;
    margin-top: -25px;
    border: 1px solid #d3d3d3;
    box-shadow: none;
}

@media only screen and (min-width: 766.5px) {
    .label-flex-center-align {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.label-flex-center-align input,
.label-flex-center-align textarea {
    background-color: #ffffff;
    border: none;
    text-decoration: none;
}

.pickup-detail-form .hide-pay-btn {
    display: none;
}

.border-box-black {
    border: 1px solid rgb(85, 84, 84);
    border-radius: 5px;
}

.index-page-category-card {
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    border: 1px solid rgb(85, 84, 84);
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(235, 171, 179, 0.274);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
}

.index-page-category-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#5255fe36),
            to(#e83d311e));
    background: -o-linear-gradient(#5255fe36, #e83d311e);
    background: linear-gradient(#5255fe36, #e83d311e);
    -webkit-transform: translateY(40px) scale(0.9);
    -ms-transform: translateY(40px) scale(0.9);
    transform: translateY(40px) scale(0.9);
    z-index: -1;
    -webkit-filter: blur(25px);
    filter: blur(25px);
    opacity: 0.9;
}

.index-page-category-card h3 {
    color: #e83e31;
}

.index-page-category-card-image {
    width: 80%;
}

.red-gradient-bg {
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#ff4331),
            to(#d31a50));
    background-image: -o-linear-gradient(#ff4331, #d31a50);
    background-image: linear-gradient(#ff4331, #d31a50);
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    border-radius: 20px;
}

.red-gradient-bg:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.border-d3d3d3d3 {
    border: 1px solid #d3d3d3;
    border-radius: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

@media only screen and (max-width: 991.5px) {
    .pickdrop-specifications-card {
        display: none;
    }
}

.pickup-detail-form input,
.pickup-detail-form textarea {
    color: #000;
    font-weight: 600;
    padding: 6px;

}

.pickup-detail-form input.invalid,
.pickup-detail-form textarea.invalid {
    border: 2px solid red;
}

.pickup-detail-form input.valid,
.pickup-detail-form textarea.valid {
    border: 2px solid green;
}

.error {
    display: none;
    margin-left: 10px;
}

.error_show {
    color: red;
    margin-left: 10px;
}

button.btn_chef {
    background-color: #e83e31;
    border: none;
    color: white;
    border-radius: 53px;
    padding: 3px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin-top: -18px;
    width: 55%;
}

.star-chef {
    font-size: 15px;
}

.checked {
    color: #d1d1d1;
}

.chef-location {
    display: inline-block;
    width: 50%;
}

.chef-time {
    display: inline-block;
    width: 46%;
}

.chef-location img {
    width: 24.8px;
}

.FlowerName a:hover {
    text-decoration: none;
    color: #e83e31;
}

.FlowerName a {
    text-decoration: none;
    color: #e83e31;
}

.modal_chef {
    z-index: 1000000 !important;
}

@media only screen and (max-width: 991.5px) {
    button.btn_chef {
        font-size: 12px;
    }
}

.card-bg-css {
    background-image: url("https://gab-bins-images.s3.ap-south-1.amazonaws.com/categories/image/chefmenubgimage_1632988632.png");
    background-size: contain;
}

.chefdistance .fa-map-marker,
.fa-clock-o {
    color: #e83e31;
    font-size: 20px !important;
}

/* chef-dropdown */
/* chef-dropdown */
/* chef-dropdown */
.chef-dropdown #nav {
    margin: 0;
    padding: 0 15px;
    list-style: none;
}

/* .chef-dropdown #nav li:first-child{
    border: 1px solid #000;
} */
.chef-dropdown #nav li {
    /* float: left; */
    text-align: left;
    display: block;
    background: #fff;
    position: relative;
    z-index: 500;
    margin: 0 1px;
}

.chef-dropdown #nav li a {
    padding: 6px 5px 0 5px;
    font-weight: 700;
    height: 20px;
    text-decoration: none;
    color: #000;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    text-align: center;
}

.chef-dropdown #nav ul {
    position: absolute;
    left: 0;
    display: none;
    margin: 0 0 0 -1px;
    padding: 0;
    list-style: none;
}

.chef-dropdown #nav ul li {
    float: left;
    border-top: 1px solid rgb(0, 0, 0);
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    width: 100%;
    white-space: nowrap;
}

.chef-dropdown #nav ul li:last-child {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}

.chef-dropdown #nav ul a {
    display: block;
    height: 20px;
    padding: 6px 5px;
    color: #e83e31;
    text-align: left;
}

.chef-dropdown #nav a:hover {
    text-decoration: none;
    background-color: #e99a94;
}

.chef-dropdown #nav i:hover {
    cursor: pointer;
    transform: scale(1.04);
}

.dish-name-modal-bg {
    background-image: url("https://gab-bins-images.s3.ap-south-1.amazonaws.com/categories/logo/gourmet_1632999526.png");
    background-size: contain;
}

.chef-modal-add-minus-btn {
    height: 35px;
    width: 80px;
}

.gourmet-dropdown-parent h2 {
    cursor: pointer;
}

/* .gourmet-dropdown-parent .dropdown-menu {
    border-radius: 20px 0px 20px 20px;
    -webkit-border-radius: 20px 0px 20px 20px;
    -moz-border-radius: 20px 0px 20px 20px;
    padding: 15px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    border: 2px groove #e83e31;
    -webkit-box-shadow: -1px 0px 17px 0px rgba(126, 0, 0, 0.54);
    -moz-box-shadow: -1px 0px 17px 0px rgba(126, 0, 0, 0.54);
    box-shadow: -1px 0px 17px 0px rgba(126, 0, 0, 0.54);
} */
.gourmet-dropdown-parent .dropdown-menu {
    border-radius: 20px 0px 20px 20px;
    -webkit-border-radius: 20px 0px 20px 20px;
    -moz-border-radius: 20px 0px 20px 20px;
    padding: 15px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    border: 2px groove #e83e31;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(235, 171, 179, 0.274);
    border: 1px solid rgba(209, 213, 219, 0.3);
}

.gourmet-dropdown-parent .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#5255fe36),
            to(#e83d311e));
    background: -o-linear-gradient(#5255fe36, #e83d311e);
    background: linear-gradient(#5255fe36, #e83d311e);
    -webkit-transform: translateY(40px) scale(0.9);
    -ms-transform: translateY(40px) scale(0.9);
    transform: translateY(40px) scale(0.9);
    z-index: -1;
    -webkit-filter: blur(25px);
    filter: blur(25px);
    opacity: 0.9;
}

.gourmet-dropdown-parent .dropdown-item {
    border-radius: 10px;
    padding-left: 10px;
    cursor: pointer;
}

.gourmet-dropdown-parent .dropdown-item:hover {
    box-shadow: inset 0 0 7px 4px rgba(236, 188, 188, 0.829);
    color: #e83e31;
    transform: scale(1.04);
}

.pickdropbg {
    background-image: url("../../cmspages/images/pickdrop/bg.png");
}

.pickup-detail-form input[type="text"],
.pickup-detail-form textarea,
.pickup-detail-form input[type="tel"] {
    border-radius: 20px;
    border: 1px solid #969696;
    background-color: rgba(255, 255, 255, 0.774);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%),
        0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    text-transform: uppercase;
    font-weight: 600;
    color: #5a291a;
}

.namaste-bg {
    background-image: url("../../cmspages/images/pickdrop/gubbins-namaste-light.png");
    background-repeat: no-repeat;
    z-index: 9999999999;
}

.namaste-image-class {
    width: 480px;
    position: absolute;
    right: 10px;
    z-index: -11111;
}

/* .pickdrop-zindex{
    z-index: 2222;
} */
@media only screen and (max-width: 991.5px) {
    .namaste-image-class {
        width: 500px;
        top: -250px;
        right: 0;
        /* opacity: 0.7; */
    }
}

@media only screen and (max-width: 767.5px) {
    .namaste-image-class {
        /* width: 350px; */
        height: auto;
        top: -520px;
        /* right: -400px; */
        left: auto;
        right: auto;
        opacity: 0.7;
    }
    .pickup-detail-form small{
        font-size: 85%;
    }
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
    color: rgb(70, 70, 70);
    text-transform: none;
}

.color-f12b52 {
    color: #f12b52;
}

.package-size-text {
    font-size: 20px;
}

.btn-3 {
    background: rgb(0, 172, 238);
    background: linear-gradient(0deg,
            rgba(0, 172, 238, 1) 0%,
            rgba(2, 126, 251, 1) 100%);
    width: 130px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;
}

.btn-3 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.btn-3:before,
.btn-3:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: rgba(2, 126, 251, 1);
    transition: all 0.3s ease;
}

.btn-3:before {
    height: 0%;
    width: 2px;
}

.btn-3:after {
    width: 0%;
    height: 2px;
}

.btn-3:hover {
    background: transparent;
    box-shadow: none;
}

.btn-3:hover:before {
    height: 100%;
}

.btn-3:hover:after {
    width: 100%;
}

.btn-3 span:hover {
    color: rgba(2, 126, 251, 1);
}

.btn-3 span:before,
.btn-3 span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: rgba(2, 126, 251, 1);
    transition: all 0.3s ease;
}

.btn-3 span:before {
    width: 2px;
    height: 0%;
}

.btn-3 span:after {
    width: 0%;
    height: 2px;
}

.btn-3 span:hover:before {
    height: 100%;
}

.btn-3 span:hover:after {
    width: 100%;
}

.btn-2 {
    background: #e68975;
    background: linear-gradient(20deg, #e68975 0%, #f16547 100%);
    border: none;
}

.btn-2:before {
    height: 0%;
    width: 2px;
}

.btn-2:hover {
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5),
        -4px -4px 6px 0 rgba(116, 125, 136, 0.5),
        inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2),
        inset 4px 4px 6px 0 rgba(0, 0, 0, 0.4);
}

/********* kaif code *********/
/*-- pop starts here--*/
.custom-pop {
    width: 100%;
    padding: 40px 0px 40px 0;
}

.custom-pop h1 {
    font-size: 42px;
    margin-bottom: 25px;
    color: #5c5c5c;
}

.custom-pop p {
    font-size: 20px;
    margin-bottom: 27px;
    color: #5c5c5c;
}

.custom-pop h3.cupon-pop {
    font-size: 25px;
    margin-bottom: 40px;
    color: #222;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    border: 2px dashed #222;
    clear: both;
    font-weight: normal;
}

.custom-pop h3.cupon-pop span {
    color: #03a9f4;
}

.custom-pop a {
    display: inline-block;
    margin: 0 auto;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #8bc34a;
    border-radius: 17px;
}

.custom-pop a i {
    margin-right: 5px;
    color: #fff;
}

#ignismyModal .modal-header {
    border: 0px;
}

.restricted-item-modal-header {
    padding: 20px;
    color: #ffff;
    /* margin-top: 80px; */
    text-align: center;
    background: #e83e31;
    border-bottom: 1px solid #e5e5e5;
}

.mt_pop {
    padding-top: 30px;
}

/*--ss pop ends here--*/
/* .custom-pop img {
    width: 100%;
    height: auto;
} */

.col-centered {
    float: none !important;
    margin: 0 auto !important;
}

.restricted-item-close {
    color: #fff !important;
    text-shadow: 0 1px 0 #fff !important;
    opacity: 1 !important;
}

.restricted-item-close {
    margin-top: 7px !important;
}

.restricted-item-txt_pop p {
    color: #000;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

.restricted-txt {
    width: 114px;
    padding-left: -33px;
    float: right;
    margin-right: -22px;
}

video {
    width: 100%;
    height: auto;
    /* margin-top: 86px; */
}

.mb-50 {
    margin-bottom: 50px;
}

@media(min-width:993px) {
    video {
        margin-top: 86px;
    }
}

@media only screen and (max-width: 767.5px) {
    .restricted-item-modal-box {
        margin-left: auto !important;
        margin-right: auto !important;
        /* width: 84% !important; */
        height: auto !important;
    }

    .restricted-item-modal-content {
        margin-top: 158px;
    }

    /* .restricted-item-modal-header {
        margin-top: 41px;
    } */

    .restricted-item-space {
        margin-top: 20px;
    }

    .mt_pop-1 {
        padding-top: 30px;
    }

    .restricted-item-close {
        margin-top: 7px !important;
    }

    /* video {
        margin-top: 208px;
    } */
}

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

    /* video {
        margin-top: 105px;
    } */
    .package-size-text {
        font-size: 16px;
    }
}

/******* details page css kaif ***/
.details_pag_k {
    background-image: url(../../cmspages/images/pickdrop/confirmordergrahics.png);
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: 400px;
    background-position: top right;
    background-blend-mode: screen;

}

.col-sm-12.col-xs-12.details_k {
    margin: 51px 0px;
}

.details_k {
    background-color: #e83e31;
    border: 0;
    border-radius: 56px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    outline: 0;
    padding: 3px 21px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    /* font-family: "Balsamiq Sans", cursive; */
}

.details_k:before {
    background-color: initial;

    border-radius: 125px;
    content: "";
    height: 50%;
    left: 4%;
    opacity: 0.5;
    position: absolute;
    top: 0;
    transition: all 0.3s;
    width: 92%;
}

.details_s_k a {
    text-decoration: none;
}

.details_k:hover {
    box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
        rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
    transform: scale(1.05);
    text-decoration: none;
    color: #fff;
}

.pick_main_k {
    border: 1px solid #b9b9b9;
}

.pick_main_k-1 {
    border: 1px solid #b9b9b9;
    border-width: 0px 1px 1px 1px;
}

.pick_d_k_btn {
    margin: 30px 11px 30px 10px;
    display: inline-block;
}

.pick_d_k_btn-2 {
    margin: 30px 11px 30px 10px;
    display: inline-block;
}

.pick_d_k p {
    display: inline-block;
    color: #000;
    margin: 0px;
    padding: 10px 0px 10px 14px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}

.pick_d_k span {
    font-family: "Roboto", sans-serif;
}

.pick_d_k_btn a {
    background-color: #e83e31;
    color: white;
    margin-top: 40px;
    -webkit-box-shadow: 0px 0px 2px 2px lightgrey;
    box-shadow: 0px 0px 2px 2px lightgrey;
    border-radius: 30px;
    border: 2px solid #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 15px;
}

.pick_d_k_btn a:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    background-image: -o-linear-gradient(#e83e31, #d31a50);
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#e83e31),
            to(#d31a50));
    background-image: linear-gradient(#e83e31, #d31a50);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.pick_d_k_btn-2 a {
    color: #777;
    margin-top: 40px;
    -webkit-box-shadow: 0px 0px 2px 2px lightgrey;
    box-shadow: 0px 0px 2px 2px lightgrey;
    border-radius: 30px;
    border: 2px solid #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 15px;
}

.pick_d_k_btn-2 a:hover {
    color: #777;
    text-decoration: none;
}

.pick_d_k .fa {
    color: #f57063;
}

.sp_k_pick {
    margin: 27px 0px;
}

.pick_d_k a {
    display: inline-block;
    color: #f57063;
    margin-left: 41px;
    margin: 10px 26px 10px 10px;
}

.details_s_k {
    margin-top: 30px;
}

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 6px;
    background-clip: content-box;
    border: 2px solid #bbbbbb;
    background-color: #e7e6e7;
    border-radius: 50%;
}

input[type="radio"]:checked {
    background-color: #d9534f;
}

.radia_k {
    display: flex;
    align-items: center;
}

.pick_main_k-1 .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 32%;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.pick_main_k-1 .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
}

.pick_main_k-1 .close {
    opacity: 1;
    color: #d9534f;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.pick_main_k-1 .close:hover,
.pick_main_k-1 .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.tooltip_pick {
    position: relative;
    display: inline-block;
}

.tooltip_pick .tooltiptext {
    font-size: 20px;
    visibility: hidden;
    width: 220px;
    line-height: 45px;
    background-color: #fff;
    color: #000;
    border-radius: 6px;
    padding: 10px 10px;
    border: 1px solid #7f8c8d;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip_pick .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 28%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #f57063 transparent transparent transparent;
}

.tooltip_pick:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.pick_d_k:hover .fa-caret-down {
    transform: rotateZ(-180deg);
    transition: all 0.3s ease;
}

.pick_d_k {
    position: relative;
    display: inline-block;
}

.package_pick {
    display: none;
    position: absolute;
    width: 195px;
    transition-duration: 2s;
    line-height: 30px;
    background-color: #fff;
    color: #000;
    border-radius: 6px;
    padding: 10px 6px;
    border: 1px solid #7f8c8d;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 26px;
    font-size: 14px;
    margin-left: -42px;
    transition: opacity 1s ease-out;
    opacity: 0;
}

.pick_d_k:hover .package_pick {
    display: block;
    opacity: 1;
}

.sp_k_pick {
    /* font-family: "Lora", serif; */
    font-family: "Roboto", sans-serif;
    margin: 27px 0px !important;
    background: #fff;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
        rgba(14, 30, 37, 0.32) 0px 2px 16px 0px !important;
}

/********* media query *********/
@media screen and (max-width: 768px) {
    .tooltip_pick .tooltiptext {
        font-size: 16px;
        visibility: hidden;
        width: 189px;
        background-color: #fff;
        color: #000;
        border-radius: 6px;
        padding: 10px 10px;
        border: 1px solid #7f8c8d;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 61%;
        margin-left: -120px;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .tooltip_pick .tooltiptext::after {
        left: 63%;
    }

}

.goto-top-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 60px;
    border-radius: 50%;
    /* display: none; */
}

/*
  .slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
  }
  .slick-prev:before {
	content: url('/cmspages/images/website-new/icons8-back-to-100.png');
  }

  .slick-next:before {
    content: url('/cmspages/images/website-new/icons8-next-page-100.png');
  }
  .slick-prev {
    left: -50px;
    opacity: 0.5;
}
  .slick-next {
    right: -50px;
    opacity: 0.5;
}
  .slick-prev:hover, .slick-prev:focus {
    opacity: 1;
}
  .slick-next:hover, .slick-next:focus {
    opacity: 1;
}
.slick-slider button{
    background: transparent;
} */
.similiar-product-slider-bg {
    margin-bottom: 50px;
}

.feedback-image-width {
    width: 70%;
}

.return-order-div {
    display: none;
}

/* .pac-container {
    position: relative;
    z-index: 9999999 !important;
    top: 30% !important;
    left: 20px !important;
} */
.ondemand-div-time {
    display: none;
}

.ondemand-div-time {
    border-radius: 20px;
    border: 2px dotted orange;
    background-color: rgba(255, 255, 255, 0.774);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%),
        0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    text-transform: uppercase;
    font-weight: 600;
    color: #5a291a;
    width: 70%;
}

/* pickdrop12Nov */
.mr_pick {
    margin-top: 10px;
}

.btn-droppick {
    padding: 0 6px !important;
}

.sect_pick_add .select {
    position: relative;
    width: 100%;
}

.sect_pick_add .select svg {
    position: absolute;
    right: 12px;
    top: calc(50% - 3px);
    width: 10px;
    height: 6px;
    stroke-width: 2px;
    stroke: #9098a9;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}

.sect_pick_add .select select {
    -webkit-appearance: none;
    width: 100%;
    border: 1px solid #e8eaed;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 1px 3px -2px #9098a9;
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    transition: all 150ms ease;
}

.sect_pick_add .select select:required:invalid {
    color: #5a667f;
}

.sect_pick_add .select select option {
    color: #223254;
}

.sect_pick_add.select select option[value=""][disabled] {
    display: none;
}

.sect_pick_add .select select:focus {
    outline: none;
    border-color: #07f;
    box-shadow: 0 0 0 2px rgba(0, 119, 255, 0.2);
}

.sect_pick_add .select select:hover+svg {
    stroke: #07f;
}

.sect_pick_add .sprites {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
}

.sect_pick_add .select::after {
    content: "\25BC";
    position: absolute;
    top: 1px;
    right: 0;
    padding: 0 0.3em;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: 0.25s all ease;
    -o-transition: 0.25s all ease;
    transition: 0.25s all ease;
}

.sect_pick_add .select:disabled {
    opacity: 0.2 !important;
}

select:disabled {
    opacity: 0.3 !important;
}

.select_add {
    /* font-family: "Comic Neue", cursive; */
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #000000;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 2px dashed #e83e31 !important;
    /* letter-spacing: 32px; */
    background-color: #fdebeb;
    overflow: hidden;
    border-radius: 30px;
    height: 25px;
}

.sect_pick_add select {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    -ms-appearance: auto;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px dotted #e83e31 !important;
    background-color: #fdebeb;
    border: 2px dotted #e83e31;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0.5em;
    color: #e83e31;
    cursor: pointer;
}

.select_add option {
    color: #000;
    font-weight: 900;
}

.bg_pickd {
    background-image: url(../../cmspages/images/pickdrop/confirmordergrahicsnew.png);
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: top right;
    background-blend-mode: screen;
}

@media only screen and (max-width: 768px) {
    .bg_pickd {
        background-image: none;
    }
}

.txt_pickd h3 {
    font-size: 20px;
}

/* domestic courier css  */

.courier-box h2 {
    font-size: 26px;
    font-weight: 700;
    text-decoration-line: underline;
}

.courier-box {
    border: 1px solid #CCC;
    padding: 10px 23px 20px 10px;
    margin-bottom: 30px;
}

.courier-box select {
    margin: 12px 0px;
    border-radius: 178px;
    width: 100%;
    font-size: 19px !important;
    text-align: center;
    padding: 5px 0px 5px 0px;
    font-size: 16px;
    background-color: #fff !important;
    border: 1px solid #CCC !important;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://www.pinclipart.com/picdir/middle/577-5773738_red-arrow-down-down-red-arrow-icon-clipart.png) 96% / 4% no-repeat #EEE;
}

.courier-box input {
    width: 100%;
    border-radius: 178px;
    margin: 12px 0px;
    font-size: 19px;
    padding: 5px 10px 5px 20px;
    border: 1px solid #CCC !important;
}

.courier-box input[type="text"]::placeholder {
    text-align: center;
}

.courier-box input[type="text"] {
    text-align: center;
}





.courier-box #ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}

.courier-box .ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #78909c;
}

.courier-box .ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}

.courier-box .ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #546e7a;
    font-size: 0.875rem;
    text-decoration: none;
}

.postcode {
    width: 100%;
}

.courier-box .ui-datepicker-calendar tbody td a:hover {
    background-color: #e0f2f1;
}

.courier-box .ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #009688;
    color: white;
}

.courier-box .ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}

.courier-box .ui-datepicker-header a.ui-corner-all:hover {
    background-color: #eceff1;
}

.courier-box .ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}

.courier-box .ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}

.courier-box .ui-datepicker-header a>span {
    display: none;
}

.courier-box .ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
}

.courier-box .ui-datepicker-week-col {
    color: #78909c;
    font-weight: 400;
    font-size: 0.75rem;
}

.courier-box button {
    background: #fff;
    font-size: 19px;
    width: 100%;
    color: red;
    border-radius: 178px;
    margin: 12px 0px;
    padding: 5px 10px 5px 20px;
    border: 1px solid #CCC !important;
}

.footer-courier-box {
    background-color: red;
    text-align: center;
    padding: 10px 20px;
}

.footer-courier-box a {
    background-color: red;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;

}

.footer-courier-box a:hover {
    text-decoration: none;
    color: #fff;
}

.border_r {
    border-right: 1px solid #fff;
}

.border_l {
    border-left: 1px solid #fff;
}

.courier-box-add h4 {
    color: red;
    font-size: 22px;
    text-shadow: 0px 9px 5px rgb(0 0 0 / 40%);
}

.courier-box-minus button {
    border: none !important;
}

.ro_courier {
    margin: 0 auto;
}

.ro_courier {
    margin-left: 80px !important;
    margin-right: 80px !important;
}

@media only screen and (max-width: 768px) {
    .border_r {
        border-right: none;
    }

    .border_l {
        border-left: none;
    }

    .ro_courier {

        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

.order_pre table {
    /* font-family: arial, sans-serif; */
    font-family: "Roboto", sans-serif;
    border-collapse: collapse;
    width: 100%;

}

.order_pre td,
th {
    border: 1px solid #e83e31;

    padding: 40px;
}

.order_pre th {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px;
    color: #fff;
    background-color: #e63f31;
}

.order_pre .btn {
    border-radius: 20px;
    background-color: #585859;
    border-color: #e83e31;
}

.order_pre .btn:hover {
    border-radius: 20px;
    background-color: #343334;
    border-color: #e83e31;
}

.order_pre .btn:focus {
    border-radius: 20px;
    background-color: #e83e31;
    border-color: #e83e31;
}

.order_pre .btn:active:hover {
    border-radius: 20px;
    background-color: #e83e31;
    border-color: #e83e31;
}


.order_pre ul:not(.browser-default)>li {
    list-style-type: circle;
}

.order_Paymode {
    padding: 50px;
}

.form-group_paymode {
    display: block;
    margin-bottom: 15px;
}

.form-group_paymode input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group_paymode label {
    position: relative;
    cursor: pointer;
}

.form-group_paymode label:before {
    content: '';
    --webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #e63f31;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.form-group_paymode input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #e63f31;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.details_k a:hover {
    text-decoration: none;
}

.details_k span {
    color: white;
}


.pick_d_k_btn {
    margin: 30px 11px 30px 10px;
    display: inline-block;
}

.pick_d_k_btn-2 {
    margin: 30px 11px 30px 10px;
    display: inline-block;
}

.pick_d_k_btn button {
    background-color: #e83e31;
    color: white;
    margin-top: 40px;
    -webkit-box-shadow: 0px 0px 2px 2px lightgrey;
    box-shadow: 0px 0px 2px 2px lightgrey;
    border-radius: 30px;
    border: 2px solid #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 15px;
}

.pick_d_k_btn button:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    background-image: -o-linear-gradient(#e83e31, #d31a50);
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#e83e31),
            to(#d31a50));
    background-image: linear-gradient(#e83e31, #d31a50);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.pick_d_k_btn-2 button {
    color: #777;
    margin-top: 40px;
    -webkit-box-shadow: 0px 0px 2px 2px lightgrey;
    box-shadow: 0px 0px 2px 2px lightgrey;
    border-radius: 30px;
    border: 2px solid #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 15px;
}

.pick_d_k_btn-2 button:hover {
    color: #777;
    text-decoration: none;
}

.ml_det1 {
    margin-left: 11px;
}

.mb_p {
    margin: 0 auto;
    /* text-align: center; */
    padding-bottom: 17px;
}

.payment_mode {
    position: relative;
    top: 2px;
}

.sec_picg {
    display: inline-block;
}

.sec_picg select {
    width: 100%;
    display: inline-block;
}

.swal2-html-container {
    font-size: 1.425rem !important;
}

.specifications-cardk {
    width: 98px;
    display: inline-block;
}

.speci_num {
    width: 100px;
}

input {
    text-transform: none !important;
}

textarea {
    text-transform: none !important;
}


.box_pic_shadow {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    background: #fff;
    margin: 28px 0px 0px 0px;
    padding: 12px;
    border-radius: 20px;
}

.box_pic_shadow_area {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    background: #fff;
    margin: 28px 0px 28px 0px;
    padding: 17px 0px 0px 0;
    border-radius: 20px;
}

.box_pic_shadow h2,
.box_pic_shadow h3 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.preview-order-table {
    width: 100%;
}
.w-10 {
    width: 10%;
}
.w-20 {
    width: 20%;
}
.w-30 {
    width: 30%;
}
.w-40 {
    width: 40%;
}
.w-50 {
    width: 50%;
}
.w-60 {
    width: 60%;
}
.w-70 {
    width: 70%;
}
.w-80 {
    width: 70%;
}
.w-90 {
    width: 90%;
}
.w-100 {
    width: 100%;
}

.preview-order-table tr th {
    border: none;
    font-family: 'Roboto', sans-serif;
    padding: 8px 8px 8px 0px;
    vertical-align: top;
}

.preview-order-table tr th i {
    color: var(--main-color);
}

.preview-order-table tr td {
    padding-left: 6px;
    text-align: left !important;
    font-family: 'Roboto', sans-serif;
    padding: 8px 0px;
    text-transform: capitalize;
}
.search-box{
    padding: 5px 0px;
}

@media(min-width:900px) and (max-width:992px) {
    #myVideo {
        margin-top: 7%;
    }
}

@media only screen and (max-width: 992px) {
    .namaste-image-class {
        display: none;
    }

    .flowerAddCart small {
        font-weight: bolder;
        font-size: 10px;
    }

    input.city.form-control {
        margin-bottom: 14px;
    }

    input.state.form-control {
        margin-bottom: 14px;
    }

    input#pick_state {
        margin-bottom: 14px;
    }

    input#pick_city {
        margin-bottom: 14px;
    }

    input#drop_state {
        margin-bottom: 14px;
    }

    input#drop_city {
        margin-bottom: 14px;
    }
}
