@charset "UTF-8";
@font-face {
  font-family: "Kaisei-HarunoUmi";
  src: url("../fonts/Kaisei_HarunoUmi.ttf") format("truetype");
}
body {
  font-family: "Kaisei-HarunoUmi", sans-serif;
  letter-spacing: 3px;
  color: white;
}

.table {
  color: white !important;
}

.hero-slider {
  border-bottom: 2px solid white;
  min-height: initial !important;
}
.hero-slider > .owl-carousel {
  min-height: initial !important;
}

.offcanvas-wrapper {
  background-color: #1c1c1c;
}

.navbar-sticky .cart, .navbar-sticky > li > a {
  color: white !important;
}

.topbar {
  background-color: #4B4B4B;
  border: none;
  display: flex;
  align-items: center;
  font-size: 11px;
}
.topbar a, .topbar a > span {
  color: white !important;
  font-weight: bold;
}

.btn {
  margin-top: 0;
}

.search-button {
  color: white;
}
.search-button:hover {
  color: black;
}

.btn:not(.btn-wish-custom) {
  border-color: initial !important;
}

.navbar {
  height: 120px;
  border-radius: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  color: white;
}

.navbar-stuck {
  height: 90px;
}

.navbar-sticky {
  margin: 0;
  background-color: #0b0b0b;
  border-radius: 0;
  border: none;
}
.navbar-sticky .toolbar {
  height: initial;
  font-weight: bold;
  position: initial;
  margin-left: auto;
  border: 1px solid white;
}
.navbar-sticky .toolbar .inner {
  padding: 5px;
}
.navbar-sticky .toolbar:hover .inner {
  background-color: #4B4B4B;
  transition: all 0.25s ease-out;
}
.navbar-sticky .cart {
  border: none;
}
.navbar-sticky .cart > .toolbar-dropdown {
  right: -3% !important;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0;
}
.navbar-sticky .cart > .toolbar-dropdown > .dropdown-product-item > .dropdown-product-thumb {
  border: 2px solid #736017 !important;
}
.navbar-sticky .cart > .toolbar-dropdown > .dropdown-product-item > .dropdown-product-info > .dropdown-product-title {
  color: white !important;
}
.navbar-sticky .cart > .toolbar-dropdown > .dropdown-product-item > .dropdown-product-info > .dropdown-product-title:hover {
  color: #736017 !important;
}

.first-level, .second-level {
  display: block;
}
.first-level, .first-level:hover, .second-level, .second-level:hover {
  text-decoration: none;
}

.first-level {
  color: white;
  font-weight: bold;
}

.second-level {
  color: grey !important;
}

.navbar-nav .dropdown-menu {
  margin-top: -1px !important;
  background-color: rgba(0, 0, 0, 0.9);
}
.navbar-nav .dropdown {
  position: static !important;
}
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}
.navbar-nav > li > a {
  text-transform: uppercase;
  color: white !important;
  font-weight: bold;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
  transition: all 0.25s ease-out;
  background-color: #4B4B4B !important;
}
.navbar-nav .megamenu {
  width: 100%;
  padding: 20px 50px !important;
  border-radius: 0 !important;
}
.navbar-nav .megamenu li {
  list-style-type: none;
}
.navbar-nav .megamenu li ul li {
  border-bottom: 0.05rem solid grey;
}
.navbar-nav .megamenu li ul li a {
  margin: 5px 0;
  text-transform: none;
  transition: all 0.3s;
}
.navbar-nav .megamenu li ul li a:hover {
  font-weight: bold;
  color: #736017 !important;
  transform: translateX(6px);
  transition: all 0.3s;
}
.navbar-nav .megamenu .first-level {
  margin-top: 20px;
}

.product-card {
  border: none;
  border-radius: 0;
  background-color: #D9D9D9;
}
.product-card .product-title > a {
  color: black;
}
.product-card .product-title > a:hover {
  color: #736017;
}

.grid-item {
  border: 10px solid transparent;
}
.grid-item .product-image {
  position: relative;
  border: 1px solid black;
}
.grid-item .product-image .wish-buttons {
  display: none;
  position: absolute;
  top: 0;
  left: 80%;
}
.grid-item .product-image .cart-buttons {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.grid-item .product-image .cart-buttons .image-button {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid transparent;
  box-sizing: border-box;
  font-weight: 500;
  color: black;
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 0.75rem 1.2rem;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none #6B7280 solid;
  text-decoration-thickness: auto;
  transition-duration: 0.2s;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: calc(100% - 3px);
}
.grid-item div:not([class]) {
  display: flex;
  align-items: start;
}

.btn-primary, .btn-success {
  background-color: #736017 !important;
  border: none;
}

.zoom-effect {
  z-index: 2;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.zoom-effect .btn-primary {
  background-color: transparent !important;
  color: black;
}
.zoom-effect img {
  width: 100%;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.zoom-effect:hover {
  transition: border 0.25s ease-out;
}
.zoom-effect:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.zoom-effect:hover .product-image .cart-buttons, .zoom-effect:hover .product-image .wish-buttons {
  display: block;
}

.section-title {
  position: relative;
  font-size: 35px;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  color: white;
}
.section-title:before, .section-title:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 20%;
  height: 1px;
  content: " ";
  background-color: #cccccc;
  margin-left: 2%;
}
.section-title:before {
  margin-left: -22%;
  text-align: right;
}

.footer {
  padding: 20px 0;
  background-color: #f2f2f2;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .first-level {
  border-bottom: 1px solid grey;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.footer .second-level {
  transition: all 0.25s ease-out;
}
.footer .second-level:hover {
  color: #736017 !important;
  transition: all 0.25s ease-out;
}

.footer-bottom {
  padding: 10px 0;
  background-color: #e3e3e3;
}

#brand-carousel {
  text-align: center;
}

.btn.btn-wish-custom {
  font-size: 15px;
  border-radius: 50%;
}
.btn.btn-wish-custom.active {
  color: #ff5252;
}

.modal-footer {
  border: none !important;
}

.discount-percent {
  position: absolute;
  background-color: #A40707;
  font-size: 17px;
  bottom: 50%;
  margin-left: -18px;
  height: 35px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  color: white;
  font-weight: bold;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .navbar-nav {
    display: none;
  }
  .discount-percent {
    font-size: 14px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 810px) {
  .navbar-nav {
    display: none;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
.remember-container {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 15px !important;
  padding-left: 35px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.remember-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.remember-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.remember-container input:checked ~ .checkmark {
  background-color: #1b7e5a;
}
.remember-container input:checked ~ .checkmark:after {
  display: block;
}
.remember-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: white !important;
}

.panel .panel-body ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.navbar-sticky, .topbar {
  z-index: 100 !important;
}

ul.pages li.active a.page {
  color: #ffffff;
}

.account-footer {
  background: #eee;
  border-top: 1px solid #E5E5E5;
  padding: 10px 20px;
}

.account-header {
  border-bottom: 1px solid #E5E5E5;
  color: #FFFFFF;
  padding: 5px 15px;
  margin-bottom: 20px;
}

.checkout-steps > a {
  background-color: transparent !important;
}

.checkout-steps > #address {
  border-left: 1px solid white !important;
  border-top-left-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
}

.checkout-steps > a > .angle {
  background-color: transparent;
}

.checkout-steps > a.active + a > .angle {
  background-color: transparent;
}

.checkout-steps > a > .angle::before, .checkout-steps > a > .angle::after {
  border: none;
}

.button-left {
  margin-right: auto !important;
}

.modal-header .close {
  padding: 0 1rem !important;
}

.newsletter-background {
  background-size: cover !important;
  position: relative;
}
.newsletter-background::after {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.newsletter-body {
  color: black;
  background-color: #D9D9D9;
  width: 80%;
  padding: 20px;
  border: 1px solid black;
  z-index: 9999;
}
.newsletter-body .newsletter-title {
  font-size: 2vw;
}
.newsletter-body .newsletter-text {
  font-size: 1vw;
}
.newsletter-body input {
  width: 60%;
  padding: 10px 5px;
}
.newsletter-body button {
  background-color: black;
  color: white;
  font-weight: bold;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick-dots li.slick-active button:before {
  color: white !important;
}

.shopping-cart .product-item .product-title > a:hover, .wishlist-table .product-item .product-title > a:hover, .order-table .product-item .product-title > a:hover {
  color: #736017;
}

.account-login {
  padding: 30px;
  border: 2px solid white;
}
.account-login .account-footer {
  color: black;
}

.list-group-item {
  background-color: transparent;
  border-radius: 0;
  color: white !important;
}
.list-group-item:hover {
  color: black !important;
}
.list-group-item.active {
  border: none;
  font-weight: bold;
  background-color: #736017 !important;
}

.badge.badge-primary {
  background-color: #736017 !important;
}

.pagination .pages > li.active > a {
  background-color: #736017 !important;
  border-color: white;
}

.widget-categories > ul > li a:hover {
  color: #736017 !important;
}

.shop-view > a.active {
  border-color: black !important;
  background-color: black !important;
}

.bordered-section {
  border: 1px solid white;
  padding: 20px;
  border-radius: 7px;
}

#order-review .table td {
  padding-bottom: 6px;
  border: 0;
}

#order-review .table tr:last-child > td {
  padding-top: 12px;
  border-top: 1px solid #e1e7ec;
}

.widget-title {
  color: goldenrod;
}

/*# sourceMappingURL=barberzynca.css.map */
