/*!
Theme Name: Tecno
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tecno
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Tecno is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

.btn.focus,
.btn:focus {
	outline: 0 !important;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}



/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*  timzzz */


.search-content-result .type-content {
	width: 90%;
}

.search-content-result .form-check-inline .form-check-input {
	position: absolute;

}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	padding: 10px 36px 9px 0px !important;
}

.page-template-template-equipmentcare ul {
	list-style-type: disc;
}

.yith-wcan-reset-navigation.button {
	background: #ee1b22 !important;
	color: #fff !important;
	border: none !important;
	line-height: 45px !important;
	padding: 0px 50px !important;
	border-radius: 0 !important;
	font-weight: normal !important;
}

.yith-wcan-reset-navigation.button:hover {
	background: #525252 !important;
	color: #fff !important;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}*/

/*button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}*/

/*button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}*/

/*input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}*/

/*input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}*/

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

/*a:visited {
	color: purple;
}*/

a:hover,
a:focus,
a:active {
	color: red;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.price .woocommerce-Price-amount.amount {
	display: none;
}

.menu-footer-menu-container ul li.menu-item a {
	padding: 0 !important;
}

.menu-footer-menu-container ul li.menu-item {
	display: block !important;
}

.menu-footer-menu-container ul li.menu-item a.cool-link {
	display: inline-block !important;
}

/*.woocommerce-result-count {
	display: none !important;
}*/
.archive.tax-product_cat .woocommerce-result-count {
	display: none !important;
}
.archive.post-type-archive .woocommerce-result-count {
	display: none !important;
}
.archive.search.search-results .woocommerce-result-count {
	display: block !important;
}
.woocommerce-ordering {
	display: none;
}

.tinvwl_add_to_wishlist-text {
	display: none;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	margin: 0 12px;
	border-bottom: 1px solid #222;
	background: none;
	color: #222;
}

.page-numbers {
	color: #222;
	margin: 0 12px;
	text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
	display: block;
	white-space: nowrap;
	padding: 0;
	clear: both;
	border: none;
	border-right: 0;
	margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border-right: none;
}

.post-type-archive-product .widget-title {
	margin-bottom: 0px;
	display: none;
}

.yith-woocommerce-ajax-product-filter ul li {
	display: inline-block;
}

.yith-woocommerce-ajax-product-filter ul li a {
	margin-right: 1.5rem;
}

/*.single-product .p-t-80
{
	padding-top: 115px;
}*/
.single-product .price .woocommerce-Price-amount.amount {
	display: block;
	margin-right: 5px;
	margin-left: 5px;
}
.single-product .price
{
	display: flex;
}
.single-product p.price .amount:nth-child(1) {
    margin-left: 0px !important;
}

.cart.form-single-cart {
	padding-top: 30px;
}

.single-product .tinv-wraper.tinv-wishlist {
	display: none;
}

.related-product-function .tinv-wraper.tinv-wishlist {
	display: block;
}

.stock.out-of-stock {
	display: none;
}

.variation-cart {
	display: block !important;
}

.quantity {
	display: inline-block;
	padding-right: 30px;
}

.quantity input[type="number"] {
	border-radius: 0px;
	padding: 7px;
}

.color-dot {
	width: 7%;
}

.variations .value {
	padding-top: 20px;
}

.woocommerce-tabs {
	display: none;
}

.related.products {
	display: none;
}

.woocommerce table.shop_table {
	border: unset;
	margin: unset;
	text-align: unset;
	width: unset;
	border-collapse: collapse;
	border-radius: unset;
}

.table-cart {
	margin-bottom: 55px !important;
}

.table {
	width: 100% !important;
}

.woocommerce table.shop_table th {
	font-weight: 400 !important;
	padding: unset;
	line-height: unset;
}

.table-cart th {
	padding: 30px 20px !important;
}

.woocommerce a.remove {
	display: block;
	font-size: unset;
	height: unset;
	width: unset;
	text-align: center;
	line-height: 0;
	border-radius: unset;
	color: #888 !important;
	text-decoration: none;
	font-weight: unset;
	border: 0;
}

.woocommerce a.remove:hover {
	color: red !important;
	background: none;
}

.woocommerce-cart table.cart img {
	width: auto;
}

.search-field {
	border: none !important;
	border-bottom: 1px solid #fff !important;
	padding: 0;
	color: #fff !important;
	outline: 0;
	box-shadow: none;
	border-radius: 0 !important;
	padding-right: 32px;
	background-color: transparent !important;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	background-clip: padding-box;
	font-size: 1rem;
	line-height: 1.5;
}

@media (min-width: 576px) {
	.search-field {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
}

.search-submit {
	/* display: none; */
	width: 10px;
	font-size: 0;
	position: absolute;
	right: 0;
	visibility: hidden;
	top: 4px;
}

.search-form label:before {
	display: inline-block;
	font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: '\f1c3';
	position: absolute;
	right: 4px;
	top: 5px;
	font-size: 20px;
	color: #fff;
	pointer-events: none;
}

.search-form {
	position: relative;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder {
	/* Edge */
	color: #ccc !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
	color: #ccc !important;
}

.product-thumbnail-wrap .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	width: 100%;
}

.table-cart .product-name a:hover {
	color: #666
}

tfoot .table-cart__footer td {
	padding: 0px !important;
}

.table-cart__footer .coupon input {
	border-radius: 0 !important;
}

.woocommerce table.shop_table tbody th.title {
	border-top: none !important;
	font-weight: normal;
}

.woocommerce table.shop_table td.value {
	border-top: none !important;
	font-weight: normal;
}

.woocommerce ul#shipping_method li label {
	color: #555;
}

.woocommerce-shipping-destination {
	color: #555;
}

.shipping-calculator-button {
	color: #555;
}

.cart_totals .woocommerce-Price-amount.amount {
	font-weight: normal;
}

.theme-tecno.woocommerce-cart .entry-title {
	display: none;
}

.post-type-archive-product .woocommerce-breadcrumb {
	display: none;
}

.woocommerce ul#shipping_method .amount {
	font-weight: normal;
}

.woocommerce-shipping-destination strong {
	font-weight: normal;
}

.page-template-template-showrooms .sku {
	text-transform: capitalize;
}

.page-template-template-showrooms .tagged-as {
	color: #222222;
	font-weight: 700;
}

.page-template-template-showrooms .tagged-as a.link-gary {
	color: #222222;
	font-weight: 700;
}

.page-template-template-showrooms td {
	text-transform: uppercase;
}

.woocommerce-checkout {
	padding: 0px !important;
}

.woocommerce-checkout .entry-title {
	display: none;
}

.section.checkout {
	padding-top: 0px !important;
}

.woocommerce-info {
	border-top-color: unset !important;
	border-top: unset !important;
}

.woocommerce-info::before {
	color: unset !important;
	font-family: unset;
	content: unset;
	;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
}

.woocommerce-checkout .au-input-2 {
	border: 1px solid #ebebeb !important;
	padding: 16px 20px !important;
	border-radius: 0 !important;
}

.woocommerce-form-coupon .coupon input {
	padding: 13.5px 20px !important;
}

/*.woocommerce-shipping-fields
{
	display: none;
}*/
.woocommerce-billing-fields .input-text {
	border: 1px solid #ebebeb;
	line-height: 1.25;
	padding: 16px 20px
}

.woocommerce-billing-fields .form-row {
	display: block;
}

.woocommerce-billing-fields .rs1-select2 .select2-container {
	width: 100% !important;
	outline: none;
}

.woocommerce-billing-fields .select2-container {
	max-width: 100%;
}

.woocommerce-billing-fields .select2-container,
.selection {
	display: block;
}

.woocommerce-billing-fields .select2-container span.select2-selection.select2-selection--single {
	height: 50px !important;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single {
	border-color: #ebebeb !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	outline: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 13px !important;
	color: #888 !important;
	line-height: 48px !important;
	padding-right: 50px !important;
	padding-left: 20px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px !important;
	width: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
	font-family: "Material-Design-Iconic-Font";
	content: '\f2f9';
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #888;
}

.woocommerce-checkout .select2-container--open .select2-dropdown {
	font-size: 13px !important;
	border: 1px solid #e0e0e0 !important;
	margin-top: 5px !important;
	overflow: hidden !important;
}

.woocommerce-checkout .select2-container--default .select2-results__option {
	padding: 10px 20px !important;
}

.woocommerce-checkout .select2-container--default .select2-results__option--highlighted {
	background: #222 !important;
}

.woocommerce-additional-fields .input-text {
	resize: none;
	height: 200px !important;
	border: 1px solid #ebebeb;
	line-height: 1.25 !important;
	padding: 16px 20px;
}

.woocommerce-additional-fields .form-row {
	display: block;
}

.showcoupon {
	text-decoration: underline;
}

.woocommerce-checkout-review-order-table {
	width: 100% !important;
	font-size: 18px;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
	padding: 5px 0 !important;
}

.shop_table.woocommerce-checkout-review-order-table td {
	line-height: unset !important;
}

.cart-subtotal .woocommerce-Price-amount {
	font-weight: normal;
}

.cart-subtotal__item.woocommerce-shipping-totals.shipping .title {
	border-top: none;
}

.woocommerce-checkout tr.cart-subtotal__item.woocommerce-shipping-totals.shipping {
	border-bottom: none;
}

.woocommerce-checkout-payment {
	background: #f8f8f8 !important;
}

.product .woocommerce-add-to-cart {
	display: flex;
	align-items: center;
}

.woocommerce-account .entry-title {
	display: none;
}

.woocommerce-Input.woocommerce-Input--text.input-text.au-input {
	background: transparent;
	line-height: 1.25;
	padding: 17px 20px;
	color: #333;
	margin-bottom: 20px;
	border: 1px solid #ebebeb;
	border-radius: 0;
}

.woocommerce-form.woocommerce-form-login.login.form-contact.js-contact-form {
	border-radius: 0;
	border: 0;
	padding: 0;
}

.woocommerce-form.woocommerce-form-register.register.form-contact.js-contact-form {
	border: 0;
	padding: 0;
}

.woocommerce-button.button.woocommerce-form-login__submit.au-btn.au-btn--solid.au-btn-xl {
	background: #ee1b22;
	color: #fff;
	border: none;
	line-height: 45px;
	padding: 0 50px;
	display: inline-block;
	font-size: 14px;
	border-radius: 0;
	text-transform: capitalize;
	font-weight: normal;
	margin-right: 0;
}

.woocommerce-button.button.woocommerce-form-login__submit.au-btn.au-btn--solid.au-btn-xl:hover {
	background: #525252;
	color: #fff;
}

.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit.au-btn.au-btn--solid.au-btn-xl {
	background: #ee1b22;
	color: #fff;
	border: none;
	line-height: 45px;
	padding: 0 50px;
	display: inline-block;
	font-size: 14px;
	border-radius: 0;
	text-transform: capitalize;
	font-weight: normal;
	margin-right: 0;
}

.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit.au-btn.au-btn--solid.au-btn-xl:hover {
	background: #525252;
	color: #fff;
}

.pl-addtocart {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between;
}

.pl-addtocart .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	display: none;
}

.pl-addtocart .button {
	background-color: transparent !important;
	color: #fff !important;
}

.pl-addtocart .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-loop-button-wrapper {
	margin-left: auto;
}

.pl-addtocart .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
	vertical-align: middle;
}

.pl-addtocart .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
	margin-right: 10px;
	margin-top: 0;
}

.pl-addtocart a.button:before {
	font-family: 'themify';
	content: "\e61a";
	margin-right: 5px;
}

.pl-addtocart a.button {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 400;
}

.pl-addtocart .ti-arrows-corner:before {
	font-size: 17px;
}

.pl-addtocart .ti-arrows-corner {
	display: block;
}

.header-nav-menu .cool-link::after {
	background: none;
}

.page-template-template-ewarranty .au-input,
.au-textarea {
	background: transparent;
	line-height: 1.25;
	padding: 17px 20px;
	color: #333;
	margin-bottom: 20px;
	border: 1px solid #ebebeb;
	border-radius: 0;
}

.page-template-template-ewarranty .au-btn {
	display: inline-block;
	/*padding: 10px 23px;*/
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: capitalize;
	width: auto;
}

.page-template-template-ewarranty .au-btn--solid {
	background: #ee1b22;
	color: #fff;
	border: none;
	line-height: 45px;
}

.page-template-template-ewarranty .au-black {
	background: #222;
	color: #fff;
	border: none;
	line-height: 45px;
	width: auto;
}

h2.title-3.title-upper {
	text-transform: uppercase;
    margin: 0;
}

/*.entry-header
{
	padding-top: 88px;
}
.entry-title
{
	display: block !important;
}*/
.page-template-template-projects img {
	width: 100%;
}

.related-product-function .icons-right {
	display: flex;
	align-items: center;
}

.related-product-function .product .woocommerce-add-to-cart .icons-right a:hover {
	background: none;
}

.post,
.page {
	margin: 0;
}

.woocommerce-cart .woocommerce .quantity .qty {
	border: 1px solid #ebebeb;
}

.woocommerce .quantity .qty {
	border: 1px solid #ebebeb;
}

.cart-section>button {
	border-radius: 0px;
	background: #000;
	letter-spacing: 0.5px;
}

.woocommerce-checkout {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.section.checkout .woocommerce-info::after {
	display: none;
}

.posted_in a:after {
	display: none;
}

.woocommerce-checkout .cart-subtotal__item {
	display: table-row;
}

.woocommerce-cart .entry-footer {
	display: none;
}

#ship-to-different-address label span {
	position: relative;
	display: block;
	text-align: right;
	padding-right: 45px;
}

#ship-to-different-address label input[type=checkbox]:checked+span::before {
	border-color: #000;
	background: #000;
}

#ship-to-different-address label span::before {
	content: "";
	display: block;
	height: 16px;
	width: 30px;
	border: 2px solid #bbb;
	background: #bbb;
	border-radius: 13rem;
	box-sizing: content-box;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	position: absolute;
	top: 0;
	right: 0;
}

#ship-to-different-address label span::after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: #fff;
	position: absolute;
	top: 3px;
	right: 17px;
	border-radius: 13rem;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

#ship-to-different-address label input[type=checkbox]:checked+span::after {
	right: 3px;
}

#ship-to-different-address label input[type=checkbox] {
	display: none;
}

#ship-to-different-address {
	font-size: 1em;
	display: inline-block;
	margin: 1.42em 0;
}

.woocommerce-shipping-fields .input-text {
	border: 1px solid #ebebeb;
	line-height: 1.25;
	padding: 16px 20px;
}

.woocommerce-shipping-fields .form-row {
	display: block;
}

.woocommerce-shipping-fields .select2-container,
.selection {
	display: block;
}

.woocommerce-shipping-fields .select2-container {
	max-width: 100%;
}

.woocommerce-shipping-fields .select2-container span.select2-selection.select2-selection--single {
	height: 50px !important;
}

.woocommerce-shipping-fields .select2-container--default .select2-selection--single {
	border-color: #ebebeb !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	outline: none !important;
}

#order_review {
	padding-top: 10px;
}

/*.tax-product_cat h2.widget-title {
	display: none;
	margin-bottom: 0px;
}*/
.tax-product_cat h2.widget-title {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    position: relative;
    font-size: 14px;
    border-bottom: 2px solid transparent;
    padding: 3px 10px 0 0;
    transition: all 400ms linear;
    cursor: pointer;
    float: left;
}
.tax-product_cat h2.widget-title:after
{
	content: ': ';
}
.cat-sizes ul
{
	display: flex;
}
.type-in h2
{
	padding-right: 28px !important;
}
.page-template-template-contact input[type=submit] {
	width: auto;
}

.page-template-template-contact .ajax-loader {
	display: block !important;
	margin: 12px 50px auto auto !important;
}

.page-template-template-blog .page-numbers {
	color: #222;
	margin: 0 12px;
	text-align: center;
}

.page-template-template-blog .page-numbers.current {
	margin: 0 12px;
	border-bottom: 1px solid #222;
}

.page-template-template-blog .blog-navigation {
	padding-bottom: 105px;
}

.page-template-template-blog .blog-navigation .next.page-numbers {
	font-size: 0;
}

.page-template-template-blog .blog-navigation .next.page-numbers i {
	font-size: 18px;
	margin-top: 5px;
	display: inline-block;
}

.page-template-template-blog .blog-navigation .prev.page-numbers {
	font-size: 0;
}

.page-template-template-blog .blog-navigation .prev.page-numbers i {
	font-size: 18px;
	margin-top: 5px;
	display: inline-block;
}

.slick-item>a {
	display: block;
}

#mega-menu-wrap-primary-menu {
	background: transparent !important;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
	background: transparent !important;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a.mega-menu-link:hover {
	background: transparent !important;
	color: #ccc !important;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu {
	display: grid;
	grid-template-columns: repeat(5, 163px);
	grid-gap: 6px;
	padding: 5px !important;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	height: auto;
	overflow: hidden;
	max-height: 400px;
	width: 850px;
	border-radius: 5px;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.13);
	background: #fff;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item {
	width: 100%;
	text-align: center;
	border: 1px solid transparent;
	padding: 10px !important;
	border-radius: 5px;
	height: auto;
	-ms-flex: 0 0 20%;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.1s ease;
	transition: all 0.1s ease;
}


#mega-menu-wrap-primary-menu #mega-menu-primary-menu img {
	width: 100%;
	max-width: 60px;
	margin: 0 auto;
	margin-bottom: 3px;
	padding: 0 !important;
	display: block;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
	text-align: center;
	text-transform: none;
}

.menu-image-title-after.menu-image-title {
	padding: 0 !important;
	font-size: 13px;
	color: #333;
	font-weight: 400;
	margin: 0;
	line-height: normal;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item:hover {
	background: #ed2126;
	border: 1px solid #ed2126;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item:hover img {
	filter: invert(1) brightness(1);
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item:hover .menu-image-title-after.menu-image-title {
	color: #fff;
}

.header-nav-menu-mobile {
	background: #f8f8f8;
	box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.25);
}

.menu-mobile {
	box-shadow: none !important;
}

.header-nav-menu-mobile .header-search .search-form label {
	color: #000;
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
	margin-top: 15px;
	position: relative;
}

.header-nav-menu-mobile .header-search .search-form label:before {
	color: #495057;
	pointer-events: none;
	position: absolute;
	left: 26px;
	right: auto;
	top: 8px;
	font-size: 20px;
}

.header-nav-menu-mobile .header-search .search-form label input {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057 !important;
	background-clip: padding-box;
	border: 1px solid #ced4da !important;
	border-radius: .25rem !important;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	text-indent: 20px;
}

.header-nav-menu-mobile .header-search .search-form label input::placeholder {
	color: #495057;
	opacity: 1;
}

.header-nav-menu-mobile .header-search .search-form label input:-ms-input-placeholder {
	color: #495057;
}

.header-nav-menu-mobile .header-search .search-form label input::-ms-input-placeholder {
	color: #495057;
}

.cool-link::after {
	background: transparent !important;
	top: -7px !important;
}

.menu-mobile .sub-menu {
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	max-height: 400px;
	padding: 5px !important;
	margin: 0 auto;
	border: 0 !important;
	background: #fff !important;
	text-align: center;
}

.menu-mobile .sub-menu .menu-item {
	/* float: left; */
	height: 130px;
	width: 32%;
	min-height: 130px;
	display: inline-flex !important;
	align-items: center;
	padding: 5px !important;
	justify-content: center;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	margin-bottom: 5px;
	text-align: center;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}

.menu-mobile .sub-menu .menu-item a {
	padding: 0;
	border: 0;
}

.menu-mobile .sub-menu .menu-item a img {
	display: block !important;
	width: 100% !important;
	max-width: 60px;
	margin: 0 auto;
	margin-bottom: 5px;
}

.menu-mobile .sub-menu .menu-item:hover {
	background: #ed2126;
	border: 1px solid #ed2126;
}

.menu-mobile .sub-menu .menu-item:hover a img {
	filter: invert(1) brightness(1);
}

.menu-mobile .sub-menu .menu-item:hover a span {
	color: #fff;
}

.menu-mobile .menu-item.menu-item-has-children>a::after {
	display: block !important;
	width: 0 !important;
	height: 0 !important;
	margin-right: 16px;
	vertical-align: middle;
	content: "" !important;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	position: absolute !important;
	top: 19px !important;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
	top: calc(100% + 2px);
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a.mega-menu-link {
	background: none !important;
}

.woocommerce .woocommerce-breadcrumb {
	display: none;
}

.woocommerce-notices-wrapper {
	width: 100%;
}

a.wpmenucart-contents {
	color: #fff;
}

a.wpmenucart-contents:hover {
	color: #ccc;
}

a.wishlist_products_counter.top_wishlist-heart:before {
	margin-right: 0px;
}

a.wishlist_products_counter {
	color: #fff;
}

.archive.tax-product_cat .product-content .price {
	display: none;
}

.archive .product-content .price {
	display: none;
}

.footer .cool-link::after {
	background: #fff !important;
	top: -7px !important;
}

.coming-soon {
	/* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
	text-align: center;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

h3.title-1.title-upper {
	text-transform: uppercase;
}

.misha-cart {
	color: #fff;
	padding-left: 23px;
	padding-right: 25px;
}

.header-1 .header-nav-menu {
	margin-right: 0 !important;
}

.cart-icon-header {
	padding-left: 15px;
	/*margin-right: 47px;*/
}

.user-profile {
	padding-left: 10px;
	margin-right: 47px;
	color: #fff;
}

a.user-profile:hover {
	color: #ccc;
}

span.wishlist_products_counter.top_wishlist-heart:before {
	margin-right: 0px;
}

a.misha-cart.cart-icon-header:hover {
	color: #ccc;
}

@media screen and (max-width: 991px) {
	.cart-icon-header {
		padding-left: 20px;
		margin-right: 0;
	}
	/*.woocommerce-message .button.wc-forward
	{
		left: 0px;
	}
	.woocommerce-message .close-buttoncart
	{
		left: 0px;
	}*/
	.arrows-1 {
		display: block !important;
	}

	.arrows-1 .slick-prev {
		left: 0px !important;
	}

	.arrows-1 .slick-next {
		right: 0px !important;
	}

	.misha-cart {
		padding-right: 20px;
	}
}

a.wishlist_products_counter:hover {
	color: #ccc;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu {
	padding: 11px 0;
}


.woocommerce-checkout .woocommerce {
	margin: 0 auto;
	width: 98%;
	margin-top: 100px;
}

.woocommerce-checkout .woocommerce .woocommerce-order {}

.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-notice {
	font-size: 30px;
	line-height: normal;
	letter-spacing: normal;
	margin-bottom: 30px;
	border: none;
	padding: 0;
	display: block;
	background: none;
}

.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-notice.woocommerce-notice--success {
	color: #0ca26c;
}

.woocommerce ul.order_details li {
	font-size: 0.8em;
	color: #333;
}

.woocommerce-checkout .woocommerce .woocommerce-order p {
	font-size: 16px;
	border: 1px solid #f1e9aa;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 5px;
	margin-bottom: 60px;
	background: lemonchiffon;
}

.woocommerce-checkout .woocommerce-order-details__title {
	font-size: 30px;
	margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce-table--order-details {
	width: 100% !important;
}

.woocommerce-checkout .woocommerce-table--order-details thead {
	font-size: 20px;
	color: #333;
}

.woocommerce-checkout .woocommerce table.shop_table td {
	padding: 9px 0px;
	font-size: 14px;
}

.woocommerce-checkout .woocommerce-table__product-total.product-total span.woocommerce-Price-amount {
	color: #333;
	font-size: 15px;
}

.woocommerce-checkout .woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-table--order-details tfoot tr:last-child td span.woocommerce-Price-amount {
	font-size: 24px;
	color: #000;
}

.woocommerce-checkout .woocommerce-customer-details .woocommerce-columns.addresses .woocommerce-column--billing-address,
.woocommerce-customer-details .woocommerce-columns.addresses .woocommerce-column--shipping-address {
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 60px;
}

.woocommerce-checkout h2.woocommerce-column__title {
	font-size: 25px;
	margin-bottom: 10px;
	color: #333;
}

.woocommerce-checkout .woocommerce .woocommerce-customer-details address {
	border: none;
	padding: 0px 0px;
}

.woocommerce-checkout .woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
	background: none !important;
	border: none !important;
	font-size: 14px !important;
	color: #545454 !important;
	display: block !important;
	padding: 10px 20px !important;
}

.woocommerce-checkout .woocommerce-order-details {
	margin-bottom: 6em;
}


#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
	margin: 0 0 0 0px;
}

@media only screen and (min-width: 0) and (max-width: 480px) {
	.woocommerce-checkout .woocommerce {
		margin-top: 10px;
	}
	a.au-btn.au-btn--arrow.new-btn-video {
    margin-left: 0 !important;
    margin-top: 15px;}
    .au-btn, .swal-button {
    width: 60%;
    padding : 0 !important;
    text-align: center;
	}
	h2.title-3.title-upper {
 
    font-size: 28px !important;
}
	.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-notice {
		font-size: 22px;
	}

	.woocommerce-checkout .woocommerce ul.order_details li {
		float: none;
		margin-right: 0;
		text-transform: uppercase;
		border-right: none;
		border-bottom: 1px dashed #d3ced2;
		padding-right: 0;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.woocommerce-checkout .woocommerce table.shop_table td {
		font-size: 12px;
	}

	.woocommerce-checkout .woocommerce table.shop_table td.woocommerce-table__product-name {
		padding-right: 10px;
	}

	.woocommerce-checkout th.woocommerce-table__product-table.product-total {
		text-align: right;
	}

	.woocommerce-checkout td.woocommerce-table__product-total.product-total {
		text-align: right;
	}

	.woocommerce-checkout .woocommerce-table--order-details tfoot tr td {
		text-align: right;
	}

	.woocommerce-checkout .woocommerce-table--order-details tfoot tr td span.woocommerce-Price-amount {
		font-size: 16px;
		display: block;
	}

	.woocommerce-checkout .woocommerce-table--order-details tfoot tr:last-child th,
	.woocommerce-checkout .woocommerce-table--order-details tfoot tr:last-child td span.woocommerce-Price-amount {
		font-size: 19px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 920px) {
	.woocommerce-checkout .woocommerce ul.order_details li {
		float: none;
		margin-right: 0;
		text-transform: uppercase;
		border-right: none;
		border-bottom: 1px dashed #d3ced2;
		padding-right: 0;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1088px) {
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a.mega-menu-link {
		padding: 0px 5px 0px 5px;
	}

	.cart-icon-header {
		margin-right: 15px;
	}
}

.woocommerce-checkout .p-t-160 {
	padding-top: 0px;
}

.woocommerce-account .woocommerce {
	margin: 0 auto;
	width: 80%;
	margin-top: 100px;
	padding-bottom: 100px;
}

.woocommerce-account section.p-t-160.p-md-t-20.p-lg-t-150.p-b-20 {
	padding-top: 0px;
}

.woocommerce-account .woocommerce-customer-details .woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	width: 100%;
	max-width: 100%;
	padding-left: 0px;
}

.woocommerce-account .woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	width: 100%;
	max-width: 100%;
	padding-left: 0px;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper input {
	background: transparent;
	line-height: 1.25;
	padding: 17px 20px;
	color: #333;
	margin-bottom: 20px;
	border: 1px solid #ebebeb;
	border-radius: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Input.input-text {
	background: transparent;
	line-height: 1.25;
	padding: 17px 20px;
	color: #333;
	margin-bottom: 20px;
	border: 1px solid #ebebeb;
	border-radius: 0;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper select {
	background: transparent;
	line-height: 1.25;
	padding: 17px 20px;
	color: #333;
	margin-bottom: 20px;
	border: 1px solid #ebebeb;
	border-radius: 0;
}

.woocommerce-account .woocommerce-address-fields button.button {
	background: #ee1b22;
	color: #fff;
	border: none;
	line-height: 45px;
	font-weight: normal;
	border-radius: 0;
	padding: 0 50px;
	margin-top: 15px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button.button {
	background: #ee1b22;
	color: #fff;
	border: none;
	line-height: 45px;
	font-weight: normal;
	border-radius: 0;
	padding: 0 50px;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper p.form-row {
	display: block;
	width: 100%;
}

.search-results .page-title {
	font-size: 20px;
	padding-bottom: 50px;
}

.search-results .entry-title {
	font-size: 15px;
	padding-top: 10px;
	padding-left: 10px;
}

.title-3 small.title-4 {
	text-transform: capitalize;
}



.list-social--light2 .list-social__item .ic-insta:hover {
	color: #e1306c;
}

.page-template-template-story .title-sub {
	margin-bottom: 14px;
}

.woocommerce.tinv-wishlist button.button.alt {
	border-radius: 0px;
	background: #000;
	letter-spacing: 0.5px;
	color: #fff;
	border: none;
	display: inline-block;
	font-size: 12px;
	font-family: inherit;
	font-weight: normal;
	/* padding: 0 35px; */
	line-height: 29px;
	text-transform: capitalize;
}

.woocommerce.tinv-wishlist button.button.alt:hover {
	background: #525252;
	color: #fff;
}

.tinv-wishlist.woocommerce .tinvwl-to-right.look_in button.button {
	background: #ee1b22;
	color: #fff;
	border: none;
	line-height: 32px;
	display: inline-block;
	padding: 1px 23px;
	font-size: 14px;
	border-radius: 0;
	text-transform: capitalize;
	font-weight: normal;
}

.tinv-wishlist.woocommerce .tinvwl-to-left.look_in button.button {
	background: #ee1b22;
	color: #fff;
	border: none;
	line-height: 32px;
	display: inline-block;
	padding: 1px 23px;
	font-size: 14px;
	border-radius: 0;
	text-transform: capitalize;
	font-weight: normal;
}

.tinv-wishlist.woocommerce button.button:hover {
	background: #525252;
	color: #fff;
}

.tinv-wishlist.woocommerce .tinv-header h2 {
	padding-left: 18px;
	padding-top: 60px;
}

.tinv-wishlist .tinvwl-table-manage-list .product-cb {
	width: 50px;
}

.table-cart__footer .coupon input {
	width: auto;
}

.table-cart .product-thumbnail {
	width: 34.07% !important;
}

.table-cart td {
	vertical-align: middle !important;
	padding: 35px 20px !important;
}

.woocommerce .table-cart.woocommerce-cart-table tbody+tbody {
	border-top: 1px solid #dee2e6;
}

fieldset .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
	display: block;
}

i.zmdi.zmdi-account {
	font-size: 17px;
	padding-top: 8px;
}

@media screen and (max-width: 767px) {
	.his-mob-center {
		text-align: center;

	}
	.join-our-mail p {
    margin-bottom: 20px;
    margin-right: 0;
    display: block !important;
}

.join-our-mail .au-btn--solid {
    background: #b6b6b6;
    width: 40% !important;
    margin-left: 0 !important;
    cursor: pointer;
    margin-top: 20px ;
}
	/*.woocommerce-message .close-buttoncart {
		left: 40px !important;
		top: -66px;
	}
	.woocommerce-message .button.wc-forward
	{
		left: 0 !important;
	}*/
	.cart-emtp-page .cart-empty.woocommerce-info
	{
		width: auto;
	}
	img.mob-banner-new 
	{
    	display: block !important;
	}
	.d-none {
		display: none !important;
	}

	.product {
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
	}

	.woocommerce-order-received .entry-content {
		padding: 10px;
	}

	.product .woocommerce-add-to-cart {
		opacity: 1;
		transform: translateY(0%);
	}

	.banner-mob-align {
		background-position: bottom left;
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 0px !important
	}

	/*.full-img-mob {
		height: 70vh;
		padding: 0px 0px 65px !important;
	}*/

	.mob-pt-in {
		padding-top: 50px !important;
	}

	.woocommerce-account .woocommerce {
		margin: 0 auto;
		width: 100%;
		margin-top: 100px;
		padding-bottom: 100px;
	}

	.table-cart .cart_item {
		border-top: 1px solid #ebebeb;
	}

	.header-search {
		margin: 0px;
	}

	.header-search .dgwt-wcas-search-input {
		background: transparent !important;
		border: 0 !important;
		border: 1px solid #ced4da !important;
		padding: 2px !important;
		width: 100% !important;
		height: 30px !important;
		color: #000 !important;
		border-radius: 4px !important;
	}

	.dgwt-wcas-search-form::-webkit-input-placeholder {
		/* Edge */
		color: #ccc;
	}

	.dgwt-wcas-search-form:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #ccc;
	}

	.dgwt-wcas-search-form::placeholder {
		color: #ccc;
	}

	.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
		padding: 10px 36px 9px 12px !important;
	}
}

@media (max-width: 991px) {
	.table-cart .product-thumbnail {
		width: 100% !important;
		display: block !important;
	}
	
	.woocommerce-cart .woocommerce .cart_totals tr td {
		display: contents !important;
	}

	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		padding-top: 6px;
	}
}

.table-cart__footer .coupon button {
	color: #fff;
	border: none;
	line-height: 45px !important;
	padding: 0 50px !important;
	display: inline-block;
	font-size: 14px;
	border-radius: 0;
	text-transform: capitalize;
	font-weight: normal;
	margin-right: 0;
}

.table-cart__footer .float-md-right {
	color: #fff;
	border: none;
	line-height: 45px;
	padding: 0 50px;
	display: inline-block;
	font-size: 14px;
	border-radius: 0;
	text-transform: capitalize;
	font-weight: normal;
	margin-right: 0;
}

.woocommerce-account .woocommerce table.my_account_orders td {
	padding: 25px 25px 25px 0;
}

h4.tp-caption.video-sub-txt {
	padding: 4px 10px;
}

@media (max-width: 375px) {
	h2.tp-caption.video-txt {
		padding-top: 10px;
	}

	p.tp-caption.video-para {
		padding-top: 20px;
	}

	a.tp-caption.tp-resizeme {
		padding-top: 20px;
	}
}

.yith-wcan-reset-navigation.button {
	background: #ee1b22;
	color: #fff;
	border: none;
	line-height: 45px;
	padding: 0 50px;
}

/* .pl-addtocart .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-loop-button-wrapper{
	position: relative;
}
.pl-addtocart .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before{
	position: absolute;
    left: -12px;
    top: 16px;
} */
.head-links-onpage li a.active {
	border-bottom: 0px solid #ee1b22;
	font-weight: 600;
	border-radius: 0;
}

.color-variable-wrapper {
	margin-left: 10px;
}

/*.archive .alg-wc-wl-view-state-add .fa-heart:before
{
	content: "\e634";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.alg-wc-wl-btn.add i {
    opacity: unset;
}
.alg-wc-wl-view-state-add .alg-wc-wl-btn-text
{
	display: none;
}
.alg-wc-wl-view-state-remove .alg-wc-wl-btn-text
{
	display: none;
}*/
/*.alg-wc-wl-view-state-add
{
	padding-left: 150px;
}*/
/*.alg-wc-wl-view-state.alg-wc-wl-view-state-remove .alg-wc-wl-btn-text
{
	font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
}
.wishlist-header .ti-heart
{
	font-size: 12px;
	padding-right: 4px;
}
a.wishlist-header
{
	color: #fff;
}
a.wishlist-header:hover
{
	color: #ccc;
}
 .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt.tinvwl-product-already-on-wishlist.tinvwl-position-after
 {
 	display: none;
 }*/

.cart-empty {
	width: 100%;
	margin: 80px 0 40px 0 !important;
	background: #e4e4e4 !important;
}

/*.return-to-shop a {
	background: #ed2126 !important;
	color: #fff !important;
	padding: 17px 30px !important;
	font-size: 16px !important;
	border-radius: 0 !important;
	display: inline-block !important;
}*/

.list-social__item a i {
	font-size: 15px !important;
}

.label.color-dot {
	padding-right: 7px;
}

.col-lg-6 .yith-wcwl-add-button {
	display: none;
}

.timeline-bottom {
	margin-bottom: 0px !important;
}

.sub_banner {
	position: relative;
}

.sub_banner img {
	width: 100%;
}

.top_head {
	position: absolute !important;
	height: 100%;
	top: 0;
	overflow: hidden;
}

@media (min-width: 992px) {
	.top_head p {
		font-size: 500%;
	}
}
@media (min-width: 991px) {
/*.woocommerce-message .close-buttoncart {
		left: 125px !important;
	}
	.woocommerce-message .button.wc-forward
	{
		left: -23px !important;
	}*/
}
.top_head p {
	font-size: 520%;
	text-transform: capitalize;
	text-align: center;
	/* text-shadow: -1px -1px 0 rgba(255,255,255,0.5), 1px -1px 0 rgba(255,255,255,0.5), -1px 1px 0 rgba(255,255,255,0.5), 1px 1px 0 rgba(255,255,255,0.5); */
	color: #FFF;
	white-space: nowrap;
	height: 50px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 50px;
	position: absolute;
}

.bor-bottom1 {
	border-bottom: 1px solid #bcbcbc;
	margin-bottom: 20px;
}

.color-black {
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
}

.form-inline button {
	color: #fff;
	position: absolute;
	right: 5px;
	font-size: 20px;
	top: -5px;
}

.form-inline .md-form {
	position: relative;
}

.form-inline .form-control::-webkit-input-placeholder {
	/* Edge */
	color: #fff;
}

.form-inline .form-control:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

.form-inline .form-control::placeholder {
	color: #fff;
}

.form-inline .form-control {
	padding: .375rem 0;
}

.menu-item.ewarranty a {
	text-transform: none;
}

.contentTitle {
	padding-bottom: 15px;
}

.privacy-po {
	padding-top: 25px;
	padding-bottom: 15px;
}

.page-template-template-showrooms .summary.entry-summary h3.title-1.title-upper {
	text-transform: capitalize;
	font-size: 28px;
}

.page-template-template-showrooms .summary.entry-summary h4 {
	font-size: 13px;
}





.product-thumbnail img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	max-height: 310px;
}

.slick-slide img {
	margin: 0 auto;
    height: auto;
    max-height: none !important;
    width: auto !important;
    max-width: 100% !important;
}

.dots-style2 .slick-dots {
	justify-content: flex-start !important;
}

.dots-style2 .slick-dots li {
	padding: 5px !important;
	width: 100px;
	overflow: hidden;
}

.slick-dots img {
	max-width: 100% !important;
}

@media (max-width: 480px) {
	.dots-style2 .slick-dots li {
		width: 70px;
	}

	.slick-slide img {
		max-height: 300px;
	}

	.user-profile {
		margin-right: 20px;
	}

	a.logo img {
		height: 25px;
	}
}

@media (max-width: 320px) {
	.menu-image-title-after.menu-image-title {
		font-size: 11px;
	}
}

.woocommerce-checkout .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:last-child th {
	font-size: unset;
	color: #555;
}

.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 h2.woocommerce-column__title {
	padding: 20px 0 20px 0;
}

.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 h2.woocommerce-column__title {
	padding: 0 0 20px 0;
}

.dgwt-wcas-search-input {
	background: transparent !important;
	border: 0 !important;
	border-bottom: 1px solid #fff !important;
	padding: 5px 15px 5px 0 !important;
	width: 100% !important;
	height: 29px !important;
	color: #fff;
	border-radius: 0px !important;
}

.dgwt-wcas-search-wrapp {
	min-width: 0px !important;
}

.dgwt-wcas-search-input::-webkit-input-placeholder {
	/* Edge */
	color: #fff !important;
	font-style: normal !important;
}

.dgwt-wcas-search-input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff !important;
	font-style: normal !important;
}

.dgwt-wcas-search-input::placeholder {
	color: #fff !important;
	font-style: normal !important;
}

.dgwt-wcas-ico-magnifier {
	display: none !important;
}

.header-search .dgwt-wcas-search-wrapp.dgwt-wcas-no-submit.woocommerce {
	margin-top: 0px;
	padding-bottom: 0px;
}

.woocommerce-lost-password .woocommerce-Button.button {
	background: #ee1b22;
	color: #fff;
	border: none;
	line-height: 45px;
	padding: 0 50px;
	display: inline-block;
	font-size: 14px;
	border-radius: 0;
	text-transform: capitalize;
	font-weight: normal;
}

.woocommerce-lost-password .woocommerce-Input.woocommerce-Input--text.input-text {
	background: transparent;
	line-height: 1.25;
	padding: 17px 20px;
	color: #333;
	margin-bottom: 20px;
	border: 1px solid #ebebeb;
	border-radius: 0;
}

.tinv-wishlist.woocommerce .cart-empty {
	padding: 25px 30px;
}

.tinv-wishlist.woocommerce {
	margin: 50px 100px;
}

.tinv-wishlist.woocommerce .tinv-header {
	display: none;
}

.tinv-wishlist.woocommerce.tinv-wishlist-clear .tinv-header {
	display: block;
}

.archive .tinv-wishlist.woocommerce {
	margin: 0px;
}

.related-product-function .tinv-wishlist.woocommerce {
	margin: 0px;
}

.menu-footer-service-menu-container ul li.menu-item {
	display: block !important;
}

.menu-footer-service-menu-container ul li.menu-item a:hover {
	background: transparent !important;
	color: #fff !important;
}

.menu-footer-menu-container ul li.menu-item a:hover {
	background: transparent !important;
	color: #fff !important;
}

.menu-footer-service-menu-container ul li.menu-item a.cool-link {
	display: inline-block !important;
}

.menu-footer-service-menu-container ul li.menu-item a {
	padding: 0px !important;
}

#tabs .nav {
	border-bottom: 2px solid #ddd;
}

#tabs .nav .nav-item a {
	border-bottom: 2px solid transparent;
	font-size: 16px;
	padding-bottom: 0px;
	margin-bottom: -1px;
}

#tabs .nav .nav-item a:hover,
#tabs .nav .nav-item a.active {
	border-color: #ec2025;
}

#tabs .card {
	border-radius: 0px;
	margin-bottom: 20px;
	height: 100%;
}

#tabs .card-body {
	padding: 0px;
}

#tabs .card-body .list-group-item {
	padding: 5px 20px;
}

.ysm-search-widget .search-field[type="search"] {
	font-style: normal !important;
	padding: 0px !important;
}

.header-nav-menu-mobile.navbar .ysm-search-widget .search-field[type="search"] {
	font-style: normal !important;
	padding: 10px 40px 10px 10px !important;
}

/*.dgwt-wcas-suggestions-wrapp {
    top: 54px !important;
}*/
.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
	background-image: url(images/close.svg) !important;
}

.archive.search.search-results .cat-sizes {
	display: none;
}

.archive.search.search-results .type-in {
	display: none;
}

.archive.search.search-results .search-banner {
	display: none;
}

.archive.search.search-results .search-content-result {
	padding-top: 80px;
}

/*.archive.tax-product_cat.term-small-appliances .cat-sizes {
	display: none;
}

.archive.tax-product_cat.term-small-appliances .type-in {
	display: none;
}*/

.engineering-sec p {
	color: #fff;
}

.section.product-detail.showromms .summary.entry-summary {
	margin: 0px;
}

.dgwt-wcas-suggestions-wrapp {
	width: 280px !important;
	right: 68px !important;
	left: auto !important;

}

.form-group.sort-by .m-r-10 {
	margin-right: 7px;
}

.form-group.sort-by .form-control.rounded-0 {
	padding-left: 4px;
}

.form-add-cart>button {
	border-radius: 0px !important;
}

.txt-red-color {
	color: #ee1b22 !important;
}

.txt-white-color {
	color: #fff !important;
}

.txt-black-color {
	color: #000 !important;
}

.txt-lightblack-color {
	color: #272727 !important;
}

h5.title-sub-red {
	font-size: 16px !important;
}

.all-banner-left {
	width: 100%;
	justify-content: left;
	align-items: center !important;
}

.all-banner-left .media__body {
	max-width: 500px;
	text-align: left;
}

.all-banner-center {
	width: 100%;
	justify-content: center;
	align-items: center !important;
	height: 100%;
}

.all-banner-center .media__body {
	max-width: 500px;
	text-align: center;
	padding: 0;
}

.all-banner-right {
	width: 100%;
	justify-content: flex-end;
	align-items: center !important;
	height: 100%;
}

.all-banner-right .media__body {
	max-width: 500px;
	text-align: left;
	padding: 0;
}

.homein.media__body {
	padding-right: 0px !important;
}

.payment_box.payment_method_paypal {
	margin-left: 10px !important;
}

.single-product .list-social__item a {
	font-size: 0px;
}

.woocommerce-checkout .woocommerce-form.woocommerce-form-login.form-login.login .form-action {
	display: inline-block;
}

.woocommerce-checkout .woocommerce-form.woocommerce-form-login.form-login.login .form-action .form-group--check {
	margin-left: 0;
	width: 100%;
}

@media (max-width: 575px) {
	.woocommerce-checkout-payment {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

.payment_method_paypal {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: inline-block !important;
}

.desk-sub-height {
	position: absolute;
	top: 0;
	left: 0;
	right: 0px;
	height: 100%;
	display: flex;
}

.entry-title.title-upper {
	text-transform: uppercase;
}

.woocommerce-message
{
	border-top-color: #229c12 !important
}
.woocommerce-message::before 
{
    content: "\e015";
    color: #229c12 !important
}
.equipmentcare ul {
	padding-left: 20px;
}

.page-template-template-equipmentcare .title-1 {
	font-size: 34px;
}

.grecaptcha-badge {
	visibility: collapse !important;
}

section.inner-banner-bg {
	position: relative;
}

.d-none {
	display: none !important;
}

.woocommerce-product-gallery {
	position: relative;
}

.woocommerce-product-gallery--columns-4 ol {
	margin-left: 0;
	margin-bottom: 0;
}

.woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 14.2857142857%;
	margin: 0 14.2857142857% 1.6em 0;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: left;
}

.woocommerce-product-gallery__trigger {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 2;
	opacity: 0;
}

.woocommerce-product-gallery__trigger img {
	display: none !important;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
	position: relative;
}

.slick-lightbox .slick-next {
	right: 15px;
	background: url(https://api.iconify.design/zmdi-long-arrow-right.svg) no-repeat center center / contain;
	font-size: inherit;
	color: transparent;
	width: 30px;
}

.slick-lightbox .slick-prev {
	right: 15px;
	background: url(https://api.iconify.design/zmdi-long-arrow-left.svg) no-repeat center center / contain;
	font-size: inherit;
	color: transparent;
	z-index: 999;
	width: 30px;
}

.slick-arrow:hover {
	color: transparent !important;
}

.slick-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: #fff !important;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.slick-lightbox-close {
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	color: #fff !important;
	padding: 0;
	border: none;
}

.slick-lightbox-close:before {
	font-family: "slick";
	font-size: 40px !important;
	line-height: 1;
	color: #000 !important;
	opacity: 0.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '×';
}

/*.slick-lightbox-slick-item-inner .slick-lightbox-slick-img {
	transform: scale(1.5);
}*/
.slick-lightbox-slick-item-inner
{
	max-width: 60% !important;
}
.page-template-template-showrooms .media__body {
	display: none;
}

.see-allfeature a {
	text-decoration: underline;
}

.see-allfeature {
	padding-top: 0px;
	margin-bottom: 30px;
}

section#specifications {
	border-bottom: 1px solid #a0a0a0;
}
.au-btn-lightblack-color
{
	border: 1px solid #272727;
	color: #272727;
	display: inline-block;
    line-height: 43px;
    padding: 1px 23px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: capitalize;
}
.ic-arrow-lightblack-color
{
	color: #272727;
}
.au-btn-black-color
{
	border: 1px solid #000000;
	color: #000000;
	display: inline-block;
    line-height: 43px;
    padding: 1px 23px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: capitalize;
}
.ic-arrow-black-color
{
	color: #000000;
}
.au-btn-red-color
{
	border: 1px solid #ee1b22;
    color: #ee1b22;
    display: inline-block;
    line-height: 43px;
    padding: 1px 23px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: capitalize;
}
.ic-arrow-red-color
{
    color: #ee1b22;
}
.au-btn-white-color
{
	border: 1px solid #ffffff;
	color: #ffffff;
	display: inline-block;
    line-height: 43px;
    padding: 1px 23px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: capitalize;
}
.ic-arrow-white-color
{
	color: #ffffff;
}
.au-btn-red-color:hover {
    color: #fff;
    background: #ee1b22;
    border-color: transparent;
}
.au-btn-red-color:hover .ic-arrow-red-color {
    color: #fff;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}
.au-btn-white-color:hover {
    color: #000;
    background: #fff;
    border-color: transparent;
}
.au-btn-white-color:hover .ic-arrow-white-color {
    color: #000;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}
.au-btn-black-color:hover {
    color: #fff;
    background: #000;
    border-color: transparent;
}
.au-btn-black-color:hover .ic-arrow-black-color {
    color: #fff;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}
.au-btn-lightblack-color:hover {
    color: #fff;
    background: #272727;
    border-color: transparent;
}
.au-btn-lightblack-color:hover .ic-arrow-lightblack-color {
    color: #fff;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}
.au-btn-lightblack-color .ic-arrow-lightblack-color {
    margin-left: 7px;
    -webkit-transition: inherit;
    -o-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
}
.au-btn-black-color .ic-arrow-black-color {
    margin-left: 7px;
    -webkit-transition: inherit;
    -o-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
}
.au-btn-red-color .ic-arrow-red-color {
    margin-left: 7px;
    -webkit-transition: inherit;
    -o-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
}
.au-btn-white-color .ic-arrow-white-color {
    margin-left: 7px;
    -webkit-transition: inherit;
    -o-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
}
img.mob-banner-new 
{
    display: none;
}
.footer.bg-parallax ul
{
	list-style-type: none !important;
}
/*.close-buttoncart {
    float: right;
    color: #515151;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    top: -74px;
    right: 22px;
}*/
/*.woocommerce-cart .woocommerce-message .button.wc-forward
{
	left: -23px !important;
}*/
.woocommerce-message .close-buttoncart {
    display: inline-block;
    color: #515151;
    cursor: pointer;
    font-weight: bold;
    /* padding-right: 20px; */
    position: absolute;
    left: auto;
    right: 9px;
    top: 16px;
}
.woocommerce-message .close-button {
    float: right;
    display: inline-block;
    color: #515151;
    cursor: pointer;
    font-weight: bold;
    padding-right: 20px;
}
/*.woocommerce-cart .close-button
{
	display: none;
}*/
/*#close {
    float:right;
    display:inline-block;
    padding:2px 5px;
    background:#ccc;
}*/
/*.woocommerce-message .button.wc-forward
{
	left: -23px;
}*/
.buynow
{
	margin-top: 15px;
}
/*NEW SEARCH STYLE*/


.aws-container .aws-search-field 
{
   background: #4c4c4c;
   border: 0px;
   border-bottom: 1px solid #fff;
   padding: 0px 0px;
   height: auto;
   color: #fff;
   font-size: 14px;
}
.aws-container .aws-search-field::-webkit-input-placeholder 
{ 
	/* Chrome/Opera/Safari */
 	color: #fff;
}
.aws-container .aws-search-field::-moz-placeholder 
{ 
	/* Firefox 19+ */
 	color: #fff;
}
.aws-container .aws-search-field:-ms-input-placeholder 
{ 
	/* IE 10+ */
 	color: #fff;
}
.aws-container .aws-search-field:-moz-placeholder 
{ 
	/* Firefox 18- */
 	color: #fff;
}
.aws-container .aws-search-field:focus 
{
   background: #4c4c4c;
}
.aws-container .aws-search-form .aws-search-clear 
{
    top: -9px;
}
.policies-content-section p
{
	margin-bottom: 10px;
}
#wg-view-all
{
	justify-content: center;
    display: flex;
    margin-bottom: 30px;
}
.row.products
{
	margin-top: 20px;
}
.widget-title.berocket_aapf_widget-title
{
	display: block;
}
.engineering-bg 
{
    background: #4f4f4d;
    color: #fff;
}
.join-our-mail .coupon {
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 25px 0;}

.join-our-mail {
    background: #4c4c4c;
    padding: 20px 0;
}
.join-our-mail p{
	color: #fff;
	margin-right: 15px;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-flex;
}
.join-our-mail .au-btn--solid {
    background: #b6b6b6;
    width: auto;
    margin-left: 12px;
    cursor: pointer;}
    .join-our-mail .au-btn--solid:hover {
    background: rgba(0, 0, 0, 0.85);
    }
 .join-our-mail .wpcf7-form .coupon .wpcf7-text {
    padding: 13.5px 20px !important;
    background: transparent;
    border: 1px solid #ccc;
    color: #fff;
    width: auto;
}
.join-our-mail .wpcf7-response-output
{
	color: #fff;
}
.join-our-mail span.wpcf7-not-valid-tip {
    position: absolute;
     font-size: 13px;
padding: 6px 0 0px;
}
.join-our-mail .wpcf7-validation-errors
{
	display: none !important;
}
.join-our-mail div.wpcf7-mail-sent-ok {
    border: 0px solid #e82719;
    text-align: center;
    width: 100%;
    margin: 15px auto 0;
}
.timeline-bottom {
    background: #fff !important;
}
.timeline-bottom p {
    color: #444 !important;
}

section#highlights 
{
    border-bottom: 1px solid #a0a0a0;
}
.project-table td
{
	text-transform: uppercase;
}
.page-template-template-showrooms h5.title-cat 
{
    font-size: 20px;
    padding: 20px 0;
    font-weight: bold;
    color: #000;
}
.retailers-in .tab .nav-tabs li.active a, .retailers-in .tab .nav-tabs li a:hover, .retailers-in .tab .nav-tabs li a.active {
    border: none;
    border-bottom: 2px solid #f8333c;
    color: #fff;
    outline: 0;
}

.video-blog
{
	text-align: center;
}
.red-color.contact-job
{
	padding-top: 10px;
}
.archive.search.search-no-results .banner.mob-inner-banner
{
	display: none;
}
.archive.search.search-no-results .cat-sizes
{
	display: none;
}
.archive.search.search-no-results .type-in
{
	display: none;
}
.archive.search.search-no-results .woocommerce-info
{
	margin-top: 25px;
}
.woocommerce-cart .select2-container .select2-selection--single 
{
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 48px;
    margin: 0 0 -4px;    -moz-user-select: none;    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
a.au-btn.au-btn--arrow.new-btn-video {
    margin-left: 15px;
}
.page-template-template-promotions h3.title-1.title-upper {
    text-transform: capitalize;
    font-size: 28px;
    margin-bottom: 5px;}
.archive.tax-product_cat .lmp_load_more_button .lmp_button 
{
    position: relative;
    display: inline-block;
    font-size: 22px;
    box-sizing: border-box;
    background-color: transparent !important;
    color: #000 !important;
    line-height: 0px;
    border-bottom: 1px solid #464545 !important;
    padding: 15px 5px !important;
}
.archive.tax-product_cat .lmp_load_more_button.br_lmp_button_settings .lmp_button:hover 
{
    background-color: #52525200!important;
    color: #f10606!important;
}
.search.search-results .lmp_load_more_button .lmp_button 
{
    background-color: transparent !important;
    color: #000 !important;
    line-height: 0px;
    border-bottom: 1px solid #464545 !important;
    padding: 15px 5px !important;
}
.search.search-results .lmp_load_more_button.br_lmp_button_settings .lmp_button:hover 
{
    background-color: #52525200!important;
    color: #f10606!important;
}
.footer.bg-parallax .widget-title
{
	display: block;
	margin-bottom: 25px;
}
.woocommerce-terms-and-conditions-wrapper
{
	display: none;
}
ul#shipping_method li {
    max-width: 540px;}
    .policies-content-section ol {
    padding-left: 20px;}
.woocommerce-checkout .wc_payment_method input 
{
    width: auto;
}
.woocommerce-cart .woocommerce ul#shipping_method input {
    width: auto;
    margin: 6px .4375em 0 0 !important;}
.woocommerce-cart .woocommerce ul#shipping_method li
{
	padding-bottom: 15px;
}
#dd-w-0 .dd-c .dd-s
{
	background: #ee1b22 !important;
}
#dd-w-0 .dd-c .dd-s:hover
{
	background: #525252 !important;
}
div.datedropper .picker ul.pick.pick-d
{
	font-size: 20px !important;
}
div.datedropper .picker ul.pick.pick-m
{
	font-size: 20px !important;
}
div.datedropper .picker ul.pick li span
{
	font-size: 15px !important;
}
div.datedropper .picker ul.pick.pick-y
{
	font-size: 15px !important;
}
div.datedropper .picker .pick-lg ul.pick-lg-b li:before
{
	width: 36px !important;
    height: 36px !important;
}
div.datedropper .picker .pick-lg ul.pick-lg-b li.pick-sl
{
	font-size: 17px !important;
}
.woocommerce-cart .woocommerce-shipping-calculator
{
	display: none;
}
.tax-product_cat.term-best-sellers .cat-sizes
{
	display: none;
}
.tax-product_cat.term-best-sellers .type-in
{
	display: none;
}

/*.single.single-product .up-sells.upsells.products
{
display: none;
}*/
.single.single-product .up-sells.upsells.products .price .woocommerce-Price-amount.amount
{
	display: none;
}
.woocommerce-cart .cross-sells
{
	display: none;
}

.single.single-product .up-sells.upsells .products
{
	width: 100%;
	/*overflow: hidden;*/
}
.single.single-product .up-sells.upsells
{
	width: 100%;
	/*overflow: hidden;*/
	position: relative;
}
.single.single-product .up-sells.upsells .slick-prev
{
	width: 20px;
	height: 20px;
	top:50%;
	left:-45px;
	font-family: 'themify';
	font-style: normal;
}
.single.single-product .up-sells.upsells .product .product-name 
{
     
    height: 70px;
}
.single.single-product .up-sells.upsells .slick-next
{
	width: 20px;
	height: 20px;
	top:50%;
	right:-45px;
	font-family: 'themify';
	font-style: normal;
}
.single.single-product .up-sells.upsells .slick-prev::after
{
	  content: "\e64a";
}
.single.single-product .up-sells.upsells .slick-next::after
{
	  content: "\e649";
}
.single.single-product .up-sells.upsells.products .price .woocommerce-Price-amount.amount
{
	display: none;
}
/*.single.single-product .up-sells.upsells.products .col-lg-4
{
	max-width: 100%;
}*/

/*cart page*/

/*.woocommerce-cart .cross-sells .products
{
	width: 100%;
}
.woocommerce-cart .cross-sells
{
	width: 100%;
	position: relative;
}
.woocommerce-cart .cross-sells .slick-prev
{
	width: 20px;
	height: 20px;
	top:50%;
	left:-45px;
	font-family: 'themify';
	font-style: normal;
}
.woocommerce-cart .cross-sells .slick-next
{
	width: 20px;
	height: 20px;
	top:50%;
	right:-45px;
	font-family: 'themify';
	font-style: normal;
}
.woocommerce-cart .cross-sells .slick-prev::after
{
	  content: "\e64a";
}
.woocommerce-cart .cross-sells .slick-next::after
{
	  content: "\e649";
}
.woocommerce-cart .cross-sells .products .col-lg-4
{
	max-width: 100%;
}*/

.single.single-product .up-sells.upsells .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: inherit;  
    margin-right: inherit;  
}

.single.single-product section.up-sells.upsells.products {
    /*margin: 80px 0 0px;*/
    /* border-top: 1px solid #e4e4e4; */
    padding-top:0px;
}

.single.single-product section.up-sells.upsells.products h2{
    border-bottom: 1px solid #ccc;
     padding: 25px 0px;
    margin-bottom: 50PX;
}
.single.single-product .up-sells.upsells.products .col-lg-4 {
    max-width: 100%;
    padding-top: 20px;
}
@media screen and (max-width: 890px) {

.single.single-product .up-sells.upsells .slick-next {
     right: 0 !important;
}

.single.single-product .up-sells.upsells .slick-prev {
        left: 0px !important; 
        z-index: 9999;
 
    }
    .single.single-product  .slick-slider{
    margin-left:0 !important;
    }
}


.slick-arrow:hover {
    color: #666 !important;
}
body.archive.tag .content-area {
    width: 100%;
    padding-top: 60px;
}

body.archive.tag .content-area h1.page-title {
    font-size: 38px;
}

body.archive.tag .content-area header.page-header {
    padding-bottom: 20px;
    width: 100%;
}

body.archive.tag .content-area main#main {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

body.archive.tag .content-area main#main article {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 30px 45px 30px 30px;
    position: relative;
    margin-top: 15px;
}

body.archive.tag .content-area main#main article:before {
    position: absolute;
    content: '';
    display: block;
    background: #f9f9f9;
    top: 0px;
    left: 0px;
    right: 15px;
    bottom: 0px;
    z-index: 1;
}

body.archive.tag .content-area main#main article header.entry-header {
    position: relative;
    z-index: 2;
}

body.archive.tag .content-area main#main article .entry-content {
    position: relative;
    z-index: 2;
}

body.archive.tag .content-area main#main article footer.entry-footer {
    position: relative;
    z-index: 2;
    padding-bottom: 0px;
    display: block;
}

body.archive.tag .content-area main#main article header.entry-header h2.entry-title {
    font-size: 24px;
    margin-bottom: 20px;
}

body.archive.tag .content-area main#main article span.cat-links {
    display: none;
    width: 100%;
    flex: 0 0 100%;
}

body.archive.tag .content-area main#main article span.tags-links {
    display: block;
    width: 100%;
}

body.archive.tag .content-area main#main article .entry-footer a {
    color: #ee1b22;
    display: inline-block;
    margin-left: 5px;
}

body.archive.tag .content-area main#main article .entry-footer a:hover {
    color: #000;
}

body.archive.tag .content-area nav.navigation.posts-navigation {
    width: 100%;
    flex: 0 0 100%;
    padding: 60px 0px 0px;
}

body.archive.tag .content-area nav.navigation.posts-navigation h2.screen-reader-text {
    display: none;
}

body.archive.tag .content-area nav.navigation.posts-navigation .nav-links .nav-previous {
    float: left;
}

body.archive.tag .content-area nav.navigation.posts-navigation .nav-links .nav-next {
    float: right;
}

@media (max-width: 575px){
	.page-template-template-timeline .media__content p.media__text {
    display: none;
}
.page-template-template-timeline h2.title-3 {
    margin-bottom: 10px;
}
.page-template-template-timeline h2.title-3 {
    line-height: 34px !important;
    font-size: 38px !important;
}
}
.single.single-product .variations .reset_variations
{
	display: none !important;
}
.single.single-product .variations .value
{
	padding-top: 0px;
}
.cartempty .single-products.cart-emtp-page .emptytit
{
	display: none;
}
img.tecno-gas{
    margin-right: 10px;}
/*.return-to-shop a
{
	color: #fff;
    border: none;
    line-height: 45px !important;
    padding: 0 50px !important;
    display: inline-block;
    font-size: 14px;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: normal;
    margin-right: 0;
    background: #000 !important;
}*/
a.button.wc-backward {
    color: #fff;
    border: none;
    line-height: 45px !important;
    padding: 0 50px !important;
    display: inline-block;
    font-size: 14px;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: normal;
    margin-right: 0;
    background: #000 !important;
}
a.button.wc-backward:hover
{
	color:#fff;
}
.cart-empty 
{
    width: 100%;    margin: 45px 0 40px 0 !important;    background: #e4e4e4 !important;
}

/* =========================
   FIX SHIPPING COLUMN WIDTH
========================= */

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    width: auto !important;
    vertical-align: top !important;
}

/* Shipping row */
.woocommerce-shipping-totals td {
    width: 70% !important;
}

/* Shipping methods */
.woocommerce-shipping-methods {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-shipping-methods li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
    margin-bottom: 15px !important;
    list-style: none !important;
}

/* Radio button */
.woocommerce-shipping-methods input[type="radio"] {
    flex-shrink: 0 !important;
    margin-top: 4px !important;
}

/* Shipping label */
.woocommerce-shipping-methods label {
    display: block !important;
    width: 100% !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    line-height: 1.7 !important;
}
/* =========================
   SHIPPING SECTION FIX
========================= */

.woocommerce-shipping-methods {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-shipping-methods li {
    list-style: none !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
    margin-bottom: 15px !important;
}

.woocommerce-shipping-methods input[type="radio"] {
    margin-top: 5px !important;
    flex-shrink: 0 !important;
}

.woocommerce-shipping-methods label {
    display: block !important;
    width: auto !important;
    line-height: 1.6 !important;
    word-break: break-word !important;
}


/* =========================
   PAYMENT SECTION FIX
========================= */

.wc_payment_methods {
    padding: 0 !important;
    margin: 0 !important;
}

.wc_payment_methods li {
    list-style: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 15px !important;
}

.wc_payment_methods input[type="radio"] {
    margin: 0 !important;
    flex-shrink: 0 !important;
}

.wc_payment_methods label {
    width: auto !important;
    display: inline-block !important;
    line-height: 1.5 !important;
}


/* =========================
   REMOVE EXTRA BULLETS
========================= */

.woocommerce ul,
.woocommerce li {
    list-style: none !important;
}


/* =========================
   MOBILE FIX
========================= */

@media (max-width: 768px) {

    .woocommerce-shipping-methods li,
    .wc_payment_methods li {
        flex-direction: row !important;
        align-items: flex-start !important;
    }

    .woocommerce-shipping-methods label,
    .wc_payment_methods label {
        width: calc(100% - 30px) !important;
    }
}