@import url("components/announcement.css");
@import url("components/as-seen-on.css");
@import url("components/exclusive.css");
@import url("components/faq.css");
@import url("components/features.css");
@import url("components/footer.css");
@import url("components/header.css");
@import url("components/navbar.css");
@import url("components/product.css");
@import url("components/quotes.css");
@import url("components/reviews.css");
@import url("components/steps.css");

* {
  font-family: "Poppins", sans-serif;
  direction: ltr;
}
@keyframes rotateP {
  0% {
    transform: rotate(0);
}

50% {
    transform: rotate(180deg);
}
100% {
    transform: rotate(180deg);
}
}
body {
  position: relative;
}

section.row, header.row, footer.row {
  margin: 0;
}

.bg-light-salmon {
  background-color: #ffa07a;
}

.bg-light-salmon-pink {
  background-color: #ff9999;
}

.bg-light-mocha {
  background-color: #fdf5e6;
}

.bg-light-brown {
  background-color: #faf0e6;
}

.bg-light-orange {
  background-color: #ffdab9;
}

.bg-light-gold {
  background-color: #f1e5ac;
}

.bg-light-yellow {
  background-color: #ffffe0;
}

.bg-light-green {
  background-color: #d2e8d8;
}

.bg-light-blue {
  background-color: #d9e6ed;
}

.bg-light-purple {
  background-color: #e6e6fa;
}

.bg-light-pink {
  background-color: #ffe7e9;
}

.bg-light-gray {
  background-color: #f8fbfd;
}

.bg-gray {
  background-color: #dadbdd;
}

.bg-white {
  background-color: #fff;
}

.fa-circle-check.check-buyer {
    margin-left: 3px;
    margin-right: 7px;
    margin-top: -5px;
}
.text-light {
  color: var(--text-light);
}

.text-normal {
  color: var(--text-normal);
}

.text-dark {
  color: var(--text-dark);
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.fa-circle-check{
  color: #2BA4E2!important;
}

.owl-nav {
  position: absolute;
  top: calc(50% - 80px);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  left: 0;
  right: 0;
}

.owl-prev {
  width: 20px;
  height: 80px;
  background-color: var(--text-normal);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.owl-prev img {
  margin-left: 5px;
}

.owl-next {
  width: 20px;
  height: 80px;
  background-color: var(--text-normal);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 50%;
}
.owl-next img {
  margin-left: 5px;
}
.top-rating {
  padding: 0 0;
}
.header .header-container .header-bottom-banner .header-bottom-banner-right .top-rating p {
  font-size: 1.5rem!important;
  padding-top: 4px;
  font-weight:bold;
}
.header .header-container .header-bottom-banner .header-bottom-banner-right .top-rating .stars{
    float: left;
    color: goldenrod;
    margin: 3px 0;
    padding: 0 0;
    padding-right: 15px;
}
@media (min-width: 480px){
  .top-rating {
    padding: 0 20px;
  }
}
@media (min-width: 600px){
  .header .header-container .header-bottom-banner .header-bottom-banner-right .top-rating .stars {
    padding: 0 10px;
    padding-left: 0;
  }
  .top-rating {
    padding: 0 35px;
  }
  .btn-txt p{
    font-size: 13px!important;
  }
}
@media (min-width: 767px){
  .top-rating {
    padding: 0 10px;
  }
}
img{
  max-width:100%!important;
}
.btn-text1:before {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  width: 9px;
  height: 9px;
  background: #6fb620;
  border-radius: 50%;
  content: "";
  animation: fade 1s ease-in-out infinite;
}
@keyframes fade{
  0%{
      opacity:100%;
 }
  50%{
      opacity:30%;
 }
  70%{
      opacity:100%;
 }
  100%{
      opacity:100%;
 }
}

.btn-txt {
  float: left;
  width: 100%;
  color: #000;
}
.btn-txt p {
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
  font-size: 11px!important;
  line-height: 17px;
  letter-spacing: 0;
}
.btnBox {
  display: inline-block;
  vertical-align: top;
}
.btnBox a{
  display: block;
  margin-bottom: 5px;
}
.hourglass {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 3px 0 0;
  animation: rotateP 2.5s ease-in-out forwards infinite;
}
.btn-txt p span {
  font-weight: 500;
}

.btn-txt p span {
  font-weight: 500;
}
.btn-text1:before {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  width: 9px;
  height: 9px;
  background: #6fb620;
  border-radius: 50%;
  content: "";
  animation: fade 1s ease-in-out infinite;
}

.modal{
  position:fixed;
  top:0;
  bottom:0;
  width:100%;
  left:0;
  background:rgba(0,0,0,0.9);
  z-index:999999999999;    
  overflow: auto;
  }       
.modal-container{
  width: 100%;
  padding: 30px 0;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  z-index: 999999;
  }   
.modal-outerBox{
  display:inline-block;
  vertical-align:top;
  width:100%;
  max-width:920px;
  background:#fff;
  position:relative;
  border-radius:25px;
  overflow:hidden;
  border: 5px solid #ddd;
  }
.modal-close{
  position: absolute;
  line-height: 19px;
  z-index: 99;
  right:15px;
  top:15px;
  font-size:18px;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background:#353535;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  font-family: sans-serif;
  }
.modal-body{
  float:left;
  width:100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  }
.modal-content-left{
  float:left;
  width:55%;
  text-align:center;
  padding:30px 30px 35px;
  }
.modal-wait{
  font-size:68px;
  line-height:72px;
  color:#f90647;
  font-weight:bold;
  text-transform:uppercase;
  }
.modal-title{
  height:3px;
  margin:25px 0;
  }
  .fa-circle-check {
    color: #2BA4E2 !important;
    margin-right: 10px;
    margin-top: 4px;
}
.modal-title span{
  display:inline-block;
  vertical-align:middle;
  padding:0 13px;
  background:#fff;
  font-size:23px;
  line-height:30px;
  color:#191919;
  font-weight:500;
  margin-top:-20px;
  letter-spacing:1px;
  }
.modal-discount{
  font-size:100px;
  color:#f90647;
  font-weight:bold;
  border-bottom: 5px solid #ddd;
  font-family:'Poppins', sans-serif;
  }
.modal-coupon-code-text{
  font-size:21px;
  line-height:30px;
  color:#262626;
  margin-top:25px;
  }
.modal-coupon-code{
  display:inline-block;
  vertical-align:top;
  width:250px;
  border:3px dashed #000;
  font-size:35px;
  line-height:50px;
  font-weight:bold;
  text-transform:uppercase;
  margin-top:15px;
  letter-spacing:1.5px;
      font-family:'Open Sans', sans-serif;

  }
.modal-coupon-button{
  display:inline-block;
  vertical-align:top;
  width:100%;
  max-width:375px;
  height:67px;
  line-height:67px;
  font-size:26px;
  margin-top:30px;
  font-family:'Poppins', sans-serif;
  font-weight: 600;
  color: var(--text-white);
  border-radius: 30px;
  background-color: var(--primary-color);
  }

  .modal-coupon-button:hover {
      background: var(--primary-hover-color);
      border-color: var(--primary-hover-color);
      color: var(--text-white);
      text-decoration: none;
    }
    .modal-coupon-button:focus {
      background: var(--primary-hover-color);
      border-color: var(--primary-hover-color);
      color: var(--text-white);
    }
.r-side{
  width:45%;
  background:#e5f9ff;
  padding-top: 40px;
  text-align:center;
  }
.modal-prod{
  display:inline-block;
  vertical-align:middle;
  max-width:100%;
  width: auto;
  margin-top: 100px;
  }
  .modal-body{
      padding:0;
  }
.show-modal {
  display: none;
}

@media only screen and (max-width:910px) {
  .hide-modal {
      display: none;
  }

  .show-modal {
      display: block;
  }

  .modal-container {
      padding: 20px 0;
  }

  .modal-outerBox {
      width: calc(100% - 20px);
      max-width: 400px;
  }

  .modal-content-left {
      width: 100%;
      padding: 20px 15px 20px;
  }

  .modal-wait {
      font-size: 44px;
      line-height: 44px;
  }

  .modal-title {
      margin: 20px 0;
  }

  .modal-title span {
      padding: 0 13px;
      font-size: 16px;
      line-height: 22px;
      margin-top: -17px;
  }

  .modal-discount {
      font-size: 70px;
      line-height: 80px;
      padding-bottom: 20px;
      padding-top: 10px;
  }

  .modal-coupon-code-text {
      font-size: 20px;
      line-height: 26px;
      margin-top: 10px;
  }

  .modal-coupon-code {
      width: 240px;
      font-size: 30px;
      line-height: 46px;
  }

  .modal-coupon-button {
      font-size: 22px;
      margin-top: 25px;
  }

  .modal-coupon-button .btn-arw {
      width: 25px;
  }

  .r-side {
      width: 100%;
      padding: 20px;
  }

  .modal-prod {
      height: auto;
      width: auto;
      margin-top: 10px;
  }

  .modal-close {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 14px;
      right: 10px;
      top: 10px;
  }
  
}