/*========================================
            CHECKOUT PAGE STYLE
=========================================*/
.chekout-coupon {
  width: 600px;
  margin: 45px auto 5px;
  text-align: center;
}

.checkout-charge {
    margin-top: 20px;

}

.checkout-charge ul {
  border-top: 3px solid var(--primary);
}

.checkout-charge ul li {
  padding: 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid var(--border);
}

.checkout-charge ul li:last-child {
  border-bottom: none;
}

.checkout-charge ul li:last-child span {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary);
}

.checkout-charge ul li span {
  font-weight: 500;
  color: var(--heading);
  text-transform: capitalize;
}

.checkout-charge ul li span small {
  font-size: 14px;
  font-weight: 400;
  margin-left: 3px;
}

.checkout-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 25px;
  margin-top: 50px;
}

.checkout-check input {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  margin-top: 4px;
  cursor: pointer;
}

.checkout-check label {
  line-height: 22px;
}

.checkout-check label a {
  color: var(--primary);
}

.checkout-check label a:hover {
  text-decoration: underline;
}

.checkout-proced .btn {
  width: 100%;
}

.table-action .view i,
.table-action .trash i {
  background: var(--chalk);
}

@media (max-width: 767px) {
  .chekout-coupon,
  .checkout-charge {
    width: 100%;
  }
  .checkout-check {
    margin-top: 15px;
  }
}

.table-action{
    width: 130px;
}
#no_product{
    background-color: aliceblue;
    padding: 10px;

}

.free{
    color:rgb(16, 178, 40);
    font-weight: bold;
}


.checkout_input{
    width: 100%;
    height: 135px;
    margin-bottom: -100%;
    position: absolute;
    z-index: 1;
    opacity: 0;
}

.checkout_input:checked ~ .mydelivary{
    background: var(--green-chalk);
    border-color: var(--primary);
}
.extra{
    margin-bottom: 10px;
}
.extra textarea{
    height: 80px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.addressinp{
    width: 100%;
    min-height: 165px;
    position: absolute;
    z-index: 1;
    opacity: 0;
}



#checkout_address{
    width: calc(100% - 100px);
    height: 166px;
    position: absolute;
    opacity: 0;
    z-index: 1;
}
#checkout_address:checked ~ div ul{
    opacity: 1;
    visibility: visible;
}

.big_image{
    height: 440px;
}
@media (max-width: 575px) {
    .preview-slider-mobile{
        height: 250px;
        margin: 0;
        padding: 0;
        border-radius: 25px;
    }
    .preview-slider-mobile li{
        height: 250px;
    }
    .thumb-slider{
        display: none;
    }
    .big_image{
        height: 250px;
    }
}


.view-tag-list li button{
    font-size: 14px;
    line-height: 12px;
    padding: 8px 10px;
    border-radius: 5px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    color: var(--text);
    background: var(--chalk);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
  }

.addressbox{
    min-height: 170px;
}
#checkout_address:checked ~ .addressbox{
    background: var(--green-chalk);
    border-color: var(--primary);
}
#address_all{
    max-height: 200px;
    /* overflow-y: scroll; */
}

.custom-select{
    width: 100%;
    height: 40px;
    border: 1px solid gray;
    border-radius: 5px;
}
.add_name{
    background: antiquewhite;
    width: max-content;
    padding: 2px 5px;
    border-radius: 5px;
    box-shadow: 0 0 2px 0;
}
.l-radio {
    padding: 6px;
    border-radius: 50px;
    display: inline-flex;
    cursor: pointer;
    transition: 0.2s ease;
    margin: 8px 10px;
    -webkit-tap-highlight-color: transparent;
  }
  .l-radio:hover, .l-radio:focus-within {
    background: rgba(159, 159, 159, 0.1);
  }
  .l-radio input {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: none;
    border: 0;
    box-shadow: inset 0 0 0 1px #9F9F9F;
    box-shadow: inset 0 0 0 1.5px #9F9F9F;
    appearance: none;
    padding: 0;
    margin: 0;
    transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
    pointer-events: none;
  }
  .l-radio input:focus {
    outline: none;
  }
  .l-radio input:checked {
    box-shadow: inset 0 0 0 6px #6743ee;
  }
  .l-radio span {
    vertical-align: middle;
    display: inline-block;
    line-height: 20px;
    padding: 0 8px;
  }
  .date_div{
    display: flex;
    overflow: auto;
}
.date_box {
    box-shadow: 0 0 2px 0 black;
    background-color: aliceblue;
    padding: 8px 10px;
    margin: 10px;
    border-radius: 5px;
  }

  .day_inp{
    width: 100%;
    height: 105px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .date_main{
    position: relative;
    min-width: 130px;
    text-align: center;
  }
  .month_name{
    font-size: 14px;
    color: blue;
  }

  .month_day{
    color: blue;
    text-transform: uppercase;
  }
  .day_inp:checked ~ .date_box{
    background-color: #aeb2c5;
    box-shadow: 0 0 3px black;
    color: white;
  }

.selected_date_div{
    margin: 10px;
    color: black;
    font-size: 18px;
}
.setdate{
    color: blue;
    font-size: 19px;
}

.center_date{
    font-weight: bold;
    font-size: 30px;
}
.show_address{
    color: green;
    margin: 0 20px;
}
.main_address_div{
    margin: 10px 20px;
    background: aliceblue;
    padding: 10px 15px;
    box-shadow: 0 0 1px black;
    border-radius: 5px;
    display: none;
}

.sidecard{
    background-color: white;
    margin-top: 20px;
    padding: 10px 30px;
    height: max-content;
}
.data_table tr td:first-child{
    text-align: left;
    padding: 10px 10px 10px 0px;
    border: none;
}
.data_table tr td:last-child{
    text-align: right;
    padding: 10px 0px 10px 10px;
}
.data_table{
    width: 100%;
}
.small_alart{
    font-size: 12px;
    line-height: 14px;
    color: red;
    margin-bottom: 20px;
}

.account_userimg img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}


.radio_label {
    display: flex;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
  }

  .radio_label input {
    position: absolute;
    left: -9999px;
  }

  .radio_label input:checked + span {
    background-color: #d6d6e5;
  }

  .radio_label input:checked + span:before {
    box-shadow: inset 0 0 0 0.4375em #00005c;
  }

  .radio_label span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    transition: 0.25s ease;
  }

  .radio_label span:hover {
    background-color: #d6d6e5;
  }

  .radio_label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #00005c;
  }

  .survey_questions{
    font-size: 18px;
    margin: 15px 10px;
    font-weight: 500;
  }

  #survay_textarea {
    max-width: 600px;
    height: 250px;
    box-shadow: 0 0 1px black;
  }

  .sitebtn{
    border: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    letter-spacing: 0.3px;
    padding: 5px 15px;
    white-space: nowrap;
    text-transform: capitalize;
    color: var(--primary);
    background: var(--green-chalk);
    text-shadow: var(--primary-tshadow);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
  }



/* pop up chat css start */

.panel{
    margin-bottom: 0px;
}

.panel-title{
    color: white;
    text-shadow: 0 0 1px black;
    font-weight: 400;
}
.chat-window{
    bottom:0;
    position:fixed;
    float:right;
    margin-left:10px;
}
.chat-window > div > .panel{
    border-radius: 5px 5px 0 0;
}
.icon_minim{
    padding:2px 10px;
}
.msg_container_base{
  background: #e5e5e5;
  margin: 0;
  padding: 0 10px 10px;
  max-height:300px;
  overflow-x:hidden;
}
.top-bar {
  background:#c4833e;
  color: white;
  padding: 10px;
  height: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.msg_receive{
    padding-left:0;
    margin-left:0;
}
.msg_sent{
    padding-bottom:20px !important;
    margin-right:0;
}
.messages {
  background: white;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  max-width:100%;
}
.messages > p {
    font-size: 13px;
    margin: 0 0 0.2rem 0;
  }
.messages > time {
    font-size: 11px;
    color: #ccc;
}
.msg_container {
    padding: 10px;
    overflow: hidden;
    display: flex;
}
img {
    display: block;
    width: 100%;
}
.avatar {
    position: relative;
}
.base_receive > .avatar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid #FFF;
    border-left-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
}

.base_sent {
  justify-content: flex-end;
  align-items: flex-end;
}
.base_sent > .avatar:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid white;
    border-right-color: transparent;
    border-top-color: transparent;
    box-shadow: 1px 1px 2px rgba(black, 0.2);
}

.msg_sent > time{
    float: right;
}



.msg_container_base::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.btn-group.dropup{
    position:fixed;
    left:0px;
    bottom:0;
}

.input-group-btn{
    display: flex;
}
