.blur{
  filter: blur(200px);
}
.lnr-menu{
  color: #E91E63;
}

.logo-img{
  position: relative;
  left: calc( 50% - 50px);
  width: 100px;
  box-shadow: #0000002e 0 0 5px 0;
}

.pulse {
    /* margin:100px; */
    /* display: block; */
    /* width: 22px;
    height: 22px; */
    border-radius: 50%;
    /* background: #cca92c; */
    cursor: pointer;
    box-shadow: 0 0 0 rgba(81, 81, 79, 0.4);
    animation: pulse 2s infinite;
  }
  .pulse:hover {
    animation: none;
  }


  @-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
  @keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
  .spinner-border{
    display:inline-block;
    width:2rem;height:2rem;
    vertical-align:text-bottom;
    border:.25em solid currentColor;
    border-right-color:transparent;
    border-radius:50%;
    -webkit-animation:spinner-border .75s linear infinite;
    animation:spinner-border .75s linear infinite
  }
  
  
  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(213, 208, 189, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(214, 214, 211, 0);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(213, 208, 189, 0.4);
      box-shadow: 0 0 0 0 rgba(213, 208, 189, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 30px  rgba(255, 255, 255, 0);;
        box-shadow: 0 0 0 30px  rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(214, 214, 211, 0);
        box-shadow: 0 0 0 0 rgba(214, 214, 211, 0);
    }
  }

  .pulse-red {
    /* margin:100px; */
    /* display: block; */
    /* width: 22px;
    height: 22px; */
    border-radius: 50%;
    /* background: #cca92c; */
    cursor: pointer;
    box-shadow: 0 0 0 rgba(81, 81, 79, 0.4);
    animation: pulse-red 4s infinite;
  }
  .pulse-red:hover {
    animation: none;
  }
  
  @-webkit-keyframes pulse-red {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(213, 208, 189, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(214, 214, 211, 0);
    }
  }
  @keyframes pulse-red {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 1);
      box-shadow: 0 0 0 0 rgba(255, 0, 0, 1);
    }
    30% {
        -moz-box-shadow: 0 0 0 30px  rgba(255, 0, 0, 0);;
        box-shadow: 0 0 0 100px  rgba(255, 0, 0, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
  }



.subtitle{
    color: #F44336;
    font-size: 10px;
    margin-top: -10px;
}

.title{
  display: inline-grid;
}

  #overlay {
    position: fixed; /* Sit on top of the page content */
    /* display: none; */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF; /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
  }

  .logo-center{
    position: relative;
    top:50%;
    left:50%;
  }



  /* Pulse front page */


  @keyframes pulse_animation {
    0% { box-shadow: 0 0 0 0 rgba(193, 191, 188, 0.8) }
    100% { box-shadow: 0 0 0 200px rgba(255, 255, 255, 0) }
  }
  .hide{
    display:none;
  }

  .hot_p_item {
    background-color: #eee;
    border-radius: 10px;
  }


  #pulse-wrapper {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #pulse-wrapper #pulse {
    margin: auto;
  }
  #pulse-wrapper #pulse span {
    position: absolute;
    margin-top: -25px; /* = height / 2 */
    margin-left: -25px; /* = width / 2 */
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #E91E63;
    animation: pulse_animation 1.3s infinite;
  }
  #pulse-wrapper #pulse span:nth-child(2) {
    animation-delay: 0.3s; /* Start the second wave with some delay */ 
  }

/* Login form */
  .orange{
    background-color:  #cddc39;
  }

.violet-card{
  background-color: #6646cd;
  border-radius: 5px 50px 5px 50px;
  width: 100%;
  height: 100px;
  box-shadow: 0 0 10px 0;
  margin:0 10%;
  padding: 30px;
}

  .white-text{
   color: white;
  }
  .pad-100{
    padding-top: 100px;
   }
   .pad-10{
    padding-top: 10px;
   }

  .mobile-responsiv-title{
    font-size: 55px
  }
  .mobile-responsiv-description{
    font-size: 25px;
    padding:30px;
  }

   @media (min-width: 699px) {
   .section-pad-150{
    padding-top: 100px;
    padding-bottom: 100px;
   }
  }


  @media (max-width: 699px) {
      .mobile-hide{
           display:none;
        }

        .p_120 {
          padding-top: 20px;
          padding-bottom: 70px;
        }
      .banner_content{
        padding-left: 10%;
        width: 100%;
      }

      .button-position-mobile{
        POSITION: relative;
        RIGHT:  calc(-30% + 40px);
      } 

      .nav-menu-position{
        position: relative;
        left: calc( 41% - 60px);
      }

      .mobile-responsiv-title{
        font-size: 1.3rem;
      }
      .mobile-responsiv-description{
        font-size: 12px;
        padding:10px 30px;
      }


 
   }
   

  @media (max-width: 778px) {
    .mobile-hide-ckt{
    display: none;
    }
    .mobile-show-ckt{
      display: initial;
      }
  }
  @media (min-width: 778px) {
    .mobile-show-ckt{
    display: none;
    }
    /* .mobile-hide-ckt{
      display: contents;
      } */
  }




   @media (min-width: 699px) {
      .mobile-show{
        display:none;
      }
   }
   @media (max-width: 699px) {     
      .pad-hide{
        display:none;
      }
   }


   @media (max-width: 991px) and (min-width: 669px)  {
    .pad-hide{
      display:none;
    }
    
    .banner_content{
      padding-left: 10%;
      width: 100%;
    }
    .button-position-mobile{
      POSITION: relative;
      RIGHT: calc(-20% + 20px);
    } 
      .nav-menu-position{
        position: relative;
        left: calc( 40% - 20px);
      }
 
      .mobile-responsiv-title{
        font-size: 35px
      }
      .mobile-responsiv-description{
        font-size: 15px;
        padding:20px 30px;
      }



   }
   

   @media (min-width: 991px) {
      .pad-show{
        display:none;
      }

    .nav-menu-position{
      position: relative;
      left: 1%;
    }

   }


/* div {
    transition: all 0.2s ease,
                all 0.8s linear;
    transition: visibility 0s, opacity 0.5s linear;
  } */



  .center{
    text-align: center;
  }
  .round{
    border-radius: 50px;
  }
  .font-12{
    font-weight: 100;
    font-size: 12px;
  }

  input {
    font-size: 14px !important;
    text-align: center;
    font-weight: 100;
  }

  .home_bottom_area{
    min-height: calc(100vh - (400px));
    position: relative;
    z-index: 1;
    background-image: url(/img/pawa/pattern-02.jpeg);
    background-repeat: round;
    margin-bottom: -10px;
  }


  /* OTP screen */

  .grecaptcha-badge{
    display: none! important;
  }

  .font-14{
    font-size: 14px;
    margin-bottom: 0px
  }
  
  .font-11{
    font-size: 11px;
    margin-bottom: 0px
  }


  .card-shade{
    margin-top: 10px;
    box-shadow: #0000001c 0 0 10px 0;
}


  .card-shade:hover{
    background-color: #5139dc18;
    box-shadow: #0000001c 0 0 12px 0;
  }

  .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    background-color: #CDDC39;
  }

/* .img-fluid {
  width: 100%;
  min-width:100px;
  min-height: 100px;
  background: url(../img/pawa/icon/basket.png) no-repeat scroll 0 0;
  background-position: center;
} */


#recaptcha-container{
    padding: 50% 0;
    height: 100vh;
    vertical-align: -webkit-baseline-middle;
    background-color: #0000005c;
    position: relative;
    top: -100vh;
    text-align: -webkit-center;
    display: none;
  }

.social-btn{
  margin: 20px 20px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 50px;
  width: 50px;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 44px;
  border-radius: 27px;
  box-shadow:  #00000020 0 0 10px 0;
}

  .social-btn:hover{
  box-shadow: white 0 0 10px 0;
  }

  .card-selected{
    background-color: #eee;
  }
 .accordion-resize{
  width: 51vw; padding: 20px;
 }

 @media (max-width: 768px) {
  .accordion-resize{
    width: calc( 78vw );
   }
 }
 
.row-reverse {
 flex-direction: row-reverse !important;
}

@media (max-width: 768px) {  
  .row-reverse {
    flex-direction: inherit;
   }
 }

 /* ==============================================================
   CATEGORIES
   ============================================================== */
   .shop_creator{
    display: block;
    min-height: 384px;
    height:70vh;
   }





    @media (max-width: 992px) {
      .category-responsive {
        max-width: 50%;
        flex: 0 0 50%;
      }
    }


.category-wrap:hover {
  text-decoration: none; }

.category-wrap:hover .category-block {
  background: #f34e79;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

  .category-block::selection {
    background: #f34e79;
  }

.category-wrap:hover .category-img path {
  text-decoration: none;
  fill: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.category-wrap:hover .category-block h6 {
  color: #fff;
  text-decoration: none; }

.category-block {
  margin: 0 auto;
  text-align: center;
  border: 1px solid #e5e7ef;
  padding: 30px;
  margin: 0 0 30px; }
  .category-block h6 {
    color: #3e434b;
    margin: 10px 0 0; }

.category-img {
  width: 64px;
  height: 64px; }
@media (max-width: 992px) {
  .category-img {
    width: 48px;
    height: 48px; 
  }
}
@media (max-width: 450px) {
 .category-img {
   width: 24px;
   height: 24px; 
}


    .category-block {
        margin: 0 auto;
        text-align: center;
        border: 1px solid #e5e7ef;
        padding: 10px;
        margin: 0 0 10px;
    }

}


 /* ==============================================================
   GALLARY
   ============================================================== */


.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

.img-responsive {
  width: 100%;
  height: 100%;
}


.img-border:hover{
  border: 1px solid #ff3a6d;
}
.img-border:checked{
  border: 1px solid #ff3a6d;
}


@media only screen and (max-width: 575px) {    
  .mobile-lable-placing{   
    margin-bottom: -13px !important;
    margin-left: 4px !important;
    font-weight: 100;
    color: #ff3507;
    font-size: xx-small;
    margin-top: -2px;
  }
}

/* ==============================================================
   Image Overlay
   ============================================================== */


.image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #0e0e0ec7;
}

.image-container:hover .image-overlay {
  opacity: 1;
}

.image-text {
  color: white;
  font-size: 15px;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.image-descr {
  color: white;
  font-size: 12px;
  position: absolute;
  top: calc( 50% + 15px );
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}



.progress{
  box-shadow: 0 0 9px 0 #0000002e;
}