
/*!
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 100
	Stable tag: 100
	Requires at least: 4.7
	Tested up to: 5.6
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*!
 * Based on Normalize.css v8.0.0, HTML5 Boilerplate v6.1.0, & Bootstrap Reboot v4.1.0 | Under MIT License
*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

*, :after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: .5rem;
	margin-bottom: 1rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

p {
	margin-top: 0;
	margin-bottom: .9rem;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
	white-space: pre-wrap;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: #c36;
}

a:active, a:hover {
	color: #336;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
	height: auto;
	max-width: 100%;
}

details {
	display: block;
}

summary {
	display: list-item;
}

figcaption {
	font-size: 16px;
	color: #333;
	line-height: 1.4;
	font-style: italic;
	font-weight: 400;
}

[hidden], template {
	display: none;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media print {
	*, :after, :before {
		background: transparent !important;
		color: #000 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	
	a, a:visited {
		text-decoration: underline;
	}
	
	a[href]:after {
		content: " (" attr(href) ")";
	}
	
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	
	a[href^="#"]:after, a[href^="javascript:"]:after {
		content: "";
	}
	
	pre {
		white-space: pre-wrap !important;
	}
	
	blockquote, pre {
		page-break-inside: avoid;
		border: 1px solid #ccc;
	}
	
	thead {
		display: table-header-group;
	}
	
	img, tr {
		page-break-inside: avoid;
	}
	
	h2, h3, p {
		orphans: 3;
		widows: 3;
	}
	
	h2, h3 {
		page-break-after: avoid;
	}
}

label {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	width: 100%;
	border: 1px solid #666;
	border-radius: 3px;
	padding: .5rem 1rem;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
	border-color: #333;
	outline: 0 none;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
	width: auto;
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

[type=button], [type=submit], button {
	display: inline-block;
	font-weight: 400;
	color: #c36;
	text-align: center;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid #c36;
	padding: .5rem 1rem;
	font-size: 1rem;
	border-radius: 3px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

[type=button]:focus, [type=submit]:focus, button:focus {
	outline: 5px auto -webkit-focus-ring-color;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
	color: #fff;
	background-color: #c36;
	text-decoration: none;
}

[type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type=checkbox], [type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

select {
	display: block;
}

table {
	background-color: transparent;
	width: 100%;
	margin-bottom: 15px;
	font-size: .9em;
	border-spacing: 0;
	border-collapse: collapse;
}

table td, table th {
	padding: 15px;
	line-height: 1.5;
	vertical-align: top;
	border: 1px solid #ccc;
}

table th {
	font-weight: 700;
}

table tfoot th, table thead th {
	font-size: 1em;
}

table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
	border-top: 1px solid #ccc;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
	background-color: #f7f7f7;
}

table tbody tr:hover>td, table tbody tr:hover>th {
	background-color: #e9e9e9;
}

table tbody+tbody {
	border-top: 2px solid #ccc;
}

@media (max-width:767px) {
	table table {
		font-size: .8em;
	}
	
	table table td, table table th {
		padding: 7px;
		line-height: 1.3;
	}
	
	table table th {
		font-weight: 400;
	}
}

dd, dl, dt, li, ol, ul {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/*top header css*/
.dsdesktopmenu .elementor-element-populated {
	padding: 0 !important;
}

.dsdesktopmenu .elementor-column-gap-default {
	padding: 0 15px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.dsdesktopmenu form.aws-search-form .aws-search-btn.aws-form-btn {
	background: #00a9eb;
}

.dsdesktopmenu form.aws-search-form .aws-search-btn.aws-form-btn svg {
	color: #fff;
}

.header-cart-up .elementor-element-populated .header-cart {
	width: auto;
}

.header-cart-up .elementor-element-populated {
	justify-content: right;
}

.dsdesktopmenu .header-cart .elementor-menu-cart__toggle.elementor-button-wrapper a.elementor-menu-cart__toggle_button {
	padding-left: 20px;
	padding-right: 20px;
}

.dsdesktopmenu .header-cart .elementor-menu-cart__toggle.elementor-button-wrapper a.elementor-menu-cart__toggle_button span {
	padding: 0 5px;
}

.dsdesktopmenu .elementor-nav-menu {
	justify-content: left;
	margin: initial !important;
}

.dsdesktopmenu .elementor-nav-menu li.menu-item a {
	font-weight: normal !important;
	padding-left: 0;
	padding-right: 42px;
}

.dsdesktopmenu .elementor-nav-menu li.menu-item a:hover {
	transform: inherit;
}

/*top header css end*/

/*have question css*/
.have-question-content a.swiper-slide-inner {
	padding: 0;
}

/*have question css end*/

/*product page css*/
.woocommerce .site-main {
	max-width: 1140px !important;
	width: 100% !important;
}

.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a:hover {
	margin: 30px 0 1em;
	color: #00a9eb;
	font-weight: 600;
}

.woocommerce .woocommerce-breadcrumb a {
	color: #000;
}

.woocommerce header.woocommerce-products-header h1.page-title {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.woocommerce .woocommerce-result-count {
	margin: 14px 0 0;
}

.woocommerce .woocommerce-ordering select {
	vertical-align: top;
	border: 1px solid #ccc;
	padding: 8px 6px 10px;
	color: #000;
}

.woocommerce ul.products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.woocommerce ul.products li.product {
	border: 1px solid #ccc !important;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	min-height: 360px;
}

.woocommerce ul.products li.product:hover a.button {
	background: #00a9eb;
	color: #fff;
	transition: all .2s ease;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
	display: block;
}

/*.woocommerce ul.products li.product a .ds_img_box {height: 237px;margin: 0 0 15px;}*/
.woocommerce ul.products li.product a {
	display: inline-block;
	width: 100%;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link img {
	object-fit: cover;
	height: 250px;
	padding: 15px;
	width: 100%;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
	padding: 0 15px;
	text-align: center;
	font-size: 13px !important;
	height: 52px !important;
	width: 100%;
	color: #000;
}

.woocommerce ul.products li.product a img {
	padding: 15px;
}

.woocommerce ul.products li.product span.price {
	text-align: center;
	color: #00a9eb;
	font-weight: bold;
	font-size: 18px;
}

.woocommerce ul.products li.product .button {
	display: inline-block;
	margin-top: 1em;
	width: 100%;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	color: #fff;
	padding: 13px 0;
	background: #00a9eb !important;
	transition: all .2s ease;
}

.woocommerce ul.products li.product:hover .button {
	background: #000 !important;
	transition: all .2s ease;
}

.woocommerce ul.products li.product a h2.woocommerce-loop-category__title {
	display: inline-block;
	margin-top: 1em;
	width: 100%;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	color: #fff;
	padding: 13px 15px;
	background: #00a9eb;
	height: auto;
	min-height: 55px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.woocommerce ul.products li.product a h2.woocommerce-loop-category__title mark.count {
	color: #fff;
}

.woocommerce ul.products li.product:hover h2.woocommerce-loop-category__title {
	background: #000;
	color: #fff;
	transition: all .2s ease;
}

.woocommerce ul.products li.product:hover h2.woocommerce-loop-category__title mark.count {
	color: #fff;
}

.woocommerce nav.woocommerce-pagination {
	text-align: center;
	margin: 0 0 30px;
}

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
	height: 30px;
}

.woocommerce nav.woocommerce-pagination ul li a {
	color: #000;
	width: 30px;
	height: 30px;
	font-size: 14px;
}

/*product page css end*/

/*product detail page css*/
.product.product-type-simple .elementor-section-boxed {
	padding-bottom: 0 !important;
}

.product.product-type-simple .elementor-widget-woocommerce-breadcrumb {
	position: absolute;
	z-index: 0;
	top: -72px;
	width: 100%;
	margin: 0;
}

.product.product-type-simple .elementor-widget-woocommerce-breadcrumb nav.woocommerce-breadcrumb {
	margin: 0;
	color: #00a9eb;
	white-space: pre;
}

.product.product-type-simple .elementor-widget-woocommerce-breadcrumb nav.woocommerce-breadcrumb a {
	font-size: 14px;
	font-weight: normal;
}

.product.product-type-simple .elementor-widget-woocommerce-breadcrumb nav.woocommerce-breadcrumb a:hover {
	color: #00a9eb;
}

.product.product-type-simple .elementor-widget-woocommerce-product-images .woocommerce-product-gallery ol.flex-control-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product.product-type-simple .elementor-widget-woocommerce-product-images .woocommerce-product-gallery ol.flex-control-nav li {
	padding: 6px;
}

.product.product-type-simple .elementor-col-50 .elementor-widget-woocommerce-product-content .fc-featurebenefits-row ul {
	padding: 0 0 0 16px;
}

.product.product-type-simple .elementor-col-50 .elementor-widget-woocommerce-product-content .fc-featurebenefits-row ul li {
	font-size: 14px;
	color: #606060;
	margin: 0 0 10px;
}

.product.product-type-simple .elementor-col-50 .elementor-widget-text-editor {
	font-weight: normal;
	color: #7c7c7c;
}

.product.product-type-simple .elementor-col-50 .elementor-widget-heading h1.product_title {
	font-size: 30px;
	font-weight: bold;
	margin-top: 10px;
	line-height: 38px;
}

.product.product-type-simple .elementor-col-50 .elementor-widget-woocommerce-product-content p {
	font-size: 14px;
	color: #606060;
	line-height: 30px;
	text-align: left;
}

.product.product-type-simple .elementor-col-50 .elementor-widget-woocommerce-product-content ul {
	padding: 0 0 10px 22px;
}

.product.product-type-simple .elementor-col-50 .elementor-widget-woocommerce-product-content ul li {
	font-size: 14px;
	color: #606060;
	margin: 0 0 10px;
	text-align: left;
}

.product.product-type-simple .elementor-col-50 .elementor-widget-woocommerce-product-add-to-cart .elementor-product-simple form.cart .quantity {
	display: inline-block;
	width: auto;
	margin-right: inherit !important;
}

.product.product-type-simple .elementor-col-50 .elementor-widget-woocommerce-product-add-to-cart .elementor-product-simple form.cart button.single_add_to_cart_button {
	flex-basis: auto !important;
}

.space-documents .elementor-container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.elementor-element.space-documents .elementor-col-33 {
	padding: 0 15px;
}

.space-documents .elementor-element-populated {
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	overflow: hidden;
}

.space-documents .elementor-element-populated .elementor-widget-container img {
	height: 280px;
	object-fit: contain;
}

.space-documents .elementor-element-populated .elementor-widget-text-editor .elementor-widget-container {
	font-size: 14px;
	font-weight: normal;
	color: #606060;
	line-height: 26px;
	margin: 0 0px 13px;
}

.specs-table .elementor-container {
	max-width: 1280px !important;
	width: 100%;
	padding: 6px;
}

.product.product-type-simple .specs-table {
	margin: 0 0 30px;
}

.product.product-type-simple .specs-table table tr td {
	text-align: left;
	width: 50% !important;
}

.product.product-type-simple .specs-table table tr td strong {
	font-size: 14px;
	font-weight: 600;
}

.product.product-type-simple .specs-table table tr td span {
	font-size: 14px !important;
	font-weight: normal;
}

.product.product-type-simple .document-pdf .elementor-column-gap-default {
	justify-content: space-between;
	padding: 0 15px;
	max-width: 1280px;
	width: 100%;
}

.product.product-type-simple .document-pdf .elementor-col-25 {
	width: 23.5%;
}

.product.product-type-simple .document-pdf {
	padding: 30px 0 30px !important;
	background: #f7f7f7;
}

.product.product-type-simple .document-pdf .elementor-element-populated {
	padding: 0;
}

.product.product-type-simple .document-pdf .elementor-element-populated ul.elementor-icon-list-items li.elementor-icon-list-item {
	background: #fff;
	border-radius: 10px;
	padding: 30px 0;
	box-shadow: 0 0px 18px 5px #ededed;
	display: block;
	transition: all .2s ease;
}

.product.product-type-simple .document-pdf .elementor-element-populated ul.elementor-icon-list-items li.elementor-icon-list-item a, .product.product-type-simple .document-pdf .elementor-element-populated ul.elementor-icon-list-items li.elementor-icon-list-item span {
	display: block;
}

.product.product-type-simple .document-pdf .elementor-element-populated ul.elementor-icon-list-items li.elementor-icon-list-item i.far {
	font-size: 30px;
	background: #00a9eb;
	color: #fff;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	border-radius: 50px;
}

.product.product-type-simple .document-pdf .elementor-element-populated ul.elementor-icon-list-items li.elementor-icon-list-item span.elementor-icon-list-text {
	font-size: 18px;
	margin-top: 10px;
}

.product.product-type-simple .document-pdf .elementor-element-populated ul.elementor-icon-list-items li.elementor-icon-list-item:hover {
	background: #00a9eb;
	transition: all .2s ease;
}

.product.product-type-simple .document-pdf .elementor-element-populated ul.elementor-icon-list-items li.elementor-icon-list-item:hover i.far {
	background: #fff;
	color: #00a9eb;
}

.product.product-type-simple .document-pdf .elementor-element-populated ul.elementor-icon-list-items li.elementor-icon-list-item:hover span.elementor-icon-list-text {
	color: #fff;
}

.product.product-type-simple .product-benifies-dies .elementor-column-gap-default {
	max-width: 1280px;
	width: 100%;
}

.product.product-type-simple .elementor-widget-woocommerce-product-short-description .global-container .cc_content h2 {
	font-weight: bold;
	font-size: 24px;
	text-align: left;
}

.product.product-type-simple .elementor-widget-woocommerce-product-short-description .global-container .cc_content ul {
	padding: 0 0 15px 20px;
}

.product.product-type-simple .elementor-widget-woocommerce-product-short-description .global-container .cc_content ul li {
	font-size: 14px;
	margin: 0 0 10px;
	color: #606060;
	text-align: left;
}

.product.product-type-simple .elementor-widget-woocommerce-product-short-description .global-container .cc_content ul li strong {
	color: #000;
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 20px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	padding: 5px;
}

.woocommerce div.product .product_title {
	font-size: 30px;
	font-weight: bold;
}

.single-product .product .summary p.price {
	color: #00a9eb;
	font-size: 24px;
	font-weight: bold;
}

.single-product .product .summary .ds-sku {
	font-weight: bold;
	margin: 0 0 8px;
}

.woocommerce div.product .woocommerce-tabs .panel .ds_documents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.woocommerce div.product .woocommerce-tabs .panel .ds_documents .ds_doc_block {
	margin: 0 10px 0 0px;
	width: 24%;
	display: inline-block;
}

.woocommerce div.product .woocommerce-tabs .panel .ds_documents .ds_doc_block:last-child {
	margin: 0;
}

.woocommerce div.product .woocommerce-tabs .panel .ds_documents .ds_doc_block a {
	background: #e9e6ed;
	padding: 20px 15px;
	color: #000;
	width: 100%;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
}

.woocommerce div.product .woocommerce-tabs .panel .ds_documents .ds_doc_block a i.far {
	display: block;
	font-size: 35px;
	margin: 0 0 10px;
}

.woocommerce div.product .woocommerce-tabs .panel .ds_documents .ds_doc_block a:hover {
	background: #00a9eb;
	color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	font-size: 14px;
	background-color: #f7f7f7;
	padding: 10px 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #00a9eb;
	border-bottom-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
	box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #fff;
}

.woocommerce .related.products h2 {
	font-weight: bold;
	font-size: 30px;
}

.woocommerce div.product .woocommerce-tabs .panel .ds-spec {
	overflow-y: hidden;
}

.woocommerce div.product .woocommerce-tabs .panel .ds-spec table tr td span {
	font-size: 15px !important;
}

.single-product .product .summary .woocommerce-product-details__short-description {
	margin: 0 0 20px;
}

.single-product .product .summary .woocommerce-product-details__short-description ul {
	padding: 0 0 0 20px;
}

.single-product .product .summary .woocommerce-product-details__short-description ul li {
	color: #000;
	font-size: 15px;
	margin: 0 0 5px;
}

.single-product .product .summary .woocommerce-product-details__short-description ul li h6 {
	font-weight: bold;
}

.woocommerce div.product form.cart .button {
	background: #00a9eb;
	height: 42px;
	text-transform: uppercase;
	font-size: 15px;
}

.single-product .product .summary .product_meta span.posted_in {
	margin: 0 0 6px;
	display: inline-block;
	font-weight: 600;
}

.single-product .product .summary .product_meta .contact_btn a.ds_btn {
	margin: 0 10px 0 0px;
}

.single-product .product .summary .product_meta .contact_btn a.ds_btn {
	margin: 0 10px 0 0px;
	font-size: 15px;
	background: #00a9eb;
	color: #fff;
}

.woocommerce div.product .woocommerce-tabs .panel .desc_section {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce div.product .woocommerce-tabs .panel .hero-img-sec {
	width: 31.2%;
	display: inline-block;
	margin: 0 30px 25px 0px;
	transition: all .2s ease;
	background: #e9e6ed;
	border-radius: 15px 15px 0 0;
	overflow: hidden;
}

.woocommerce div.product .woocommerce-tabs .panel .hero-img-sec:hover {
	background: #00a9eb;
	transition: all .2s ease;
}

.woocommerce div.product .woocommerce-tabs .panel .hero-img-sec:last-child {
	margin-right: 0;
}

.woocommerce div.product .woocommerce-tabs .panel .hero-img-sec span.title {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	width: 100%;
	text-align: center;
	display: inline-block;
	padding: 5px 15px 15px;
}

.woocommerce div.product .woocommerce-tabs .panel .hero-img-sec:hover span.title {
	color: #fff;
}

.woocommerce img, .woocommerce-page img {
	height: 350px;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.woocommerce div.product .woocommerce-tabs .panel p.desc-tab-p {
	color: #000;
}

/*product detail page csse end*/

/*service css*/
.stockcoverage .elementor-element-populated .elementor-widget-text-editor .elementor-widget-container {
	margin: 0 0 15px;
}

.stockcoverage .elementor-element-populated .elementor-widget-text-editor .elementor-widget-container ul {
	padding: 10px 0px 10px 20px;
}

/*service css end*/

/*footer css*/
.footer-menu .footer-menu-heading {
	margin: 0 !important;
}

.footer-menu .elementor-hidden-tablet {
	display: block !important;
}

/*footer css end*/
@media (max-width:1600px) {
	.dsdesktopmenu .elementor-column-gap-default {
		padding: 0 15px;
	}
}

@media (max-width:1400px) {
	.dsdesktopmenu .elementor-nav-menu li.menu-item a {
		padding-right: 25px;
	}
	
	/*product page css*/
	.woocommerce .site-main {
		padding: 0 15px;
	}
}

@media (max-width:1199px) {
	.dsdesktopmenu .elementor-nav-menu li.menu-item a {
		padding-right: 16px;
	}
}

@media (max-width:1024px) {
	.dsdesktopmenu .elementor-column-gap-default {
		padding: 0;
	}
	
	.ds-mobile-nav-css {
		width: 100% !important;
	}
	
	.dsmobile-css .ds-mobile-logo-css {
		position: absolute;
		left: 46px;
		width: 250px !important;
	}
	
	.dsmobile-css .ds-mobile-logo-css {
		position: absolute;
		left: 46px;
	}
	
	.dsmobile-css .ds-mobile-logo-css.ds-mobile-logo-cart {
		left: inherit;
		right: -6px;
		width: auto;
	}
	
	.dsdesktopmenu .mobile-menu-toggle .elementor-menu-toggle {
		margin: inherit !important;
		justify-content: left;
		padding: 0 15px;
		position: relative;
		top: 6px;
	}
	
	.ds-mobile-nav-css nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		background: #effaff;
		width: 100% !important;
	}
	
	.dsdesktopmenu .mobile-menu {
		width: 100% !important;
	}
	
	.dsdesktopmenu .mobile-menu .mobile-menu-toggle nav.elementor-nav-menu--dropdown {
		margin: 15px 0 2px !important;
		border: 0;
		background: #effaff;
	}
	
	.dsdesktopmenu .mobile-menu .mobile-menu-toggle nav.elementor-nav-menu--dropdown ul li.menu-item a {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.dsdesktopmenu .mobile-menu .mobile-menu-toggle nav.elementor-nav-menu--dropdown ul li.menu-item ul {
		border: none;
		background: #f2f2f2;
	}
	
	.dsdesktopmenu .mobile-menu .mobile-menu-toggle nav.elementor-nav-menu--dropdown ul li.menu-item ul a {
		color: #000;
		text-transform: uppercase;
		font-size: 13px;
	}
	
	/*product detail page css*/
	.product.product-type-simple .elementor-widget-woocommerce-breadcrumb {
		top: -50px;
	}
	
	.product.product-type-simple .elementor-widget-woocommerce-breadcrumb nav.woocommerce-breadcrumb {
		white-space: nowrap;
	}
	
	.product.product-type-simple .elementor-col-50 .elementor-widget-heading h1.product_title {
		font-size: 24px;
	}
}

@media (max-width:991px) {
	/*product page css*/
	.woocommerce ul.products li.product {
		width: 30.8%;
	}
	
	.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
		margin-right: 3.8%;
	}
	
	.woocommerce ul.products li.product:nth-child(3n - 3) {
		margin-right: 0;
	}
	
	/*product page css end*/
	
	/*product detail page css*/
	.product.product-type-simple .elementor-widget-woocommerce-breadcrumb nav.woocommerce-breadcrumb {
		white-space: normal;
	}
	
	.elementor-element.space-documents .elementor-col-33 {
		padding: 0 15px;
		width: 50%;
		margin-bottom: 30px;
	}
	
	.elementor-element.space-documents .elementor-col-33:last-child {
		margin-bottom: 0;
	}
	
	.woocommerce div.product .woocommerce-tabs .panel .hero-img-sec {
		width: 47.5%;
	}
	
	.woocommerce div.product .woocommerce-tabs .panel .hero-img-sec:nth-child(2) {
		margin-right: 0;
	}
	
	.woocommerce div.product .product_title {
		font-size: 24px;
	}
}

/*product page css end*/
@media (min-width:450px) and (max-width:767px) {
	.dsmobile-css .ds-mobile-nav-css .elementor-menu-toggle {
		top: 4px;
		position: relative;
	}
}

@media (max-width:767px) {
	.dsmobile-css .ds-mobile-logo-css {
		width: 220px !important;
	}
	
	.dsmobile-css .ds-mobile-logo-css .elementor-element-populated .elementor-widget-container img.attachment-large {
		width: 100%;
	}
	
	.dsmobile-css .ds-mobile-logo-css .elementor-menu-cart__toggle a span.elementor-button-text {
		padding: 0 0px 0 11px;
	}
	
	.ds-mobile-main .elementor-element-populated {
		padding: 0 6px !important;
		margin: 0 0 10px;
	}
	
	.ds-mobile-nav-css nav.elementor-nav-menu--dropdown ul li.menu-item ul.sub-menu {
		border: none;
		background: #f2f2f2;
	}
	
	.ds-mobile-nav-css nav.elementor-nav-menu--dropdown ul li.menu-item ul.sub-menu li.menu-item a {
		color: #000;
		text-transform: uppercase;
		font-size: 13px;
	}
	
	/*product page css*/
	.woocommerce .woocommerce-breadcrumb {
		margin: 0px 0 2em;
	}
	
	.woocommerce .woocommerce-result-count {
		margin: 0px 0 16px;
	}
	
	.woocommerce .woocommerce-ordering {
		width: 100%;
	}
	
	.woocommerce ul.products li.product {
		width: 48% !important;
		margin: 0 3.8% 2.992em 0 !important;
	}
	
	.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
		margin-right: 3.8%;
	}
	
	.woocommerce ul.products li.product:nth-child(2n - 2) {
		margin-right: 0 !important;
	}
	
	/*product page css end*/
	
	/*product detail page css*/
	.dsmobile-css .ds-mobile-logo-css.ds-mobile-logo-cart {
		right: 0;
	}
	
	.product.product-type-simple .elementor-widget-woocommerce-breadcrumb {
		top: -80px;
		width: 90%;
	}
	
	.woocommerce div.product .woocommerce-tabs .panel .hero-img-sec {
		width: 100%;
		margin-right: 0;
	}
	
	.woocommerce div.product .woocommerce-tabs .panel .ds_documents .ds_doc_block {
		margin: 0 10px 15px 0px;
		width: 49%;
	}
	
	.woocommerce div.product .woocommerce-tabs .panel .ds_documents .ds_doc_block:nth-child(2n - 2) {
		margin: 0;
	}
	
	/*product detail page css end*/
	
	/*product detail page css*/
	.product.product-type-simple .document-pdf .elementor-column-gap-default {
		flex-wrap: wrap;
	}
	
	.product.product-type-simple .document-pdf .elementor-col-25 {
		width: 32%;
		margin: 0 0 25px;
	}
	
	.product.product-type-simple .elementor-section-boxed .elementor-sticky ul.elementor-icon-list-items li.elementor-icon-list-item {
		margin: 0 15px;
	}
	
	.product.product-type-simple .elementor-section-boxed .elementor-sticky ul.elementor-icon-list-items li.elementor-icon-list-item a {
		font-size: 15px;
	}
	
	.woocommerce div.product .woocommerce-tabs .panel .ds-spec table {
		width: 600px !important;
	}
	
	/*product detail page css end*/
	
	/*inner pages css*/
	.inner-head-content h2.elementor-heading-title {
		font-size: 22px !important;
	}
}

@media (max-width:575px) {
	.dsmobile-css .ds-mobile-logo-css .elementor-menu-cart__toggle a {
		padding: 0;
		border: none;
	}
	
	/*product page css*/
	.woocommerce ul.products li.product {
		width: 100% !important;
		margin: 0 0% 2.992em 0 !important;
	}
	
	.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
		margin-right: 0%;
	}
	
	.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
		height: auto !important;
	}
	
	.woocommerce ul.products li.product a.woocommerce-LoopProduct-link img {
		height: auto;
	}
	
	/*product page css end*/
	
	/*product detail page css*/
	.product.product-type-simple .elementor-col-50 .elementor-widget-heading h1.product_title {
		font-size: 18px;
		line-height: 25px;
	}
	
	.elementor-element.space-documents .elementor-col-33 {
		width: 100%;
	}
	
	.product.product-type-simple .document-pdf .elementor-col-25 {
		width: 100%;
	}
	
	.product.product-type-simple .elementor-section-boxed .elementor-sticky ul.elementor-icon-list-items li.elementor-icon-list-item {
		margin: 0 12px;
	}
	
	.product.product-type-simple .elementor-section-boxed .elementor-sticky ul.elementor-icon-list-items li.elementor-icon-list-item a {
		font-size: 13px;
	}
	
	.product.product-type-simple .specs-table table tr td strong {
		font-size: 10px !important;
		font-weight: 600;
	}
	
	.product.product-type-simple .specs-table table tr td span {
		font-size: 10px !important;
	}
	
	.woocommerce div.product .woocommerce-tabs .panel .ds_documents .ds_doc_block {
		margin: 0 0px 15px 0px;
		width: 100%;
	}
	
	.woocommerce div.product .woocommerce-tabs .panel .ds_documents .ds_doc_block:nth-child(2n - 2) {
		margin: 0 0 15px;
	}
}

@media (max-width:400px) {
	.dsmobile-css .ds-mobile-logo-css {
		width: 170px !important;
	}
	
	.dsmobile-css .ds-mobile-logo-css .elementor-menu-cart__toggle a span.woocommerce-Price-amount.amount {
		font-size: 12px;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		font-size: 11px;
		padding: 10px 16px;
	}
	
	.single-product .product .summary .product_meta .contact_btn a.ds_btn {
		margin: 0 8px 0 0px;
		font-size: 13px;
	}
}
