body {
  background-color: white;
  font-family: "Lato Regular", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6; }

.page {
  background-color: #FFF; }

.category-tile {
  position: relative; }
  .category-tile h1,
  .category-tile h2 {
    font-size: 1.75rem;
    position: absolute;
    bottom: 1.875rem;
    left: 1.875rem;
    color: #FFF; }
  .category-tile::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5) 100%); }

.category-tile {
  position: relative; }
  .category-tile h1,
  .category-tile h2 {
    font-size: 1.75rem;
    position: absolute;
    bottom: 1.875rem;
    left: 1.875rem;
    color: #FFF; }
  .category-tile::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5) 100%); }

.page .hero {
  background-position-y: 0; }

.page .shop-the-style .hero {
  background-position-y: 45%; }

.hp-category-message,
.hp-promotion-message {
  position: absolute;
  bottom: 0.9375em;
  left: 1.875em; }
  .hp-category-message a,
  .hp-promotion-message a {
    color: #FFF; }
  .hp-category-message a.hp-promotion-message1,
  .hp-promotion-message a.hp-promotion-message1 {
    font-size: 0.75em; }

.category-tile {
  border: 1px solid white; }

.half-height {
  min-height: 23.125em; }
  @media (max-width: 768.98px) {
    .half-height {
      min-height: 15.375em; } }

.full-height {
  min-height: 51.725em; }
  @media (max-width: 768.98px) {
    .full-height {
      min-height: 35.375em; } }
  @media (max-width: 543.98px) {
    .full-height {
      min-height: 15.375em; } }

.mens-jackets {
  background-position: 50% 34%; }
  @media (min-width: 544px) {
    .mens-jackets {
      background-size: auto 100%; } }
  @media (max-width: 543.98px) {
    .mens-jackets {
      background-position-y: 8%; } }

.womens-dresses {
  background-position: 50% 15%; }

.womens-jewelry {
  background-position: 40% 60%; }
  @media (min-width: 544px) {
    .womens-jewelry {
      background-size: auto 100%; } }

.shop-red {
  background-position-y: 60%;
  min-height: 28.65em; }
  @media (max-width: 768.98px) {
    .shop-red {
      min-height: 15.375em; } }
  @media (max-width: 543.98px) {
    .shop-red {
      background-position: 45% 85%; } }

@media (max-width: 543.98px) {
  .container.home-categories {
    padding-left: 0;
    padding-right: 0; } }

.home-main-categories {
  margin-bottom: 2em; }

.hp-product-grid {
  margin: 0; }
  .hp-product-grid .hp-product-content {
    background-color: transparent;
    text-align: center;
    border: 0; }
    @media (max-width: 543.98px) {
      .hp-product-grid .hp-product-content {
        min-height: 20.375em; } }
    .hp-product-grid .hp-product-content span {
      font-size: 1em; }
      @media (max-width: 768.98px) {
        .hp-product-grid .hp-product-content span {
          font-size: 0.85em; } }
      @media (max-width: 543.98px) {
        .hp-product-grid .hp-product-content span {
          font-size: 0.65em; } }
    .hp-product-grid .hp-product-content span.largeText {
      font-size: 5.5em;
      font-weight: 200; }
      @media (max-width: 1199.98px) {
        .hp-product-grid .hp-product-content span.largeText {
          font-size: 4.5em; } }
      @media (max-width: 991.98px) {
        .hp-product-grid .hp-product-content span.largeText {
          font-size: 3.4em; } }
      @media (max-width: 768.98px) {
        .hp-product-grid .hp-product-content span.largeText {
          font-size: 3em; } }
      @media (max-width: 543.98px) {
        .hp-product-grid .hp-product-content span.largeText {
          font-size: 2.5em; } }
    .hp-product-grid .hp-product-content a {
      color: var(--skin-primary-color-1);
      text-decoration: none; }

.home-email-signup {
  background-color: #473F38; }
  .home-email-signup > .container {
    padding-top: 0.625em;
    padding-bottom: 0.625em; }
  .home-email-signup .email-description {
    padding-top: 0.375em;
    color: #FFF; }

header ~ #maincontent .container a:not(.btn-primary):not(.btn-outline-primary) {
  color: #000; }

.home-email-signup {
  background-color: #FFF; }
  .home-email-signup .form-control {
    border: 1px solid #707070;
    border-radius: 0;
    color: #2A2829;
    font-family: "Lato Regular", sans-serif; }
    @media (max-width: 543.98px) {
      .home-email-signup .form-control {
        border: none; } }
  .home-email-signup .btn-primary {
    background-color: #A990AB;
    border: none;
    border-radius: 0;
    color: #2A2829;
    font-family: "Montserrat SemiBold", sans-serif;
    text-transform: uppercase; }
    .home-email-signup .btn-primary:hover {
      background-color: #A990AB;
      color: #2A2829;
      opacity: .8; }
  .home-email-signup .email-description {
    color: #2A2829;
    font-family: "Lato Regular", sans-serif; }
    @media (max-width: 543.98px) {
      .home-email-signup .email-description {
        color: #FFF;
        margin-bottom: 15px;
        text-align: center; } }

.homepage {
  background-color: #FFF; }

.homeBanner {
  margin: 0px;
  max-width: 100%; }

.homeBanner-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.banner-button {
  background-color: #FFF;
  border: 2px solid #2e3236;
  color: #2e3236;
  z-index: 2;
  margin-top: 18px;
  padding: 7px 20px;
  width: 100px; }

.banner-paragraph-info {
  text-align: left; }

.infoText {
  margin: 0 40px; }

.homeCarousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.container.home-categories {
  width: 100%; }

.home-main-categories {
  padding: 40px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0px; }

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #212529; }

.productDesktop {
  background-color: #FFF; }
  @media (min-width: 769px) {
    .productDesktop {
      display: block; } }
  .productDesktop .carouselName {
    text-align: center;
    margin: 10px 0px; }

.carouselMobile {
  background-color: #FFF; }
  @media (min-width: 769px) {
    .carouselMobile {
      display: none; } }
  @media (max-width: 768.98px) {
    .carouselMobile {
      display: block; } }
  .carouselMobile .carouselName {
    text-align: center;
    margin: 10px 0px; }

.carousel-indicators {
  top: 400px; }

.indicators-product {
  top: 430px; }

.container.home-product-tiles {
  max-width: 100%; }

.homeCarousel {
  margin: 30px 0px; }

.cardHome {
  margin: 0px 30px 20px; }
  @media (max-width: 991.98px) {
    .cardHome {
      margin: 0px 0px 20px; } }

.cardButton {
  max-width: 41%; }

.homeCarouselBanner {
  margin: 60px 0px; }
  .homeCarouselBanner .homeIndicatorsImg {
    top: 340px; }

.carousel-control-next {
  right: 1px; }

.imgContent {
  height: 250px; }

@media (min-width: 769px) {
  .twoSectionsDesktop {
    display: block; } }

@media (max-width: 768.98px) {
  .twoSectionsDesktop {
    display: none; } }

@media (min-width: 769px) {
  .twoSectionsMobile {
    display: none; } }

@media (max-width: 768.98px) {
  .twoSectionsMobile {
    display: block; } }

.swiper-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  max-width: 100%;
  right: 0;
  left: 0; }
  .swiper-container .swiper-wrapper {
    margin-top: 3em;
    margin-bottom: 3em; }

.c-left, .c-Right {
  position: absolute;
  margin-top: 15%;
  z-index: 3; }

.c-left {
  left: 3%; }

.c-Right {
  right: 3%; }

.fa-chevron-right:before {
  color: #707070; }

.fa-chevron-left:before {
  color: #707070; }

.container-carousel {
  position: relative;
  width: 100%;
  overflow: hidden; }

.hp-product-grid .container .row .col-md a img {
  height: 200px; }

.hp-product-grid .container .row .col-md center {
  height: 52px; }

.column-textbox {
  background-color: #dcdcdc;
  height: 210px; }

@media screen and (min-width: 768px) {
  .service-tile {
    overflow: hidden;
    padding: 0px;
    max-width: 30%;
    margin: 4px; } }

.service-tile {
  margin-bottom: 10px; }

.service-tile a img {
  width: 100%; }

.sib-form-custom {
  padding: 0px !important; }

div#custom-popup .modal-content {
  border: none; }

div#custom-popup .modal-content button.close {
  padding-right: 10px;
  -ms-flex-item-align: end;
      align-self: flex-end; }
