/*!
Theme Name: toolsinaction
Theme URI: https://generatorplace.co.nz/
Author: Anil Pawn
Description: A main theme for toolsinaction
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: toolsinaction

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
}

/* 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	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;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #00a3d9;
}

a:visited {
	color: #00a3d9;
}

a:hover,
a:focus,
a:active {
	color: #00a3d9;
}

a:focus {
	outline: thin dotted;
}

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

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */


.main-navigation ul {
	display: flex;
	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 {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	position: relative;
}

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

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



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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

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

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



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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.site-header {
    background: #121212;
	padding-bottom: 0;
    box-shadow: 0 -20px 20px 15px #000;
    -webkit-box-shadow: 0 -20px 20px 15px #000;
    -moz-box-shadow: 0 -20px 20px 15px #000;
    -ms-box-shadow: 0 -20px 20px 15px #000;
    -o-box-shadow: 0 -20px 20px 15px #000;
}
.account-user{
	display: inline-block;
}
.account-user a{
	height: 40px;
	width: 40px;
    display: inline-block;
    vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
}
.account-user a img{
	padding:10px;
}
body{
	background-color: #FFF;
    font-family: proxima-nova,'Open Sans', Arial, Tahoma, Geneva, sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 300;
}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
.container{
	max-width: 1275px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.header-item{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;	
	align-items: center;
	align-content: space-around;
}
.search-bar{
	display: block;
    transition: all 0.3s ease-in-out 0.0s;
	max-width: 600px;
	width: 100%;
	position: relative;
	background: #242323;
	height: 40px;
	margin: 0 auto
}
.search-bar label{
	color: #FFF;
    font-weight: 800;
	padding-left: 15px;
	font-size: 16px;
}
.search-bar input{
	font-size: 16px;
    font-weight: 300;
    box-sizing: border-box;
    color: #5d5c5c;
    background: none;
    border: none;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #fff;
}
.search-bar input:-moz-placeholder{
	color: #5d5c5c;
}
.search-bar input:placeholder{
	color: #5d5c5c;
}
.search-bar input:-ms-input-placeholder{
	color: #5d5c5c;
}
.search-bar input::-webkit-input-placeholder{
	color: #5d5c5c;
}
.search-bar button{
	box-sizing: border-box;
    color: #FFF;
    background: none;
    border: none;
	font-size: 14px;
	font-weight: 500;
    text-transform: uppercase;
	position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 99;
    height: 40px;
	background: #f42d2e;
    border-radius: 0;
	transition: all 0.2s ease-in-out 0s;
}
.search-bar button:hover {
    background: #da000a;
}
.search-bar .search-field{
	padding-left: 20px;
	display: inline-block;
	color: #5d5c5c;
	border-radius: 0;
	width: calc(100% - 40px);
}

.search-bar .search-field:focus{
	outline:none;
}
#head .top-search input:focus {
    outline: none;
}
.header-cart-info{
	color:#fff;
	display: inline-block;
}
.cart-count .count{
	font-weight: 600;
}
.cart-count .total-amount{
	font-size: 12px;
	left: -20px;
    position: relative;
}
.cart-count a{
	background: url(images/cart1.png) no-repeat 0px 10px;
    padding-left: 35px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	width: 115px;
	text-align: left;
}

.cart-icon{
	float: left;
    padding-right: 10px;
}
.cart-icon .fa{
	font-size: 60px;
    color: #FFF;
}
.cart-count {
	display: inline-block;
	color: #fff;
}

.cart-count a .count{
	display: block;
	font-size: 12px;
    font-weight: 700;
}
.cart-button .header-btn{
	font-size: 12px;
    background-color: #aa0c0c;
    border-radius: 10px;
    border: none;
    color: #FFF;
	text-decoration: none;
    padding: 5px 15px 5px;
}
.main-navigation{
display: block;
}
.main-navigation ul li a{
	transition: all 0.2s ease-in-out 0s;
    padding: 12px 25px 12px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background-repeat: no-repeat;
    color: #fff;
}
.main-navigation ul li a:hover{
	background-color: #fff;
	color: #333;
}
.call-info{
	color: #FFF;
	display: inline-block;
	background: url(images/call-us.png) no-repeat 0 6px;
    padding-left: 45px;
}
.call-info strong {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;}
.call-info strong:hover{
	color: red;
}
a.fnclick-subcat {
    background: #616161;
    padding: 10px 20px;
    margin-right: 15px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
	transition: all 0.2s ease-in-out 0s;
}
.woocommerce-page ul.products li.product:hover {
    background: #f3f3f3;
	transition: all 0.2s ease-in-out 0s;
}
.call-info a{
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	line-height: 1.1
}
.call-info span{
	display: block;
}
.call-info .fa{
	transform: rotate(90deg);
}
.sitenav-wrap{
display: block;
}

/* footer css */
.site-footer{
	padding: 40px 0 60px;
    background: #000;
}
.site-footer h2{
	font-weight: 300 !important;
    color: #FFF;
    font-size: 28px !important;
	margin-bottom: 2px;
	margin-top:2px;
}
.site-footer ul{
	overflow: hidden;
    list-style: none;
    margin-top: 10px;
	padding-left:0;
	margin-left:0;
	min-width: 230px;
}
.site-footer li a{
	display: block;
    padding: 8px 0;
    border-bottom: 1px solid #9e0303;
    transition: all 0.2s ease-in-out 0s;
	color: #FFF;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}
.site-footer li:last-child a{
	border-bottom: none;
}
.site-footer li a:hover{
	padding-left: 5px;
}
.footer-nav{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: baseline;
	align-content: stretch;
}
.footer-bottom{
	padding: 10px 0;
    background-color: #aa0303;
    background-repeat: repeat-y;
	text-align: center;
	font-size: 14px;
	color:#fff;
}
.footer-bottom .copyright {
    font-size: 14px;
    color: #fff;
    margin: 0;
    text-shadow: 0 1px 0 #222;
}

.footer-bottom .company-name {
    text-align: center;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
}
.footer-bottom-contain{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
}
.nav-product a{
	position: relative;
    padding-left: 45px !important;
}
.nav-product a::before{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
content: "\f07a";
position: absolute;
    top: 15px;
	left:25px;
	
}
.single-body{
	padding-top: 50px;
	padding-bottom: 50px;
}
.single-body .entry-title{
	font-size: 32px;
    font-weight: 800;
    color: #CE0000;
}


.woocommerce-page ul.products li.product{
	text-align: center;

}


.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #000;
	font-size: 16px;
}
.page-numbers .page-numbers {
    color: #000;
    padding: 17px !important;
    display: inline-block;
}
.woocommerce nav.woocommerce-pagination ul{
	margin-top: 30px;
}
.woocommerce-ordering select{
	border: none;
	border-bottom: 2px solid #eee;
	padding-bottom:5px;
}
.woocommerce-page .site-page, .page-template-template-register .site-page{
	padding-top: 50px;
	padding-bottom:50px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background-color: #DE2300;
    color: #fff;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background-color: #000;
}
.payment_method_stripe img{
	max-width: 50px;
}

.woocommerce-MyAccount-navigation ul, ul.product-categories{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.product-wrapper, .LR-wrapper{
	overflow: hidden;
}
.product-sidebar, .page-sidebar {
    float: left;
    max-width: 300px;
	width: 30%;
    -moz-box-shadow: 4px 2px 5px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 4px 2px 5px 2px rgb(0 0 0 / 10%);
    box-shadow: 4px 2px 5px 2px rgb(0 0 0 / 10%);
    padding:0 0 20px 0;
}

.product-categories ul{
	margin-left: 0;
}
.archive .product-list, .LR-page-content{
	float: left;
    width: calc(100% - 300px);
	padding-left: 4%;
}
.LR-page-content .ur-frontend-form{
	border: none;
	padding:0;
}
.LR-page-content h1{
	margin-top: 0;
}
.product-sidebar h2.widget-title{
	margin-bottom: 0;
	color: #fff;
    background: #333;
    padding: 10px;
}
.page-sidebar h2.widget-title{
	margin-top: 10px;
}
h2.widget-title {
    color: #DE2300;
    text-transform: uppercase;
    font-size: 18px;
	margin-top:0;
}
.site-footer h2.widget-title{
	color:#fff;
	text-transform: none;
}

ul.product-categories li a{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	display: block;
	color: #333;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
}
ul.product-categories li a:hover {
    padding-left: 15px;
	transition: all 0.2s ease-in-out 0s;
}
header.woocommerce-products-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.product-list .page-title{
	margin-top: 0;
	color:#333;
}
h2.widget-title .fa {
    padding-right: 8px;
}
.woocommerce-form-login, .woocommerce-ResetPassword{
	max-width: 550px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .ur-submit-button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	background-color: #de2300;
    border: none;
    color: #FFFFFF;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,.ur-submit-button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	background-color: #000;
}
.product-sidebar .woocommerce-form-login.login{
	border:none;
    padding: 0;
    margin: 0;
}
.product-sidebar .woocommerce-form-login .form-row{
	display: block;
	width: 100%;
}
.woocommerce ul.products li.product a{
	color: #333;
}
section.related.products {
    margin-top: 40px;
}
.woocommerce-tabs.wc-tabs-wrapper {
    background: #f8f8f8;
    padding: 0 15px 15px;
}
.product-list .page-description{
    margin-bottom: 10px;
}
.product-list .page-description h2{
	display: none;
}
.woocommerce-page ul.products li.product {
    text-align: center;
    margin: 0;
    width: 25%;
    padding: 10px;

}
.account-wrapper,.newsletter-wrapper {
    margin-bottom: 30px;
}
.lost_password{
	display: none;
}
.woocommerce .woocommerce-breadcrumb a{
	text-decoration: none;
}
a.btn.logout-btn {
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
}
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale{
   top: 0;
    right: 0;
    left: auto;
    margin: 0;
    padding: 2px 10px;
    min-height: auto;
    line-height: 1.8;
    width: auto;
    background: #de2300;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}
.woocommerce .quantity .qty{
	min-height: 37px;
}
span.posted_in a {
    color: #333;
    text-decoration: none;
    font-weight: normal;
}
span.inc-gst {
    font-size: 80%;
	display: none;
}
span.sku_wrapper {
    display: block;
}
.woocommerce span.onsale{
	right: auto;
	left: 0;
}
.btn{
	background:#de2300;
	color: #fff;
	padding:5px 10px;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
}
.reg-btn, .ret-btn {
    font-size: 14px;
    margin-right: 15px;
    text-decoration: none;
    color:#de2300 !important;
    display:inline-block;
}
.product-sidebar .reg-btn, .product-sidebar .ret-btn{
	color: #fff !important;
    margin-top: 10px;
    font-size: 16px;
    font-weight: normal;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	border-radius: 0;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	color: #fff !important;
}
.menu-toggle {
		display: none;
	}
.newsletter-wrapper{
	display: none
}

.hide{
	display: none;
}

.site-branding{
	max-width: 260px;
	float: left;
}
.site-branding img{
	max-width: 260px;
}
.header-right{
	float: right;
	width: calc(100% - 290px);
}

.header-topbar{
	display: flex;
}

.about-content{
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;
}
.shop_table thead{
	background: #f8f8f8
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover, .ur-submit-button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	color: #fff;
}
.woocommerce-info {
    border-top-color: #cc1818;
}
a.fnclick-subcat:hover {
    background: #333;
}
.woocommerce-checkout input, .woocommerce-checkout .select2-container .select2-selection--single{
	min-height: 40px;
}

.add_to_cart_button {
	display: block;
	width: 100%;
}
.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price{
	display: block;
	margin: 0;
	color:#fff;
	background: #5d6266;
}
.elementor-20 .elementor-element.elementor-element-c68db0f.elementor-wc-products ul.products li.product .price ins .amount{
	color: #fff;
}
@media screen and (max-width:1265px){
	.search-bar{
		margin-right: 25px;
	}
	.call-info strong {
    font-size: 20px;
	}
	.call-info {
    padding-left: 35px;
    background-size: 29px;
}
}
@media screen and (max-width:1199px){
	.main-navigation ul li a{
		padding: 12px 15px 12px;
	}
}

@media screen and (max-width:1140px){
.menu-toggle{
    border-radius: 0;
    border: none;
    height: 25px;
    width: 30px;
    display: inline-block;
    font-size: 0;
    right: 10px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 50;
    left: auto;
	background: transparent;
	top: -50px;
}

.mobileMenu-toggleIcon {
    background: #fff;
	height: 3px;
    width: 40px;
 	display: inline-block;
	 cursor: pointer;
}
.mobileMenu-toggleIcon:before {
    background: #fff;
    height: 3px;
    width: 40px;
	position: absolute;
 	display: inline-block;
	content: '';
	top:0;
	left: 0;
}
.mobileMenu-toggleIcon:after {
    background: #fff;
    height: 3px;
	 width: 40px;
	position: absolute;
 bottom:0;
	display: inline-block;
	content: '';
	left: 0;
}
.mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: .1s;
	}
	.main-navigation{
		float: none;
	}
	.site-nav {
		display: block;
		position: fixed;
		left: auto;
    	right: -450px;
		z-index: 9999999;
		bottom: 0;
		top: 0;
		margin-top: 0;
		max-width: 400px;
		background: #000;
		transition: .5s ease;
	}
	
	.site-nav.show-mobile-menu {
    position: fixed;
    left: auto;
    right: 0;
    z-index: 9999999;
    bottom: 0;
    top: 0;
    margin-top: 0;
	max-width: 400px;
	min-width: 400px;
	background: #000;
}
.main-navigation ul {
    display: block;
	}
	.main-navigation li {
    position: relative;
    border-top: 1px solid #f8f8f8;
}
		.main-navigation ul li a{
		border:none;
	}
	.nav-product a::before{
		left:15px;
	}
}
@media screen and (max-width:992px){
.cart-button .header-btn{
	display: inline-block;
	margin-top:5px;
}
.header-cart-info{
	max-width: 170px;
}
.site-footer ul{
	min-width: auto;
}
}
@media screen and (max-width:950px){

	.call-info{
		float: none;
		text-align: center;
	}


	
}
@media screen and (max-width:767px){

	.header-cart-info{
	max-width: none;
}
.footer-nav{
	display: block
}
}
@media screen and (max-width:767px){
	.header-item{
		display: block;
		text-align: center;
	}
	.main-navigation li{
		text-align: left;
	}
	.footer-bottom-contain, .footer-bottom .company-name{
		display: block;
	}
}

.top-header {
    background: #f52d2d;
    padding: 5px 0;
    color: #fff;
}
.th-div {
    padding-right: 15px;
    padding-left: 15px;
}
.th-left {
    flex: 0 0 75%;
    max-width: 75%;
}
.th-right {
    flex: 0 0 25%;
    max-width: 25%;
}
.th-div.th-left ul {
    margin: 0;
    list-style: none;
	padding: 0;
}
.th-div.th-left ul li{
    font-size: 13px;
    margin-right: 20px;
    display: inline-block;
}
.th-div.th-left ul li a{
	color: #fff;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	text-decoration: none;
}
.th-div.th-left ul li a img {
	width: 19px;
    height: 19px;
	margin-right: 2px;
}
.txt-cnt {
    display: inline-block;
    padding: 0 5px;
    font-size: 13px;
    max-width: 135px;
    margin: 0 10px 0 0;
	line-height: 1.2;
}
.cnt-no a {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
	top: -5px;
    position: relative;
}
.item-center {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.middle-header {
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}
.col {
    padding-right: 15px;
    padding-left: 15px;
}
.logo-head {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.search-head {
    flex: 0 0 46.6666%;
    max-width: 346.6666%;
}
.cart-head {
    flex: 0 0 20%;
    max-width: 20%;
    text-align: right;
}
.cart-head .cart-count {
	text-align: right;
}
.cart-head .cart-count a{
	min-height: 45px;
}
.cart-head .cart-count .count {
	background: #fff;
    color: #000;
    padding: 2px 3px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Roboto',sans-serif;
    left: -20px;
	position: relative;
    display: block !important;
    width: 20px;
    height: 20px;
    text-align: center;
	display: inline-block !important;
}
.my-cart {
	font-size: 14px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
}
.current_page_item a {
    background: #fff;
	color:#333 !important;
}
.btm-header .row {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.btm-header {
	position: relative;
}

.footer-nav .col-md-7 {
    flex: 0 0 58%;
    max-width: 58%;
}
.footer-nav .col-md-5 {
    flex: 0 0 42%;
    max-width: 42%;
}
.menu-footer-menu-1-container ul li {
    width: 50%;
    float: left;
    padding: 0 5px;
}
.menu-footer-menu-1-container ul li a {
    border: none;
    font-size: 18px;
    font-weight: 700;
}
.f-title {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
#bottom-footer-menu li {
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #fff;
}
#bottom-footer-menu li:first-child {
    padding-left: 0;
}
#bottom-footer-menu li:first-child {
    border-left: none;
}
#bottom-footer-menu li a {
    border: none;
    padding: 0;
    color: #f52d2d;
}
#bottom-footer-menu li a:focus {
	outline: none;
}
#bottom-footer-menu li a:hover {
    color: #fff;
}
.menu-footer-menu-1-container {
    margin-left: -5px;
}
.fl-col {
    margin-top: 40px;
}
.site-footer .social-share {
    display: inline-block;
    margin: 0 0 0 15px;
}
.site-footer .social-share li {
    display: inline-block;
    margin: 0 15px;
}
.site-footer .social-share li a {
    font-family: 'FontAwesome';
    font-style: normal;
    text-decoration: none;
    border: none;
    font-size: 2rem;
    color: #ea222b;
}
.site-footer .social-share li a:hover {
	padding-left: 0;
	color: #9e1d22;
}
.site-footer .social-share li a .fab:before
{
    font-style: normal;
}
.f-social {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-right {
	border-left: 1px solid #fff;
    padding-left: 5%;
    margin-top: 20px;
}
.flogo-cnt a.custom-logo-link,
.flogo-cnt .f-call
{
	width: 50%;
    float: left;
}
.f-call {
    text-align: center;
    font-size: 14px;
    color: #fff;
	padding-left: 5%;
    margin-top: 4%;
}
.f-call a{
    color: #fff;
	margin-top: 5px;
    display: block;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
}
.flogo-cnt {
    display: inline-block;
    width: 100%;
}
.f-content {
	display: inline-block;
    width: 100%;
	color: #fff;
	margin: 0 0 30px;
}
.footer-right .btn {
    background: #ed1c24;
    color: #fff;
    font-size: 22px;
    text-align: center;
    width: 100%;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 300px;
    border: 2px solid transparent;
    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    position: relative;
}
.footer-right .btn:hover {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
.footer-right .btn:hover:before {
    width: 101%;
}
.footer-right a:before {
    content: '';
    position: absolute;
    left: -2px;
    bottom: -2px;
    z-index: 0;
    width: 0%;
    height: 2px;
    background: #fff;
    box-shadow: inset 0px 0px 0px #fff;
    display: block;
    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
}
.footer-right .btn:hover:after {
    width: 101%;
}
.footer-right a:after {
    content: '';
    position: absolute;
    right: -1px;
    top: -2px;
    z-index: 0;
    width: 0%;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
}
.home-pro .woocommerce.columns-3 ul.products li.product {
	background: #fdfbfb;
}
.home-pro .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    color: #212121;
    line-height: 20px;
    padding: 25px 10px;
    font-weight: 700;
    text-align: center;
}
.home-pro .woocommerce ul.products li.product a img {
	margin-bottom: 0;
}
.home-pro .woocommerce ul.products li.product .price {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
}
.home-pro .woocommerce ul.products li.product .price del, 
.home-pro .woocommerce ul.products li.product .price ins {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 10px;
}
.home-pro .woocommerce ul.products li.product .price ins {
	background: #5d6266;
}
.home-pro .woocommerce ul.products li.product .price del{
	text-decoration: none;
	opacity: 1;
	background: #454c52;
}
.home-pro .woocommerce ul.products li.product .price del bdi {
	opacity: 0.5;
}
.home-pro .woocommerce ul.products li.product .button {
	margin: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 12px;
    background: #ed1b24;
    font-weight: 700;
	transition: all 0.2s ease-in-out 0s;
}
.home-pro .woocommerce ul.products li.product .button:hover {
	background: #000;
}
.content-box .elementor-widget-wrap {
    max-width: 640px;
    padding-left: 10px !important;
}
.content-box {
    justify-content: flex-end;
}
.choose-item p,
.margin-0 p
{
	margin: 0;
}
body.page {
    margin: 0;
}
.woocommerce ul.products {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.archive .product-wrapper {
    overflow: visible;
    display: inline-block;
    width: 100%;
}
.archive.woocommerce-page ul.products.columns-3 li.product {
    width: 100%;
    padding: 0;
    margin-right: 3%;
    margin-bottom: 30px;
	border: 1px solid #fbfbfb;
    background: #fbfbfb;
}
.archive.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: .5rem 10px;
    font-size: 17px;
    color: #212121;
    line-height: 1.2;
    min-height: 56px;
}
.archive.woocommerce ul.products li.product .price {
    width: 100%;
    display: inline-block;
    background: #5d6266;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
    margin-top: 10px;
}
.archive.woocommerce ul.products li.product .price del {
    background: #454c52;
    float: left;
    width: 50%;
    text-align: center;
    text-decoration: none;
	opacity: 1;
}
.archive.woocommerce ul.products li.product .price del .amount {
	opacity: 0.5;
}
.archive.woocommerce ul.products li.product .price .amount {
	padding: 10px;
	display: inline-block;
    width: 100%;
}
.archive.woocommerce ul.products li.product .price ins {
    width: 50%;
    text-align: center;
}
.archive.woocommerce ul.products li.product .button {
    margin: 0;
    padding: 15px 10px;
	transition: all 0.2s ease-in-out 0s;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper {
    background: transparent;
    padding: 0;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
    right: 0;
    left: 0;
    z-index: 15;
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: left;
    margin: 0;
    background: #ebebeb;
    padding: 40px 15%;
    margin-bottom: 40px;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-bottom: solid 3px #fff;
    display: inline-block;
    max-width: inherit;
    padding:  0;
    margin: 0 3px;
    position: relative;
    flex: 1 0 auto;
    text-align: center;
    border: none;
    background: #fff;
    border-radius: 0;
	max-width: 550px;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li:after{
	content: none;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 15px 0;
    display: inline-block;
    width: 100%;
    color: #f52d2d;
	text-transform: uppercase;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: solid 3px #f52d2d;
    background: #000;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    color: #fff;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    content: '';
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
    margin-left: -10px;
    top: 100%;
    bottom: auto;
    border-top-color: #f52d2d;
    border-bottom-color: transparent;
    box-shadow: none;
}
td.description {
    width: 34%;
    background: #000;
    border: 2px solid #fff;
    padding: 5px 20px;
    color: #fff;
}
td.value {
    width: 66%;
    background: #f52d2d;
    border: 2px solid #fff;
    padding: 5px 20px;
    color: #fff;
}
#tab-technical-specifications h3 {
    max-width: 790px;
    margin: 15px auto;
}
#tab-technical-specifications table {
    width: 100%;
	max-width: 800px;
	margin: 0 auto 40px;
}
.single-product ul {
    margin-left: 0;
    padding-left: 0;
}
.single-product ul li {
    list-style: none;
	position: relative;
}
.single-product .product.type-product ul li {
	padding-left: 30px;
	margin-bottom: 5px;
}
.single-product .product.type-product ul li:before {
    content: '\f058';
    font-family: 'FontAwesome';
    color: #de2300;
    margin-right: 10px;
    font-size: 18px;
	position: absolute;
    top: 0;
    left: 0;
}
.pro-ship .col {
    width: 50%;
}
.pro-ship .fab {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 2rem;
    color: #de2300;
    margin-right: 10px;
}
.pro-ship .fab.fa-shipping-fast:before {
    content: '\f0d1';
}
.pro-ship .fa-certificate {
	content: '\f0a3';
}
.pro-ship .fa-lock {
	content: '\f023';
}
.single-product.woocommerce-page .related ul.products li.product:before {
    content: none;
}
.single-product.woocommerce-page .related ul.products li.product {
    content: none;
}
.single-product.woocommerce-page .related ul.products li.product.last {
    margin-right: 0;
}
.single-product.woocommerce-page .related ul.products li.product {
    padding: 0;
    margin-right: 20px;
    width: 31.3333%;
	border: 1px solid #fbfbfb;
    background: #fbfbfb;
}
.single-product.woocommerce-page .related ul.products li.product .woocommerce-loop-product__title {
	padding: .5rem 10px;
    font-size: 17px;
    color: #212121;
    line-height: 1.2;
    min-height: 56px;
}
.single-product.woocommerce-page .related ul.products li.product .price {
	width: 100%;
    display: inline-block;
    background: #5d6266;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
    margin-top: 10px;
}
.single-product.woocommerce-page .related ul.products li.product del {
    background: #454c52;
    float: left;
    width: 50%;
    text-align: center;
    text-decoration: none;
    opacity: 1;
}
.single-product.woocommerce-page .related ul.products li.product del {
	opacity: 0.5;
}
.single-product.woocommerce-page .related ul.products li.product .amount {
    padding: 10px;
    display: inline-block;
    width: 100%;
}
.single-product.woocommerce-page .related ul.products li.product ins {
    width: 50%;
    text-align: center;
}
.single-product.woocommerce-page .related ul.products li.product .button {
    margin: 0;
    padding: 15px 10px;
    transition: all 0.2s ease-in-out 0s;
}
.container.full {
    max-width: 100%;
    padding: 0;
}
.fnclick-product-top .woocommerce-product-gallery {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 15px;
}
.fnclick-product-top .summary.entry-summary {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding: 0 15px;
}
.price-btn {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
	text-align: center;
}
.price-btn .wrp{
    box-shadow: 0 0 7px 3px rgb(0 0 0 / 10%);
    padding: 30px;
}
.product.type-product .container {
    position: relative;
}
.single-product .product.type-product .woocommerce-product-details__short-description ul li {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
}
.single-product.woocommerce .woocommerce-breadcrumb {
    max-width: 1270px;
    margin: 20px auto 30px;
    padding: 0 15px;
}
.woocommerce.single-product span.onsale {
    left: 15px;
}
.single-product.woocommerce div.product .product_title {
    font-size: 26px;
    line-height: 1.2;
}
.fnclick-product-top .summary.entry-summary hr {
    margin-bottom: 1em;
    margin-top: 1em;
}
.fnclick-status {
    margin-bottom: 1em;
}
.fnclick-status span {
    margin: 0 15px;
    font-size: 18px;
    color: #f52d2d;
    font-weight: 700;
    display: inline-block;
}
.fnclick-status span:first-child {
	margin-left: 0;
}
.fnclick-status span:last-child {
	margin-right: 0;
}
.fnclick-status span:before {
    content: '';
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.fnclick-status span.in-stock:before {
    content: '\f14a';
}
.fnclick-status span.free-delivery:before {
    content: '\f0d1';
}
.fnclick-status span.warranty:before {
    content: '\f0a3';
}
.woocommerce div.product .fnclick-product-top .price-btn .price {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 30px;
}
.woocommerce div.product .fnclick-product-top .price-btn .price del,
.woocommerce div.product .fnclick-product-top .price-btn .price ins {
	display: inline-block;
    width: 100%;
}
.woocommerce div.product .fnclick-product-top .price-btn .price ins {
	font-size: 24px;
	color: #f42d2e;
}
.product .price-btn form.cart .tinvwl_add_to_wishlist_button {
	color: #f42d2e;
}
.woocommerce div.product .price-btn form.cart div.quantity {
    float: none;
}
.woocommerce .price-btn .quantity .qty {
	width: 100px;
}
.woocommerce div.product .price-btn form.cart .button {
    width: 100%;
    margin-top: 25px;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
	padding: 15px 10px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.woocommerce div.product .price-btn form.cart {
	margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce .related.products {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 15px;
}

.woocommerce .related.products {
	margin-top: 50px;
	margin-bottom: 50px;
	max-width: 1060px;
    margin-left: auto;
	margin-right: auto;
}
.woocommerce .related.products h2 {
    text-align: center;
    margin-bottom: 5%;
}
.woocommerce-product-details__short-description ul {
    margin-bottom: 0;
}
.single-product.woocommerce-page .related ul.products li.product .button:not(.add_to_cart_button) {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
span.close-nav {
	display: none;
}

.top-footer {
	background-image: url(http://generator.toolsinaction.co.nz/wp-content/uploads/2021/05/bgtop_18.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 50px 0;
}
.tf-item {
    width: 33.333%;
}
.tf-title img {
    margin-left: 0;
    margin-bottom: -20px;
    float: left;
    margin-right: 10px;
    height: auto;
    max-width: 100%;
}
.tf-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.tf-title h4 {
    margin: 0;
    text-align: left;
    font-size: 20px;
    line-height: 1.2;
}
.col.tf-item p {
    margin-bottom: 0;
}
.site-main.single-body {
    display: inline-block;
    width: 100%;
}
.blog-content {
    width: 70%;
    float: left;
    padding-right: 3%;
}
aside#secondary {
    width: 30%;
    float: left;
	background: #f9f9f9;
    padding: 20px;
    border: 1px solid #f2f2f2;
	display: none;
}
.single-post aside#secondary {
	display: inline-block;
}
.single-body .entry-title {
    margin-top: 0;
}
.widget_recent_entries ul {
	padding: 0;
	margin: 0;
}
.widget_recent_entries ul li {
    list-style: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.widget_recent_entries ul li img {
    max-width: 60px;
    margin-right: 20px;
}
.widget_recent_entries ul li a {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.4;
    text-transform: none;
	transition: all 0.2s ease-in-out 0s;
}
.widget_recent_entries ul li a:hover {
    color: #CE0000;
}
.widget_recent_entries ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
nav.navigation.post-navigation {
    margin-top: 4%;
    border-top: 1px solid #d4d4d4;
    padding-top: 30px;
}
.post-navigation .nav-links a {
    color: #000;
    text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
}
.post-navigation .nav-links a:hover
{
    color: #CE0000;
}
.contact-form .elementor-button {
    cursor: pointer;
}


@media screen and (min-width:768px) and (max-width: 1239px){ 
	.th-div.th-left ul li a img {
		width: 15px;
		height: 15px;
	}
	.th-div.th-left ul li {
		font-size: 11px;
		margin-right: 10px;
	}
	.txt-cnt {
		font-size: 10px;
		max-width: 130px;
		margin: 0 0px 0 0;
	}
	.cnt-no a {
    	font-size: 12px;
	}
}

@media screen and (min-width:581px) and (max-width: 991px){ 
	.archive.woocommerce-page ul.products.columns-3 li.product {
		width: 48.5%;
	}
	.archive.woocommerce-page ul.products.columns-3 li.product:nth-child(2n+0) {
		margin-right: 0;
	}
	.archive.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: 14px;
	}
}
@media screen and (max-width:1270px) {
	.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
		padding: 40px 15px;
	}
}
@media screen and (max-width:1140px) { 
	span.close-nav {
		display: block;
		float: right;
		color: #fff;
		font-family: 'FontAwesome';
		font-style: normal;
		right: 0;
		position: relative;
		line-height: 1;
		z-index: 999;
	}
	span.close-nav .fas:before{ 
		font-size: 32px;
		font-style: normal;
	}
	.cart-head {
		padding-right: 30px;
	}
	.menu-toggle {
		top: -80px;
	}
	.close-nav .fas {
		color: #f42d2e;
	}
}
@media screen and (max-width:991px) { 
	.th-left,
	.th-right
	{
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	.txt-cnt {
		max-width: 100%;
	}
	.cnt-no a {
		top: 0;
	}
	.menu-footer-menu-1-container ul li a, 
	.f-title
	{
		font-size: 16px;
	}
	.f-call {
		font-size: 12px;
	}
	.fnclick-product-top .woocommerce-product-gallery,
	.fnclick-product-top .summary.entry-summary,
	.price-btn
	{
		flex: 100%;
		max-width: 100%;
	}
	.product.type-product .container {
		margin-bottom: 40px;
		max-width: 600px;
	}
	.tf-title h4 {
		font-size: 18px;
	}
}

@media screen and (max-width:767px) { 
	.logo-head {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.site-branding,
	.site-branding img
	{
		max-width: 200px;
		width: 100%;
	}
	.search-head {
		display: none;
	}
	.cart-head {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.footer-nav .col-md-7,
	.footer-nav .col-md-5
	{
		flex: 100%;
		max-width: 100%;
	}
	.product-sidebar {
		display: none;
	}
	.archive .product-list, .LR-page-content {
		width: 100%;
		padding-left: 0;
	}
	.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
		font-size: 14px;
	}
	.pro-ship .col {
		width: 100%;
	}
	.single-product.woocommerce-page .related ul.products li.product {
		width: 47.7%;
		margin-bottom: 20px;
	}
	.single-product.woocommerce-page .related ul.products li.product:nth-child(2n+0) {
		margin-right: 0;
	}
	.menu-toggle {
		top: -70px;
	}
	.search-bar{
		display: none;
	}
	.tf-item {
		width: 100%;
		text-align: left;
		margin-bottom: 30px;
	}
	.tf-item:last-child {
		margin-bottom: 0;
	}
	. top-footer.container {
		max-width: 600px;
	}
	.tf-title h4 {
		max-width: 330px;
	}
	.blog-content {
		width: 100%;
		padding-right: 0;
	}
	aside#secondary {
    	width: 100%;
		max-width: 500px;
		margin: 0 auto;
		float: none;
		display: table;
		margin-top: 20px;
	}
	.single-body .entry-title {
		font-size: 28px;
	}
}

@media screen and (max-width:580px) { 
	.th-left {
		display: none;
	}
	.txt-cnt {
		font-size: 12px;
	}
	.cnt-no a {
    	font-size: 16px;
	}
	.archive.woocommerce ul.products li.product .woocommerce-loop-product__title {
		min-height: auto;
	}
	.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
		-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
	}
	.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
		flex: auto;
		flex-basis: 100%;
		width: 100%;
    	margin-bottom: 20px;
	}
	.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
		margin-bottom: 0;
	}
	.single-body .entry-title {
		font-size: 24px;
	}
}

@media screen and (max-width:480px) { 
	.menu-footer-menu-1-container ul li {
		width: 100%;
	}
	.site-footer ul {
		text-align: center;
	}
	.f-social {
		display: inline-block;
		width: 100%;
	}
	.fl-col {
		margin-top: 20px;
		text-align: center;
	}
	.footer-right {
		text-align: center;
	}
	.home-pro .woocommerce ul.products[class*=columns-] li.product {
		width: 100%;
	}
	.single-product.woocommerce-page .related ul.products li.product {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
	}
	.site-nav.show-mobile-menu {
		min-width: calc(100% - 50px);
	}
	.menu-toggle {
		top: -50px;
	}
}
@media screen and (min-width:992px) {
	.home-pro .woocommerce.columns-3 ul.products li.product {
		width: 29.3%;
	}
	.home-pro .woocommerce ul.products li.product {
		margin: 0 6% 2.992em 0;
	}
	.home-pro .woocommerce ul.products li.last {
		margin-right: 0;
	}
	.archive.woocommerce-page ul.products.columns-3 li.product {
		width: 31.333%;
	}
	.archive.woocommerce-page ul.products.columns-3 li.product.last {
		margin-right: 0;
	}
	.archive.woocommerce-page ul.products.columns-3 li.product.first {
		clear: both;
	}
}
@media screen and (min-width:1460px) {
	.homebanner .swiper-slide-bg {
		max-width: 1460px !important;
		min-width: auto !important;
		margin: 0 auto;
	}
} 
@media screen and (min-width:481px) and (max-width: 768px){ 
	.home-pro .woocommerce.columns-3 ul.products li.product {
		margin-right: 15px;
	}
	.home-pro .woocommerce.columns-3 ul.products li.product:nth-child(2n) {
		margin-right: 0;
	}
}
