@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Yellowtail&display=swap");
html {
  overflow-x: hidden;
}

* {
  font-family: 'Poppins', sans-serif;
}

.yellowtail {
  font-family: 'Yellowtail', cursive;
}

.yellowtail * {
  font-family: 'Yellowtail', cursive;
}

body.stiky {
  margin-top: 110px;
}

img {
  max-width: 100%;
}

.profile_btn {
  background: #48DBFA;
  border-radius: 30px;
  padding-left: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.profile_btn img {
  margin-left: 10px;
}

.btn {
  background: #fff;
  color: #FA6C6C;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 30px;
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.35);
}

.btn.btn-red {
  background: #FA6C6C;
  color: #fff;
}

.btn.btn-green {
  background: #7eb668;
  color: #fff;
}

.btn.btn-blue {
  background: #48DBFA;
  color: #fff;
}

.btn.btn-yellow {
  background: #FDC957;
  color: #fff;
}

@-webkit-keyframes autofill {
  to {
    color: inherit;
    background: transparent;
    color: #000;
  }
}

.disableImg {
  animation: loader_button 2s infinite;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
}

@keyframes loader_button {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

input:-webkit-autofill.material {
  -webkit-animation-name: autofill_material;
}

header {
  padding: 15px 0;
}

header.stiky {
  position: fixed;
  top: 0;
  padding: 5px 0;
  left: 0;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='1366' height='90' viewBox='0 0 1366 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1366' height='90' fill='white'/%3E%3Crect width='1366' height='90' fill='url(%23paint0_linear_1083_107)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1083_107' x1='1222.5' y1='63.6037' x2='1053.78' y2='-363.143' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2350DAF3'/%3E%3Cstop offset='0.5' stop-color='%23FCC957'/%3E%3Cstop offset='1' stop-color='%23FA7069'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 4px 44px rgba(0, 58, 68, 0.03);
  z-index: 999;
}

header.stiky .header .logo a img {
  max-width: 150px;
  width: 100%;
}

header.stiky .header .logo a img.white {
  display: block;
}

header.stiky .header .logo a img.color {
  display: none;
}

header.stiky .header nav a {
  color: #fff;
}

header.stiky .header nav a.profile_btn {
  display: none;
}

header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

header .header .mob_menu {
  display: none;
}

@media (max-width: 991px) {
  header .header .mob_menu {
    display: block;
  }
  header .header .mob_menu button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 47px;
    height: 47px;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    position: relative;
    z-index: 100;
  }
  header .header .mob_menu button svg {
    width: 100%;
    height: auto;
  }
  header .header .mob_menu button svg.white {
    display: block;
  }
  header .header .mob_menu button svg.color, header .header .mob_menu button svg.color-close, header .header .mob_menu button svg.white-close {
    display: none;
  }
  header .header .mob_menu.active {
    z-index: 10000;
  }
  header .header .mob_menu.active button svg.white, header .header .mob_menu.active button svg.color, header .header .mob_menu.active button svg.color-close {
    display: none;
  }
  header .header .mob_menu.active button svg.white-close {
    display: block;
  }
}

header .header .logo a img {
  max-width: 150px;
  width: 100%;
}

header .header .logo a img.white {
  display: none;
}

header .header .logo a img.color {
  display: block;
}

header .header nav {
  gap: 0 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

header .header nav a {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #000;
}

header .header nav a.profile_btn {
  display: none;
}

header .header nav a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  header .header nav {
    display: none;
  }
  header .header nav.active {
    position: fixed;
    width: 100%;
    z-index: 1200;
    gap: 10px;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    text-align: center;
  }
  header .header nav.active a {
    color: #fff;
    margin: 0;
    font-size: 25px;
    padding: 0;
    font-size: bold;
  }
  header .header nav.active a.profile_btn {
    display: inline-block;
    background: linear-gradient(90deg, #F5A95B 0%, #EE6C67 100%);
    border-radius: 25.5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 13px 33px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  header .header nav.active a.profile_btn img {
    display: none;
  }
}

header .header .right_menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

header .header .right_menu a {
  background: linear-gradient(90deg, #F5A95B 0%, #EE6C67 100%);
  border-radius: 25.5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 13px 33px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  header .header .right_menu {
    display: none;
  }
}

.sub_section {
  padding: 80px 0;
}

#product_home {
  padding: 80px 0;
}

.product_list_heading h3 {
  font-size: 36px;
  margin-bottom: 80px;
  font-weight: bold;
}

.product_list_heading a {
  display: none;
}

.product_item {
  position: relative;
}

.product_item .promotext {
  text-align: center;
  margin-bottom: 0;
  font-size: 25px;
  color: #fa6c6c;
}

.product_item .promotext.promobestseller {
  background: #fa6c6c;
  color: #fff;
  position: relative;
  top: 0px;
}

.product_item .promotext.promobestseller:after {
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -20px;
  left: 0;
  background: #fa6c6c;
}

.product_item .bestseller {
  position: absolute;
  top: -25px;
  left: 7.5px;
  z-index: -1;
  width: calc(100% - 15px);
  border-radius: 20px 20px 0 0;
  background: #FA6C6C;
}

@media (max-width: 440px) {
  .product_item .bestseller {
    width: calc(100% - 60px);
    left: 30px;
  }
}

.product_item .bestseller p {
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 0 5px;
  text-align: center;
}

.product_home {
  border-radius: 20px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
  transition: .5s;
  position: relative;
  margin-bottom: 0px;
  background: #fff;
  margin-top: 0px;
  height: calc(100% - 40px);
}

@media (max-width: 991px) {
  .product_home {
    margin-bottom: 40px;
  }
}

.product_home .status {
  margin: 0;
  position: absolute;
  top: 10px;
  left: 10px;
}

.product_home .status .status_element {
  background: red;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 5px;
  border-radius: 5px;
}

.product_home .img_div {
  position: relative;
  z-index: 2;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.product_home .img_div a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.product_home .img_div a img {
  height: auto;
  width: auto;
  margin: auto;
}

.product_home .content_product_home {
  padding-top: 20px;
  padding-bottom: 20px;
}

.product_home .content_product_home a {
  color: #000;
}

.product_home .content_product_home a h4 {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}

.product_home .content_product_home p {
  text-align: center;
  color: #FA6C6C;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 10px;
}

.product_home .content_product_home p .old_price {
  width: 100%;
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
  color: #a7a7a7;
  text-align: center;
  text-decoration: line-through;
}

.product_home .content_product_home p span.per_month {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  line-height: 1;
}

.product_home .content_product_home .custom_fields {
  margin: 20px 20px 40px;
}

.product_home .content_product_home .custom_fields p {
  color: #000;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 400;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.product_home .content_product_home .custom_fields p i {
  color: #F76B6B;
  font-size: 18px;
  margin-right: 10px;
}

.product_home .btn {
  margin-bottom: 20px;
  color: #7eb668;
  font-size: 12px;
}

#footer {
  background: url(../../img/footer-background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0;
  position: relative;
}

#footer .abs_copy {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

@media (max-width: 768px) {
  #footer .abs_copy {
    position: static;
    text-align: center;
    margin-top: 40px;
  }
}

#footer .abs_copy img {
  width: 290px;
  margin-bottom: 10px;
}

#footer .abs_copy p {
  color: #fff;
  margin-bottom: 0;
}

#footer h5 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

#footer a {
  display: inline-block;
  width: 100%;
  color: #fff;
}

#footer .social_icons {
  display: flex;
}

#footer .social_icons a {
  width: 40px;
  margin: 5px;
  display: inline-block;
}

#footer .social_icons a img {
  width: 40px;
}

#footer .about_firm {
  margin-top: 40px;
}

#footer .about_firm img {
  width: 80%;
  margin-bottom: 10px;
}

#footer .about_firm p {
  color: #fff;
}

#footer .about_firm label {
  color: #fff;
}

#footer .about_firm .country_list_footer {
  height: 40px;
  background: #fff;
  border: 1px solid #fff;
  width: 100%;
}

.form_success {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 100%;
  background-image: url(../../img/cheepro-background-map.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 50px 30px;
  margin-bottom: 80px;
  display: none;
}

.form_success.show {
  display: flex;
}

.form_success img {
  width: 100px;
  margin-bottom: 20px;
}

.form_success p {
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-bottom: 0;
}

#copyright {
  background: #000;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

#copyright p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #copyright p {
    flex-wrap: wrap;
  }
}

#copyright p img {
  animation: rotate 3s infinite;
  width: 30px;
  margin: 0 5px;
}

#copyright p a {
  color: #fff;
  margin-left: 5px;
}

#copyright p a:hover {
  color: #fff;
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

#cta .modal-dialog {
  max-width: 800px;
}

#cta .btn_block {
  top: 0;
}

#cta_success .btn_block {
  display: flex;
  top: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

#cta .footer-contact__heading {
  text-align: center;
}

#cta .footer-contact__heading img {
  max-width: 100px;
}

#cta .footer-contact__heading .title span {
  font-weight: 600;
  background: linear-gradient(273.67deg, #F97F69 -28.7%, #FF4A2A -28.68%, #FFB453 41.44%, #00D0FF 118.95%);
  box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.25);
  border-radius: 46px;
  font-size: 20px;
  display: inline-block;
  padding: 10px 35px;
  width: 100%;
  margin-bottom: 0px;
  line-height: 1;
  color: #FFFFFF;
}

#cta .modal-body {
  padding: 25px;
}

#cta .form-btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}

.footer-contact {
  /* padding: 40px 15px; */
  margin: 80px 0;
  /* background: #FAFAFA;
  border: 1px solid #E8E8E8;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.05);
  border-radius: 26px; */
}

.footer-contact__form {
  margin: auto;
}

.footer-contact__heading {
  margin: 0 auto 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-contact__heading p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #484848;
}

.footer-contact__heading .title span {
  background: linear-gradient(273.23deg, #F97F69 -1.32%, #FF4A2A -1.3%, #FFB453 47.65%, #00D0FF 101.77%);
  box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.25);
  border-radius: 46px;
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  display: inline-block;
  padding: 17px 84px;
  width: 100%;
  margin-bottom: 0px;
  color: #FFFFFF;
}

@media screen and (max-width: 550px) {
  .footer-contact__heading .title span {
    padding: 17px 30px;
  }
}

@media screen and (max-width: 991px) {
  .footer-contact__form {
    padding: 20px 0px 45px;
  }
  .footer-contact__heading .title {
    font-size: 24px;
  }
}

.footer-contact__form .form-group {
  margin-bottom: 15px;
}

.footer-contact__form .form-group label {
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 5px;
  padding-left: 15px;
}

.footer-contact__form .form-group .form-control {
  background: #F5F5F5;
  border-radius: 20.5px;
  border: 1px solid #f5f5f5;
  padding: 13px 20px;
  font-size: 16px;
  line-height: 1;
  color: #1C1C1C;
}

.footer-contact__form .form-group textarea.form-control {
  height: 200px;
}

@media screen and (max-width: 991px) {
  .footer-contact__form .form-group textarea.form-control {
    height: 100px;
  }
}

.footer-contact__form .btn {
  font-size: 20px;
  padding: 10px 40px;
}

.footer-contact__form .form-check label {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

.profile_btn {
  background: #48DBFA;
  border-radius: 30px;
  font-weight: 700;
  padding: 12px 20px;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
