.hero_single {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0;
  color: #fff;
}
.hero_single .opacity-mask {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.hero_single .opacity-mask h1,
.hero_single .opacity-mask h3 {
  color: #fff;
  line-height: 1;
  font-size: 48px;
  font-size: 3rem;
  margin: 10px;
  font-weight: 500;
}
@media (max-width: 767.5px) {
  .hero_single .opacity-mask h1,
  .hero_single .opacity-mask h3 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
.hero_single .opacity-mask p {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (max-width: 767.5px) {
  .hero_single .opacity-mask p {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.hero_single.version_2 {
  height: 680px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 767.5px) {
  .hero_single.version_2 {
    height: 480px;
  }
}
.hero_single.version_2 .opacity-mask h1,
.hero_single.version_2 .opacity-mask h3 {
  font-size: 56px;
  font-size: 3.5rem;
  margin-top: 15px;
}
.hero_single.version_2 .opacity-mask h1:before,
.hero_single.version_2 .opacity-mask h3:before {
  content: url("../img/divider.svg");
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 767.5px) {
  .hero_single.version_2 .opacity-mask h1,
  .hero_single.version_2 .opacity-mask h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.hero_single.version_2 .opacity-mask p {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "Lora", serif;
}
@media (max-width: 767.5px) {
  .hero_single.version_2 .opacity-mask p {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.hero_single.inner_pages {
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ededed;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 991.8px) {
  .hero_single.inner_pages {
    background-attachment: scroll;
  }
}
.hero_single.inner_pages p {
  font-family: "Lora", serif;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(0px);
  }
}
.main_title {
  position: relative;
  margin-bottom: 5px;
  position: relative;
}
.main_title span {
  width: 120px;
  height: 2px;
  background-color: #e1e1e1;
  display: block;
}
.main_title span em {
  width: 60px;
  height: 2px;
  background-color: #978667;
  display: block;
}
@media (max-width: 767.5px) {
  .main_title {
    margin-bottom: 10px;
  }
}
.main_title h2 {
  font-size: 32px;
  font-size: 2rem;
  max-width: 600px;
  margin: 10px 0 10px 0;
}
@media (max-width: 767.5px) {
  .main_title h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.main_title p {
  max-width: 600px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}
@media (max-width: 991.5px) {
  .main_title p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.main_title a {
  position: absolute;
  right: 65px;
  bottom: 0;
  font-weight: 500;
}
@media (max-width: 991.8px) {
  .main_title a {
    display: none;
  }
}
.main_title.center {
  text-align: center;
}
.main_title.center span {
  margin: auto;
}
.main_title.center span em {
  margin: auto;
}
.main_title.center h2 {
  max-width: inherit;
  font-size: 34px;
  font-size: 2.125rem;
}
@media (max-width: 767.5px) {
  .main_title.center h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.main_title.center p {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 400;
  max-width: inherit;
}
.main_title.version_2 a {
  right: 0;
}
@media (max-width: 767.5px) {
  .main_title.version_2 a {
    display: none;
  }
}

.margin_120_100 {
  padding-top: 120px;
  padding-bottom: 100px;
}
@media (max-width: 767.5px) {
  .margin_120_100 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.margin_80_60 {
  padding-top: 80px;
  padding-bottom: 60px;
}

.margin_60_40 {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (max-width: 991.5px) {
  .margin_60_40 {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}

.margin_60_30 {
  padding-top: 60px;
  padding-bottom: 30px;
}

.margin_30_40 {
  padding-top: 30px;
  padding-bottom: 40px;
}

.margin_detail {
  padding-top: 30px;
  padding-bottom: 15px;
}
@media (max-width: 991.8px) {
  .margin_detail {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}

.add_bottom_10 {
  padding-bottom: 10px;
}

.add_bottom_15 {
  padding-bottom: 15px;
}

.add_bottom_25 {
  padding-bottom: 25px;
}

.add_bottom_45 {
  padding-bottom: 45px;
}

.add_top_30 {
  margin-top: 30px;
}

.add_top_60 {
  margin-top: 60px;
}

.mb_5 {
  margin-bottom: 5px;
}

@media (max-width: 767.5px) {
  .margin_mobile {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}

.opacity-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

/* Buttons */
a.btn_1,
.btn_1 {
  border: none;
  background: #eaa16c;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 8px 25px;
  color: black;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  line-height: normal;
  text-transform: capitalize;
}
a.btn_1:focus,
.btn_1:focus {
  outline: none;
}
a.btn_1:hover,
.btn_1:hover {
  filter: brightness(115%);
  background-color: #e7ac82;
}
a.btn_1.full-width,
.btn_1.full-width {
  display: block;
  width: 100%;
  text-align: center;
}
a.btn_1.small,
.btn_1.small {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 7px 15px;
}
a.btn_1.medium,
.btn_1.medium {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 15px 30px;
}
a.btn_1.outline,
.btn_1.outline {
  border: 2px solid #111;
  color: #111;
  padding: 6px 15px;
  background: none;
}
a.btn_1.outline:hover,
.btn_1.outline:hover {
  border-color: #978667;
  color: #978667 !important;
}
a.btn_1.outline:focus,
.btn_1.outline:focus {
  outline: none;
}
a.btn_1.gray,
.btn_1.gray {
  background: #f0f0f0;
  color: #111 !important;
}
a.btn_1.gray:hover,
.btn_1.gray:hover {
  background-color: #FFC107;
  color: #111 !important;
}

a.btn_play {
  background: #fff;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 32px;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
  color: #999;
  z-index: 99;
}
@media (max-width: 767.5px) {
  a.btn_play {
    display: none;
  }
}
a.btn_play:hover {
  color: #978667;
}

.pulse_bt {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
  animation: pulseanime 2.5s infinite;
  -webkit-animation: pulseanime 2.5s infinite;
}

.pulse_bt:hover {
  animation: none;
}
@keyframes pulseanime {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.container {
  max-width: 1280px !important;
}
@media (max-width: 991.8px) {
  .container {
    max-width: 100% !important;
  }
}

.frame {
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
}
.frame.white {
  background: url("https://www.ansonika.com/foores/img/frame_white.png") 0 0 repeat-x;
  background-size: 10px 3px;
}
.frame.gray {
  background: url("https://www.ansonika.com/foores/img/frame_gray.png") 0 0 repeat-x;
  background-size: 10px 3px;
}
.frame.black {
  background: url("https://www.ansonika.com/foores/img/frame_footer.png") 0 0 repeat-x;
  background-size: 10px 3px;
  top: -3px;
}

.form-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-control {
  padding: 10px;
  height: 40px;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 3px;
  border: 1px solid #d2d8dd;
}
.form-control:focus {
  border-color: #ccc;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05);
}
.form-control.text_area {
  height: 150px !important;
}

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  opacity: 1;
  border-color: #ededed;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  font-family: "Poppins", Helvetica, sans-serif;
  color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

p {
  margin-bottom: 10px;
  text-align: justify;
}
@media (max-width: 991.5px) {
  p {
    margin-bottom: 5px;
    line-height: 22px;
  }
}

strong {
  font-weight: 600;
}

label {
  font-weight: 500;
  margin-bottom: 3px;
}

a {
  color: #978667;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  outline: none;
}
a:hover, a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.nav-link {
  display: block;
  padding: 0 15px;
  height: 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #444;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
  color: #978667;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border: none;
  border-bottom: 2px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -2px;
}

.nav-tabs .nav-link {
  border: none;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-bottom: 2px solid #978667;
  color: #978667;
  background-color: transparent;
}

.pagination_fg {
  text-align: center;
  margin-top: 15px;
}
.pagination_fg a {
  color: #333;
  display: inline-block;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border-radius: 3px;
  margin: 0 2px;
}
.pagination_fg a:hover {
  background-color: #f0f0f0;
}
.pagination_fg a.active {
  background-color: #333;
  color: white;
}

@media only screen and (min-width: 992.8px) {
  .main-menu {
    width: auto;
  }
  .main-menu a {
    white-space: nowrap;
  }
  .main-menu ul li {
    display: inline-block;
  }
  .main-menu ul li.submenu:hover > a:before,
  .main-menu ul li.submenu:hover > a:after {
    bottom: -10px;
    opacity: 0;
  }
  /* Submenu*/
  .main-menu ul ul {
    position: absolute;
    border-top: 2px solid #978667;
    z-index: 1;
    visibility: hidden;
    left: 3px;
    top: 110%;
    margin: 0;
    display: block;
    padding: 0;
    background: #fff;
    min-width: 210px;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
    transform: scale(0.4);
    transform-origin: 10% top;
    transition: 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
    border-radius: 3px;
    opacity: 0;
    transition: all 0.2s ease;
  }
  .main-menu ul ul:before {
    bottom: 100%;
    left: 12%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #978667;
    border-width: 7px;
    margin-left: -7px;
  }
  .main-menu ul li:hover > ul {
    padding: 0;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.2s;
    transition-duration: 0s, 0.2s, 0.2s;
  }
  .main-menu ul ul li {
    display: block;
    height: auto;
    padding: 0;
  }
  .main-menu ul ul li a {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #444;
    border-bottom: 1px solid #ededed;
    display: block;
    padding: 12px 15px;
    transition: all 0.3s ease;
  }
  .main-menu ul ul li:last-child a {
    border-bottom: none;
  }
  .main-menu ul ul li:first-child a:hover {
    border-radius: 3px 3px 0 0;
  }
  .main-menu ul ul li:last-child a {
    border-bottom: none;
  }
  .main-menu ul ul li:last-child a:hover {
    border-radius: 0 0 3px 3px;
  }
  .main-menu ul ul li:hover > a {
    background-color: #f9f9f9;
    color: #978667;
    padding-left: 18px;
  }
  /* Submenu 3rd level */
  .main-menu ul ul li.third-level > a {
    font-weight: normal !important;
  }
  .main-menu ul ul li.third-level > a:hover {
    background-color: #f9f9f9;
    color: #978667;
    padding-left: 18px;
    opacity: 1;
  }
  .main-menu ul ul li.third-level > a:after {
    font-family: "ElegantIcons";
    content: "5";
    float: right;
    font-size: 16px;
    font-size: 1rem;
    margin-top: -2px;
  }
  .main-menu ul ul ul {
    position: absolute;
    border-top: 0;
    z-index: 1;
    height: auto;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    background: #fff;
    min-width: 190px;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
  }
  /* Arrows top 3rd level*/
  .main-menu ul ul ul:before {
    border-width: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 991.8px) {
  #header_menu {
    display: block;
    text-align: center;
    position: relative;
    padding: 30px 0 25px 0;
    background-color: #978667;
  }
  #header_menu a.open_close {
    position: absolute;
    right: 15px;
    top: 0;
    left: inherit;
    color: #fff !important;
  }
  .main-menu ul li a:hover,
  a.show-submenu:hover {
    color: #978667 !important;
    background-color: #f9f9f9;
    opacity: 1 !important;
  }
  .main-menu ul li {
    border-top: none;
    border-bottom: 1px solid #ededed;
    color: #fff;
  }
  /* Menu mobile first level */
  .main-menu ul li a {
    padding: 15px !important;
    text-align: center;
  }
  .main-menu li,
  .main-menu a {
    display: block;
    color: #333 !important;
  }
  .main-menu li {
    position: relative;
  }
  .main-menu ul > li {
    padding-bottom: 0;
  }
  .main-menu ul > li i {
    float: right;
  }
  .main-menu > ul > li.submenu:hover > a:after {
    transform: rotate(180deg);
    color: #978667;
  }
  .main-menu ul > li.submenu > a:after {
    font-family: "ElegantIcons";
    font-size: 21px;
    font-size: 1.3125rem;
    content: "3";
    color: #444;
    line-height: 1;
    float: right;
    display: inline-block;
    transition: all 0.3s ease-in-out;
  }
  /* Menu mobile second level */
  .main-menu ul li.submenu ul {
    border-left: 1px solid #ededed;
    margin: 0 0 10px 25px;
  }
  .main-menu ul li.submenu ul li {
    border: 0;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  /* Menu mobile 3rd level */
  .main-menu ul li.submenu ul ul {
    border-left: none;
    margin: 0 0 0 15px;
  }
  /* Menu mobile left panel */
  .main-menu {
    overflow-y: scroll;
    transform: translateX(-102%);
    top: 0;
    left: 0;
    bottom: 0;
    width: 55%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background-color: #fff;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .main-menu.show {
    transform: translateX(0);
  }
  .main-menu .show-submenu + ul {
    display: none;
    visibility: hidden;
  }
  .main-menu a.show-submenu + ul.show_normal {
    display: block;
    visibility: visible;
  }
}
@media only screen and (max-width: 480.5px) {
  .main-menu {
    width: 100%;
  }
}
a.btn_top {
  border: 1px solid #999;
  border-radius: 3px;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
a.btn_top:hover {
  border-color: #978667;
  color: #fff !important;
  background-color: #978667;
}
a.btn_top.order {
  border: 1px solid rgba(255, 255, 255, 0);
  background-color: #978667;
  color: #fff !important;
}
a.btn_top.order:hover {
  background-color: #262626;
}
@media (max-width: 991.8px) {
  a.btn_top {
    background-color: #262626;
    color: #fff !important;
    border: 0;
    border-radius: 0;
  }
}

.sticky a.btn_top {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.sticky a.btn_top.order {
  border: 1px solid rgba(255, 255, 255, 0);
  background-color: #978667;
  color: #fff !important;
}
.sticky a.btn_top.order:hover {
  background-color: #262626;
}

ul#top_menu {
  float: right;
  margin: 0 25px 0 25px;
  padding: 4px;
  list-style: none;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (max-width: 991.8px) {
  ul#top_menu {
    position: absolute;
    top: 22px;
    right: 15px;
    float: none;
    margin: -2px 0 0 10px;
  }
}
ul#top_menu li {
  float: left;
  margin: 0;
  line-height: 1;
}
ul#top_menu li a {
  color: #fff;
}
ul#top_menu li a:hover {
  color: #fff;
  opacity: 0.7;
}
ul#top_menu li a.cart_bt, ul#top_menu li a.search-overlay-menu-btn {
  display: block;
  width: 22px;
  height: 23px;
  position: absolute;
  top: 18px;
  transition: opacity 0.5s ease;
}
ul#top_menu li a.cart_bt.cart_bt, ul#top_menu li a.search-overlay-menu-btn.cart_bt {
  top: 16px;
}
@media (max-width: 991.8px) {
  ul#top_menu li a.cart_bt.cart_bt, ul#top_menu li a.search-overlay-menu-btn.cart_bt {
    top: 5px;
  }
}
@media (max-width: 991.8px) {
  ul#top_menu li a.cart_bt, ul#top_menu li a.search-overlay-menu-btn {
    top: 2px;
    right: 5px;
  }
}
ul#top_menu li a.cart_bt strong, ul#top_menu li a.search-overlay-menu-btn strong {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  width: 16px;
  height: 16px;
  text-indent: 0;
  display: block;
  text-align: center;
  position: absolute;
  bottom: -4px;
  right: -3px;
  line-height: 17px !important;
  border-radius: 50%;
  background-color: #262626;
  color: #fff !important;
}
@media (max-width: 767.5px) {
  ul#top_menu li a.cart_bt strong, ul#top_menu li a.search-overlay-menu-btn strong {
    bottom: -3px;
  }
}
ul#top_menu li a.cart_bt:before, ul#top_menu li a.search-overlay-menu-btn:before {
  font-family: "ElegantIcons";
  content: "\e013";
  font-size: 21px;
  font-size: 1.3125rem;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
  line-height: 1;
}
.sticky ul#top_menu li a.cart_bt:before, .sticky ul#top_menu li a.search-overlay-menu-btn:before {
  color: #444;
}
ul#top_menu li a.search-overlay-menu-btn {
  position: relative;
  margin-right: 10px;
}
@media (max-width: 991.8px) {
  ul#top_menu li a.search-overlay-menu-btn {
    top: 3px;
    right: 25px;
  }
}
ul#top_menu li a.search-overlay-menu-btn:before {
  font-family: "ElegantIcons";
  content: "U";
}
.sticky ul#top_menu li a.search-overlay-menu-btn:before {
  color: #444;
}

.dropdown-cart .dropdown-menu {
  margin-top: 11px !important;
  transform: translate(30px, 30px) !important;
  border: none;
  min-width: 0;
  padding: 15px;
  width: 260px;
  top: 100%;
  border-radius: 3px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.175);
  font-size: 13px;
  font-size: 0.8125rem;
  border-top: 2px solid #978667;
}
.dropdown-cart .dropdown-menu:before {
  bottom: 100%;
  right: 5%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #978667;
  border-width: 7px;
  margin-left: -7px;
}
@media (max-width: 767.5px) {
  .dropdown-cart .dropdown-menu {
    display: none !important;
  }
}
.dropdown-cart .dropdown-menu .total_drop {
  font-size: 16px;
  font-size: 1rem;
}
.dropdown-cart .dropdown-menu .total_drop strong {
  float: left;
}
.dropdown-cart .dropdown-menu .total_drop span {
  float: right;
  font-weight: 600;
}
.dropdown-cart .dropdown-menu .total_drop .btn_1 {
  margin-top: 5px;
  display: block;
}
.dropdown-cart .dropdown-menu .total_drop .btn_1.outline {
  color: #333 !important;
}
.dropdown-cart .dropdown-menu ul {
  padding: 0;
  list-style: none;
}
.dropdown-cart .dropdown-menu ul li {
  border-bottom: 1px solid #ededed;
  margin: 0 0 10px 0 !important;
  padding: 0 15px 10px 60px;
  display: block;
  min-height: 60px;
  position: relative;
  float: none !important;
}
.dropdown-cart .dropdown-menu ul li figure {
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  border: 1px solid #ededed;
}
.dropdown-cart .dropdown-menu ul li figure img {
  width: auto;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.1);
}
.dropdown-cart .dropdown-menu ul li a.action {
  color: #999;
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 15px;
}
.dropdown-cart .dropdown-menu ul li a.action i {
  font-size: 16px;
  font-weight: normal;
  color: #777;
}
.dropdown-cart .dropdown-menu ul li a.action i:hover {
  color: #1a1a1a;
}
.dropdown-cart .dropdown-menu ul li strong {
  color: #444;
  margin-top: 5px;
  display: inline-block;
  color: #333;
  font-weight: 600;
}
.dropdown-cart .dropdown-menu ul li strong span {
  display: block;
  font-weight: normal;
  margin-bottom: 5px;
}
.dropdown-cart .dropdown-menu a.btn_1 {
  height: auto;
  line-height: 1.4;
}
.dropdown-cart .dropdown-menu a.btn_1.outline {
  background-color: transparent;
}
.dropdown-cart .dropdown-menu a.btn_1.outline:hover {
  filter: brightness(none !important);
  color: #fff !important;
  background-color: #978667;
}
.dropdown-cart .dropdown-menu a.btn_1:hover {
  color: black !important;
  background-color: #e7ac82;
}/*# sourceMappingURL=style.css.map */