/* General styles */
.button-primary{
  padding: 8px 16px;
  margin-top: 24px;
  border: none;
  border: 1px solid #02A8E0;
  font-weight: 600;
  font-size: 18px;
  color: white !important;
  text-decoration: none !important; 
  background: #02A8E0;
}
.button-primary:hover{
  opacity: 0.8;
}

.button-primary:disabled {
  opacity: 0.6;
}
.button-outline{
  padding: 8px 16px;
  margin: 10px auto;
  border: 1px solid #02A8E0;
  font-weight: 600;
  font-size: 18px;
  color: #02A8E0;
  background: #fff;
}

.mixmatch-title {
  margin-top: 0px;
  margin-bottom: 8px;
}
.mixmatch-subtitle {
  margin-top: 0px;
  margin-bottom: 8px;
}

.button-outline:hover{
  opacity: 0.8;
}
.button-link{
  font-weight: 600;
  font-size: 15px;
  border: none;
  background: initial;
  border-bottom: 1px solid;
  color: #02A8E0;
  padding: 0px;
  margin: 8px;
}
.button-link:hover{
  opacity: 0.8;
}
.button-icon {
  width: 14px;
  height: 14px;
  fill: #02A8E0;
}

/* Tab Wizard*/

.card {
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.04588);
}
.card-header {
  padding: 20px;
}
.card {
  width: 100%;
}
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
span.step {
  background: #02A8E0;
  padding: 10px 16px;
  color: #fff;
  border-radius: 100px;
  margin: 0 16px;
}
.card-body {
  min-height: 250px;
  display: flex;
  justify-items: center;
  align-items: center;
  width: -webkit-fill-available;
}
.card-body .tabs {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}
.card-body .tabs .tab {
  display: none;
  width: -webkit-fill-available;
}
.card-body .tabs .tab.active {
  display: block !important;
}
.card-footer {
  padding: 0px 24px;
  float: right;
}

@media only screen and (max-width: 420px) {
  .card-footer button {
    width: 100%;
  }
}

/* Tab Wizard End*/
/* --------new style-------- */

#first{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  place-content: space-evenly;
}
.mt16{
  margin-top:16px;
  margin-bottom: 0px;
}
.mt24{
  margin-top:24px;
  margin-bottom: 0px;
}
.mixmatch-card {
  transition: padding 0.3s, background 0.3s;
  padding: 24px;
  max-width: 240px;
}
.mixmatch-card:hover {
  background: #02A8E005;
}
.active {
  background: #02A8E014;
  border:1px solid #02A8E0;
  position: relative;
}
.mixmatch-card {
  position: relative;
  padding: 20px;
}
.mixmatch-card img {
  object-fit: contain;
}

.mixmatch-product-title {
  font-weight: 400;
    font-size: 20px !important;
  margin-bottom: 8px;
}

.option-image {
  position: relative;
}
.active .option-image::before {
  content: "✓";
  position: absolute;
  top: -4px;
  right: -10px;
  font-size: 24px;
  background-color: #000;
  color: rgb(255 255 255);
  border-radius: 100px;
  padding: 0px 8px;
}
.content-item {
  text-align: center;
}
nav.woocommerce-breadcrumb a {
  font-weight: 600;
}
#noChoices, #maxChoices{
  padding-left: 8px;
}

@media only screen and (max-width: 724px) {
  .hide-mobile {
    display:none;
  }
}

.mixmatch-message {
  display: none;
  color: #047857;
  background: #d1fae5;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  padding: 24px;
  padding-left: var(--bde-woo-notices__padding-left);
  width: 100%;
}