.campaign {
  display: none;
}

.campaign-running .campaign {
  display: block;
  height: 90px;
  background: #1B1A1A;
  overflow: hidden;
}

@media (max-width: 767px) {
  .campaign-running .campaign {
    height: 200px;
  }
}

.campaign-running .campaign div {
  height: 100%;
}

@media (min-width: 991px) {
  .campaign-running .campaign .optin__illus {
    margin-right: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .campaign-running .campaign .optin__illus {
    margin-right: 0;
    width: 30%;
  }

  .campaign__dis_img[class] {
    margin-left: 30px;
    width: 13%;
    margin-right: 15px !important;
  }

}

.campaign-running .campaign__text {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .campaign-running .campaign__text {
    flex-flow: column;
    justify-content: flex-start;
  }
}

.campaign-running .campaign__text div {
  height: auto;
}

@media (max-width: 767px) {
  .campaign-running .campaign__text img {
    max-width: 65%;
  }
}

@media (max-width: 767px) {
  .campaign-running .campaign__text .campaign__dis_img {
    margin: 4px 0;
  }
}

.campaign-running .campaign__text h3 {
  margin: 0;
  font-weight: 700;
  font-size: 35px;
  color: #fff;
  line-height: 1;
  margin: 0;
}

@media (max-width: 767px) {
  .campaign-running .campaign__text h3 {
    font-size: 25px;
    line-height: 1.3;
    text-align: center;
    margin: 10px 0;
  }
}

.campaign-running .campaign__text .save-fifty-parcent {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .campaign-running .campaign__text .save-fifty-parcent {
    margin-top: 0;
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .campaign-running .campaign__text .mb-none {
    display: none;
  }
}

.campaign-running .appsero__campain_countdown {
  display: flex;
  align-items: center;
  margin-left: 33px;
}

@media (max-width: 767px) {
  .campaign-running .appsero__campain_countdown {
    margin-left: 0 !important;
    margin-bottom: 8px;
  }
}

.campaign-running .appsero__campain_countdown div {
  padding: 0px 12px;
  text-align: center;
}

.campaign-running .appsero__campain_countdown span {
  display: block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 800;
  line-height: 1.2;
}

.campaign-running .appsero__campain_countdown span:last-child {
  font-size: 13px;
  font-weight: 400;
  color: #ddd;
}

.campaign-running .campaign__btn {
  background-color: #ff0000;
  display: inline-flex;
  justify-content: center;
  padding: 8px 25px 6px;
  border-radius: 30px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-left: auto;
  position: relative;
  z-index: 1;
  transition: all 0.25s;

}

/* .campaign-running .campaign__btn:hover {
  animation-name: tada;
  animation-duration: 1.2s;
	animation-fill-mode: both;
} */

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@media (max-width: 767px) {
  .campaign-running .campaign__btn {
    margin-left: initial;
  }
}

.campaign-running .campaign__btn:hover {
  background: #e60000;
  color: #fff;
}

.campaign-running .get__coupon {
  display: flex;
  align-items: center;
  max-height: 35px;
  overflow: hidden;
  transition: all 0.25s;
}

.campaign-running .get__coupon:hover .get__coupon-code,
.campaign-running .get__coupon:hover .get__coupon-copy {
  border-color: #ff0000;
}

.campaign-running .get__coupon-code {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  border-right: 0;
  border-top: 2px dotted #fff;
  border-bottom: 2px dotted #fff;
  border-left: 2px dotted #fff;
  padding: 12px 16px;
  border-radius: 3px 0 0 3px;
  background: transparent;
  max-height: 35px;
  max-width: 137px;
  transition: all 0.25s;
}

.campaign-running .get__coupon-code:focus {
  outline: 0;
}

.campaign-running .get__coupon-copy[class] {
  padding: 5px 11px 1px;
  border: 2px solid #fff;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  transition: all 0.25s;
}

.campaign-running .get__coupon-copy[class]:hover {
  background: #ff0000;
}

.campaign-running .get__coupon-copy[class]:hover svg path {
  fill: #fff;
}

.campaign__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: #504f4f;
  cursor: pointer;
  border: 0;
  opacity: .5;
  transition: all .25s;
}

.campaign__close:hover {
  background: #b30000;
  opacity: 1;
}

.campaign__close span {
  width: 15px;
  height: 2px;
  background: #fff;
  display: block;
  transform: rotate(45deg);
  transform-origin: center;
}

.campaign__close span::after {
  content: '';
  width: 15px;
  height: 2px;
  background: #fff;
  display: block;
  transform: rotate(90deg);
  transform-origin: center;
}

/* Popup form */
.black__friday-form-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 9999;
	opacity: 0;
	transition: all .3s;
	visibility: hidden;
	pointer-events: none;
}
  
.black__friday-form-wrap.modal-open {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
  
.black__friday-form-wrap.modal-open .form-section {
	opacity: 1;
	transform: translateY(0);

}

  
.black__friday-form-wrap .form-section {
  max-width: 650px;
  width: 100%;
  margin: 70px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(-50px);
  transition: all .3s;
  background: #1B1A1A;
  padding: 40px 20px;
  text-align: center;
  background-image: url('../images/something-big/lead-form-bg.png');
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: cover;
}
  
.black__friday-form-wrap .form-section .top-info h5 {
  
  line-height: 30px;
  margin-bottom: 18px;

  
}

.black__friday-form-wrap .form-section .blackf-image {
  margin-bottom: 22px;
  width: 28%;

  
}
  
.black__friday-form-wrap .form-section .form-body {
  padding: 36px 59px;
}

.black__friday-form-wrap .form-section input {
  padding: 6px 21px !important;
}

		  
  
.black__friday-form-wrap .form-section h4 {
  font-size: 20;
  font-weight: 700;

}

.black__friday-form-wrap .form-section input[type="submit"] {
  margin-top: 23px !important;
  height: 48px !important;

}
  
.black__friday-form-wrap .form-section .blackf-image {
  margin-bottom: 25px;
}
  
.black__friday-form-wrap .form-section input {
  background: transparent !important;
  border-radius: 30px;
  padding: 8px 21px !important;
  text-align: center;
  color: #fff !important;
  width: 371px !important;
  margin-bottom: 14px !important;

}
  
.wpuf-label {
  display: none !important;

}

.black__friday-form-wrap .form-section input[type="submit"] {
  background: #000000 !important;
  box-shadow: 0px 25.339px 75.621px rgba(45, 28, 0, 0.12) !important;
  border-radius: 25.5866px !important;
  border: 0 !important;
  text-shadow: none !important;
  color: #fff !important;
  width: 147px !important;
  font-size: 13px !important;
  margin-top: 30px;
  height: 51px !important;
  text-transform: inherit !important;

}
  
.wpuf-form-add li {
  margin-bottom: 0 !important;
  padding: 0 !important;

}

.black__friday-form-wrap .form-section .wpuf-form-add label {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  letter-spacing: .15px;
}

.black__friday-form-wrap .form-section .close_icon {
  position: absolute;
  z-index: 2;
  top: 11px;
  right: 0;
  color: #bbb;
  font-weight: 700;
  padding: 0;
  cursor: pointer;
  transition: all .25s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 44px;

}
  
.black__friday-form-wrap .form-section .form-body {
  background: #FFFFFF;
  border-radius: 30px;
  margin: 0 61px;
  padding: 20px 59px;
  text-align: center;
  display: inline-block;
}

.black__friday-form-wrap .form-section .form-body h4 {
  font-weight: 700;
  font-size: 25.5866px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 15px;
}
  
.black__friday-form-wrap .form-section .form-inner {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.black__friday-form-wrap .form-section .top-info h5 {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #00F06E;
  margin-bottom: 22px;

}

@media (max-width: 767px) {
  .black__friday-form-wrap .form-section input{
    width: 100% !important;

  }
  .black__friday-form-wrap .form-section .form-body {
    margin: 0;
    padding:  14px 30px !important;
  }
  .black__friday-form-wrap .form-section .form-body h4 {
    font-size: 16px !important;
    font-weight: 800 !important;
    margin-bottom: 2px !important;

  }
  .form-section {
    max-width: 90% !important;
    margin: 60px auto !important;
  }
  .blackf-image{
    margin-bottom: 8px !important;

  }

}

@media (max-width: 1500px) {
  .form-section {
    padding: 30px 20px !important;
    margin: 70px auto !important;
    max-width: 600px !important;
    height: 85% !important;
  }
  .black__friday-form-wrap .form-section .form-body {
    margin: 0 !important;
    padding: 5px 40px !important;
  }
}
/* end Popup form */


.time-running {
  display: block;

}

.coupon_code {
  margin-right: 60px;
  
}

@media (max-width: 767px) {
  .coupon_code {
    margin-right: 0;
    
  }

}
.coupon_remaing {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  margin: 0;

}

.coupon_remaing .coupon_number {
  color: #FFF300;
  font-size: 21px;
  font-weight: 900;
  margin-right: 3px;
}

.donate-btn {
  font-weight: 700;
  font-size: 16.4751px;
  line-height: 19px;
  text-align: center;
  text-decoration-line: underline;
  color: #FFFFFF;
  margin: 0 0 0 16px;

}

.or-text {
  font-size: 16.4751px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  margin: 0 0 0 16px;

}


/* Something modal form style */
.something_big_subscribe_form.modal-opened {
  opacity: 1;
  visibility: visible;
  display: block;
  pointer-events: initial;
}

.something_big_subscribe_form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 9999;
  opacity: 0;
  transition: all .3s;
  visibility: hidden;
  pointer-events: none;
  display: none;
}

.modal-form.modal-opened .modal-form-body {
  opacity: 1;

}

.hurryup-image {
  background: url('../images/hurryup.png');
  width: 150px;
  height: 18px !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.product-icon {
  background: url('../images/product-icon.png');
  width: 48px;
  height: 48px !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.left-coupon-code span {
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
  display: block;

}

.left-coupon-code {
  display: flex;
  align-items: center;
  gap: 13px;
  
}

@media (max-width: 767px) {
  .left-coupon-code span {
    font-size: 16px;
  
  }
}
