* {
  touch-action: manipulation;
}

button:focus {outline:0;cursor: pointer;}

 a{
   text-decoration: none; 
 }
 a:hover{
  color: #000;
 }
.navbar { 
  background: #fff;
  border: none;
  padding: 12px;
  border-radius: 0;
  margin-bottom: 40px;
  /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); */
  border-bottom: 1px solid #e8e7e7;
}
.navbar a{
  text-decoration: none;
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

.nav_icon{ 
  border:none;
  text-decoration:none;
  color: #752a7d; 
  background: #fff;
  padding: 0px; 
  
  font-size:9pt;
  display: inline;
} 

.nav_icon:hover{ 
  color: #571d63;
  cursor: pointer;
}   

 
.nav_icon img{
  height: 20px; 
  display: inline;
}

.nav_icon span{ 
  vertical-align: middle;
}
.nav_icon b{
  font-weight: normal;
}
.navbar .logo img{
  height: 15vw;   
  vertical-align: middle;
  max-height: 45px; 
  display: inline;
  transition: all 0.3s ease;
}
.navbar .searchbox{  
  background: #ffffff;
  padding: 0px 10px;
  border-radius: 5px;
  width: 95%;
  margin: auto;
  position: relative;
  border: 1px solid #c9c9c9;
  transition: all 0.3s ease;
}
.navbar .searchbox ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c5b9b9;
  opacity: 1; /* Firefox */
}

.navbar .searchbox :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c5b9b9;
}

.navbar .searchbox ::-ms-input-placeholder { /* Microsoft Edge */
  color: #c5b9b9;
}


.navbar .searchbox .span{
  display: inline-block;
  vertical-align: middle;
  color: #d0d0d0;
}

.navbar .searchbox .input{
  vertical-align: middle;
  font-style: 10pt;
  width:100%;
  padding: 1px 10px; 
  border:none;
  display: inline-block;
  
  transition: all 0.3s ease;
  
}
input:focus, textarea:focus, select:focus{
  outline: none;
}

.login_modal{
  
}

.login_modal label , .login .login_form label{
  font-size:10pt; 
  margin-bottom: 10px;
} 
.login_modal .form-group input:not(input[type="checkbox"]):not(.phone_verify){
  font-size: 10pt;
  width: 100%;
} 
.signup-link{
  text-decoration: none;
  color: #620962;
  font-weight: bold;
  font-size: 11pt;
}
.signup-link:hover{
  text-decoration: none;
}
@media (min-width: 1200px) {
  .w-xl-91 {
     width:91% !important;
  }
  
}
.header_basket_icon .material-icons{
  font-size: 25pt;
}
.header_basket_icon .badge_basket{
  font-size: 10pt;
} 
 
@media (min-width: 576px) {
  .login_dialog {
    max-width: 350px;
  }
  .login_dialog .modal-content {
    padding: 0.4rem;
  }
  .nav_icon{
    margin-right: 15px;
  }
 
}

.large_logo img{
  width: 100%;
}
@media (max-width: 576px) {
  .login_dialog {
    width: 95%;
    max-width: 350px;
    margin: auto;
  }
  .login_dialog .modal-content {
    padding: 3px;
  }
  .login_dialog .modal-content h4{
    font-size: 13pt;
  }
  .material-icons{
    font-size: 22px;
  }
  .dropdown-toggle::after{
    border:0px;
  }
  .nav_icon img{
    height: 18px;
    border-radius: 2px;
  } 
}
  
.form-title {
  margin: -2rem 0rem 2rem;
  
}

.btn-round {
  border-radius: 3rem;
}

.delimiter {
  padding: 1rem;
}

.social-buttons .btn {
  margin: 0 0.5rem 1rem;
}
.social-buttons img{
  height: 34px;
  margin: 0px 10px;
}

.signup-section {
  padding: 0.3rem 0rem;
  
} 

.signup-section a{ 
  font-size: 9pt;
  background: #622678;
  text-decoration: none;
  font-weight: bold;
  color: #fff; 
  margin-top: 10px;
  border-radius: 5px;
  padding: 5px 14px;
  display: block;
  transition: 0.3s;
}
.forgot-section a{
  text-decoration:none;
  color:#612578;
  font-size:10pt;
}
.login_button{
  background:#612578;
  color: #fff;
  border:none;
  border-radius: 5px;
  width: 100%;
  font-size: 10pt;
  padding: 8px 20px;
  transition: 0.3s; 
}
.login_button:hover , .signup-section a:hover{
  background:#793693; 
} 

#searchid{
  width:87%; 
  padding:10px;
  font-size:16px;
  color: black;
  background: #fff;
}

#result{
  z-index: 99;
  position:absolute;
  right: 0;
  width:100%; 
  display:none;
  margin-top:-1px;
  overflow:hidden; 
  background-color: white;
  border-top:0px;
  box-shadow: 0px 4px 7px 0px #cfcfcf;
}

.search_item{
  
  display: flex;
  align-items: center;
  justify-content: right; 

  z-index: 12;
  font-size:10pt;
  width: 100%;
  padding:7px 5px; 
  border-bottom:1px #efefef solid;
}
.search_item:last-child { 
  
  font-size: 10pt;
}

.search_item .name{
  margin-right: 0px;
  vertical-align: middle; 
  display: inline-block;
}
.search_item .cat{
  color: #954eaf;
  font-weight: bold;
  display: block; 
}
.search_item .material-icons{
  display: inline-block;
  vertical-align: middle;
  font-size: 16pt;
  color:#636363;
  margin-left: 5px;
  margin-right: 10px;
}

.search_item img{
  width:50px;
  height:50px;
  float:right;
  margin-right:6px;
  margin-left: 10px; 
  border-radius: 5px;
  border:1px solid #e5e5e5;
}

.search_item:hover{
  background:#f7f7f7;
  cursor: pointer;
}
.ajax_alert{
  display: none;
  text-align: right;
  padding: 4px 10px;
  font-size: 10pt;

}
.ajax_alert b{
  vertical-align: middle;
  font-size: 15pt;
  font-weight: bold;
}
.dropdown-menu{
  top:40px;
}
.dropdown-menu li{
  border-bottom: 1px solid #ececec;
}
.dropdown-menu li:last-child{
  border-bottom: 0px;
}
.nav-link{
  color: #685d6d; 
  text-align: right;
  
  font-size: 10pt;
}
.nav-link b{
  font-weight: normal;
}

.nav-link img{
  display: inline-block;
  height: 20px;
}
.nav-link:hover{
  color: #612578;
}
.loading1{ 
  display: none;
  width: 35px; 
  height: 35px;
}
.loading_basket{  
  width: 35px; 
  height: 35px;
  margin: auto;
  margin-top: 50px;
}


@media (max-width: 768px) {
  #searchid{
    width:87%; 
    padding:8px;
    font-size:14px; 
  }
  .navbar .searchbox{ 
    width:100%; 
  }

.navbar .searchbox .span{
  color: #ccc;
}
.nav_icon{
  /* margin-right: 4px; */
}
  /* #searchid{
    width:87%; 
    padding:4px;
    font-size:14px;
  }
  .navbar .searchbox {
    border:1px solid #bbbbbf;
    border-radius: 5px;
  } */

  .navbar .logo img{
    width: 100%;
    height: auto;
  }
  .header_basket_icon .material-icons{
    font-size: 20pt;
  }
  .header_basket_icon .badge_basket{
    font-size: 8pt;
    min-width: 15px;
    height: 15px;
    line-height:9px;
    padding: 3px;
  }
}
.searchbox_header{
  transition: all 0.3s ease;
}

.default_img{
  width:100%;
}

 
.big_header{
 top:0px;
 position:fixed;
 width:100%;  
 z-index:2;
 transition: all 0.3s ease;
}
.sticky_header{ 
 padding: 5px 10px;
} 
.sticky_header .logo img{ 
  max-width: 100%;
} 
.sticky_header .searchbox_header{
  padding: 5px;
 }

@media (max-width: 768px) {
  .sticky_header .searchbox{
    display: none;
  }
  .sticky_header .mt-3, .sticky_header .my-3{
    margin-top: 0rem!important;
   }

 
}

.sticky_header #searchid{
  font-size: 14px;
  padding: 5px;
}
/* #content{
  position:relative;
  top:100px;
  margin:0 auto;
 padding:0px; 
}
  */


/* 
.col-5 .material-icons {
  font-size: 15pt;
}
.col-7 #sidebarCollapse span{
  font-size: 15pt;
}

.col-5 .badge_basket{
  font-size: 7pt;
  left: 11px;
  top: -7px;
  width: 15px;
  height: 15px;
  line-height: 11pt;
} */