/* Start of add Sticky header EvoX */
.menubarStick {
  position: fixed !important;
  top: 0;
  width:100%;
  z-index: 15;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
}


.headersection-3.menubarStick > .row-2 {
    max-width: 1450px;
    margin: 0 auto;
}
/* change me to the height of the sticky row */
.menubarHeader {
    padding-top:65px;
}
/* end of add Sticky header EvoX */

header section.search .search-form .form-group input {
    background: #fff;
    border-style: solid #ccc;
    border-width: 1px;
    border-radius: 5px; /* add this line to set the border radius */
    height: 33px;
    padding-right: 38px;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}


.product-stock .out-stock small {display: none;}




.fa-shopping-bag:before {
    content: "\f291";
    font-size: 1.0em;
    color: #e78325;
    background-color: white;
    border-radius: 50px;
    padding: 4px;
}

.toolbar .cart-btn>.btn { background: #e78325;
box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
 }

.toolbar .cart-btn > .btn span.minicart_count {
    border: 2px solid #fff;
    border-radius: 50%;
    background: #e78325;
    color: #fff;
}






.out-stock {
    color: #d22f25;
}

.in-stock {
    color: #28b674;
}




.shop-filters .filter-title {
background: #303030;
padding: 18px 15px;
border-radius: 8px 8px 0 0;
font-size: 1.2rem;
color: white;
letter-spacing: 0;
font-weight: 900;
text-align: center;
position: relative;
bottom: 8px;
}

.header-full .logo img {
/* Change this for desktop */
    max-width: 175px !important;
    height: auto !important;
    max-height: none !important;
}

.toolbar .cart-btn>.btn {
    background: #e78325;
}

.toolbar .cart-btn .btn i,
.toolbar .cart-btn:hover > .btn i {
color: #303030;
} (changes bag colour)

.toolbar .cart-btn>.btn span {
background-color: #000000;
}

.product-sku {
    font-size: 1rem;
    color: #303030;
}

.contractitems.catalog-grid .tileparent div.price:before {
  content: "Your price:";
}

.quicklistsedit span.rrp:before,
.contractitems span.rrp:before {
  content: "RRP:";
}

nav.menu ul.catalog > li:nth-child(6) {
    background-color: #147BD1;
}

nav.menu ul.catalog > li:nth-child(7) {
    background-color: #e78325;
}

.banner-video {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
  text-align: left;
}

.banner-heading,
.banner-text,
.banner-button {
  opacity: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Add a shadow effect to the text */
}

.banner-heading {
  color: #fff;
}

.banner-button {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 20px;
  background-color: #303030;
  color: #fff;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.banner-button:hover {
  background-color: orange;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.shadow {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-out;
}

.shadow:hover {
  transform: translateY(-5px);

@media (min-width: 1440px) {
    .container {
        width: 1400px;
    }