
.cal_container {
  color: #6a7583;

}

.calendar {
    width: 34rem;
    height: 41rem;
    background-color: #ffffff;
    box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.4);
}

.month {
  width: 100%;
  height: 8rem;
  background-color: #00CCFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  text-align: center;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
}

.month i {
  font-size: 2.5rem;
  cursor: pointer;
}

.month h1 {
    font-size: 3rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    margin-bottom: 1rem;
    color: #fff;
}

.month p {
    font-size: 1.6rem;
    color: #fff;
}

.weekdays {
  width: 100%;
  height: 5rem;
  padding: 0 0.4rem;
  display: flex;
  align-items: center;
}

.weekdays div {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    width: calc(33.2rem / 7);
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
}

.days {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0.2rem;
}

.days div {
    font-size: 1.4rem;
    margin: 0.3rem;
    width: calc(29.2rem / 7);
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
    transition: background-color 0.2s;
}

.days div:hover:not(.today) {
  background-color: #262626;
  border: 0.2rem solid #777;
  cursor: pointer;
}

.prev-date,
.next-date {
  opacity: 0.5;
}

.today {
  background-color: #00CCFF;
}
.cal_BG {
    background: transparent;
    border: none;
}


@media (max-width: 767px){
.days div {
    font-size: 1.4rem;
    margin: 0.3rem;
    width: calc(19.2rem / 7);
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
    transition: background-color 0.2s;
}
.calendar {
    width: 345px;
    height: 36rem;
    /* background-color: #222227; */
    box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.4);
}
.days {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0.2rem;
}
.weekdays {
    width: 100%;
    height: 4rem;
    padding: 0 0.4rem;
    display: flex;
    align-items: center;
}
.weekdays div {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    width: calc(44.2rem / 7);
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
}
.month {
    width: 100%;
    height: 8rem;
    /*background-color: #167e56;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
    text-align: center;
    text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
}
}








.Chech_prod_v_more {
    background: #99ffff;
    margin: 0px 8px;
    height: 40px;

}
.checkout_prod_more_am {
    color: #1f6cf0;
    font-size: 20px;
    font-family: 'goBoldBold';
    padding: 7px 0px 0px 20px;
}
.checkout_prod_more_btn i {
    padding: 0px 0px 0px 10px;
}
.checkout_prod_more_btn {
    font-size: 18px;
    color: #1f6cf0;
    font-family: 'hpSimplified';
    padding: 7px 0px 0px 0px;
}
.coupon_set {
    margin: 10px 8px;
    border: 2px dashed #c1c1c1;
    padding: 7px 12px;
    font-size: 17px;
}
.checkout_amt_detls {
    padding: 8px;
    background: #eef2f4;
    border: 1px solid #dce4ea;
}
.orderDetials {
    font-size: 16px;
    font-family: 'goBoldBold';
}
.detls.dispens {
    padding-left: 10px;
}
.checkout_amt_detls table {
    font-size: 18px;
    color: #8f9aa8;
}
.amt {
    float: right;
}
.dispens_set{
    padding-top: 10px;
}


/**/
.pop-body_ess_pro2{
    position: absolute !important;
    width: 100% !important;
    max-width: 33% !important;
    max-height: 700px !important;
    background: #fff !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto !important;
    box-shadow: 0px 15px 83px rgba(0, 0, 0, 0.33);
}

/*checkout Sticky start*/


.sidebar-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.make-me-sticky {
  position: -webkit-sticky;
    position: sticky;
    top: 0;
  padding: 0 15px;
}
/*checkout Sticky end*/






.essent_set {
    background: #fff;
    height: 100px;
    text-align: center;
    margin: 0px 0px 15px 0px;
    font-size: 27px;
    color: #8f9aa8;
    padding: 10px 0px 0px 0px;
    border: 1px solid #dce4ea;

}
.essent_set span {
    color: #1f6cf0;
}

.checkout_set_fixed{
    max-height: calc(60vh);
    overflow: scroll;
    overflow-x: hidden;
}
.checkout_set_fixed1{
    max-height: calc(69vh);
    overflow: scroll;
    overflow-x: hidden;
}
.checkout_set_fixed1::-webkit-scrollbar {
    display: none;
}
.checkout_set_fixed::-webkit-scrollbar {
    display: none;
}
.chechout_add_set {
    background: #fff;
    height: 125px;
    margin: 0px 0px 15px 0px;
    border: 1px solid #dce4ea;
    padding: 17px;
}
.checkout_add_head {
    margin-bottom: 20px;
}
.checkout_add_head h4 {
    font-size: 18px;
    color: #6a7583;
}
.checkout_add_link img {
    width: 22px;
    margin: -2px 0px 0px 0px;
}
.checkout_add_link {
    text-align: center;
    background: #eef2f4;
    width: 130px;
    height: 35px;
    margin: -5px 0px 0px 70px;
    font-size: 18px;
    color: #f00;
    padding: 5px 0px;
    border-radius: 20px;
}
.checkout_add_cha {
    display: inline-flex;
}
.checkout_add_name {
    font-size: 15px;
    color: #6a7583;
    font-weight: bold;
}
.checkout_add_num {
    font-size: 15px;
    color: #6a7583;
    font-weight: bold;
    text-align: right;
}
.checkprod_heads h4 {
    font-weight: bold;
}
.checkprod_heads {
    font-size: 16px;
    color: #8f9aa8;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.checkbox_set_bg {
    background: #ffffff;
    border: 1px solid #dce4ea;
    padding: 7px;
}
.checkout_prod_set {
    background: #fff;
    padding: 7px;
}
/*.checkout_prod_set {
    background: #fff;
    padding: 7px 7px 0px 7px;
    height: 130px;
}*/
.Checkout_prod_img {
    /*padding: 5px 5px;*/
}
.checkbox_qut {
    font-size: 18px;
    font-family: 'hpSimplified';
    color: #1f6cf0;
}
.checkbox_am {
    font-size: 18px;
    font-family: 'hpSimplified';
    color: #1f6cf0;
    text-align: right;
    padding: 0px 30px 0px 0px;
}
.check_hr {
    margin: 3px 0px 7px 0px;
}
.checkout_btn_set {
    padding: 10px 35px 0px 0px;
}
.c_c_btn i {
    font-size: 18px;
    padding: 0px 10px 0px 0px;
}
.c_r i {
    color: red;
}
.c_e i {
    color: green;
}
.c_d i {
    color: #1f6cf0;
}
.c_c_btn {
    /* margin: 5px 0px; */
    text-align: center;
    background: #EEF2F4;
    border-radius: 20px;
    padding: 5px 0px;
    /* margin: 0px 15px; */
    width: 95px;
}
/*.c_c_btn.c_e {
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}*/
.checkout_btn {
    font-size: 15px;
}
a.checkout_btn:hover .c_c_btn {
    background: #e9edf2;
}
.checkout_none{
    display: none;
}
.Checkout_md-10 {
    padding-top: 95px;
}
.checkout_foot_fix {
    background: #1f6cf0;
    height: 60px;
}
.checkout_pay {
    color: #fff;
    font-size: 20px;
    font-family: 'goBold';
    text-align: left;
    padding: 15px 0px 0px 15px;
}
.checkout_last_am {
    color: #fff;
    font-size: 20px;
    font-family: 'goBold';
    text-align: right;
    padding: 15px 15px 0px 0px;
}
.checkout_last_am i {
    vertical-align: top;
    font-size: 19px;
}
/*check out design end*/
.gallery_bg {
    background: #ffffff;
    padding: 15px 15px;
    border: 1px solid #dce4ea;
}
.gallery {
    /*background: #EEF2F4;*/
    padding: 10px 0px;
}
.date_cont_p {
    padding: 5px 0px;
}
a.data_link {
    color: #77778b;
}
.gallery_title_line {
    border-color: #c7d1e3;
    border-width: 1px;
    border-bottom-style: outset;
    margin-bottom: -17px;
}
.date_cont {
    text-align: center;
    background: azure;
    margin: 6px 10px;
    border-radius: 50px;
    padding: 0px 0px;
    height: 20px;
    font-size: 16px;
    color: #5f95a3;
}
.date_cont span {
    color: blue;
    font-size: 15px;
}
.date_set {
    text-align: center;
    font-size: 14px;

}
.date_date {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    font-family: 'goBoldBold';
}
.date_month {
    font-size: 14px;
}
span.date_cal_box {
    background: #c7d1e3;
    width: 60px;
    height: 70px;
    position: absolute;
    right: 15px;
    color: #0cf;
    top: 51px;
    border-radius: 4px;
}
.cal_icon {
    text-align: center;
    /* padding: 10px 0px; */
    font-size: 32px;
    color: #0cf;
}
span.date_cal_box:hover .cal_icon {
    color: #fff;
}
.cal_cont {
    font-size: 16px;
    color: #000;
    text-align: center;
}
.gallery-cell {
    width: 44px;
    height: 70px;
    margin-right: 10px;
    background: #E9EDF2;
    counter-increment: gallery-cell;
    border-radius: 4px;
}

.gallery-cell.is-selected {
  background: #00CCFF;
  color: #fff;
}

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  /*content: counter(gallery-cell);*/
  line-height: 200px;
  font-size: 80px;
  color: white;
} 


/*Duration Start*/

.Dur_rond {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.dur_con {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    font-family: 'goBoldBold';
    padding: 6px 0px;
    /*color: #6A7583;*/
}


/*Duration end*/

/*Quintaty start*/

.q_r_btn {
    border-radius: 50% !important;
    margin: 0px 7px !important;
}
.q_r_btn:hover {
    background: #00ccff !important;
}
.qul_cont {
    font-size: 14px;
    padding: 2px 0px 0px 0px;
    color: #5f95a3;
}
.row.qul_pd {
    padding-top: 5px;
}


/*Quintaty end*/


/*! Flickity v1.0.0
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
   color: #6A7583;       
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}


/*jar start*/
.off_pad_l {
    padding-right: 0px;
}
.off_pad_r {
    padding-left: 0px;
}
button.dropbtn {
    background: #c7d1e3;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 22px;
    text-align: center;
    border: none;
}
.jar_count {
    font-size: 18px;
    font-family: 'goBold';
    color: #1f6cf0;
}
.jar_refnd {
    font-size: 12px;
    font-family: 'goBoldBold';
    padding: 15px 0px 0px 15px;
}
.jar_con_head {
    font-size: 14px;
    padding: 0px 0px 5px 0px;
    color: #5f95a3;
}
.jar_line {
    border-right: 1px solid #c7d1e3;
    height: 85px;
}

/* Dropdown Button */

/* The container <div> - needed to position the dropdown content */

.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none; 
    position: absolute;
    background-color: #f1f1f1;
    min-width: 70px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin: 0px 0px 0px -50px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #00ccff;}

/*jar end*/


/*order bill Button start*/
.bill_btn {
    background: #1f6cf0;
    color: #fff;
    height: 60px;
}
.bill_con {
    padding: 10px 0px 0px 40px;
    font-size: 22px;
    text-align: center;
    line-height: 21px;
}
.bill_amc {
    /* padding: 16px 0px; */
    font-family: 'goBoldBold';
    padding: 18px 21px;
    font-size: 20px;
}
.bill_con a {
    color: #fff;
}
.bill_con a:hover {
    color: #f00 !important;
}
/*order bill Button end*/


/*delivery set start*/

.dely_set {
    padding: 5px 0px;
}
.dely_cont {
    font-size: 14px;
    padding-top: 12px;
    color: #5f95a3;
}
.dely_nex_p {
    padding-left: 21px;
}
label.dely_btn input {
    width: 22px;
    height: 20px;
}
label.dely_btn {
    text-align: center;
    padding: 23px 0px 0px 0px;
}
.fst_time {
    padding: 2px 0px;
    margin: 5px 0px 0px -30px;
}
.dely_cont i {
    color: #6a7583;
    font-size: 15px;
    padding-right: 5px;
}
.fst_time input {
    width: 25px;
    height: 25px;
}
.fst_time span {
    color: red;
    font-family: 'hpSimplified';
    padding: 0px 0px 0px 5px;
}
.time_con {
    float: right;
    text-align: center;
    padding: 17px 35px 0px 0px;
    color: #f00;
}
/*delivery set end*/

/*Refundable Security Deposit start*/

.ref_con {
    text-align: center;
    font-size: 14px;
}
.ref_2 {
    color: red;
    padding: 5px 0px;
    font-family: 'hpSimplified';
}
.ref_2 span {
    color: #000;
    font-size: 16px;
}
.ref_2 {
    color: red;
    padding: 5px 0px;
    font-family: 'hpSimplified';
}

/*Refundable Security Deposit end*/
hr.D-hr {
    margin: 7px 0px;
}

/*i Have Jar (Refills) start*/

.jar_have input {
    height: 20px;
    width: 20px;
    margin-top: 7px;
}
.jar_have span {
    padding: 0px 14px;
    margin: 1px 0px;
}
.jar_have {
    padding: 8px 0px 0px 0px;
    font-size: 14px;
}
.jar_have_con {
    float: left;
    padding: 8px 20px 0px 0px;
    color: #5f95a3;
}
.jar_se {
    position: relative;
    margin-bottom: 0px;
    margin-top: 5px;
}
.jar_se input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 125px;
    border: none;
    border-bottom: 0.1px solid #dce4ea;
    /*background: #eef2f4;*/
}
.jar_se label {
    font-family: 'hpSimplified';
    color: #5f95a3;
    font-size: 14px;
    position: absolute;
    pointer-events: none;
    left: 4px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.jar_se .bar {
    position: relative;
    display: block;
    width: 125px;
}
/*i Have Jar (Refills) end*/

/*credit content start*/
.credit_con h3,.credit_para {
    font-family: 'goBold' !important;
}
.credit_amo {
    text-align: right;
    font-size: 25px;
    padding-top: 7px;
    font-family: 'goBold';
    padding-right: 10px;
}
.credit_set {
    color: #5f95a3;
}
/*credit content end*/

@media (max-width: 600px){

.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    border: none;
    margin: 0px 0px 0px -10px;
}
.q_r_btn {
    border-radius: 50% !important;
    margin: 0px 13px !important;
}
.quantity .input-text.qty {
    width: 55px;
    height: 35px;
}
.D_zoom_my{
    display: none;
}
.mob_prod_gal{
    display: ;
}
.prod_heads h4 {
    font-size: 15px;
    font-family: 'hpSimplified';
}
.prod_para {
    font-size: 12px;
    font-family: 'hpSimplified';
}
.prob_amo_ofr {
    font-size: 18px;
    font-family: 'goBoldBold';
    color: #c7d1e3;
    text-decoration-line: line-through;
}
.Prod_og_am {
    font-size: 18px;
    color: #1f6cf0;
    font-family: 'goBoldBold';
    /*padding: 0px 0px 0px 8px;*/
}
.Prod_ofr {
    font-size: 16px;
    font-family: 'goBold';
    color: #61bf04;
    padding-top: 3px;
}
.prob_amo_ofr i {
    display: unset;
    padding: 0px 0px 0px 0px;
}
.Prod_tax {
    color: #f00;
    font-size: 8px;
}

/*product gallery model start*/
.main-gambo-model {
    background-color: rgba(0,0,0,0.1) !important;
}
.modal_show_b {
    /*border: 1px solid #c1c1c1;*/
    padding: 5px;
}
.modal_show_b {
    border-left: 1px solid #c1c1c1;
}
.prod_img span {
    background: #c7d1e3;
    width: 25px;
    height: 25px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    font-family: 'goBoldBold';
    right: 0px;
    top: 0px;
    padding-top: 2px;
}
/*product gallery model end*/



}

/*mobile show start*/
@media (min-width: 1200px){
.mob_prod_gal{
    display: none ;
}
}
/*mobile show end*/

.row.pad_on {
    padding: 0px 20px;
}
.ty_of_issu_con {
    font-size: 13px;
    text-align: right;
    margin: 2px 0px;
}
.ty_of_issu_inp input {
    text-align: right;
    height: 20px;
    width: 20px;
    margin: 0px 0px 0px -23px;
}
.ty_of_issu_inp.t_o_i_left {
    margin: 0px 0px 0px 15px;
}
.ty_of_issu_con.t_o_c_left {
    padding: 0px 20px 0px 0px;
}
.mb-10 {
    margin-bottom: 10px;
}
.issue_total_bill_set span {
    font-family: 'goBold';
}
.issue_total_bill_set {
    padding: 5px 0px;
    font-size: 12px;
    color: #1f6cf0;
    text-align: center;
}

        /* column pic */ 
      
        /* Style the images of gallery */ 
        .column img { 
            opacity: 0.6; 
            cursor: zoom-in; 
            padding: 5px; 
        } 
          
        .column img:hover { 
            opacity: 1; 
            transform: scale(1.1); 
            transition: 0.5s; 
        } 
          
        .column img:active { 
            opacity: 1; 
        } 
      
          
        /* Expanding image text */ 
        #geeks { 
            position: absolute; 
            left: 200px; 
            padding-top: 100px; 
            font-size: 28px; 
            color: #EFECE9; 
        } 
          
        #geeks:hover { 
            color: #ADE3BD; 
            cursor: wait; 
        } 

/*check out design Start*/
@media (max-width: 600px){
.essent_set {
    background: #fff;
    height: 45px !important;
    text-align: center;
    margin: 10px 0px 15px 0px;
    font-size: 20px !important;
    color: #8f9aa8;
    padding: 5px 0px 0px 0px;
    border: 1px solid #dce4ea;
}
.checkout_add_link {
    /*text-align: center;
    background: #eef2f4;
    width: 120px;
    height: 30px;
    margin: -10px 0px 0px 20px;
    font-size: 18px;
    color: #f00;
    padding: 0px 0px;
    border-radius: 20px;*/
    display: none;
}
.checkout_add_head {
    margin-bottom: 10px;
}
.checkprod_heads {
    font-size: 12px;
    color: #8f9aa8;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.col-md-7.mob_off_pad {
    padding: 0px 8px;
}
.c_c_btn span {
    display: none;
}
.c_c_btn {
    /* margin: 5px 0px; */
    text-align: center;
    background: #EEF2F4;
    border-radius: 50%;
    padding: 5px 9px;
    /* margin: 0px 15px; */
    width: 35px;
}
.mob_sing {
    display: contents;
    font-size: 14px;
}
}