/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@font-face {
font-family: ralewaybold;
src: url(http://tienda.tecnoland.com.mx/font/ralewaybold.ttf);
}

@font-face {
font-family: ralewayregular;
src: url(http://tienda.tecnoland.com.mx/font/ralewayregular.ttf);
}
/*************** ADD CUSTOM CSS HERE.   ***************/

body{
	font-family: ralewayregular !important;
}
h1,h2,h3{
	font-family: ralewaybold !important;
}

.secondary, .checkout-button, .button.checkout, .button.alt {
    background-color: rgba(11,126,168,0.9) !important;
}
.shipping-calculator-button{
	font-size:20px !important;
	font-family: ralewaybold;
	color:#446084;
}
.text_blue{
	font-size:18px;
	padding:10px;
	font-family: ralewayregular !important;
	color:rgba(11, 126, 168, 0.9);
}

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


}