#masthead .header-absolute {
    background: linear-gradient(
        180deg,
        #0c0c0c 0%,
        #121212 25%,
        #1a1a1a 50%,
        #222222 75%,
        #262626 100%
      );
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.19);
    padding: 30px 15px;
}

#masthead .elementor-element.elementor-element-a9f7d04 > .elementor-container {
    max-width: 1300px
}

body.woocommerce-page.single-product #page .site-content {
    margin-top: 90px !important;
}

.wc-block-grid__product-onsale, .onsale {
    background-color: #7A8F78 !important;
    border-radius: 5px;
}

.footer-width-fixer {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.footer-width-fixer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 22px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}


#bottom-footer-menu {
    margin-top: 80px;
}

/* Footer contact form – make CF7 look premium */
.elementor-element-f524bfb .wpcf7 form p{
    margin:0;
  }
  
  .elementor-element-f524bfb .wpcf7-form-control-wrap{
    display:block;
    margin:0 0 12px;
  }
  
  .elementor-element-f524bfb .wpcf7-form-control.wpcf7-text,
  .elementor-element-f524bfb .wpcf7-form-control.wpcf7-email,
  .elementor-element-f524bfb .wpcf7-form-control.wpcf7-textarea{
    width:100%;
    box-sizing:border-box;
    border:1px solid rgba(0,0,0,0.10);
    background:#f6f4f2;
    border-radius:12px;
    padding:12px 14px;
    font-size:12px;
    line-height:1.3;
    color:#161616;
    outline:none;
    transition:border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
  }
  

  .elementor-element-f524bfb .wpcf7-form-control.wpcf7-text,
  .elementor-element-f524bfb .wpcf7-form-control.wpcf7-email{
    height:46px;
  }
  
  .elementor-element-f524bfb .wpcf7-form-control.wpcf7-textarea{
    min-height:88px;
    resize:none;
  }
  
  /* Focus state */
  .elementor-element-f524bfb .wpcf7-form-control:focus{
    border-color:rgba(0,0,0,0.22);
    box-shadow:0 0 0 4px rgba(196,106,74,0.18);
    background:#fff;
  }
  
  /* Placeholder */
  .elementor-element-f524bfb ::placeholder{
    color:rgba(22,22,22,0.55);
  }
  
  /* Submit button */
  .elementor-element-f524bfb .wpcf7-submit{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:46px;
    margin-top:6px;
    border:0;
    border-radius:12px;
    background:#C46A4A;
    color:#fff;
    font-size:14px;
    letter-spacing:.12em;
    text-transform:uppercase;
    cursor:pointer;
    transition:transform .15s ease, box-shadow .2s ease, background-color .2s ease;
  }
  
  .elementor-element-f524bfb .wpcf7-submit:hover{
    box-shadow:0 10px 24px rgba(0,0,0,0.12);
    transform:translateY(-1px);
  }
  .elementor-element-f524bfb .wpcf7-submit:active{
    transform:translateY(0);
    box-shadow:none;
  }
  
  /* CF7 messages */
  .elementor-element-f524bfb .wpcf7-response-output{
    margin:12px 0 0;
    padding:10px 12px;
    border-radius:12px;
    font-size:14px;
  }
  .elementor-element-f524bfb .wpcf7-not-valid-tip{
    margin-top:6px;
    font-size:13px;
  }
  
  .elementor-element-f524bfb .wpcf7 form br{
    display:none;
  }

  #home-bottom-gallery .column-item a {
    height: 100%;
  }
  
  #home-bottom-gallery .column-item a img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-height: 500px;
  }
  
  .menu-mobile-nav-button {
      color:#FFFFFF !important;
  }
  
  .menu-mobile-nav-button .xocora-icon > span{
      background-color: #FFFFFF !important;
  }
  
  .elementor-1688 .elementor-element.elementor-element-a071c56:not(.elementor-motion-effects-element-type-background), .elementor-1688 .elementor-element.elementor-element-a071c56 > .elementor-motion-effects-container > .elementor-motion-effects-layer{
      display: none !important;
  }

  .elementor-1971 .elementor-element.elementor-element-f64c1b3 .elementor-image-box-img img {
    object-fit: cover !important;
  }

  span.sku_wrapper {
    display: none !important;
  }

  .wc-block-cart__submit-button {
    background-color: #bf624c;
    color: #ffffff !important;
    transition: 0.4s;
  }

  .wc-block-cart__submit-button:hover,
  .wc-block-cart__submit-button:focus {
    background-color: #a95440 !important;
    color: #ffffff !important;
  }

  .single-product div.product .product_meta > span {
    font-family: 'Spartan' !important;
    font-size: 12px !important;
  }


 @media only screen and (max-width: 767px) {

  #footer-menu-holder .primary-navigation {
    display: block !important;
  }

  #bottom-footer-menu {
    margin-top: 0px !important;
  }

  #footer-menu-holder {
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
    margin: 50px 0px !important;
  }
}

@media only screen and (max-width: 467px) {

  #bottom-footer-menu {
    margin-top: 0px !important;
  }
}