/*------- Currency Picker start -----------*/

.BOLD-mc-picker-mnt[data-open="up"] > .BOLD-mc-picker > .currentCurrency > .chevron > svg
{
  -webkit-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}

.BOLD-mc-picker-mnt[data-open="up"] > .BOLD-mc-picker.open > .currentCurrency > .chevron > svg
{
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}

.BOLD-mc-picker > .currentCurrency
{
  border: none !important;
  box-shadow: none !important;
}

.BOLD-mc-picker-mnt[data-open="up"] > .BOLD-mc-picker > .currencyList
{
  bottom: auto !important;
}

/* width */
.BOLD-mc-picker > .currencyList ::-webkit-scrollbar 
{
  width: 10px;
}

/* Track */
.BOLD-mc-picker > .currencyList ::-webkit-scrollbar-track 
{
  background: #f1f1f1; 
}

/* Handle */
.BOLD-mc-picker > .currencyList ::-webkit-scrollbar-thumb
{
  background: #888; 
}

/* Handle on hover */
.BOLD-mc-picker > .currencyList ::-webkit-scrollbar-thumb:hover
{
  background: #555; 
}

/*------- Currency Picker end -----------*/

#shopify-section-cart-template footer .Button--primary:before {
  background-color: #1c1b1b;
}


#currency_form {
  margin-left: 13px;
}

.Header__FlexItem--fill:last-child {
  margin-right: 25px;
}
.Header__Icon .Icon--nav {
  height: 19px;
}
.Header__FlexItem--fill:last-child {
  margin-right: 0px
}
a.check-bold {
  padding-left: 2px;
  padding-right: 2px;
  
} 
a.check-bold span{
      letter-spacing: 0.1em !important;
  }
@media screen and (max-width: 640px){
  .Header__Wrapper {
    padding: 15px 10px;
  }
  .icon-search{
    margin-left: 0px !important;
  }
  .icon-cart{
    margin-left: 10px !important;
  }
  .Header__LogoLink{
    width: unset;
  }
  .Header__LogoImage {
    margin-right: 0px;
    max-width: 160px;
    margin-left: auto;
  }
}
@media (max-width: 600px) {
  #currency_form select {
    width: 70px;
  }
}
@media screen and (max-width: 426px){
  .Header__Wrapper .Header__FlexItem:first-child{
    max-width: 45px !important;
  }
}