
#sp-header .hovercard , #sp-header .logged-in-box{
    top: 31px;
}
.emptybasket{
    color: #81858b;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    flex-direction: column;
}
.emptybasket div{
    display: flex;
    padding-top: 20px;
}
.emptybasket i{
        margin-right: 10px;
}
.emptybasket img{
    filter: saturate(1.3);
}
#sp-topbar .basketcard-box{
    top: 20px !important;
}
a{
    text-decoration: none !important;
}
.logged-out-icone a{
    font-size: 12px;
    color: #ccc;
    margin: 6px 10px;
    display: flex;
    text-decoration: none !important;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 2em;
    padding: 3px 10px;
}
.logged-in-icone span{
    font-size: 22px;
    color: #ccc;
    margin: 0 10px;
    display: flex;
    text-decoration: none !important;
    align-items: center;   
}
.hovercard{
    display: none;
    color: #fff;
    position: fixed;
    left: 24px;
    z-index: 99999999999;
    top: 43px;
    background: white;
    width: 300px;
    border-radius: 5px;
    height: auto;
    -webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 20%);
}
.logged-in-box{
     position: fixed;
    left: 54px;
    z-index: 99999999999;
    top: 43px;
    background: white;
    width: 200px;
    border-radius: 5px;
    height: auto;
    -webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 20%);   
}
.cardbox-one{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    padding: 12px 16px 12px 12px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}
.numheader{
    color: #81858b;
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 12px;
    display: none;
}
.cardbox-one div{
    font-size: 12px;
    color: #81858b;
}
.cardbox-one a{
    color: #3c53c7 !important; 
    font-size: 12px !important;
    display: flex;
    align-items: center;
}
.cardbox-main{
    max-height: 290px;
    overflow-y: scroll;
    overflow-x: hidden;
    list-style: none;
    /*border-top: 1px solid #ccc;*/
    

}
.cardbox-main::-webkit-scrollbar {
  display: none;
}

.itemcard-link{
    padding: 15px 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start;
    /*border-bottom: 1px solid #f0f0f1;*/
    margin: 0 12px;
}
.itemcard-img{
    width: 75px;
    height: 75px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    max-width: 75px;
    position: relative;
}
.itemcard-title{
    margin-right: 8px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 12px;
    color: #000;
    text-align: right;
}
.itemcard-subtitle{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}
.dltbtn{
    background: transparent;
    outline: none !important;
    border: none;
}
.itemcard-two{
    padding: 8px;
    border-top: 1px solid #f0f0f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    color: #81858b;
}
.itemcard-price{
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 4px;
}
.continuecard{
    display: flex;
    border-radius: 5px;
    font-size: 14px;
    color: #fff !important;
    text-align: center;
    padding: 10px 30px;
    background-color: #3c53c7;
    border: none;
}

}

.hidden{
    display: none !important;
    visibility: hidden !important;
}
.zindex{
    z-index: 0 !important;
}


.toggleblock{
    display: block !Important;
}
.login-links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 1.833;
    padding: 10px 20px;
    cursor: pointer;
    color: #424750;
}
.login-texts{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    line-height: 1.833;
    padding: 10px 20px;
    color: #424750;
}
.login-links i{
    margin-left: 10px;
}
.login-links-br:after{
    content: "";
    width: calc(100% - 32px);
    height: 1px;
    background: #ccc;
    position: absolute;
    bottom: auto;
    margin-top: 42px;
}
.logged-in-icone:after {
    content: "\2039";
    position: absolute;
    color: #fff;
    left: 40px;
    top: 9px;
    transform: rotate(90deg);
}
@media (max-width: 480px){
    .log-out-span{
        display: none;
    }
    .logged-out-icone a{
        border: none !important;
        padding: 0 !important;
        margin: 0 5px;
    }
}



/*search styles*/
.modalopen{
	overflow: hidden;	
	}
#sp-headersearch-phone .headsearch-group{
    width: 95%;
    margin-right: 0;
    margin-left: 0 !important;
}

#sp-headersearch-phone .headsearch-group .search-control{
        padding: 8px 8px 8px 0px !important;
}

	
.headsearch-group .search-control {
    text-align: right;
    display: block;
    padding: .375rem .75rem;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    outline: none !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 1.833;
    z-index: 51;
    position: relative;
}

.headsearch-group .search-control-feedback {
    z-index: 2;
    display: block;
    width: 5.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    color: #fff;
    left: 0px;
    cursor: pointer;
    transition: 0.5s;
    transform: scale(1.3);

}
.search-control-feedback:active{
    transform: scale(0.95);
}
.headsearch-group {
    width: 50%;
    height: 44px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    position: fixed;
    top: 0;
    opacity: 0;
    background: #000;
}

@media (max-width: 900px){
.topbar-search {
    padding: 0 !important;
}
}
@media (max-width: 768px){
.header-icon-search {
    top: 8px !important;
}
.header-icon-search{
    right: 55px !important;
    position: fixed !important;
    width: fit-content;
}
.countpro-num{
    top: 5px !important;
}
}

.swiper-container{
    border-radius: 15px !important;
    overflow: hidden;
}

.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

.modal {
  display: flex;
  flex-direction: column;
  position: fixed; 
  z-index: 999;
  left: 0 !important;
  right: 0 !important;
  top: 44px !important;
  width: 100%;
  height: 100%; 
  overflow: auto; 
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0,0,0,0.5);
  justify-content: flex-start;
  align-items: center;
  transition: .8s;
}
.modal.active--modal{
  opacity: 1;
  visibility: visible;    
}

.modal-content {
   background-color: transparent;
	box-shadow: none !important;
	border: none !important;
	width: 100%;
	
}

.closemodal {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    font-size: 55px;
}

.closemodal:hover,
.closemodal:focus {
  color: red;
  cursor: pointer;
}


@keyframes animatesearch {
  from {
    transform: translatex(-20%);
    opacity: 0;
  } 
  to {
    transform: translatex(0);
    opacity: 1;
  }
}
@keyframes animatesearch-out {
  from {
    transform: translatex(0);
    opacity: 1;
  } 
  to {
    transform: translatex(-20%);
    opacity: 0;
  }
}
@keyframes animatesearch-phone {
  from {
    transform: translatey(-20%);
    opacity: 0;
  } 
  to {
    transform: translatey(0);
    opacity: 1;
  }
}
@keyframes animatesearch-out-phone {
  from {
    transform: translatey(0);
    opacity: 1;
  } 
  to {
    transform: translatey(-20%);
    opacity: 0;
  }
}

  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}	
	
.svg-icon.search-icon {
    display: flex;
    width: 30px;
    height: 30px;
	cursor: pointer;
}
.svg-icon.search-icon:focus .search-path, .svg-icon.search-icon:hover .search-path {
  stroke: #299ecc;
}
.svg-icon.search-icon:active .search-path {
  stroke: #111516;
  stroke-width: 2px;
}
.header-icon-search{
    /*position: absolute;*/
    cursor: pointer;
    z-index: 99;
    top: 0;
    left: 190px;
    transition: 0.5s;
    

}
.search-input-box{
    display: flex;
    width: 100%;
    align-items: center;
}

.magic-icon-search, .keyup-icon-search {
    position: absolute;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 99;
    left: 0;
    transition: 0.5s;

}
.magic-icon-search:active, .keyup-icon-search:active {
    transform: scale(0.9);
}
.keyup-icon-search {
    opacity: 0;
    transform: scale(0);
}

.magic-icon-search::before, .keyup-icon-search::before{
    content: "";
    border-radius: 20px;
    display: inline-block;
    width: 2px;
    height: 10px;
    background: #797979;
    position: absolute;
    left: 25px;
    top: 25px;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: all 0.3s;
}

.magic-icon-search::after, .keyup-icon-search::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 50%;
    height: 50%;
    border: 3px solid #797979;
    border-radius: 50%;
    top: 16px;
    left: 16px;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: all 0.3s;
}

.magic-icon-search.close-search::before {
    height: 60%;
    left: 18px;
    top: 18px;
    border-radius: 20px;
}

.magic-icon-search.close-search::after {
    border-width: 1px;
    border-radius: 20px;
    background: #797979;
    width: 0;
    height: 60%;
    left: 18px;
    top: 18px;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.3s, background 0s 0.3s;
}
.closekeyup {
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 30px;
    overflow: hidden;
    transition: 0.5s;
    margin-left: 10px;
}
.closekeyup::before, .closekeyup::after {
    content: "";
    position: absolute;
    height: 1.5px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #797979;
    border-radius: 20px;
}
.closekeyup::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.closekeyup::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search-go-up {
  animation: upmove 1s;
  animation-fill-mode: forwards;
}
.searchgodown {
  animation: downmove 1s;

}
.basket-go-up {
  animation: upmove 1s;
  animation-fill-mode: forwards;
}
.basket-go-down {
  animation: downmove 1s;
  animation-fill-mode: forwards;
}

@keyframes upmove {
  from {
      opacity: 1;
      transform: translatey(0);
  }
  to {
      opacity: 0;
      transform: translatey(-100%);
  }
}
@keyframes downmove {
  from {
      opacity: 0;
      transform: translatey(-100%);
  }
  to {
      opacity: 1;
      transform: translatey(0);
  }
}
@keyframes upmove-2 {
  from {
      opacity: 0;
      transform: translatey(0);
  }
  to {
      opacity: 1;
      transform: translatey(100%);
  }
}
@keyframes downmove-2 {
  from {
      opacity: 0;
      transform: translatey(100%);
  }
  to {
      opacity: 1;
      transform: translatey(0);
  }
}
