/*
Theme Name: Softrending Child
Theme URI: https://www.softrending.com/
Description: Theme wordpress personalizado por softrending.com
Author: Softrending
Author URI: https://www.softrending.com/
Template: Impreza
Version: 1.0
*/

@media (max-width:768px) {
	.no-phones {	
		display: none !important;
	}
	
}

@media (min-width:769px) {
	.only-phones {	
		display: none !important;
	}
		
}

/* Accordion */
.faq-accordion .w-tabs-section.active:not(.has_text_color) > .w-tabs-section-header, .w-tabs-section:not(.has_text_color) > .w-tabs-section-header:hover {
  background: #00326a;
  color: #fff;
}

.faq-accordion .w-tabs-section {
  border-color: #00B9F1;
}

.faq-accordion .w-tabs-section.active {
  background: rgba(0,23,155,0.05);
}
/* ***************** */

h1, h2, h3, h4, h5, h6 {
    line-height: 1em;
	padding-top: 0;
}

p {
	text-align: justify;
}


/*
 * BEGIN:HEADER
 */ 
/* Uber menu */ 
.ubermenu-skin-minimal {
  font-size: 16px !important;
}


/*
 * BEGIN:SHOP BANNER
 */ 
.shop-banner .w-iconbox .w-iconbox-title {
  padding: 0;	
}

.shop-banner .g-cols.via_flex > div > .vc_column-inner {
  flex-direction: initial;
}

.shop-banner .w-iconbox.iconpos_left, .w-iconbox.iconpos_right {
  padding: 20px;
  min-height: 80px;
  line-height: 1;
}

.shop-banner .w-iconbox.iconpos_left .w-iconbox-text, .w-iconbox.iconpos_right .w-iconbox-text {
	margin-top: 10px;
}	

.shop-banner .wpb_wrapper {
	background: rgba(235,235,235,0.40);
	width: 100%;
	border: 2px solid rgba(0,23,155,0.45);
}

.shop-banner .w-iconbox.iconpos_left .w-iconbox-icon {
  margin-right: 10px;
}

.shop-banner h6 {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1;
}

.shop-banner p {
  font-weight: 300;
  font-size: 0.8rem;
}
/*
 * END:SHOP BANNER
 */ 

/*
 * BEGIN:BLOG
 */
.blog-related-products h3 {
	margin-top: 40px !important;
	margin-bottom: 20px !important;
}	
 
 
h1 span#productTitle {
	font-weight: 100;
	font-size: 18px;
	font-family: "Poppins",sans-serif;
}	

.type-product .w-tabs-section-content h3 {
	font-family: "Poppins",sans-serif;
	font-weight: 100;
	font-size: 18px;
}

.add_to_cart .stock {
	display: none !important;
}

/*
 * BEGIN:LEGAL
 */ 
.legal-text h2 {
	font-size: 24px;	
}

.legal-text h3 {
	font-size: 20px;	
}
/*
 * END:LEGAL
 */ 

