/* Popup container */
.tp-popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: visible; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  font-family: "Poppins",sans-serif;
  color: #fff;
  font-size: 14px;
}

/* Popup content */
.popup-content {
  margin: 5% auto;
  padding: 20px 30px;
  width: 40%;
  background-image: url("../img/tp-popup-bg4.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.popup-content-body{
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.popup-content .img-pop{
  width: 70%;
  padding-left: 40px;
}
.popup-content .img-pop{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.popup-content .text-pop{
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
/* Close button */
.close {
  color: #fff;
  float: right;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 22px;
}
.close span{
  font-size: 26px;
  margin-left: 5px;

}
.close:hover,
.close:focus {
  color: #eb2b56;
  text-decoration: none;
  cursor: pointer;
}
.popup-content h3{
  font-size: 24px;
}
.tp-hbspt, .tp-popup-footer, .hbspt-pop{
  display: none;
}
.tp-btn{
  background-color: #eb2b56;
  color: #fff;
  padding: 15px 25px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  border-radius: 30px;
  letter-spacing: 0.5px;
  border: none;
}
.tp-btn:hover{
  background-color: #d7a4fd;
  color: #000;
}
.popup-content .img-pop h2 {
  color: #d7a4fd;
  font-size: 62px;
  line-height: 1;
  font-weight: 900;
  margin: 0;
  margin-bottom: 20px;
}

.popup-content .img-pop h3{
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 20px;
}
.popup-content .img-pop h3 span{
  font-weight: 600;
  color: #d7a4fd;
}
.tp-discount{
  color: #d7a4fd;
  font-size: 52px;
  line-height: 1;
  font-weight: 700;
  margin: 0;
}
.popup-content .img-pop label:not(.hs-error-msg) {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
}
.popup-content .img-pop .hs-form-required {
  color: #eb2b56;
}
.popup-content .img-pop .hs-input:not([type="file"]) {
  background-color: #f0f0f0;
  border-radius: 3px;
  height: 40px;
  font-size: 14px;
  width: 100%;
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  color: #333;
}
.popup-content .img-pop ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.popup-content .img-pop form{
  width: 80%;
}
.popup-content .img-pop .hs-fieldtype-intl-phone{
  display: flex;
  justify-content: space-between;
  background: transparent !important;
  height: auto !important;
  padding: 0 !important;
}
.popup-content .img-pop .hs-fieldtype-intl-phone select,  .popup-content .img-pop .hs-fieldtype-intl-phone input{
  margin: 0 !important;
  height: auto !important;
  padding: 0 !important;
  padding: 5px !important;
  height: 40px !important;
  width: 30% !important;
}
.popup-content .img-pop .hs-fieldtype-intl-phone input{
  height: 40px !important;
  width: 65% !important;
  margin-left: 20px;
}
.popup-content .img-pop .hs-error-msg{
  color: red;
}
.popup-content .img-pop .hs-button {
  margin: 10px 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #eb2b56;
  border-color: #eb2b56;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 15px;
  padding: 13px 30px;
  white-space: pre-wrap;
}
.popup-content .img-pop .hs-button:hover {
  background-color: #d7a4fd7d;
  border-color: #d7a4fd7d;
}
.tp-popup-footer{
  background-color: #eb2b56;
  width: 100%;
  padding: 10px;
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  opacity: 0;
}
.tp-popup-footer.tp-call{ opacity: 1; }
.tp-popup-footer h3{
  color: #fff;
  margin: 0 20px;
  font-size: 20px;
}
.tp-popup-footer button.popupBtn{
  background-color: #fff;
  color: #eb2b56;
  border: none;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 6px;
  text-transform: uppercase;
  animation: pulse 2s infinite ease-in-out;
}
.tp-popup-footer button.popupBtn:hover, .tp-popup-footer button.popupBtn:focus{
  background-color: #333;
  color: #fff;
}
.popup-content .img-pop  .submitted-message{
  font-size: 24px;
  font-weight: 500;
}
.cs-scrollup.cs-scrollup_show{
  z-index: 999;
}
.button{ background-color:#eb2b56;}
.button:hover{ background-color: #b47cfd; background-image: none; box-shadow: none;}
.cs-sticky_header.darkHeader{top:0;}
.cs-fooer{
  padding-bottom: 60px;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
 /* 17 -07- 24 */
.popup_random_prod {
    visibility: visible;
    opacity: 1;
    transform: none;
    transition: .8s;
    position: fixed;
    z-index: 99;
    width: auto;
    max-width: 100%;
    left: auto;
    padding: 40px 40px 40px 20px;
    bottom: 150px;
    min-width: inherit;
    right: auto;
    color: #fff;
    background-color: #51047c;
    background-image: url("../img/popup_random_bg.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: left;
    border-radius: 5px;
}
.hide_popup_random_prod {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30px);
    transition: .4s !important;
}
.popup_random_prod .close_popup {
  color: #fff;
  border-radius: 50%;
  background: #eb2b56;
  font-size: 16px;
  font-weight: 600;
  height: 20px;
  width: 20px;
  line-height: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  transition: .3s;
  text-align: center;
}
.popup_random_prod .close_popup:hover{ background: #333; }
.popup_random_prod .popup_text{
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}
.popup_random_prod .popup_text:nth-child(2){
  color: #8be4ff;
  font-size: 22px;
}
.popup_text_wrap{
  position: relative;
  display: flex;
  flex-direction: column;
}
a.popup_btn{
  position: absolute;
  background: #eb2b56;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  right: 0;
  bottom: -10px;
}
a.popup_btn:hover{
  background-color: #c7a0fd;
  color: #05001e;
}
@media only screen and (min-width: 1800px) {
  .popup-content .img-pop h3 {
    font-size: 22px;
  }
  .popup-content .img-pop form{
    width: 70%;
  }
}
@media only screen and (min-width: 1680px) {
  .popup-content-body{
    min-height: 550px;
  }
}
@media only screen and (max-width: 1600px) {
  .popup-content{
    width: 55%;
  }
}
@media screen and (max-width: 1380px) {
  .cs-funfact.cs-style1 .cs-funfact_number {
    font-size: 32px;
  }
}
@media only screen and (max-width: 992px) {
  .popup-content{
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .popup-content-body{
    min-height: 500px;
  }
}
@media only screen and (min-width: 600px) {
  .popup_random_prod{
    width: 500px;
    right: 40px;
  }
  .popup_random_prod .popup_text:nth-child(2)::after{
    position: absolute;
    content: "";
    display: block;
    width: 150px;
    height: 1px;
    background-color: #8be4ff;
    bottom: 5px;
    right: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-content{
    width: 95%;
    padding: 20px;
    margin: 15% auto;
  }
  .popup-content .img-pop{
    width: 100%;
  }
  .popup-content .img-pop h2{
    font-size: 42px;
  }
  .popup-content .img-pop h3 {
    font-size: 16px;
  }
  .popup-content .img-pop{
    padding: 0;
  }
  .popup-content-body{
    min-height: auto;
  }
  .tp-popup-footer{
    flex-direction: column;
    padding: 5px 0;
  }
  .tp-popup-footer h3{
    text-align: center;
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
  }
  .cs-fooer{
    padding-bottom: 90px;
  }
  .popup-content .img-pop form {
    width: 100%;
  }
  .cs-funfact_wrap.cs-type1 {
    margin-top: -70px;
  }
  .hero-section .hero-content .top-part .part:nth-child(1) img.logo {
    height: 110px !important;
  }
  .popup_random_prod{
    bottom: 120px;
  }
}
@media only screen and (max-width: 540px) {
  .popup_text_wrap{
    align-items: center;
    text-align: center;
  }
  a.popup_btn{
    position: relative;
    display: inline-block;
    width: fit-content;
  }
  .popup_random_prod .popup_text{
    font-size: 20px;
  }
  .popup_random_prod .popup_text:nth-child(2){
    font-size: 16px;
  }
}