:root {
  --soft-rose: #EFC6C8;
  --lavender-gray: #C8AFCD;
  --coral-pink: #F48FA4;
  --misty-lilac: #DAD4DE;
  --powder-blue: #AAC5D3;
  --steel-blue: #718FBE;
}

@font-face {
  font-family: "Romelio Sans";
  src: url("../webfonts/romelio/RomelioSans.eot");
  src: url("../webfonts/romelio/RomelioSans.eot?#iefix") format("embedded-opentype"), url("../webfonts/romelio/RomelioSans.woff2") format("woff2"), url("../webfonts/romelio/RomelioSans.woff") format("woff"), url("../webfonts/romelio/RomelioSans.ttf") format("truetype"), url("../webfonts/romelio/RomelioSans.svg#RomelioSans") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Saritha";
  src: url("../webfonts/saritha/Saritha.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.font-romelio, .title-border, .text-heading,
.catalogue-single-title h1 {
  font-family: "Romelio Sans" !important;
}

.font-saritha, .text-special {
  font-family: "Saritha" !important;
}

.font-lato, .footer-link, label, body {
  font-family: "Lato", sans-serif !important;
}

.lato-regular {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", serif;
  font-weight: 700;
  font-style: normal;
}

.bg-linen {
  background-color: #fcf0e6;
}
.bg-lilac {
  background-color: #c7aecd;
}
.bg-lavender {
  background-color: #b28396;
}
.bg-vanilla {
  background-color: #ccc7b0;
}
.bg-blue {
  background-color: #b0c1d1;
}

.text-color-linen {
  color: #fcf0e6;
}
.text-color-lilac {
  color: #c7aecd;
}
.text-color-lavender {
  color: #b28396;
}
.text-color-vanilla {
  color: #ccc7b0;
}
.text-color-blue {
  color: #b0c1d1;
}
.text-color-steel-blue {
  color: var(--steel-blue);
}

.font-size\:18 {
  font-size: 18px !important;
}
.font-size\:20 {
  font-size: 20px !important;
}
.font-size\:24 {
  font-size: 24px !important;
}
.font-size\:28 {
  font-size: 28px !important;
}
.font-size\:36 {
  font-size: 36px !important;
}
.font-size\:48 {
  font-size: 48px !important;
}

.text-decoration-underline {
  text-decoration: underline;
}

body {
  font-weight: 300;
  background-color: #fff;
}

.btn-blue, .btn-checkout {
  background-color: #b28396;
}

.box-content.box-content-1 {
  background-color: #b28396;
}

.section-catalogue, .section-first {
  margin-top: 50px;
}

@media (max-width: 767px) {
    .section-catalogue, .section-first {
        padding-top: 0 !important;
    }

    .slide-small {
        margin-top: 16px !important;
    }

    .slide-small .slick-track .slick-slide img {
        margin-bottom: 0;
    }
}

.section-banner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.header {
  position: fixed;
  background-color: transparent;
  box-shadow: none;
}

.text-heading,
.catalogue-single-title h1 {
  font-size: 24px;
  margin: 0;
  color: #b28396;
}

.catalogue-single-title h1 {
  font-size: 28px;
}

.text-special {
  font-size: 64px;
  margin: 0;
}

footer {
  background-color: #b28396;
}
footer, footer label, footer a, footer p {
  color: #fff !important;
}

.back-to-catalogue, .table-container .table td a {
  color: #b28396;
}

a {
  color: #b28396;
}

#site_header {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
#site_header .navbar-toggler, #site_header .nav-link {
  /* color: #b28396; */
  color: #c8afcd;
  font-size: 16px;
  transition: color 200ms;
}
#site_header .logo-white {
  display: none;
}
#site_header .logo-color {
  display: block;
}
#site_header.white {
  background-color: transparent;
  box-shadow: none;
}
#site_header.white, #site_header.white .navbar-toggler, #site_header.white .nav-link {
  color: white;
}
#site_header.white .logo-white {
  display: block;
}
#site_header.white .logo-color {
  display: none;
}

.modal-open {
  overflow: hidden !important;
}

.modal-offcanvas .modal-dialog {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 300px;
  max-width: 500px;
  height: 100%;
  margin: 0;
  transform: translateX(-100%) !important;
}
.modal-offcanvas .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: var(--steel-blue);
}
.modal-offcanvas .modal-dialog .modal-content, .modal-offcanvas .modal-dialog .modal-content .nav-link {
  color: #fff;
}
.modal-offcanvas .modal-dialog .modal-content .nav-link {
  padding-left: 0;
}
.modal-offcanvas .modal-dialog .modal-content .modal-header,
.modal-offcanvas .modal-dialog .modal-content .modal-footer {
  border: 0;
}
.modal-offcanvas .modal-dialog .modal-content .modal-body {
  overflow-y: auto;
}
.modal-offcanvas.show .modal-dialog {
  transform: none !important;
}

.footer .top-footer ul {
  margin: 0;
}

.sitemap-nav li {
  display: block !important;
  margin: 0 !important;
}

.footer-link {
  font-size: 11px !important;
  color: #fff !important;
  letter-spacing: 1px !important;
  line-height: 2.4 !important;
}

@media (min-width: 768px) {
  #site_header .navbar-toggler {
    font-size: 16px;
  }

  .section-catalogue, .section-first {
    margin-top: 100px;
  }

  .text-heading,
.catalogue-single-title h1 {
    font-size: 30px;
  }
}
.occasion-item {
  position: relative;
  overflow: hidden;
}
.occasion-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(176, 193, 209, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  transition: transform 200ms;
  will-change: transform;
  transform: translateY(100%);
}
.occasion-item__title {
  text-align: center;
  color: #fff;
  font-weight: 300;
}
.occasion-item:hover .occasion-item__overlay {
  transform: none;
}

.account-content .account-content-right .order-desc-left, .address-added, .login-register-content, .order-detail-content .order-head {
  background-color: var(--soft-rose);
}

.new-product-section {
  background-color: #fff;
}

.product-category {
  color: var(--coral-pink) !important;
}

.new-product-section a, .new-product-section a:hover, .new-product-section p, .new-product-section h2, .new-product-section h3, .new-product-section h4, .new-product-section h5, .new-product-section h6 {
  color: var(--steel-blue) !important;
}

.member-card {
  background-image: url('../images/bg_card.svg');
  background-size: cover;
  background-position: center;
  padding: 20px;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .footer-info {
    text-align: center;
  }
}

.footer .top-footer .signup-form .signup-text::placeholder {
    color: #fff;
    opacity: 0.7;
}
