@charset "utf-8";
/* CSS Document */

:root{
  --font-family: "poppins", sans-serif;
  --font-weight: 400;
  --font-style: normal;
}

*{
   font-family: var(--font-family);
   font-weight: var(--font-weight);
}



.navbar{
  background:white !important;
  max-height: 70px !important;
  box-shadow: 2px 2px 2px rgb(229, 226, 226) !important;
}


.navbar-brand{
  margin-left:15px;
	width: 4%;
}

.offcanvas{
    background-color: #020B2E !important;
}
.offcanvas-title{
    color:white ! important;
}
 .btn-close-white{
    margin-right:140px ! important;
  }

a{
  text-decoration:none ! important;
    
}

#logo{
	width: 100%;
}



.searchBar[type=text] {
  width: 100px;
  box-sizing: border-box;
   /*border: 2px solid #ccc;*/
  border:none ! important;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url("images/searchicon.png");
  background-size: 8%;
  background-position: 4px 10px; 
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.searchBar[type=text]:focus {
  width: 100%;
  background: white;
}


.fa-angle-down{
 transition: transform 0.5s;	
}

.fa-angle-down:hover{
 font-size: 20px;
  transform: rotate(180deg);	
}



.ddropCover{
	display: flex;
	column-gap: 50px;
}
	
.dshow .rap{
	width: 180px;
	line-height: 45px;
	opacity: 0;
	position: absolute;
	visibility: hidden;
	
}
	
.rap{
  background: white !important;
  top:60px;
}

.dshow:hover .rap{
	top:35px;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease;
  border-top: 1px solid !important;
  border-top-color: orange !important;

}

.dshow p{
  font-size: 3vw !important;
}

.rap p{
  font-size: 3vw !important;
}


.rap p:hover{
  background-color: #020B2E !important;
  color: white !important;
}

ul li{
  font-size: 3vw !important;
}

.navbar-toggler{
  display: inline-block !important;
  color:#f8f9fa ! important;
  background-color: #020B2E !important;
  margin-top: -10px !important;
}


#cartP{
  margin-top: -10px !important;
  margin-right: 0px !important;
}

#cart-item{
}

#mv{
  margin-top: -8px !important;
  margin-right: -30px !important;
}

#gtranslate_wrapper{
  margin-top: -10px !important;
}

/*For Desktop View*/

@media screen and (min-device-width: 1025px){

  .navbar{
    background:#020B2E;
    max-height: 70px !important;
  }
  
  
  .navbar-brand{
    margin-left:0px;
    width: 10% !important;
  }
  
  #logo{
    width: 50% !important;
    margin-top: -10px !important;
  }
  
  
  .btn-close-white{
    margin-right:140px ! important;
  }

  .searchDiv{
    margin-top: -10px !important;
    margin-left: -90px !important;
  }

  
  .searchBar[type=text] {
  width: 50px;
  margin-top: -65px;
  box-sizing: border-box;
   /*border: 2px solid #ccc;*/
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url("images/searchicon.png");
  background-size: 50%;
  max-height: 40px;
  background-position: 4px 4px; 
  background-repeat: no-repeat;
  padding: 10px 20px 12px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

  .ddropCover, .shift{
    margin-top: -10px !important;
  }

  .dshow p{
    font-size: 1.2vw !important;
  }
  
  .rap p{
    font-size: 1.2vw !important;
  }
  
  ul li{
    font-size: 1.2vw !important;
  }
  

  .navbar-toggler{
    display: none !important;
  }

#mv{
  margin-top: -10px !important;
  margin-right: 40px !important;
}


#gtranslate_wrapper{
  margin-top: -15px !important;
}
	
}


	
/* For Tablet Landscape View */
@media only screen and (min-device-width: 641px)
and (max-device-width: 1024px) {
 
  .navbar{
    background:#020B2E;
    max-height: 50px !important;
  }
  
  
  .navbar-brand{
    margin-left:0px;
    width: 10% !important;
    margin-top: -10px !important;
  }
  
 .nav-link{
    font-size:2vw ! important;
  }

  .dshow{
    display: none !important;
  }
  
  
  .btn-close-white{
    margin-right:140px ! important;
  }

  #logo{
    width: 65% !important;
  }

  #mv{
    margin-top: -5px !important;
  }

  .searchDiv{
    margin-top: -10px !important;
    margin-left: -20px !important;
  }

  .searchBar[type=text] {
  width: 30px;
  margin-top:0px;
  margin-left: -60px;
  /*border: 2px solid #ccc;*/
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url("images/searchicon.png");
  background-size: 60%;
  max-height: 40px !important;
  background-position: 10px 8px; 
  background-repeat: no-repeat;
   padding: 10px 10px 10px 15px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.searchBar[type=text]:focus{
  width: 140px !important;
}
::placeholder{
	font-size: 9px !important;
}

  .ddropCover, .shift{
    margin-top: -10px !important;
  }

  .navbar-toggler{
    margin-top: -10px !important;
    margin-right: 100px !important;
  }

  .dshow p{
    font-size: 1.4vw !important;
  }
  
  .rap p{
    font-size: 1.2vw !important;
  }
  
  ul li{
    font-size: 1.4vw !important;
  }
  
  
}
	
	


/* For Tablet Portrait View */
@media only screen and (min-device-width: 421px)
and (max-device-width: 640px) {
    
  .navbar{
    background:#020B2E;
    max-height: 50px !important;
  }
  
  
  .navbar-brand{
    margin-left:0px;
    width: 10% !important;
    margin-top: -10px !important;
  }
  
 .nav-link{
  font-size:3vw ! important;
}
 
.btn-close-white{
    margin-right:140px ! important;
}

  #logo{
    width: 65% !important;
  }

  #mv{
    margin-top: -10px !important;
  }

  .searchDiv{
    margin-top: -10px !important;
    margin-left: -20px !important;
  }

  .searchBar[type=text] {
  width: 30px;
  margin-top:0px;
  margin-left: -60px;
  /*border: 2px solid #ccc;*/
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url("images/searchicon.png");
  background-size: 60%;
  max-height: 40px !important;
  background-position: 10px 8px; 
  background-repeat: no-repeat;
   padding: 10px 10px 10px 15px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.searchBar[type=text]:focus{
  width: 140px !important;
}
::placeholder{
	font-size: 9px !important;
}


  .ddropCover, .shift{
    margin-top: -10px !important;
  }

  .navbar-toggler{
    margin-top: -10px !important;
    margin-right: 115px !important;
  }

  .dshow{
    display: none !important;
  }
	
}
	

@media screen and (max-width:420px){
	
.navbar-brand{
    margin-left:0px;
	  width: 16%;
}


 .navbar-toggler{
    width: 15% !important;
    display: inline-block !important;
    margin-left: -55px !important;
  }

.nav-link{
  font-size:4vw ! important;
}

#logo{
	width: 90%;
  margin-top: -9px !important;
	margin-left: 0px !important;
}

.btn-close-white{
    margin-right:140px ! important;
}

.searchDiv {
  margin-top: 0px !important;
  margin-left: -50px !important;
}

 .searchBar[type=text] {
  width: 55px;
  margin-top: -25px !important;
  margin-left: 5px !important;
  /*border: 2px solid #ccc;*/
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url("images/searchicon.png");
  background-size: 50% !important;
  max-height: 100px !important;
  background-position: 0px; 
  background-repeat: no-repeat;
  padding:0px 0px 10px -3px !important;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.searchBar[type=text]:focus{
  width: 100px !important;
  margin-left:5px !important;
  margin-right: 45px !important;
}
::placeholder{
	font-size: 9px !important;
}


input{
  width: 50px;
  
 
  transition: width 0.5s;
}
input:hover {
  width: 105px;
}

.dshow{
  display: none !important;		
}

#cartP{
  margin-left: -90px !important;
}

.fa-cart-plus, #cart-item{
  font-size: 4.5vw !important;
}

#cart-item{
  font-size: 3vw !important;
}

#mv{
  display: none !important;
}

.gtranslate_wrapper{
  font-size: 3vw !important;
  width: 100px !important;
  margin-top: -40px !important;
  margin-right: 25px !important;
}

}