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

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


.callout.badge .badge-inner.on-sale {
  border-radius: 0.25rem;
  padding: 0 0.5rem;
  height: fit-content;
  font-size: 0.85rem;
}

.callout.badge {
  height: 1.5rem
}

.badge-container {
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}


.home.wp-singular {

}

.home.wp-singular .products {
  margin-bottom: 1rem;
}

.home.wp-singular .products .product-small {
  padding: 1rem;
}


.home.wp-singular .products .product-small .col-inner {
  background: white;
  border: 1px solid #dcdcde;
}


.home.wp-singular .products .product-small .col-inner .box-text.box-text-products {
  text-align: left;
}

.home.wp-singular .products .product-small .col-inner .box-text.box-text-products .product-title {
  font-weight: 600;
}

.home.wp-singular .products .product-small .col-inner .box-text.box-text-products .title-wrapper {
   margin-bottom: 1.25rem;
}

.home.wp-singular .products .product-small .col-inner .box-text.box-text-products .price ins {
  font-size: 1rem;
}

.repair-cons .col-inner {
  height: 100%;
  padding: 1rem 1.5rem 2rem !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; !important;
}

.repair-cons .col-inner h3 {
  font-size: 1.125rem;
  line-height: 1.25;
}


.repair-cons .col-inner p {
  font-size: 0.925rem;
  line-height: 1.25;
}

.repair-cons-col .col-inner{
  position:relative;  
  overflow: hidden;
}

.repair-cons-col .col-inner:before {
  position: absolute;
  content: "";
  width: 128px;
  height: 128px;
  opacity: 0.05;
  right: 0;
  bottom: 0;
  rotate: -15deg;
  background-size: contain;
}


.repair-cons-col-1 .col-inner:before {
  background-image: url(/wp-content/uploads/2025/09/rep-cons-1.webp);
}

.repair-cons-col-2 .col-inner:before {
  background-image: url(/wp-content/uploads/2025/09/rep-cons-2.webp);
}

.repair-cons-col-3 .col-inner:before {
  background-image: url(/wp-content/uploads/2025/09/rep-cons-3.webp);
}

.repair-cons-col-4 .col-inner:before {
  background-image: url(/wp-content/uploads/2025/09/rep-cons-4.webp);
}

.repair-cons-col-5 .col-inner:before {
  background-image: url(/wp-content/uploads/2025/09/rep-cons-5.webp);
}

.repair-cons-col-6 .col-inner:before {
  background-image: url(/wp-content/uploads/2025/09/rep-cons-6.webp);
}



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


}