/*
Theme Name:     Kadence Child
Theme URI:      https://www.kadencewp.com/kadence-theme/
Description:    A child theme for Kadence
Author:         Island Vibes Bags
Author URI:     https://islandvibesbags.com/
Template:       kadence
Version:        1.0.0
*/

/* Import parent theme styles */
@import url("../kadence/style.css");

/* Add your custom styles below this line */

.ivb-option-group {
    margin-bottom: 20px;
}

.ivb-option-preview img {
    display: block;
    max-height: 50px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

a.ivb-explore-button {
    display: inline-block;
    background-color: #daa250;
    color: #000;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

a.ivb-explore-button:hover {
    background-color: #ff0000;
    color: #fff !important;
}

.ivb-min-order-note {
    font-size: 0.9em;
    color: #004838;
    margin-top: 10px;
    font-weight: bold;
}

@media (max-width: 480px) {
  #ivb-modal-suggestions {
    width: 95% !important;
    font-size: 0.9em;
  }
}

.ivb-image-column-extras h3 {
  margin-top: 1.5em;
  color: #004838;
}
.ivb-reviews {
  margin-top: 30px;
}
