@import url("https://fonts.googleapis.com/css2?family=Parisienne&family=Quattrocento+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
:root {
  --bs-primary: #C55957;
}

body {
  font-family: "Quattrocento Sans", Arial, sans-serif;
}

h1,
h2 {
  color: #4c5433;
}

a {
  color: #C55957;
}
a:hover {
  color: #DFA795;
  text-decoration: none;
}

.all-product-link.btn i {
  color: #C55957;
}

.cart__item .product-line__actions a:after {
  background: #C55957;
}

.form-check-input:checked {
  background-color: #C55957;
  border-color: #C55957;
}

.checkout__steps--current:before,
.checkout__steps--success .checkout__steps__number {
  background-color: #C55957;
}

.checkout__steps--success .checkout__steps__text {
  color: #C55957;
}

.checkout__steps--success:after,
.checkout__steps--success:before {
  background: #C55957;
}

.btn-primary {
  background-color: #C55957 !important;
  border: 0 !important;
}
.btn-primary:hover {
  background-color: #DFA795 !important;
}

.btn-outline-primary {
  color: #C55957 !important;
  border-color: #C55957 !important;
}
.btn-outline-primary:hover {
  background-color: #C55957 !important;
  color: #fff !important;
}

#home-slider .text-uppercase {
  font-family: "Parisienne", Arial, sans-serif;
  font-weight: normal !important;
  text-transform: none !important;
}

#announcements {
  background-color: #DFA795;
  color: #fff;
  text-align: center;
  padding: 12px;
  max-height: 64px;
  overflow: hidden;
}
#announcements ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
#announcements ul li {
  margin: 0;
}

#header .main-menu__tree > li > a {
  font-size: 17px;
}
#header .main-menu__tree > li > a:hover {
  color: #C55957;
}
#header .main-menu__tree > li.current > a {
  color: #C55957;
  border-bottom: 1px solid #C55957;
}
#header .main-menu__tree .menu-container .row {
  flex-direction: column;
  gap: 0;
}
#header .main-menu__tree .menu-container .row > li {
  flex: 0 0 100%;
  max-width: 100%;
}
#header .main-menu__tree .main-menu__tree__link.is-disabled-parent {
  cursor: default;
}
#header .header-bottom {
  padding: 12px 0;
}
#header .header-bottom .navbar-brand {
  max-height: 152px;
  transition: max-height 0.2s ease;
}
#header .header-bottom__logo-col {
  justify-content: space-between;
  gap: 1rem;
}
#header .header-bottom__menu-col {
  flex-direction: column;
  gap: 0.5rem;
}
#header .header-bottom__menu-col > .main-menu {
  width: 100%;
  justify-content: center;
}
#header #user-cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}
#header #user-cart svg {
  margin-right: 10px;
}
@media (min-width: 1200px) {
  #header .header-bottom__logo-col {
    justify-content: flex-start;
  }
  #header .header-bottom__menu-col {
    justify-content: center;
  }
  #header #user-cart {
    justify-content: flex-end;
  }
}
#header.is-fixed .header-bottom .navbar-brand {
  max-height: 69px;
}

@media (max-width: 767.98px) {
  #header .header-block__action-btn {
    justify-content: flex-start;
    padding-left: 0;
  }
  #header .header-bottom__menu-col {
    justify-content: flex-start !important;
    align-items: center;
  }
  #header .header-bottom__menu-col > * {
    margin-left: 0 !important;
    margin-right: auto;
  }
  #header .header-bottom__menu-col .main-menu {
    justify-content: flex-start;
    width: 100%;
  }
}
.carousel .carousel-caption {
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 6px;
  max-width: none;
  right: auto;
}

@media (max-width: 767.98px) {
  .carousel .carousel-caption {
    max-width: 70%;
    width: 100%;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
#footer .footer__main {
  background-color: #C55957 !important;
  color: #fff;
}
#footer .footer__main a {
  color: #fff;
}
#footer .footer__main a:hover {
  text-decoration: underline;
}
#footer .footer__main .footer-info__title {
  font-family: "Parisienne", Arial, sans-serif;
  font-weight: normal;
  font-size: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2705882353);
  padding-bottom: 2px;
  margin-bottom: 20px;
}
#footer .footer__main .go-shop {
  margin-top: 20px;
}
#footer .footer__after {
  background-color: #DFA795 !important;
  color: #fff;
  text-align: center;
}
#footer .footer__after ul {
  list-style: none;
  margin: 0;
}
#footer .footer__after ul li {
  display: inline;
}
#footer .footer__after ul li a {
  color: #fff;
  padding: 5px 12px;
  display: inline-block;
}

.thumbnails__container .thumbnail.active img {
  border-color: #C55957;
}

.wishlist-button-add {
  box-shadow: none !important;
}

#product-details {
  display: none;
}

@media (max-width: 991.98px) {
  .page-product .js-product-container {
    display: flex;
    flex-wrap: wrap;
  }
  .page-product .product__header-mobile {
    order: -1;
    width: 100%;
    margin-bottom: 12px;
  }
  .page-product .product__left {
    order: 2;
  }
  .page-product .product__col {
    order: 3;
  }
}

.page-product .product__name,
.page-title-section,
h1.h4 {
  font-size: 40px;
  color: #4c5433;
  font-weight: normal;
}

.page-product .product__add-to-cart .product-actions__button button {
  padding: 12px;
}

#add-to-cart-or-refresh .card-body {
  padding: 0;
}

.breadcrumb__wrapper {
  margin-bottom: 12px;
}

.product-miniature .card:hover {
  filter: none;
}

.featured-products-footer {
  display: none;
}

#js-product-list-top {
  display: none;
}

.left-block__title {
  display: none;
}

.pagination-container {
  display: none;
}

.section-title {
  font-family: "Parisienne", Arial, sans-serif;
  font-weight: normal !important;
  text-transform: none !important;
  color: #4c5433;
  font-size: 40px;
}

#custom-text h2,
#custom-text h3 {
  color: #4c5433;
}

.payment__list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}

.payment__option {
  width: 100%;
  display: inline-flex;
  align-items: center;
  background: #fff;
  padding: 12px 16px;
  cursor: pointer;
}
.payment__option .form-check-label {
  width: auto;
  padding: 0;
  margin: 0;
  gap: 12px;
  display: inline-flex !important;
  align-items: center;
}
.payment__option .form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  accent-color: #C55957;
  flex-shrink: 0;
}
.payment__option .ps_checkout-mark {
  display: inline-flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.payment__option .ps_checkout-mark img.cards-logo {
  height: 22px;
}

.js-payment-option-form {
  flex-basis: 100%;
  margin: 0 0 12px 44px;
}
.js-payment-option-form .alert {
  margin-top: 10px;
}

@media (max-width: 575.98px) {
  .payment__option {
    width: 100%;
  }
  .payment__option .form-check-label {
    flex-wrap: wrap;
    gap: 8px;
  }
  .js-payment-option-form {
    margin-left: 32px;
  }
}
.dropdown-toggle:after {
  display: none;
}

.main-menu__tree > li .menu-container {
  left: auto !important;
  right: auto !important;
}
.main-menu__tree > li .menu-container a {
  font-weight: normal !important;
}
.main-menu__tree > li .menu-container .row > li {
  width: 100% !important;
}

#content-wrapper .page-header {
  margin-bottom: 0 !important;
}

.text-muted {
  margin-top: 8px;
}

.header-block__badge {
  background-color: #C55957;
  color: #fff;
  height: 20px;
  line-height: 20px;
  width: 20px;
  font-weight: normal;
  font-size: 13px;
  margin-top: -13px;
}

.shopcustom-home-widgets {
  padding: 30px 0;
  background-color: #efefef;
}

.rich-text img {
  border-radius: 8px;
}

@media (min-width: 992px) {
  .rich-text .rich-text__image-only > img {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
    max-width: 500px;
  }
}
@media (max-width: 991.98px) {
  .rich-text .rich-text__image-only > img {
    display: block;
    margin: 0 auto 16px;
  }
}
.page-product .product__current-price {
  color: #C55957;
}

.page-product .product__name, .page-title-section, h1.h4 {
  margin-bottom: 8px;
}

.header-bottom__shop-title {
  display: none;
}