.bodylocked{
    overflow: hidden !important;
}
#search--ajax{
    position: fixed;
    transition: opacity 0.5s;
    width: 100%;
    opacity: 0;
    top: 120px;
    right: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #000000bd;
    z-index: 9999;
    height: 100% !important;
    backdrop-filter: blur(5px);
}
.search-ajax-wrapper{
    opacity: 1 !important;
    color: #fff;
    visibility: visible !important;
}
.ps--inner--out{
    /*animation: bounce-out-down 2s ease forwards;*/
    transform: translatey(-150%) !important;
}
@keyframes bounce-out-down {
  0% { transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes bounce-out {
  0% { transform: scale(1); }
  25% { transform: scale(.95); }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(.3);
  } 
}
.ps--inner--in{
    transform: translatey(0) !important;
}
.search--ajax--out{
 opacity: 0 !important;
}
.ps--inner{
    display: flex;
    width: 50%;
    background: #fff;
    color: #484848;
    margin: 0 auto;
    padding: 15px;
    border-radius: 0 0 1em 1em;
    flex-direction: column;
    transition: .8s ease;
    transform: translatey(-100px);
}
.ps--header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.ps--header h4{
    font-size: 14px;
    margin: 0 !important;
    padding: 0;
    color: #767676;
}
.ps--box{
    display: flex;
    padding: 15px 0 0;
    justify-content: center;
    align-items: stretch;
  
}
.ps--card{
    max-width: 300px;
    color: #484848 !important;
    display: flex;
    width: fit-content;
    /*border: 1px solid #ccc;*/
    flex-direction: column;
    border-radius: 1em;
    margin: 0px 5px;
    flex: auto;
    transition: 1s;
    align-items: center;
}

.ps--img{
    display: flex;
    width: 100%;
    height: 100%;
}
.ps--pricebox{
    display: flex;
    flex-direction: column;
    min-height: 50px;
    border-top: 1px solid #ccc;
    padding-top: 5px;
    width: 100%;
}
.old--amount{
    color: red;
    text-decoration: line-through;
}
.ps--newprice{
    font-weight: bold !important;
}
.ps--card img{
    width: 100%;
    height: 100%;
}
.ps--card span{
    font-size: 13px;
}
.ps--title{
     padding: 5px;   
}
.ps--secondtitle{
    min-height: 25px;
}
.ps--loading--box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2em 0;
}
.ps--loading{
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0'?%3E%3Csvg version='1.1' id='L2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 100 100' xml:space='preserve'%3E%3Ccircle fill='none' stroke='%23fff' stroke-width='4' stroke-miterlimit='10' cx='50' cy='50' r='48'/%3E%3Cline fill='none' stroke-linecap='round' stroke='%23fff' stroke-width='4' stroke-miterlimit='10' x1='50' y1='50' x2='85' y2='50.5'%3E%3CanimateTransform attributeName='transform' dur='2s' type='rotate' from='0 50 50' to='360 50 50' repeatCount='indefinite' /%3E%3C/line%3E%3Cline fill='none' stroke-linecap='round' stroke='%23fff' stroke-width='4' stroke-miterlimit='10' x1='50' y1='50' x2='49.5' y2='74'%3E%3CanimateTransform attributeName='transform' dur='15s' type='rotate' from='0 50 50' to='360 50 50' repeatCount='indefinite' /%3E%3C/line%3E%3C/svg%3E");
    filter: contrast(0.1);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 2em 0;
}
.ps--all--show{
    color: #fff;
    cursor: pointer;
    background: #637dde;
    padding: 0.5em 2em;
    border-radius: 5px;
    font-size: 12px;
}
.ps--all--show i{
    position: relative;
    top: 2px;
}

.card__pricing {
    left: 0;
    top: 0;
    overflow: hidden;
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
}

.card__pricing-symbol {
  font-size: 12px !important;
}
.card__pricing-number {
    font-size: 16px !important;
    left: -34px;
    top: -15px;
    transform: rotate(-45deg);
    position: absolute;
    display: block;
    width: 85px;
    padding: 20px 0 10px;
    background-color: #ff0000f5;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    color: #fff;
    font: 700 12px/1 sans-serif;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    text-transform: uppercase;
    text-align: center;
}
.close-and-title{
    display: flex;
    align-items: center;
}
.ps--close{
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    margin: .5em;
}
.ps--close:after, .ps--close:before {
    content: "";
    position: absolute;
    height: 3.5px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 20px;
}
.ps--close:before{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ps--close:after{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search-ajax-div{
    position: fixed;
    transition: opacity 0.5s;
    width: 100%;
    opacity: 0;
    top: 72px;
    right: 0;
    left: 0;
    top: 0;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
    background: #1926387a;
    min-height: 100% !important;
    justify-content: flex-end;
    height: 100vh;
}

.all--show--btn{
    font-size: 13px;
    color: #fff !important;
    background: #637dde;
    padding: 9px 20px;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    width: fit-content;
}
.ps--showall{
display: flex;
align-items: center;
padding-top: 1em;
flex-direction: column;
}
.ps--content{
   display: flex; 
   flex-direction: column;
   margin-right: 1em;
   align-items: center;
}
.ps--val{
    color: #637dde;
}
.ps--total{
    font-weight: bold !important;
}
.ps--textbox{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.recent--search{
    padding: 5px 20px 5px 10px;
    color: #484848;
    font-size: 12px;
    justify-content: space-between;
    position: relative;
    align-items: center;
    margin: .5em 0;
    display: flex;
}
.recent--search img{
    position: absolute;
    right: 0px;
}
.search-ajax-div img, .search-ajax-div p{
  display: none;  
}
.ps--notfound{
    text-align: center;
}
.ps--box {
    padding: 0 !important; 
    justify-content: inherit; 
    align-items: center;
    flex-direction: column;
    max-height: 450px;
    overflow: auto;
    display: block;
}
.ps--card{
    padding: 15px 0 !important;
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    align-items: flex-start;
    margin: 0;
}
.ps--card:last-child{
 border-bottom: none !important;   
}

.ps--img{
    width: 30% !important;
    height: 100% !important;
    mix-blend-mode: multiply;
}
.ps--showall img, .ps--notfound img{
     width: 200px !important; 
    height: 200px !important;  
}
.ps--pricebox {
    border-top: none !important;
    width: auto; 
    position: absolute;
    bottom: 0;
    left: 0;
    justify-content: center;
}

.recent--search:last-child{
    margin-bottom: 2em !important;
}
.remove--recent, .go--recent{
    cursor: pointer;
    color: #6c6c6c;
}
@media(min-width: 992px){

.ps--card:nth-child(n+5) {
    display: none !important;
}  
.active--modal .headsearch-group {
  animation: animatesearch 0.4s forwards;
  animation-delay: 0.4s;
}
.animatesearch-out {
  animation: animatesearch-out 0.4s forwards !important;
  animation-delay: 0.4s;
}
.modalopen--hideli>li , .modalopen--hideli.logo, .modalopen--hideli.basketcard-box{
    animation: fading ease 0.325s;
    animation-fill-mode: forwards;
    animation-duration: 1s;
}
.modalopen--showli>li , .modalopen--showli.logo, .modalopen--showli.basketcard-box{
    animation: fading-in ease 0.325s;
    animation-fill-mode: forwards;
    animation-duration: 1s;
}
}
@media(max-width: 992px) and (min-width: 578px){
  .ps--card:nth-child(n+4) {
    display: none !important;
}  
}
@media(max-width: 992px){
    .ps--close{
    width: 15px !important;
    height: 15px !important;
    right: 1% !important;
}
.modalopen--hideli>li , .modalopen--hideli.logo, .modalopen--hideli.basketcard-box{
    animation: fading-phone ease 0.325s;
    animation-fill-mode: forwards;
    animation-duration: 1s;
}
.modalopen--showli>li , .modalopen--showli.logo, .modalopen--showli.basketcard-box{
    animation: fading-in-phone ease 0.325s;
    animation-fill-mode: forwards;
    animation-duration: 1s;
}
.ps--inner,.headsearch-group{
    width: 95% !important;
}

#search--ajax{
    height: 100vh !important;
    top: 60px;
    padding: 0 15px;
}

.active--modal .headsearch-group {
  animation: animatesearch-phone 0.4s forwards;
  animation-delay: 0.4s;
}
.animatesearch-out {
  animation: animatesearch-out-phone 0.4s forwards !important;
  animation-delay: 0.4s;
}
}
@media(max-width: 578px){
.search-ajax-div{
    background: #fff !important;
    margin: 60px 0;
    padding: 0 30px;
}


.headsearch-group{
    width: 95% !important;
}
.search-ajax-wrapper-on{
opacity: 1 !important;
color: #fff;
visibility: visible !important;
}
#search--ajax{
    background: #fff;
}

.ps--header h4{
    font-size: 14px !important;
}
.ps--title{
    font-size: 12px !important;
    text-align: justify;
}

.ps--secondtitle{
    font-size: 10px !important;
    text-align: justify;
}
.ps--inner--out{
  /*animation: bounce-out 2s ease forwards !important;*/
     animation: none;
    transform: translatey(0px);
    opacity: 0;
}

.ps--content p{
   font-size: 12px !important;
   text-align: justify;
}
.all--show--btn {
    font-size: 12px !important;
    padding: 5px 10px !important;
    margin: auto !important;
}



.card__pricing-number{
    font-size: 12px !important;
    left: -28px !important;
    top: -2px !important;
    padding: 10px 0 10px !important;
}
.card__pricing-symbol{
  font-size: 10px !important;  
}

.fade-out-right {
    animation: fade-out-right 1s ease forwards;
}
.search-ajax-div img, .search-ajax-div p{
  display: flex !important;  
}
}
@keyframes fade-out-right {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.ps--popularserach--box{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.ps--popularserach ul{
    padding: 10px 10px 5px;
}
.ps--popularserach li{
    border: none !important;
}
.ps--popularserach li a{
    padding: 2px 5px !important;
    color: #6c6c6c;
    font-size: 12px;
}
.ps--popularserach li a:before{
    transition: .5s;
}
.ps--popularserach li a:hover{
   background: #f6f6f6 !important;
   color: #3c53c7 !important;
}
.ps--popularserach li a:hover:before{
    transform: translateX(-5px);
}