/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
Description:	Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author:			Elementor Team
Author URI:		https://elementor.com/
Template:		hello-elementor
Version:		1.0.0
Text Domain:	hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
html {font-size:16px;}
body {
    text-rendering: geometricPrecision;
}

/* Typography scale set to perfect fourth 1.333 */
a {
    color: inherit;
}
a:active, a:hover {
    color: inherit;
}

/* 
html {font-size: 20px;}
h1, h2, h3, h4, h5 {
  margin: 2.75rem 0 1rem;
}
h1 {
  letter-spacing: -2.2px;
}

h2 {
	letter-spacing: -2.2px;
}

h6 {
	font-size: 0.8em;
}

small, .text_small {font-size: 0.707em;} */

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops


@media (min-width: 1281px) {
  html {font-size: 1px;}

  //CSS
  
}
*/
/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
  ##Augmented Fourth 1.414
*/

@media (min-width: 1025px) and (max-width: 1280px) {
}
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
  ##Augmented Fourth 1.414
*/

@media (min-width: 768px) and (max-width: 1024px) {
		
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
  ##Augmented Fourth 1.414
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	
}
.woocommerce-message {
  border-top-color: red !important;
}