<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Playfair Display", serif, sans-serif;
  overflow-x: hidden;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ol, ul {
  list-style: none;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.g-recaptcha {
  transform: scale(0.77);
  transform-origin: 0 0;
}
@media (min-width: 768px) {
  .g-recaptcha {
    transform: scale(0.97);
  }
}
@media (min-width: 1200px) {
  .g-recaptcha {
    transform: scale(0.97);
  }
}

.top-nav {
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  z-index: 99;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 320px) and (max-width: 767px) {
  .top-nav {
    position: relative;
  }
}
.top-nav .navbar-brand {
  font-family: "Cinzel", serif, sans-serif;
  font-size: 40px;
  color: #333;
}
@media (min-width: 768px) {
  .top-nav .navbar-brand {
    font-size: 25px;
    margin-top: 8px;
  }
}
@media (min-width: 1024px) {
  .top-nav .navbar-brand {
    font-size: 32px;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .top-nav .navbar-brand {
    font-size: 40px;
  }
}
.top-nav a {
  color: #333;
}
.top-nav .social-icons {
  display: flex;
  margin-top: 12px;
  float: right;
}
@media (min-width: 320px) and (max-width: 420px) {
  .top-nav .social-icons {
    float: none;
  }
}
@media (min-width: 320px) and (max-width: 420px) {
  .top-nav .social-icons .nav-item {
    margin: 0 auto;
  }
}
.top-nav .social-icons .number-cart {
  position: relative;
}
.top-nav .social-icons .number-cart p {
  color: black;
  position: absolute;
  z-index: 9;
  left: 33px;
  top: 20px;
  font-weight: bold;
  font-size: 17px;
}
.top-nav form .form-control {
  width: 85%;
  background-color: #f1f0f0;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  border-color: #f1f0f0;
}
.top-nav form .btn {
  border-left: 0;
  border-radius: 0 5px 5px 0;
  border-color: #f1f0f0;
  color: #333;
  background-color: #f1f0f0;
}
.top-nav form .form-control, .top-nav form .btn {
  padding: 5px 10px;
}

.navbar {
  background-color: #d1c2aa;
}
.navbar .navbar-nav {
  margin: 0 auto;
}
.navbar .navbar-nav .nav-link {
  padding: 0.5rem 1.2rem;
  color: #000;
  font-size: 14px;
}
@media (min-width: 768px) {
  .navbar .navbar-nav .nav-link {
    padding: 10px 7px;
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .navbar .navbar-nav .nav-link {
    padding: 0 10px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .nav-link {
    font-size: 1rem;
    padding: 0 20px;
  }
}
.navbar .navbar-nav .dropdown-menu {
  position: absolute;
  z-index: 9;
}
@media (min-width: 768px) {
  .navbar .navbar-nav .dropdown-menu {
    position: relative;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .dropdown-menu {
    position: absolute;
  }
}

.parent {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
@media (min-width: 320px) and (max-width: 992px) {
  .parent {
    display: flex;
    flex-wrap: wrap;
  }
}

.div1 {
  grid-area: 1/1/3/3;
}
@media (min-width: 580px) and (max-width: 992px) {
  .div1 {
    width: 100%;
  }
}
@media (min-width: 580px) and (max-width: 992px) {
  .div1 img {
    width: 100%;
  }
}

.div2 {
  grid-area: 3/1/5/3;
}
@media (min-width: 580px) and (max-width: 992px) {
  .div2 {
    width: 100%;
  }
}
@media (min-width: 580px) and (max-width: 992px) {
  .div2 img {
    width: 100%;
  }
}

.div3 {
  grid-area: 1/3/5/7;
}
@media (min-width: 580px) and (max-width: 992px) {
  .div3 {
    width: 100%;
  }
}
@media (min-width: 580px) and (max-width: 992px) {
  .div3 img {
    width: 100%;
  }
}

.div4 {
  grid-area: 3/7/5/9;
}
@media (min-width: 580px) and (max-width: 992px) {
  .div4 {
    width: 100%;
  }
}
@media (min-width: 580px) and (max-width: 992px) {
  .div4 img {
    width: 100%;
  }
}

.div5 {
  grid-area: 1/7/3/9;
}
@media (min-width: 580px) and (max-width: 992px) {
  .div5 {
    width: 100%;
  }
}
@media (min-width: 580px) and (max-width: 992px) {
  .div5 img {
    width: 100%;
  }
}

section {
  padding: 15px 0;
}

.parent2 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media (min-width: 320px) and (max-width: 992px) {
  .parent2 {
    display: flex;
    flex-wrap: wrap;
  }
}
.parent2 .div1 {
  grid-area: 1/1/4/4;
}
.parent2 .div2 {
  grid-area: 4/1/7/4;
}
.parent2 .div3 {
  grid-area: 1/4/7/6;
  margin-left: 1.5em;
  width: 94%;
}
@media (min-width: 320px) and (max-width: 999px) {
  .parent2 .div3 {
    margin-left: 0;
    margin-top: 15px;
  }
}
.parent2 .div3 h2 {
  font-weight: 900;
}
.parent2 .div3:hover {
  cursor: pointer;
}

.navbar .menu {
  display: none;
  list-style: none;
  position: absolute;
  top: 100%;
  padding-left: 250px;
  width: 100%;
  overflow: hidden;
  left: 0;
  z-index: 9;
  background-color: #fff;
}
@media (min-width: 320px) and (max-width: 420px) {
  .navbar .menu {
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .navbar .menu {
    padding-left: 15px;
  }
}
@media (min-width: 1080px) and (max-width: 1200px) {
  .navbar .menu {
    padding-left: 30px;
  }
}
.navbar .menu h2 {
  font-size: 28px;
  font-weight: 900;
}

.navbar .menu a {
  display: block;
  background: #fff;
  text-decoration: none;
  text-align: left;
  padding: 20px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
  height: auto;
}

.navbar .menu a:hover {
  background: #000;
  transition: background 0.3s ease;
}

.navbar .menu a:hover li {
  color: #fff;
}

.navbar .menu a li {
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 0.7rem;
  letter-spacing: 1px;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}

.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.signup {
  background-color: #000;
  color: #fff;
}
.signup h2 {
  text-transform: uppercase;
  font-size: 19px;
  padding-top: 15px;
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
}
@media (min-width: 768px) {
  .signup h2 {
    font-size: 21px;
  }
}
.signup h2 svg {
  font-size: 19px;
}
.signup form input {
  border-radius: 0;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}
.signup form input::placeholder {
  color: #fff;
}
.signup form input:focus {
  color: #000;
}
.signup form .btn {
  background-color: #fff;
  border: 2px solid #fff;
  color: #000;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Josefin Sans", sans-serif;
}
.signup .social-media i {
  font-size: 24px;
  color: #fff;
  margin: 0 10px;
  margin-top: 10px;
}

footer {
  padding: 30px 0;
}
footer h1 {
  font-family: "Cinzel", serif;
  color: #000;
}
footer .logo {
  text-decoration: none;
}
footer p {
  font-size: 24px;
  font-family: "Playfair Display", serif;
}
footer a {
  color: #000;
  text-decoration: underline;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
}
footer .site-map {
  column-count: 1;
}
@media (min-width: 768px) {
  footer .site-map {
    column-count: 2;
  }
}
@media (min-width: 1024px) {
  footer .site-map {
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  footer .site-map {
    column-count: 2;
  }
}
footer .site-map a {
  text-decoration: none;
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.bottom-footer {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
}
.bottom-footer a {
  color: #000;
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: underline;
}

.title-bg {
  padding: 100px 0 50px;
  background-image: url("../../img/slide-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 50px;
}
.title-bg h1 {
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 0 4px #000;
}

.list-page .product-img {
  overflow: hidden;
  height: auto;
  border: 1px solid #eee;
}
@media (min-width: 768px) {
  .list-page .product-img {
    height: 240px;
  }
}
@media (min-width: 1200px) {
  .list-page .product-img {
    height: 200px;
  }
}
.list-page .product-img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.list-page .filter {
  border: 1px solid #000;
  border-radius: 0;
  background-color: floralwhite;
}
.list-page .filter h2 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.4rem;
}
.list-page .filter a {
  color: #000;
}
.list-page .filter a .filter-item {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.list-page .search-bar input {
  width: 67%;
  padding: 5px;
}
@media (min-width: 375px) {
  .list-page .search-bar input {
    width: 74%;
  }
}
@media (min-width: 768px) {
  .list-page .search-bar input {
    width: 87%;
  }
}
@media (min-width: 1024px) {
  .list-page .search-bar input {
    width: 72%;
  }
}
@media (min-width: 1200px) {
  .list-page .search-bar input {
    width: 75%;
  }
}
.list-page .products-list .card {
  border: 1px solid #000;
}
.list-page .products-list .card .product-title {
  font-size: 16px;
  font-weight: 600;
}
.list-page .products-list .card .btn {
  background-color: #000;
  color: #fff;
  border: 0;
}
.list-page .products-list .card a {
  color: #000;
}

.list-detail-page {
  background: floralwhite;
}
.list-detail-page .downloads-section .card {
  background: #eee;
}
.list-detail-page .downloads-section i {
  color: #666;
}
.list-detail-page .related-products .card {
  height: 470px;
  background-color: #d1c2aa;
}
@media (min-width: 768px) {
  .list-detail-page .related-products .card {
    height: 380px;
  }
}
@media (min-width: 1024px) {
  .list-detail-page .related-products .card {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .list-detail-page .related-products .card {
    height: 400px;
  }
}
.list-detail-page .related-products .related-img {
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .list-detail-page .related-products .related-img {
    height: 255px;
  }
}
.list-detail-page .related-products .related-img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.list-detail-page .related-products .product-title, .list-detail-page .related-products .price {
  padding: 0 5px;
}

.btn-primary3 {
  background-color: #000;
  color: #fff;
  border: 0;
}

.carousel-control-next, .carousel-control-prev {
  width: 45px;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  border-radius: 50px;
  transform: translateY(-50%);
  display: block !important;
  border: 0px solid white;
  color: #fff;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  height: 45px;
}

.carousel-control-prev {
  left: 20px;
}
.carousel-control-prev span {
  margin-left: -3px;
  margin-top: 12px;
}

.carousel-control-next {
  right: 20px;
}
.carousel-control-next span {
  margin-left: 0px;
  margin-top: 13px;
}

.carousel-control-prev i,
.carousel-control-next i {
  transform: scale(1.2, 1.2);
  color: #ccc;
}

/* Image banner */
.img-banner {
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (min-width: 768px) {
  .img-banner {
    padding: 85px 0 65px 0;
  }
}
@media screen and (min-width: 1024px) {
  .img-banner {
    padding: 55px 0 65px 0;
  }
}
@media screen and (min-width: 1080px) {
  .img-banner {
    padding: 85px 0 65px 0;
  }
}
@media screen and (min-width: 1200px) {
  .img-banner {
    padding: 100px 0 82px 0;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 31px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
}
@media (min-width: 1200px) {
  .img-banner h1 {
    font-size: 41px;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/interiorbanners/img_banner1.jpg);
  background-position: right;
}
@media screen and (min-width: 768px) {
  .bgOne {
    background-position: -335px;
  }
}
@media screen and (min-width: 1024px) {
  .bgOne {
    background-position: inherit;
  }
}

.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner2.jpg);
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .bgTwo {
    background-position: bottom;
  }
}

.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner3.jpg);
  background-position: 1770px;
}
@media screen and (min-width: 768px) {
  .bgThree {
    background-position: bottom;
  }
}

.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner4.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgFour {
    background-position: bottom;
  }
}

.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner5.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgFive {
    background-position: bottom;
  }
}

.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner6.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgSix {
    background-position: bottom;
  }
}

.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .overlay-title {
    padding: 30px 0 40px 0;
  }
}
@media (min-width: 1024px) {
  .overlay-title {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .overlay-title {
    padding: 47px 0 40px 0;
  }
}

.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .overlay-title h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title h1 {
    font-size: 37px;
  }
}

main.signup-bg {
  background: url("../../images/signup-bg.jpg") no-repeat left;
  background-position: 0 auto;
  background-size: cover;
}
@media (min-width: 768px) {
  main.signup-bg {
    background-position: 0 -85px;
  }
}
@media (min-width: 1200px) {
  main.signup-bg {
    background-position: 0 -445px;
  }
}

main.logo-bg {
  background: url("../../images/ampersand-bg.png") no-repeat left;
  background-position: left bottom;
}
@media (min-width: 768px) {
  main.logo-bg {
    background-size: 45%;
  }
}
@media (min-width: 1200px) {
  main.logo-bg {
    background-size: 22%;
  }
}

.submit-btn, .return-btn, .btn-main2, .btn-main {
  padding: 0.4rem;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
.submit-btn:focus, .return-btn:focus, .btn-main2:focus, .btn-main:focus {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .submit-btn, .return-btn, .btn-main2, .btn-main {
    font-size: 13px;
  }
}

.btn-main {
  border: 1px solid #333;
  background: #333;
  color: #fff;
  text-shadow: none;
  white-space: normal;
}
.btn-main:hover {
  background: #e9e9e9;
  border: 1px solid #e9e9e9;
  color: #000;
  text-decoration: underline;
}

.btn-main2 {
  border: 1px solid #333;
  background: #333;
  color: #fff;
  text-shadow: none;
  white-space: normal;
}
.btn-main2:hover {
  background: #d1c2aa;
  border: 1px solid #d1c2aa;
  color: #000;
  text-decoration: underline;
}

.return-btn {
  border: 1px solid #666;
  background: #666;
  color: #fff;
  text-shadow: none;
  white-space: normal;
}
.return-btn:hover {
  background: #d1c2aa;
  border: 1px solid #d1c2aa;
  color: #000;
  text-decoration: underline;
}

.submit-btn {
  border: 1px solid #d1c2aa;
  background: #d1c2aa;
  color: #000;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}
.submit-btn:hover {
  background: #333;
  border: 1px solid #333;
  color: #fff !important;
  text-decoration: underline;
}

.home-image {
  padding: 80px 15px 60px 15px;
}
@media (min-width: 768px) {
  .home-image {
    padding: 80px 15px 60px 15px;
  }
}
.home-image .home-image-text {
  max-width: 1280px;
  margin: 0 auto;
  z-index: -1;
  position: relative;
}
.home-image .home-image-text .item {
  overflow: hidden;
  display: flex;
}
@media (min-width: 320px) and (max-width: 420px) {
  .home-image .home-image-text .item {
    display: block;
  }
}
.home-image .home-image-text .item .slide-container {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
}
.home-image .home-image-text .item .slide-container img {
  top: 46.5%;
  position: relative;
  right: auto;
  left: 0;
  bottom: auto;
  transform: translateX(0) translateY(-50%);
  width: calc(300% + 2px);
  max-height: none;
}
@media (min-width: 320px) and (max-width: 420px) {
  .home-image .home-image-text .item .slide-container img {
    transform: none;
  }
}
.home-image .home-image-text .item .home-text {
  flex: 1 1 40%;
  padding: 0 40px;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #d1c2aa;
  right: 0;
  left: 0;
}
@media (min-width: 768px) {
  .home-image .home-image-text .item .home-text {
    bottom: 13px;
  }
}
@media (min-width: 1024px) {
  .home-image .home-image-text .item .home-text {
    bottom: 18px;
  }
}
@media (min-width: 1200px) {
  .home-image .home-image-text .item .home-text {
    bottom: 21px;
  }
}
.home-image .home-image-text .item .home-text h1, .home-image .home-image-text .item .home-text p {
  color: #333;
}
.home-image .home-image-text .item .home-text h1 {
  font-family: "Playfair Display", serif;
  text-align: center;
}
.home-image .home-image-text .item .home-text p {
  font-family: "Josefin Sans", sans-serif;
  font-size: 26px;
}
.home-image .home-image-text .item .home-text .btn {
  background-color: #000;
  color: #fff;
  border: 0;
  border-radius: 0;
  padding: 5 10px;
  font-weight: 500;
  font-style: italic;
}

.featured-home .home-products {
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .featured-home .home-products {
    height: 270px;
  }
}
.featured-home .home-products img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.category-container {
  max-width: 1280px;
  margin: 0 auto;
}
.category-container h2 {
  font-family: "Playfair Display", serif;
  text-align: center;
  font-weight: 600;
}
.category-container .col-xl-3 img {
  transition: opacity 0.2s ease-in;
}
.category-container .col-xl-3:hover img {
  opacity: 0.7;
}
.category-container .col-xl-3:hover a {
  text-decoration: none;
}
.category-container .category-text-container {
  background-color: #d1c2aa;
  color: #333;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .category-container .category-text-container {
    height: 60px;
  }
}
.category-container .category-text-container h2 {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
}
@media (min-width: 320px) and (max-width: 420px) {
  .category-container {
    max-width: auto;
  }
}

.products h1 {
  text-transform: uppercase;
}
.products .card {
  border: 0;
}
.products .card .image-container {
  height: 350px;
  overflow: hidden;
}
.products .card .card-body {
  padding-top: 0;
  padding-left: 0;
}
.products .card h2 {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 900;
}
.products .card span {
  font-size: 20px;
}

.news {
  background-color: rgba(209, 194, 171, 0.3);
}
@media (min-width: 1024px) {
  .news .main-row {
    flex-wrap: nowrap;
  }
}
.news .card {
  border-radius: 0;
  border: 0;
}
.news .main-title {
  font-size: 38px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
}
.news .news-title {
  font-family: "Josefin Sans", sans-serif;
}
.news h2 {
  font-size: 21px;
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
  font-weight: 500;
}
.news h1 {
  font-size: 22px;
  font-weight: 900;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
}
.news p {
  padding-bottom: 8px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
}
.news a {
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  text-decoration: underline;
}
.news .tall-image-container {
  height: 250px;
  overflow: hidden;
}
.news .image-container img {
  width: 100%;
}
@media (min-width: 768px) {
  .news .image-container img {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .news .image-container img {
    width: 50%;
  }
}
.news .image-container2 img {
  height: 390px;
}

.categories .owl-item:hover .sketch-image-container {
  visibility: visible;
  opacity: 1;
}
.categories .owl-item:hover .category-text {
  transform: translate(0, -125px);
}
.categories .tall-image-container {
  height: 485px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 992px) {
  .categories .tall-image-container {
    height: 350px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .categories .tall-image-container {
    height: 320px;
  }
}
@media (min-width: 1300px) and (max-width: 1499px) {
  .categories .tall-image-container {
    height: 305px;
  }
}
@media (min-width: 1500px) and (max-width: 1699px) {
  .categories .tall-image-container {
    height: 360px;
  }
}
.categories .tall-image-container img {
  width: 300%;
}
.categories .category-text {
  position: absolute;
  text-align: center;
  transform: translate(0, -150px);
  z-index: 2;
  left: 0;
  right: 0;
  transition: transform 0.2s ease-in;
}
@media (min-width: 768px) and (max-width: 992px) {
  .categories .category-text {
    transform: translate(0, -250px);
  }
}
.categories .category-text h1 {
  border: 1px solid #fff;
  padding: 5px 20px 10px;
  margin-bottom: 0;
  font-size: 35px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
}
.categories .category-text a {
  padding: 5px 6px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: 2px solid #fff;
  text-transform: uppercase;
  display: inline-block;
}
.categories .sketch-image-container {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 50px;
  width: 300%;
  transition: all 0.2s ease-in;
}
.categories .sketch-image-container:before {
  content: "";
  position: absolute;
  height: 485px;
  width: 300%;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  z-index: 1;
}
.categories .sketch-image-container:after {
  content: "";
  position: absolute;
  height: 455px;
  width: 31%;
  border: 5px solid #fff;
  bottom: 15px;
  left: 15px;
  right: 15px;
  z-index: 1;
}
.categories .sketch-image-container img {
  width: 25%;
  margin: 38px;
  z-index: 2;
  position: relative;
}

.modal .form-control {
  width: 87%;
}

/* Global "table" column settings */
.product-image {
  float: left;
  width: 20%;
}

.product-details {
  float: left;
  width: 37%;
}

.wish-cart .product-price {
  float: left;
  width: 34%;
}
.wish-cart .product-price {
  float: left;
  width: 12%;
}
.wish-cart .product-quantity {
  float: left;
  width: 10%;
}
.wish-cart .product-removal {
  float: left;
  width: 31%;
}

.product-price {
  width: 12%;
}

.product-quantity {
  float: left;
  width: 10%;
}

.product-removal {
  float: left;
  width: 9%;
}

/* This is used as the traditional .clearfix class */
.group:before, .shopping-cart:before,
.column-labels:before,
.product:before,
.totals-item:before,
.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
  content: "";
  display: table;
}

.group:after, .shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
  clear: both;
}

.group, .shopping-cart,
.column-labels,
.product,
.totals-item {
  zoom: 1;
}

/* Apply clearfix in a few places */
/* Apply dollar signs */
.product .product-price:before,
.product .product-line-price:before,
.totals-value:before {
  content: "$";
}

.column-labels label {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.column-labels .product-image,
.column-labels .product-details,
.column-labels .product-removal,
.column-labels .product-price {
  text-indent: -9999px;
}

/* Product entries */
.product {
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
}
.product .product-image {
  text-align: center;
}
.product .product-image img {
  width: 300px;
}
.product .product-details .product-title {
  margin-right: 20px;
}
.product .product-details .product-description {
  margin: 5px 20px 5px 0;
  line-height: 1.4em;
}
.product .product-quantity input {
  width: 40px;
}
.product .remove-product {
  border: 0;
  padding: 4px 8px;
  background-color: #c66;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
}
.product .remove-product:hover {
  background-color: #a44;
}

.page-next-prev {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: #eee;
}
.page-next-prev p {
  margin-bottom: 0;
}
.page-next-prev a {
  color: #333;
}

.shop-all-page .shop-all-img {
  overflow: hidden;
  height: 210px;
}
.shop-all-page .shop-all-img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.shop-all-page .search-bar {
  background: #f6f1dd;
  padding: 15px;
}
@media (min-width: 768px) {
  .shop-all-page .search-bar .search-form {
    height: 40px;
    align-items: center;
    display: flex;
  }
}
.shop-all-page .search-bar .search-form input {
  padding: 5px;
}

/* Totals section */
.totals .totals-item {
  float: right;
  clear: both;
  width: 300%;
  margin-bottom: 10px;
}
.totals .totals-item label {
  float: left;
  clear: both;
  width: 79%;
  text-align: right;
}
.totals .totals-item .totals-value {
  float: right;
  width: 21%;
  text-align: right;
}

.checkout {
  float: right;
  border: 0;
  margin-top: 20px;
  padding: 6px 25px;
  background-color: #000;
  color: #fff;
  font-size: 25px;
  border-radius: 3px;
  border: 1px solid #000;
}

.checkout:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.signup-page h2 {
  color: #000;
}
.signup-page .signup-box {
  justify-content: center;
  display: flex;
  padding-top: 190px;
  padding-bottom: 65px;
}
@media (min-width: 768px) {
  .signup-page .signup-box {
    padding-top: 120px;
  }
}
@media (min-width: 1024px) {
  .signup-page .signup-box {
    padding-top: 170px;
  }
}
@media (min-width: 1200px) {
  .signup-page .signup-box {
    padding-top: 190px;
  }
}
.signup-page .card {
  background: #ffffffe0;
}

.login-page .card {
  background: #f6f1dd;
}
.login-page a {
  color: #363636;
  text-decoration: underline;
}

.account-signup-page {
  background: url(../../images/act-signup-bg.jpg);
}
.account-signup-page .card {
  background: #ffffffc9;
}
.account-signup-page a {
  color: #5c554a;
  text-decoration: underline;
}

.reset-password, .create-password {
  background: url(../../images/act-signup-bg.jpg);
}
.reset-password .reset-panel, .create-password .reset-panel {
  padding-top: 120px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .reset-password .reset-panel, .create-password .reset-panel {
    padding-top: 170px;
    padding-bottom: 40px;
  }
}
.reset-password .back-login a, .create-password .back-login a {
  color: #000;
}

.create-password a {
  color: #000;
}

.my-account-home .card {
  background: #fff6e7;
}
.my-account-home i {
  margin-bottom: 10px;
  font-size: 23px;
}

.edit-my-info h2 {
  font-size: 26px;
}
.edit-my-info .card {
  background: #fff6e7;
}
.edit-my-info .return-account a {
  color: #000;
}
.edit-my-info .account-saved {
  width: 100%;
  background-color: #99ff99;
}
.edit-my-info .account-saved p {
  color: #000;
  margin-bottom: 0;
}

.my-wishlist-page .product-image {
  text-align: center;
}
.my-wishlist-page .product-image img {
  width: 300px;
}
.my-wishlist-page .product-details .product-title {
  margin-left: 20px;
}
.my-wishlist-page .product-details .product-title a {
  color: #000;
}
.my-wishlist-page .product-details .product-description {
  margin: 5px 20px 5px 0;
  line-height: 1.4em;
}
.my-wishlist-page .product-price:before {
  content: none;
}
.my-wishlist-page .product-quantity input {
  width: 40px;
}
.my-wishlist-page .remove-product {
  border: 0;
  padding: 4px 8px;
  background-color: #d1c2aa;
  color: #000;
  font-size: 12px;
  border-radius: 3px;
}
.my-wishlist-page .remove-product:hover {
  background-color: #a44;
}

.order-page .card {
  background: #fff6e7;
}
.order-page h3 {
  font-size: 24px;
}
.order-page .total-price {
  text-align: center;
}
@media (min-width: 768px) {
  .order-page .total-price {
    text-align: end;
  }
}

.other-orders .card {
  background: #fff6e7;
}

.my-cart-page .shopping-cart {
  border-top: none;
}
.my-cart-page .column-labels label {
  border-bottom: none;
  padding-bottom: 15px;
  margin-bottom: 0px;
  text-align: center;
}
.my-cart-page .product .product-price::before, .my-cart-page .product .product-line-price::before, .my-cart-page .totals-value::before {
  content: none;
}
.my-cart-page .product {
  margin-bottom: 0px;
  padding-top: 10px;
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
}
@media (min-width: 768px) {
  .my-cart-page .product {
    padding: 10px;
  }
}
.my-cart-page .product .cart-list-item {
  text-align: right;
}
.my-cart-page .product-line-price {
  float: right;
  width: 20%;
}
@media (min-width: 768px) {
  .my-cart-page .product-line-price {
    float: left;
    width: 10%;
  }
}
.my-cart-page .product-line-price p {
  margin-bottom: 0;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .my-cart-page .product-line-price p {
    margin-top: 0;
  }
}
.my-cart-page .product-image {
  float: right;
  width: auto;
}
@media (min-width: 768px) {
  .my-cart-page .product-image {
    float: left;
    width: 20%;
  }
}
.my-cart-page .product-image img {
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .my-cart-page .product-image img {
    margin: 0 0 10px 10px;
  }
}
.my-cart-page .product-quantity::before {
  content: none;
}
.my-cart-page .product-quantity .add-subtract-box {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media (min-width: 768px) {
  .my-cart-page .product-quantity .add-subtract-box {
    justify-content: center;
  }
}
.my-cart-page .product-quantity input {
  margin-left: 0px;
}
@media (min-width: 768px) {
  .my-cart-page .product-quantity input {
    margin-left: 20px;
  }
}
.my-cart-page .remove-product {
  background-color: #8d4747;
}
.my-cart-page .product-details {
  float: none;
  width: 100%;
  text-align: left;
  padding-left: 0px;
}
@media (min-width: 768px) {
  .my-cart-page .product-details {
    padding-left: 30px;
    float: left;
    width: 37%;
  }
}
.my-cart-page .product-details p {
  margin-bottom: 10px;
  color: #6a6a6a;
}
.my-cart-page .product-price {
  width: 12%;
  float: left;
}
.my-cart-page .totals .totals-item {
  float: none;
  width: 100%;
}
.my-cart-page .totals .totals-item label {
  float: left;
  clear: both;
  width: 79%;
  text-align: right;
}
.my-cart-page .totals .totals-item .totals-value {
  float: right;
  width: 21%;
  text-align: right;
}

.checkout-page .card {
  background: #fff6e7;
}

.confirm-order .card {
  background: #fff6e7;
}
@media (min-width: 768px) {
  .confirm-order img {
    float: left;
    width: 25%;
  }
}
.confirm-order .summary-list img {
  width: 100%;
}
@media (min-width: 768px) {
  .confirm-order .summary-list img {
    float: left;
    width: 20%;
  }
}
.confirm-order .summary-total {
  text-align: end;
  border-top: 1px solid #d5d5d5;
  padding-top: 14px;
}

.main-market-list .search-cat {
  background: #eee;
  padding: 10px;
}
.main-market-list .card {
  background: #fff6e7;
}
.main-market-list p {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .main-market-list img {
    float: right;
    width: 25%;
  }
}
.main-market-list .cat-filter select {
  width: auto;
  display: initial;
}
.main-market-list .search-field {
  width: 50%;
  display: initial;
}
@media (min-width: 1200px) {
  .main-market-list .search-field {
    width: auto;
  }
}

@media (min-width: 768px) {
  .market-detail-page .sections img {
    float: right;
    width: 25%;
  }
}
.market-detail-page .post-section {
  background-color: #fff6e7;
}
@media (min-width: 768px) {
  .market-detail-page .post-section img {
    width: 70%;
    margin: 0 auto;
  }
}

/* Make adjustments for tablet */
@media screen and (max-width: 650px) {
  .shopping-cart {
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid #666;
  }

  .column-labels {
    display: none;
  }

  .product-image {
    float: right;
    width: auto;
  }
  .product-image img {
    margin: 0 0 10px 10px;
  }

  .product-details {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }

  .product-price {
    clear: both;
    width: 70px;
  }

  .product-quantity {
    width: 300px;
  }
  .product-quantity input {
    margin-left: 20px;
  }

  .product-quantity:before {
    content: "x";
  }

  .product-removal {
    width: auto;
  }

  .product-line-price {
    float: right;
    width: 70px;
  }
}
/* Make more adjustments for phone */
@media screen and (max-width: 350px) {
  .product-removal {
    float: right;
  }

  .product-line-price {
    float: right;
    clear: left;
    width: auto;
    margin-top: 10px;
  }

  .product .product-line-price:before {
    content: "Item Total: $";
  }

  .totals .totals-item label {
    width: 60%;
  }
  .totals .totals-item .totals-value {
    width: 40%;
  }
}

/*# sourceMappingURL=design.css.map */
</pre></body></html>