#bundlewp-mix-and-match .remove-product {
  display: inline-block;
  min-width: 16px;
  height: 16px;
  background: #737781;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease; }

@media only screen and (max-width: 480px) {
  #bundlewp-mix-and-match .bundlewp-gird {
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important; }
  #bundlewp-mix-and-match .bundlewp-bundle-info {
    width: 100% !important;
    margin-top: 24px !important;
    justify-content: center !important;
    align-items: center !important; } }

.bundlewp-product .bundlewp-product-image img {
  margin: 0 !important;
  height: 100%;
  width: 100%; }

.bundlewp-product .quantity-input {
  position: relative;
  display: inline-block;
  color: #7f7f7f;
  min-width: 112px; }
  .bundlewp-product .quantity-input input {
    transition: border .2s ease-in-out, color .2s ease-in-out;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    box-shadow: none;
    outline: none;
    width: 48px;
    max-width: 64px;
    height: 32px;
    padding: 0 4px;
    text-align: center;
    float: right;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    background-color: #fff;
    color: #342f2f; }
    .bundlewp-product .quantity-input input:focus {
      border-color: #57b8f6 !important; }
    .bundlewp-product .quantity-input input:hover {
      border-color: #a5a5a5; }
  .bundlewp-product .quantity-input .bundlewp-plus, .bundlewp-product .quantity-input .bundlewp-minus {
    width: 32px;
    height: 32px;
    display: inline-block;
    float: right;
    position: relative;
    cursor: pointer;
    border-radius: 2px; }
    .bundlewp-product .quantity-input .bundlewp-plus:hover, .bundlewp-product .quantity-input .bundlewp-minus:hover {
      background: rgba(220, 220, 220, 0.8); }
    .bundlewp-product .quantity-input .bundlewp-plus::before, .bundlewp-product .quantity-input .bundlewp-plus::after, .bundlewp-product .quantity-input .bundlewp-minus::before, .bundlewp-product .quantity-input .bundlewp-minus::after {
      position: absolute;
      top: calc(50% - 1px);
      left: calc(50% - 7px);
      content: '';
      width: 12px;
      height: 2px;
      background-color: #342f2f;
      display: block; }
  .bundlewp-product .quantity-input .bundlewp-plus::after {
    transform: rotate(90deg); }
  .bundlewp-product .quantity-input .bundlewp-minus::after {
    display: none; }
  .bundlewp-product .quantity-input input::-webkit-outer-spin-button,
  .bundlewp-product .quantity-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .bundlewp-product .quantity-input input[type=number] {
    -moz-appearance: textfield; }

.bundlewp-modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  top: 0;
  left: 0;
  z-index: 10000;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }
  .bundlewp-modal .bundlewp-modal-content {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    width: 50%;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); }
  .bundlewp-modal .bundlewp-modal-close {
    margin-left: auto;
    padding: 0 6px;
    color: #4a5568;
    float: right;
    font-size: 28px;
    font-weight: bold; }
    .bundlewp-modal .bundlewp-modal-close:hover, .bundlewp-modal .bundlewp-modal-close:focus {
      color: #e53e3e;
      text-decoration: none;
      cursor: pointer; }
  .bundlewp-modal .bundlewp-modal-header, .bundlewp-modal .bundlewp-modal-footer {
    display: flex;
    align-items: center;
    padding: 16px 16px;
    background-color: #f7fafc;
    color: #1a202c; }
    .bundlewp-modal .bundlewp-modal-header h1, .bundlewp-modal .bundlewp-modal-header h2, .bundlewp-modal .bundlewp-modal-header h3, .bundlewp-modal .bundlewp-modal-header h4, .bundlewp-modal .bundlewp-modal-footer h1, .bundlewp-modal .bundlewp-modal-footer h2, .bundlewp-modal .bundlewp-modal-footer h3, .bundlewp-modal .bundlewp-modal-footer h4 {
      padding: 0;
      margin: 0; }
  .bundlewp-modal .bundlewp-modal-body {
    padding: 8px 16px; }

.bundlewp-product .variant-select, .bundlewp-page .variant-select {
  transition: border .2s ease-in-out, color .2s ease-in-out;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  box-shadow: none !important;
  outline: none;
  width: 100%;
  height: 32px;
  padding: 0 4px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  background-color: #fff;
  color: #342f2f; }
  .bundlewp-product .variant-select:focus, .bundlewp-page .variant-select:focus {
    border-color: #57b8f6 !important; }
  .bundlewp-product .variant-select:hover, .bundlewp-page .variant-select:hover {
    border-color: #a5a5a5; }

.bundlewp-mobile-block {
  display: none; }

.bundlewp-desktop-block {
  display: block; }

.bundlewp-animate-top {
  animation-name: bundlewp-animate-top;
  animation-duration: 0.3s; }

.bundlewp-animate-fade {
  animation-name: bundlewp-animate-fade;
  animation-duration: 0.3s; }

@keyframes bundlewp-animate-top {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }

@keyframes bundlewp-animate-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.bundlewp-template-mobile-preview .bundlewp-fbt-products.bundlewp-mobile-responsive .bundlewp-gird,
.bundlewp-template-mobile-preview .bundlewp-upsell-products.bundlewp-mobile-responsive .bundlewp-gird {
  flex-wrap: nowrap;
  justify-content: center; }
  .bundlewp-template-mobile-preview .bundlewp-fbt-products.bundlewp-mobile-responsive .bundlewp-gird .bundlewp-column,
  .bundlewp-template-mobile-preview .bundlewp-upsell-products.bundlewp-mobile-responsive .bundlewp-gird .bundlewp-column {
    margin-bottom: 8px !important; }
    .bundlewp-template-mobile-preview .bundlewp-fbt-products.bundlewp-mobile-responsive .bundlewp-gird .bundlewp-column .bundlewp-product-wrapper,
    .bundlewp-template-mobile-preview .bundlewp-upsell-products.bundlewp-mobile-responsive .bundlewp-gird .bundlewp-column .bundlewp-product-wrapper {
      display: block !important; }
      .bundlewp-template-mobile-preview .bundlewp-fbt-products.bundlewp-mobile-responsive .bundlewp-gird .bundlewp-column .bundlewp-product-wrapper .bundlewp-product-image,
      .bundlewp-template-mobile-preview .bundlewp-upsell-products.bundlewp-mobile-responsive .bundlewp-gird .bundlewp-column .bundlewp-product-wrapper .bundlewp-product-image {
        margin: 0 auto; }
      .bundlewp-template-mobile-preview .bundlewp-fbt-products.bundlewp-mobile-responsive .bundlewp-gird .bundlewp-column .bundlewp-product-wrapper .bundlewp-product-separator,
      .bundlewp-template-mobile-preview .bundlewp-upsell-products.bundlewp-mobile-responsive .bundlewp-gird .bundlewp-column .bundlewp-product-wrapper .bundlewp-product-separator {
        margin: 0 !important;
        justify-content: center;
        height: 28px !important; }

.bundlewp-template-mobile-preview .bundlewp-fbt-products.bundlewp-mobile-responsive .bundlewp-product {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }

.bundlewp-template-mobile-preview .bundlewp-fbt-products.bundlewp-mobile-responsive .bundlewp-buy-section {
  display: block !important; }
  .bundlewp-template-mobile-preview .bundlewp-fbt-products.bundlewp-mobile-responsive .bundlewp-buy-section .bundlewp-prices {
    gap: 16px !important; }
  .bundlewp-template-mobile-preview .bundlewp-fbt-products.bundlewp-mobile-responsive .bundlewp-buy-section .bundlewp-actions {
    margin-top: 10px; }

.bundlewp-template-mobile-preview .bundlewp-template .bundlewp-carousel-slide {
  flex-direction: column !important; }

.bundlewp-template-mobile-preview .bundlewp-modal {
  font-size: 90%;
  padding-top: 50px !important; }
  .bundlewp-template-mobile-preview .bundlewp-modal .bundlewp-modal-header {
    padding: 12px 16px !important;
    font-size: 26px !important;
    line-height: 1.2; }
  .bundlewp-template-mobile-preview .bundlewp-modal .bundlewp-modal-subheader {
    padding: 8px 16px !important;
    font-size: 24px !important; }
  .bundlewp-template-mobile-preview .bundlewp-modal .bundlewp-modal-content {
    width: 90% !important; }
  .bundlewp-template-mobile-preview .bundlewp-modal .bundlewp-modal-body {
    max-height: 50vh !important; }

.bundlewp-template-mobile-preview .bundlewp-mobile-block {
  display: block; }

.bundlewp-template-mobile-preview .bundlewp-desktop-block {
  display: none; }

@media only screen and (max-width: 480px) {
  .bundlewp-fbt-products.bundlewp-mobile-responsive .bundlewp-gird,
  .bundlewp-upsell-products.bundlewp-mobile-responsive .bundlewp-gird {
    flex-wrap: nowrap;
    justify-content: center; }
    .bundlewp-fbt-products.bundlewp-mobile-responsive .bundlewp-gird .bundlewp-column,
    .bundlewp-upsell-products.bundlewp-mobile-responsive .bundlewp-gird .bundlewp-column {
      margin-bottom: 8px !important; }
      .bundlewp-fbt-products.bundlewp-mobile-responsive .bundlewp-gird .bundlewp-column .bundlewp-product-wrapper,
      .bundlewp-upsell-products.bundlewp-mobile-responsive .bundlewp-gird .bundlewp-column .bundlewp-product-wrapper {
        display: block !important; }
        .bundlewp-fbt-products.bundlewp-mobile-responsive .bundlewp-gird .bundlewp-column .bundlewp-product-wrapper .bundlewp-product-image,
        .bundlewp-upsell-products.bundlewp-mobile-responsive .bundlewp-gird .bundlewp-column .bundlewp-product-wrapper .bundlewp-product-image {
          margin: 0 auto; }
        .bundlewp-fbt-products.bundlewp-mobile-responsive .bundlewp-gird .bundlewp-column .bundlewp-product-wrapper .bundlewp-product-separator,
        .bundlewp-upsell-products.bundlewp-mobile-responsive .bundlewp-gird .bundlewp-column .bundlewp-product-wrapper .bundlewp-product-separator {
          margin: 0 !important;
          justify-content: center;
          height: 28px !important; }
  .bundlewp-fbt-products.bundlewp-mobile-responsive .bundlewp-product {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .bundlewp-fbt-products.bundlewp-mobile-responsive .bundlewp-buy-section {
    display: block !important; }
    .bundlewp-fbt-products.bundlewp-mobile-responsive .bundlewp-buy-section .bundlewp-prices {
      gap: 16px !important; }
    .bundlewp-fbt-products.bundlewp-mobile-responsive .bundlewp-buy-section .bundlewp-actions {
      margin-top: 10px; }
  .bundlewp-template .bundlewp-carousel-slide {
    flex-direction: column !important; }
  .bundlewp-modal {
    font-size: 90%;
    padding-top: 50px !important; }
    .bundlewp-modal .bundlewp-modal-header {
      padding: 12px 16px !important;
      font-size: 26px !important;
      line-height: 1.2; }
    .bundlewp-modal .bundlewp-modal-subheader {
      padding: 8px 16px !important;
      font-size: 24px !important; }
    .bundlewp-modal .bundlewp-modal-content {
      width: 90% !important; }
    .bundlewp-modal .bundlewp-modal-body {
      max-height: 50vh !important; }
  .bundlewp-mobile-block {
    display: block; }
  .bundlewp-desktop-block {
    display: none; } }
