/*
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.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.woocommerce-variation-price {
    font-size: 1em;
}
.is-larger {
    font-size: 1.0em;
}
.badge {
    height: 3.7em;
		}


.review-form-inner.has-border {
  margin: 0px;
  border-width: 0px;
		border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(197, 195, 195, 1);
}

/* Remove Title of Desc. */
.yikes-custom-woo-tab-title {
  font-size: 0px;
  color: #ffffff;
}

/* Change color Add-to-button */
.flickity-slider > .product-small .primary {
  background-color: rgba(210, 128, 15, 1);
}




/* Badge Opcity */
.flickity-viewport  .badge-container {
	filter: opacity(85%);
	font-size: 14px;
	right: 5px;
}

.shop-container  .badge-container{
	filter: opacity(85%);
	font-size: 14px;
	right: 5px;
}

.woocommerce div.product {
	padding-left: 3px;
	padding-right: 3px;
}

/* Badge mobile font size */
@media screen and (max-width:400px){
.flickity-viewport  .badge-container {
font-size: 12px;}
	
.shop-container  .badge-container{
font-size: 12px;}
	
/* RFQ Button size*/
	.product-small .afrfqbt {
	font-size: 10px;
	padding-left: 0px;
	padding-right: 0px;
}
}

/* review stars color */

#review_form_wrapper .checkbox {
	color: rgba(255, 210, 0, 1);
}


/* review color */


.woocommerce #reviews .product-rating .product-rating-details table td.rating-graph .bar,
.woocommerce-page #reviews .product-rating .product-rating-details table td.rating-graph .bar {
	background-color: rgba(248, 225, 28, 1);
}

.woocommerce #reviews .product-rating .product-rating-summary,
.woocommerce-page #reviews .product-rating .product-rating-summary {
    display: table-cell;
    width: 30%; 
		}

.panel>#reviews>#comments #contributions-list-title {
	font-size: 13px;
}

/* remove review notes */
.row .contributions-form-title {
	display: none;
}

.large-10 .js-switch-contribution-type {
	display: none;
}

/* resize show review box */

#comments #comments_filter {
	font-size: 11.52px;
}
@media screen and (max-width:375px){#reviews>#comments>#contributions-list .woocommerce-noreviews {
	font-size: 12px;
}

.row .contributions-title {
	font-size: 16.2px;
}}