.modal-backdrop.modal-backdrop-coupon {
  position: fixed;
  z-index: 99998;
}
.dropdownModal.modal {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  z-index: 99999;
  opacity: 1;
  transform: scaleX(1);
  overflow: hidden;
}
.dropdownModal.modal .modal-content {
  border: 0;
  border-radius: 6%;
}
.dropdownModal.modal .input-group.group {
  margin-bottom: 0;
  display: table;
}
.dropdownModal.modal .input-group.group button {
  -webkit-appearance: none;
  background: transparent;
  padding: 0;
  border-width: 0;
  border-style: none;
  border-color: transparent;
  border-image: inherit;
}
.dropdownModal.modal .input-group.group input.inputMaterial {
  height: 36px;
  border: 1px solid;
  border-radius: 4px;
  border-right: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-left: 15px;
  border-color: #dddddd;
}
.dropdownModal.modal .input-group.group label {
  top: 8px;
  padding-left: 10px;
  padding-right: 10px;
}
.dropdownModal.modal .input-group.group.otp-group {
  margin-bottom: 15px;
}
.dropdownModal.modal .loader {
  min-height: 300px;
  cursor: wait;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.30;
  position: absolute;
  z-index: 10000;
  background: #fff url('../../image/xten.gif') center center no-repeat;
}
.dropdownModal.modal .loader .isnnerloader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.dropdownModal.modal .loader .isnnerloader .fa {
  font-size: 30px;
}
.dropdownModal.modal h1,
.dropdownModal.modal h2,
.dropdownModal.modal h3,
.dropdownModal.modal h4,
.dropdownModal.modal h5,
.dropdownModal.modal h6 {
  color: #444;
}
.dropdownModal.modal h1 {
  font-size: 33px;
}
.dropdownModal.modal h2 {
  font-size: 27px;
}
.dropdownModal.modal h3 {
  font-size: 21px;
}
.dropdownModal.modal h4 {
  font-size: 15px;
}
.dropdownModal.modal h5 {
  font-size: 12px;
}
.dropdownModal.modal h6 {
  font-size: 10.2px;
}
.dropdownModal.modal .input-group select {
  font-size: 12px;
}
.dropdownModal.modal .input-group .dropdown-menu {
  font-size: 12px;
}
.dropdownModal.modal .input-group .popover {
  font-size: 12px;
}
.dropdownModal.modal .input-group .input-group-addon {
  font-size: 14px;
  height: 30px;
}
.dropdownModal.modal .input-group .form-control {
  display: table-cell;
}
.dropdownModal.modal .input-radio {
  width: 18px;
  height: 18px;
  box-shadow: 0 0 0 0 green inset;
  transition: all 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  vertical-align: -4px;
  outline: 0;
  border: 1px solid;
  border-radius: 50%;
  color: #777;
  font: inherit;
  padding: 0;
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
  background: transparent;
  line-height: normal;
  margin: 4px 0 0;
}
.dropdownModal.modal .input-radio:checked {
  border: none;
  box-shadow: 0 0 0 10px #6e7a93 inset;
}
.dropdownModal.modal .input-radio:checked:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.dropdownModal.modal .input-radio:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  transition: all 0.2s ease-in-out 0.1s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  width: 4px;
  height: 4px;
  margin-left: -2px;
  margin-top: -2px;
  background-color: #fff;
  border-radius: 50%;
}
.dropdownModal.modal .group {
  position: relative;
  margin-bottom: 15px;
}
.dropdownModal.modal .group .inputMaterial {
  font-size: 13px;
  display: block;
  width: 100%;
  height: 42px;
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #333333;
  padding: 16px 15px 4px;
  border-radius: 4px;
  border: 1px solid #dddddd;
}
.dropdownModal.modal .group .inputMaterial.readonly {
  background: #fafafa !important;
  pointer-events: none;
}
.dropdownModal.modal .group .inputMaterial.readonly+label {
  background: transparent !important;
  top: 0px !important;
  font-size: 10px;
}
.dropdownModal.modal .group .inputMaterial:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #96858d;
}
.dropdownModal.modal .group textarea.inputMaterial {
  min-height: 72px;
}
.dropdownModal.modal .group label {
  color: #cecbe2;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 12px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  z-index: 22;
  padding: 0px 10px;
}
.dropdownModal.modal .group label>span:after {
  color: #777;
  content: " ";
  margin-left: 0px;
  margin-right: 5px;
  display: inline-block;
}
.dropdownModal.modal .group label>span .is_floating_tooltip {
  position: absolute;
  margin-left: 5px;
  padding-right: 15px;
  pointer-events: all;
  background: #fff;
  visibility: hidden;
}
.dropdownModal.modal .group label>span .is_floating_tooltip:after {
  font-family: 'FontAwesome';
  color: #858e8f;
  content: "\f05a";
  font-size: 14px;
}
.dropdownModal.modal .group label>span.required .is_floating_tooltip {
  margin-left: 15px;
}
.dropdownModal.modal .group label>span.required:after {
  content: "*";
  margin-left: 5px;
}
.dropdownModal.modal .group .input-group .inputMaterial {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdownModal.modal .group .input-group .input-group-btn >.btn {
  height: 42px;
}
.dropdownModal.modal input[type] {
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.dropdownModal.modal .group.focus label {
  top: -8px !important;
  background: #ffffff;
}
.dropdownModal.modal .group.focus label {
  color: #96858d;
}
.dropdownModal.modal .group.filled label {
  top: -8px !important;
  background: #fff;
  color: #96858d;
}
.dropdownModal.modal .group.filledalways label {
  top: -8px !important;
  background: #fff;
}
.dropdownModal.modal .input-group.group .input-group-addon {
  padding: 0;
}
.dropdownModal.modal .input-group.group .input-group-addon button {
  padding: 8px 15px;
}
.dropdownModal.modal .cvc-panel {
  margin-top: 20px;
}
.dropdownModal.modal .cvcapplied.alert {
  padding: 4px 12px;
  margin-top: 10px;
}
.dropdownModal.modal .cvcapplied.alert-dismissable .close {
  top: -1px;
  right: -5px;
}
.dropdownModal.modal .alert-dismissible .close {
  top: -1px;
  right: -5px;
}
.dropdownModal.modal .alert-success {
  background: #f5fbf8;
  color: #2d8353;
  border-color: #bfe8d2;
}
.dropdownModal.modal .input-radio:checked {
  box-shadow: 0 0 0 10px #46BA97 inset;
}
.dropdownModal.modal .modal-dialog {
  height: 80%;
  max-width: 550px;
}
.dropdownModal.modal input[type=radio] {
  margin-right: 3px;
  margin-left: 0;
  top: -1px;
  position: relative;
}
.dropdownModal.modal .modal-content {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 100%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
  z-index: 1003;
  opacity: 1;
  transform: scaleX(1);
  height: 100%;
  overflow: hidden;
  box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3);
}
.dropdownModal.modal .modal-header {
  padding: 15px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  min-height: none;
  background: #fafafa;
}
.dropdownModal.modal .modal-header h4 {
  margin: 0;
}
.dropdownModal.modal .modal-body {
  background: #fff;
  position: absolute;
  height: calc(100%);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 10px 20px 30px;
}
.dropdownModal.modal.nobottom .modal-content {
  background-color: #fff;
}
.dropdownModal.modal.nobottom .modal-body {
  height: 100%;
}
.dropdownModal.modal.modal-fixed-footer .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fff;
  padding: 12px 16px;
  height: 56px;
  width: 100%;
  border-top: 1px solid rgba(0,0,0,0.1);
  position: absolute;
  bottom: 0;
}
.dropdownModal.modal button.btn.btn-cancel {
  background: transparent !important;
}
.dropdownModal.modal .couponblock {
  border: 1px solid #ddd;
  padding: 10px 15px;
  font-size: 12px;
  margin-bottom: 10px;
  cursor: pointer;
}
.dropdownModal.modal .couponblock:last-child {
  margin-bottom: 6px;
}
.dropdownModal.modal .coupons-list {
  margin-top: 20px;
}
.dropdownModal.modal .coupon-highlight {
  background: #f4fdfb;
  border: 1px solid #b9f0e5 !important;
}
.dropdownModal.modal .coupon-highlight .inner_div {
  color: #46BA97;
  border: .5px solid #46BA97 !important;
  background-color: transparent;
}
.dropdownModal.modal .inner_div {
  border: .5px dashed #aaa;
  padding: 9px;
}
.dropdownModal.modal .you_save {
  padding-top: 8px;
}
.dropdownModal.modal .couponamountsaved {
  color: #46BA97;
}
.dropdownModal.modal .coupon_inapplicable {
  color: orange;
}
.dropdownModal.modal .btn-coupon,
.dropdownModal.modal .btn-coupon:hover {
  border: 1px solid #46BA97 !important;
  border-radius: 5px !important;
  color: #fff !important;
  background-color: #46BA97 !important;
}
.dropdownModal.modal .btn-coupon:hover {
  box-shadow: 0 1px 2px #ddd !important;
}
.dropdownModal.modal .cart-coupon {
  text-align: right;
  padding: 2px 10px 5px;
}
.dropdownModal.modal .coupon-section {
  margin-bottom: 20px;
}
.dropdownModal.modal .coupondesc {
  display: inline-block;
  margin-left: 5px;
  color: #46BA97;
}
.dropdownModal.modal .coupondesc:hover {
  color: #46BA97;
}
.dropdownModal.modal label.couponlabel {
  padding-left: 0;
}
.dropdownModal.modal .input-radio,
.dropdownModal.modal .input-radio:checked {
  box-shadow: none;
  border: 0;
}
.dropdownModal.modal .input-radio:AFTER {
  display: none;
}
.dropdownModal.modal .input-radio:before {
  box-shadow: none;
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  margin-right: 10px;
  font-size: 20px;
  content: "\f401";
}
.dropdownModal.modal .input-radio:checked:before {
  content: "\f3fe";
  color: #46BA97;
}
.dropdownModal.modal .ineligiblecoupon {
  opacity: 0.9;
  cursor: not-allowed;
  background: #fcfcfc;
}
.dropdownModal.modal .ineligiblecoupon label.couponlabel {
  cursor: not-allowed;
}
.dropdownModal.modal .coupondescblock ul,
.dropdownModal.modal .coupondescblock ol,
.dropdownModal.modal .coupon_msg ul,
.dropdownModal.modal .coupon_msg ol {
  padding-inline-start: 20px;
  -webkit-padding-start: 20px;
  margin-bottom: 0;
}
.dropdownModal.modal .showonsuccess {
  padding: 30px 0;
  text-align: center;
  display: block;
}
.dropdownModal.modal .circle-loader {
  margin-bottom: 20px;
  border: 1px solid rgba(0,0,0,0.2);
  border-left-color: #46BA97;
  animation: loader-spin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 7em;
  height: 7em;
}
.dropdownModal.modal .load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #46BA97;
  transition: border 500ms ease-out;
}
.dropdownModal.modal .checkmark {
  display: none;
}
.dropdownModal.modal .checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}
.dropdownModal.modal .checkmark:after {
  opacity: 1;
  height: 3.5em;
  width: 1.75em;
  transform-origin: left top;
  border-right: 3px solid #46BA97;
  border-top: 3px solid #46BA97;
  content: '';
  left: 1.75em;
  top: 3.5em;
  position: absolute;
}
.dropdownModal.modal .text-success-coupon {
  text-align: center;
  color: #46BA97;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 28px;
}
.dropdownModal.modal .btnwidth200 {
  width: 120px;
  margin: 0 10px;
  border-radius: 5px !important;
  text-transform: capitalize;
  padding: 11px !important;
}
.dropdownModal.modal .btn-coupon-alternate,
.dropdownModal.modal .btn-coupon-alternate:hover {
  border-color: #46BA97 !important;
  background-color: #46BA97 !important;
}
.dropdownModal.modal .is_coupon_discount {
  color: #46BA97 !important;
}
.dropdownModal.modal .btn-cvc-small {
  background-color: #fff !important;
  color: #526cd0 !important;
  border: 1px solid #526cd0 !important;
  font-size: 12px;
  padding: 4px 10px;
}
.dropdownModal.modal .btn-cvc-small.input-group-addon,
.dropdownModal.modal .btn-cvc-small:hover {
  color: #fff !important;
  background-color: #526cd0 !important;
}
.dropdownModal.modal .input-group.group textarea.inputMaterial {
  border-right: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.dropdownModal.modal .coupon-panel .input-group.group .input-group-addon.is-set {
  color: #fff !important;
  background-color: #46BA97;
  border-color: #46BA97 !important;
}
.dropdownModal.modal .coupon-panel .input-group.group .input-group-addon.is-set button {
  border: 0 !important;
  line-height: inherit;
}
.dropdownModal.modal .coupon-panel .input-group.group .input-group-addon.is-set button:hover {
  box-shadow: none !important;
}
.dropdownModal.modal .input-group-addon.is-reset {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.dropdownModal.modal .radio {
  margin: 10px 0 15px !important;
}
.dropdownModal.modal .btn.btn-default{
	border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .dropdownModal.modal .modal-dialog {
    width: 500px;
  }
  .dropdownModal.modal .modal-content {
    width: 500px;
  }
  .dropdownModal.modal.fixed {
    text-align: center;
  }
  .dropdownModal.modal.fixed:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  .dropdownModal.modal.fixed .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
}
@media (max-width: 500px) {
  .dropdownModal.modal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .dropdownModal.modal .removesave {
    position: relative;
  }
}
@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 1.75em;
    opacity: 1;
  }
  40% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
  100% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
}
.xlcoupontable{
	display: table;
	border: 0 !important;
}
.xlcoupontable td{
	border: 0 !important;
	font-size: 14px;
    padding: 0 !important;
}
.xlcoupontable .btn-cvc-small {
    background-color: #fff !important;
    color: #526cd0 !important;
    border: 1px solid #526cd0 !important;
    font-size: 12px !important;
    padding: 9px 10px !important;
    border-radius: 6px !important;
    text-transform: capitalize;
}
.xlcoupontable .btn-cvc-small.input-group-addon,
.xlcoupontable .btn-cvc-small:hover {
  	color: #fff !important;
  	background-color: #526cd0 !important;
}
.modalcapplied .modal-dialog {
  top: 20%;
  width: 400px !important;
}
.modalcapplied .modal-dialog .modal-content {
  width: 400px !important;
  text-align: center;
  /* border-radius: 4px; */
}
.modalcapplied .modal-dialog .modal-body {
  padding: 25px 20px;
}
.modalcapplied .coupon_name {
  font-size: 17px;
  line-height: 32px;
  text-transform: uppercase;
  color: #333;
  /* font-family: serif; */
}
.modalcapplied .coupon_amount_saved {
  margin: 20px 0 0;
  font-size: 50px;
  line-height: initial;
  color: #000;
}
.modalcapplied .coupon_amount_saved2 {
  /* text-transform: lowercase; */
  color: #777;
  /* margin-top: -5px; */
  font-weight: 600;
}
.modalcapplied .coupon_amount_saved2:after {
  content: "";
  display: block;
  width: 20px;
  margin: 20px auto 0;
  border-bottom: 2px solid #000;
}
.modalcapplied .coupon_limited_offer {
  margin-top: 30px;
  font-size: 14px;
  color: #777;
}
.modalcapplied .modal-footer {
	padding: 0;
    border: 0;
}
.modalcapplied .modal-footer .close_coupon {
  padding: 15px;
  border-top: 2px dashed #eee;
  font-size: 16px;
  text-align: center;
  color: #526cd0;
  font-weight: 600;
}
.modalcapplied .modal-header {
  padding: 10px;
  border-bottom: 2px dashed #e5e5e5;
}
@media (max-width: 767px) {
  .modalcapplied .modal-dialog {
    width: auto !important;
  }
  .modalcapplied .modal-dialog .modal-content {
    /* width: auto !important; */
    width: 85% !important;
    margin: 0 auto;
  }
}
.pointer{
	cursor: pointer;
}

/* advanced popup cart container css */
.mfp-container{
	position: fixed;
    left: 0;
    right: 0;
    padding: 0;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    z-index: 1101;
    opacity: 1;
    transform: scaleX(1);
    overflow: hidden;
	top: 0;
	outline: 0;
}
.mfp-content{
	height: 80%;
}
.apc-popup-container{
	height: 100%;
}
.apc-popup-content{
	max-height: 100%;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
    transform: scaleX(1);
    height: 100%;
    overflow: hidden;
}
.apc-cart-content{
	background: #fff;
    position: absolute;
    height: calc(100% - 90px);
    max-height: 100%;
    width: 100%;
    overflow-y: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 10px 20px 30px;
}
.apc-footer{
	border-radius: 0 0 2px 2px;
    background-color: #fff;
    padding: 10px 16px;
    height: 60px;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.1);
    position: absolute;
    bottom: 0;
	z-index: 11;
}

.apc-button
{
  width: 70%;
}

@media (max-width: 767px) {

  .apc-footer{
      height: 120px;
  }
  .apc-button{
	width: 100%;
  }

	.mfp-content{
		height: 100%;
	}
	.mfp-container{
		top: -7px;
		left: -1px;
		width: calc(100% + 2px);
		height: calc(100% + 8px);
	}
}
