/*! CSS Used from: https://cdn.hstatic.net/themes/200000692767/1001399722/14/bootstrap-4-3-min.css?v=1074 */
*,
::after,
::before {
  box-sizing: border-box;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.5rem;
}
.d-none {
  display: none !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.position-relative {
  position: relative !important;
}
.h-100 {
  height: 100% !important;
}
.pl-3 {
  padding-left: 1rem !important;
}

/*! CSS Used from: https://cdn.hstatic.net/themes/200000692767/1001399722/14/main.css?v=1074 */
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1188px;
  }
}
@media (min-width: 1230px) {
  .container {
    max-width: 1218px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1650px;
  }
}
.container {
  padding-right: 15px;
  padding-left: 15px;
}
.card {
  border-radius: 0.25rem;
  padding: 15px;
  border: 1px solid rgb(0 0 0 / 8%);
}
.btn {
  border-radius: 5px;
}
.form-control:focus,
a,
button,
.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}
.form-control:focus {
  border-color: #333;
}
a {
  color: var(--link-color);
}
a:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
  color: var(--link-color);
}
img {
  max-width: 100%;
}
.mini-cart {
  position: relative;
}
@media (min-width: 1024px) {
  .mini-cart:hover .top-cart-content {
    z-index: 199;
    visibility: visible;
    opacity: 1;
    box-shadow:
      0 15px 35px rgba(50, 50, 93, 0.1),
      0 5px 15px rgba(0, 0, 0, 0.07);
  }
}
.top-cart-content {
  position: absolute;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  width: 400px;
  right: 0;
  top: calc(100% + 8px);
  color: var(--text-color);
  padding: 10px 15px;
  font-size: 14px;
  background: #fff;
}
.top-cart-content:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -9px;
  right: 0;
}
.top-cart-content:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -9px;
  z-index: 0;
}
.top-cart-content .mini-products-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
}
.btn {
  padding: 10px 20px;
}
.icon {
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
@media (max-width: 413px) {
  .header-tools .bar {
    display: none;
  }
}

/*! CSS Used from: https://cdn.hstatic.net/themes/200000692767/1001399722/14/header.css?v=1074 */
:root {
  --primary-color: #7d1338;
  --secondary-color: #3b1022;
  --text-color: #333333;
  --white: #ffffff;
  --link-color: #7d1338;
}

.header-right {
  font-size: 14px;
}
.header-right a {
  color: #000;
  line-height: 20px;
}
.header-right a:hover {
  text-decoration: none;
}
.mini-cart .no-item {
  text-align: center;
}
.mini-cart .no-item p {
  margin: 0 auto;
}
.mini-cart > a .count_item {
  position: absolute;
  display: inline-block;
  background: #da3f3f;
  border-radius: 999px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  top: -5px;
  right: -11px;
}
@media (max-width: 575px) {
  .mini-cart > a .count_item {
    font-size: 9px;
  }
}
@media (max-width: 991px) {
  .mini-cart > a {
    display: flex;
    justify-content: flex-end;
    padding-right: 3px;
  }
}
@media (max-width: 767px) {
  .mini-cart > a {
    position: relative;
  }
  .mini-cart .count_item {
    position: absolute;
    right: -12px;
    top: -5px;
    font-size: 10px;
  }
}
.header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-right__icons {
  display: grid;
  grid-template-columns: var(--header-grid-template);
  text-align: center;
  gap: 15px;
}
.header-right__icons #icon-account .account-action {
  position: absolute;
  background: #333;
  border-radius: 5px;
  color: #fff;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  left: 50%;
  transform: translateX(-50%);
  top: calc(95%);
  width: 160px;
  z-index: 99;
}
.header-right__icons #icon-account .account-action a {
  display: block;
  padding: 7px 12px;
  color: #fff !important;
}
.header-right__icons #icon-account .account-action a:hover {
  background: #6666;
}
.header-right__icons #icon-account .account-action:before {
  background: transparent;
  content: "";
  position: absolute;
  bottom: 100%;
  height: 10px;
  left: 0;
  width: 100%;
}
.header-right__icons #icon-account .account-action:after {
  background: #333333;
  content: "";
  height: 14px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  z-index: -1;
  left: calc(50% - 7px);
  top: -7px;
}
.header-right__icons #icon-account:hover .account-action {
  opacity: 1;
  visibility: visible;
}
.header-center .header-center__wrap > div:not(.logo-wrapper) {
  margin-bottom: 15px;
}
.header-search {
  width: 100%;
}
.header-search .form-control {
  background: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #1b1b1b;
  padding: 0;
  height: 32px;
}
.header-search .btn-submit {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  background: none;
  border: none;
}
.header-tools a {
  color: #931d36 !important;
}
.header-tools img {
  margin-right: 8px;
}
.header-tools .bar {
  width: 1px;
  height: 12px;
  background: #931d36;
  display: block;
  margin: 0px 20px;
}
.header-center .header-search,
.header-center .header-tools {
  flex-basis: 32%;
}
.header-center {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/* Megamenu styling */
.main-nav {
  background: var(--secondary-color);
  padding: 0;
}
.main-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
}
.main-nav .nav-item:hover {
  background: var(--primary-color);
}
.megamenu-sub {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
  padding: 20px 0;
}
.nav-item:hover .megamenu-sub {
  display: block;
}
