/* Diller Subscription Form Css */
*, *::before, *::after {
   word-break: unset !important;
}
.diller-error{
  color: red;
}
.diller-form-group {
    margin-bottom: 1.6rem;
}
.diller-form-group label {
    font-size: 15px;
    margin-bottom: 5px;
    display: inline-block;
    float: none;
}
.diller-form-control {
    display: block;
    width: -webkit-fill-available;
    width: -moz-available;
    height: 40px;
    padding: .375rem 0.95rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #FAFAFA;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0rem;
}
.diller-form-control1 {
    display: block;
    width: -webkit-fill-available;
    width: -moz-available;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #FAFAFA;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0rem;
}
.diller-form-control:focus {
    background-color: #FAFAFA;
    border-color: #437efd;
    outline: 0;
    box-shadow: none;
}
.woocommerce-cart .diller_div_6_p {
    display: grid;
    grid-template-columns: 200px 200px 200px 200px 200px;
    max-height: 360px;
    overflow-y: auto;
    margin-bottom: 30px;
}
input#mobileOtp {
    margin-top: 20px;
    width: 200px;
}
.diller_div_6p_2  h3{
  margin: 5px !important;
  cursor: pointer;
}
.cart_coupons1 {
    margin-bottom: 20px;
}
.diller_used_coupons_data_cart{
  display: none;
}
.woocommerce-cart .diller_my_account{
  display: none;
}
h3.diller_h3_tag {
 overflow-wrap: break-word;
}
/*.diller-selectbox {
    -webkit-appearance: none;
}*/

/* The container */
.diller-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.diller-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.diller-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #929292;
  border-radius: 4px;
}

/* When the checkbox is checked, add a blue background */
.diller-checkbox input:checked ~ .diller-checkmark {
  background-color: #4681f8;
  border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.diller-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.diller-checkbox input:checked ~ .diller-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.diller-checkbox .diller-checkmark:after {
  left: 7px;
  top: 3px;
  width: 8px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.diller-label-text {
  /*vertical-align: middle;*/
  color: #000;
  font-size: 15px;
}

/* Coupon Page Translation */
.diller-box{
  text-align: center;
  background-color: #f7f7f7;
  height: auto;
}

.diller-inner {
    text-align: center;
    background-color: #f7f7f7;
    height: auto;
}
.diller-datestore {
    padding: 13px 8px 11px 17px;
    font-style: italic;
}
.diller-coupon_code {
    background: #d3d3d3d4;
    padding: 16px;
    text-align: center;
}
.diller-coupon-img{
  width: 24%;
  margin: 0 auto;
  padding-top: 20px;
}
.diller-coupon-title{
  margin-bottom: 25px;
}

.diller-btn, .diller-btn:hover, .diller-btn:focus {
  /*background: #4681f8;*/
  color: #fff;
  /*border-color: #4681f8;*/
  border: 2px solid;
  padding: 8px 28px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  outline: none;
}

/* The container */
.diller-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.diller-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.diller-radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.diller-radio:hover input ~ .diller-radio-checkmark {
  background-color: #eee;
}

/* When the radio button is checked, add a blue background */
.diller-radio input:checked ~ .diller-radio-checkmark {
  background-color: #4681f8;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.diller-radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.diller-radio input:checked ~ .diller-radio-checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.diller-radio .diller-radio-checkmark:after {
  top: 7px;
  left: 7px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: white;
}

/* Required css */
.diller-form-required{
  color: red;
}
.diller_required{
  color: red;
}

.diller-coupon-btn {
    border-radius: 50px;
    display: block;
    position: relative;
    bottom: 0px;
    padding: 8px 16px;
    text-align: center;
    font-size: 14px;
    margin: auto;
}
.diller-coupon-btn:hover {
    border-radius: 50px;
    display: block;
    position: relative;
    bottom: 0px;
    padding: 8px 16px;
    text-align: center;
    font-size: 14px;
    margin: auto;
}
.diller-coupon-btn:focus{
    border-radius: 50px;
    display: block;
    position: relative;
    bottom: 0px;
    padding: 8px 16px;
    text-align: center;
    font-size: 14px;
    margin: auto; 
}


/* point prgress bar  */

 .diller-progress {
      color: #000;
      background-color: #fff;
      border-radius: 50px;
      padding: 5px;
      width: 100%;
      display: inline-block;
  }

  .diller-second-progress {
    height: 24px;
    width: 50%;
    color: #000;
    background-color: #4eb52c;
    border-radius: 50px;
    padding: 20px;
  }
  .diller-div {
    justify-content: space-between;
  }
  .diller-text {
    width: min-content;
  }
  .diller-text:last-child {
    text-align: right;
  }
  .diller-div-bg {
    background-color: #f7f6f2;
    padding: 20px;

  }
  .diller-hide {
    display: none;
  }
  .diller-tooltip:hover + .diller-hide {
    display: block;
    color: black;
    position: absolute;
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    text-align: center;
    margin-left: 12%;
    margin-top: 4px;
  }

  .diller-progrress-row {
    position: relative;
    padding-top: 30px;
    padding-bottom: 65px;
  }

  .diller-level-div {
    float: left;
    position: absolute;
  }
 
  .diller-level-top {
    top: 0;
  }

  .diller-level-bottom{
    top: 42%;
  }

  .diller-mt-4{
    margin-top: 3rem !important;
  }


/* end point prgress bar  */

/* Bootstrap layout css */
.diller-container,
.diller-container-fluid,
.diller-container-sm,
.diller-container-md,
.diller-container-lg,
.diller-container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.diller-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.diller-form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.diller-form-row > .col,
.diller-form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.diller-w-100 {
  width: 100% !important;  
}
.diller-mb-2 {
  margin-bottom: 0.5rem !important;
}
.diller-pt-4 {
  padding-top: 1.5rem !important;
}
.diller-pb-4 {
  padding-bottom: 1.5rem !important;
}

.diller-alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.diller-alert-dismissible {
  padding-right: 4rem;
}
.diller-alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.diller-alert-danger{
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.diller-close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.diller-close:hover {
  color: #000;
  text-decoration: none;
}
.diller-mt-3{
  margin-top: 1rem !important;
}
.diller-mb-3{
  margin-bottom: 1rem !important;
}

@media (min-width: 576px) {
  .diller-container, .diller-container-sm {
    max-width: 540px;
  }
}
@media (max-width: 600px) {
.diller-row.diller-pt-4.diller-pb-4.diller-progrress-row.diller-div {
    display: none;
}
}
@media (min-width: 768px) {
  .diller-container, .diller-container-sm, .diller-container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .diller-container, .diller-container-sm, .diller-container-md, .diller-container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .diller-container, .diller-container-sm, .diller-container-md, .diller-container-lg, .diller-container-xl {
    max-width: 1140px;
  }
}

/* Coupon Page CSS */
.diller_div_6_p {
  display: grid;
  grid-template-columns: 200px 200px;
}

.diller_div_6_p > div.div_6p_1 {
  margin-left: 21px;
  background-color: #80808054;
  padding: 1em;
  color: #000;
  margin-top: 12px;
}

.diller_red_title{
  color: red;
}

.diller_used_coupons_data {
    pointer-events: none;
    opacity: 0.5;
}

.diller_div_6p_2 h3, .diller_div_6p_2 p, .diller_div_6p_2 div, .diller_div_6p_2 a.btnCss {
    margin-left: 16px;
    margin-top: 7px;
    text-align: center;
    margin-right: 20px;
}
.diller_div_6p_2{
  margin-right: 21px;
  background-color: #8080800f;
  color: #000;
  margin-top: 12px;
}
.diller_couponimg {
    width: 29% !important;
    margin: 63px;
    margin-top: 32px;
    margin-bottom: 32px;
}
.woocommerce-remove-coupon123{
  background-color: #ccc;
    cursor: default;
}
.woocommerce-remove-coupon123:hover{
  text-decoration: none;
  background-color: #ccc;
}