/*-------------------
This theme uses Bootstrap v5.1.

It is highly recommended to check out Bootstrap's guiding principles,
strategies, and techniques at https://getbootstrap.com/docs/5.1/extend/approach/
before adding custom styling.

To learn more about Bootstrap v5.1, please check
out https://getbootstrap.com/docs/5.1/getting-started/introduction/.
/*-------------------*/

/*-------------------*/
/* GENERAL */
/*-------------------*/

/*-------------------*/
/* TOP NAV */
/*-------------------*/

/*-------------------*/
/* HEADER */
/*-------------------*/

/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

/*-------------------*/
/* CONTENT */
/*-------------------*/

/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/

/*-------------------*/
/* PRODUCT */
/*-------------------*/

/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/

/*-------------------*/
/* FOOTER */
/*-------------------*/

/*--------- CURRENCY & LANGUAGE ----------*/
.settings-icons-container {
  align-items: center;
}
.currency-language {
  margin-right: 20px;
  flex-direction: row;
}
.currency-language a.nav-link {
  color: #333;
  letter-spacing: 0.6px;
  cursor: pointer;
}
.currency-language ul a.nav-link {
  display: flex;
  align-items: center;
  padding: 9px 15px !important;
  letter-spacing: 0.4px;
}
.currency-language a.nav-link span {
  line-height: 25.2px;
  font-size: 14px;
}
.currency-language ul a.nav-link:hover, .currency-language ul a.nav-link:focus {
  color: #333;
  text-decoration: none;
  opacity: 0.7;
}
/* .currency-language .dropdown-toggle::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  top: 0px;
}
.currency-language .dropdown-toggle.show::after {
  top: 4px;
} */
.currency-language .dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #ffffff !important;
  border-radius: 8px;
  right: 0;
  padding: 7px 0px 8px;
  margin: 0;
  left: auto;
  min-width: 100px !important;
}
.currency-language .dropdown-menu ul {
  padding: 0;
  list-style-type: none;
}
.currency-container-currency .dropdown-menu {
  overflow-y: scroll;
  max-height: 620px;
  background: #ffffff;
}
.currency-container-currency .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}
.currency-container-currency .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3); 
  border-radius: 4px;
}
.currency-container-currency .dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5);
  background: #9c9c9c;
}
/*--------- END - CURRENCY & LANGUAGE ----------*/

/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 661px){

}

@media screen and (max-width: 1200px){

}

@media screen and (max-width: 660px){

}

@media screen and (max-width: 340px){

}