/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* composite products only */
form.composite_form h2{
  font-size: 30px;
  margin-bottom: 0.1em !important;
}
form.composite_form h2.inactive{font-size: 25px;}

.component .component_option_thumbnail{max-width: 260px;}
.component_option_thumbnail .thumbnail_description .thumbnail_title{
    font-size: 17px !important;
    line-height: 27px;    
}
.woocommerce ul.component_option_thumbnails_container li.component_option_thumbnail_container .thumbnail_description .price{font-size: 1.5em !important;}

/* add to cart icon on products listing */
.image_frame .image_wrapper .image_links a.add_to_cart_button:hover,
.image_frame .image_wrapper .image_links a.link:hover
{
   background: rgba(255, 255, 255, 0.5) !important;
   color: #777 !important;
}

a.button.add_to_cart_button.ajax_add_to_cart{background-color: #ccc !important; color: #333 !important;}
a.button.add_to_cart_button.ajax_add_to_cart:hover{background-color: #AAA !important;}

/* Fix same size image on product listing */
.image_frame.product-loop-thumb .image_wrapper{height: 286px;}
@media only screen and (max-width: 767px){

}
.woocommerce ul.products li.product .desc{height:100px;}


/* work-tickets page */
.check_existing_ticket_number, .check_existing_last_name{margin: 10px 0 !important;}
form#new_lead .form-group.string{margin: 5px 0 !important;}
.rs-widget-container{width:100% !important;}
.rs-widget-container iframe{width:100% !important;}