.cms-error .content-in-one h1 {
    font-size: 30px;
}
.custom-add-tocart-custom-order {
    position: absolute;
    z-index: 9;
}
@media only screen and (min-width:320px) and (max-width:767px){
  .content-in-one h1 {
    font-size: 40px;
  }
  .content-in-one span {
    font-size: 40px;
    color: red;
  }
  
  .custom-image-2025 {
     width: 100%
  }
}

/* Base styles (mobile first) */
.input-group.form a.btn.btn-primary {
  display: block;
  height: 43px;

  position: relative;
}


@media only screen and (min-width: 600px) {
  .home-banner-content .input-group.form a.btn.btn-primary {
    right: 40px;
    width: 30%;
  }
}

@media (max-width: 767px) {
    .home-banner-content .search-section .btn-primary {
        margin: 10px auto !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .home-banner-content form#search_mini_form {
    height:43%;
  }
    .home-banner-content .input-group.form a.btn.btn-primary {
        left: 20px;
         margin: 0px auto;
        width: 30% !important;
    }
}

@media only screen and (min-width: 768px) {
  .home-banner-content .input-group.form a.btn.btn-primary {
    right: 20px;
    width: 30%;
  }
}

/* Cookielaw Bar */

div#cookielaw {
    background: #ffffff !important;
    border: 0.3px solid #333;
    color: #000000 !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    border-radius: 6px;
}

.v-message. a.v-more.action.primary {
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.v-message a.action.primary.v-accept {
    border: none;
}

.v-message a.v-more.action.primary {
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}

.footer-company-row .company-info,
.footer-company-row .payments,
.footer-company-row .footer-policy-nav {
  color: #262626;
  font-size: 14px;
}

.footer-company-row address.company-address {
  font-style: normal;
  margin: 0 0 10px 0;
  color: #262626;
}

@media (max-width: 767px) {
  .content.company-info p {
        text-align: unset !important;
  }
}