.dvore-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  background: var(--color-white);
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 15px;
}

.dvore-navigation.dvore-front-menu-template-1-container {
  width: 100%;
  background-color: var(--color-white);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

.dvore-nav-wrapper.dvore-front-menu-template-1-container > div:first-child,
.dvore-nav-wrapper.dvore-front-menu-template-1-container > div:last-child {
  max-width: 200px;
  width: 100%;
}

.dvore-navigation.dvore-front-menu-template-1-container a {
  color: var(--color-dark);
}

.dvore-navigation.dvore-front-menu-template-1-container a:hover {
  color: var(--color-white);
}
.dvore-navigation.dvore-front-menu-template-1-container .dvore-front-menu-template-top-nav a:hover {
  color: var(--color-primary) !important;
}

.dvore-front-menu-template-modules-1
  .dvore-front-menu-template-mini-cart
  .dvore_prg_mini_cart_button {
  background: transparent;
  outline: none;
  border: none;
  position: relative;
  color: var(--color-white);
  padding: 0;
  cursor: pointer;
}

.dvore-front-menu-template-modules-1
  .dvore-front-menu-template-mini-cart
  button {
  text-transform: uppercase;
}

.dvore-front-menu-template-modules-1
  .dvore-front-menu-template-mini-cart
  .dvore_prg_mini_cart_button:hover {
  color: var(--color-primary);
}

.dvore-front-menu-template-modules-1
  .dvore-front-menu-template-mini-cart
  .dvore_prg_mini_cart_button
  .badge.badge-pill {
  position: absolute;
  top: -7px;
  right: -7px;
  font-size: 50%;
  padding: 4px 5px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: var(--color-primary);
}

.dvore-front-menu-template-modules-1 {
  display: flex;
}

.dvore-front-menu-template-modules-1 > div:not(:first-child) {
  margin-left: 20px;
}

.dvore-front-menu-template-modules-1 a {
  color: var(--color-dark);
}

.dvore-front-menu-template-modules-1 a:hover {
  color: var(--color-primary);
}

.dvore-front-menu-template-navigation-inner {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  flex-direction: column;
}

/* Main-menu */
.dropdown:hover .dropdown-menu {
  display: block;
  left: initial;
  right: 0;
  margin: 0;
  padding: 0;
  min-width: inherit;
}

.dropdown:hover .dropdown-menu .dropdown-item {
  margin: 0;
  color: var(--color-primary);
  width: 100%;
}

.dvore-front-menu-template-main {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 10;
  top: 0;
  right: -100%;
  background-color: var(--color-white);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  font-size: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.dvore-front-menu-template-navigation-1,
.dvore-front-menu-template-top-nav {
  max-width: 50%;
  width: 100%;
}
.dvore-front-menu-template-top-nav{
  border-top: 1px solid var(--color-white);
  max-width: inherit;
  padding: 30px 20px;
}

.state2 .dvore-front-menu-template-main {
  right: 0%;
}

.dvore-close-menu-btn {
  position: absolute;
  top: 25px;
  right: 25px;
}

.dvore-responsive-menu-btn {
  display: flex;
  justify-content: flex-end;
}

.dvore-responsive-menu-btn button {
  color: var(--color-white);
}

.dvore-close-menu-btn button {
  color: var(--color-dark);
}

.dvore-responsive-menu-btn button,
.dvore-close-menu-btn button {
  background: transparent;
  border: none;
  outline: none;
  font-size: 2rem;
  cursor: pointer;
}

.dvore-front-menu-template-logo a {
  display: block;
}

.dvore-front-menu-template-logo img {
  height: 50px;
}

.dvore-navigation.dvore-front-menu-template-1-container {
  font-size: 16px;
}

.dvore-front-menu-profile-dropdown-container {
  display: none;
  flex-direction: column;
  position: absolute;
  z-index: 10;
  top: inherit !important;
  right: inherit !important;
  bottom: calc(100% + 5px);
  left: 0;
  background-color: var(--color-white);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
  box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
}
.dvore-front-menu-profile-dropdown-container:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent var(--color-white) transparent;
  content: "";
  display: block;
  background: transparent;
  position: absolute;
  bottom: -5px;
  left: 35px;
  top: inherit !important;
  right: inherit !important;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.dvore-front-menu-profile-dropdown-container:after {
  width: 100%;
  height: 5px;
  content: "";
  display: block;
  background: transparent;
  position: absolute;
  bottom: -5px;
  left: 5px;
  top: inherit !important;
  right: inherit !important;
}
.dvore-front-menu-profile-dropdown-container a{
  color: var(--color-dark) !important;
}

.dvore-front-menu-template-navigation-inner {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}

.dvore-front-menu-template-nav-link {
  padding: 10px;
  display: block;
}
.dvore-front-menu-template-nav-link > span {
  position: relative;
}
.dvore-front-menu-template-nav-link > span:after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--color-dark);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.dvore-front-menu-template-nav-link > span:hover:after {
  width: 100%;
}

.dvore-front-menu-template-top-nav .dvore-front-menu-template-nav-link,
.dvore-front-menu-template-top-nav a {
  color: var(--color-dark);
}

.dvore-front-menu-template-modules-2 > div:not(:first-child) {
  margin-left: 20px;
}

.dvore-front-menu-template-modules-2 {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding-top: 30px;
  position: relative;
}

.dvore-front-menu-template-modules-2:after {
  max-width: 500px;
  width: 100%;
  content: "";
  height: 2px;
  top: 0;
  background-color: var(--color-primary);
  position: absolute;
}

.dvore-dropdown {
  position: relative;
}

.dvore-front-menu-template-nav-link {
  color: var(--color-dark);
}

.dvore-dropdown:hover .dvore-dropdown-menu {
  display: block;
}

.dvore-dropdown .dvore-dropdown-menu .dvore-dropdown-item {
  padding: 10px;
  display: block;
  white-space: nowrap;
  position: relative;
}
.dvore-dropdown .dvore-dropdown-menu .dvore-dropdown-item:after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--color-dark);
  position: absolute;
  left: 0;
  display: block;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.dvore-dropdown .dvore-dropdown-menu .dvore-dropdown-item:hover:after {
  width: 100%;
}

.dvore-dropdown .dvore-dropdown-submenu {
  position: relative;
  display: flex;
  justify-content: center;
}

.dvore-dropdown .dvore-dropdown-submenu:hover .dvore-dropdown-submenu-inner {
  display: block;
}

.dvore-dropdown .dvore-dropdown-submenu .dvore-dropdown-submenu-inner {
  background-color: var(--color-white);
}

.dvore-dropdown-item.dvore-menu-active:after{
  width: 100% !important;
}
.dvore-front-menu-template-nav-item.dvore-menu-active .dvore-front-menu-template-nav-link > span:after{
  width: 100% !important;
}



@media(min-width: 992px){
  
}

@media (max-width: 991px) {
  .dvore-front-menu-template-navigation-1,
  .dvore-front-menu-template-top-nav {
    max-width: 90%;
  }
}

@media (max-width: 680px) {
}
