/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 17 2026 | 07:32:59 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */

/* Wrapper as flex */
/* ============================= */
/* MOBILE CHECKOUT FIX (SAFE)   */
/* ============================= */

@media (max-width: 768px) {
    body.page-id-3955 .ehf-header #masthead {
        z-index: 0;
    }
}

@media only screen and (max-width: 640px) {

    body.page-id-3955 .cart {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;

        width: 100%;
        height: 100%;

        background: #ffffff;
        z-index: 9999;

        padding: 15px;
        overflow-y: auto;
    }

    /* Background scroll band */
    body.page-id-3955 {
        overflow: hidden;
    }
}

@media (max-width: 768px) {

    /* Make wrapper flex */
    .woocommerce-billing-fields__field-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    /* First + Last name */
    #billing_first_name_field,
    #billing_last_name_field {
        flex: 0 0 calc(50% - 5px);
    }

    /* City + State */
    #billing_city_field,
    #billing_state_field {
        flex: 0 0 calc(50% - 5px);
    }

    /* Rest full width */
    .woocommerce-billing-fields__field-wrapper .form-row {
        width: 100% !important;
    }

    /* Override Woo floats */
    #billing_first_name_field,
    #billing_last_name_field,
    #billing_city_field,
    #billing_state_field {
        width: auto !important;
        float: none !important;
        clear: none !important;
    }

}



.widget_shopping_cart .button.checkout.wc-forward {
    background-color: #A31E1C !important;
    color: #fff !important;
}

.pswp__bg, .pswp__img--placeholder--blank{background:transparent !important;}

.widget_shopping_cart .button.checkout.wc-forward:hover {
    background-color: #871816 !important;
}

.product-theme {
    cursor: pointer;
}

.custom-select-wrap a.wcpa_add_to_cart_button{padding:10px 20px; width:150px; text-align:center; line-height:inherit !important; letter-spacing:1px;
 background-color: #A31E1C !important;
    color: #fff !important;
}

.cart-contents.cart-alert {
    background-color: #ff3b30 !important;
    color: #fff !important;
    padding: 6px 10px;
    border-radius: 8px;
    display: inline-block;
}

@keyframes shake {
    0% { transform: translateX(0); }
    20% { transform: translateX(-3px); }
    40% { transform: translateX(3px); }
    60% { transform: translateX(-3px); }
    80% { transform: translateX(3px); }
    100% { transform: translateX(0); }
}

.cart-contents.shake {
    animation: shake 0.5s ease-in-out infinite;
}

/* Wrapper */
.custom-variation-buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 15px;
}

/* Button */
.custom-variation-btn {
  padding: 12px 8px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  transition: 0.2s;
  min-height: 70px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Title */
.custom-variation-btn .title {
  font-size: 11px;
  font-weight: 600;
  color: #333;
  line-height: 1.2;

  /* FIX: allow 2 lines instead of ugly truncate */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Price */
.custom-variation-btn .price {
  margin-top: 6px;
  font-size: 14px;
  font-weight: bold;
  color: #e63946;

  /* FIX: prevent break */
  white-space: nowrap;
}

/* Active */
.custom-variation-btn.active {
  border: 2px solid #e63946;
}

/* Hover */
.custom-variation-btn:hover {
  border-color: #e63946;
  background-color: #fff!important;
}


/* Mobile */
@media (max-width: 768px) {
  .custom-variation-btn {
    padding: 10px 6px;
  }
	 .custom-variation-btn .title {
        font-size: 9px;
        white-space: normal;
        word-break: keep-all;
        overflow-wrap: normal;
    }

}
