:root {
  --evo-brand-secondary: #667c8c;
  --evo-brand-accent: #e1f0ed;
  --evo-header-background: #fff;
}

footer.footer>* {
    padding: 9px 0;
}

.cat-tiles > div img {
  transition: transform 0.8s ease;
}

.cat-tiles > div:hover img {
  transform: scale(1.05);
}

.live-inventory-v2-wrapper .in-stock {
    font-size: 0.85rem;
}

.live-inventory-v2-wrapper .out-stock {
   color: red !important;
   background-color:white !important;
}

.live-inventory-v2-wrapper .in-stock {
   color: #fff !important;
   background-color:green !important;
}

.contacts .contact-element.contact-icon i {
    color: white;
}

.categoryfiltermenu_container, .filters_container {
    background-color: white;
    border-radius: 5px;
    padding: 0px 0px;
}

header .minicart_container .cart-btn>a.btn .minicart_count {
    align-items: center;
    background: #e1f0ed;
    border-radius: 100%;
    color: black;
    display: flex
;
    height: 24px;
    justify-content: center;
    transition: color .35s ease, background .35s ease;
    width: 24px;
}

.ex-product .productsummary_container .live-inventory-v2-wrapper {
  text-align: left !important;
}

/* ===== SP product styling ===== */
.griditems .product[data-inventory-adjust="true"] .live-inventory-v2-wrapper{
left: 50% !important;
}
.griditems .product[data-inventory-adjust="true"] .live-inventory-v2-shipping{
transform: translateX(-50%);
}
.griditems .product[data-inventory-adjust="true"] .footer{
margin-top: 10px;
}
.griditems .product .tile::before{
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left:0;
    color: red;
    font-weight: bold;
    font-size: 0.7rem;
    width: max-content;
    margin: 5px;
}

.griditems .product:has(.out-stock) .tile::before{
    content: var(--restock-message);
    border: 1px solid var(--evo-border-color,#eaeaea);
    border-radius: 5px;
    padding: 3px 5px;
    z-index: 1;
}
.griditems .product .tile:has(.product-tile-image:hover)::before{
    z-index: -1;
}
.productaddtocart_container .live-inventory-v2-wrapper::after,
.productsummary_container .live-inventory-v2-wrapper::after{
    content: "";
    display: block;
    color: red;
    font-weight: bold;
    font-size: 0.75rem;
    width: max-content;
    margin: 0 auto;
    background: #fff;
}
.productsummary_container .live-inventory-v2-wrapper::after {
    display: inline-block
}
.productaddtocart_container .product:has(.out-stock) .live-inventory-v2-wrapper::after,
.productsummary_container .product:has(.out-stock) .live-inventory-v2-wrapper::after{
    content: var(--restock-message);
    border: 1px solid var(--evo-border-color,#eaeaea);
    border-radius: 5px;
    padding: 5px 10px;
    z-index: 1;
}

.productaddtocart_container .live-inventory-v2-shipping{
    margin: 3px auto;
}
.griditems .product[data-configurableproduct="true"] .buttons.group::before {
  content: "Select options";
  position: absolute;
  top: -10px;
  left: 50%;
  color: #fff !important;
  background-color: green !important;
  transform: translateX(-50%);
  font-size: 0.85rem;
  border: 1px solid var(--evo-border-color, #eaeaea);
  border-radius: 5px;
  display: inline-block;
  margin: 10px 0;
  padding: 5px 10px;
  width: max-content;
  font-weight: 700;
}
.productsgrid_container .griditems > .tileparent {
    width: 33%;
}
.catalog-grid .tile img {
    max-width: 250px;
    max-height: 250px;
}

.catalog-grid .tile .imgthumbnail{
    height: auto;
    min-height: 250px;
}
.ex-product .productaddtocart_container .live-inventory-v2-wrapper {
    position: absolute;
    width:100%;
    top: 55px;
    left: 0;
    text-align : left!important;
    padding-left: calc(var(--bs-gutter-x)*.5);
}
.ex-product .productaddtocart_container .live-inventory-v2-wrapper::after{
    margin: 0;
    display: inline-block;
}
.ex-product .productaddtocart_container:has(.alert-warning[style="display: block;"]) .live-inventory-v2-wrapper{
    top: 170px;
}
@media only screen and (max-width: 991px){
    .productsgrid_container .griditems > .tileparent {
    width: 50%;
}
}
    @media only screen and (max-width: 768px){
    .productsgrid_container .griditems > .tileparent {
    width: 100%;
}
}
/* ===== End ===== */

.text-input-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.text-input-wrap label {
  font-weight: 700;
  font-size: 1rem;
}
.text-input-wrap textarea {
  padding-left: 20px;
  width: 100%;
  min-height: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid lightgrey;
}
/* ===== Furniture page adjustment ===== */
.ex-category .subcategorieslist_container .griditems > .col {
    width: 100%;
}
.ex-category .subcategorieslist_container .griditems > .col figure {
    height: auto;
}
.ex-category .subcategorieslist_container .griditems > .col img {
    object-fit: cover;
    max-height: unset;
}
.ex-category .subcategorieslist_container .griditems > .col p {
    text-align: center;
    font-size: 1.5rem;
}
@media only screen and (min-width: 500px){
.ex-category .subcategorieslist_container .griditems > .col {
    width: 50%;
}
}
@media only screen and (min-width: 991px){
.ex-category .subcategorieslist_container .griditems > .col {
    width: 33%;
}
}
/* ===== Emd ===== */
  
/* ===== MH landing page styling ===== */
.page-content.onecolumn:has(.landingpage-hero-title) {
  margin: 0;
}

.landingpage-hero-title {
  position: relative;
  background-color: #2a2a2a;
  min-height: 300px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.landingpage-hero-title > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.landingpage-hero-title .container {
  position: relative;
  z-index: 1;
  height: 100%;
}

.landingpage-hero-title .content-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
}

.landingpage-hero-title h1 {
  font-size: 48px;
  margin: 0 0 25px;
  color: #fff;
}

.landingpage-hero-title p:last-child {
  margin-bottom: 0;
}

.landingpage-introtext h2 {
  font-size: 40px;
  margin: 0 0 30px;
}

.landingpage-introtext p {
  margin: 0 0 25px;
}

.catalog-grid:has(.landingpage-introtext) .row-breadcrumb {
  display: none;
}

.htmlcontent_container:has(.landingpage-buttons) {
  margin: 0;
}

.landingpage-buttons {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.landingpage-buttons .btn {
  width: 35%;
  padding: 1.5rem;
  border-radius: 20px;
  font-size: 1.35rem;
  min-width: max-content;
}

@media (max-width: 500px) {
  .landingpage-buttons {
  flex-direction: column;
  align-items: center;
  }
  .landingpage-buttons .btn {
  min-width: min(300px, 90%);
  }
}

.landingpage-category-boxes {
  background: #f3f3f3;
  padding: 70px 0;
  margin-top: 30px;
}

.landingpage-category-boxes h2 {
  text-align: center;
  font-size: 36px;
  color: #444242;
  margin: 0 0 25px;
}

.landingpage-category-boxes p {
  text-align: center;
  margin: 0;
}

.landingpage-category-boxes .container {
  background-color: revert;
}

.lp-categoryboxes-inner {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

@media (max-width: 991px) {
  .lp-categoryboxes-inner {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media (max-width: 500px) {
  .lp-categoryboxes-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.lp-categorybox {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 20px;
  height: 285px;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
}

.lp-categorybox > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: 0.35s all;
}

.lp-categorybox > div {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}

.lp-categorybox > div img {
  flex-shrink: 0;
}

.lp-categorybox > div::after {
  content: "View Category";
  position: absolute;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  bottom: 100%;
  opacity: 0;
  transition: 0.35s all;
  transform: translateX(-20px);
}

.lp-categorybox::after {
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  z-index: -1;
  transition: 0.35s all;
}

.lp-categorybox:hover > img {
  transform: scale(1.05);
}

.lp-categorybox:hover > div::after {
  opacity: 1;
  transform: translateX(0);
}

.lp-categorybox:hover::after {
  opacity: 0.75;
}

.zonebottom:has(.landingpage-category-boxes) > div {
  margin-bottom: 0;
}

.gotAnyQuestions {
  background: #2a2a2a;
  position: relative;
  padding: 0 30px;
}

.gotAnyQuestions > img {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 50%;
  object-fit: cover;
}
.gotAnyQuestions a {
  margin-top: 20px;
}

.gotAnyQuestions a:hover,
a:focus {
  color: #ffffff;
}

.gotAnyQuestions .questionsInner {
  padding: 100px 100px 100px 0;
  width: 50%;
}

.gotAnyQuestions h3 {
  color: #fff;
  font-size: 26px;
  margin: 0 0 30px;
}

.gotAnyQuestions p {
  color: #fff;
  margin: 0 0 30px;
}

.gotAnyQuestions .questionsLink {
  color: #fff;
  margin: 15px 0;
}
.gotAnyQuestions .customButton {
  display: inline-block;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .gotAnyQuestions > img {
    display: none;
  }
}

@media (max-width: 768px) {
  .gotAnyQuestions .questionsInner {
    width: 100%;
    padding: 50px 0;
  }
}
/* ===== END landing page style ===== */
/* ===== Change logo on mobile ===== */
.header-mobile .logo img{
  opacity: 0;
}
.header-mobile .logo {
  background: url("https://eu.evocdn.io/dealer/1726/content/media/REVILO_White.svg") center / contain no-repeat;
}