#header.header1 .header-nav .currency-selector {
  margin-left: 20px;
}
#header.header1 .lang_and_сr_label {
  margin-right: 0;
}
@media (min-width: 768px) {
  #header.header1 .search-widget {
    position: relative;
    left: unset;
    top: unset;
    right: unset;
    width: auto;
    border: 0;
    display: block;
    transition: all ease-in 0.3s
  }
  #header.header1 #search_widget {
    max-width: 42px;
    justify-content: center;
    align-items: center;
    background: #ff6200;
    border-radius: 200px;
  }
  #header.header1 #search_widget:hover {
    background:#000
  }
  #header.header1 #search_widget:focus:hover {
    background:#fff
  }
  #header.header1 #search_widget input[type="text"]:hover {
    cursor: pointer;
      border-color: #000;
  }
  #header.header1 #search_widget:focus-within {
    max-width: 100%;
  }
  #header.header1 #search_widget form:before {
    content: '\f002';
    font-family: 'Font Awesome 6 Pro';
    color: #fff;
    font-weight: 600;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 200px;
  }
  #header.header1 #search_widget input[type="text"]:focus {
    background-color: #fff;
    color: #000;
    font-weight: 600;
    padding: 1em 2.5em 1em 1em !important;
    border-color: #000;
  }
  #header.header1 #search_widget:focus-within button[type=submit] {
    visibility: visible;
    right: 6px;
  }
  #header.header1 #search_widget:focus-within button[type=submit] svg path {
    fill: #000 !important;
  }
  #header.header1 #search_widget input[type="text"]:not(:focus) {
    color: transparent;
  }
  #header.header1 .header-left {
    padding: 0;
  }
  #header.header1 .amenu-item .amenu-link {
    padding: 0;
  }
  #header.header1 .phone_number {
    padding: 0;
    border: 0;
    border-radius: 8px;
    font-weight: 400;
    font-size: 13px;
    width: 100%;
    height: auto;
    display: block;
    max-width: max-content;
    margin-right: 15px;
  }
  #header.header1 .phone_number a,
    #header.header1 .user-info a,
    #header.header1 .blockcart a {
    background: #ff6200;
    color: white;
    display: flex;
    max-width: max-content;
    opacity: 1;
    border-radius: 100px;
    padding: 0;
    font-size: 15px;
    font-weight: 700;
    align-items: center;
    gap: 5px;
  }
    #header.header1 .user-info a,
    #header.header1 .blockcart a {
    display: flex;
    width: 42px;
    height: 42px;
    justify-content: center;
    align-items: center;
        max-width: 42px;
        gap: 0
    }
    #header.header1 .phone_number a:hover,
    #header.header1 .user-info a:hover,
    #header.header1 .blockcart a:hover {
        background: #000
    }
  #header.header1 .phone_number a:before,
    #header.header1 .user-info a:before,
    #header.header1 .blockcart a:before {
    font-family: 'Font Awesome 6 pro';
    display: flex;
    width: 42px;
    height: 42px;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    transition: all ease-in 0.5s;
  }
}
#_desktop_user_info .dropdown-menu .dropdown-item {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    padding: 0px;
    height: auto;
}
#_desktop_user_info .dropdown-menu li:first-child a {
  border-radius: 15px 15px 0 0;
  border: solid 2px #000;
}
#_desktop_user_info .dropdown-menu li:last-child a {
    border-radius: 0 0 15px 15px;
    border-style: solid;
    border-width: 0px 2px 2px 2px;
    border-color: #000;
}
#_desktop_user_info .dropdown-menu {
  background: transparent;
  padding: 0;
  border: 0;
  flex-direction: column;
  gap: 0;
}
#_desktop_user_info .dropdown-menu a:hover {
  background:white !important;
  color: #000 !important;
}
@media (max-width: 1200px) {
  #header.header1 .amenu-item .amenu-link {
    padding: 0;
  }
}
.gdpr-newsletter .custom-checkbox input[type=checkbox] + span {
  border-color: transparent !important;
}