/*
*
Theme Name: Modern Safety Enterprises 
Theme URI: https://lcgc.com/
Author: AF themes
Author URI: https://afthemes.com/
Version: 1.2.0
Requires PHP: 5.6
Tested up to: 5.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: storecommerce
Tags: e-commerce, entertainment, food-and-drink, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, full-width-template, custom-header, translation-ready, theme-options, threaded-comments
*/
/*----------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------*/

html {
	font-family: 'Raleway:400,300,500,600,700,900', sans-serif;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

body {
	margin: 0;

}

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


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

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

b,
strong {
	font-weight: bolder;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
select{
	background-color: transparent;
	position: relative;
	background-image: none;
}
select:before{
	content: "\f107";
	font-family: FontAwesome;
	padding: 0 5px;
	color: inherit;
	font-size: inherit;
	font-weight: bold;

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

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

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

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

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

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

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

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

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

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

details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}


/*preloaders====================================================*/

#af-preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #f1f1f1;

	-moz-user-select: none;
	-webkit-user-select: none;

	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	z-index: 999999;
	top: 0;
	left: 0;
}

.spinner-container {
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
}

.spinner-container .path {
	stroke-dasharray: 1,150; /* 1%, 101% circumference */
	stroke-dashoffset: 0;
	stroke: #dd3333;
	stroke-linecap: round;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
}

.elementor-html #af-preloader{
	display: none;
}

@keyframes rotate {
	100% { transform: rotate(360deg); }
}
@-webkit-keyframes rotate{
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes dash {
	0% {
		stroke-dasharray: 1,150;  /* 1%, 101% circumference */
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90,150; /* 70%, 101% circumference */
		stroke-dashoffset: -35;   /* 25% circumference */
	}
	100% {
		stroke-dasharray: 90,150; /* 70%, 101% circumference */
		stroke-dashoffset: -124;  /* -99% circumference */
	}
}
@-webkit-keyframes dash {
	0% {
		stroke-dasharray: 1,150;  /* 1%, 101% circumference */
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90,150; /* 70%, 101% circumference */
		stroke-dashoffset: -35;   /* 25% circumference */
	}
	100% {
		stroke-dasharray: 90,150; /* 70%, 101% circumference */
		stroke-dashoffset: -124;  /* -99% circumference */
	}
}
/*preloaders====================================================*/
/*aft sticky nav====================================================*/
body.home .header-style-2.aft-transparent-header.aft-sticky-navigation,
.header-style-2.aft-sticky-navigation ,
.header-style-3-1 .navigation-section-wrapper.aft-sticky-navigation,
.header-style-3 .navigation-section-wrapper.aft-sticky-navigation {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
	transition: top 0.2s ease-in-out;
}

.header-style-3-1 .aft-sticky-navigation,
.header-style-3 .aft-sticky-navigation {
	top: -90px;
}
body.home .header-style-2.aft-transparent-header.aft-sticky-navigation,
body.home .header-style-2.aft-transparent-header.aft-sticky-navigation {
	background: #fff;
}

body.home .header-style-2.aft-transparent-header.aft-sticky-navigation .header-left-part,
.header-style-2.aft-sticky-navigation .header-left-part{
	display: none;
}
body.home .header-style-2.aft-transparent-header.aft-sticky-navigation .header-left-part,
.header-style-2.aft-sticky-navigation .header-left-part{
	display: none;
}
body.home .header-style-2.aft-transparent-header.aft-sticky-navigation .header-middle-part,
body.home .header-style-2.aft-transparent-header.aft-sticky-navigation .header-middle-part,
body .header-style-2.aft-sticky-navigation .header-middle-part {
	left: 0;
	transform: none;
	top: 0;
}

body.home .header-style-2.aft-transparent-header.aft-sticky-navigation .header-right-part,
body.home .header-style-2.aft-transparent-header.aft-sticky-navigation .header-right-part,
.header-style-2.aft-sticky-navigation .header-right-part{
	padding: 6px 0;
}
.aft-sticky-navigation .desktop-header .main-navigation  li:first-child{
	padding-left: 0;
}

.aft-sticky-navigation .header-middle-right-part {

	position: relative;
	width: 100%;

}


/*aft sticky nav====================================================*/



/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #4a4a4a;
	font-family: sans-serif;
	font-size: 16px;
	line-height:28px;

}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 700;
}
body h1,
body h2,
body h2 span,
body h3,
body h4,
body h5,
body h6 {
	line-height: 1.3;
}
h1,
h2,
h3,
h4,
h5,
h6,
.main-navigation a,
.font-family-1,
.site-description,
.trending-posts-line,
.exclusive-posts,
.widget-title,
.em-widget-subtitle,
.grid-item-metadata .item-metadata,
.af-navcontrols .slide-count,
.figure-categories .cat-links,
.nav-links a {
	font-family: Raleway;
}


p {
	margin-bottom: 1.5em;
	margin-bottom: 20px;
}

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;
}
mark,ins {
	background: transparent;
	text-decoration: none;
	color: #000;
	padding: 2px 5px;
}
big {
	font-size: 125%;
}
/*primary and secondary- grids----------------*/
.container-wrapper #primary {
	width:100%;
	padding-right:0px;
}
.container-wrapper #secondary {
	width: 30%;
	padding-left: 15px;
}
.container-wrapper #primary.aft-no-sidebar {
	width: 100%;
}
.container-wrapper #primary,
.container-wrapper #secondary {
	float: left;
}
.container-wrapper:before,
.container-wrapper:after{
	content: "";
	display: table;
}
.container-wrapper:after{clear: both;}
.container-wrapper{
	max-width:1200px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.site-content{margin-top:0px;margin-bottom:0px;}
#sidr .container-wrapper,
#secondary .container-wrapper,
.site-footer .container-wrapper{
	padding: 0;
}
.site-footer .secondary-footer .container-wrapper,
.site-footer .site-info .container-wrapper{
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (max-width: 1180px){
	.container-wrapper{
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}
/*primary and secondary- grids----------------*/
/*--------------------------------------------------------------
# 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 ,ol {
	list-style: none;
	margin: 0;
	padding:0;
}

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: #fff;
	font-size: 0.75rem;
	font-size: 16px;
	line-height: 1;
	padding: .6em 1em .4em;
}
.comment-form .submit,
input.search-submit {
	min-height: 37px;
	vertical-align: middle;
	border-radius: 0;
	padding: 6px 16px;
	background: #d60000;
	color: #fff;
	border: none;
}
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 rgba(255,255,255,0.35);
	border-radius: 0px;
	padding: 3px;
	padding-left: 5px;
	min-height: 37px;
	background: transparent;
	-webkit-box-shadow:  0px 0px 2px 0px rgba(0,0,0,0.35) inset;
	-moz-box-shadow:  0px 0px 2px 0px rgba(0,0,0,0.35) inset;
	box-shadow:  0px 0px 2px 0px rgba(0,0,0,0.35) inset;

}

.site-footer input[type="text"],
.site-footer input[type="email"],
.site-footer input[type="url"],
.site-footer input[type="password"],
.site-footer input[type="search"],
.site-footer input[type="number"],
.site-footer input[type="tel"],
.site-footer input[type="range"],
.site-footer input[type="date"],
.site-footer input[type="month"],
.site-footer input[type="week"],
.site-footer input[type="time"],
.site-footer input[type="datetime"],
.site-footer input[type="datetime-local"],
.site-footer input[type="color"],
.site-footer textarea {

	background: #fff;


}

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;
	min-height: 34px;
}

textarea {
	width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {

	opacity: 1;

}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*top-navigation=================================*/
.top-header {
	padding: 10px 0px;
	background-color: #353535;
	color: #ffffff;
}
.top-bar-flex {
	display: flex;
	align-items: center;
}
.top-bar-left, .top-bar-right {
	float: none;
}


.top-header a,
.top-header a:visited{
	color: #ffffff;
}
.social-navigation ul li,
.inside-float ul li{
	display: inline-block;
	padding-left: 1px;
}
ul.top-bar-menu {
	display: inline-block;
	margin-top: 5px;
}
ul.top-bar-menu li{
	margin-right: 10px;
}

ul.top-bar-menu li i{
	margin-right: 5px;
}
.top-bar-right{
	text-align: right;
}


/*top-navigation=================================*/
/*social-navigation=================================*/
.social-navigation  {
}
.social-navigation ul li a {
	font-size: 16px;
	font-family: FontAwesome;
}

.social-navigation ul li a:after,
.social-widget-menu ul a:before,
.em-author-details ul li a:before {
	vertical-align: middle;
	font: normal normal normal 14px/1 'Font Awesome 5 Free';
	font-family: FontAwesome;
}
.social-navigation ul li a, .social-widget-menu ul li a, .em-author-details ul li a {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 29px;
	position: relative;
	text-align: center;
}
.social-widget-menu ul li a,
.em-author-details ul li a,
.social-navigation ul li a{
	border-radius: 0;
	color: #fff;
}
.social-navigation ul a[href*="dribbble.com"]:after,
.social-widget-menu ul a[href*="dribbble.com"]:before {
	content: "\f17d";
}

.social-navigation ul a[href*="facebook.com"]:after,
.social-widget-menu ul a[href*="facebook.com"]:before {
	content: "\f09a";
}
.em-author-details ul li a[href*="facebook.com"],
.social-widget-menu ul li a[href*="facebook.com"],
.social-navigation ul li a[href*="facebook.com"]
{background: #3b5999;}
.em-author-details ul li a[href*="dribbble.com"],
.social-widget-menu ul li a[href*="dribbble.com"],
.social-navigation ul li a[href*="dribbble.com"]
{background: #ea4c89;}
.em-author-details ul li a[href*="vk.com"],
.social-widget-menu ul li a[href*="vk.com"],
.social-navigation ul li a[href*="vk.com"]
{background: #4c75a3;}
.em-author-details ul li a[href*="twitter.com"],
.social-widget-menu ul li a[href*="twitter.com"],
.social-navigation ul li a[href*="twitter.com"]
{background: #55acee;}
.em-author-details ul li a[href*="linkedin.com"],
.social-widget-menu ul li a[href*="linkedin.com"],
.social-navigation ul li a[href*="linkedin.com"]
{background: #0077B5;}
.em-author-details ul li a[href*="instagram.com"],
.social-widget-menu ul li a[href*="instagram.com"],
.social-navigation ul li a[href*="instagram.com"]
{background: #3F729B;}
.em-author-details ul li a[href*="youtube.com"],
.social-widget-menu ul li a[href*="youtube.com"],
.social-navigation ul li a[href*="youtube.com"]
{background: #cd201f;}
.em-author-details ul li a[href*="vimeo.com"],
.social-widget-menu ul li a[href*="vimeo.com"],
.social-navigation ul li a[href*="vimeo.com"]
{background: #1ab7ea;}
.em-author-details ul li a[href*="plus.google.com"],
.social-widget-menu ul li a[href*="plus.google.com"],
.social-navigation ul li a[href*="plus.google.com"]
{background: #dd4b39;}
.em-author-details ul li a[href*="pinterest.com"],
.social-widget-menu ul li a[href*="pinterest.com"],
.social-navigation ul li a[href*="pinterest.com"]
{background: #bd081c;}
.em-author-details ul li a[href*="tumblr.com"],
.social-widget-menu ul li a[href*="tumblr.com"],
.social-navigation ul li a[href*="tumblr.com"]
{background: #34465d;}
.em-author-details ul li a[href*="wordpress.org"],
.social-widget-menu ul li a[href*="wordpress.org"],
.social-navigation ul li a[href*="wordpress.org"]
{background: #21759b;}
.em-author-details ul li a[href*="whatsapp.com"],
.social-widget-menu ul li a[href*="whatsapp.com"],
.social-navigation ul li a[href*="whatsapp.com"]
{background: #25D366;}
.em-author-details ul li a[href*="reddit.com"],
.social-widget-menu ul li a[href*="reddit.com"],
.social-navigation ul li a[href*="reddit.com"]
{background: #ff5700;}
.em-author-details ul li a,
.social-widget-menu ul li a,
.social-navigation ul li a
{background: #bb1919;}

.social-navigation ul a[href*="vk.com"]:after,
.social-widget-menu ul a[href*="vk.com"]:before {
	content: "\f189";
}

.social-navigation ul a[href*="twitter.com"]:after,
.social-widget-menu ul a[href*="twitter.com"]:before {
	content: "\f099";
}

.social-navigation ul a[href*="linkedin.com"]:after,
.social-widget-menu ul a[href*="linkedin.com"]:before {
	content: "\f0e1";
}

.social-navigation ul a[href*="instagram.com"]:after,
.social-widget-menu ul a[href*="instagram.com"]:before {
	content: "\f16d";
}

.social-navigation ul a[href*="youtube.com"]:after,
.social-widget-menu ul a[href*="youtube.com"]:before {
	content: "\f167";
}

.social-navigation ul a[href*="vimeo.com"]:after,
.social-widget-menu ul a[href*="vimeo.com"]:before {
	content: "\f27d";
}

.social-navigation ul a[href*="plus.google.com"]:after,
.social-widget-menu ul a[href*="plus.google.com"]:before {
	content: "\f0d5";
}

.social-navigation ul a[href*="pinterest.com"]:after,
.social-widget-menu ul a[href*="pinterest.com"]:before {
	content: "\f0d2";
}

.social-navigation ul a[href*="tumblr.com"]:after,
.social-widget-menu ul a[href*="tumblr.com"]:before {
	content: "\f173";
}

.social-navigation ul a[href*="wordpress.org"]:after,
.social-widget-menu ul a[href*="wordpress.org"]:before,
.social-navigation ul a[href*="wordpress.com"]:after,
.social-widget-menu ul a[href*="wordpress.com"]:before {
	content: "\f19a";
}

.social-navigation ul a[href*="whatsapp.com"]:after,
.social-widget-menu ul a[href*="whatsapp.com"]:before {
	content: "\f232";
}

.social-navigation ul a[href*="reddit.com"]:after,
.social-widget-menu ul a[href*="reddit.com"]:before {
	content: "\f281";
}

.social-navigation ul a[href*="t.me"]:after,
.social-widget-menu ul a[href*="t.me"]:before {
	content: "\f2c6";
}

.social-navigation ul a[href*="ok.ru"]:after,
.social-widget-menu ul a[href*="ok.ru"]:before {
	content: "\f263";
}

.social-navigation ul a[href*="wechat.com"]:after,
.social-widget-menu ul a[href*="wechat.com"]:before {
	content: "\f1d7";
}

.social-navigation ul a[href*="weibo.com"]:after,
.social-widget-menu ul a[href*="weibo.com"]:before {
	content: "\f18a";
}
/*social-navigation=================================*/
.desktop-header {
	position: relative;
	z-index: 999;
}

.aft-header-background{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

header.site-header {
	position: relative;
	background: #fff;
}
.header-left-part {
    display: inline-block;
    padding: 5px 0 5px;
    float: left;
}
.header-background-img{ text-align: center; }
.header-style-3-1 .header-left-part {
	float: none;
}

.header-left-part .logo-brand {
	display: inline-block;
	position: relative;
	top: 0px;
}
.header-left-part .logo-brand .logo {
	margin: 0;
	position: relative;
	z-index: 1;
	float: left;
}
.header-left-part .logo-brand .site-title {
	font-size: 30px;
	text-transform: capitalize;
	font-weight: bold;
	margin: 0;
}
.header-left-part .logo-brand .site-title a{
	color: #000;
}
.header-left-part .logo-brand .site-description {
	font-size: 14px;
	color: #000;
	margin-bottom: 0px;
}


.header-middle-part {
	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%);
	padding: 12px 0;
}
.main-navigation{
	position: relative;
}
.header-middle-part .main-navigation .top-navigation {
	text-align: center;
}

ul.top-navigation {
	background: transparent;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

ul.top-navigation li {
	color: #404040;
	display: block;
	float: left;
	padding: 15px;
	position: relative;
	text-decoration: none;
	transition-duration: 0.5s;
	text-transform: uppercase;
	font-size: 13px;
}

li a {
	color: #000;
}

li:hover {
	cursor: pointer;
}




.header-right-part {
	display: inline-block;
	float: right;
	padding: 25px 0;
	text-align: right;
	font-size: 16px;
}
.header-right-part .search {
	display: inline-block;
	position: relative;
	margin-right: 5px;
}
.header-right-part .search .open-search-form {
	/*width: 40px;*/
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	padding: 0;
	border: none;
	background: transparent;
}
.header-right-part .search .open-search-form:focus {
	outline: none;
}



.header-right-part .aft-show-on-mobile > div i,
.header-right-part a{
	color: #000;
}
.header-right-part .cart-shop {
	display: inline-block;
	position: relative;
}
.header-right-part .cart-shop span {
	line-height: 1;
	border-radius: 0px;
	height: 40px;
	padding: 0 5px;
	text-transform: uppercase;
	text-align: center;
	max-width: 120px;
	color: #000;
}


.site-header-cart .widget_shopping_cart {
	padding: 0;
}
.site-header-cart .widget_shopping_cart .widgettitle{
	display:none;
}

.header-right-part > div {
	margin: 7px;
	display: inline-block;
	margin-right: 10px;
	text-transform: capitalize;
	color: #000;
}
.header-right-part > div:last-child {
	margin-right: 0;
}
.openBtn {
	background: transparent;
	border: none;
	padding: 0 5px;
	font-size: 13px;
	cursor: pointer;
}


.ham {
	width: 23px;
	height: 2px;
	top: 27px;
	display: block;
	/*margin-left: auto;*/
	margin-right: auto;
	background-color: #282828;
	position: relative;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.ham:before, .ham:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	left: 0;
	top: -8px;
	background-color: #282828;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.ham:after {
	top: 8px;
}
.ham.exit {
	background-color: transparent;
}
.ham.exit:before {
	-webkit-transform: translateY(8px) rotateZ(-45deg);
	-moz-transform: translateY(8px) rotateZ(-45deg);
	-ms-transform: translateY(8px) rotateZ(-45deg);
	-o-transform: translateY(8px) rotateZ(-45deg);
	transform: translateY(8px) rotateZ(-45deg);
}
.ham.exit:after {
	-webkit-transform: translateY(-8px) rotateZ(45deg);
	-moz-transform: translateY(-8px) rotateZ(45deg);
	-ms-transform: translateY(-8px) rotateZ(45deg);
	-o-transform: translateY(-8px) rotateZ(45deg);
	transform: translateY(-8px) rotateZ(45deg);
}

@media screen and (max-width: 992em) {

	.main-navigation .menu .menu-mobile {
		margin: 0;
		padding: 0;
		display: block;
		list-style: none;
		text-align: left;
		position: relative;
		z-index: 9999;
		display: none;
		background: #fff;
	}

	.main-navigation .menu .menu-mobile li {
		display: block;
		border-top: 1px solid #f7f7f7;
		float: none;
		padding: 0px;
	}

	.main-navigation .menu .menu-mobile li a {
		line-height: 50px;
		display: block;
		position: relative;
		padding-right: 50px;
		padding-left: 10px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;

	}
	body.home .header-style-2.aft-transparent-header .main-navigation .menu .menu-mobile li a{
		padding-left: 10px;
	}
	body.home .header-style-2.aft-transparent-header .main-navigation .menu .menu-mobile li a{
		color: #000;
	}
	.main-navigation .menu .menu-mobile li a:hover {
		filter: alpha(opacity=70);
		opacity: 0.7;
	}

	.main-navigation .menu .menu-mobile li a i {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 30px;
		z-index: 1;
	}

	.main-navigation .menu .menu-mobile li a i.active:after {
		width: 13px;
		height: 1px;
	}

	.main-navigation .menu .menu-mobile li a i:before,
	.main-navigation .menu .menu-mobile li a i:after {
		content: '';
		width: 13px;
		height: 2px;
		background-color: #000;
		position: absolute;
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.main-navigation .menu .menu-mobile li a i:after {
		width: 2px;
		height: 13px;
	}

	.main-navigation .menu .menu-mobile li .sub-menu {
		list-style: none;
		padding: 0;
		margin: 0;
		border-top: 1px solid #2d2d2d;
		display: none;
		position: relative;
		box-shadow: none;
		border-radius: 0px;
		width: 100%;
		float: none;
		left: 0;
	}
	.main-navigation ul ul a:hover {
		background: transparent;
	}
	.main-navigation ul>li>a:hover:after{
		background: transparent;
	}



	.main-navigation .menu .menu-mobile li .sub-menu > li a {
		margin-left: 10px;
		width: 100%;
	}

	.main-navigation .menu .menu-mobile li .sub-menu > li:first-child {
		border-top: 0;
	}
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.main-navigation .toggle-menu {
	height: 60px;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	display: none;
	width: 40px;
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}



/*header style 2================*/
body.home .header-style-2.aft-transparent-header .cart-shop,
body.home .header-style-2.aft-transparent-header .account-user a,
body.home .header-style-2.aft-transparent-header .open-search-form,
body.home .header-style-2.aft-transparent-header .aft-wishlist-trigger,
body.home .header-style-2.aft-transparent-header .main-navigation .menu > li > a,
body.home .header-style-2.aft-transparent-header .header-left-part .logo-brand .site-title a,
body.home .header-style-2.aft-transparent-header .header-left-part .logo-brand .site-description{
	color: #fff;
}
body.home .header-style-2.aft-transparent-header.aft-sticky-navigation .cart-shop,
body.home .header-style-2.aft-transparent-header.aft-sticky-navigation .account-user a,
body.home .header-style-2.aft-transparent-header.aft-sticky-navigation .open-search-form,
body.home .header-style-2.aft-transparent-header.aft-sticky-navigation .aft-wishlist-trigger,
body.home .header-style-2.aft-transparent-header.aft-sticky-navigation .main-navigation .menu > li > a,
body.home .header-style-2.aft-transparent-header.aft-sticky-navigation .header-left-part .logo-brand .site-title a,
body.home .header-style-2.aft-transparent-header.aft-sticky-navigation .header-left-part .logo-brand .site-description{
	color: #404040;
}


body .header-style-2.aft-transparent-header .cart-shop,
body .header-style-2.aft-transparent-header .account-user a,
body .header-style-2.aft-transparent-header .open-search-form,
body .header-right-part .search .open-search-form,
body .header-style-2.aft-transparent-header .aft-wishlist-trigger,
body .header-style-2.aft-transparent-header .main-navigation .menu > li > a,
body .header-style-2.aft-transparent-header .header-left-part .logo-brand .site-description {
	color: #404040;
}
.header-style-2 .desktop-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-style-2 .desktop-header .header-left-part{
	margin-right: auto;
}
.header-style-2 .desktop-header .header-right-part{
	margin-left: auto;
}
.header-style-2 .desktop-header .header-right-part{

}
/*header style 2================*/
/*header style 3 logo in middle================*/
.header-style-3-1 .desktop-header, .header-style-3 .desktop-header {
    background-color: #ffcb00;
}
.header-style-3-1 .navigation-section-wrapper ,
.header-style-3 .navigation-section-wrapper {
	background-color: #fff;
	position: relative;
}
.header-style-3 .navigation-section-wrapper .container-wrapper,
.header-style-3-1 .navigation-section-wrapper .container-wrapper{
	position: relative;
}

.header-style-3 .header-left-part {
	display: flex;
	float: none;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.header-style-3 .header-left-part .logo-brand {
	display: inline-block;
	position: relative;
	top: 0px;
	width: 20%;
}
.header-style-3 .header-left-part .account-user {
    font-size: 18px;
    width: 9%;
}
.header-style-3 .header-left-part .account-user a {
	float:right;
}
.header-style-3 .search {
    width: 30%;
    text-align: right;
}
.header-style-3-1 .header-middle-part,
.header-style-3 .header-middle-part {
	position: inherit;
	top: inherit;
	left: inherit;
	-webkit-transform: translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	-o-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	display: inline-block;
	padding: 10px 0px;
	float: left;
}
.header-style-3 .main-navigation .menu.nav-menu > li:first-child{
	padding-left: 0;
}
.header-style-3-1 .header-middle-part{padding: 9px 0;}
.header-style-3-1 .header-right-part .search{
	margin-right: 10px;
}
.header-style-3-1 .header-right-part{padding: 6px 0;}
.header-style-3 .header-right-part{
	padding: 15px 0px;
}

.header-style-3 .header-right-part > div {
	vertical-align: bottom;
}

.header-style-2{
	position: relative;
}
.header-style-2:before{
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	/*opacity: 0.5;*/
	position: absolute;
}
body.home .header-style-2.aft-transparent-header:before{
	display: none;
}

/*header style3 Form==================*/
body.woocommerce-js .header-style-3 form{
	padding: 0;
}
.style-3-search {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    background-color:#f1c003;
    border-radius: 8px;
    border: none;
}
.header-left-part .style-3-search .fa {
	color:#fff;
}
.header-left-part .style-3-search .search-field::placeholder {
	color:#fff;
}
.style-3-search .cate-dropdown {
	width: 200px;
	height: 45px;
	border: none;
	display: inline-block;
	padding-left: 18px;
	padding-right: 18px;
	text-indent: 0.01px;
	cursor: pointer;
	color: #333;
	background-color: inherit;
	border-left:  1px solid #d9d9d9;
	background-position-x: 95%;
}
.style-3-search .search-field {
    height: 45px;
    float: left;
    display: inline-block;
    width:  85%;
    border: none;
    background: #f1c003;
    box-shadow: none;
    color: #000000;
    padding: 15px 20px;
}
.style-3-search .search-field:focus {
	background:none !important;
}
.style-3-search button {
	line-height: 29px;
	float: right;
	display: inline-block;
	background:#f1c003;
	border: none;
	color: #333;
	transition: 0.5s all ease;
	border-left:1px solid #ffcb00;
	border-radius: 0 50px 50px 0px;
}
.style-3-search .search-field:focus,
.style-3-search .cate-dropdown:focus,
.style-3-search button:focus{
	outline: none;
}
.autocomplete-suggestion b{
	color: #D60000 !important;
}
/*header style3 Form==================*/



/*header style 3 logo in middle================*/

.overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 999999999;
	top: 0;
	left: 0;
	background-color: rgba(130, 130, 130, 0.9);
}

.overlay-content {
	position: relative;
	top: 46%;
	width: 80%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
}


.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
	cursor: pointer;
	color: white;
}

.overlay .closebtn:hover {
	color: #ccc;
}

.overlay input[type=text] {
	padding: 15px;
	font-size: 17px;
	border: none;
	float: left;
	width: 80%;
	background: white;
}

.overlay .overlay-content button{color: #000;}

.overlay input[type=text]:hover {
	background: #f1f1f1;
}

.overlay button {
	/*float: left;*/
	width: 20%;
	padding: 7px;
	background: #dd3333;
	color: #fff;
	font-size: 17px;
	min-height: 34px;
	border: 1px solid #ddd;
	cursor: pointer;
}

.overlay button:hover {
	background: #C62828;
}
.overlay button:hover i{
	color: #fff;
}
.overlay-content select{
	height: 34px;
}
span.close-serach-form {
	font-size: 40px;
	color: #fff;
	position: absolute;
	top: 90px;
	right: 50%;
	transform: translateX(50%);
	/* padding: 4px; */
	line-height: normal;
	cursor: pointer;
	/* background: red; */
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	text-align: left;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #000;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #f1f1f1;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

.express-off-canvas-panel a.offcanvas-nav i {
	background-color: #dd3333;
	padding: 8px;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
}

.express-off-canvas-panel a.offcanvas-nav i:hover{
	background-color: #000;
}
/*mobile-header-------------------*/
#moble-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 20px;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#moble-header .logo-header-m {
	margin-right: auto;
}
#moble-header .menu-icon {
	display: inline-block;
	width: 30px;
	line-height: 50px;
}
.sidenav1 {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidenav1 a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.sidenav1 a:hover {
	color: #f1f1f1;
}

.sidenav1 .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

#main {
	transition: margin-left .5s;
}


/*mobile-header-------------------*/



@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
	.sidenav1 {padding-top: 15px;}
	.sidenav1 a {font-size: 18px;}
}



/*header-style2--------------------------*/
.header-style-1 {
	position: relative;
	background: #e6e6e6;
}
body.home .header-style-2.aft-transparent-header {
	position: absolute;
	width: 100%;
	z-index: 9999;
}



section.banner-just {
	height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

/*header-style2--------------------------*/


/*banner-slider==================================================*/

.home .main-banner-slider{
	margin-bottom: 20px;
}
.item-single {
	background-size: cover;
	height: 95vh;
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
	background-color: #E9EAE5;
}
.pos-rel{
	position: relative;
	height: 100%;
}
/*.owl-item .item .item-single{
	-webkit-transition: all 5000ms;
    -moz-transition: all 5000ms;
    -ms-transition: all 5000ms;
    -o-transition: all 5000ms;
    transition: all 5000ms;
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.owl-item.active .item .item-single{
	    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}*/
.item-single:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
}
.content-caption {
	position: absolute;
	bottom: 0%;
	left: 40%;
	right: 0;
	text-align: center;
	line-height: 1;
	-webkit-transform: translateY(-15%);
	-moz-transform: translateY(-15%);
	-ms-transform: translateY(-15%);
	-o-transform: translateY(-15%);
	transform: translateY(-15%);
	-webkit-transition: all 2000ms;
	-moz-transition: all 2000ms;
	-ms-transition: all 2000ms;
	-o-transition: all 2000ms;
	transition: all 2000ms;
	z-index: 1;
	padding: 20px;
}
body .content-caption h1,
body .content-caption h2,
body .content-caption h3,
body .content-caption h4,
body .content-caption h5,
body .content-caption h6
{
	color: #fff;
}
.content-caption.on-right {left: 40%; text-align: right; }
.content-caption.on-left {right: 40%; left: 0; text-align: left;}

.content-caption.on-center {
	right: 0%;
	left: 0%;
	max-width: 850px;
	margin: 0 auto;
}

.owl-item.active .item-single .content-caption{
	bottom: 5%;
}




.caption-heading .cap-title {
	font-size: 72px;
	font-weight: 700;
	text-transform: capitalize;
}
.caption-heading .cap-title a,
.content-caption .content-desc {
	color: #fff;
}

.content-caption p {
	line-height: normal;
	font-size: 20px;
}

.aft-btn-warpper {
	display: inline-block;
}
.content-caption .cat-links li a{
	padding: 10px 15px;
}
span.offer-time.btn-style1 a,
.content-caption .aft-add-to-wishlist.btn-style1 a{
	background: transparent;
	color: #ffffff;
	border-color: #ffffff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
span.offer-time.btn-style1 a:hover,
.content-caption .aft-add-to-wishlist.btn-style1 a:hover{
	color: #fff;
	background: #d21406;
	border-color: #d21406;
}

.content-caption .star-rating{margin: 0 auto; float: none;}
.content-caption.on-left .star-rating{margin: 0 auto; margin-left: 0;}
.content-caption.on-right .star-rating{margin: 0 auto; margin-right: 0;}
.content-caption > span.price{
	display: block;
	padding: 10px 0px;
	position: relative;
}
.content-caption span.price .badge-wrapper {
	top: -4px;
	position: relative;
	display: inline-block;
	margin-left: 10px;
}
.content-caption  span.woocommerce-Price-amount.amount,
.content-caption span.price del,
.content-caption span.price ins{
	color: #fff;
	font-size: 24px;
}
.content-caption span.price del{
	font-size: 20px;
}
.owl-nav button{
	position: absolute;
	top: 45%;
	line-height: normal;
}
.owl-theme .owl-nav [class*='owl-']:hover,.owl-theme .owl-nav [class*='owl-']:focus {
	background: none;
	color: inherit;
	text-decoration: none;
	outline: none;
}
.sp-arrow:before {
	-webkit-transform: skew(0deg,0deg);
	-ms-transform: skew(0deg,0deg);
	transform: skew(0deg,0deg);
}
.sp-next-arrow:after,
.sp-next-arrow:before,
.sp-previous-arrow:after,
.sp-previous-arrow:before{background: transparent;}

.sp-next-arrow:before,
.sp-previous-arrow:before,
.sp-arrow.fa-arrow-left:before,
.sp-arrow.fa-arrow-right:before,
.owl-nav button span {
	font-size: 50px;
	padding: 10px;
	width: 50px;
	height: 50px;
}
.sp-next-arrow:before,
.sp-previous-arrow:before,
.sp-arrow.fa-arrow-left:before,
.sp-arrow.fa-arrow-right:before{
	font-size: 35px;
}

.sp-next-arrow:before, .sp-previous-arrow:before,
.sp-arrow.fa-arrow-left:before, .sp-arrow.fa-arrow-right:before  {
	content: "\f104";
	transform: none;
}
.sp-next-arrow:before{
	content: "\f105";
	transform: none;
}
.sp-next-arrow:after, .sp-previous-arrow:after {
	content: none;
}
.sp-horizontal.sp-rtl .sp-previous-arrow, .sp-next-arrow {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.sp-horizontal .sp-previous-arrow {
	left: 0;
}



.insta-carousel .owl-nav button span,
.main-banner-slider .owl-nav button span {
	color: #fff;
}
.testimonial-slider .owl-nav button span {
	color: #000;
}

button.owl-prev {
	left: 0;
}
button.owl-next {
	right: 0;
}
.main-banner-slider .owl-dots {
	position: absolute;
	right: 50px;
	bottom: 50px;
}
.owl-theme .owl-dots .owl-dot span{
	margin: 5px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
.owl-theme .owl-dots .owl-dot.active span {
	width: 20px;
	background: #000;
}
.site-footer .owl-theme .owl-dots .owl-dot span,
.site-footer .owl-theme .owl-dots .owl-dot:hover span,
.site-footer .owl-theme .owl-dots .owl-dot.active span ,
.main-banner-slider.owl-theme .owl-dots .owl-dot span,
.main-banner-slider.owl-theme .owl-dots .owl-dot:hover span,
.main-banner-slider.owl-theme .owl-dots .owl-dot.active span {
	background: #fff;
}

button.owl-dot:focus{
	outline: none;
}

.main-banner-slider.owl-theme .owl-nav {
	margin-top: 0px;
}

#secondary .owl-theme .owl-dots,
#sidr .owl-theme .owl-dots,
.site-footer .owl-theme .owl-dots
{
	display: none;
}

/*banner-slider==================================================*/
/*categories=====*/
.cat-links {
	font-size: 12px;
	margin-bottom: 4px;
	display: inline-block;
}
.cat-links li{
	display: inline-block;
	color: #999999;
}
.cat-links li a{
	color: #999999;
	display: inline-block;
	transition: all 0.4s ease;
}
.entry-meta > span:after,
.cat-links li:after{
	content: "\2219";
	color: inherit;
	font-weight: bold;
	padding: 0 5px 0 0px;
}
.entry-meta > span:after{
	padding-left: 5px;
}
.entry-meta > span:last-child:after{
	display: none;
}
.cat-links li:last-child:after{
	display: none;
}
.cat-links li a:hover{
	color: #000;
}
.content-caption .cat-links li a:after{
	display: none;
}
.content-caption .cat-links li a,
.btn-style1 a {
	text-transform: uppercase;
	padding: 9px 40px;
	border: 1px solid;
	border-radius: 0;
	display: inline-block;
	margin-top: 20px;
	line-height: 14px;
	font-size: 14px;
	color: #fff;
}

.aft-btn-warpper.btn-style1 a{
	font-size: 14px;
	border-radius: 0px;
	font-weight: 700;
}
.btn-style1 a,
.btn-style1 a:visited,
.woocommerce .btn-style1 a.button,
.btn-style1 a:focus
{
	background: #d21406;
	color: #fff;
	border-color: #d21406;
}
.btn-style1 a:hover{
	color: #fff;
}
.content-caption .cat-links li {
	display: inline-block;
	margin-left: 15px;
}
.content-caption .cat-links li:first-child {
	margin-left: 0;
}
.content-caption .cat-links li:after{
	display: none;
}
.content-caption .cat-links li a {
	padding: 5px 15px;
	border-color: #fff;
	margin-right: 5px;
}
.main-banner-slider .content-caption .cat-links li a {
	color: #fff;
}
/*categories=====*/
/*products==================================================*/
section{
	/*padding: 10px 0;*/
}
section.banner-slider{padding-top: 0;}
section.above-footer{padding-bottom: 0;}
.section-head {
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
}
.section-body{margin-top: 30px;}
.section-head + .section-body {
	margin-top: 0px;
}

#sidr .section-title ,
#sidr .section-head ,
.site-footer .section-title ,
#secondary .section-title,
.site-footer .section-head ,
#secondary .section-head {
	text-align: left;
	margin-bottom: 10px;
}


/*.section-title {
	text-align: center;
	font-size: 36px;
	line-height: 1.3;
	color: #343538;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
	position: relative;
}*/

.storecommerce_store_call_to_action_widget .section-title .header-after{
	font-size: 58px;
	line-height: 58px;
}
span.product-count span.item-texts,
.menu-description,
span.title-note {
	position: absolute;
	font-size: 12px;
	color: #fff;
	background: #d21406;
	border-radius: 1px;
	padding: 5px 10px;
	line-height: normal;
	top: -15px;
	margin: 0 3px;
}
span.product-count span.item-texts {
	top: -18px;
	margin: 0 3px;
	width: 48px;
	left: calc(50% - 26px);
	right: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
}
span.product-count span.item-texts.item-texts-onsale {
	/*right: -66px;*/
}
.menu-description {
	font-size: 9px;
	padding: 3px 6px;
	margin: 0 3px;
}
.sub-menu .menu-description {
	position: relative;
	top: -2px;
	margin-left: 10px;
	right: 0;

}
span.product-count span.item-texts:after,
.menu-description:after,
span.title-note:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #d21406;
	left: 0px;
	bottom: -4px;
}
span.product-count span.item-texts:after{
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #d21406;
	left: calc(50% - 10px);;
	bottom: -6px;
}
.sub-menu .menu-description:after {display: none;}

.section-subtitle{
	color: #656565;
}

.product-wrapper {
	background-color: #FFFFFF;
	/*border: 1px solid #efefef;*/
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	cursor: default;
}
#sidr .owl-carousel ,
#secondary .owl-carousel ,
.site-footer .owl-carousel ,
#sidr .owl-carousel .product-wrapper ,
#secondary .owl-carousel .product-wrapper ,
.site-footer .owl-carousel .product-wrapper {
	margin-bottom: 0;
}
#sidr .owl-nav button,
#secondary .owl-nav button,
.site-footer .owl-nav button{
	top: 25%;
}


#sidr .owl-carousel .owl-theme .owl-nav,
#secondary .owl-carousel .owl-theme .owl-nav,
.site-footer .owl-carousel .owl-theme .owl-nav{
	margin-top: 0;
}

.product-description {
	text-align: center;
	padding: 10px;
}
span.prodcut-catagory {
	font-size: 12px;
	margin-bottom: 4px;
	display: block;
}

.product-title {
	margin: 0;
	margin-bottom: 8px;
}
.product-title a{
	font-size: 18px;
	font-weight: bold;
}
span.price {
	font-size: 17px;
	color: #464646;
}

ul.product-item-meta {
	text-align: center;
	opacity: 0;
	position: absolute;
	top: 10px;
	left: -30px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.product-image-wrapper .product-rating-wrapper  + ul.product-item-meta {
	top: 35px;
}
.horizontal {
	position: relative;
}
ul.product-item-meta.verticle li{
	padding: 0;
}


.horizontal ul.product-item-meta {
	text-align: center;
	opacity: 0;
	position: absolute;
	bottom: -10px;
	top: inherit;
	left: 0;
	right: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-bottom: 0;
}
.product-wrapper.always-visible .horizontal ul.product-item-meta,
.product-wrapper:hover .horizontal ul.product-item-meta{
	opacity: 1;
	bottom: 2px;
	left: 0;
	right: 0;
}
.horizontal ul.product-item-meta li {
	display: inline-block;
	position: relative;
}

ul.product-item-meta li {
	/*display: inline-block;*/
	padding: 5px;
}

.product-wrapper.always-visible ul.product-item-meta,
.product-wrapper:hover ul.product-item-meta{
	opacity: 1;
	left: 10px;
}
.badge-wrapper {
	position: absolute;
	top: 10px;
	right: 10px;
}

.badge-wrapper .onsale {
	display: inline-block;
	position: relative;
	min-width: 10px;
	font-size: 12px;
	padding: 18px 10px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 100%;
	background: #d21406;
}







/*products==================================================*/


/*newsletter==============================*/

.suscribe{
	text-align: center;
}
.inner-suscribe {
	margin: 0 auto;
	max-width: 730px;
	width: 100%;
}

.inner-suscribe input{
	border: none;
	background: #fff;
	outline: 0!important;
	width: 100%;
	line-height: 38px;
	padding: 10px 30px;
	color: #8a8a8a;
	font-size: 14px;
}

/*newsletter==============================*/
/*brand slider==============================*/
section.brands-slider {
	padding: 40px 0px;
}
.brand-carousel.owl-carousel .owl-item img{
	width: inherit;
	filter: grayscale(100);
	-webkit-filter: grayscale(100);
	opacity: .4;
	-webkit-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	margin: 0 auto;
	max-height: 70px;
}
.brand-carousel.owl-carousel .owl-item img:hover{
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	opacity: 1;
}
/*brand slider==============================*/
/*testimonial slider==============================*/
.testimonial{
	padding: 30px 0px;
}
.testimonial-single {
	text-align: center;
	max-width: 950px;
	margin: 0 auto;
}
.testimonial-slider.owl-carousel .owl-item .testi-img{
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
	border: 5px solid white;
}
.testimonial-slider.owl-carousel .owl-item img{
}
.testimonial-slider.owl-carousel .owl-item .testi-img {
	margin-bottom: 20px;
}
.testi-details span.expert {
	font-style: italic;
	color: #000;
}
.testi-details span.expert p{
	margin-bottom: 0;
	position: relative;
}
.testi-details span.expert p:before {
	content: '\f10d';
	font-family: FontAwesome;
	padding: 0 15px;
	font-size: 65px;
	line-height: 0;
	position: absolute;
	color: #cbcbcb;
	z-index: -1;
	opacity: 0.5;
}
.title-role{
	text-transform: uppercase;
	margin-top: 10px;
	color: #000;
}
.title-role:before,
.title-role:after{
	content: "-";
}
.title-role span:after{
	padding: 0 5px;
	margin-left: 5px;
	font-weight: 900;
}

.title-role  span.title-testi{
	font-weight: 700;
}

.testi-contacts{
	padding: 15px;
}

.testi-contacts ul li {

	display: inline-block;
}
.woocommerce .testi-contacts ul li a ,
.testi-contacts ul li a {
	width: 30px;
	height: 30px;
	background: #d21406;
	display: inline-block;
	line-height: 30px;
	color: #fff;
}
/*.testi-contacts ul li.testi-website a { background:  }*/
.testi-contacts ul li.testi-facebook a { background: #3b5999; }
.testi-contacts ul li.testi-twitter a { background: #55acee;  }
.testi-contacts ul li.testi-linkedin a { background: #0077B5; }

/*testimonial slider==============================*/
/*blog grid==============================*/
section.blog {
	padding: 30px 0px;
}
.blog-details {
	text-align: center;
	padding: 10px;
}

.blog-details .author{
	font-weight: 700;
}

.post-thumbnail-wrap,
.blog-img {
	overflow: hidden;
	position: relative;
}
.post-image:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 0;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	z-index: 1;
}

span.post-image {
	display: block;
	overflow: hidden;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	padding-bottom: 70%;
	position: relative;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.blog-img:hover .post-image:before{
	opacity: 0.7;
}
.blog-categories .cat-info li {
	display: inline-block;
}
.blog-categories .cat-info li a {
	font-size: 12px;
	color: #999999;
	transition: all 0.4s ease;
	text-transform: uppercase;
}
.blog-categories .cat-info li a:after {
	content: "\2219";
	font-weight: bold;
	padding: 0 5px;
}
.blog-categories .cat-info li:last-child a:after {
	display: none;
}
.blog-title h4 {
	margin: 5px 0;
	font-weight: 700;
}
.blog-title h4 a{
	color: #000;
}
.blog-content span p{
	margin-bottom: 0;
	color: #4a4a4a;
}
.aurthor-date.title-role {
	font-size: 14px;

}
span.item-metadata.posts-date a,
span.item-metadata.posts-author a {
	color: inherit;
}
span.item-metadata.posts-author a{
	font-weight: 700;
}

span.view-blog {
	position: absolute;
	left: 50%;
	top: 70%;
	opacity: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #ffffff;
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	z-index: 2;
}
span.view-blog:after {
	content: '\f105';
	font-family: "Font Awesome 5 Free";
	font-family: FontAwesome;
	font-weight: 900;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 12px;
	color: #ffffff;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.blog-img:hover span.view-blog {
	opacity: 1;
	top: 50%;
}

/*blog grid==============================*/



/*collection-grid1============================*/

.no-pad{
	padding: 0;
}


/*will be removed coz data is static==================*/


.product-description {
	text-align: center;
	padding: 10px;
}
span.prodcut-catagory {
	font-size: 12px;
	margin-bottom: 4px;
	display: block;
}
span.prodcut-catagory a {
	color: #999999;
	display: inline-block;
	transition: all 0.4s ease;
}
span.prodcut-catagory a:hover {
	color: #000;
}
.title-role span:after,
span.prodcut-catagory a:after {
	content: "\2219";
	font-weight: bold;
	padding: 0 5px;
}
.title-role span:last-child:after,
span.prodcut-catagory a:last-child:after {
	display: none;
}
.product-title {
	margin: 0;
	margin-bottom: 8px;
}
span.price {
	font-size: 17px;
	color: #464646;
}
.content-caption span.price {color: #fff;}


ul.product-item-meta li {
	/*display: inline-block;*/
	padding: 10px 40px;
	background: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 2px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	line-height: 12px;
}
ul.product-item-meta li:hover {
	background: #000;
}
ul.product-item-meta li:hover a.added_to_cart{
	/*color: #000;*/
}
ul.product-item-meta li a {
	/*opacity: 0.8;*/
	color: #404040;
	font-size: 14px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
ul.product-item-meta li a.button {margin-right: 5px;}

ul.product-item-meta li a.added_to_cart {
	position: absolute;
	display: inline-block;
	padding: 9px 40px;
	top: -40px;
	left: 0;
	background: #fff;
	height: 100%;
	width: 100%;
	line-height: 14px;
}
ul.product-item-meta li a.added_to_cart:hover {
	background: #000;
	color: #fff;

}


ul.product-item-meta li:hover a.button,
ul.product-item-meta li a.button:hover,
ul.product-item-meta li a.added_to_cart:hover
{
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}



ul.product-item-meta li .yith-wcwl-wishlistexistsbrowse a{
	color:#d21406;

}

ul.product-item-meta li:hover i{color: #fff;}
.category-grid-wrapper .cat-item .box-inner:hover ul.product-item-meta{
	opacity: 1;
	left: 10px;
}
.whit-col{
	color: #fff;
}

.horizontal ul.product-item-meta li {
	padding: 0;
}
.horizontal ul.product-item-meta li,
.horizontal ul.product-item-meta li:hover {background: transparent;}
.horizontal ul.product-item-meta li:hover a{color: #000;}
.horizontal ul.product-item-meta li a {
	padding: 9px 40px;
	display: block;
	background: #fff;
	color: #000;
	margin-right: 0;
}
.horizontal ul.product-item-meta li a:hover {background: #bb1919; color: #fff;}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	/*color: inherit;*/
	text-decoration: none;
}

a:hover, a:focus, a:active {
	/*color: inherit;*/
	text-decoration: none;
}

a:focus {
	outline: 1px dotted;
}

a:hover, a:active {
	text-decoration: none;
	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;
	text-align: center;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul li.menu-item-has-children > a:after{
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-family: FontAwesome;
	font-weight: 900;
	padding: 0 5px;
	color: inherit;
	font-size: inherit;
	font-weight: bold;
}
.main-navigation .menu ul ul,
.main-navigation ul .sub-menu{
	min-width: 240px;
	width: auto;
	background: #fff;
}
.main-navigation ul .sub-menu li{
	display: block;
	float: none;
	text-align: left;
}
.main-navigation ul .sub-menu li.menu-item-has-children > a:after{display: none;}
.main-navigation ul .sub-menu li.menu-item-has-children > a:before{
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-family: FontAwesome;
	font-weight: 900;
	padding-right: 10px;
	float: left;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li:focus-within > ul,
.main-navigation ul ul li:focus > ul {
	left: calc(100% + 1px);
}

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

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

.main-navigation li {
    float: left;
    position: relative;
    display: block;
    transition-duration: 0.5s;
    font-size: 16px;
    padding: 15px 14px;
    font-weight: 500;
}

.header-style-3-1 .main-navigation ul.menu-desktop > li:first-child ,
.header-style-3 .main-navigation ul.menu-desktop > li:first-child {
	padding-left: 0;
}

.main-navigation .menu > li > a {
	display: block;
	text-decoration: none;
	color: #000;
	position: relative;

}
.main-navigation .menu > li > a:before {
	content: '';
	height: 1px;
	width: 0;
	position: absolute;
	left: 0px;
	bottom: -5px;
	background-color: #f60d39;
	webkit-transition: width 500ms ease 0s, left 500ms ease 0s;
	-webkit-transition: width 500ms ease 0s, left 500ms ease 0s;
	-o-transition: width 500ms ease 0s, left 500ms ease 0s;
	transition: width 500ms ease 0s, left 500ms ease 0s;
}
.main-navigation li a:hover{
	color: #f60d39;
}
.main-navigation .menu > li > a:hover:before{
	width: 100%;
}
/* 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%;
}
.wp-post-author-wrap.wp-post-author-shortcode.left {
	border: none;
}
.post-navigation .nav-next ,
.post-navigation .nav-previous {position: relative;}
.post-navigation .nav-next {padding-right: 20px;}
.post-navigation .nav-previous{padding-left: 20px;}

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

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

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

/*--------------------------------------------------------------
# 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. */
}

.above-footer.section .widget:last-child{
	margin-bottom: 0;
}

li.full-item,
#secondary .widget > ul > li {
	padding-bottom: 10px;
}
#secondary .widget > ul > li:last-child {padding-bottom: 0;}
#secondary .widget {
    margin-bottom: 30px;
    background: #fff;
    padding: 15px 0px;
}
#secondary .widget.widget_search{
	margin-bottom: 25px;
}
.widget select {
	max-width: 100%;
}
#sidr .widget-title ,
#secondary .widget-title{
	color: #000;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
	text-align: left;
}

#sidr .widget-title.section-title ,
#secondary .widget-title.section-title,
.site-footer .widget-title.section-title{
	margin:0;
}

/*widget-search=================*/
.widget_search .search-form label{
	display: block;
	width: 70%;
	float: left;
}
.widget_search .search-form label .search-field {
	padding-left: 15px;
	width: 100%;
}
.widget_search .search-form .search-submit{
	width: 30%;

	text-transform: capitalize;

	font-size: 14px;
	text-transform: uppercase;
}

/*widget-search=================*/

#secondary .widget .social-navigation ul li{
	padding-bottom: 0;
	margin-bottom: 0;
}


#secondary .widget > ul > li a{
	font-size: 15px;
	color: #404040;
	font-weight: 700;
}

#secondary .widget .horizontal ul.product-item-meta li:hover a{
	color: #fff;
}
#secondary .widget  ul.product-item-meta li .compare-button a{
	font-size: 0;
}
#secondary .widget .social-navigation ul li a{
	color: #fff;
}

#secondary .widget ul.product-slider li .product-wrapper{
	margin-bottom: 1px;
}

#secondary .widget ul.product-slider li a{
	color: #999999;
	font-size: inherit;
}
#secondary .widget ul.product-slider li h4.product-title a{
	color: #000;
}
#secondary .widget ul.product-slider li a.button{
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	margin-top: 0;
}

.tagcloud a {
	font-size: 13px !important;
	padding: 5px 7px;
	border: 1px solid;
	display: inline-block;
	margin: 3px;
}
.tagcloud a:hover {
	color: #bb1919;
	border-color: #bb1919;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Custom grids
--------------------------------------------------------------*/
.col-1{width: 100%;}
.col-2{width: 50%;}
.col-2-5{width: 66.67%;}
.col-3{width: 33.33%;}
.col-4{width: 25%;}
.col-75{width: 75%;}
.col-60{width: 60%;}
.col-40{width: 40%;}
.float-l {
	float: left;
}
.row-sm{margin: 0 -15px;}
.pad{padding: 0px 15px;}
.full-width{width: 100% !important;}
.single-align-c{text-align: center;}



.top-bar-left{ width:100%; }
.top-bar-left + .top-bar-right{ width: 33.33%; }
.top-bar-right{ width: 100%; }


#sidr .col-1,
#sidr .col-2,
#sidr .col-2-5,
#sidr .col-3,
#sidr .col-4,
#sidr .col-75,
#sidr .col-60,
#sidr .col-40,
#secondary .col-1,
#secondary .col-2,
#secondary .col-2-5,
#secondary .col-3,
#secondary .col-4,
#secondary .col-75,
#secondary .col-60,
#secondary .col-40,
.site-footer .col-1,
.site-footer .col-2,
.site-footer .col-2-5,
.site-footer .col-3,
.site-footer .col-4,
.site-footer .col-75,
.site-footer .col-60,
.site-footer .col-40
{
	width: 100%;
}
.site-footer .site-info .col-2,
.site-footer .secondary-footer .col-2{
	width: 50%;
}

#sidr .btm-margi,
#secondary .btm-margi,
.site-footer .btm-margi{
	margin-bottom: 20px;
}
#sidr .btm-margi:last-child,
#secondary .btm-margi:last-child,
.site-footer .btm-margi:last-child{
	margin-bottom: 0px;
}
#sidr .widget .pad,
#secondary .widget .pad,
.site-footer .widget .pad{
	padding: 0;
}

/*align content right===================*/
body.align-content-right .container-wrapper #primary,body.align-content-right .container-wrapper #secondary {
	float: right;
}
body.align-content-right .container-wrapper #secondary {
	padding-left: 0px;
	padding-right: 15px;
}
body.align-content-right .container-wrapper #primary {
	padding-left: 15px;
	padding-right: 0px;
}
/*align content right===================*/
/*full width content===================*/
body.full-width-content .container-wrapper #primary {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
}
/*full width content===================*/
/*--------------------------------------------------------------
# Custom grids
--------------------------------------------------------------*/






/*support-section===================*/
.suport-single {
	text-align: center;
}
span.icon-box-circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	line-height: 24px;
	font-size: 24px;
	width: 58px;
	height: 58px;
	padding: 17px;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

}
span.icon-box-circle i {
	color: #fff;
}

span.icon-box-circle-color-1{
	background-color: #e91e63;
}
span.icon-box-circle-color-2{
	background-color: #9c27b0;
}
span.icon-box-circle-color-3{
	background-color: #2196f3;
}
span.icon-box-circle-color-4{
	background-color: #ff9800;
}

span.icon-box-circle i {
	color: #fff;
}

.support-content h5 {
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 15px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	position: relative;
	font-weight: 700;
}
.support-content h5:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 1px;
	width: 40px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.support-content-color-1 h5:after{
	background-color: #e91e63;
}
.support-content-color-2 h5:after{
	background-color: #9c27b0;
}
.support-content-color-3 h5:after{
	background-color: #2196f3;
}
.support-content-color-4 h5:after{
	background-color: #ff9800;
}

.support-content p {
	color: #656565;
}
/*support-section===================*/
/*sale-section===================*/
.sale-off-section {
	padding: 30px 0px;
}
.sale-single-wrap {
	position: relative;
	color: #fff;
}

.sale-background{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.sale-background:after{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.4;
	content: '';
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.sale-background:hover:after{
	opacity: 0.5;
}
.sale-background.no-image {
	background: #e5b9a0;
}
.sale-background.no-image:after,
.sale-background.no-text:after{
	display: none;
}
.sale-background a {
	display: block;
	position: relative;
	padding-bottom: 100%;
	z-index: 6;
}


.sale-info {
	position: absolute;
	top: 0%;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	height: 100%;
	padding: 10px;
	z-index: 5;
}
/*.sale-single-wrap:hover .sale-info{
    top: 40%;
}*/
.sale-info .prodcut-catagory-desc {
	display: block;
	opacity: 0;
	height: 0;
	padding: 0px 10px;
	-webkit-transition: height 1s ease-out;
	transition: height 1s ease-out;
	overflow: hidden;
}
.sale-info .prodcut-catagory-desc p{
	height: 0;
	margin: 0;
	-webkit-transition: height 1s ease-out;
	transition: height 1s ease-out;
}

.sale-single-wrap:hover .prodcut-catagory-desc p,
.sale-single-wrap:hover .prodcut-catagory-desc {
	opacity: 1;
	height: auto;
}
.sale-info span.prodcut-catagory{
	font-size: 20px;
}
.sale-info span.prodcut-catagory a{
	color: #fff;
}
.sale-title {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	margin-top: 5px;
}




/*sale-section===================*/
/*tab-section===================*/

.nav-tabs {
	border-bottom: none;
	margin-bottom: 20px;
	text-align: center;
}
.nav-tabs>li{
	float: none;
	display: inline-block;
}
.nav-tabs>li>a{
	margin-right: 10px;
	color: #404040;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 10px;
	background: #fff;
	padding: 9px 40px;
	border: 1px solid #e2e2e2;
	border-radius: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 700;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	background: #000;
	color: #fff;
}
.site-footer .widget .nav-tabs,
#secondary .widget .nav-tabs{
	margin-bottom: 15px;
}

.site-footer .widget .nav-tabs>li,
#secondary .widget .nav-tabs>li{
	padding-bottom: 0;
	margin-bottom: 0;
	float: left;
}
.site-footer .nav-tabs>li>a,
#secondary .nav-tabs>li>a{
	padding: 9px 10px;
	margin-right: 5px;
}
.nav-tabs>li>a:hover{
	background: #e2e2e2;
}
#secondary .nav-tabs>li.active>a.font-family-1,
.site-footer .nav-tabs>li.active>a.font-family-1,
.nav-tabs>li.active>a.font-family-1,
.nav-tabs>li.active>a{
	background: #000;
	color: #fff;
	border-bottom-color: #e2e2e2;
	outline: none;
	border: 1px solid #000;
}

.nav-tabs>li>a,
.product_store_faq_widget .ui-accordion .ui-accordion-header,
.blog-title h4 a,
.product-slider .product-title a,
h4.product-title a{
	font-size: 20px;
}

.tabbed-container .tab-content .article-title-1{
	margin-top: 0;
	line-height: 14px;
}
#secondary .widget ul.article-item li .article-title-1 a,
.tabbed-container .tab-content .article-title-1 a{
	font-size: 14px;
	font-weight: 700;
}

#secondary .owl-theme .owl-nav,
.site-footer .owl-theme .owl-nav{
	margin-top: 0;
}
.storecommerce_video_slider_widget,
.storecommerce_store_brands_widget,
.product_store_faq_widget
{
	background-color: #e6e6e6;
	padding: 30px 0px
}

.tab-content{position: relative;}
.tab-content .aft-tab-preloader {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	height: 100%;
	width: 100%;
	background: #f3f3f3;
}

.woocommerce .tab-content ul.tabbed-product-carousel{
	margin-bottom: 0 !important;
}


.tab-article-image {
	position: relative;
}

.storecommerce-post-format {
	width: 25px;
	height: 25px;
	padding: 4px;
	text-align: center;
	font-size: 12px;
	background: #d21406;
	border-radius: 50%;
	color: #fff;
	position: relative;
	display: inline-block;
	margin-right: 5px;
}

.tab-article-image .storecommerce-post-format{
	position: absolute;
	top: 3px;
	left: 3px;
	padding: 5px;
}

body.single-post .cat-links{
	display: inline-block;
}
.storecommerce-post-format i {
	/*vertical-align: middle;*/
}
/*tab-section===================*/
/*expreess category=================*/
.storecommerce_product_express_category_widget .sale-background a {
	padding-bottom: 65%;
}
#secondary .storecommerce_product_express_category_widget .sale-background a ,
#sidr .storecommerce_product_express_category_widget .sale-background a ,
.site-footer .storecommerce_product_express_category_widget .sale-background a {
	padding-bottom: 100%;
}
.storecommerce_product_express_category_widget .section-body{
	margin: 0 -15px;
}
/*expreess category=================*/

/*archive page blog page list=================*/
.page-header {
	margin: 0;
	border: none;
}
.page-title,
body.blog h1.page-title,
body.archive h1.page-title {
	margin: 8px 0px;
	font-size: 22px;
	color: #000;
}
.archive-description {
	color: #777;
}
body.woocommerce-js article .entry-title,
body.blog article h2 a,
body.archive article h2 a{
	color: #000;
}

body.archive .content-area .page-title,
body.search-results .content-area .header-title-wrapper .page-title,
body header.entry-header h1.entry-title{
	font-weight: 700;
}

.entry-footer span {
	margin-right: 10px;
}
/*archive page blog page list=================*/
/*mailchip=================*/
.call-to-action,
.social-mailchimp {
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	padding: 80px 0px;
	background-attachment: fixed;
	position: relative;
}
.call-to-action{
	background-attachment: inherit;
	padding: 80px 0px;
}

.aft-fixed-background{background-attachment: fixed;}

.call-to-action:before,
.social-mailchimp:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.3;
	background: #000;
}
.call-to-action .container-wrapper,
.social-mailchimp .container-wrapper,
.mc4wp-form-fields {
	position: relative;
}
.inner-suscribe input[type=submit]{
	border: 0;
	margin: 0;
	width: 120px;
	padding: 14px 0;
	line-height: 30px;
	background-color: #fff;
	position: absolute;
	border-radius: 0px;
	right: 0;
	top: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.inner-suscribe input[type=submit]:hover{
	background-color: #000;
	color: #fff;
}
.mc4wp-form-fields label{
	display: none;
}
.inner-suscribe p{
	margin-bottom: 0;
}
body.woocommerce-js .inner-suscribe form{
	padding: 0;

}

.site-footer .inner-suscribe .row {margin: 0;}
.site-footer .inner-call-to-action .section-head ,
.site-footer .inner-call-to-action .widget-title.section-title {
	text-align: center;
}

.site-footer .inner-suscribe input ,
#sidr .inner-suscribe input,
#secondary .inner-suscribe input{
	line-height: 28px;
}
#secondary .inner-call-to-action .widget-title{
	color: #fff;
}
.site-footer .inner-suscribe input[type=submit] ,
#sidr .inner-suscribe input[type=submit] ,
#secondary .inner-suscribe input[type=submit] {
	position: relative;
	display: inline-block;
	margin-top: 10px;
	line-height: 12px;
}



/*mailchip=================*/
/*call to action=================*/
.inner-call-to-action {
	/*display: flex;*/
	/*min-height: 400px;*/
	align-items: center;
	justify-content: center;
}

.offer-main {
	/*padding-right: 45px;*/
}

span.off-tb {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
}

span.off-tc {
	display: table-cell;
	vertical-align: middle;
}

.call-to-action,
.call-to-action .section-title,
.call-to-action .section-subtitle{
	color:#fff;
}

.call-to-action .section-subtitle{
	font-size: 24px;

}

.call-to-action .section-head{
	padding: 50px 100px 0px;

}


span.offer-date-counter {
	display: block;
}
.posts_latest_widget .posts-date,
.sale-info span.product-count,
span.offer-date-counter > span {
	display: inline-block;
	margin: 0 15px 15px 0;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	border: solid 1px #dedede;
	min-width: 80px;
	min-height: 80px;
	text-align: center;
	background-color: #fff;
	padding-top: 11px;
	color: #000;
}
.sale-info span.product-count {
	min-width: 0;
	padding: 10px;
	min-height: 0;
	margin-bottom: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	position: relative;
	margin-right: 20px;
	padding-bottom: 0;
	margin-top: 20px;
}

.sale-info span.product-count:last-child,
span.offer-date-counter > span:last-child {
	margin-right: 0;
}
.sale-info span.item-count,
span.offer-date-counter > span .number {
	display: block;
	font-size: 35px;
	color: #555;
	margin-bottom: 0;
	line-height: 35px;
}
.sale-info span.item-count{
	color: #fff;
	margin-bottom: 0;
}
span.product-count span {
	display: block;
	line-height: 15px;
	text-transform: uppercase;
}

span.offer-date-counter > span .text {
	font-size: 14px;
	display: block;
	color: #555;
	font-style: italic
}





/*call to action=================*/
/*instagram part=================*/
.insta-feed-head {
	text-align: center;
}
.insta-feed-head a .instagram-username{
	display: inline-block;
	margin-bottom: 0;
	color: #000;
	font-size: 22px;
}
.insta-feed-head a .instagram-username:before{
	content: "\f16d";
	font-family: FontAwesome;
	color: inherit;
	padding: 0 5px 0 5px;
	/*display: block;*/
	line-height: 15px;
}
.item.zoom-gallery {
	position: relative;
}
.item.zoom-gallery a{
	color: #000;
}

.insta-details {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.90);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.9s ease;
	transition: all 0.9s ease;
}
.item.zoom-gallery:hover .insta-details{
	visibility: visible;
	opacity: 1;
}

.insta-tb {
	display: table;
	width: 100%;
	height: 100%;
}

.insta-tc {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}
p.insta-desc {
	margin-bottom: 0;
}

.insta-tc .fa{
	margin-right: 5px;
}
p.insta-comments,
p.insta-likes {
	display: inline-block;
	padding: 10px;
	margin-bottom: 0;
	font-size: 32px;
}
/*instagram part=================*/
/*youtube video slider =================*/
.slider-pro a.sp-video{
	display: block;
}
.video-wrap {
	position: relative;
}


.video-desp-tbl {
	display: table;
	text-align: center;
	height: 100%;
	width: 100%;
}

.video-desp-tcl {
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}
.sp-title-container h2 {
	margin: 10px 0px;
	font-size: 30px;
	font-weight: lighter;
	position: relative;
}

.video-desp-tcl i {
	font-size: 30px;
	display: none;
}

.sp-thumbnail-image-container {
	position: relative;
}
span.youtube-icon {
	position: absolute;
	bottom: 0;
	left: 0;
}

/*youtube video slider =================*/
/*faq part =================*/

.product_store_faq_widget .blog-details,
.posts_latest_widget .blog-details
{

	text-align: left;
	padding: 30px 15px;
	background: #fff;
	margin-bottom: 15px;
}
.post-thumbnail-wrap .posts-date ,
.posts_latest_widget .posts-date {
	background-color: #d21406;
	color: #ffffff;
	padding: 5px 19px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	/* box-shadow: none; */
	border: none;
	min-width: 0;
	min-height: 0;
	z-index: 2;
}
.post-thumbnail-wrap .posts-date span.posted-day,
.posts_latest_widget .posts-date span.posted-day {
	font-size: 30px;
	display: block;
	line-height: 30px;
	font-weight: bold;
}
.post-thumbnail-wrap .posts-date span,
span.item-metadata.posts-date span {
	font-size: 12px;
	display: block;
	line-height: 15px;
}



span.read-more-faq {
	display: block;
}
span.read-more-faq a{
	/*font-weight: 700;*/
	padding: 5px 0px;
	display: inline-block;
}
span.read-more-faq a:after{
	content: "\f178";
	font-family: FontAwesome;
	color: inherit;
	padding: 0 5px 0 5px;
}

.product_store_faq_widget .ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 0;
	padding: 10px 0px;
	zoom: 1;
	background: transparent;
	border: none;
	color: #4a4a4a;
	border-bottom: 1px solid #ddd;
	border-radius: 0px;
	font-weight: 700;
	padding-left: 35px;
}
.product_store_faq_widget .ui-accordion .ui-accordion-header:before {
	content: "\f0ab";
	font-family: FontAwesome;
	color: inherit;
	font-size: 16px;
	padding: 0 13px;
	position: absolute;
	left: -10px;
}
.product_store_faq_widget .ui-accordion .ui-accordion-header[aria-expanded="true"]:before {
	content: "\f0a9";
	color: #000000;
}
.product_store_faq_widget .ui-accordion .ui-accordion-header:hover {
	color: #000000;
}
.product_store_faq_widget .ui-accordion .ui-accordion-header:focus {
	outline: none;
}
.product_store_faq_widget .ui-accordion .ui-accordion-header[aria-expanded="true"] {
	border-bottom: 1px solid transparent;
	color: #000000;
}

.product_store_faq_widget .ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
	zoom: 1;
}
.product_store_faq_widget .ui-accordion .ui-accordion-content {
	padding: 10px 35px 10px;
	border: none;
	background: transparent;
	border-radius: 0;
}
.product_store_faq_widget .ui-accordion .ui-accordion-content[aria-hidden="false"] {
	border-bottom: 1px solid #ddd;
}
.product_store_faq_widget .blog-details{
	padding: 0;
	background: transparent;
	margin-bottom: 0;
}

.faq-show-all-link{
	text-align: center;
}

/*faq part =================*/
/*footer =================*/
footer.site-footer {
	background: #1f2125;
	font-size: 16px;
}
body footer.site-footer .secondary-footer {
	background: #404040;
}
.secondary-footer ul li{
	display: inline-block;
}
.secondary-footer ul li a{
	display: inline-block;
}
.secondary-footer .footer-navigation ul.menu li a{
	padding: 5px;
}
.secondary-footer .social-navigation {
	text-align: right;
}
.secondary-footer {
	padding: 10px 0px;
}
footer.site-footer .site-info {
    background: #000000;
    padding: 25px 0;
    border-top: solid 1px #5f6163;
}
.site-info-wrap {
	align-items: center;
	justify-content: center;
}
.site-info-wrap .col-2.float-l:nth-child(2) a{
	display: block;
	text-align: right;
}

.site-info-wrap img {
	height: 50px;
	margin-left: auto;
	width: auto;
}
/*footer =================*/
/*footer widgets =================*/
.site-footer .blog-wrapper .col-md-4{
	width: 100%;
}
.site-footer .blog-wrapper a{
	color: #000;
}
.site-footer .widget-title,
.site-footer .section-title {
	text-align: left;
	font-size: 16px;
	line-height: normal;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
	position: relative;
}
.site-footer .section-head {
	text-align: left;
	margin-bottom: 10px;
}
.primary-footer-area .container-wrapper {
	max-width: inherit;
	padding-left: 0px;
	padding-right: 0px;
	margin:0;
}
.primary-footer-area .col-3 {
	width: 100%;
}
.primary-footer-area .col-3.pad{
	padding: 0px;
}
/*footer widgets =================*/


/*blog and archive  page =================*/
.single article .entry-header,
.archive article .entry-header,
.blog article .entry-header{
	padding-bottom: 10px;
}
.archive article ,
.blog article {
	margin-bottom: 20px;
	padding-bottom: 10px;
	/*border-bottom: 1px solid #dadada;*/
}
.archive article:last-child ,
.blog article:last-child {
	border-bottom:1px solid transparent;}
.entry-wrapper {
	padding: 15px;
	background: #fff;
}
/*blog and archive  page =================*/

/*blog single page =================*/

.nav-links{
	font-weight: 700;
}

.nav-links .nav-previous a:before, .nav-links .nav-next a:after {
	padding: 0 5px;
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
}
.nav-links .nav-previous a:before {
	content: "\f053";
	left: 0;
}
.nav-links .nav-next a:after {
	content: "\f054";
	right: 0;
}
.single article .entry-footer{
	margin-top: 20px;
}

/*comment===============*/
body.woocommerce-js form.comment-form{
	padding:0;
}
.comments-area {
	margin-bottom: 20px;
	padding: 20px;
	background: #fff;
}
div#respond {
	/*margin-top: 20px;
    padding: 20px;
    border: 1px solid #bdbdbd;*/
}
div#respond h3#reply-title {
	margin-top: 0;
	font-weight: 700;
}
div#respond p {
	margin-bottom: 5px;
}
div#respond label {
	font-weight: normal;
}
p.comment-form-url label, p.comment-form-email label, p.comment-form-author label {
	display: block;
}
p.comment-form-url input, p.comment-form-email input, p.comment-form-author input {
	width: 100%;
}


.comment-list .comment {
	list-style: none;
	margin-left: 0;
	padding-bottom: 13px;
	border-bottom: 1px dashed #dadada;
	margin-bottom: 21px;
}
.comment-list .comment:last-child {
	border-bottom: none;
}
.comment-author img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 50px;
}
.reply, .comment div#respond, .comment-content {
	margin-left: 70px;
}
.comment-content p {
	margin-bottom: 5px;
}
.comment-content:before, .comment-content:after{
	content: "";
	display: table;
	table-layout: fixed;
}
.comment .children {
	margin-left: 70px;
	padding-top: 16px;
	border-top: 1px dashed #dadada;
	margin-top: 13px;
}
.comment .children .comment:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
/*comment===============*/
/*blog single page =================*/

/*contact page===========================*/
.contact-details h2{
	font-size: 30px;
}
.contact-details span{
	display: block;
	margin-bottom: 5px;
}
.contact-details span i{
	margin-right: 5px;
}
.aft-map-wrap {
	margin-top: 20px;
}

.wpcf7-form label{
	display: block;
	font-weight: normal;
}
.wpcf7-form-control-wrap input {
	width: 100%;
	margin-top: 5px;
}
.wpcf7-form .wpcf7-submit{
	background: #d21406;
	color: #fff;
	border-color: #d21406;
	padding: 9px 40px;
	border-radius: 0;
}
/*contact page===========================*/




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

.hentry {
	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;
}

#scroll-up {
	position: fixed;
	z-index: 8000;
	bottom: 40px;
	right: 20px;
	display: none;
	width: 50px;
	height: 50px;
	font-size: 28px;
	line-height: 49px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	opacity: 1 !important;
	background: #d21406;
	color: #fff;
	border-radius: 50%;
}
#scroll-up i{
	font-weight: 700;
}
/*--------------------------------------------------------------
## 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;
}


/*banner promotion==============*/
.promotion-section img {
	width: 100%;
}
/*banner promotion==============*/



/*defaults============================*/
body .top-header,
body .top-header a,
body .top-header a:hover-within,
body .top-header a:hover,
body .top-header a:active,
body .top-header a:visited
{
	color: #fff;

}
body .offcanvas-menu span,
body .data-bg,
body .primary-color
{
	background-color: #000;
}
body,
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current,
body .title-role,
.tagcloud a:hover,
p.stars:hover a:before,
body .section-subtitle,
body .woocommerce-info,
body .support-content p,
body .woocommerce-error,
body .woocommerce-message,
	/*.woocommerce #respond input#submit,*/
	/*.woocommerce a.button,*/
	/*.woocommerce button.button,*/
	/*.woocommerce input.button,*/
.product-wrapper ul.product-item-meta.verticle .yith-btn a:before,
body .style-3-search button,
body .testi-details span.expert,
body .style-3-search .search-field,
body .style-3-search .cate-dropdown,
p.stars.selected a.active:before,
p.stars.selected a:not(.active):before,
body .style-3-search .search-field::placeholder,
.input-text::placeholder,

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder,

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,

.inner-suscribe input,
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
.woocommerce nav.woocommerce-breadcrumb, nav.woocommerce-breadcrumb,
span#select2-billing_country-container,
body.woocommerce ul.products li.product .price del,
.header-style-3 .header-left-part .account-user a,
ul.product-item-meta li a,
body .woocommerce-product-details__short-description p
{
	color:#707070;
}

body .owl-theme .owl-dots .owl-dot span{
	background: #000;
	opacity: 0.5;
}

body .owl-theme .owl-dots .owl-dot span:hover{
	background: #000;
	opacity: 0.75;
}

body .owl-theme .owl-dots .owl-dot.active span{
	background: #000;
	opacity: 1;
}

body .price del,
body .cat-links a,
body .cat-links a:active,
body .cat-links a:visited,
body .cat-links li a,
body .cat-links li a:active,
body .cat-links li a:visited,
body .entry-meta > span:after,
body .cat-links li:after,
body span.tagged_as a,
body span.tagged_as a:active,
body span.tagged_as a:visited,
body span.posted_in a,
body span.posted_in a:active,
body span.posted_in a:visited,
body.woocommerce div.product .woocommerce-tabs ul.tabs li a,
body.woocommerce div.product .woocommerce-tabs ul.tabs li a:active,
body.woocommerce div.product .woocommerce-tabs ul.tabs li a:visited
{
	color: #000;
	opacity: 0.75;
}

ins,
select,
span.price,
.woocommerce .quantity .qty,
.header-right-part .cart-shop span,
.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong,
.woocommerce ul.products li.product .price,
.blog-content span p,
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins,
.insta-feed-head a .instagram-username,
body .cat-links a:hover,
body .cat-links li a:hover,
body span.tagged_as a:hover,
body span.posted_in a:hover,
body.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover
{
	color: #000;
	opacity: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	border-color: #000;
}

body .secondary-color,
body button,
body input[type="button"],
body input[type="reset"],
body input[type="submit"],
body .site-content .search-form .search-submit,
body .site-footer .search-form .search-submit,

body span.header-after:after,
body #secondary .widget-title span:after,
body .af-tabs.nav-tabs > li.active > a:after,
body .af-tabs.nav-tabs > li > a:hover:after,
body .exclusive-posts .exclusive-now,
body span.trending-no,
body .tagcloud a:hover,

body .express-off-canvas-panel a.offcanvas-nav i,
body #scroll-up,
body .sale-background.no-image,
body .storecommerce-post-format,
body .btn-style1 a,
body .btn-style1 a:visited,
body .woocommerce .btn-style1 a.button,
body .btn-style1 a:focus,
body span.offer-time.btn-style1 a:hover,
body .content-caption .aft-add-to-wishlist.btn-style1 a:hover,
body ul.product-item-meta li:hover,

.woocommerce #respond input#submit:hover,
table.compare-list .add-to-cart td a,
.woocommerce .widget_shopping_cart_content a.button.wc-forward,
.aft-notification-button a,
.woocommerce .widget_shopping_cart_content a.button.checkout,
.yith-woocompare-widget a.compare:hover,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce a.button.alt:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce button.button:disabled[disabled],
.woocommerce button.button,
.woocommerce button.button:hover,
.yith-wcwl-wishlistaddedbrowse a,
.yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-add-button a.add_to_wishlist:hover,
.inner-suscribe input[type=submit]:hover,
.woocommerce-page .woocommerce-message a.button,
.product-wrapper ul.product-item-meta.verticle .yith-btn a:hover:before,
ul.product-item-meta li a.added_to_cart:hover,
body.single-product .entry-summary .button.compare:hover,
body.single-product .entry-summary .yith-wcwl-add-to-wishlist a:hover,
body.woocommerce button.button.alt.disabled:hover,
body.woocommerce button.button.alt.disabled,
body.woocommerce #respond input#submit.alt:hover,
body.woocommerce a.button.alt:hover,
body.woocommerce button.button.alt:hover,
body.woocommerce input.button.alt:hover,
body.woocommerce #respond input#submit.alt,
body.woocommerce a.button.alt,
body.woocommerce button.button:hover,
body.woocommerce button.button,
body.woocommerce button.button.alt,
body.woocommerce input.button.alt,
body.woocommerce #respond input#submit,
body.woocommerce a.button,
body.woocommerce button.button,
body.woocommerce input.button,
body.woocommerce .widget_shopping_cart_content a.button.wc-forward,
body.woocommerce .widget_shopping_cart_content a.button.checkout,
body #secondary .nav-tabs>li.active>a.font-family-1,
body .site-footer .nav-tabs>li.active>a.font-family-1,
body .nav-tabs>li.active>a.font-family-1,
body .nav-tabs>li.active>a,
body .comment-form .submit,
body input.search-submit
{
	background: #bb1919;
	border-color: #bb1919;
}

body.single-product .entry-summary .button.compare,

body.single-product .entry-summary .yith-wcwl-add-to-wishlist a
{
	border-color: #e4e4e4;

}

.product-wrapper ul.product-item-meta.verticle .yith-btn .yith-wcwl-wishlistexistsbrowse.show a:before{
	color: #fff;
	background: #bb1919;
	border-color: #bb1919;
}

body a:hover,
body a:focus,
body a:active
{

	color: #bb1919;
}


body #loader:after {

	border-left-color: #bb1919;

}
a{
	color: #404040;

}


.social-widget-menu ul li a,
.em-author-details ul li a,
.tagcloud a {
	border-color: #404040;
}

a:visited{
	color: #404040;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment,
body .storecommerce_video_slider_widget,
body .storecommerce_store_brands_widget,
body .product_store_faq_widget
{
	background-color: #e6e6e6;

}
.woocommerce table.shop_table, body.woocommerce-js form.woocommerce-checkout, body.woocommerce-js form.woocommerce-cart-form,
.select2-container--default .select2-selection--single .select2-selection__rendered,
select option,

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current,
.top-cart-content.primary-bgcolor,
.style-3-search,
.style-3-search .search-field,
.style-3-search button,
.main-navigation ul .sub-menu,
.panel,
.woocommerce-message, address,
.woocommerce ul.woocommerce-error,
.woocommerce-info,
.entry-wrapper,
.comments-area,
#secondary .widget,
.woocommerce-tabs.wc-tabs-wrapper,
.storecommerce-product-summary-wrap.clearfix,
.posts_latest_widget .blog-details,
.product-wrapper ul.product-item-meta.verticle .yith-btn a:before,
ul.product-item-meta li,
body .product-wrapper
{
	/*background-color:#eebf0d;*/

}
body h1,
body h2,
body h2 span,
body h3,
body h4,
body h5,
body h6,
body #primary .widget-title,
body .section-title,
body #sidr .widget-title,
body #secondary .widget-title,
body .page-title,
body.blog h1.page-title,
body.archive h1.page-title,
body.woocommerce-js article .entry-title,
body.blog article h2 a,
body.archive article h2 a
{
	color:#707070;

}
body .product_store_faq_widget .ui-accordion .ui-accordion-header{

	color: #404040;
	opacity: 0.75;
}
.aft-notification-title,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span,
body .product-title a,
body .product_store_faq_widget .ui-accordion .ui-accordion-header[aria-expanded="true"],
body .product_store_faq_widget .ui-accordion .ui-accordion-header[aria-expanded="true"]:before,
body .product_store_faq_widget .ui-accordion .ui-accordion-header.ui-accordion-header-active,
body .product_store_faq_widget .ui-accordion .ui-accordion-header:hover,
body .support-content h5,
body .blog-title h4 a,
body.single-product .entry-summary .button.compare,
body.single-product .entry-summary .yith-wcwl-add-to-wishlist a,
body h3.article-title.article-title-1 a:visited,
body .trending-posts-carousel h3.article-title a:visited,
body .exclusive-slides a:visited,
body .nav-tabs>li>a,
#secondary .widget > ul > li a
{
	color: #404040;
	opacity: 1;
}
span.offer-time.btn-style1 a,
body .sale-title,
body .sale-info span.item-count,
body .storecommerce_social_mailchimp_widget h4.section-title,
body #primary .call-to-action .widget-title.section-title,
body .storecommerce_social_mailchimp_widget .section-subtitle,
body .call-to-action,
body .call-to-action .section-title,
body .call-to-action .section-subtitle,
body .sale-single-wrap
{
	color: #ffffff;
}

span.offer-time.btn-style1 a{
	border-color: #ffffff;
}
.header-style-2:before,
body .header-style-3-1 .navigation-section-wrapper,
body .header-style-3 .navigation-section-wrapper
{
	background-color: #ffffff;
}
body .main-navigation .menu ul.menu-desktop > li > a,
p.woocommerce-mini-cart__empty-message,
body .af-cart-icon-and-count:after
{
	color: #fff;
}

p.woocommerce-mini-cart__empty-message{
	text-transform: uppercase;
}

body.home .header-style-2.aft-transparent-header .af-cart-icon-and-count:after{
	color:#ffffff;
}

body.home .header-style-2.aft-transparent-header.aft-sticky-navigation .af-cart-icon-and-count:after{
	color:#404040;
}

body .main-navigation .menu ul.menu-desktop > li > a:visited
{
	color: #fff;
}
.posts_latest_widget .posts-date,
span.offer-date-counter > span,
body span.menu-description,
body span.title-note,
body .badge-wrapper span.onsale:before,
body .header-right-part .aft-wooicon .aft-woo-counter,
body .header-right-part .af-cart-icon-and-count .item-count,
body span.product-count span.item-texts,
body .post-thumbnail-wrap .posts-date,
body .posts_latest_widget .posts-date,
body .main-navigation .menu > li > a:before
{
	background: #bb1919;
}

span.offer-date-counter > span{
	border-color: #bb1919;
}


body span.menu-description:after,
body span.title-note:after,
body span.title-note:after
{
	border-top: 5px solid #bb1919;
}

body span.product-count span.item-texts:after{
	border-top: 10px solid #bb1919;
}
.header-right-part .aft-wooicon .aft-woo-counter,
.header-right-part .af-cart-icon-and-count .item-count,
.sale-info span.item-count,
span.offer-date-counter > span .text,
span.offer-date-counter > span .number,
span.offer-date-counter > span,
.badge-wrapper .onsale,
.woocommerce span.onsale,
span.product-count span.item-texts,
.menu-description,
span.title-note,
body span.menu-description,
body .post-thumbnail-wrap .posts-date,
body .posts_latest_widget .posts-date
{
	color: #ffffff;
}
body .slider-figcaption-1 .slide-title a,
body .categorized-story .title-heading .article-title-2 a,
body .full-plus-list .spotlight-post:first-of-type figcaption h3 a{
	color: #ffffff;
}

body .slider-figcaption-1 .slide-title a:visited,
body .categorized-story .title-heading .article-title-2 a:visited,
body .full-plus-list .spotlight-post:first-of-type figcaption h3 a:visited{
	color: #ffffff;
}
body .figure-categories-bg .em-post-format:before{
	background: #ffffff;
}
body .em-post-format{
	color: #ffffff;
}
body footer.site-footer .primary-footer {
    background:#707070;
    padding-bottom: 50px;
	padding-top: 45px;
}
/*body footer.site-footer .primary-footer,
body footer.site-footer ins,
body footer.site-footer .primary-footer .widget-title span,
body footer.site-footer .primary-footer .site-title a,
body footer.site-footer .primary-footer .site-description{
	color: #ffffff;

}*/

footer.site-footer .primary-footer .social-widget-menu ul li a,
footer.site-footer .primary-footer .em-author-details ul li a,
footer.site-footer .primary-footer .tagcloud a
{
	border-color: #ffffff;
}

body footer.site-footer .secondary-footer {
	background: #404040;

}
body footer.site-footer .secondary-footer .footer-navigation a{
	color: #ffffff;

}
body footer.site-footer .site-info {
    background: #ffcb00;
}
body footer.site-footer .site-info,
body footer.site-footer .site-info a {
	color: #ffffff;

}


/*defaults============================*/

.dropdown-backdrop{
	display: none;
}

body #secondary .widget-title{
	margin: 0;
	margin-bottom: 10px;
}

body.home h1.page-title{
	display: none;
}

body .select2-container .select2-selection--single{
	height: 32px;
}

.price_slider_wrapper {
	margin-top: 10px;
}


/*media query======================*/
@media screen and (max-width: 1024px){
	.style-3-search .search-field {
		width: 40%;
	}
	.style-3-search .cate-dropdown{width: 180px;}
	.header-style-3 .search{width: 48%;}
}

@media screen and (max-width: 991px){
	.main-navigation ul ul{
		left: 0;
	}
}
@media screen and (min-width: 768px){
	.aft-show-on-mobile{
		display: none !important;
	}
}
@media screen and (max-width: 768px){

	.nav-tabs>li>a{
		width: 100%;
	}

	.overlay-content .search-field,
	.overlay-content .cate-dropdown {
		text-align: center;
		text-align-last: center;
	}

	body .top-cart-content.primary-bgcolor{
		width: 315px;
		right: -15px;
	}

	/*header---------------*/
	.header-left-part {
		display: block;
		padding: 15px 0 15px;
		float: none;
		text-align: center;
	}
	.header-style-2 .desktop-header {
		flex-wrap: wrap;
	}
	/*.header-style-2 .desktop-header .header-right-part,*/
	.header-style-2 .desktop-header .header-left-part{
		width: 100%;
	}
	.header-style-2 .desktop-header .header-right-part{
		width: auto;
	}
	.header-middle-right-part {
		position: relative;
		width: 100%;
	}
	.header-style-2 .desktop-header .header-right-part{
		position: absolute;
		top: -5px;
	}
	.header-middle-part {
		position: relative;
		top: inherit;
		left: inherit;
		-webkit-transform: translate(0%, 0%);
		-moz-transform: translate(0%, 0%);
		-ms-transform: translate(0%, 0%);
		-o-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
		padding: 0;
		display: inline-block;
		float: left;
		width: 100%;
		/*z-index: 99;*/
	}
	.header-right-part {
		position: absolute;
		right: 0;
	}
	.header-style-3-1 .header-right-part ,
	.header-style-3 .header-right-part {
		right: 15px;
	}
	.main-navigation ul li.menu-item-has-children > a:after{display: none;}


	/*header---------------*/

	.col-4 {
		width: 50%;
	}

	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary,
	.container-wrapper #primary,
	.container-wrapper #secondary{
		width: 100%;
	}
	.container-wrapper #primary,
	.container-wrapper #secondary{
		padding: 0;
	}
	span.product-count span.item-texts, .menu-description, span.title-note{
		right: 0;
		top: -32px;
	}
	.menu-item .menu-description {
		top: 18px;
	}
	.sub-menu .menu-item .menu-description {
		top:-2px;
	}
	.menu-description{
		right: 50px;
	}
	.menu-description:after{
		display: none;
	}
	.header-style-3 .header-right-part > div {
		vertical-align: middle;
	}
	.testimonial-slider .owl-nav button {
		top: 10%;
	}
	.header-style-3 .header-left-part {
		flex-wrap: wrap;
	}
	.header-style-3 .header-left-part .logo-brand {
		width: 100%;
		text-align: center;
	}
	.header-style-3 .search.aft-show-on-mobile {
		width: 15px;
	}
	.header-style-3 .header-right-part > div{
		margin-top: 0px;
	}
	.style-3-search .search-field {
		width: 40%;
	}
	.header-style-3 .header-left-part .search,
	.header-style-3 .header-left-part .account-user,
	.header-style-3 .header-left-part .express-off-canvas-panel{
		display: none;
	}
	.aft-show-on-mobile{
		display: inline-block !important;
	}
	.header-style-2 .header-right-part {
		padding: 5px 0;
	}
	.product-wrapper .horizontal ul.product-item-meta{
		opacity: 1;
		bottom: 2px;
		left: 0;
		right: 0;
	}
	.product-wrapper ul.product-item-meta{
		opacity: 1;
		left: 10px;
	}


}

@media only screen and (max-width: 1024px) and (min-width: 426px)  {

	.sale-title {
		/*font-size: 26px;*/
	}
}
@media screen and (max-width: 823px) and (min-width: 768px) {
	.style-3-search .search-field {
		width: 40%;
	}
	.style-3-search .cate-dropdown {
		width: 150px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.style-3-search button{padding-left:10px;padding-right:10px;}
}
@media only screen and (max-width: 768px) and (min-width: 426px)  {
	.primary-footer-area {
		width: 50%;
		float: left;
	}
	.btm-margi{margin-bottom: 30px;}
	.product-ful-wid{width: 100%;}

	.site-footer .site-info .col-2, .site-footer .secondary-footer .col-2{
		width: 100%;
	}
	.secondary-footer .social-navigation,
	.secondary-footer{
		text-align: center;
	}
	.site-info-wrap{
		flex-wrap: wrap;
		text-align: center;
	}
	.site-info-wrap .col-2.float-l:nth-child(2) a{text-align: center;}
	.content-caption.on-left {
		right: 10%;
	}
	.content-caption.on-right {
		left: 10%;
	}
	ul.product-item-meta li{
		padding: 10px 30px;
	}
	.half-post-wid{width: 50%;}
}

@media screen and (max-width: 667px){
	.site-footer .site-info .col-2, .site-footer .secondary-footer .col-2{
		width: 100%;
	}
	.secondary-footer .social-navigation,
	.secondary-footer{
		text-align: center;
	}
	.site-info-wrap{
		flex-wrap: wrap;
		text-align: center;
	}
	.site-info-wrap .col-2.float-l:nth-child(2) a{text-align: center;}
}
@media screen and (max-width: 629px){
	.style-3-search {
		overflow: hidden;
		width: 100%;
		background-color: #f5f5f5;
		border-radius: 0px;
		border: 1px solid #d9d9d9;
	}
	.style-3-search .cate-dropdown {
		width: 100%;
		border-bottom: 1px solid lightgrey;
	}
	.style-3-search .search-field {
		width: 100%;
	}
	.style-3-search button{
		width: 100%;
		border-radius: 0;
	}


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

	.top-bar-flex {
		flex-wrap: wrap;
		text-align: center;
	}
	.top-bar-left + .top-bar-right,
	.top-bar-left {
		width: 100%;
		padding-bottom: 5px;
	}
	.top-bar-right {
		text-align: center;
		padding-bottom: 0;
	}
	ul.top-bar-menu{margin-top: 0px;}
	.main-banner-slider .owl-dots {
		right: 0px;
		left: 0px;
	}

	.pad {
		padding: 0px;
	}
	.owl-nav button{
		top: 25%;
	}

	.storecommerce_product_express_category_widget .sale-background a {
		padding-bottom: 100%;
	}
	.content-caption.on-left,
	.content-caption.on-right {
		right: 0%;
		left: 0%;
		text-align: center;
	}
	.content-caption.on-left .star-rating,
	.content-caption.on-right .star-rating{
		margin: 0 auto;
	}
	.caption-heading .cap-title {
		font-size: 40px;

	}
	.caption-heading .cap-title,
	.content-caption .cat-links li a{
		margin-top: 5px;
	}
	.content-caption span.woocommerce-Price-amount.amount,
	.content-caption span.price del,
	.content-caption span.price ins {
		font-size: 18px;
	}
	.product-slider .product-description,
	.product-slider .product-image-wrapper,
	.col-1,.col-2,.col-3,.col-4 {
		width: 100%;
	}
	.product-slider .product-wrapper{
		flex-wrap: wrap;
	}
	.site-info-wrap {
		flex-direction: column-reverse;
		text-align: center;
	}
	.site-info-wrap .col-2.float-l:nth-child(2) a{
		text-align: center;
		margin: 8px 0px;
	}
	.sale-single-wrap {
		margin-bottom: 30px;
	}
	.call-to-action .section-head {
		padding: 10px;
	}
	.storecommerce_store_call_to_action_widget .section-title .header-after {
		font-size: 40px;
		line-height: 40px;
	}
	.nav-tabs>li{
		display: block;
	}
	.nav-tabs>li>a{
		padding: 9px 20px;
	}
	.inner-suscribe input {
		line-height: 28px;
	}
	.inner-suscribe input[type=submit] {
		position: relative;
		display: inline-block;
		margin-top: 10px;
		line-height: 12px;
	}
	/*.woocommerce .widget_shopping_cart_content a.button.wc-forward,
	.woocommerce .widget_shopping_cart_content a.button.checkout,*/
	.product-ful-widt{
		width: 100%;
	}
	body .top-cart-content.primary-bgcolor{
		width: 260px;
		right: -15px;
	}


	.full-width-content.woocommerce ul.products.columns-2 li.product,
	.full-width-content.woocommerce-page ul.products.columns-2 li.product,
	.full-width-content.woocommerce ul.products.columns-3 li.product,
	.full-width-content.woocommerce-page ul.products.columns-3 li.product,
	.full-width-content.woocommerce ul.products.columns-4 li.product,
	.full-width-content.woocommerce-page ul.products.columns-4 li.product,
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product{
		width:100%;
	}


}

@media screen and (max-width: 375px){
	.sale-info span.product-count:last-child, span.offer-date-counter > span:last-child{
		margin-right: 15px;
	}
}
@media screen and (max-width: 320px){
	.content-caption .content-desc {
		display: none;
	}
	.owl-item.active .item-single .content-caption {
		bottom: 15%;
	}
	#yith-quick-view-modal .entry-summary .cart .button,
	body.single-product .entry-summary .cart .button,
	body.single-product .entry-summary button {
		padding: 9px 30px;
	}
}

/*=======================================================
						Main CSS Start
=======================================================*/
.header-left-part .account-user {
	display:none;
}
.entry-header {
	display:none;
}
.header-left-part .style-3-search .cate-dropdown {
	display:none;
}
.home .entry-header {
	display:none !important;
}

.section-title {
    font-size: 90px;
    text-transform: uppercase;
    color: #fbd6d7 !important;
    letter-spacing: 5px;
    margin: 0;
    line-height: 80px;
}
.sub-title {
    font-size: 40px;
    letter-spacing:3px;
    margin-bottom: 60px;
}
.about-section {
	margin:50px 0 0px;
}
.about-section .wpb_text_column {
	margin-top:115px;
}
.about-section p strong {
	color:#ee4b4f;
}
.serve-section .vc_col-sm-4 {
	margin-bottom:45px;
}
.serve-section .vc_col-sm-4 .wpb_wrapper {
	background:#f5f5f5;
}
.serve-section .wpb_single_image:nth-child(2) {
    margin-top: -90px;
    z-index: 9;
    position: relative;
}
.serve-section .wpb_single_image:nth-child(2) figure {
    background: #ec3237;
    border-radius: 50%;
    width: 110px;
    display: table;
    margin: auto;
    height: 110px;
    padding: 24px;
}
.serve-section .wpb_text_column {
    text-align: center;
    padding:10px 30px 25px 30px;
    margin-bottom: 0;
}
.serve-section .wpb_text_column p {
	font-size:14px;
	line-height:18px;
}
.serve-section .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern {
    background: #3d4094;
    border: none;
    margin-bottom: 18px;
    padding: 16px 50px 16px 50px;
}
.cat-tab {
	margin:20px 0 0px;
}
.cat-tab .vc_tta-tab a {
	background:none !important;
}
.cat-tab .vc_tta-tab a .fa, .cat-tab .vc_tta-tab a .fas {
    border: solid 1px #fbdc61;
    padding: 14px;
    font-size:20px;
    background: #efefef;
}
.cat-tab .vc_tta-tab a .fa:before, .cat-tab .vc_tta-tab a fas:before {
	font-size:20px;
}
.cat-tab li.vc_tta-tab.vc_active a i:before, .cat-tab li.vc_tta-tab.vc_active a .fas:before {
	color:#9cf75f;
}
.cat-tab li.vc_tta-tab.vc_active a .fa, .cat-tab li.vc_tta-tab.vc_active a .fas {
	background:#fff;
}
.products .product-wrapper {
	background: #fff;
	box-shadow:none;
}
.products .product-image-wrapper {
	background: #efefef;
}
.cat-tab .products .product-image-wrapper {
	border-radius:10px;
}
.products li.product a img {
    height: 262px !important;
    object-fit: cover;
}
.products .product-rating-wrapper {
    position: absolute;
    bottom: 50px;
	top:inherit;
	left:inherit;
    right: 0;
}
.product-description {
	padding-left:0px;
	padding-right:0px;
}
.product-description .prodcut-catagory {
	display:none;
}
.product-description .product-title {
	text-align:left;
}
.product-description .price {
	text-align:left;
}
.product-wrapper ul.product-item-meta.verticle .yith-btn a:before {
	background-color: #ffcb00 !important;
}
.woocommerce span.onsale, .badge-wrapper .onsale {
    min-height: 28px;
    line-height: 28px;
}
.woocommerce .horizontal ul.product-item-meta li a, 
ul.products li.product a.button.add_to_cart_button {
    background: #ffcb00;
}
.BestSeller .products li:first-child .product-image-wrapper {
	background:#ec3237;
}
.BestSeller .products li:nth-child(2) .product-image-wrapper {
	background:#3d4094;
}
.BestSeller .products li:nth-child(3) .product-image-wrapper {
	background:#ffcb00;
}
.BestSeller .products .product-image-wrapper {
	border-radius:0px;
}
.why-choose-title {
	margin:0px;
}
.why-choose-item {
	margin-bottom:80px;
}
.why-choose-item .wpb_text_column {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    padding: 0 80px;
}
.why-choose-item .wpb_text_column p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}
.safety-enterprises {
	margin-top:135px;
}
.safety-enterprises .wpb_single_image figure {
	background: #f8e69f !important;
    border-radius: 50% !important;
    width: 110px;
    display: table;
    margin: auto;
    height: 110px;
    padding: 24px;
}
.safety-enterprises .vc_col-sm-4:nth-child(2) .wpb_single_image figure {
    background: #f1b0b2 !important;
}
.safety-enterprises .wpb_text_column p {
    text-align: center;
    padding-bottom: 36px;
    font-size: 18px;
    padding-top: 12px;
}
.safety-enterprises h4 {
    padding-bottom: 0;
    font-size: 20px;
}
.safety-enterprises .vc_col-sm-4 .wpb_wrapper {
    background: #f5f5f5;
    border-radius: 10px;
}
.safety-enterprises .wpb_single_image {
	padding-top:45px;
}
.download-broucher {
	padding:60px 0 80px;
	margin:0px;
}
.download-broucher .wpb_text_column p {
    color: #fff;
    text-align: center;
    padding: 0 180px;
    padding-bottom: 50px;
    font-size: 18px;
}
.download-broucher .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern {
    background: #ffcb00;
    border: none;
    font-size: 18px;
    padding: 15px 50px 15px 0;
}
.company-video {
	margin:25px 0 80px;
}
.company-video .wpb_wrapper {
    background: #f4f4f4;
    padding: 20px 0;
    height: 320px;
    border-radius: 10px;
}
.company-video .paoc-popup {
    background: #ffffff;
    color: #ec383d;
    padding: 10px 20px 10px 60px;
    position: relative;
}
.company-video .paoc-popup:before {
    background: url(images/video-icon.png);
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    width: 32px;
    top: 11px;
    left: 22px;
    background-size: contain;
    position: absolute;
    bottom: auto;
}
.company-video .wpb_wrapper figure {
	height:auto;
}
.company-video .wpb_text_column .wpb_wrapper {
	height:auto;
}
.tellus-section {
    padding: 40px 0 55px;
}
.tellus-section .wpcf7-form {
	padding:0px;
}
.tellus-section h4 {
	margin-bottom:40px;
}
.tellus-section .wpcf7-form textarea {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 5px #ccc;
    padding: 21px 38px;
    height: 200px;
}
.tellus-section .wpcf7-form input[type="tel"], .tellus-section .wpcf7-form input[type="text"] {
    background: #fff;
    border-radius: 10px;
    padding: 0 38px;
    height: 60px;
    box-shadow: 0px 5px 5px #ccc;
}
.tellus-section .wpcf7-form .wpcf7-submit {
    background: #ffcb00;
    border-color: #ffcb00;
    padding: 20px 40px;
    border-radius: 10px;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
}
.tellus-section p {
	position:relative;
}
.tellus-section .fa {
    position: absolute;
    z-index: 9;
    font-size: 22px;
    top: 22px;
    left: 12px;
}
.tellus-section .wpb_single_image {
	padding-top:60px;
}
.site-footer .widget-title {
	font-size: 20px;
	margin-bottom:20px;
}
.site-footer .widget-title span {
	color:#fff;
}
#text-2 .textwidget p {
    font-size: 13px;
    color: #ccc;
}
#text-2 .textwidget p .fa {
	margin-right:15px;
	color:#fff;
}
.site-footer ul li {
	margin-bottom:15px !important;
}
.site-footer ul li a {
    color: #ccc;
    font-size: 13px;
}
.site-footer .product_list_widget li img, .site-footer .product_list_widget li del, .site-footer .product_list_widget li ins, .site-footer .product_list_widget li .star-rating {
	display:none;
}
.site-info .single-align-c {
    text-align: center;
    padding-top: 40px;
}
.woocommerce-page .columns-3 {
	float:right;
	width:70%;
}
.woocommerce-page ul.products.columns-3 {
	width:100%;
}
.container-wrapper #secondary {
    width: 30%;
    margin-top:0px;
    padding-left: 0;
    padding-right: 30px;
}
#secondary .widget form select {
	width:100%;
}
#secondary .widget form, #secondary .widget .woocommerce-widget-layered-nav-list, #secondary .widget .product_list_widget {
    background: #efefef;
}
#secondary .widget .woocommerce-widget-layered-nav-list, #secondary .widget .product_list_widget {
	padding:20px;
}
#secondary .product_list_widget .star-rating, #secondary .product_list_widget del, #secondary .product_list_widget ins {
	display:none;
}
.archive .products li.product a img {
    height: 240px !important;
    object-fit: cover;
}
.archive.woocommerce ul li .product-title a {
    font-size: 14px;
}
.archive.woocommerce .products .product-image-wrapper {
    border-radius: 8px;
}
.archive.woocommerce .product-description .price bdi {
    color: #ec3237;
}
.product-category {
    padding: 25px 0 35px;
    margin: 60px 0 50px;
}
.product-category h1 {
    color: #2b75ed;
    line-height: 48px;
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.product-category h3 {
    color: #4b4f54;
    margin-top: 6px;
    line-height: 38px;
    margin-bottom: 25px;
    font-weight: 100;
    font-size: 38px;
    text-transform: uppercase;
}
.product-category .wpb_text_column ul li {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.product-category .wpb_text_column ul li a {
    background: #ffd300;
    padding: 12px 5px 12px;
    color: #fff;
    box-shadow: 0 5px 5px #ccc;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    display: table;
    font-size: 14px;
}
.product-category.IB h1 {
    color:#ef9d26;
}
.product-category.IB .wpb_text_column ul li a {
    background:#9d5bb2;
	box-shadow: 0 5px 5px #525252b0;
}
.gallery-section .vc_tta-tabs-list li a {
	padding: 14px 65px !important;
	border:none !important;
}
.gallery-section .vc_tta-tabs-list li.vc_tta-tab.vc_active a {
	background:#ec3237 !important;
	color:#fff !important;
}
.gallery-section .bwg-item0 {
	background:#ffe57f !important;
}
.gallery-section .bwg-item {
	margin-bottom:40px;
}
.gallery-section .bwg-item .bwg-thumb-description {
	text-align:center;
	margin-top:8px !important;
}
.gallery-section .bwg-item .bwg-thumb-description span {
	font-size:14px !important;
}
.about-content {
	padding:140px 0 150px;
}
.about-content .wpb_text_column p {
	text-align:center;
	padding:0 100px;
}
.facilities-section {
	padding:15px 0 15px;
}
.facilities-section .wpb_text_column p {
    padding: 200px 0 0;
}
.facilities-section .section-title {
    line-height: 100px;
}
.warehousing-packaging h2, .MFacturing h2 {
	text-transform:uppercase;
}
.warehousing-packaging .wpb_text_column p {
	padding-top:80px;
}
.Testing-Facilities {
	margin:50px 0 50px;
}
.Testing-Facilities .wpb_text_column {
    background: #fff;
    box-shadow: 0 5px 10px #ccc;
    border-radius: 10px;
    padding: 50px;
    position: relative;
    margin-top: 90px;
}
.Testing-Facilities .wpb_text_column:before {
    content: "";
    position: absolute;
    left: -16px;
    background: url(images/t01.png);
    width: 200px;
    background-size: contain;
    height: 41px;
    background-repeat: no-repeat;
    top: -22px;
}
.Testing-Facilities .wpb_text_column:after {
    content: "";
    position: absolute;
    right: 28px;
    background: url(images/t02.png);
    width: 54px;
    background-size: contain;
    height: 54px;
    background-repeat: no-repeat;
    top: -22px;
}
.Testing-Facilities .wpb_text_column p {
	line-height:30px;
}
.Testing-Facilities .wpb_text_column p:before {
    content: "";
    position: absolute;
    left: -16px;
    background: url(images/t03.png);
    width: 106px;
    background-size: contain;
    height: 111px;
    background-repeat: no-repeat;
    bottom: -50px;
}
.Testing-Facilities .wpb_text_column p:after {
    content: "";
    position: absolute;
    right: -16px;
    background: url(images/t04.png);
    width: 326px;
    background-size: 75%;
    height: 85px;
    background-repeat: no-repeat;
    bottom: -50px;
}
.ourteam {
	margin:150px 0 150px;
}
.ourteam .wpb_text_column p {
	padding-top:50px;
}
.certification-section {
}
.certification-item {
    padding: 330px 0 360px 0;
    position: relative;
    display: table;
    margin:0px 0 0;
    width: 100%;
}
.certification-item:before {
    content: "";
    position: absolute;
    right:0;
    background: url(images/Certification-top.png);
    width: 100%;
    background-size: 100%;
    height: 300px;
    background-repeat: no-repeat;
    top: 0;
}
.certification-item:after {
    content: "";
    position: absolute;
    right: 0;
    background: url(images/Certification-bot.png);
    width: 100%;
    background-size: 100%;
    height: 365px;
    background-repeat: no-repeat;
    bottom: 0;
}
.OurAward {
	margin:50px 0 0px;
}
.OurAward .sub-title {
	margin-bottom:0px;
}
.OurAward .section-title {
    line-height: 100px;
}
.OurAward .wpb_single_image {
	margin-top:50px;
}
.CompanyProfile .wpb_text_column {
    background: url(images/Company-Profile-small.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    text-align: center;
    height: 310px;
    margin-bottom: 0;
    padding: 80px 0 0;
}
.CompanyProfile .vc_col-sm-6 .wpb_text_column {
    background: url(images/Company-Profile-big.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center top;
    text-align: center;
    height: 310px;
    margin-bottom: 0;
    padding: 95px 135px 0;
}
.CompanyProfile .wpb_text_column h5 {
    color: #fff;
    font-size: 16px;
}
.CompanyProfile .wpb_text_column p {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
}
.Infrastructure {
	margin:150px 0 150px;
}
.Infrastructure h2, .Statutory-Profile h2, .company-usp h2, .shipment-details h2 {
	text-transform:uppercase;
}
.Infrastructure .wpb_text_column {
    background: url(images/Infrastructure-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    text-align: center;
    height: 310px;
    margin-bottom: 0;
    padding: 80px 0 0;
}
.Statutory-Profile .wpb_text_column {
    background: url(images/Statutory-Profile-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    text-align: center;
    height: 310px;
    margin-bottom: 0;
    padding: 80px 0 0;
}
.company-usp {
	margin:100px 0 100px;
}
.company-usp .vc_col-sm-6 .wpb_text_column {
    background: url(images/Company-USP-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    text-align: center;
    height: 444px;
    margin-bottom: 0;
    padding:115px 135px 0;
}
.company-usp .wpb_text_column ul {
    text-align: left;
    margin-left: 35px;
    list-style: decimal;
}
.company-usp .wpb_text_column ul li {
	color:#fff;
}
.company-usp .wpb_text_column p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}
.shipment-details .vc_col-sm-6 .wpb_text_column {
    background: url(images/Company-Profile-big.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    text-align: center;
    height: 470px;
    margin-bottom: 0;
    padding: 95px 135px 0;
}
.shipment-details .wpb_text_column ul {
	text-align: left;
    margin-left: 35px;
    list-style: decimal;
}
.shipment-details .wpb_text_column ul li {
	color:#fff;
}
.shipment-details .wpb_text_column h5 {
    text-align: left;
}
.shipment-details  .vc_row-fluid:last-child .vc_col-sm-6 .wpb_text_column h5 {
	text-align:center;
	padding-top: 50px;
}
.shipment-details  .vc_row-fluid:last-child .vc_col-sm-6 .wpb_text_column p {
	text-align:center;
	font-size:16px;
}
.current-opening {
	margin:100px 0 100px;
}
.current-opening-content {
    padding: 75px 0 75px;
}
.current-opening-content .wpb_text_column p {
    color: #fff;
    text-align: center;
    padding: 0 110px;
}
.current-opening-content .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern {
    border: none;
    background: #ffcb00;
    text-transform: uppercase;
    padding: 20px 55px 20px;
    font-size: 16px;
    font-weight: 600;
}
.quality {
	margin:50px 0 20px;
}
.quality .wpb_text_column {
	padding-top:135px;
}
.history-section .wpb_text_column {
    background: #fff;
    width: 75%;
    border-radius: 6px;
    padding: 15px 30px 20px 30px;
    margin: auto;
    box-shadow: 4px 6px 8px #ccc;
    border: solid 4px #f9f9f9;
}
.history-section .wpb_text_column h4 {
    margin-bottom: 25px;
    line-height: 28px;
}
.history-section h2 {
    font-size: 44px;
    font-weight: 500;
	position:inherit;
    margin-top: 0;
    color: #000;
    margin-left: 40px;
}
.history-section h2:before {
    background:#ffffff00;
    content: "";
    position: absolute;
    height: 78px;
    top: 0;
    border: solid 8px #ff0f17;
    width: 78px;
    border-radius: 50%;
    left: -94px;
}
.history-section h2:after {
    background: #3d4094;
    content: "";
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    top: 19px;
    left: -75px;
}
.history-section .oh1, .history-section .oh2, .history-section .oh3 {
    margin-bottom: 100px;
}
.history-section .oh2 h2 {
    padding-right: 65px;
}
.history-section .oh2 h2:before {
    background: #F44336;
    height: 44px;
    top: 10px;
    border: solid 8px #3d4094;
	left:auto;
    width: 44px;
    right: -36px;
}
.history-section .oh2 h2:after {
	display:none;
}
.history-section .oh2 .wpb_text_column {
	position:relative;
}
.history-section .oh2 .wpb_text_column:before {
    content: "";
    position: absolute;
    left: -67px;
    border: dashed 1px #b5b5b5;
    width: 65px;
    top: 26px;
    height: 0px;
}
.history-section .oh3 h2:before {
    background: #F44336;
    height: 44px;
    top: 10px;
    border: solid 8px #3d4094;
    left: -78px;
    width: 44px;
    right: auto;
}
.history-section .oh3 h2:after {
	display:none;
}
.history-section .oh3 .wpb_text_column:before {
    content: "";
    position: absolute;
    right: -67px;
	left:auto;
    border: dashed 1px #b5b5b5;
    width: 65px;
    top: 26px;
    height: 0px;
}
.history-section .vc_col-sm-12:before {
    width: 3px;
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    background: #707070;
    right: 0;
    margin: auto;
    top: 0;
}
.single-product .product-summary-wrapper {
	padding-right:100px;
}
.single-product .product-summary-wrapper .images img {
    background: #f3f3f3;
}
.single-product .entry-summary .product_title {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}
.single-product .entry-summary .woocommerce-product-rating {
	float: right;
    width: 50%;
}
.single-product .entry-summary .price {
	float:left;
	width:50%;
}
.single-product .woocommerce-product-details__short-description {
    clear: both;
    margin-top: 80px;
    border-top: dashed 1px #ccc;
    padding-top: 25px;
    display: table;
    width: 100%;
}
.single-product .entry-summary .price ins .woocommerce-Price-amount {
	color: #ec3237;
}
.single-product .entry-summary .price ins {
	font-size:22px;
}
.history-section .oh1 .vc_col-sm-6:last-child:after {
    background: url(images/s01.png);
    content: "";
    position: absolute;
    right: 15px;
    bottom: -65px;
    width: 64px;
    height: 58px;
}
.history-section .oh2 .vc_col-sm-6:last-child .wpb_text_column:after {
    background: url(images/s02.png);
    content: "";
    position: absolute;
    right: 0;
    bottom: -65px;
    width: 98px;
    height: 136px;
}
.history-section .oh3 .vc_col-sm-6:first-child .wpb_text_column:after {
    background: url(images/s03.png);
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    right: -28px;
    bottom: -70px;
    background-size: 94%;
    width: 116px;
    height: 105px;
}
.history-section .h17 .vc_col-sm-6:last-child .wpb_text_column:after {
    background: url(images/s04.png);
    content: "";
    position: absolute;
    right: -38px;
    bottom: -65px;
    width: 121px;
    height: 126px;
}
.history-section .h16 .vc_col-sm-6:first-child .wpb_text_column:after {
    background: url(images/s05.png);
    content: "";
    position: absolute;
    right: -38px;
    bottom: -82px;
    width: 135px;
    height: 136px;
}
.history-section .h15 .vc_col-sm-6:last-child .wpb_text_column:after {
    background: url(images/s06.png);
    content: "";
    position: absolute;
    right: -20px;
    bottom: -40px;
    width: 102px;
    height: 86px;
}
.history-section .h14 .vc_col-sm-6:first-child .wpb_text_column:after {
    background: url(images/s07.png);
    content: "";
    position: absolute;
    right: -28px;
    bottom: -34px;
    width: 76px;
    height: 77px;
}
.history-section .h13 .vc_col-sm-6:last-child .wpb_text_column:after {
    background: url(images/s08.png);
    content: "";
    position: absolute;
    right: -20px;
    bottom: -85px;
    width: 108px;
    height: 125px;
}
.history-section .h12 .vc_col-sm-6:first-child .wpb_text_column:after {
    background: url(images/s09.png);
    content: "";
    position: absolute;
    right: -28px;
    bottom: -34px;
    width: 78px;
    height: 107px;
}
.history-section .h11 .vc_col-sm-6:last-child .wpb_text_column:after {
    background: url(images/s10.png);
    content: "";
    position: absolute;
    right: -20px;
    bottom: -52px;
    width: 168px;
    height: 89px;
}
.single-product .entry-summary .woocommerce-product-details__short-description h5 {
    font-size: 16px;
    line-height: 18px;
    margin: 45px 0px 35px;
}
.single-product .entry-summary .woocommerce-product-details__short-description ul {
	display:table;
}
.single-product .entry-summary .woocommerce-product-details__short-description ul li {
	width:20%;
	text-align:center;
	float:left;
}
.single-product .entry-summary .woocommerce-product-details__short-description ul li strong {
    width: 85px;
    display: table;
    margin: auto;
    height: 85px;
    background: #e4e4e4;
    border-radius: 50%;
}
.single-product .entry-summary .woocommerce-product-details__short-description ul li img {
    padding:22px;
    position: relative;
}
.single-product .entry-summary .woocommerce-product-details__short-description ul li h5 {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 0 15px;
    margin: 12px 0;
}
.single-product .entry-summary .quantity, .single-product .entry-summary .product_meta {
	display:none;
}
.single-product .entry-summary .button {
    background: #ec3237 !important;
    width: auto !important;
    border-radius: 10px;
    padding: 24px 58px 24px 58px !important;
}
.single-product .heateor_sss_horizontal_sharing {
	margin-top:40px;
}
.single-product .heateor_sss_horizontal_sharing .heateor_sss_sharing_title {
    margin-top: 40px;
    margin-bottom: 15px;
}
.single-product .woocommerce-tabs {
    border-top: solid 1px #ccc;
    padding-top: 40px;
    margin-top: 40px;
    margin-bottom: 90px;
}
.single-product .wpgs--with-images .wpgs-nav .slick-next, .single-product .wpgs--with-images .wpgs-nav .slick-prev {
    background:#fbe590;
    height: 60px;
    width: 25px;
}
.single-product .wpgs-for .slick-arrow {
	display:none !important;
}
button#rmp_menu_trigger-244 {
    display: none;
}
.single-product .yith-wcwl-add-button {
	display:none !important;
}
.page-id-229 .wpcf7-form .wpcf7-submit {
    background:#e93236;
    padding: 15px 40px;
    border-radius: 6px;
	border:none;
}
.page-id-229 .wcqlupdatelistbtn {
	background:#e93236 !important;
    border-radius:4px !important;
}
.related.products h2 {
	text-align:center;
	margin-bottom:35px;
}
.primary-footer #text-2 h5 {
    color: #fff;
    font-size: 20px;
    margin: 35px 0 16px 0;
}
.primary-footer #text-2 ul {
}
.primary-footer #text-2 ul li {
    float: left;
    margin-right: 15px;
}
.primary-footer #text-2 ul li a {
	font-size:30px;
}
.primary-footer #text-2 ul li a:hover {
	color:#fff;
}
.primary-footer ul li a:hover {
	color:#fff;
}
.primary-footer .primary-footer-area:last-child .widget_media_image {
    float: left;
    margin-right:20px;
}
.primary-footer .primary-footer-area:last-child .widget_products {
	margin-bottom:50px;
}
.add_to_cart_button, .gmwqp_inq_addtocart {
	display:none !important;
}
.ourproduct-page-title {
	margin: 50px 0 0px;
}
.single-product .site-content {
    margin-top: 40px;
}
.logo-brand img {
	width:170px;
}
/*======================================
				Mobile CSS
======================================*/
@media screen and (max-width: 767px){
.ourproduct-page-title {
    margin: 15px 0 0px;
}
.section-title {
    font-size: 50px;
    letter-spacing: 3px;
    line-height: 30px;
}
.about-section .wpb_text_column {
    margin-top: 0;
}
.about-section {
    margin: 0 0 60px;
}
.serve-section .vc_col-sm-4 {
    margin-bottom: 0px;
}
.cat-tab {
    margin: 60px 0 95px;
}	
.products li.product a img {
    height: 209px !important;
}
.woocommerce ul li .product-title a {
    font-size: 14px;
}
.safety-enterprises {
    margin-top: 0;
}
.download-broucher {
    padding:0 0 25px;
    margin:0px;
}
.download-broucher .wpb_text_column p {
    padding: 0 18px;
    padding-bottom: 0;
}
.tellus-section {
    padding: 30px 0 40px;
    margin:0px;
}
.tellus-section .wpcf7-form textarea {
    height: 165px;
}
.site-info .single-align-c {
    text-align: center;
    padding-right: 0;
    padding-top: 10px;
}
.site-info .payment-icon {
    text-align: center;
}
button#rmp_menu_trigger-244 {
    display: block !important;
}
.header-middle-part {
	display:none !important;
}
#rmp-container-244 .rmp-menu-title-image {
	padding-top:5px;
}
body.woocommerce-js form#gal_front_form_0 {
    padding: 0;
}
body.woocommerce-js form#gal_front_form_0 .bwg-border-box {
	padding-left:0px !important;
}
.tellus-section {
	padding-top:0px;
}
.history-section .wpb_text_column {
    width: 100%;
}
.history-section .oh2 .wpb_text_column:before, .history-section .oh3 .wpb_text_column:before {
	display:none;
}
.history-section .oh2 h2 {
    padding-right: 0;
    margin-left: 0;
    text-align: center !important;
}
.history-section .oh2 h2:before {
    top: -45px;
    left: 0;
    right: 0;
    margin: auto;
}
.history-section h2 {
	margin-left:0px;
	text-align:center !important;
}
.history-section .oh3 h2:before {
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
}
.history-section h2:before {
    top: 90px;
    left: 0;
    right: 0;
    margin: auto;
}
.history-section h2:after {
    top: 109px;
    left: 0;
    right: 0;
    margin: auto;
}
.history-section .oh1:first-child h2:before, .history-section .oh1:first-child h2:after {
	display:none;
}
.about-section .sub-title {
    margin-bottom: 0;
}
.history-section .wpb_text_column h4, .history-section .wpb_text_column p {
	text-align:center;
}
.history-section .wpb_text_column {
    padding: 15px 15px 20px 15px;
}
.history-section .wpb_text_column h4 {
    line-height: 26px;
}
.container-wrapper #secondary {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.woocommerce-page .columns-3 {
    width: 100%;
}
.post-type-archive-product ul[class*="columns-"] {
    margin: 0px;
}
.post-type-archive-product ul.products li.product, .post-type-archive-product ul.products li.product {
    padding: 0;
}
.single-product .product-summary-wrapper {
    padding-right: 0;
}
.woocommerce div.product .product_title {
    font-size: 20px;
}
.single-product .entry-summary .woocommerce-product-details__short-description ul li {
    width: 33.33%;
}
.single-product .entry-summary .woocommerce-product-details__short-description ul li strong {
    width:70px;
    height:70px;
}
.single-product .entry-summary .woocommerce-product-details__short-description ul li img {
    padding: 10px;
}
.single-product .entry-summary .woocommerce-product-details__short-description ul li h5 {
    padding: 0 4px;
    margin: 0 0 25px;
}
.single-product .woocommerce-product-details__short-description {
	margin-bottom:0px;
}
.single-product .heateor_sss_sharing_container .heateor_sss_sharing_ul li i {
	width:46px !important;
    height: 46px !important;
}
.single-product .woocommerce-tabs {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}
.logo-brand img {
	width:125px;
}
.section-title {
    margin: 15px 0 0 0;
}
.why-choose-item {
    margin-bottom: 0;
}
body footer.site-footer .primary-footer {
    padding-bottom: 5px;
    padding-top: 20px;
}
}

@media screen and (max-width: 479px){
.section-title {
    font-size: 30px;
    line-height: 32px;
	letter-spacing: 0;
}
.sub-title {
    font-size: 20px;
    letter-spacing: 0px;
    margin-bottom: 30px;
    margin-top: 8px;
}
.cat-tab {
    margin:0px;
}
.safety-enterprises h4 {
    padding-bottom: 0;
    font-size: 16px;
    margin-bottom: 0;
    padding: 0 15px;
}
.company-video .wpb_wrapper {
    padding: 20px 15px;
    height: auto;
    border-radius: 10px;
}
.company-video .wpb_single_image {
    margin-bottom: 0;
}
.company-video .wpb_text_column {
	margin-bottom:0px;
}
.tellus-section h4 {
    margin-bottom: 20px;
}
.tellus-section .wpcf7-form input[type="tel"], .tellus-section .wpcf7-form input[type="text"] {
    height: 54px;
}
.site-info .single-align-c {
    font-size: 14px;
    line-height: 22px;
}
.site-footer ul li {
    margin-bottom:0px !important;
}
.product-category h1 {
    line-height: 36px;
    font-size: 30px;
}
.product-category h3 {
    line-height: 32px;
    font-size: 28px;
}
.product-category .wpb_text_column ul li a {
    padding: 7px 5px 7px;
    font-size: 14px;
    line-height: 16px;
}
.product-category {
    padding: 25px 0 35px;
    margin: 25px 0 30px;
}
.product-category .wpb_text_column ul li {
    margin-bottom: 15px;
}
.about-content {
    padding:0px;
}
.about-content .wpb_text_column p {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
}
.about-section {
    margin: 0px;
}
.facilities-section {
    padding: 0px;
}
.facilities-section .section-title {
    line-height: 40px;
}
.facilities-section .wpb_text_column p {
    padding: 0;
}
.warehousing-packaging .wpb_text_column p {
    padding-top: 0;
}
.Testing-Facilities {
    margin: 0;
}
.ourteam {
    margin: 50px 0 50px;
}
.certification-item {
    padding: 78px 0 78px 0;
    margin: 10px 0 0;
}
.certification-item .vc_col-sm-3 {
	width:50%;
	float:left;
}
.certification-item:after {
    content: "";
    position: absolute;
    right: 0;
    background: url(images/Certification-bot.png);
    width: 100%;
    background-size: 100%;
    height: 82px;
    background-repeat: no-repeat;
    bottom: 0;
}
.OurAward {
    margin: 35px 0 0px;
}
.OurAward .section-title {
    line-height: 38px;
}
.CompanyProfile .wpb_text_column {
    height: 194px;
    margin-bottom: 0;
    padding: 80px 0 0;
}
.CompanyProfile .wpb_text_column {
    padding:40px 25px 0;
}
.CompanyProfile .vc_col-sm-6 .wpb_text_column {
    background-size: 100%;
    height: 194px;
    padding: 25px 20px 0;
}
.Infrastructure {
    margin: 50px 0 50px;
}
.company-usp {
    margin: 50px 0 50px;
}
.shipment-details .vc_row-fluid:last-child .vc_col-sm-6 .wpb_text_column h5 {
    padding-top: 30px;
}
.current-opening {
    margin: 50px 0 0px;
}
.current-opening-content .wpb_text_column p {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
}
.current-opening-content .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern {
    padding: 12px 40px 12px;
    font-size: 16px;
	margin-bottom: 40px;
}
.quality {
    margin: 0px 0 20px;
}
.quality .wpb_text_column {
    padding-top: 15px;
}
.Testing-Facilities .wpb_text_column {
    padding: 38px 15px;
}
body.woocommerce-js form#gal_front_form_0 {
    padding: 0;
}
body.woocommerce-js form#gal_front_form_0 .bwg-border-box {
	padding-left:0px !important;
}
.woocommerce ul.products[class*=columns-] li.product, 
.woocommerce-page ul.products[class*=columns-] li.product {
    width: 50% !important;
	padding: 10px;
}
.products li.product a img {
    height: 135px !important;
    border: solid 1px #000;
    border-radius: 10px;
}
.products .product-wrapper {
	margin-bottom:0px;
}
.woocommerce ul li .product-title a {
    font-size: 12px;
}
.product-description .product-title {
	font-size:14px;
}
.home .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
    width: 50% !important;
    float: left;
	box-sizing: border-box;
	padding:0 15px;
}
.woocommerce ul.products.columns-3 li.product:nth-of-type(3n+1), .woocommerce-page ul.products.columns-3 li.product:nth-of-type(3n+1) {
	clear:none !important;
}
.archive .products li.product a img {
    height: 120px !important;
}
}


.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
	width: 20%;
}
.home .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product{
	width: 22.05%;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{
	width: 33.33%;
}
.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product{
	width: 50%;
}


