/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.16.8
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

html {
  scroll-behavior: smooth;
}


.info-bubble {
 border: 1px solid;
  display: inline-flex !important;
  justify-content: center;
  align-content: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  border-radius: 50%;
  font-family: monospace;
  text-transform: lowercase !important;
}
.woocommerce-cart .info-bubble,
.woocommerce-checkout .info-bubble {
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 12px;
}


.button-variable-item {
	border-radius: 3px !important;
	width: auto !important;
	height: auto !important;
	padding: 5px !important;
}


.small-columns-2 .flickity-slider>.col, .small-columns-2>.col {

  flex-basis: auto;
  max-width: 100% !important;
}

.products .box-vertical .box-text {
  font-size: 12px;
}
.wvs-archive-variations-wrapper {
  display: none !important;
}

@media screen and (min-width: 420px) {
  .small-columns-2 .flickity-slider>.col, .small-columns-2>.col {
    flex-basis: auto;
    max-width: 50% !important;
  }
 
}

@media screen and (min-width: 850px) {
  .gallery-columns-3 .gallery-item, .large-columns-3 .flickity-slider>.col, .large-columns-3>.col {
    flex-basis: auto;
    max-width: 33% !important;
  }
 
  .gallery-columns-4 .gallery-item, .large-columns-4 .flickity-slider>.col, .large-columns-4>.col {
    flex-basis: auto;
    max-width: 25% !important;
  }
 
  .wvs-archive-variations-wrapper {
    display: block !important;
  }

  .products .box-vertical .box-text {
    font-size: 1.1em;
  }
}



.box-image {
  -webkit-mask-image: none !important;
  mask-image: none !important;
  min-width: unset !important;
  height: 300px;
  max-width: 100%;
  aspect-ratio: 1;
}
.box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}

.mobile-checkout-btn {
  display: block;
}

@media screen and (min-width: 850px) {
  .mobile-checkout-btn {
    display: none;
  }
}