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

/*************** ADD CUSTOM CSS HERE.   ***************/
.quick-view { display: none !important; }
body.home .row-slider .flickity-slider { display: flex; }
body.home .row-slider .flickity-slider .col, body.home .row-slider .flickity-slider .col .col-inner, body.home .row-slider .flickity-slider .col .col-inner .product-small { height: 100% }
 body.home .row-slider .flickity-viewport { height:45vh !important; } 
@media only screen and (max-width: 550px) {
  body.home .row-slider .flickity-viewport { height: 40vh !important; }
}
@media only screen and (max-width: 650px) {
  body.home .row-slider .flickity-viewport { height: 45vh !important; }
}
@media only screen and (max-width: 850px) {
  body.home .row-slider .flickity-viewport { height: 40vh !important; }
}
@media only screen and (max-width: 1200px) {
  body.home .row-slider .flickity-viewport { height: 45vh !important; }
}
@media only screen and (max-width: 850px) {
  body.home .row-slider .flickity-slider .col { display: flex; }
  body.home .row-slider .flickity-slider .col, body.home .row-slider .flickity-slider .col .col-inner, body.home .row-slider .flickity-slider .col .col-inner .product-small { min-height: 100%; }
}

.has-hover:hover img.show-on-hover {
  opacity: 0 !important;
}

.grecaptcha-badge {
  bottom: 80px !important;
  transform: scale(0.85);
}

.jdgm-histogram__row > .jdgm-histogram__frequency {
	width: unset;
}

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


}