.display-none {
  display: none !important;
}
.overflow-hidden {
  overflow-y: hidden;
}
.hidden {
  opacity: 0;
}
.wcclc-copy-msg {
  display: block;
  padding: 6px;
  background-color: rgba(0, 0, 0, 0.69);
  max-width: 200px;
  width: fit-content;
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
  position: absolute;
  transform: translateY(-10px);
  transition: all 0.5s;
}
.wcclc-copy-msg::before {
  content: "";
  border-bottom: 9px solid transparent;
  border-right: 9px solid rgba(0, 0, 0, 0);
  border-top: 6px solid transparent;
  position: absolute;
  bottom: -4px;
  transform: rotate(90deg);
  left: 43%;
}
.wcclc-copy-msg.view {
  transform: translateY(-40px);
  opacity: 1;
  z-index: 5;
}
.wcclc-apply-coupon-btn.button {
  border: 1px dashed #000000;
  width: 100%;
  padding-left: 35px;
  position: relative;
}
.wcclc-apply-coupon-btn.button:hover {
  border-color: #000000;
}
.wcclc-apply-coupon-btn.button:hover .wccclc-scissors {
  transform: translateX(50px);
}
.wcclc-apply-coupon-btn.button .wccclc-scissors {
  position: absolute;
  top: -11px;
  transition: transform 1s;
}
.wcclc-coupon-popup-wrap,
.wcclc-couopn-content,
.wcclc-load-more,
.wcclc-popup-head {
  display: none;
}
.wcclc-coupon-list-section .wcclc-coupon-popup-wrap {
  width: 100%;
  position: fixed;
  top: 0;
  height: 100%;
  text-align: -webkit-right;
  background: rgba(7, 7, 7, 0.85);
  opacity: 0;
  z-index: -10;
  transition: all 0.35s;
  display: block;
}
.wcclc-coupon-list-section .wcclc-coupon-popup-wrap.wcclc-active {
  opacity: 1;
  z-index: 999999999;
  display: table;
  height: 100%;
  width: 100%;
}
.wcclc-coupon-list-section .wcclc-coupon-popup-wrap.wcclc-active .wcclc-popup-content-wrap.wcclc-right {
  right: 0;
}
.wcclc-coupon-list-section .wcclc-coupon-popup-wrap.wcclc-active .wcclc-popup-content-wrap.wcclc-left {
  left: 0;
}
.wcclc-coupon-list-section .wcclc-coupon-popup-wrap.wcclc-active .wcclc-popup-content-wrap.wcclc-popup {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  background: transparent;
  padding: 10px;
}
.wcclc-coupon-list-section .wcclc-coupon-popup-wrap.wcclc-active .wcclc-popup-content-wrap.wcclc-popup .wcclc-wraping {
  height: 500px;
  background: #fff;
  width: 100%;
  max-width: 600px;
  margin: auto;
  max-height: 90%;
}
.wcclc-coupon-list-section .wcclc-coupon-popup-wrap.wcclc-active .wcclc-popup-content-wrap.wcclc-popup .wcclc-wraping .wcclc-couopn-content {
  padding-bottom: 20px;
}
.wcclc-coupon-list-section .wcclc-coupon-popup-wrap.wcclc-active .wcclc-couopn-content,
.wcclc-coupon-list-section .wcclc-coupon-popup-wrap.wcclc-active .wcclc-load-more,
.wcclc-coupon-list-section .wcclc-coupon-popup-wrap.wcclc-active .wcclc-popup-head {
  display: block;
}
.wcclc-coupon-list-section .wcclc-coupon-popup-wrap .wcclc-popup-content-wrap {
  width: 450px;
  max-width: 100%;
  position: absolute;
  text-align: left;
  height: 100%;
  background: #fff;
  box-shadow: -4px 0 30px #000;
}
.wcclc-coupon-list-section .wcclc-coupon-popup-wrap .wcclc-popup-content-wrap.wcclc-right .wcclc-popup-head .wcclc-close::after,
.wcclc-coupon-list-section .wcclc-coupon-popup-wrap .wcclc-popup-content-wrap.wcclc-popup .wcclc-popup-head .wcclc-close::after {
  left: 5px;
  top: -16px;
  transform: scale(2);
  transition: left 0.3s;
}
.wcclc-coupon-list-section .wcclc-coupon-popup-wrap .wcclc-popup-content-wrap.wcclc-right .wcclc-popup-head .wcclc-close:hover::after,
.wcclc-coupon-list-section .wcclc-coupon-popup-wrap .wcclc-popup-content-wrap.wcclc-popup .wcclc-popup-head .wcclc-close:hover::after {
  left: 0;
}
.wcclc-coupon-list-section .wcclc-coupon-popup-wrap .wcclc-popup-content-wrap.wcclc-right {
  transition: right 0.3s;
  right: -450px;
}
.wcclc-coupon-list-section .wcclc-coupon-popup-wrap .wcclc-popup-content-wrap.wcclc-left {
  transition: left 0.3s;
  left: -450px;
}
.wcclc-coupon-list-section .wcclc-coupon-popup-wrap .wcclc-popup-content-wrap.wcclc-left .wcclc-popup-head .wcclc-close {
  padding-right: 30px;
  text-align: right;
  cursor: pointer;
  display: block;
}
.wcclc-coupon-list-section .wcclc-coupon-popup-wrap .wcclc-popup-content-wrap.wcclc-left .wcclc-popup-head .wcclc-close::after {
  right: 5px;
  top: 15px;
  transform: scale(2) rotate(180deg);
  transition: right 0.3s;
}
.wcclc-coupon-list-section .wcclc-coupon-popup-wrap .wcclc-popup-content-wrap.wcclc-left .wcclc-popup-head .wcclc-close:hover::after {
  right: 0;
}
.wcclc-coupon-list-section .wcclc-coupon-popup-wrap .wcclc-popup-head {
  background: #07a6e2;
  text-align: left;
  padding: 20px;
  color: #fff;
  font-weight: bold;
}
.wcclc-coupon-list-section .wcclc-coupon-popup-wrap .wcclc-popup-head .wcclc-close {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
.wcclc-coupon-list-section .wcclc-coupon-popup-wrap .wcclc-popup-head .wcclc-close::after {
  content: "\02FF";
  position: absolute;
}
.wcclc-coupon-list-section .wcclc-coupon-popup-wrap .wcclc-couopn-content {
  padding: 20px;
  overflow: auto;
  height: calc(100% - 65px);
}
#wcclc_submit_coupon {
  display: flex;
}
#wcclc_submit_coupon p {
  margin: unset;
  float: unset;
  margin-top: 10px;
}
#wcclc_submit_coupon p:first-of-type {
  width: 73%;
}
#wcclc_submit_coupon p:last-of-type {
  min-width: 30%;
}
#wcclc_submit_coupon p #wcclc_coupon_code {
  width: 100%;
}
.wcclc-coupon-img-wrap .wcclc-coupon-img {
  height: 21px;
  width: 21px;
  left: 9px;
  top: 10px;
  position: absolute;
  object-fit: contain;
}
.wcclc-coupon-img-wrap.wcclc-coupon-code {
  padding-left: 34px !important;
}
.wcclc-card-wrapper {
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 4px 0px #00000026;
  position: relative;
}
.wcclc-card-wrapper .wcclc-coupon-code {
  padding: 8px 12px;
  display: inline-block;
  border: 1px solid #00000026;
  background-color: #c8c895;
  color: black;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  text-shadow: 1px 1px 1px #3d3636;
}
.wcclc-card-wrapper .wcclc-coupon-code::before,
.wcclc-card-wrapper .wcclc-coupon-code::after {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  background-color: #fff;
  border-bottom: 1px solid #00000059;
  border-right: 1px solid #00000059;
  left: 20%;
}
.wcclc-card-wrapper .wcclc-coupon-code::before {
  top: -4px;
  transform: rotate(45deg);
}
.wcclc-card-wrapper .wcclc-coupon-code::after {
  bottom: -4px;
  transform: rotate(-135deg);
}
.wcclc-card-wrapper .wcclc-view-less-wrap {
  display: flex;
  flex-direction: column-reverse;
}
.wcclc-card-wrapper .wcclc-view-more-wrap {
  display: block;
  margin-bottom: 10px;
}
.wcclc-card-wrapper .wcclc-view-more-wrap .wcclc-view-more {
  font-weight: bold;
  color: inherit;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.wcclc-card-wrapper .wcclc-view-more-wrap .wcclc-view-more::before {
  content: attr(data-more);
}
.wcclc-card-wrapper .wcclc-view-more-wrap:hover,
.wcclc-card-wrapper .wcclc-view-more-wrap:focus,
.wcclc-card-wrapper .wcclc-view-more-wrap:active,
.wcclc-card-wrapper .wcclc-view-more-wrap:visited {
  outline: none !important;
}
.wcclc-card-wrapper .wcclc-view-more-wrap:hover {
  text-decoration: underline;
}
.wcclc-card-wrapper .wcclc-checkbox-detail:checked + ul {
  display: block !important;
}
.wcclc-card-wrapper .wcclc-checkbox-detail:checked ~ a .wcclc-view-more::before {
  content: attr(data-less);
}
.wcclc-card-wrapper .wcclc-coupon-desc {
  margin: 20px 0;
}
.wcclc-card-wrapper .wcclc-coupon-desc + a {
  display: block;
  margin-bottom: 10px;
}
.wcclc-apply-coupon-btn {
  outline: none !important;
}
.wcclc-apply-coupon-btn:hover,
.wcclc-apply-coupon-btn:focus,
.wcclc-apply-coupon-btn:active,
.wcclc-apply-coupon-btn:visited {
  outline: none !important;
}
.wcclc-cart {
  position: relative;
  min-height: 30px;
}
.wcclc-cart .wcclc-apply-coupon-btn {
  display: block;
  float: left;
  padding-top: 10px;
}
.wcclc-loader.wcclc-spin {
  border-radius: 50%;
  border: 5px solid #c8c8cd;
  border-top: 5px solid #20438e;
  width: 30px;
  display: inline-block;
  height: 30px;
  -webkit-animation: loadSpin 1s linear infinite;
  animation: loadSpin 1s linear infinite;
  vertical-align: middle;
  margin-right: 13px;
}
.wcclc-loader.wcclc-ball {
  width: 45px;
  display: inline-block;
  text-align: center;
}
.wcclc-loader.wcclc-ball .wcclc-loader-ball {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00f1ca;
  display: inline-block;
}
.wcclc-loader.wcclc-ball .wcclc-loader-ball:nth-child(1) {
  animation: bouncing 0.4s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95);
}
.wcclc-loader.wcclc-ball .wcclc-loader-ball:nth-child(2) {
  animation: bouncing 0.2s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95);
}
.wcclc-loader.wcclc-ball .wcclc-loader-ball:nth-child(3) {
  animation: bouncing 0.13333333s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95);
}
.wcclc-loader + button {
  vertical-align: middle;
  display: inline-block;
}
/*Animation*/
/* Safari */
@-webkit-keyframes loadSpin {
  0% {
    -webkit-transform: rotate(0deg);
    border-top: 5px solid #20438E;
  }
  50% {
    -webkit-transform: rotate(180deg);
    border-top: 5px solid #69d2fb;
  }
  100% {
    -webkit-transform: rotate(360deg);
    border-top: 5px solid #20438E;
  }
}
@-moz-keyframes loadSpin {
  0% {
    -webkit-transform: rotate(0deg);
    border-top: 5px solid #20438E;
  }
  50% {
    -webkit-transform: rotate(180deg);
    border-top: 5px solid #69d2fb;
  }
  100% {
    -webkit-transform: rotate(360deg);
    border-top: 5px solid #20438E;
  }
}
@keyframes loadSpin {
  0% {
    -webkit-transform: rotate(0deg);
    border-top: 5px solid #20438E;
  }
  50% {
    -webkit-transform: rotate(180deg);
    border-top: 5px solid #69d2fb;
  }
  100% {
    -webkit-transform: rotate(360deg);
    border-top: 5px solid #20438E;
  }
}
@-webkit-keyframes bouncing {
  0% {
    transform: translate3d(0, 10px, 0) scale(1.2, 0.85);
  }
  100% {
    transform: translate3d(0, -20px, 0) scale(0.9, 1.1);
    background: #20438E;
  }
}
@-moz-keyframes bouncing {
  0% {
    transform: translate3d(0, 10px, 0) scale(1.2, 0.85);
  }
  100% {
    transform: translate3d(0, -20px, 0) scale(0.9, 1.1);
    background: #20438E;
  }
}
@keyframes bouncing {
  0% {
    transform: translate3d(0, 10px, 0) scale(1.2, 0.85);
  }
  100% {
    transform: translate3d(0, -20px, 0) scale(0.9, 1.1);
    background: #20438E;
  }
}
