@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,800;1,300&family=Playfair+Display&display=swap");
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
  text-decoration: none;
  scroll-behavior: smooth;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
}

button {
  border: none;
}

input[type=checkbox] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type=radio] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
}

/*Scrollbar*/
/* width */
::-webkit-scrollbar {
  width: 1px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #E0A74E;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2F3135;
}

/*Scrollbar*/
/*### Start Layout Sass ###*/ 
.container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 320px) {
  .container {
    width: 300px;
  }
}
@media (min-width: 375px) {
  .container {
    width: 355px;
  }
}
@media (min-width: 425px) {
  .container {
    width: 405px;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 748px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 982px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1380px;
  }
}
@media (min-width: 1856px) {
  .container {
    width: 1440px;
  }
}
@media (min-width: 2560px) {
  .container {
    width: 1440px;
  }
}
/*### End Layout Sass ###*/ 
header .search-wall {
  visibility: hidden;
  opacity: 0;
  background: #fff;
  width: 100%;
  height: 900px;
  position: fixed;
  z-index: 9999999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header .search-wall form {
  width: 800px;
  position: relative;
}
header .search-wall form input {
  width: 800px;
  height: 50px;
  border-bottom: 3px solid #E0A74E;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  caret-color: #E0A74E;
}
header .search-wall form input:focus {
  outline: none;
}
header .search-wall form input::placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
header .search-wall form button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: none;
  background: #fff;
  border-bottom: 3px solid #E0A74E;
}
header .search-wall img.close {
  position: absolute;
  right: 10%;
  top: 10%;
  transform: translate(-10%, -10%);
  cursor: pointer;
}
header .top {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e0a74e;
  width: 100%;
  height: 35px;
}
header .top ul {
  display: flex;
  align-self: end;
}
header .top ul li {
  display: flex;
  margin-left: 11px;
}
header .top ul li a {
  display: flex;
  align-items: center;
  color: #2F3135;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
header .top ul li.social {
  height: 19px;
}
header .top ul li.phone img {
  margin-right: 5px;
}
header .top ul li.mail {
  margin-right: 40px;
}
header .top ul li.mail img {
  margin-right: 5px;
}
header .mobile-menu {
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #2f3135;
  z-index: 99999;
  align-items: center;
  padding-top: 20px;
}
header .mobile-menu nav {
  margin-top: 20px;
}
header .mobile-menu nav ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header .mobile-menu nav ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}
header .mobile-menu nav ul li a {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
header .mobile-menu img.logo {
  width: 200px;
  height: auto;
}
header .mobile-menu img.close {
  background-color: #fff;
  border-radius: 10px;
  align-self: flex-end;
  margin-right: 10px;
  padding: 5px;
}
header .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2f3135;
  height: 100px;
}
header .menu .container {
  flex-direction: row;
  justify-content: space-between;
}
header .menu .container .mobile-menu-icon {
  display: none;
}
header .menu img.logo {
   height: 100px;
   width: 200px;
}
header .menu nav {
  display: flex;
  align-items: center;
}
header .menu nav ul {
  display: flex;
}
header .menu nav ul li {
  margin-left: 60px;
}
header .menu nav ul li a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
header .menu nav ul li a:hover {
  background-image: linear-gradient(to right, #fff, #E0A74E 50%, #E0A74E 50%);
  background-size: 200% 100%;
  background-position: -100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
header .menu .icons {
  display: flex;
  align-items: center;
}
header .menu .icons li {
  padding: 0 10px 0 10px;
  position: relative;
}
header .menu .icons li img {
  cursor: pointer;
}
header .menu .icons li.cart .cart-item-count {
  position: absolute;
  top: -15px;
  right: 0px;
  background: #e0a74e;
  border-radius: 100%;
  padding: 2px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .menu .icons li.cart .cart-item-count span {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
}
header .menu .icons li.cart .cart-detail {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 30px;
  right: 0px;
  background-color: #fff;
  width: 360px;
  z-index: 9;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.53);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.53);
}
header .menu .icons li.cart .cart-detail ul.items {
  display: flex;
  flex-direction: column;
}
header .menu .icons li.cart .cart-detail ul.items li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
}
header .menu .icons li.cart .cart-detail ul.items li .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px;
  width: 100%;
}
header .menu .icons li.cart .cart-detail ul.items li .center a {
  color: #2d2d2d;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
header .menu .icons li.cart .cart-detail ul.items li .center span {
  margin-top: 5px;
  color: #2d2d2d;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
header .menu .icons li.cart .cart-detail ul.items li:hover {
  background-color: rgba(221, 221, 221, 0.368627451);
}
header .menu .icons li.cart .cart-detail .buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  background-color: #E0A74E;
}
header .menu .icons li.cart .cart-detail .buttons a {
  background-color: #E0A74E;
  color: #fff;
  width: 49%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
header .menu .icons li.cart .cart-detail .buttons span {
  width: 0.1%;
  height: 50px;
  background-color: #000;
  margin: 0px;
}
header .menu .icons li.cart .cart-detail .total {
  width: 100%;
  display: block;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.animation-hidden {
  visibility: hidden !important;
  opacity: 0 !important;
  transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}

.animation-show {
  visibility: visible !important;
  opacity: 1 !important;
  transition-delay: 0.1s;
}

.toast {
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

.toast-success {
  background: #008f04;
}

.toast-error {
  background: #8f3b00;
}

.toast-info {
  background: #005a8f;
}

@media (max-width: 1024px) {
  header .top ul li.mail {
    display: block;
  }
  header .menu nav {
    display: none;
  }
  header .menu .container .mobile-menu-icon {
    display: block;
  }
  header .menu .container .cart-detail {
    width: 320px !important;
    top: 63px !important;
    right: -52px !important;
    border-radius: 0 !important;
  }
  header .search-wall form {
    width: 310px;
  }
  header .search-wall form input {
    width: 310px;
  }
}
@media (max-width: 768px) {
  header .top ul li.mail {
    display: none;
  }
}
@media (max-width: 425px) {
  header .top ul {
    align-self: center;
  }
  header .top ul li.mail {
    display: none;
  }
  header .menu .logo {
    width: 120px !important;
    height: auto !important;
  }
}
@media (max-width: 375px) {
  header .top ul {
    align-self: center;
  }
  header .top ul li.mail {
    display: none;
  }
  header .menu .logo {
    width: 120px !important;
    height: auto !important;
  }
}
@media (max-width: 320px) {
  header .top ul {
    align-self: center;
  }
  header .top ul li.mail {
    display: none;
  }
  header .menu .logo {
    width: 120px !important;
    height: auto !important;
  }
}
footer .menu {
  display: flex;
  justify-content: center;
  background-color: #E0A74E;
  padding: 50px 0 50px 0;
}
footer .menu ul {
  display: flex;
  justify-content: space-between;
}
footer .menu ul ul {
  flex-direction: column;
}
footer .menu ul li h3 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
footer .menu ul li a {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
footer .menu ul li.about {
  flex: 0 0 30%;
  margin-right: 20px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
footer .menu ul li.about a {
  font-size: 14px;
  margin-top: 20px;
  display: block;
}
footer .menu ul li.about img {
  width: 149px;
  height: auto;
  margin-bottom: 20px;
}
footer .menu ul li.links {
  flex: 0 0 20%;
}
footer .menu ul li.social {
  flex: 0 0 10%;
}
footer .menu ul li.social ul {
  flex-direction: row;
}
footer .menu ul.menu-items li {
  margin: 6px 0 6px 0;
  margin-width: 100%;
}
footer .bottom {
  display: flex;
  justify-content: space-between;
  background-color: #000;
  padding: 10px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

@media (max-width: 1024px) {
  footer .bottom {
    font-size: 10px;
    text-align: center;
    justify-content: center;
  }
  footer .menu .container ul {
    flex-direction: column;
  }
  footer .menu .container ul .social {
    margin-top: 10px;
  }
  footer .menu .container ul .social ul {
    justify-content: space-evenly;
  }
  footer .menu .container ul .links {
    margin-top: 20px;
  }
  footer .menu .container ul .links h3 {
    text-align: center;
  }
  footer .menu .container ul .links ul {
    align-items: center;
  }
}
main .reset {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 0 50px 0;
}
main .reset .container {
  align-items: center;
  flex-direction: column;
  align-items: center;
}
main .reset .container h2 {
  color: #2F3135;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 35px;
  margin-top: 50px;
  margin-bottom: 20px;
}
main .reset .container .col {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
main .reset .container .row {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
main .reset .container form label {
  color: #2F3135;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 5px;
}
main .reset .container form input[type=email], main .reset .container form input[type=password], main .reset .container form input[type=text] {
  background-color: #F8F8F8;
  height: 45px;
  font-size: 16px;
  padding: 5px;
  border: 1px solid #ddd;
}
main .reset .container form input[type=checkbox] {
  -webkit-appearance: checkbox;
  margin-right: 10px;
}
main .reset .container form .forgot {
  color: #2F3135;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
main .reset .container form button {
  align-self: center;
  width: 50%;
  height: 50px;
  background-color: #E0A74E;
  color: #2F3135;
  margin-top: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
main .reset .container .info {
  color: #2F3135;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-top: 5px;
}
main .reset .container .error {
  color: #dd5e23;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-top: 5px;
}

/*# sourceMappingURL=reset.css.map */
