﻿.esh-catalog-hero {
     background-image: url("../../images/head.png");
    
    height:400px;
    background-color: #4b6c9e;
 
  
}
.esh-catalog-hero2 {
    background-image: url("../../images/back1.png");
    background-size: cover;
    max-width: 100%;
    background: #ffffff
}
.esh-catalog-title {
  position: relative;
  top: 74.28571px;
}

.esh-catalog-filters {
    background-color: #000000;
    height: 65px;
    border: solid;
    border-color: #798aa5;
}

.esh-catalog-filter {
    -webkit-appearance: none;
    background-color: #000000;
    border-color: #ffffff;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 1rem;
    margin-top: .5rem;
    min-width: 140px;
    outline-color: #f5f4f1;
    padding-bottom: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1.5rem;
}


    .esh-catalog-filter option {
        background-color: #0e0e0cbf;
    }

.esh-catalog-label {
  display: inline-block;
  position: relative;
  z-index: 0;
}

    .esh-catalog-label::before {
        color:white;
        content: attr(data-title);
        font-size: 0.65rem;
        margin-left: 0.5rem;
        margin-top: 0.65rem;
        position: absolute;
        text-transform: uppercase;
        z-index: 1;
    }

.esh-catalog-label::after {
 
  content: '';
  height: 13px;
  position: absolute;
  right: 1.5rem;
  top: 2.5rem;
  width: 10px;
  z-index: 1;
}

.esh-catalog-send {
    background-color: #ffffff00;
    color: #ffc10700;
    cursor: pointer;
    font-size: 1rem;
    margin-top: -1.5rem;
    padding: 0.5rem;
    transition: all 0.35s;
    margin-bottom: -6px;
}

.esh-catalog-send:hover {
  background-color: #4a760f;
  transition: all 0.35s;
}

.esh-catalog-items {
  margin-top: 1rem;
}

.esh-catalog-item {
  margin-bottom: 1.5rem;
  text-align: center;
  width: 33%;
  display: inline-block;
  float: none !important;
}

@media screen and (max-width: 1024px) {
  .esh-catalog-item {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .esh-catalog-item {
    width: 100%;
  }
}

.esh-catalog-thumbnail {
    max-width: 370px;
    width: 80%;
    border-style: dashed;
}
.esh-catalog-button {
    background-color: #ffffff;
    border: #090909;
    color: #0f0400;
    cursor: pointer;
    font-size: 1rem;
    height: 3rem;
    margin-top: 1rem;
    transition: all 0.35s;
    width: 80%;
}

.esh-catalog-button.is-disabled {
  opacity: .5;
  pointer-events: none;
}

    .esh-catalog-button:hover {
        background-color: #e1ddd8;
      
        transition: all 0.35s;
    }

.esh-catalog-name {
  font-size: 1rem;
  font-weight: 300;
  margin-top: .5rem;
  text-align: center;
  text-transform: uppercase;
}

.esh-catalog-price {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
}

.esh-catalog-price::before {
  content: '£';
}

