/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
@fontface {
	font-family: 'next_artregular';
    src: url('next-art_regular-webfont.woff2') format('woff2'),
         url('next-art_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
#topright {
	text-align:right;
}
#topright a {
	color:#000;
	background:#fff;
	border-radius:5px;
	display:inline-block;
	padding:6px 15px;
	
}
#topbanner .elementor-slide-heading {
	font-family:"nextart", Sans-serif;
	line-height: 1.3;
    font-size: 40px;
	color:#fff;
}

#topbanner .elementor-widget-text-editor, #topbanner  h1  {
	color:#fff;
}
#maindesc h1 {
	margin-bottom:30px;
	font-size:32px;

}
#maindesc h2 {
	margin-top:30px;
	margin-bottom:10px;
}

.button {
	padding:10px 15px; 
	border-radius:10px;
	background:#670061;
	color:#fff;
	margin-top:0px;
	display:inline-block;
}
.button:hover {
	color:#fff;
}
#maindesc p span {
	width:50px;
	display:inline-block;
	position:relative;
	top:3px;
	vertical-align: middle;
	text-align:center;
}
#maindesc p {
	margin-bottom:10px;
}
#maindesc p label {
	display:inline-block;
	width:calc(100% - 60px);
	vertical-align: middle;
}
#maindesc p span img {
	max-width:30px;
}
#productimg .elementor-widget-container {
	border:1px solid #dbdbdb;
}
#spec th {
	background:#670061;
	color:#fff;
}
#spec td:first-child {
	background:#ebebeb;
}
#spec td {
	background:#fff;
}
table tbody tr:hover>td, table tbody tr:hover>th {

}

/*tablet landscape*/
@media screen and (min-width:821px) and (max-width:1024px) {
	
}

/*tablet portrait*/
@media screen and (min-width:768px) and (max-width:820px) {
	#topbanner  h1  {
		font-size:24px;
	}
	#topbanner p, #topbanner {
		font-size:14px;
	}
	#maindesc h1 {
		margin-bottom:30px;
		font-size: 24px;

	}
}

/*all mobile*/
@media screen and (max-width:767px) {
	.dlbuttons a{
		display:block;
		text-align:center;
		margin-top:10px;
	}
	#maindesc p label {
	
	}
	.desktoponly {
		display:none;
	}
	span.footerphone {
		display:block;
	}
	#topbanner  h1  {
		font-size:20px;
	}
	#topbanner p, #topbanner {
		font-size:14px;
	}
	#maindesc h1 {
		margin-bottom:30px;
		font-size: 20px;

	}
	#topright {
		text-align:center;
	}
	#footer p{
		font-size:10px;
	}

}

/*mobile portrait*/
@media screen and (max-width:479px) {
	#topbanner  h1  {
		font-size:16px;
	}
	#topbanner p, #topbanner {
		font-size:12px;
	}
	#maindesc h1 {
		margin-bottom:30px;
		font-size: 20px;

	}
}