<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: Zigcy
Theme URI: https://accesspressthemes.com/wordpress-themes/zigcy
Author: AccessPress Themes
Author URI: http://accesspressthemes.com/
Description: Zigcy is a highly customizable drag and drop WooCommerce theme built to create stunning e-commerce or online stores.This theme comes with deep WooCommerce integration introducing all the WooCommerce features in the most brilliant way possible.
Version: 1.0.8
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Text Domain: zigcy
Tags: right-sidebar, left-sidebar, custom-menu, featured-images, threaded-comments, translation-ready, custom-logo, blog, theme-options, editor-style, e-commerce

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

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

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

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

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

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

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

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

body {
	margin: 0;
}

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

h1 {
	font-size: 36px;
	margin: 0.67em 0;
	font-weight: 600;
}
h2{
	font-size: 32px;
	font-weight: 600;
}
h3{
	font-size: 28px;
	font-weight: 600;
}
h4{
	font-size: 24px;
	font-weight: 600;
}
h5{
	font-size: 20px;
	font-weight: 600;
}
h6{
	font-size: 18px;
	font-weight: 600;
}
.sm-inner-wrapper .content-area p{
	font-size: 16px;
	line-height: 1.875;
	text-align: left;
	/*color: #535353;*/
	/*margin-top: 0;*/
}
/*.sm-inner-wrapper .content-area p.has-text-color{
	color: #FFF;
}*/
.sm-inner-wrapper .content-area p:last-of-type {
    margin-bottom: 0;
}
.sm-inner-wrapper .content-area h1,
.sm-inner-wrapper .content-area h2,
.sm-inner-wrapper .content-area h3,
.sm-inner-wrapper .content-area h4,
.sm-inner-wrapper .content-area h5,
.sm-inner-wrapper .content-area h6{
	margin-bottom: 10px;
	margin-top: 15px;
}
.sm-inner-wrapper .content-area ol li,
.sm-inner-wrapper .content-area ul li{
	font-size: 16px;
	margin-bottom: 8px;
	color: #535353;
	/*margin-bottom: 10px;
	padding-bottom: 10px*/;
}
.sm-inner-wrapper .content-area ol li a.url,
.sm-inner-wrapper .content-area ul li a.url{
	font-size: 14px;
}
.sm-inner-wrapper .content-area .wp-block-image{
	margin-bottom: 20px;
	margin-top: 0;
}
/*.sm-inner-wrapper .content-area ul li ol,
.sm-inner-wrapper .content-area ol li ul,
.sm-inner-wrapper .content-area ol li ol,
.sm-inner-wrapper .content-area ul li ul{
	margin-top: 10px;
}*/

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

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

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

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

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

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

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

a {
	background-color: transparent;
}

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

img {
	border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
	display: block;
}

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

summary {
	display: list-item;
}

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

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Poppins', sans-serif;
	font-size: 1rem;
	font-size: 14px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em 1.5em;
	position: relative;
	padding-left: 30px;
	border-left: 4px solid #000;
	padding-left: 1em;
}
blockquote:before,
blockquote:after{
	display: none;
}
blockquote cite,
.wp-block-quote.is-large cite{
	font-size: 16px;
}
.wp-block-quote{
	text-align: left;
}
.wp-block-quote p{
	margin-bottom: 1em;
}
.sm-inner-wrapper .content-area .wp-block-pullquote blockquote p{
	font-size: 28px;
}
.wp-block-pullquote blockquote{
	border-left: none;
	padding-left: 0px;
}
.sm-inner-wrapper .content-area .wp-block-latest-comments li.wp-block-latest-comments__comment{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #eee;
}
address {
	margin: 0 0 1.5em;
	font-size: 16px;
    line-height: 30px;
    /* text-align: left; */
    color: #535353;
}

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;
}
pre.wp-block-verse{
	font-weight: 600;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
code{
	background: #f3f4f5;
	border-radius: 2px;
	color: #23282d;
	font-family: Menlo,Consolas,monaco,monospace;
	font-size: 16px;
	padding: 2px;
}

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

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

big {
	font-size: 125%;
}
:focus{
	outline: none;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	-ms-overflow-x: hidden;
	    overflow-x: hidden;
}

*,
*: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;
	/*-ms-overflow-x: hidden;
	    overflow-x: hidden;	*/
	/* 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: 1em 0 1.5em 1em;
	padding-left: 1em;
}

ul:last-of-type,
ol:last-of-type{
	margin-bottom: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li &gt; ul,
li &gt; ol {
	margin-bottom: 0;
	margin-left: 1em;
	padding-left: 1em;
	margin-top: 0;
}

dt {
	font-weight: bold;
	font-size: 16px;
    line-height: 30px;
    /* text-align: left; */
    color: #535353;
}

dd {
	margin: 0 1.5em 1.5em;
	font-size: 16px;
    line-height: 30px;
    /* text-align: left; */
    color: #535353;
}

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

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

table {
	font-size: 16px;
    color: #535353;
	margin: 0 0 1.5em;
	width: 100%;
	border: solid 1px #aaa;
	border-collapse: collapse;
	text-align: left;
}
table td,
table th{
	border: solid 1px #aaa;
	padding: 5px 10px;
}

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #999;
	text-decoration: none;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}

a:visited {
	color: #DF3550;
}
a:hover, a:focus, a:active {
	color: #DF3550;
}

a:focus {
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

a:hover, a:active {
	outline: 0;
}
button:focus,
select:focus,
input:focus{
	outline: none;
}
a.wp-block-button__link{
	color: #FFF;
}
a.wp-block-button__link:focus,
a.wp-block-button__link:visited{
	color: #FFF;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
}
.entry-content .page-links{
	display: block;
	text-align: center;
	margin-top: 50px;
	color: #404040;
}
.entry-content .page-links:before,
.entry-content .page-links:after{
	display: table;
	clear: both;
	content: "";
}
.entry-content .page-links b{
	font-weight: normal;
	margin-right: 8px;
}
.entry-content .page-links a{
	color: #404040;
	margin: 0;
}
article.post .entry-content .page-links a span{
	-webkit-box-shadow: 0px 0px 10px 1px rgba(100,100,100,0.02);
	        box-shadow: 0px 0px 10px 1px rgba(100,100,100,0.02);
}
.entry-content .page-links a span{
	color: #000;
	background: #fff;
	font-weight: 600;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(100,100,100,0.1);
	        box-shadow: 0px 0px 10px 1px rgba(100,100,100,0.1);
	border: solid 1px #f6f6f6;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
.entry-content .page-links a:hover span{
	background: #DF3550;
	border-color: #DF3550;
	color: #FFF;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.entry-content .page-links .post-page-numbers{
	padding: 0 10px;
	color: #000;
	font-weight: 600;
	display: inline-block;
	background: #FFF;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	margin: 0 1px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(100,100,100,0.1);
	        box-shadow: 0px 0px 10px 1px rgba(100,100,100,0.1);
	border: solid 1px #FFF;
}
.entry-content .page-links a.post-page-numbers:hover,
.entry-content .page-links .post-page-numbers.current{
	background: #DF3550;
	color: #FFF;
}
/*--------------------------------------------------------------
## 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;
}
.wp-block-cover, .wp-block-cover-image{
	margin-bottom: 35px;
}

/*extra styles*/
.entry-content ul li a{
	color: #404040;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
.entry-content ul.wp-block-latest-posts li a:hover,
.entry-content ul.wp-block-categories li a:hover,
.entry-content ul.wp-block-archives li a:hover
{
	color: #DF3550;
}

/* 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;
	font-size: 12px;
}

.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%;
	padding: 5px;
}

.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-icon{
	display: block;
	margin-bottom: 10px;
}
.gallery-icon a {
    display: block;
    width: 100%;
    position: relative;
}
.gallery-icon a:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,0.5);
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
.gallery-icon a:hover:before{
	visibility: visible;
	opacity: 1;
}
.gallery-icon img {
    display: block;
    vertical-align: top;
    width: 100%;
}
.gallery-caption {
	display: block;
	font-size: 12px;
	text-align: left;
	font-style: italic;
	line-height: 1.65;
	color: #666;
}
.yith-wcwl-add-button.show .ajax-loading {
    visibility: hidden;
}
/*.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	width: auto;
}*/
.site-title{
	font-size: 18px;
	margin: 0;
	font-weight: 600;
	color: #000;
	line-height: 1 !important;
}
.site-description{
	font-size: 12px;
	margin: 10px 0 0;
	font-weight: 400;
	color: #666;
}

/*Styles*/
.smart-container{
	width: 100%;
	max-width: 1402px;
	margin:  0 auto;
}
.smart-container .smart-container{
	padding: 0;
}

.top-header-wrap .smart-container{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 14px;
}
.top-header-wrap .smart-container .top-menu-right-wrap{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.top-header-wrap .icon-wrap a{
	font-size: 12px;
	color: #333;
	margin-left: 10px;
}
.top-header-wrap .icon-wrap a:hover{
	color: #DF3550;
}
/*header 1*/
header.site-header{
	-webkit-box-shadow: 0 0 6px 0px rgba(0,0,0,0.1);
	        box-shadow: 0 0 6px 0px rgba(0,0,0,0.1);
}
header.site-header.header-5{
	-webkit-box-shadow: none;
	        box-shadow: none;
}
header.header-1 .header-1-content-wrap{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 20px 0;
}
header.header-1 .header-1-content-wrap .site-logo-wrapp{
	width: 160px;
}
header.header-1 .header-1-content-wrap .header-icon-wrap{
	width: 70px;
	text-align: right;
}
header.header-1 .header-1-content-wrap .main-navigation{
	width: calc(100% - 230px);
	width: -moz-calc(100% - 230px);
	width: -webkit-calc(100% - 230px);
	text-align: center;
}
header.header-1 .header-1-content-wrap .sm-search-icon-wrap{
	position: relative;
	display: inline-block;
	margin-right: 20px;
	cursor: pointer;
}
header.header-1 .header-1-content-wrap .sm-search-icon-wrap .sm-search-icon{
	font-size: 18px;
}
header.header-1 .header-1-content-wrap .sm-search-icon-wrap .search-form-wrap{
	position: absolute;
	z-index: 9;
	top: calc(100% + 10px);
	top: -webkit-calc(100% + 10px);
	top: -moz-calc(100% + 10px);
	right: 0;
	min-width: 350px;
	-webkit-transform: translateY(10px);
	   -moz-transform: translateY(10px);
	    -ms-transform: translateY(10px);
	     -o-transform: translateY(10px);
	        transform: translateY(10px);
	visibility: hidden;
	opacity: 0;
	-webkit-box-shadow: 2px 3px 10px -2px rgba(0,0,0,0.2);
	        box-shadow: 2px 3px 10px -2px rgba(0,0,0,0.2);
	-webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
	   -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
	    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
	     -o-transition: all .4s cubic-bezier(.77,0,.175,1);
	        transition: all .4s cubic-bezier(.77,0,.175,1);
}
header.header-1 .header-1-content-wrap .sm-search-icon-wrap .search-form-wrap.search-active{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
}
header.header-1 .header-1-content-wrap .sm-search-icon-wrap .search-form-wrap form{
	position: relative;
	height: 40px;
}
header.header-1 .header-1-content-wrap .sm-search-icon-wrap .search-form-wrap form:after{
	position: absolute;
	content: "\f002";
	font-family: fontawesome;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #DF3550;
	color: #FFF;
	margin-top: 0;
}
header.header-1 .header-1-content-wrap .sm-search-icon-wrap .search-form-wrap form input[type="submit"]{
	text-indent: 9999999em;
	width: 40px;
	height: 40px;
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 1;
}
header.header-1 .header-1-content-wrap .sm-search-icon-wrap .search-form-wrap form input[type="search"]{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
	        border-radius: 0;
	padding: 10px;
	font-size: 14px;
}
header.header-1 .header-1-content-wrap .cart-icon-wrap{
	position: relative;
	display: inline-block;
}
header.header-1 .header-1-content-wrap .cart-icon-wrap .sm-cart-wrap{
	display: none;
}
header.header-1 .header-1-content-wrap .cart-icon-wrap .sm-cart-icon-wrap .icon i{
	font-size: 18px;
	font-weight: 600;
}
header.header-1 .header-1-content-wrap .cart-icon-wrap .sm-cart-icon-wrap .sm-cart-count{
	top: -7px;
	right: -2px;
}
/*Header 2*/
.top-header-wrap{
	color: #333;
}
header.header-2 .top-header-wrap{
	border-bottom: 1px solid #eee;
}
header.header-2 .top-header-wrap p{
	margin: 0;
}
header.header-2 .top-header-wrap .smart-container{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: 12px;
	padding: 8px 0;
}
header.header-2 .top-header-wrap .top-menu-right-wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
header.header-2 .top-header-wrap .top-menu-right-wrap p{
	text-transform: uppercase;
	padding-right: 10px;
}
header.header-2 .top-header-wrap .top-menu-right-wrap .icon-wrap a{
	margin: 0 8px;
	color: #333;
}
header.header-2 .top-header-wrap .top-menu-right-wrap .icon-wrap a:last-of-type{
	margin-right: 0;
}
header.header-2 .top-header-wrap .top-menu-right-wrap .icon-wrap a:hover{
	color: #DF3550;
}
header.header-2 .smart-menu-wrapper .sm-header-mid-wrapp{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 20px 0;
}
header.header-2 .smart-menu-wrapper .sm-header-mid-wrapp .site-logo-wrapp{
	width: max-content;
	width: -webkit-max-content;
	width: -moz-max-content;
	min-width: 195px;
}
header.header-2 .sm-header-mid-wrapp form{
	position: relative;
	border: 2px solid #ddd;
	-webkit-border-radius: 0px;
	        border-radius: 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
header.header-2 .sm-header-mid-wrapp .sm_search_wrap{
	padding-right: 10px;
	position: relative;
}
header.header-2 .sm-header-mid-wrapp .sm_search_wrap:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1px;
	height: 18px;
	background: #666;
}
header.header-2 .sm-header-mid-wrapp .sm_search_wrap select{
	border: none;
	background: transparent;
	height: 45px;
    line-height: 45px;
    padding: 0 45px 0 15px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -ms-appearance: none;
    -o-appearance: none;
    background-repeat: no-repeat !important;
    background-image: url(assets/images/down-arrow.png) !important;
    position: relative;
    background-position: right center !important;
    width: 100%;
    font-size: 14px;
    color: #333;
}
header.header-2 .sm-header-mid-wrapp .sm_search_wrap select::-ms-expand {
    display: none;
}
header.header-2 .sm-header-mid-wrapp .sm_search_wrap select .sm-advance-search{
	font-size: 14px;
	font-weight: 600;
	text-align: left;
}
header.header-2 .sm-header-mid-wrapp .sm_search_wrap select option{
	padding-left: 0;
	font-size: 14px;
	display: block;
	line-height: 35px;
}
header.header-2 .sm-header-mid-wrapp .sm_search_form input[type="text"]{
	border: none;
	background: transparent;
	height: 48px;
	line-height: 48px;
	margin-left: 5px;
	padding-left: 10px;
	font-size: 14px;
	min-width: 350px;
	color: #333;
	text-transform: capitalize;
}
header.header-2 .sm-header-mid-wrapp .sm_search_form input[type="text"]::-moz-placeholder{
	color: #666;
}
header.header-2 .sm-header-mid-wrapp .sm_search_form input[type="text"]::placeholder{
	color: #666;
}
header.header-2 .sm-header-mid-wrapp .sm_search_form input[type="text"]::-webkit-input-placeholder{
	color: #666;
}
header.header-2 .sm-header-mid-wrapp .sm_search_form input[type="text"]::-ms-input-placeholder{
	color: #666;
}
header.header-2 .sm-header-mid-wrapp .sm_search_form{
	position: relative;
}
header.header-2 .sm-header-mid-wrapp .sm_search_form button[type="submit"]{
	height: calc(100% + 4px);
	height: -webkit-calc(100% + 4px);
	height: -moz-calc(100% + 4px);
	font-size: 18px;
	width: 50px;
	background: #DF3550;
	border: none;
	color: #FFF;
	text-align: center;
	position: absolute;
	top: -2px;
	right: -2px;
	/*border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;*/
    -webkit-border-radius: 0;
            border-radius: 0;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	cursor: pointer;
}
header.header-2 .sm-header-mid-wrapp .sm_search_form button[type="submit"] i{
	margin-top: -2px;
}
header.header-2 .sm-header-mid-wrapp .sm-header-icon-wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
}
header .top-menu-left-wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
}
header .top-menu-left-wrap p{
	font-size: 13px;
	font-weight: 400;
	padding-right: 20px;
}
header .top-menu-left-wrap .icon-wrap a{
	font-size: 14px;
	color: #666;
	margin-left: 20px;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
header .top-menu-left-wrap .icon-wrap a:hover{
	color: #DF3550;
}
header .top-menu-left-wrap .icon-wrap a:first-of-type{
	margin-left: 0;
}
header .sm-icon-header{
	position: relative;
	margin: 0 15px;
}
header .sm-icon-header #sm-wishlist-loader{
	position: absolute;
	top: 2px;
	left: 2px;
}
header .sm-icon-header:last-of-type{
	margin-right: 10px;
}
header .sm-icon-header:first-of-type{
	margin-left: 0;
}
header .sm-icon-header i.lnr{
	font-size: 22px;
	font-weight: 600;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
header .sm-icon-header &gt; a{
	color: #FFF;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
header .sm-icon-header &gt; a:hover{
	color: #DF3550;
}
header .sm-icon-header &gt; a span.wishlist-counter,
header .sm-icon-header span#sm-compare-count{
	position: absolute;
	top: -5px;
	right: -10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background: #DF3550;
	font-size: 10px;
    line-height: 20px;
    opacity: 1;
    z-index: 1;
    color: #FFF;
}
header .user-logout-wrap span{
	font-size: 14px;
	position: absolute;
	z-index: 1;
	top: calc(100% + 5px);
	top: -webkit-calc(100% + 5px);
	top: -moz-calc(100% + 5px);
	right: 0;
	max-width: 150px;
	padding: 0 20px;
	line-height: 40px;
	background: #FFF;
	color: #404040;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(15px);
	   -moz-transform: translateY(15px);
	    -ms-transform: translateY(15px);
	     -o-transform: translateY(15px);
	        transform: translateY(15px);
	border: 1px solid #eee;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
	        box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
	-webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
	   -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
	    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
	     -o-transition: all .4s cubic-bezier(.77,0,.175,1);
	        transition: all .4s cubic-bezier(.77,0,.175,1);
}
header.header-3 .cart-icon-wrap .site-header-cart .widget.widget_shopping_cart,
header.header-3 .wishlist-dropdown,
header.header-3 .user-logout-wrap span{
	top: calc(100% + 10px);
	top: -webkit-calc(100% + 10px);
	top: -moz-calc(100% + 10px);
}
header .user-logout-wrap a:hover span{
	visibility: visible;
	opacity: 1;
	color: #333;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
}
header .product_list_widget .cart-widget-products{
	padding-left: 0;
	list-style-type: none;
	margin: 0;
}
header .product_list_widget .cart-widget-products li{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
header .product_list_widget .cart-widget-products li:last-child{
	border-bottom: none;
}
header .product_list_widget .cart-widget-products li a.product-mini-image{
	max-width: 80px;
	max-height: 80px;
}
header .wishlist-dropdown{
	font-size: 14px;
	position: absolute;
	z-index: 99;
	top: calc(100% + 5px);
	top: -webkit-calc(100% + 5px);
	top: -moz-calc(100% + 5px);
	right: 0;
	width: 350px;
	padding: 20px;
	color: #333;
	background: #FFF;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(15px);
	   -moz-transform: translateY(15px);
	    -ms-transform: translateY(15px);
	     -o-transform: translateY(15px);
	        transform: translateY(15px);
	border: 1px solid #eee;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
	        box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
	-webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
	   -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
	    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
	     -o-transition: all .4s cubic-bezier(.77,0,.175,1);
	        transition: all .4s cubic-bezier(.77,0,.175,1);
	
}
header.header-4.top-disabled .wishlist-dropdown{
	top: 100%;
}
header .wishlist-dropdown p.empty{
	margin: 0;
}
header .sm-wishlist-wrap:hover .wishlist-dropdown{
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
	    visibility: visible;
	    opacity: 1;
}
header .wishlist-dropdown &gt; p.sm-item-notice{
	margin-bottom: 5px;
	margin-top: 0;
	padding-bottom: 5px;
    position: relative;
    line-height: 1.5;
}
header .wishlist-dropdown &gt; p.sm-item-notice:before{
	position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    top: 100%;
    left: 0;
    background: #999;
}
header .wishlist-dropdown .descr-box{
	padding-left: 15px;
	width: calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	width: -moz-calc(100% - 80px);
}
header .wishlist-dropdown h4.product-title{
	font-size: 14px;
	line-height: 1.35;
	font-weight: 500;
	margin: 0;
}
header .wishlist-dropdown span.woocommerce-Price-amount{
	color: #999;
    display: block;
    margin-top: 5px;
}
header .wishlist-dropdown h4.product-title a{
	color: #333;
}
header .wishlist-dropdown h4.product-title a:hover{
	color: #DF3550;
}
header .wishlist-dropdown p.buttons{
	margin: 10px 0 0;
	line-height: 1;
}
header .wishlist-dropdown p.buttons a.button{
	position: relative;
	padding: 0 15px;
	line-height: 35px;
	width: 100%;
	text-align: center;
	display: inline-block;
	border: 1px solid #000;
	-webkit-border-radius: 0px;
	        border-radius: 0px;
	color: #FFF;
	background: #000;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	-webkit-transition: all ease-in-out 0.5s;
	   -moz-transition: all ease-in-out 0.5s;
	    -ms-transition: all ease-in-out 0.5s;
	     -o-transition: all ease-in-out 0.5s;
	        transition: all ease-in-out 0.5s;
}
header .wishlist-dropdown p.buttons a.button.btn-view-wishlist{
	background: #DF3550;
	border-color: #DF3550;
}
header .wishlist-dropdown p.buttons a.button span{
	position: relative;
	padding-left: 20px;
}
header .wishlist-dropdown p.buttons a.button.btn-view-wishlist span:before{
	content: "\f06e";
	font-size: 14px;
	font-family: 'fontawesome';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 0px;
}
header .wishlist-dropdown p.buttons a.button:hover{
	color: #000;
	background: #FFF;
}
header .wishlist-dropdown p.buttons a.button.btn-view-wishlist:hover{
	color: #DF3550;
	background: #FFF;
}
header.header-2 .sm-nav-wrapp{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0;
}
/*DropDown Category List*/
header .browse-category-wrap{
	position: relative;
	z-index: 9;
	width: 250px;
}
header .browse-category-wrap .browse-category{
	background: #DF3550;
	color: #FFF;
	line-height: 50px;
	width: 250px;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	cursor: pointer;
	-webkit-border-top-right-radius: 0px;
	        border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	        border-top-left-radius: 0px;
}
header .browse-category-wrap .browse-category i{
	font-size: 22px;
    line-height: 1;
    font-weight: 800;
    padding-right: 15px;
    margin-top: -2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
header .browse-category-wrap .categorylist{
	max-height: 0;
	width: 250px !important;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0px 15px;
	width: 100%;
	background: #FFF;
	/*border: solid 1px #eee;*/
	overflow: hidden;
	-webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
	   -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
	    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
	     -o-transition: all .4s cubic-bezier(.77,0,.175,1);
	        transition: all .4s cubic-bezier(.77,0,.175,1);
}
header .sm-fixed-header .browse-category-wrap .categorylist{
	top: calc(100% + 2px);
	top: -webkit-calc(100% + 2px);
	top: -moz-calc(100% + 2px);
}
header .browse-category-wrap .categorylist.sm-cat-menu-active{
	max-height: 1000px;
	padding: 20px 15px;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
	        box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
}
header .browse-category-wrap .categorylist ul{
	margin: 0;
	padding-left: 0;
	list-style: none;
}
header .browse-category-wrap .categorylist ul li a{
	color: #303030;
	font-weight: 500;
    font-size: 14px;
	padding: 15px 0 15px 15px;
	position: relative;
	display: block;
	border-bottom: solid 1px #eee;
	position: relative;
	-webkit-transition: all ease 0.4s;
	   -moz-transition: all ease 0.4s;
	    -ms-transition: all ease 0.4s;
	     -o-transition: all ease 0.4s;
	        transition: all ease 0.4s;
}
header .browse-category-wrap .categorylist ul li a:after{
	content: "\e876";
	position: absolute;
	top: 17px;
	left: 0;
	font-size: 10px;
	font-weight: 600;
	font-family: 'Linearicons-Free';
}
header .browse-category-wrap .categorylist ul li:first-child a:after{
	top: 3px;
}
header .browse-category-wrap .categorylist ul li a span{
	font-size: 10px;
	display: inline-block;
	height: 21px;
	width: 21px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background: #333;
	color: #FFF;
	text-align: center;
	line-height: 22px;
	float: right;
	-webkit-transition: all ease 0.45s;
	   -moz-transition: all ease 0.45s;
	    -ms-transition: all ease 0.45s;
	     -o-transition: all ease 0.45s;
	        transition: all ease 0.45s;
	
}
header .browse-category-wrap .categorylist ul li:hover a span{
	background: #DF3550;
}
header .browse-category-wrap .categorylist ul li a:hover{
	color: #DF3550;
}
header .browse-category-wrap .categorylist ul li:first-child a{
	padding-top: 0;
}
header .browse-category-wrap .categorylist ul li:last-child a{
	border-bottom: none;
	padding-bottom: 0;
}
header .browse-category-wrap .categorylist ul li a:before{
	content: "";
	position: absolute;
	top: 100%;
	height: 1px;
	width: 0;
	left: 0;
	background: #DF3550;
	-webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
	   -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
	    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
	     -o-transition: all .4s cubic-bezier(.77,0,.175,1);
	        transition: all .4s cubic-bezier(.77,0,.175,1);
}
header .browse-category-wrap .categorylist ul li a:hover:before{
	width: 100%;
}
header .browse-category-wrap .categorylist ul li:last-child a:before{
	display: none;
}
header.header-2 .sm-icon-header &gt; span a,
header.header-2 .sm-icon-header &gt; a{
	color: #333;
}
header.header-2 .sm-icon-header &gt; span a:hover,
header.header-2 .sm-icon-header &gt; a:hover{
	color: #DF3550;
}
header.header-2 .sm-icon-header.user-logout-wrap &gt; a span{
	color: #333;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
header.header-2 .sm-icon-header.user-logout-wrap &gt; a span:hover{
	color: #DF3550;
}
/*Wishlist*/
header .cart-icon-wrap ul{
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
header .cart-icon-wrap .sm-cart .icon i{
	font-size: 26px;
	font-weight: 500;
	display: block;
	margin-top: 2px;
}
header .cart-icon-wrap .sm-cart a{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	color: #333;
}
header .cart-icon-wrap .sm-cart .sm-cart-icon-wrap{
	position: relative;
	padding-right: 10px;
}
header .cart-icon-wrap .sm-cart .sm-cart-icon-wrap .sm-cart-count{
	position: absolute;
    top: 2px;
    right: 0px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #DF3550;
    font-size: 10px;
    line-height: 20px;
    opacity: 1;
    z-index: 1;
    color: #FFF;
}
header .cart-icon-wrap .sm-cart .sm-cart-wrap{
	padding-left: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column;
	    -ms-flex-flow: column;
	        flex-flow: column;
}
header .cart-icon-wrap .sm-cart .sm-cart-wrap .sm-cart-text{
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	text-transform: capitalize;
	border-bottom: 1px solid #333;
	padding-bottom: 0px;
	font-weight: 500;
	text-align: right;
	-webkit-transition: border 0.3s;
	   -moz-transition: border 0.3s;
	    -ms-transition: border 0.3s;
	     -o-transition: border 0.3s;
	        transition: border 0.3s;
}
header .cart-icon-wrap .sm-cart .sm-cart-wrap .sm-cart-amount{
	font-size: 14px;
    font-weight: 500;
    text-align: right;
    display: block;
    margin-top: -5px;
}
header .cart-icon-wrap .sm-cart a:hover .sm-cart-wrap .sm-cart-text{
	border-bottom-color: #DF3550;
}
/*Nav*/
header .main-navigation .smart-primary-menu-wrap ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
header .main-navigation .smart-primary-menu-wrap ul#sticky-primary-menu{
	text-align: left;
}
header .main-navigation .smart-primary-menu-wrap ul li{
	display: inline-block;
	position: relative;
	padding: 20px 0;
}
header .main-navigation .smart-primary-menu-wrap ul &gt; li a{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #303030;
	margin: 0 15px;
	position: relative;
}
header .main-navigation .smart-primary-menu-wrap ul &gt; li.menu-item-has-children a{
	margin-right: 30px;
}
header .main-navigation .smart-primary-menu-wrap ul &gt; li a:before{
	content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 1px;
    background: #DF3550;
    -webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
    -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
    -o-transition: all .4s cubic-bezier(.77,0,.175,1);
    transition: all .4s cubic-bezier(.77,0,.175,1);
}
header .main-navigation .smart-primary-menu-wrap ul &gt; li:hover a:before{
	width: 100%;
}
header .main-navigation .smart-primary-menu-wrap ul &gt; li.current-menu-item a,
header .main-navigation .smart-primary-menu-wrap ul li:hover &gt;  a{
	color: #DF3550;
}
header .main-navigation .smart-primary-menu-wrap ul &gt; li.menu-item-has-children a:after{
	content: "\f107";
	font-family: fontawesome;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: -20px;
}
header .main-navigation .smart-primary-menu-wrap ul li.menu-item-has-children &gt; ul.sub-menu{
	display: block;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	top: 100%;
	left: 18px;
	min-width: 250px;
	text-align: left;
	padding: 20px;
	background: #FFF;
	border: solid 1px #eee;
	-webkit-transform: translateY(15px);
	   -moz-transform: translateY(15px);
	    -ms-transform: translateY(15px);
	     -o-transform: translateY(15px);
	        transform: translateY(15px);
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
	        box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
	-webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
	   -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
	    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
	     -o-transition: all .4s cubic-bezier(.77,0,.175,1);
	        transition: all .4s cubic-bezier(.77,0,.175,1);
}
header .main-navigation .smart-primary-menu-wrap ul.smart-primary-menu &gt; li.menu-item-has-children:last-child ul.sub-menu ul,
header .main-navigation .smart-primary-menu-wrap ul.smart-primary-menu &gt; li.menu-item-has-children:nth-last-child(5) ul.sub-menu ul,
header .main-navigation .smart-primary-menu-wrap ul.smart-primary-menu &gt; li.menu-item-has-children:nth-last-child(4) ul.sub-menu ul,
header .main-navigation .smart-primary-menu-wrap ul.smart-primary-menu &gt; li.menu-item-has-children:nth-last-child(3) ul.sub-menu ul,
header .main-navigation .smart-primary-menu-wrap ul.smart-primary-menu &gt; li.menu-item-has-children:nth-last-child(2) ul.sub-menu ul{
	left: auto;
	right: 100%;
	margin-right: 20px;
}
header .main-navigation .smart-primary-menu-wrap ul li.menu-item-has-children:hover &gt; ul.sub-menu{
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
header .main-navigation .smart-primary-menu-wrap ul li.menu-item-has-children &gt; ul.sub-menu ul.sub-menu{
	left: calc(100% + 20px);
	left: -webkit-calc(100% + 20px);
	left: -moz-calc(100% + 20px);
	top: 0;
}
header .main-navigation .smart-primary-menu-wrap ul li ul.sub-menu li{
	display: block;
	margin-bottom: 12px;
	padding: 0;
}
header .main-navigation .smart-primary-menu-wrap ul li ul.sub-menu li:last-child{
	margin-bottom: 0;
}
header .main-navigation .smart-primary-menu-wrap ul li ul.sub-menu li a{
	line-height: 30px;
	display: block;
	margin: 0;
	position: relative;
	text-transform: capitalize;
	color: #303030;
	font-weight: 500;
	font-size: 14px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-bottom: 1px solid #eee;
}
header .main-navigation .smart-primary-menu-wrap ul li ul.sub-menu li:hover &gt; a{
	color: #DF3550;
}
header .main-navigation .smart-primary-menu-wrap ul li ul.sub-menu li a:after{
	content: "\e876";
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 10px;
    font-weight: 600;
    font-family: 'Linearicons-Free';
}
header .main-navigation .smart-primary-menu-wrap ul li ul.sub-menu li &gt; a:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 1px;
	background: #DF3550;
	-webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
	   -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
	    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
	     -o-transition: all .4s cubic-bezier(.77,0,.175,1);
	        transition: all .4s cubic-bezier(.77,0,.175,1);
}
header .main-navigation .smart-primary-menu-wrap ul li ul.sub-menu li:last-child &gt; a{
	padding-bottom: 0;
	border-bottom: none;
}
header .main-navigation .smart-primary-menu-wrap ul li ul.sub-menu li:last-child &gt; a:before{
	display: none;
}
header .main-navigation .smart-primary-menu-wrap ul li ul.sub-menu li:hover &gt; a:before{
	width: 100%;
}
header .main-navigation .smart-primary-menu-wrap ul li ul.sub-menu li.menu-item-has-children{
	position: relative;
}
header .main-navigation .smart-primary-menu-wrap ul li ul.sub-menu li.menu-item-has-children:after{
	content: "\f107";
	font-family: fontawesome;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 0px;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
header .main-navigation .smart-primary-menu-wrap ul li ul.sub-menu li.menu-item-has-children:hover:after{
	color: #DF3550;
}
header.header-2 .main-navigation{
	width: calc(100% - 362px);
	width: -webkit-calc(100% - 362px);
	width: -moz-calc(100% - 362px);
	text-align: center;
} 
header.header-2 .main-navigation .smart-primary-menu-wrap ul li.menu-item-has-children &gt; ul.sub-menu{
	text-align: left;
}
header.header-2 .cart-icon-wrap{
	/*width: 110px;*/
	width: max-content;
	width: -moz-max-content;
	width: -webkit-max-content;
}
header.header-2 .main-navigation .smart-primary-menu-wrap ul li{
	padding: 13px 0;
}
/*Header Cart*/
header .cart-icon-wrap p{
	margin: 0;
}
header .cart-icon-wrap .widget_shopping_cart_content p{
	font-size: 14px;
	color: #000;
	margin-bottom: 20px;
}
header .cart-icon-wrap .widget_shopping_cart_content p.woocommerce-mini-cart__buttons{
	margin-bottom: 20px;
}
header .cart-icon-wrap .widget_shopping_cart_content p.total{
	margin: 15px 0;
	color: #333;
	text-align: left;
}
header .cart-icon-wrap .site-header-cart .widget.widget_shopping_cart{
	margin: 0;
	display: block;
	position: absolute;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	top: calc(100% + 1px);
	top: -webkit-calc(100% + 1px);
	top: -moz-calc(100% + 1px);
	max-height: 500px;
	overflow-y: auto;
	right: 0;
	min-width: 350px;
	padding: 20px 20px 0;
	background: #FFF;
	-webkit-transform: translateY(15px);
	   -moz-transform: translateY(15px);
	    -ms-transform: translateY(15px);
	     -o-transform: translateY(15px);
	        transform: translateY(15px);
	border: 1px solid #eee;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
	        box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
	-webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
	   -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
	    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
	     -o-transition: all .4s cubic-bezier(.77,0,.175,1);
	        transition: all .4s cubic-bezier(.77,0,.175,1);
}
header .cart-icon-wrap .site-header-cart:hover .widget.widget_shopping_cart{
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
.widget.widget_shopping_cart .mini_cart_item{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 15px 0 !important;
	border-bottom: 1px solid #eee;
}
.widget.widget_shopping_cart .mini_cart_item:first-child{
	padding-top: 0 !important;
}
.widget.widget_shopping_cart .mini_cart_item:before,
.widget.widget_shopping_cart .mini_cart_item:after{
	display: none;
}
.widget.widget_shopping_cart .mini_cart_item .minicart-item-thumb{
	width: 100px;
}
.widget.widget_shopping_cart .mini_cart_item .minicart-item-thumb img{
	width: 100px;
	float: none;
	margin-left: 0;
}
.widget.widget_shopping_cart .mini_cart_item .minicart-item-content{
	width: calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	padding-left: 15px;
}
body.both-sidebar .widget.widget_shopping_cart .mini_cart_item .minicart-item-thumb{
	width: 70px;
}
body.both-sidebar .widget.widget_shopping_cart .mini_cart_item .minicart-item-thumb img{
	width: 70px;
	float: none;
	margin-left: 0;
}
body.both-sidebar .widget.widget_shopping_cart .mini_cart_item .minicart-item-content{
	width: calc(100% - 70px);
	width: -webkit-calc(100% - 70px);
	width: -moz-calc(100% - 70px);
	padding-left: 5px;
}
.widget.widget_shopping_cart .mini_cart_item .minicart-item-content h4{
	margin: 0 0 5px;
	padding-right: 20px;
}
.widget.widget_shopping_cart .mini_cart_item .minicart-item-content h4 a{
	font-size: 14px;
	line-height: 1.35;
	font-weight: 500;
	margin: 0;
	color: #333;
}
.widget.widget_shopping_cart .mini_cart_item .minicart-item-content h4 a:hover{
	color: #DF3550;
}
.widget.widget_shopping_cart .mini_cart_item .minicart-item-content .variation{
	display: none;
}
.widget.widget_shopping_cart .mini_cart_item .minicart-item-content .quantity{
	font-size: 14px;
	color: #999;
	padding-right: 20px;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove{
	position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.woocommerce.widget_shopping_cart .cart_list li a.remove{
	color: #DF3550 !important;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover{
	background: transparent !important;
	color: #000 !important;
}
.widget_shopping_cart_content p.total{
	border: none !important;
	font-size: 16px;
	font-weight: 500;
	padding: 25px 0;
}
.widget_shopping_cart_content p.total .amount{
	text-align: right;
	float: right;
}
.widget_shopping_cart_content p.total strong{
	font-weight: 500;
}
.woocommerce a.button{
	text-transform: capitalize;
}
.widget_shopping_cart_content p.buttons a.button{
	-webkit-border-radius: 0px;
	        border-radius: 0px;
	font-size: 14px;
	font-weight: 400;
	width: 49%;
	text-align: center;
	padding: 0 15px;
	line-height: 40px;
	float: left;
	margin: 0;
	position: relative;
}
.widget_shopping_cart_content p.buttons a.button.wc-forward{
	margin-right: 1%;
	background: #DF3550;
	color: #FFF;
}
.widget_shopping_cart_content p.buttons a.button.wc-forward:hover{
	background: #b3132d;
}
.widget_shopping_cart_content p.buttons a.button.wc-forward.checkout{
	margin-right: 0;
	margin-left: 1%;
	background: #000;
	color: #FFF;
}
.widget_shopping_cart_content p.buttons a.wcppec-cart-widget-button{
	margin-top: 10px;
	display: block;
	float: left;
}
.widget_shopping_cart_content p.buttons a.button.wc-forward.checkout:hover{
	background: #333;
}
.top-header-wrap p{
	margin: 0;
	font-size: 14px;
}
header.header-2 .cart-icon-wrap .sm-cart a:hover{
	color: #DF3550;
}

/*Header layout 3*/
header.header-3{
	background: #c9a08c;
	color: #FFF;
}
header.header-3 .smart-menu-wrapper .sm-nav-wrapp{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
    border-bottom: 1px solid #eee;
}
header.header-3 .smart-menu-wrapper .sm-nav-wrapp .main-navigation .smart-primary-menu-wrap ul.smart-primary-menu &gt; li{
	padding: 15px 0;
}
/* header.header-3 .main-navigation .smart-primary-menu-wrap ul &gt; li a{
	color: #333;
} */
header.header-3 .main-navigation .smart-primary-menu-wrap ul &gt; li ul.sub-menu a{
	color: #000;
}
header.header-3 .main-navigation .smart-primary-menu-wrap ul &gt; li ul.sub-menu li:hover &gt; a{
	color: #DF3550;
}
header.header-3 .main-navigation .smart-primary-menu-wrap ul &gt; li:first-child a{
	margin-left: 0;
}
header.header-3 .sm-header-icon-wrap{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 10px;
}
header.header-3 .sm-icon-header{
	margin: 0 12px;
}
header.header-3 .sm-icon-header i{
	font-size: 20px;
	color: #333;
	font-weight: 500;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
header.header-3 .sm-icon-header:hover a i{
	color: #DF3550;
} 
header.header-3 .main-navigation .smart-primary-menu-wrap ul li.menu-item-has-children:first-child &gt; ul.sub-menu{
	left: 0;
}
header.header-3 .sm-icon-header &gt; a span.wishlist-counter, header.header-3 .sm-icon-header span#sm-compare-count{
	top: -10px;
	right: -12px;
}

header.header-3 .sm-header-logo-wapp{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 20px 0;
}
header.header-3 .sm-header-logo-wapp .site-logo-wrapp{
	line-height: 1;
}
header.header-3 .sm-header-logo-wapp form{
	position: relative;
	border: 2px solid #FFF;
	background: #FFF;
	-webkit-border-radius: 0px;
	        border-radius: 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
header.header-3 .sm-header-logo-wapp .sm_search_wrap{
	padding-right: 10px;
	position: relative;
}
header.header-3 .sm-header-logo-wapp .sm_search_wrap:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1px;
	height: 18px;
	background: #666;
}
header.header-3 .sm-header-logo-wapp .sm_search_wrap select{
	border: none;
	background: transparent;
	height: 45px;
    line-height: 45px;
    padding: 0 45px 0 15px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -ms-appearance: none;
    -o-appearance: none;
    background-repeat: no-repeat !important;
    background-image: url(assets/images/down-arrow.png) !important;
    position: relative;
    background-position: right center !important;
    width: 100%;
    font-size: 14px;
    color: #333;
}
header.header-3 .sm-header-logo-wapp .sm_search_form input[type="text"]{
	border: none;
	background: transparent;
	height: 48px;
	line-height: 48px;
	margin-left: 5px;
	padding-left: 10px;
	font-size: 14px;
	min-width: 350px;
	color: #333;
	text-transform: capitalize;
}
header.header-3 .sm-header-logo-wapp .sm_search_form input[type="text"]::-moz-placeholder{
	color: #666;
}
header.header-3 .sm-header-logo-wapp .sm_search_form input[type="text"]::placeholder{
	color: #666;
}
header.header-3 .sm-header-logo-wapp .sm_search_form input[type="text"]::-webkit-input-placeholder{
	color: #666;
}
header.header-3 .sm-header-logo-wapp .sm_search_form input[type="text"]::-ms-input-placeholder{
	color: #666;
}
header.header-3 .sm-header-logo-wapp .sm_search_form{
	position: relative;
}
header.header-3 .sm-header-logo-wapp .sm_search_form button[type="submit"]{
	height: calc(100% + 4px);
	height: -moz-calc(100% + 4px);
	height: -webkit-calc(100% + 4px);
	font-size: 18px;
	width: 50px;
	background: #DF3550;
	border: none;
	color: #FFF;
	text-align: center;
	position: absolute;
	top: -2px;
	right: -2px;
	-webkit-border-radius: 0;
	        border-radius: 0;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	cursor: pointer;
}
header.header-3 .sm-header-logo-wapp .sm_search_form button[type="submit"] i{
	margin-top: -2px;
}
header.header-3 .sm-header-logo-wapp .sm-header-icon-wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
}
header.header-3 .cart-icon-wrap .sm-cart .icon i,
header.header-3 .cart-icon-wrap .sm-cart a,
header.header-3 .cart-icon-wrap .sm-cart .sm-cart-wrap .sm-cart-amount{
	color: #333;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
header.header-3 .cart-icon-wrap:hover .sm-cart .icon i,
header.header-3 .cart-icon-wrap:hover .sm-cart a,
header.header-3 .cart-icon-wrap:hover .sm-cart .sm-cart-wrap .sm-cart-amount{
	color: #DF3550;
}
header.header-3 .cart-icon-wrap .sm-cart .sm-cart-wrap .sm-cart-text{
	border-bottom-color: #333;
	-webkit-transition: border ease 0.3s;
	   -moz-transition: border ease 0.3s;
	    -ms-transition: border ease 0.3s;
	     -o-transition: border ease 0.3s;
	        transition: border ease 0.3s;
}


/*Header Layout 4*/
header.header-4 .smart-menu-wrapper{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
}
header.header-4 .sm-header-ico-wrap{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    /*max-width: 250px;
    width: 100%;*/
}
header.header-4 .cart-icon-wrap .sm-cart .sm-cart-wrap{
	display: none;
}
header.header-4 .sm-icon-header &gt; a{
	display: block;
	background: #EEF1F8;
	color: #404040;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 62px;
	padding-left: 3px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	-webkit-transition: background 0.3s, color 0.3s;
	   -moz-transition: background 0.3s, color 0.3s;
	    -ms-transition: background 0.3s, color 0.3s;
	     -o-transition: background 0.3s, color 0.3s;
	        transition: background 0.3s, color 0.3s;
}
header.header-4 .sm-icon-header.sm-wishlist-wrap &gt; a{
	line-height: 68px;
	padding-left: 0px;
}
header.header-4 .sm-fixed-header .sm-icon-header.sm-wishlist-wrap &gt; a{
	line-height: 1;
}
header.header-4 .cart-icon-wrap .sm-cart a{
	width: 55px;
    height: 55px;
    background: #EEF1F8;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    text-align: center;
    -webkit-transition: background 0.3s, color 0.3s;
       -moz-transition: background 0.3s, color 0.3s;
        -ms-transition: background 0.3s, color 0.3s;
         -o-transition: background 0.3s, color 0.3s;
            transition: background 0.3s, color 0.3s;
}
header.header-4 .cart-icon-wrap .sm-cart .sm-cart-icon-wrap{
	padding-right: 5px;
	padding-top: 5px;
	margin: 0 auto;
}
header .cart-icon-wrap .sm-cart .sm-cart-icon-wrap .sm-cart-count{
	top: -3px;
	right: 2px;
}
header.header-4 .cart-icon-wrap .sm-cart .sm-cart-icon-wrap .sm-cart-count{
	top: 3px;
	right: -6px;
}
header.header-4 .sm-icon-header &gt; a span.wishlist-counter,
header.header-4 .sm-icon-header span#sm-compare-count{
	top: 12px;
	right: 7px;
}
header.header-4 .sm-icon-header i.lnr,
header.header-4 .cart-icon-wrap .sm-cart .icon i,
header.header-4 .cart-icon-wrap .sm-cart .icon i{
	font-size: 22px;
}
header.header-4 .sm-icon-header{
	margin: 0 5px;
}
header.header-4 .cart-icon-wrap{
	margin-left: 5px;
}
header.header-4 .sm-search-icon-wrap .sm-search-icon{
	display: block;
	font-size: 18px;
	background: #EEF1F8;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	padding-left: 0px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	cursor: pointer;
	-webkit-transition: background 0.3s, color 0.3s;
	   -moz-transition: background 0.3s, color 0.3s;
	    -ms-transition: background 0.3s, color 0.3s;
	     -o-transition: background 0.3s, color 0.3s;
	        transition: background 0.3s, color 0.3s;
}
header.header-4 .sm-search-icon-wrap{
	margin-right: 5px;
}
header.header-4 .sm-icon-header:hover &gt; a,
header.header-4 .sm-icon-header.sm-wishlist-wrap:hover &gt; a,
header.header-4 .sm-search-icon-wrap:hover .sm-search-icon{
	background: #DF3550;
	color: #FFF;
}
header.header-4 .sm-icon-header:hover &gt; a i.lnr,
header.header-4 .sm-icon-header.sm-wishlist-wrap:hover &gt; a i.lnr{
	color: #FFF;
}
header.header-4 .sm-fixed-header .sm-icon-header:hover &gt; a i.lnr,
header.header-4 .sm-fixed-header .sm-icon-header.sm-wishlist-wrap:hover &gt; a i.lnr{
	color: #DF3550;
}
header.header-4 .sm-icon-header.sm-wishlist-wrap:hover &gt; a span.wishlist-counter{
	background: #FFF;
	color: #DF3550;
}
header.header-4 .sm-fixed-header .sm-icon-header.sm-wishlist-wrap:hover &gt; a span.wishlist-counter{
	color: #FFF;
}
header.header-4 .sm-fixed-header .sm-icon-header.sm-wishlist-wrap:hover &gt; a span.wishlist-counter{
	background: #DF3550;
}
header.header-4 .cart-icon-wrap .site-header-cart:hover .sm-cart a{
	background: #DF3550;
	color: #FFF;
}
header.header-4 .cart-icon-wrap .site-header-cart:hover .sm-cart a .icon i{
	color: #FFF;
}
header.header-4 .sm-fixed-header .cart-icon-wrap .site-header-cart:hover .sm-cart a .icon i{
	color: #DF3550;
}
header.header-4 .cart-icon-wrap .site-header-cart:hover .sm-cart a .sm-cart-icon-wrap .sm-cart-count{
	background: #FFF;
	color: #DF3550;
}
header.header-4 .sm-fixed-header .cart-icon-wrap .site-header-cart:hover .sm-cart a .sm-cart-icon-wrap .sm-cart-count{
	background: #DF3550;
	color: #FFF;
}
header.header-4 .search-form-wrap{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    padding: 22px 90px;
    background: #FFF;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
       -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
        -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
         -o-transition: all .4s cubic-bezier(.77,0,.175,1);
            transition: all .4s cubic-bezier(.77,0,.175,1);
}
.admin-bar header.header-4 .search-form-wrap{
	margin-top: 32px;
}
.admin-bar.woocommerce-page header.header-4 .search-form-wrap{
	margin-top: 0;
}
header.header-4 .search-form-wrap.search-active{
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
    -webkit-box-shadow: 0 0 10px 4px rgba(0,0,0,0.075);
            box-shadow: 0 0 10px 4px rgba(0,0,0,0.075);
}
header.header-4 .search-form-wrap form.search-form{
	width: 60%;
	position: relative;
	height: 55px;
	line-height: 55px;
}
header.header-4 .search-form-wrap form.search-form input[type="search"]{
	width: calc(100% - 65px);
	width: -webkit-calc(100% - 65px);
	width: -moz-calc(100% - 65px);
	height: 55px;
	line-height: 55px;
	border: 1px solid #e5e5e5;
	color: #8a929a;
	-webkit-border-radius: 0;
	        border-radius: 0;
	padding: 0 20px;
	font-size: 18px;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
header.header-4 .search-form-wrap form.search-form input[type="search"]:focus{
	border-color: rgba(223,53,80,0.3);
}
header.header-4 .search-form-wrap form.search-form input[type="submit"]{
	position: absolute;
	top: 0;
	right: 0;
	width: 55px;
	height: 55px;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}
header.header-4 .search-form-wrap form.search-form:after{
	content: "\f002";
	font-family: 'fontawesome';
	color: #FFF;
	font-size: 20px;
	height: 55px;
	width: 55px;
	position: absolute;
	top: 0;
	right: 0;
	background: #DF3550;
	line-height: 55px;
	text-align: center;
}
header.header-4 .search-form-wrap h3{
	font-size: 42px;
	margin: 0;
	font-weight: 500;
	width: 150px;
}
header.header-4 .search-form-wrap a.btn-hide{
	width: 150px;
	text-align: right;
}
header.header-4 .search-form-wrap a.btn-hide i{
	font-size: 45px;
	font-weight: 600;
	color: #000;
}
header.header-4 .site-logo-wrapp{
	line-height: 1;
	max-width: 250px;
}
header.header-4 .sm-menu-wrap{
	display: inline-block;
	width: calc(100% - 500px);
	width: -webkit-calc(100% - 500px);
	width: -moz-calc(100% - 500px);
	padding: 0 5%;
}
header.header-4 .top-header-wrap{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	padding: 10px 0;
	text-align: center;
	border-bottom: solid 1px #eee;
}
header.header-4 .top-header-wrap .top-menu-left-wrap,
header.header-4 .top-header-wrap .top-menu-right-wrap{
	font-size: 13px;
	font-weight: 500;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
header.header-4 .top-header-wrap .top-menu-right-wrap{
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
}
header.header-4 .top-header-wrap .top-menu-right-wrap p{
	margin: 0;
	display: inline-block;
}
header.header-4 .top-header-wrap .top-menu-right-wrap .icon-wrap{
	display: inline-block;
}
header.header-4 .top-header-wrap .top-menu-right-wrap .icon-wrap a{
	display: inline-block;
	margin-left: 20px;
	font-size: 15px;
	color: #666666;
}
header.header-4 .top-header-wrap .top-menu-right-wrap .icon-wrap a:hover{
	color: #DF3550;
}
header.header-4 .main-navigation .smart-primary-menu-wrap &gt; ul.nav-menu{
	padding: 20px 0;
}
header.header-4 .sm-menu-wrap .main-navigation{
	margin-top: 0px;
}
/*header.header-4 .main-navigation .smart-primary-menu-wrap ul &gt; li:first-child a{
	margin-left: 0;
}
header.header-4 .main-navigation .smart-primary-menu-wrap ul &gt; li:last-child a{
	margin-right: 0;
}
header .main-navigation .smart-primary-menu-wrap ul li.menu-item-has-children:first-child &gt; ul.sub-menu{
	left: 0;
}*/
header.header-4 .sm-menu-wrap .main-navigation .smart-primary-menu{
	text-align: center;
}
header.header-4 .main-navigation .smart-primary-menu-wrap ul li{
	padding: 20px 0;
}
header.header-4 .main-navigation ul.sub-menu li{
	text-align: left;
}






/*Header Layout 5*/
header.header-5 .top-header-wrap{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}
header.header-5 .top-header-wrap .top-menu-right-wrap{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
header.header-5 .top-header-wrap .top-menu-right-wrap p{
	margin: 0;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
}
header.header-5 .top-header-wrap .top-menu-right-wrap .icon-wrap a{
	font-size: 14px;
	margin-left: 20px;
	color: #666;
}
header.header-5 .sm-logo-wrpp{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 35px 0 10px;
    position: relative;
}
header.header-5 .sm-logo-wrpp .site-logo-wrapp{
	line-height: 0.8;
}
header.header-5 .sm-logo-wrpp .sm-header-icon-wrap{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
header.header-5 .sm-header-icon-wrap .cart-icon-wrap{
	margin-left: 15px;
}
header.header-5 nav{
	width: 100%;
	text-align: center;
	display: block;
	padding: 0;
}
header.header-5 .main-navigation .smart-primary-menu-wrap ul li{
	text-align: left;
}
header.header-5 .sm-icon-header i.lnr,
header.header-5 .cart-icon-wrap .sm-cart .icon i{
	font-size: 24px;
}
header.header-5 .sm-icon-header{
	line-height: 0.8;
}
header.header-5 .cart-icon-wrap .sm-cart .sm-cart-icon-wrap .sm-cart-count{
	top: 1px;
	right: -2px;
}
header.header-5 .sm-logo-wrpp .search-form-wrap{
	position: absolute;
	top: 0;
	left: -0.5%;
	right: 0;
	height: 100%;
	width: 101%;
	text-align: center;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    background: #FFF;
    z-index:-1;
    -webkit-transform: translateY(10px);
       -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
         -o-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(.25,.8,.25,1);
       -moz-transition: all 0.4s cubic-bezier(.25,.8,.25,1);
        -ms-transition: all 0.4s cubic-bezier(.25,.8,.25,1);
         -o-transition: all 0.4s cubic-bezier(.25,.8,.25,1);
            transition: all 0.4s cubic-bezier(.25,.8,.25,1);
}
header.header-5 .sm-logo-wrpp .search-form-wrap.search-active{
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
	visibility: visible;
	opacity: 1;
	z-index: 10;
}
header.header-5 form.search-form{
	position: relative;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
header.header-5 form.search-form input[type="search"]{
	border: none;
	border-bottom: 1px solid #eee;
	-webkit-border-radius: 0;
	        border-radius: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
header.header-5 form.search-form input[type="submit"]{
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	cursor: pointer;
	opacity: 0;
	z-index: 1;
}
header.header-5 form.search-form:after{
	content: "\f002";
	font-family: 'fontawesome';
	color: #818181;
	font-size: 18px;
	height: 45px;
	width: 45px;
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	line-height: 45px;
	text-align: center;
	font-weight: 400;
}
header.header-5 form.search-form input[type="search"]:focus{
	border-bottom-color: #666;
}
header.header-5 .search-form-wrap h3{
	display: none;
}
header.header-5 .sm-logo-wrpp .sm-search-icon-wrap{
	display: inline-block;
	width: 195px;
}
header.header-5 .sm-logo-wrpp .sm-search-icon-wrap .sm-search-icon{
	padding-left: 1px;
	width: 16px;
	cursor: pointer;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
header.header-5 .sm-logo-wrpp .sm-search-icon-wrap .sm-search-icon:hover{
	color: #DF3550;
}
header.header-5 .search-form-wrap a.btn-hide i{
	font-size: 24px;
	font-weight: 600;
	color: #666;
}
header.header-5 .user-logout-wrap span{
	position: relative;
	width: auto;
	top: auto;
	right: auto;
	max-width: none;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: unset;
	visibility: visible;
	opacity: 1;
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	     -o-transform: none;
	        transform: none;
	padding: 0;
	padding-left: 5px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	     -o-transition: none;
	        transition: none;
	display: inline-block;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
header.header-5 .user-logout-wrap a:hover span{
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	     -o-transform: none;
	        transform: none;
}
header.header-5 .user-logout-wrap i.lnr{
	font-size: 13px;
	display: inline-block;
}

header.header-5 .site-header-cart .sm-cart &gt; a,
header.header-5 .sm-icon-header &gt; span a,
header.header-5 .sm-icon-header &gt; a{
	color: #333;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
header.header-5 .site-header-cart .sm-cart &gt; a:hover,
header.header-5 .sm-icon-header &gt; span a:hover,
header.header-5 .sm-icon-header &gt; a:hover{
	color: #DF3550;
}


header.header-5 .sm-fixed-header .icon-wrapp  .user-logout-wrap i.lnr{
	font-size: 16px !important;
}
header.header-5 .sm-fixed-header  .user-logout-wrap span{
	position: absolute;
	top: calc(100% + 25px);
    top: -webkit-calc(100% + 25px);
    top: -moz-calc(100% + 25px);
    right: 0;
    visibility: hidden;
    opacity: 0;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}
header.header-5 .sm-fixed-header  .user-logout-wrap:hover span{
	top: calc(100% + 17px);
    top: -webkit-calc(100% + 17px);
    top: -moz-calc(100% + 17px);
    visibility: visible;
    opacity: 1;
}


/*Header Layout 6*/
header.header-6 .main-navigation .smart-primary-menu-wrap ul li.menu-item-has-children:first-child &gt; ul.sub-menu{
	left: 0;
}
header.header-6 .sm-top-icons-wrap{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
header.header-6 .sm-top-icons-wrap .sm-header-icon-wrap .sm-icon-header,
header.header-6 .sm-top-icons-wrap .sm-header-icon-wrap .cart-icon-wrap{
	display: inline-block;
	position: relative;
    line-height: 1;
    vertical-align: middle;
    padding-right: 15px;
}
header.header-6 .sm-top-icons-wrap .sm-header-icon-wrap .sm-icon-header:after{
	position: absolute;
	content: "";
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 16px;
	background: #ccc;
}
header.header-6 .sm-icon-header a{
	color: #333;
}
header.header-6 .sm-top-icons-wrap .sm-header-icon-wrap .cart-icon-wrap{
	border-right: none;
	padding-right: 0;
}
header.header-6 .sm-top-icons-wrap .sm-header-icon-wrap .user-logout-wrap span{
	position: relative;
	top: 0;
	padding: 0 5px;
	border: none;
	visibility: visible;
	opacity: 1;
	max-width: none;
	line-height: 1;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	     -o-transform: none;
	        transform: none;
}
header.header-6 .sm-icon-header{
	margin: 0 15px;
}
header.header-6 .sm-icon-header &gt; a{
	color: #333;
}
header.header-6 .sm-icon-header i.lnr{
	font-size: 20px;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
header.header-6 .cart-icon-wrap:hover .sm-cart .icon i,
header.header-6 .sm-icon-header:hover i{
	color: #DF3550;
}
header.header-6 .sm-fixed-header .sm-icon-header.user-logout-wrap i.lnr{
	font-size: 16px !important;
}
header.header-6 .sm-top-icons-wrap .sm-header-icon-wrap .sm-icon-header.sm-compare-wrapper{
	margin-left: 0;
	padding-right: 20px;
}
header.header-6 .sm-icon-header span#sm-compare-count{
	right: 10px;
	top: -10px;
}
header.header-6 .sm-top-icons-wrap .sm-header-icon-wrap .sm-icon-header.sm-wishlist-wrap{
	margin-left: 0;
	padding-right: 20px;
}
header.header-6 .sm-icon-header span.wishlist-counter{
	right: 10px;
	top: -10px;
}
header.header-6 .cart-icon-wrap .sm-cart .icon i{
	font-size: 20px;
}
header.header-6 .cart-icon-wrap .sm-cart .sm-cart-count{
	top: -12px;
	right: 0;
}
header.header-6 .cart-icon-wrap .sm-cart .sm-cart-wrap{
	display: none;
}
header.header-6 .sm-menu-wrap{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 20px 0;
    position: relative;
}
header.header-6 .main-navigation .smart-primary-menu-wrap ul &gt; li:first-child a{
	margin-left: 0;
}
header.header-6 .main-navigation .smart-primary-menu-wrap ul &gt; li a{
	font-size: 14px;
	font-weight: 600;
}
header.header-6 .sm-menu-wrap .sm-search-icon-wrap .search-form-wrap{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    background: transparent;
    -webkit-transform: translateY(100%) translateZ(0);
       -moz-transform: translateY(100%) translateZ(0);
        -ms-transform: translateY(100%) translateZ(0);
         -o-transform: translateY(100%) translateZ(0);
            transform: translateY(100%) translateZ(0);
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
       -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
        -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
         -o-transition: all .4s cubic-bezier(.77,0,.175,1);
            transition: all .4s cubic-bezier(.77,0,.175,1);
}
header.header-6 .sm-menu-wrap .sm-search-icon-wrap .search-form-wrap.search-active{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
}
header.header-6 .sm-menu-wrap .sm-search-icon-wrap .search-form-wrap form{
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	height: 40px;
	position: relative;
}
header.header-6 .sm-menu-wrap .sm-search-icon-wrap .search-form-wrap form:after{
	content: "\f002";
	font-family: 'fontawesome';
	color: #818181;
	font-size: 18px;
	height: 40px;
	width: 40px;
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	line-height: 40px;
	text-align: center;
}
header.header-6 .sm-menu-wrap .sm-search-icon-wrap .search-form-wrap form input[type="search"]{
	width: 100%;
	height: 40px;
	border: none;
	line-height: 40px;
	background: #fafafa;
	padding: 0 20px;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
header.header-6 .sm-menu-wrap .sm-search-icon-wrap .search-form-wrap form input[type="submit"]{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	border: none;
	background: none;
	line-height: 40px;
	padding: 0;
	-webkit-border-radius: 0;
	        border-radius: 0;
	text-indent: 999999999999rem;
	z-index: 1;
	cursor: pointer;
}
header.header-6 .sm-menu-wrap .sm-search-icon-wrap{
	cursor: pointer;
}
header.header-6 a.btn-hide{
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	background: #DF3550;
	color: #FFF;
}
header.header-6 a.btn-hide i{
	font-weight: 600;
}
/*Header 7*/

header.header-7{
	-webkit-box-shadow: none;
	        box-shadow: none;
}
header.header-7 .main-navigation{
	width: calc(100% - 223px);
	width: -webkit-calc(100% - 223px);
	width: -moz-calc(100% - 223px);
	padding-left: 20px;
}
header.header-7 .main-navigation .smart-primary-menu-wrap ul li{
	padding: 35px 0;
}
header.header-7 .top-header-wrap .smart-container{
	border-bottom: 1px solid #eee;
}
header.header-7 .sm-header-nav-wrapp{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
header.header-7 .sm-header-nav-wrapp .site-logo-wrapp{
	width: 150px;
}
header.header-7 .sm-header-nav-wrapp .right-wrapp{
	width: 73px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
header.header-7 .sm-header-nav-wrapp .right-wrapp .cart-icon-wrap{
	line-height: 1;
	padding-left: 10px;
	padding-top: 38px;
	padding-bottom: 38px;
	position: relative;
}
header.header-7 .sm-header-nav-wrapp .right-wrapp .cart-icon-wrap:before{
	position: absolute;
	top: 39px;
	left: -1px;
	content: "";
	width: 1px;
	height: 15px;
	background: #ccc;
}
header.header-7 .sm-header-nav-wrapp .right-wrapp .sm-search-icon-wrap{
	line-height: 1;
	position: relative;
	cursor: pointer;
	padding-right: 13px;
	padding-top: 38px;
	padding-bottom: 38px;
	color: #333;
}
header.header-7 .sm-header-nav-wrapp .right-wrapp .sm-search-icon-wrap .search-form-wrap{
	position: absolute;
    top: 100%;
    right: -1px;
    width: 300px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
       -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
         -o-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: all ease 0.35s;
       -moz-transition: all ease 0.35s;
        -ms-transition: all ease 0.35s;
         -o-transition: all ease 0.35s;
            transition: all ease 0.35s;
}
header.header-7 .sm-header-nav-wrapp .right-wrapp .sm-search-icon-wrap:hover .search-form-wrap{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
}
header.header-7 .cart-icon-wrap .sm-cart .sm-cart-wrap{
	display: none;
}
header.header-7 .cart-icon-wrap .sm-cart .icon i{
	font-size: 16px;
	font-weight: 600;
	color: #333;
}
header.header-7 .sm-fixed-header .cart-icon-wrap .sm-cart .icon i{
	font-weight: 500;
}
header.header-7 .cart-icon-wrap .sm-cart .sm-cart-icon-wrap .sm-cart-count{
	top: -7px;
	right: -4px;
}
header.header-7 .cart-icon-wrap .site-header-cart .widget.widget_shopping_cart{
	top: calc(100% + 38px);
    top: -webkit-calc(100% + 38px);
    top: -moz-calc(100% + 38px);
}
header.header-7 .sm-header-nav-wrapp .right-wrapp .sm-search-icon-wrap .search-content{
	position: absolute;
	margin-top: 45px;
	right: -1px;
	left: auto;
	width: 450px;
	z-index: 99;
}
header.header-7 .sm-header-nav-wrapp .right-wrapp form.search-form i.fa-spin{
	position: absolute;
	right: 50px;
	top: 15px;
}
header.header-7 .top-header-wrap .top-menu-right-wrap .store-mart-icons-widget{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 5px;
}
header.header-7 .top-header-wrap .sm-icon-header &gt; a{
	color: #000;
}
header.header-7 .top-header-wrap .sm-icon-header i.lnr{
	font-size: 18px;
	color: #000;
}
header.header-7 .top-header-wrap .sm-icon-header{
	margin: 0 10px;
	line-height: 1;
}
header.header-7 .top-header-wrap .sm-icon-header.user-logout-wrap{
	margin: 0 6px;
}
header.header-7 .top-header-wrap .cart-icon-wrap{
	margin: 0 14px;
}
header.header-7 .sm-icon-header &gt; a span.wishlist-counter,
header.header-7 .sm-icon-header span#sm-compare-count{
	top: -7px;
	right: -12px;
}
header.header-7 .cart-icon-wrap ul{
	line-height: 1;
}
header.header-7 .top-header-wrap .cart-icon-wrap .sm-cart .sm-cart-icon-wrap{
	padding-right: 0;
}
header.header-7 .top-header-wrap .cart-icon-wrap .sm-cart .sm-cart-icon-wrap .sm-cart-count{
	right: -12px;
}
header.header-7 .top-header-wrap .wishlist-dropdown,
header.header-7 .top-header-wrap .user-logout-wrap span,
header.header-7 .top-header-wrap .cart-icon-wrap .site-header-cart .widget.widget_shopping_cart{
	top: calc(100% + 10px);
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
}
header.header-7 .sm-fixed-header .sm-icon-header.user-logout-wrap i.lnr{
	font-size: 16px !important;
}

/*Promo Header*/
.top-header-promo{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;	
}
.top-header-promo .promo-exit{
	padding: 2px 5px;
    cursor: pointer;
    background: #FFF;
    color: #000;
    margin: 10px;
    font-size: 12px;
    -webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
            box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
}
.top-header-promo .promo-exit i{
	padding-left: 6px;
}
/*Currency*/
header .widget{
	margin: 0;
}
header .WOOCS_SELECTOR{
	margin-left: 30px;
}
header .dd-select{
	background: transparent !important;
	border: none;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
header .woocommerce-currency-switcher-form .dd-selected{
	color: #333;
	font-size: 13px;
	font-weight: 500;
	padding: 0;
	line-height: 1;
	padding-right: 20px;
	display: inline-block;
	vertical-align: middle;
}
header .dd-select .dd-pointer-down{
	position: relative;
	border: none;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: -8px;
}
header .dd-select .dd-pointer-up{
	border: none !important;
	margin-bottom: -6px;
}
header .dd-select .dd-pointer-down:after, header .dd-select .dd-pointer-down:before {
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
header .dd-select .dd-pointer-down:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #FFF;
	border-width: 4px;
	margin-right: -4px;
	margin-top: -1px;
}
header .dd-select .dd-pointer-down:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #333;
	border-width: 4px;
	margin-right: -4px;
}
header .dd-select .dd-pointer-down.dd-pointer-up:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #FFF;
	border-top: none;
	border-width: 4px;
	margin-right: -4px;
	margin-top: 1px;
}
header .dd-select .dd-pointer-down.dd-pointer-up:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #333;
	border-top: none;
	border-width: 4px;
	margin-right: -4px;
}
header .WOOCS_SELECTOR .dd-options{
	min-width: 70px;
	right: 0;
	top: calc(100% + 6px);
	top: -moz-calc(100% + 6px);
	top: -webkit-calc(100% + 6px);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	        box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	border: none;
}
header .WOOCS_SELECTOR .dd-options a.dd-option{
	border-bottom: 1px solid #eee;
	font-size: 13px;
	font-weight: 400;
	color: #333;
	text-align: left;
	padding: 10px 15px;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
header .WOOCS_SELECTOR .dd-options a.dd-option:hover{
	color: #DF3550;
}
header .top-menu-wrap .top-menu{
	padding: 0;
	margin: 0;
	list-style: none;
}
header .top-menu-wrap .top-menu li{
	display: inline-block;
}
header .top-menu-wrap .top-menu li ul.sub-menu{
	display: inline-block;
	margin-left: 0;
	padding-left: 0;
}
header .top-menu-wrap .top-menu li a{
	color: #333;
	margin-right: 10px;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
header .top-menu-wrap .top-menu li a:hover{
	color: #DF3550;
}

/*Woocommerce Products*/
.slick-initialized .slick-slide{
	height: auto;
}
.woocommerce img{
	vertical-align: top;
}
.sm-section-outer{
	margin: 0;
}
.title-wrapp{
	text-align: center;
	display: block;
	width: 100%;
}
.content-area .title-wrapp h6{
	font-size: 16px;
	letter-spacing: 0px;
	font-weight: 400;
	text-transform: uppercase;
	color: #989898;
	margin: 0 0 5px;
}
.content-area .title-wrapp h3{
	color: #222;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: -0.5px;
	text-transform: capitalize;
	margin: 0 0 50px;
}
.woocommerce ul.products:after,
.woocommerce ul.products:before{
	display: none;
}
.sm-product-col-wrapp{
	position: relative;
}
.woocommerce ul.products{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.woocommerce ul.products li.product{
	margin-bottom: 50px;
	padding: 15px;
	-webkit-transition: all 0.4s cubic-bezier(.25,.8,.25,1);
	   -moz-transition: all 0.4s cubic-bezier(.25,.8,.25,1);
	    -ms-transition: all 0.4s cubic-bezier(.25,.8,.25,1);
	     -o-transition: all 0.4s cubic-bezier(.25,.8,.25,1);
	        transition: all 0.4s cubic-bezier(.25,.8,.25,1);
}
.woocommerce.woo-hover-style-2 ul.products li.product{
	padding: 0;
}
/*.woo-hover-style-2 .woocommerce ul.products li.product{
	padding-top: 0;
}*/
.woocommerce ul.products.columns-4 li.product{
	width: 24.8125%;
	margin-right: 0.25%;
}
.woo-hover-style-2 .woocommerce ul.products li.product{
	/*-webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.025);
	        box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.025);*/
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding: 0;
}
.woo-hover-style-2 .woocommerce ul.products li.product:hover{
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.woo-hover-style-2 .woocommerce ul.products.columns-4 li.product{
	width: 23%;
	margin-right: 2.666%;
}
.woocommerce ul.products.columns-4 li.product:nth-child(4n){
	margin-right: 0;
}
.woocommerce ul.products.columns-3 li.product{
	width: 32%;
	margin-right: 2%;
}
/*.woocommerce ul.products.columns-3 li.product{
	width: 33.1667%;
	margin-right: 0.25%;
}*/
.woo-hover-style-2 .woocommerce ul.products.columns-3 li.product{
	width: 32%;
	margin-right: 2%;
}
.woocommerce ul.products.columns-3 li.product:nth-child(3n){
	margin-right: 0;
}
.woocommerce .products li.product:hover{
	-webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.2), 0 0px 15px rgba(0,0,0,0.05);
	        box-shadow: 0 3px 20px rgba(0,0,0,0.2), 0 0px 15px rgba(0,0,0,0.05);
}
.woocommerce.woo-hover-style-2 ul.products li.product:hover{
	-webkit-box-shadow: none;
	        box-shadow: none;
}
/*.woo-hover-style-2 .woocommerce ul.products li.product:hover{
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.075);
	        box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.075);
}*/
.woo-hover-style-2 .woocommerce ul.products.columns-2 li.product{
	width: 49%;
	margin-right: 2%;
}
.woocommerce ul.products.columns-2 li.product:nth-child(2n){
	margin-right: 0;
}
.both-sidebar.woocommerce ul.products.columns-3 li.product{
	width: 48%;
	margin-right: 2%;
}
.both-sidebar.woocommerce ul.products.columns-3 li.product:nth-child(3n){
	margin-right: 2%;
}
.both-sidebar.woocommerce ul.products.columns-3 li.product:nth-child(2n){
	margin-right: 0;
}
.woocommerce li.product .sm-product-thumb-wrapp{
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	-webkit-transition: all ease 0.4s;
	   -moz-transition: all ease 0.4s;
	    -ms-transition: all ease 0.4s;
	     -o-transition: all ease 0.4s;
	        transition: all ease 0.4s;
}
.both-sidebar.woocommerce .cart-collaterals .cross-sells ul.products li,
.both-sidebar.woocommerce-page .cart-collaterals .cross-sells ul.products li,
.left-sidebar.woocommerce .cart-collaterals .cross-sells ul.products li,
.left-sidebar.woocommerce-page .cart-collaterals .cross-sells ul.products li,
.right-sidebar.woocommerce .cart-collaterals .cross-sells ul.products li,
.right-sidebar.woocommerce-page .cart-collaterals .cross-sells ul.products li{
	width: 100%;
	margin-right: 0;
}
.woocommerce li.product:hover .sm-product-thumb-wrapp{
	border-bottom-color: #FFF;
}
.woocommerce li.product .sm-product-thumb-wrapp .sm-product-img-before img{
	margin: 0 auto;
}
.woocommerce .sm-product-thumb-wrapp .sm-compare-wrapp{
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 9;
	font-size: 12px;
	width: 40px;
	color: #FFF;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateX(30px);
	   -moz-transform: translateX(30px);
	    -ms-transform: translateX(30px);
	     -o-transform: translateX(30px);
	        transform: translateX(30px);
	-webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
	   -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
	    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
	     -o-transition: all .4s cubic-bezier(.77,0,.175,1);
	        transition: all .4s cubic-bezier(.77,0,.175,1);
}
.woocommerce li.product:hover .sm-product-thumb-wrapp .sm-compare-wrapp{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	     -o-transform: translateX(0);
	        transform: translateX(0);
}
.woocommerce .sm-compare-wrapp .add-to-wishlist-custom,
.woocommerce .sm-compare-wrapp .compare-wrap{
	display: block;
	width: 100%;
	text-align: right;
	height: 34px;
}
.woocommerce .sm-compare-wrapp a{
	position: relative;
	display: block;
	color: #FFF;
	width: 34px;
	height: 34px;
	
}
.woocommerce .sm-compare-wrapp a.added{
	text-indent: 999999999999999em;
}
.woocommerce .sm-compare-wrapp a.added:before{
	text-indent: 0;
}
.woocommerce .sm-compare-wrapp a span{
	position: absolute;
	display: block;
	top: 2px;
	right: 0;
	padding: 4px 10px;
	background: #DF3550;
	-webkit-transform: translate(-35px, 0) translateZ(0);
	   -moz-transform: translate(-35px, 0) translateZ(0);
	    -ms-transform: translate(-35px, 0) translateZ(0);
	     -o-transform: translate(-35px, 0) translateZ(0);
	        transform: translate(-35px, 0) translateZ(0);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
	   -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
	    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
	     -o-transition: all .4s cubic-bezier(.77,0,.175,1);
	        transition: all .4s cubic-bezier(.77,0,.175,1);
}
.woocommerce .sm-compare-wrapp a span:after{
	content: "";
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #DF3550;
}
.woocommerce .sm-compare-wrapp a:before{
	position: absolute;
	top: 0;
	right: 8px;
	font-family: 'Linearicons-Free';
	z-index: 9;
	font-size: 22px;
	color: #222;
	font-weight: 700;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.woocommerce .sm-compare-wrapp a:hover:before{
	color: #DF3550;
}
.woocommerce .sm-compare-wrapp a.add_to_wishlist:before,
.woocommerce .sm-compare-wrapp .yith-wcwl-wishlistaddedbrowse.show a.link-wishlist:before,
.woocommerce .sm-compare-wrapp .yith-wcwl-wishlistexistsbrowse.show a.link-wishlist:before{
	content: "\e813";
}
.woocommerce .sm-compare-wrapp .yith-wcwl-wishlistaddedbrowse.show a.link-wishlist:before,
.woocommerce .sm-compare-wrapp .yith-wcwl-wishlistexistsbrowse.show a.link-wishlist:before{
	color: #DF3550;
}
.woocommerce .sm-compare-wrapp a.sm-compare:before{
	content: "\e862";
}
.woocommerce .sm-compare-wrapp a:hover span{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-46px, 0);
	   -moz-transform: translate(-46px, 0);
	    -ms-transform: translate(-46px, 0);
	     -o-transform: translate(-46px, 0);
	        transform: translate(-46px, 0);
}
.woocommerce .sm-compare-wrapp .yith-wcwl-add-button.show .ajax-loading{
	position: absolute;
	top: 8px;
	right: 17px;
}
.woocommerce li.product .sm-cart-wrapp{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: translateY(100%);
	   -moz-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	     -o-transform: translateY(100%);
	        transform: translateY(100%);
	visibility: hidden;
	opacity: 0;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
	   -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
	    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
	     -o-transition: all .4s cubic-bezier(.77,0,.175,1);
	        transition: all .4s cubic-bezier(.77,0,.175,1);
}
.woocommerce li.product:hover .sm-cart-wrapp{
	-webkit-transform: translate(0);
	   -moz-transform: translate(0);
	    -ms-transform: translate(0);
	     -o-transform: translate(0);
	        transform: translate(0);
    visibility: visible;
    opacity: 1;
}
.woocommerce li.product .sm-cart-wrapp a.button,
.woocommerce li.product .sm-cart-wrapp a.added_to_cart,
.woocommerce li.product .sm-cart-wrapp a.link-quickview{
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	background: #f2f3f6;
	cursor: pointer;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	color: #000;
	height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    display: inline-block;
    width: 49.5%;
    text-align: center;
    -webkit-transition: color 0.2s, background 0.3s;
       -moz-transition: color 0.2s, background 0.3s;
        -ms-transition: color 0.2s, background 0.3s;
         -o-transition: color 0.2s, background 0.3s;
            transition: color 0.2s, background 0.3s;
}
.woocommerce li.product .sm-cart-wrapp a.button.loading{
	padding: 0 25px 0 10px;
}
.woocommerce li.product .sm-cart-wrapp a.added_to_cart{
	background: #DF3550;
	color: #FFF;
}
.woocommerce li.product .sm-cart-wrapp a.button:hover,
.woocommerce li.product .sm-cart-wrapp a.link-quickview:hover{
	background: #DF3550;
	color: #FFF;
}
.woocommerce li.product .sm-cart-wrapp a.button.loading:after{
	top: 1px;
	right: 8px;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del,
.woocommerce ul.products li.product .price del{
	opacity: 1;
}
.woocommerce li.product .sm-cart-wrapp a.button.added{
	display: none;
}
.woocommerce ul.products li.product .sm-product-title-wrapp a{
	color: #222;
	-webkit-transition: all ease 0.4s;
	   -moz-transition: all ease 0.4s;
	    -ms-transition: all ease 0.4s;
	     -o-transition: all ease 0.4s;
	        transition: all ease 0.4s;
}
.woocommerce ul.products li.product .sm-product-title-wrapp a:hover{
	color: #DF3550;
}
.woocommerce ul.products li.product .sm-product-title-wrapp h2{
	font-size: 18px;
	font-weight: 500;
	padding: 18px 0 0;
}
.woocommerce ul.products li.product .sm-product-title-wrapp span.price{
	font-size: 16px;
	font-weight: 400;
	color: #818181;
	margin-bottom: 0;
}
.woocommerce ul.products li.product .sm-product-title-wrapp span.price ins{
	font-weight: 400;
	padding-left: 5px;
	color: #DF3550;
}
.woocommerce li.product .sm-product-thumb-wrapp span.onsale{
	position: absolute;
	-webkit-transform: rotate(-90deg) translate3d(-100%,0,0) translateZ(0);
	   -moz-transform: rotate(-90deg) translate3d(-100%,0,0) translateZ(0);
	    -ms-transform: rotate(-90deg) translate3d(-100%,0,0) translateZ(0);
	     -o-transform: rotate(-90deg) translate3d(-100%,0,0) translateZ(0);
	        transform: rotate(-90deg) translate3d(-100%,0,0) translateZ(0);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transform-origin: left;
	   -moz-transform-origin: left;
	    -ms-transform-origin: left;
	     -o-transform-origin: left;
	        transform-origin: left;
	top: -15px;
	left: 10px;
	right: auto;
	min-height: 0;
	min-width: 0;
	line-height: 1;
	margin: 0;
	padding: 6px 12px 4px 8px;
	-webkit-border-radius: 0;
	        border-radius: 0;
	background: #DF3550;
	color: #FFF;
	font-size: 12px;
	opacity: 1;
	font-weight: 400;
}
.woocommerce li.product .sm-product-thumb-wrapp span.onsale:before,
.woocommerce li.product .sm-product-thumb-wrapp span.onsale:after{
	content: "";
    position: absolute;
    left: -12px;
    color: #DF3550;
    border: solid 12px transparent;
    border-left-color: #DF3550;
}
.woocommerce li.product .sm-product-thumb-wrapp span.onsale:after{
	transform: rotate(-90deg) translateZ(0);
    -webkit-transform: rotate(-90deg) translateZ(0);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
    left: -10px;
    top: -2px;
}
.woocommerce li.product .sm-product-thumb-wrapp span.onsale:before{
	transform: rotate(90deg) translateZ(0);
    -webkit-transform: rotate(90deg) translateZ(0);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
    top: 1px;
    left: -10px;
}

/*Sale Style 2*/

.woo-sale-style-1 li.product .sm-product-thumb-wrapp span.onsale{
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	     -o-transform: none;
	        transform: none;
	-webkit-transform-origin: left;
	   -moz-transform-origin: left;
	    -ms-transform-origin: left;
	     -o-transform-origin: left;
	        transform-origin: left;
	padding: 5px 15px 3px;
	top: 15px;
	left: 15px;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}
.woo-sale-style-1 li.product .sm-product-thumb-wrapp span.onsale:before,
.woo-sale-style-1 li.product .sm-product-thumb-wrapp span.onsale:after{
	display: none;
}

.woocommerce ul.products li.product .sm-product-title-wrapp .smw-price-wrap{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}
.woocommerce ul.products li.product .star-rating{
	width: 6.3em;
	font-size: 12px;
	letter-spacing: 3px;
	margin-top: 10px;
	margin-bottom: 0;
	color: #FFBC6B;
}
.woocommerce.product-rating-hidden .star-rating{
	display: none !important;
}
.section-title-wrapp .subtitle{
	font-size: 16px;
	text-transform: uppercase;
	color: #989898;
	letter-spacing: 0px;
}
.section-title-wrapp h3{
	font-size: 36px;
	line-height: 1.15;
	letter-spacing: -0.5px;
	color: #222;
	font-weight: 600;
	margin: 10px 0 20px;
}
.section-title-wrapp .description{
	font-size: 16px;
	line-height: 22px;
	color: #2d2a2a;
	margin-bottom: 30px;
}
.smwbs-wrap.woocommerce .sm-products .item-first-wrapper,
.smwbs-wrap.woocommerce .sm-products .item-second-wrapper{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.smwbs-wrap.woocommerce .sm-products .item-first-wrapper{
	margin: 7px;
	margin-bottom: 14px;
}
.store-mart-woo-block-slider .section-title-wrapp{
	text-align: center;
	margin-bottom: 50px;
}
.store-mart-woo-block-slider .section-title-wrapp .description{
	max-width: 60%;
	margin: 0 auto 10px;
}
.smwbs-wrap.woocommerce .sm-products .product{
	background: #FFF;
	padding: 20px;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row;
	    -ms-flex-flow: row;
	        flex-flow: row;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.smwbs-wrap.woocommerce .sm-products .product .item-img{
	width: 40%;
}
.smwbs-wrap.woocommerce .sm-products .product .item-img img{
	height: 220px;
	object-fit: cover;
}
.smwbs-wrap.woocommerce .sm-products .product .item-info-wrapp h2{
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 7px;
	line-height: 1.15;
	text-transform: uppercase;
}
.smwbs-wrap.woocommerce .sm-products .product .item-info-wrapp h2 a{
	color: #222;
}
.smwbs-wrap.woocommerce .sm-products .product .item-info-wrapp h2 a:hover{
	color: #DF3550;
}
.smwbs-wrap.woocommerce .sm-products .product .item-info-wrapp span.price{
	font-weight: 600;
	font-size: 18px;
	color: #333;
	display: block;
    margin: 12px 0 17px;
}
.smwbs-wrap.woocommerce .sm-products .product .item-info-wrapp span.price ins{
	font-weight: 400;
	color: #DF3550;
}
.smwbs-wrap.woocommerce .sm-products .product .item-info-wrapp{
	width: 60%;
	padding-left: 20px;
}
.smwbs-wrap.woocommerce .sm-products .product .item-info-wrapp a.button,
.smwbs-wrap.woocommerce .sm-products .product .item-info-wrapp a.added_to_cart{
	background: #000;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border: solid 1px #000;
    -webkit-border-radius: 0px;
            border-radius: 0px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0 20px;
    line-height: 35px;
    color: #FFF;
    white-space: nowrap;
}

.smwbs-wrap.woocommerce .sm-products .product .item-info-wrapp a.added_to_cart{
	background: #DF3550;
	border-color: #DF3550;
	color: #FFF;
}
.smwbs-wrap.woocommerce .sm-products .product .item-info-wrapp a.button.add_to_cart_button.loading{
	padding-right: 35px;
}
.smwbs-wrap.woocommerce .sm-products .product .item-info-wrapp a.button.add_to_cart_button.added{
	display: none;
}
.smwbs-wrap.woocommerce .sm-products .product .item-info-wrapp a.button.add_to_cart_button.loading:after{
	top: 1px;
	right: 15px;
}
.smwbs-wrap.woocommerce .sm-products .product .item-info-wrapp a.button:hover{
	color: #FFF;
	background: #DF3550;
	border-color: #DF3550;
}
.wpb_wrapper .store-mart-woo-block-slider .slick-dots{
	text-align: center;
	margin-top: 25px;
	margin-bottom: 0;
	width: 100%;
}
.wpb_wrapper .store-mart-woo-block-slider .slick-dots li{
	display: inline-block;
	margin: 0 4px;
}
.wpb_wrapper .store-mart-woo-block-slider .slick-dots li button{
	text-indent: 9999999999rem;
	height: 10px;
    width: 10px;
    overflow: hidden;
    padding: 0;
    border-radius: 50%;
    border: none;
    background: rgba(158,130,97,0.4);
}
.wpb_wrapper .store-mart-woo-block-slider .slick-dots li.slick-active button{
	background: rgba(158,130,97,1);
}
.wpb_wrapper .store-mart-woo-block-slider .slick-dots li button:hover{
	background: rgba(158,130,97,1);
	cursor: default;
}
/*CTA Banner layout 1*/
.store-mart-cta.layout-1{
	position: relative;
	display: block;
	overflow: hidden;
}
.store-mart-cta.layout-1.right-align{
	text-align: right;
}
.store-mart-cta.layout-1.right-align .title-wrapp{
	text-align: right;
}
.store-mart-cta.layout-1.left-align{
	text-align: left;
}
.store-mart-cta.layout-1.left-align .title-wrapp{
	text-align: left;
}
.store-mart-cta.layout-1.center-align{
	text-align: center;
}
.store-mart-cta.layout-1.center-align .title-wrapp{
	text-align: center;
}
.store-mart-cta.layout-1 .title-wrapp h3{
	font-size: 32px;
	font-weight: 700;
	color: #222;
	line-height: 1;
	margin: 0 0 10px;
	text-transform: capitalize;
}
.store-mart-cta.layout-1 .title-wrapp .subtitle{
	font-size: 16px;
	line-height: 1.625;
	color: #222;
	margin-bottom: 10px;
}
.store-mart-cta.layout-1 .btn-wrapp{
	display: block;
	margin-top: 25px;
}
.store-mart-cta.layout-1 .btn-wrapp a{
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	color: #FFF;
	background: #222;
	padding: 0 25px;
	height: 48px;
	line-height: 48px;
	display: inline-block;
	-webkit-border-radius: 48px;
	        border-radius: 48px;
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	     -o-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
.store-mart-cta.layout-1 .btn-wrapp a:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 48px;
	        border-radius: 48px;
	-webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.2), 0 0px 15px rgba(0,0,0,0.05);
	        box-shadow: 0 3px 20px rgba(0,0,0,0.2), 0 0px 15px rgba(0,0,0,0.05);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s cubic-bezier(.25,.8,.25,1);
	   -moz-transition: all 0.4s cubic-bezier(.25,.8,.25,1);
	    -ms-transition: all 0.4s cubic-bezier(.25,.8,.25,1);
	     -o-transition: all 0.4s cubic-bezier(.25,.8,.25,1);
	        transition: all 0.4s cubic-bezier(.25,.8,.25,1);
}
.store-mart-cta.layout-1 .btn-wrapp a:hover{
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	     -o-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
	background: #eee;
	color: #000;
}
.store-mart-cta.layout-1 .btn-wrapp a:hover:after{
	visibility: visible;
	opacity: 1;
}
.store-mart-cta.layout-1 .content-wrapp{
	position: absolute;
	z-index: 3;
	top: 50%;
	-webkit-transition: all ease 0.4s;
	   -moz-transition: all ease 0.4s;
	    -ms-transition: all ease 0.4s;
	     -o-transition: all ease 0.4s;
	        transition: all ease 0.4s;
}
.store-mart-cta.layout-1.right-align .content-wrapp{
	-webkit-transform: translate(0, -50%);
	   -moz-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	     -o-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	right: 0;
	padding-right: 60px;
}
.store-mart-cta.layout-1.left-align .content-wrapp{
	-webkit-transform: translate(0, -50%);
	   -moz-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	     -o-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	left: 0;
	padding-left: 60px;
}
.store-mart-cta.layout-1.center-align .content-wrapp{
	-webkit-transform: translate(0, -50%);
	   -moz-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	     -o-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	left: 0;
	right: 0;
	text-align: center;
}
.store-mart-cta.layout-1.right-align:hover .content-wrapp{
	-webkit-transform: translate(-15px, -50%);
	   -moz-transform: translate(-15px, -50%);
	    -ms-transform: translate(-15px, -50%);
	     -o-transform: translate(-15px, -50%);
	        transform: translate(-15px, -50%);
}
.store-mart-cta.layout-1.left-align:hover .content-wrapp{
	-webkit-transform: translate(15px, -50%);
	   -moz-transform: translate(15px, -50%);
	    -ms-transform: translate(15px, -50%);
	     -o-transform: translate(15px, -50%);
	        transform: translate(15px, -50%);
}
.store-mart-cta.layout-1.center-align:hover .content-wrapp{
	-webkit-transform: translate(0, -60%);
	   -moz-transform: translate(0, -60%);
	    -ms-transform: translate(0, -60%);
	     -o-transform: translate(0, -60%);
	        transform: translate(0, -60%);
}
.store-mart-cta.layout-1:before{
	position: absolute;
	z-index: 1;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid rgba(255,255,255,0.6);
    content: '';
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.4s;
       -moz-transition: all ease 0.4s;
        -ms-transition: all ease 0.4s;
         -o-transition: all ease 0.4s;
            transition: all ease 0.4s;
}
.store-mart-cta.layout-1.right-align:before{
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);	
}
.store-mart-cta.layout-1.left-align:before{
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
}
.store-mart-cta.layout-1.center-align:before{
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}
.store-mart-cta.layout-1.right-align:hover:before{
	visibility: visible;
	opacity: 1;
    -webkit-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);	
}
.store-mart-cta.layout-1.left-align:hover:before{
	visibility: visible;
	opacity: 1;
    -webkit-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);	
}
.store-mart-cta.layout-1.center-align:hover:before{
	visibility: visible;
	opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);	
}
.store-mart-cta.layout-1.right-align:after{
	z-index: 0;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background: -webkit-linear-gradient(45deg, rgba(255,137,233,0.4) 0%, rgba(5,171,224,0.4) 100%);
	background: linear-gradient(45deg, rgba(255,137,233,0.4) 0%, rgba(5,171,224,0.4) 100%);*/
	background: -webkit-linear-gradient(135deg, rgba(5,171,224,0.2) 0%, rgba(255,137,233,0.2) 100%);
    background: linear-gradient(135deg, rgba(5,171,224,0.2) 0%, rgba(255,137,233,0.2) 100%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.4s;
       -moz-transition: all ease 0.4s;
        -ms-transition: all ease 0.4s;
         -o-transition: all ease 0.4s;
            transition: all ease 0.4s;
}
.store-mart-cta.layout-1.left-align:after{
	z-index: 0;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background: -webkit-linear-gradient(45deg, rgba(255,137,233,0.4) 0%, rgba(5,171,224,0.4) 100%);
	background: linear-gradient(45deg, rgba(255,137,233,0.4) 0%, rgba(5,171,224,0.4) 100%);*/
	background: -webkit-linear-gradient(45deg, rgba(255,137,233,0.2) 0%, rgba(5,171,224,0.2) 100%);
    background: linear-gradient(45deg, rgba(255,137,233,0.2) 0%, rgba(5,171,224,0.2) 100%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.4s;
       -moz-transition: all ease 0.4s;
        -ms-transition: all ease 0.4s;
         -o-transition: all ease 0.4s;
            transition: all ease 0.4s;
}
.store-mart-cta.layout-1.center-align:after{
	z-index: 0;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background: -webkit-linear-gradient(45deg, rgba(255,137,233,0.4) 0%, rgba(5,171,224,0.4) 100%);
	background: linear-gradient(45deg, rgba(255,137,233,0.4) 0%, rgba(5,171,224,0.4) 100%);*/
	background: -webkit-linear-gradient(0deg, rgba(5,171,224,0.2) 0%, rgba(255,137,233,0.2)  100%);
    background: linear-gradient(0deg, rgba(5,171,224,0.2) 0%, rgba(255,137,233,0.2) 100%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.4s;
       -moz-transition: all ease 0.4s;
        -ms-transition: all ease 0.4s;
         -o-transition: all ease 0.4s;
            transition: all ease 0.4s;
}
.store-mart-cta.layout-1:hover:after{
	visibility: visible;
	opacity: 1;
}
.store-mart-cta.layout-1 img{
	width: calc(100% + 60px);
	width: -webkit-calc(100% + 60px);
	width: -moz-calc(100% + 60px);
	max-width: none;
	vertical-align: top;
	-webkit-transition: all 0.4s;
	   -moz-transition: all 0.4s;
	    -ms-transition: all 0.4s;
	     -o-transition: all 0.4s;
	        transition: all 0.4s;
}
.store-mart-cta.layout-1.left-align img{
	-webkit-transform: translate3d(-50px,0,0);
	   -moz-transform: translate3d(-50px,0,0);
	    -ms-transform: translate3d(-50px,0,0);
	     -o-transform: translate3d(-50px,0,0);
	        transform: translate3d(-50px,0,0);	
}
.store-mart-cta.layout-1.right-align img{
	-webkit-transform: translate3d(0px,0,0);
	   -moz-transform: translate3d(0px,0,0);
	    -ms-transform: translate3d(0px,0,0);
	     -o-transform: translate3d(0px,0,0);
	        transform: translate3d(0px,0,0);	
}
.store-mart-cta.layout-1.center-align img{
	width: calc(100% + 60px);
	width: -webkit-calc(100% + 60px);
	width: -moz-calc(100% + 60px);
	-webkit-transform-origin: bottom center;
	   -moz-transform-origin: bottom center;
	    -ms-transform-origin: bottom center;
	     -o-transform-origin: bottom center;
	        transform-origin: bottom center;
	-webkit-transform: scale(1.1) translate3d(-30px,15px,0);
	   -moz-transform: scale(1.1) translate3d(-30px,15px,0);
	    -ms-transform: scale(1.1) translate3d(-30px,15px,0);
	     -o-transform: scale(1.1) translate3d(-30px,15px,0);
	        transform: scale(1.1) translate3d(-30px,15px,0);	
}
.store-mart-cta.layout-1.right-align:hover img{
	-webkit-transform: translate3d(-50px,0,0);
	   -moz-transform: translate3d(-50px,0,0);
	    -ms-transform: translate3d(-50px,0,0);
	     -o-transform: translate3d(-50px,0,0);
	        transform: translate3d(-50px,0,0);
}
.store-mart-cta.layout-1.left-align:hover img{
	-webkit-transform: translate3d(0px,0,0);
	   -moz-transform: translate3d(0px,0,0);
	    -ms-transform: translate3d(0px,0,0);
	     -o-transform: translate3d(0px,0,0);
	        transform: translate3d(0px,0,0);
}
.store-mart-cta.layout-1.center-align:hover img{
	-webkit-transform: scale(1.1) translate3d(-30px,0px,0);
	   -moz-transform: scale(1.1) translate3d(-30px,0px,0);
	    -ms-transform: scale(1.1) translate3d(-30px,0px,0);
	     -o-transform: scale(1.1) translate3d(-30px,0px,0);
	        transform: scale(1.1) translate3d(-30px,0px,0);
}
/*Featured Product Section*/
.smwms-wrap.woocommerce .sm-msnry-products-wrap .first-row-wrapp,
.smwms-wrap.woocommerce .sm-msnry-products-wrap .second-row-wrapp{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row;
	    -ms-flex-flow: row;
	        flex-flow: row;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: 100%;
}
.smwms-wrap.woocommerce .sm-msnry-products-wrap .large-item-wrapp{
	width: 50%;
}
.smwms-wrap.woocommerce .sm-msnry-products-wrap .large-item-wrapp li.product .star-rating{
	
}
.smwms-wrap.woocommerce .sm-msnry-products-wrap .large-item-wrapp li.product{
	width: 100%;
	margin: 0;
	/*border-bottom: 1px solid #eaeaea;*/
	padding: 0px 0px 26px;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.smwms-wrap.woocommerce .sm-msnry-products-wrap .first-row-wrapp .large-item-wrapp li.product{
	padding-left: 0;
}
.smwms-wrap.woocommerce .sm-msnry-products-wrap .second-row-wrapp .large-item-wrapp li.product{
	padding-right: 0;
	padding-top: 31px;
}
.smwms-wrap.woocommerce .sm-msnry-products-wrap .large-item-wrapp li.product .sm-product-img-before{
	text-align: center;
	vertical-align: top;
}
.smwms-wrap.woocommerce .sm-msnry-products-wrap .large-item-wrapp li.product .sm-product-img-before img{
	height: 707px;
	width: 100%;
	object-fit: cover;
	vertical-align: top;
}
.smwms-wrap.woocommerce .sm-msnry-products-wrap .small-item-outer-wrapp{
	width: 50%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.smwms-wrap.woocommerce .sm-msnry-products-wrap .small-item-outer-wrapp .small-item-wrapp{
	width: 50%;
}
.smwms-wrap.woocommerce .sm-msnry-products-wrap .small-item-outer-wrapp .small-item-wrapp li.product{
	width: 100%;
	margin: 0;
	/*border: 1px solid #eaeaea;*/
	border-top: none;
	padding: 30px 0px 25px 30px;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.smwms-wrap.woocommerce .sm-msnry-products-wrap .first-row-wrapp .small-item-outer-wrapp .small-item-wrapp:first-of-type li.product,
.smwms-wrap.woocommerce .sm-msnry-products-wrap .first-row-wrapp .small-item-outer-wrapp .small-item-wrapp:nth-of-type(2) li.product{
	padding-top: 0;
	margin-top: 0px;
}
.smwms-wrap.woocommerce .sm-msnry-products-wrap .first-row-wrapp .small-item-outer-wrapp .small-item-wrapp li.product{
	border-right: none;	
}
.smwms-wrap.woocommerce .sm-msnry-products-wrap .second-row-wrapp .small-item-outer-wrapp .small-item-wrapp li.product{
	border-left: none;
	padding-left: 0;
	padding-right: 30px;
}
.smwms-wrap.woocommerce .sm-msnry-products-wrap .second-row-wrapp .small-item-outer-wrapp .small-item-wrapp:nth-of-type(2n) li.product{
	border-right: none;
}
.smwms-wrap.woocommerce .sm-msnry-products-wrap .second-row-wrapp .large-item-wrapp li.product{
	border-left: none;
	/*border-left: 1px solid #eee;*/
}
.smwms-wrap.woocommerce .sm-msnry-products-wrap .small-item-outer-wrapp .small-item-wrapp li.product .star-rating{
	display: none;
}
.smwms-wrap.woocommerce .sm-msnry-products-wrap .small-item-outer-wrapp .small-item-wrapp li.product .sm-product-img-before{
	text-align: center;
	vertical-align: top;
}
.smwms-wrap.woocommerce .sm-msnry-products-wrap .small-item-outer-wrapp .small-item-wrapp li.product .sm-product-img-before img{
	height: 289px;
	width: 100%;
	object-fit: cover;
	vertical-align: top;
}
.smwms-wrap.woocommerce .sm-msnry-products-wrap li.product .sm-product-title-wrapp h2{
	height: 45px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.smwms-wrap.woocommerce .sm-msnry-products-wrap li.product .sm-product-thumb-wrapp .sm-compare-wrapp{
	top: -8px;
}
.woocommerce li.product .sm-product-img-after.img-effect{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	vertical-align: top;
	text-align: center;
	text-transform: capitalize;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all ease-in-out 0.4s;
   	-moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
.woocommerce li.product:hover .sm-product-img-after.img-effect{
	visibility: visible;
	opacity: 1;
}
.smwms-wrap.woocommerce .sm-msnry-products-wrap .large-item-wrapp li.product .sm-product-img-after{
	vertical-align: top;
}
.smwms-wrap.woocommerce .sm-msnry-products-wrap .large-item-wrapp li.product .sm-product-img-after img{
	height: 527px;
    width: auto;
    vertical-align: top;
    margin: 0 auto;
}
.smwms-wrap.woocommerce .sm-msnry-products-wrap .small-item-outer-wrapp .small-item-wrapp li.product .sm-product-img-after img{
	height: 289px;
	width: 100%;
	object-fit: cover;
	vertical-align: top;
	margin: 0 auto;
}
/*Category Banner CTA*/
.store-mart-woo-cat{
	position: relative;
	-webkit-border-radius: 0px;
	        border-radius: 0px;
	overflow: hidden;
}
.store-mart-woo-cat img{
	vertical-align: top;
	width: 100%;
}
.store-mart-woo-cat .smwc-wrap.woocommerce{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) translateZ(0);
	   -moz-transform: translateY(-50%) translateZ(0);
	    -ms-transform: translateY(-50%) translateZ(0);
	     -o-transform: translateY(-50%) translateZ(0);
	        transform: translateY(-50%) translateZ(0);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
	left: 0;
	margin-left: 45px;
}
.store-mart-woo-cat .smwc-wrap.woocommerce .sm-woo-cat-title{
	font-size: 18px;
	font-weight: 500;
	color: #000;
}
.store-mart-woo-cat .smwc-wrap.woocommerce .sm-woo-cat-title span.cat-count{
	display: inline-block;
	margin-left: 8px;
	margin-top: -3px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background: #000;
	color: #FFF;
	font-size: 12px;
	vertical-align: middle;
}
.store-mart-woo-cat .smwc-wrap.woocommerce .sm-starting-price{
	font-size: 16px;
	font-weight: 400;
	color: #aaa;
	vertical-align: bottom;
	display: block;
	margin-top: 12px;
}
.store-mart-woo-cat .smwc-wrap.woocommerce span.woocommerce-Price-amount{
	font-size: 32px;
	padding-left: 5px;
	font-weight: 500;
	color: #DF3550;
	display: inline-block;
	line-height: 1;
	vertical-align: bottom;
}
.store-mart-woo-cat .smwc-wrap.woocommerce .sm-btn{
	display: block;
	margin-top: 10px;
}
.store-mart-woo-cat .smwc-wrap.woocommerce .sm-btn a{
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #000;
	position: relative;
	display: inline-block;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.store-mart-woo-cat .smwc-wrap.woocommerce .sm-btn a:before{
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translate(16px, -50%) translateZ(0);
	   -moz-transform: translate(16px, -50%) translateZ(0);
	    -ms-transform: translate(16px, -50%) translateZ(0);
	     -o-transform: translate(16px, -50%) translateZ(0);
	        transform: translate(16px, -50%) translateZ(0);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
	left: 100%;
	width: 0;
	height: 1px;
	background: #000;
	-webkit-transition: background 0.2s, width .4s cubic-bezier(.77,0,.175,1);
	   -moz-transition: background 0.2s, width .4s cubic-bezier(.77,0,.175,1);
	    -ms-transition: background 0.2s, width .4s cubic-bezier(.77,0,.175,1);
	     -o-transition: background 0.2s, width .4s cubic-bezier(.77,0,.175,1);
	        transition: background 0.2s, width .4s cubic-bezier(.77,0,.175,1);
}
@-moz-document url-prefix() {
	.store-mart-woo-cat .smwc-wrap.woocommerce .sm-btn a:before{
		height: 2px;
	}
	.store-mart-blogs .sm-blog-wrapp .blog-inner .content .btn-wrapp a::before{
		height: 2px;
	}
}
.store-mart-woo-cat .smwc-wrap.woocommerce .sm-btn a:after{
	content: "\f105";
	font-size: 18px;
	position: absolute;
	margin-top: 0px;
	color: #000;
	top: 50%;
	left: 100%;
	-webkit-transform: translate(12px, -50%) translateZ(0);
	   -moz-transform: translate(12px, -50%) translateZ(0);
	    -ms-transform: translate(12px, -50%) translateZ(0);
	     -o-transform: translate(12px, -50%) translateZ(0);
	        transform: translate(12px, -50%) translateZ(0);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
	font-family: fontawesome;
	-webkit-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
	   -moz-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
	    -ms-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
	     -o-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
	        transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
}
.store-mart-woo-cat .smwc-wrap.woocommerce .sm-btn a:hover{
	color: #DF3550;
}
.store-mart-woo-cat .smwc-wrap.woocommerce .sm-btn a:hover:after{
	color: #DF3550;
	-webkit-transform: translate(32px, -50%);
	   -moz-transform: translate(32px, -50%);
	    -ms-transform: translate(32px, -50%);
	     -o-transform: translate(32px, -50%);
	        transform: translate(32px, -50%);	
}
.store-mart-woo-cat .smwc-wrap.woocommerce .sm-btn a:hover:before{
	width: 20px;
	background: #DF3550;
}
/*Featured Product Tabs*/
.store-mart-woo-tabs .title-wrapp h3{
	margin-bottom: 25px;
}
.store-mart-woo-tabs .pwtb-catname-wrapper{
	width: 100%;
	text-align: center;
	display: block;
	margin-bottom: 55px;
}
.store-mart-woo-tabs .pwtb-catname-wrapper a.pwtb-catname{
	display: inline-block;
	margin: 10px 15px;
	text-transform: uppercase;
	color: #777;
	font-weight: 500;
	position: relative;
}
.store-mart-woo-tabs .pwtb-catname-wrapper a.pwtb-catname.pwtb-active{
	color: #222;
}
.store-mart-woo-tabs .pwtb-catname-wrapper a.pwtb-catname:hover{
	color: #222;
}
.store-mart-woo-tabs .pwtb-catname-wrapper a.pwtb-catname:before{
	content: "";
	position: absolute;
	top: calc(100% + 5px);
	top: -webkit-calc(100% + 5px);
	top: -moz-calc(100% + 5px);
	left: 0;
	height: 2px;
	width: 0;
	background: #e03550;
	-webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
    -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
    -o-transition: all .4s cubic-bezier(.77,0,.175,1);
    transition: all .4s cubic-bezier(.77,0,.175,1);
}
.store-mart-woo-tabs .pwtb-catname-wrapper a.pwtb-catname:hover:before{
	width: 100%;
}
.store-mart-woo-tabs .pwtb-catname-wrapper a.pwtb-catname.pwtb-active:before{
	width: 100%;
}
/*Tab Layout 2*/
.store-mart-woo-tabs .pwtb-catname-wrapper{
	position: relative;
}
.store-mart-woo-tabs .pwtb-catname-wrapper:after{
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	margin-top: -4px;
	background: #efefef;
	z-index: -1;
}
.store-mart-woo-tabs.layout-2 .pwtb-catname-wrapper a.pwtb-catname:before{
	top: calc(100% + 6px);
	top: -webkit-calc(100% + 6px);
	top: -moz-calc(100% + 6px);
	background: #DF3550;
}
.store-mart-woo-tabs.layout-2 .pwtb-catname-wrapper a.pwtb-catname{
	font-size: 22px;
	color: #757575;
	text-transform: capitalize;
}
.store-mart-woo-tabs.layout-2 .pwtb-catname-wrapper a.pwtb-catname:hover{
	color: #484848;
}
.store-mart-woo-tabs.layout-2 .pwtb-catname-wrapper a.pwtb-catname.pwtb-active{
	font-weight: 600;
	color: #484848;
}

/*Woo Category Tabs*/
.store-mart-woo-cat-tabs .sm-woo-cat-tab-wrapper{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	border: 6px solid #f5f5f5;
}
.store-mart-woo-cat-tabs ul.cat-tabs{
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: 280px;
}
.store-mart-woo-cat-tabs ul.cat-tabs li{
	width: 50%;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	padding: 25px 10px;
	color: #676767;
	font-size: 14px;
	margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.store-mart-woo-cat-tabs ul.cat-tabs li:before{
	content: "";
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	width: calc(100% + 2px);
	width: -webkit-calc(100% + 2px);
	width: -moz-calc(100% + 2px);
	height: calc(100% + 2px);
	height: -webkit-calc(100% + 2px);
	height: -moz-calc(100% + 2px);
	background: #f5f5f5;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.store-mart-woo-cat-tabs ul.cat-tabs li:hover:before,
.store-mart-woo-cat-tabs ul.cat-tabs li.active:before{
	visibility: visible;
	opacity: 1;
}
.store-mart-woo-cat-tabs ul.cat-tabs li img{
	display: block;
	text-align: center;
	margin: 0 auto;
	-webkit-filter: contrast(0%);
    filter: contrast(0%);
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.store-mart-woo-cat-tabs ul.cat-tabs li:hover img{
	-webkit-filter: contrast(100%);
    filter: contrast(100%);
}
.store-mart-woo-cat-tabs ul.cat-tabs li span{
	position: relative;
	z-index: 1;
	display: block;
	height: 30px;
	width: 120px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.store-mart-woo-cat-tabs ul.cat-tabs li:hover span{
	color: #000;
}
.store-mart-woo-cat-tabs .sm-tab-contents-wrap{
	width: calc(100% - 280px);
	width: -webkit-calc(100% - 280px);
	width: -moz-calc(100% - 280px);
	max-height: 402px;
	position: relative;
	overflow: hidden;
}
.store-mart-woo-cat-tabs .sm-tab-contents-wrap .sm-tabs-contents{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	padding-left: 60px;
	padding-right: 90px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: right center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(100px);
	   -moz-transform: translateX(100px);
	    -ms-transform: translateX(100px);
	     -o-transform: translateX(100px);
	        transform: translateX(100px);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s 0.1s cubic-bezier(0.49, 0.66, 0.46, 1.59);
	   -moz-transition: all 0.5s 0.1s cubic-bezier(0.49, 0.66, 0.46, 1.59);
	    -ms-transition: all 0.5s 0.1s cubic-bezier(0.49, 0.66, 0.46, 1.59);
	     -o-transition: all 0.5s 0.1s cubic-bezier(0.49, 0.66, 0.46, 1.59);
	        transition: all 0.5s 0.1s cubic-bezier(0.49, 0.66, 0.46, 1.59);
}
.store-mart-woo-cat-tabs .sm-tab-contents-wrap .sm-tabs-contents.active{
	z-index: 1;
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	     -o-transform: translateX(0);
	        transform: translateX(0);
	visibility: visible;
	opacity: 1;
}
.store-mart-woo-cat-tabs .sm-tab-contents-wrap .sm-tabs-contents .tab-inner-wrap{
	width: 50%;
	/*width: -webkit-calc(100% - 330px);
	width: -moz-calc(100% - 330px);*/
	padding-right: 60px;
	position: relative;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.store-mart-woo-cat-tabs .sm-tab-contents-wrap .sm-tabs-contents.active .tab-inner-wrap{
	visibility: visible;
	opacity: 1;
}
.store-mart-woo-cat-tabs .sm-tab-contents-wrap .sm-tabs-contents .tab-img{
	width: 330px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	position: relative;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.store-mart-woo-cat-tabs .sm-tab-contents-wrap .sm-tabs-contents.active .tab-img{
	visibility: visible;
	opacity: 1;
}
.store-mart-woo-cat-tabs .sm-tab-contents-wrap .sm-tabs-contents .tab-img img{
	max-height: 400px;
	width: auto;
}
.store-mart-woo-cat-tabs .sm-tab-contents-wrap h3{
	font-size: 32px;
	font-weight: 500;
	margin: 0 0 10px;
	color: #000;
	line-height: 1.15;
}
.store-mart-woo-cat-tabs .sm-tab-contents-wrap .tab-desc{
	font-size: 16px;
	color: #2D2A2A;
}
.store-mart-woo-cat-tabs .sm-tab-contents-wrap .tab-price{
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
	vertical-align: bottom;
}
.store-mart-woo-cat-tabs .sm-tab-contents-wrap .tab-price .price-text{
	font-size: 16px;
	color: #000;
	font-weight: 400;
	vertical-align: bottom;
	display: inline-block;
	line-height: 1.3;
}
.store-mart-woo-cat-tabs .sm-tab-contents-wrap .tab-price .amount{
	font-size: 32px;
    padding-left: 5px;
    font-weight: 500;
    color: #DF3550;
    vertical-align: bottom;
    display: inline-block;
    line-height: 1;
}
.store-mart-woo-cat-tabs .sm-tab-contents-wrap .btn-purchase{
	display: block;
}
.store-mart-woo-cat-tabs .sm-tab-contents-wrap .btn-purchase a{
	font-size: 16px;
	color: #FFF;
	font-weight: 500;
	border: solid 2px #000;
	padding: 0 40px;
	line-height: 50px;
	background: #000;
	display: inline-block;
	-webkit-border-radius: 45px;
	        border-radius: 45px;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.store-mart-woo-cat-tabs .sm-tab-contents-wrap .btn-purchase a:hover{
	background: #DF3550;
	color: #FFFF;
	border-color: #DF3550;
}
/*Deal of the Week*/
.store-mart-woo-special-deal{
	position: relative;
	display: block;
}
.store-mart-woo-special-deal .title-wrapp h3{
	margin-bottom: 0;
}
/*Category Slider*/
.store-mart-woo-category-slider{
	position: relative;
}
.store-mart-woo-category-slider:focus{
	outline: none;
}
.store-mart-woo-category-slider .title-wrapp{
	text-align: left;
	display: block;
	margin-bottom: 40px;
}
.store-mart-woo-category-slider .title-wrapp h3{
	margin-bottom: 0;
}
.store-mart-woo-category-slider{
	display: block;
}
.store-mart-woo-category-slider:before,
.store-mart-woo-category-slider:after{
	display: table;
	content: "";
	clear: both;
}
.store-mart-woo-category-slider .wrap-first,
.store-mart-woo-category-slider .wrap-second{
	display: inline-block;
	width: 49%;
	float: left;
	margin-left: 2%;
}
.store-mart-woo-category-slider .slider-item-wrapp-inner .product{
	margin-bottom: 10px;
}
.store-mart-woo-category-slider .wrap-first{
	margin-left: 0;
}
.sm-woo-slider .product{
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.sm-woo-slider .product .item-img{
	width: 40%;
}
.sm-woo-slider .product .item-info-wrap{
	width: 60%;
	padding-left: 30px;
}
.sm-woo-slider .product .item-info-wrap a{
	color: #222;
}
.sm-woo-slider .product .item-info-wrap a:hover{
	color: #DF3550;
}
.sm-woo-slider .product .item-info-wrap h2{
	margin: 0;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 500;
}
.sm-woo-slider .product .item-info-wrap .item-price{
	display: block;
	margin: 10px 0;
	position: relative;
	height: 30px;
	overflow: hidden;
}
.sm-woo-slider .product .item-info-wrap .item-price .price{
	color: #818181;
	font-size: 16px;
	font-weight: 400;
}
.sm-woo-slider .product .item-info-wrap .item-price .price del{
	opacity: 1;
	color: #818181;
	font-weight: 400;
}
.sm-woo-slider .product .item-info-wrap .item-price .price ins{
	font-weight: 400;
	color: #DF3550;
}
.sm-woo-slider .product .item-info-wrap .item-price .price,
.store-mart-woo-product-info .product .item-info-wrap .item-price .price{
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%) translateZ(0);
	   -moz-transform: translate(0, -50%) translateZ(0);
	    -ms-transform: translate(0, -50%) translateZ(0);
	     -o-transform: translate(0, -50%) translateZ(0);
	        transform: translate(0, -50%) translateZ(0);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
	left: 0;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
	   -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
	    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
	     -o-transition: all .4s cubic-bezier(.77,0,.175,1);
	        transition: all .4s cubic-bezier(.77,0,.175,1);
}
.sm-woo-slider .product:hover .item-info-wrap .item-price .price,
.store-mart-woo-product-info .product:hover .item-info-wrap .item-price .price{
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(100%, -50%);
	   -moz-transform: translate(100%, -50%);
	    -ms-transform: translate(100%, -50%);
	     -o-transform: translate(100%, -50%);
	        transform: translate(100%, -50%);
}
.sm-woo-slider .product .item-info-wrap .item-price .price .woocs_price_code{
	white-space: nowrap;
}
.sm-woo-slider .product .item-info-wrap .item-price a.add_to_cart_button,
.store-mart-woo-product-info .product .item-info-wrap .item-price a.add_to_cart_button{
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(-100%, -50%) translateZ(0);
	   -moz-transform: translate(-100%, -50%) translateZ(0);
	    -ms-transform: translate(-100%, -50%) translateZ(0);
	     -o-transform: translate(-100%, -50%) translateZ(0);
	        transform: translate(-100%, -50%) translateZ(0);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
	background: none;
	font-size: 16px;
	text-transform: lowercase;
	font-weight: 400;
	color: #818181;
	padding: 0;
	-webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
	   -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
	    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
	     -o-transition: all .4s cubic-bezier(.77,0,.175,1);
	        transition: all .4s cubic-bezier(.77,0,.175,1);
}
.sm-woo-slider .product .item-info-wrap .item-price a.add_to_cart_button:hover,
.store-mart-woo-product-info .product .item-info-wrap .item-price a.add_to_cart_button:hover{
	background: none;
	color: #DF3550;
}
.sm-woo-slider .product:hover .item-info-wrap .item-price a.add_to_cart_button,
.store-mart-woo-product-info .product:hover .item-info-wrap .item-price a.add_to_cart_button{
	-webkit-transform: translate(0, -50%) translateZ(0);
	   -moz-transform: translate(0, -50%) translateZ(0);
	    -ms-transform: translate(0, -50%) translateZ(0);
	     -o-transform: translate(0, -50%) translateZ(0);
	        transform: translate(0, -50%) translateZ(0);
	visibility: visible;
	opacity: 1;
}
.sm-woo-slider .product .item-info-wrap .item-price a.add_to_cart_button:before,
.store-mart-woo-product-info .product .item-info-wrap .item-price a.add_to_cart_button:before{
	position: absolute;
	content: "";
	top: calc(100% + 5px);
	top: -webkit-calc(100% + 5px);
	top: -moz-calc(100% + 5px);
	left: 0;
	width: 12px;
	height: 1px;
	background: #222;
	-webkit-transition: background 0.2s, width .4s cubic-bezier(.77,0,.175,1);
	   -moz-transition: background 0.2s, width .4s cubic-bezier(.77,0,.175,1);
	    -ms-transition: background 0.2s, width .4s cubic-bezier(.77,0,.175,1);
	     -o-transition: background 0.2s, width .4s cubic-bezier(.77,0,.175,1);
	        transition: background 0.2s, width .4s cubic-bezier(.77,0,.175,1);
}
.sm-woo-slider .product .item-info-wrap .item-price a.add_to_cart_button:hover:before,
.store-mart-woo-product-info .product .item-info-wrap .item-price a.add_to_cart_button:hover:before{
	width: 100%;
	background: #DF3550;
}
.sm-woo-slider .product .item-info-wrap .item-price a.add_to_cart_button:after,
.store-mart-woo-product-info .product .item-info-wrap .item-price a.add_to_cart_button:after{
	right: -22px;
	top: 1px;
}
.sm-woo-slider .product:hover .item-info-wrap .item-price a.add_to_cart_button.added,
.store-mart-woo-product-info .product:hover .item-info-wrap .item-price a.add_to_cart_button.added{
	display: none;
}
.sm-woo-slider .product .item-info-wrap .item-price a.added_to_cart.wc-forward,
.store-mart-woo-product-info .product .item-info-wrap .item-price a.added_to_cart.wc-forward{
	padding-top: 0;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(-100%, -50%) translateZ(0);
	   -moz-transform: translate(-100%, -50%) translateZ(0);
	    -ms-transform: translate(-100%, -50%) translateZ(0);
	     -o-transform: translate(-100%, -50%) translateZ(0);
	        transform: translate(-100%, -50%) translateZ(0);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
	background: none;
	font-size: 16px;
	text-transform: lowercase;
	font-weight: 400;
	color: #DF3550;
	padding: 0;
	-webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
	   -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
	    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
	     -o-transition: all .4s cubic-bezier(.77,0,.175,1);
	        transition: all .4s cubic-bezier(.77,0,.175,1);
}
.sm-woo-slider .product:hover .item-info-wrap .item-price a.added_to_cart.wc-forward,
.store-mart-woo-product-info .product:hover .item-info-wrap .item-price a.added_to_cart.wc-forward{
	-webkit-transform: translate(0, -50%);
	   -moz-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	     -o-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	visibility: visible;
	opacity: 1;
}
.sm-woo-slider .product .item-info-wrap .item-price a.added_to_cart:before,
.store-mart-woo-product-info .product .item-info-wrap .item-price a.added_to_cart:before{
	position: absolute;
	content: "";
	top: calc(100% + 2px);
	top: -moz-calc(100% + 2px);
	top: -webkit-calc(100% + 2px);
	left: 0;
	width: 100%;
	height: 1px;
	background: #DF3550;
}
.store-mart-woo-category-slider button.slick-arrow{
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -70px;
	width: 25px;
	text-align: center;
	text-indent: 9999999em;
	background: transparent;
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	outline: none;
	cursor: pointer;
}
.store-mart-woo-category-slider button.slick-arrow.slick-prev{
	margin-right: 75px;
}
.store-mart-woo-category-slider button.slick-arrow:before{
	position: absolute;
	text-indent: 0;
	top: 0;
	right: 0;
	font-family: 'Linearicons-Free';
	font-size: 20px;
	font-weight: 600;
}
.store-mart-woo-category-slider button.slick-arrow.slick-next:before{
	content: "\e876";
}
.store-mart-woo-category-slider button.slick-arrow.slick-prev:before{
	content: "\e875";
}
.store-mart-woo-category-slider button.slick-arrow.slick-prev:after{
	content: "/";
    position: absolute;
    text-indent: 0;
    top: 3px;
    left: 50px;
    color: #aaa;
    font-size: 14px;
    font-weight: 400;
    visibility: visible;
    transform: rotate(15deg);
}
.sm-woo-slider .product .item-info-wrap .star-rating{
	float: none;
	display: block;
	margin: 10px 0;
	font-size: 12px;
	width: 6.3em;
	letter-spacing: 3px;
}
.sm-woo-slider .product .item-info-wrap .star-rating span{
	color: #FFBC67;
}
/*Deal of the week*/
.store-mart-woo-special-deal{
	display: block;
	text-align: center;
	border: solid 6px #f5f5f5;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.store-mart-woo-special-deal .title-wrapp{
	display: block;
	padding: 0px 20px;
}
.store-mart-woo-special-deal .title-wrapp h3{
	border-bottom: 1px solid #e8e8e8;
	padding: 15px 0 10px;
	font-size: 24px;
}
.store-mart-woo-special-deal .special-offter-deal-wrapp .owl-nav{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 20px;
	margin-top: -40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.store-mart-woo-special-deal .special-offter-deal-wrapp .owl-nav .owl-prev,
.store-mart-woo-special-deal .special-offter-deal-wrapp .owl-nav .owl-next{
	font-size: 16px;
	color: #222;
}
.store-mart-woo-special-deal .special-offter-deal-wrapp .owl-nav .owl-prev i,
.store-mart-woo-special-deal .special-offter-deal-wrapp .owl-nav .owl-next i{
	font-weight: 600;
}
.store-mart-woo-special-deal .special-offter-deal-wrapp .offer-product-wrap{
	padding: 20px 45px 20px;
}
.store-mart-woo-special-deal .special-offter-deal-wrapp .item-info-wrap a{
	color: #414040;
}
.store-mart-woo-special-deal .special-offter-deal-wrapp .item-info-wrap a:hover{
	color: #DF3550;
}
.store-mart-woo-special-deal .special-offter-deal-wrapp .item-info-wrap h2{
	font-size: 28px;
	line-height: 1.15;
	font-weight: 500;
	margin: 10px 0;
}
.store-mart-woo-special-deal .special-offter-deal-wrapp .item-info-wrap .item-description{
	font-size: 14px;
	color: #414040;
	display: block;
	margin: 10px 0 20px;
}
.store-mart-woo-special-deal .special-offter-deal-wrapp .item-info-wrap .item-price .price{
	font-size: 28px;
	font-weight: 500;
}
.store-mart-woo-special-deal .special-offter-deal-wrapp .item-info-wrap .item-price .price del{
	color: #6f6f6f;
	font-size: 24px;
	margin-right: 5px;
}
.store-mart-woo-special-deal .special-offter-deal-wrapp .item-info-wrap .item-price .price ins{
	background: transparent;
	color: #DF3550;
	font-weight: 600;
}
.store-mart-woo-special-deal .special-offter-deal-wrapp .item-info-wrap .item-cart a{
	display: inline-block;
	margin: 30px auto;
	padding: 0 30px;
	line-height: 50px;
	-webkit-border-radius: 50px;
	        border-radius: 50px;
	border: 2px solid #ddd;
	font-size: 16px;
	font-weight: 500;
	color: #414040;
	background: transparent;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.store-mart-woo-special-deal .special-offter-deal-wrapp .item-info-wrap .item-cart a.added{
	display: none;
}
.store-mart-woo-special-deal .special-offter-deal-wrapp .item-info-wrap .item-cart a:hover{
	background: #DF3550;
	color: #FFF;
	border-color: #DF3550;
}
.store-mart-woo-special-deal .special-offter-deal-wrapp .item-info-wrap .item-cart a.added_to_cart{
	background: #DF3550;
	border-color: #DF3550;
	color: #FFF;
}
.store-mart-woo-special-deal .special-offter-deal-wrapp .offer-product-wrap .fl-pcountdown-cnt{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	padding: 0;
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
}
.store-mart-woo-special-deal .special-offter-deal-wrapp .counter-time{
	position: relative;
	color: #222;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	width: 80px;
}
.store-mart-woo-special-deal .special-offter-deal-wrapp .counter-time:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 2px;
	height: 22px;
	background: #818182;
}
.store-mart-woo-special-deal .special-offter-deal-wrapp .counter-time span.counter-num{
	display: block;
	font-size: 32px;
	font-weight: 600;
}
.store-mart-woo-special-deal .special-offter-deal-wrapp .counter-time span.counter-txt{
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #9c9c9c;
}
.store-mart-woo-special-deal .special-offter-deal-wrapp .counter-time.sec-wrapp{
	padding-right: 0;
}
.store-mart-woo-special-deal .special-offter-deal-wrapp .counter-time.sec-wrapp:after{
	display: none;
}
/*Deal of the week side bars*/
.store-mart-woo-product-info .woocommerce .product{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	padding: 42px 0;
	border-bottom: solid 1px #e8e8e8;
}
.store-mart-woo-product-info .woocommerce .product:first-of-type{
	padding-top: 0;
}
.store-mart-woo-product-info .woocommerce .product:last-of-type{
	border-bottom: none;
}
.store-mart-woo-product-info .product .item-img{
	width: 200px;
}
.store-mart-woo-product-info .product .item-info-wrap{
	width: calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	padding-left: 20px;
}
.store-mart-woo-product-info .product .item-info-wrap .woocommerce-loop-product__title{
	margin: 0;
	font-size: 18px;
	color: #222;
	font-weight: 500;
	margin-bottom: 10px;
}
.store-mart-woo-product-info .product .item-info-wrap .woocommerce-loop-product__title a{
	color: #010101;
}
.store-mart-woo-product-info .product .item-info-wrap .woocommerce-loop-product__title a:hover{
	color: #DF3550;
}
.store-mart-woo-product-info .product .item-info-wrap .item-description{
	font-size: 14px;
	color: #2d2a2a;
	line-height: 1.4;
}
.store-mart-woo-product-info .product .item-info-wrap .item-price{
	margin-top: 15px;
	height: 30px;
	position: relative;
	overflow: hidden;
}
.store-mart-woo-product-info .product .item-info-wrap .item-price .price{
	font-size: 16px;
	font-weight: 400;
	color: #818181;
}
.store-mart-woo-product-info .product .item-info-wrap .item-price del{
	opacity: 1;
	color: #818181;
	font-weight: 400;
	margin-right: 10px;
	font-size: 16px;
}
.store-mart-woo-product-info .product .item-info-wrap .item-price ins{
	font-weight: 400;
	color: #DF3550;
}
.store-mart-woo-product-info .product .item-info-wrap .star-rating{
	float: none;
	width: 6.3em;
	letter-spacing: 3px;
	font-size: 12px;
	color: #ffbc6b;
	display: block;
	margin: 15px 0 10px;
}
/*CTA Banner layout 2*/

.store-mart-cta.layout-2 a.cta-link{
	display: block;
	position: relative;
}
.store-mart-cta.layout-2 img{
	width: 100%;
	vertical-align: top;
}
.store-mart-cta.layout-2{
	position: relative;
	display: block;
	overflow: hidden;
}
.store-mart-cta.layout-2 .title-wrapp{
	display: inline-block;
	width: auto;
	position: absolute;
	z-index: 2;
}
.store-mart-cta.layout-2 .title-wrapp h3{
	font-size: 26px;
	font-weight: 600;
	max-width: 250px;
	color: #000;
	line-height: 1.25;
	margin: 10px 0 0;
	text-transform: uppercase;
}
.store-mart-cta.layout-2 .title-wrapp .subtitle{
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	font-weight: 500;
	margin-bottom: 10px;
}
.store-mart-cta.layout-2 .content-wrapp{
	display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.store-mart-cta.layout-2 .content-wrapp .price-wrapp{
	position: absolute;
	z-index: 2;
	font-size: 36px;
	font-weight: 600;
	color: #000;
}
.store-mart-cta.layout-2.left-align .title-wrapp{
	top: 50px;
	left: 50px;
	text-align: left;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
.store-mart-cta.layout-2.left-align .content-wrapp .price-wrapp{
	left: 50px;
	bottom: 50px;
	text-align: left;
}
.store-mart-cta.layout-2 a.cta-link:before{
	background: #B2FEFA;
    background: -webkit-linear-gradient(to right, rgba(14,210,247,0.5), rgba(178,254,250,0.5));
    background: linear-gradient(to right, rgba(14,210,247,0.5), rgba(178,254,250,0.5));
    width: 200%;
    height: 200%;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: skew(-45deg) translateX(150%);
    transform: skew(-45deg) translateX(150%);
    content: '';
    opacity: 0.9;
    -webkit-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
    z-index: 1;
}
.store-mart-cta.layout-2 a.cta-link:after{
	background: #B2FEFA;
    background: -webkit-linear-gradient(to right, rgba(14,210,247,0.5), rgba(178,254,250,0.5));
    background: linear-gradient(to right, rgba(14,210,247,0.5), rgba(178,254,250,0.5));
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skew(-45deg) translateX(-150%);
    transform: skew(-45deg) translateX(-150%);
    content: '';
    opacity: 0.9;
    -webkit-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
    z-index: 1;
}
.store-mart-cta.layout-2:hover a.cta-link:before{
	-webkit-transform: skew(-45deg) translateX(50%);
    transform: skew(-45deg) translateX(50%);
}
.store-mart-cta.layout-2:hover a.cta-link:after{
	-webkit-transform: skew(-45deg) translateX(-50%);
    transform: skew(-45deg) translateX(-50%);
}
.store-mart-cta.layout-2 img{
	-webkit-transition: transform 0.55s;
	   -moz-transition: transform 0.55s;
	    -ms-transition: transform 0.55s;
	     -o-transition: transform 0.55s;
	        transition: transform 0.55s;
}
.store-mart-cta.layout-2:hover img{
	-webkit-transform: scale3d(1.1,1.1,1);
	   -moz-transform: scale3d(1.1,1.1,1);
	    -ms-transform: scale3d(1.1,1.1,1);
	     -o-transform: scale3d(1.1,1.1,1);
	        transform: scale3d(1.1,1.1,1);
	opacity: 1;
}
.store-mart-cta.layout-2.left-align:hover .title-wrapp{
	padding-left: 25px;
}
.store-mart-cta.layout-2 .title-wrapp:before{
	position: absolute;
	content: "";
	top: 0;
	width: 1px;
	height: 0;
	background: #000;
	left: 0;
	pointer-events: none;
	-webkit-transform-origin: 0 0;
	   -moz-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	     -o-transform-origin: 0 0;
	        transform-origin: 0 0;
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	     -o-transform: none;
	        transform: none;
	-webkit-transition: height .2s .0s ease, width .3s .2s ease;
	   -moz-transition: height .2s .0s ease, width .3s .2s ease;
	    -ms-transition: height .2s .0s ease, width .3s .2s ease;
	     -o-transition: height .2s .0s ease, width .3s .2s ease;
	        transition: height .2s .0s ease, width .3s .2s ease;
	will-change: height,width;
}
.store-mart-cta.layout-2:hover .title-wrapp:before{
	height: 100%;
	width: 6px;
}

.store-mart-cta.layout-2 .price-wrapp:after{
	position: absolute;
	content: "";
	top: calc(100% + 2px);
	top: -webkit-calc(100% + 2px);
	top: -moz-calc(100% + 2px);
	width: 100%;
	height: 6px;
	background: #000;
	left: 0;
	width: 0;
	-webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
	   -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
	    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
	     -o-transition: all .4s cubic-bezier(.77,0,.175,1);
	        transition: all .4s cubic-bezier(.77,0,.175,1);
	-webkit-transition-delay: 0.1s;
	   -moz-transition-delay: 0.1s;
	    -ms-transition-delay: 0.1s;
	     -o-transition-delay: 0.1s;
	        transition-delay: 0.1s;
}
.store-mart-cta.layout-2:hover .price-wrapp:after{
	width: 100%;
}
/*Recent Blogs*/
/*.store-mart-blogs{
}*/
/*.store-mart-blogs .title-wrapp{
	text-align: left;
}*/
.store-mart-blogs .title-wrapp h3{
	margin-bottom: 10px;
}
.store-mart-blogs .sm-blog-inner-wrapp{	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.store-mart-blogs .sm-blog-inner-wrapp .title-wrapp{
	text-align: center;
	margin-bottom: 40px;
}
.store-mart-blogs .sm-blog-inner-wrapp .sm-blog-wrapp{
	width: 	50%;
	padding-right: 60px;
}
.store-mart-blogs .sm-blog-inner-wrapp .blog-thumb-wrapp{
	width: 	50%;
	position: relative;
	overflow: hidden;
}
.store-mart-blogs .sm-blog-inner-wrapp .blog-thumb-wrapp img{
	position: absolute;
	top: 0;	
	left: 0;	
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
	-webkit-transform: translateX(-100%);
	   -moz-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	     -o-transform: translateX(-100%);
	        transform: translateX(-100%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .7s cubic-bezier(.77,0,.175,1);
	   -moz-transition: all .7s cubic-bezier(.77,0,.175,1);
	    -ms-transition: all .7s cubic-bezier(.77,0,.175,1);
	     -o-transition: all .7s cubic-bezier(.77,0,.175,1);
	        transition: all .7s cubic-bezier(.77,0,.175,1);
}
.store-mart-blogs .sm-blog-inner-wrapp .blog-thumb-wrapp img.enabled{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	     -o-transform: translateX(0);
	        transform: translateX(0);
}
.store-mart-blogs .sm-blog-wrapp .blog-inner{
	display: block;
	padding: 30px 0 10px;
}
.store-mart-blogs .sm-blog-wrapp .blog-inner:before,
.store-mart-blogs .sm-blog-wrapp .blog-inner:after{
	clear: both;
	content: "";
	display: table;
}
.store-mart-blogs .sm-blog-wrapp .blog-inner .blog-date{
	display: inline-block;
	width: 70px;
	float: left;
	margin-top: 5px;
}
.store-mart-blogs .sm-blog-wrapp .blog-inner .blog-wrapp{
	display: inline-block;
	width: calc(100% - 70px);
	width: -webkit-calc(100% - 70px);
	width: -moz-calc(100% - 70px);
	padding-left: 25px;
	float: left;
}
.store-mart-blogs .sm-blog-wrapp .blog-inner .blog-wrapp .cat-links{
	position: relative;
	padding-left: 20px;
}
.store-mart-blogs .sm-blog-wrapp .blog-inner .blog-wrapp .cat-links:before{
	position: absolute;
    content: "\e81d";
    font-family: 'Linearicons-Free';
    font-size: 15px;
    font-weight: 600;
    top: -1px;
    left: 0;
    color: #aaa;
}
.store-mart-blogs .sm-blog-wrapp .blog-inner .blog-wrapp .cat-links a{
	margin-right: 10px;
}
.store-mart-blogs .sm-blog-wrapp .blog-inner .blog-date-inner{
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	color: #FFF;
	text-transform: uppercase;
}
.store-mart-blogs .sm-blog-wrapp .blog-inner .post-meta .date,
.store-mart-blogs .sm-blog-wrapp .blog-inner .post-meta .author{
	display: inline-block;
	position: relative;
	font-size: 14px;
	color: #727272;
	font-weight: 500;
	text-transform: capitalize;
}
.store-mart-blogs .sm-blog-wrapp .blog-inner .post-meta .author{
	margin-left: 10px;
	padding-left: 15px;
}
.store-mart-blogs .sm-blog-wrapp .blog-inner .post-meta .author:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 4px;
	height: 4px;
	background: #4e4e4e;
}
.store-mart-blogs .sm-blog-wrapp .blog-inner h4.title{
	font-size: 20px;
	margin: 8px 0 12px;
	font-weight: 500;
	line-height: 1.25;
}
.store-mart-blogs .sm-blog-wrapp .blog-inner h4.title a{
	color: #000;
}
.store-mart-blogs .sm-blog-wrapp .blog-inner h4.title a:hover{
	color: #DF3550;
}
.store-mart-blogs .sm-blog-wrapp .blog-inner .content{
	font-size: 14px;
	color: #4a4a4a;
	line-height: 1.43;
}
.store-mart-blogs .sm-blog-wrapp .blog-inner .content .btn-wrapp{
	display: block;
	margin-top: 15px;
}
.store-mart-blogs .sm-blog-wrapp .blog-inner .content .btn-wrapp a{
	color: #000;
	font-weight: 600;
	height: 20px;
	line-height: 20px;
	position: relative;
	-webkit-transition: all .3s cubic-bezier(.77,0,.175,1);
	   -moz-transition: all .3s cubic-bezier(.77,0,.175,1);
	    -ms-transition: all .3s cubic-bezier(.77,0,.175,1);
	     -o-transition: all .3s cubic-bezier(.77,0,.175,1);
	        transition: all .3s cubic-bezier(.77,0,.175,1);
}
.store-mart-blogs .sm-blog-wrapp .blog-inner .content .btn-wrapp a:after{
	content: "\f105";
	color: #000;
	position: absolute;
	font-family: 'fontawesome';
	font-weight: 500;
	font-size: 16px;
	top: 50%;
	left: 100%;
	-webkit-transform: translate(12px, -50%) translateZ(0);
	   -moz-transform: translate(12px, -50%) translateZ(0);
	    -ms-transform: translate(12px, -50%) translateZ(0);
	     -o-transform: translate(12px, -50%) translateZ(0);
	        transform: translate(12px, -50%) translateZ(0);
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: color 0.2s, transform .4s cubic-bezier(.77,0,.175,1);
    -moz-transition: color 0.2s, transform .4s cubic-bezier(.77,0,.175,1);
    -ms-transition: color 0.2s, transform .4s cubic-bezier(.77,0,.175,1);
    -o-transition: color 0.2s, transform .4s cubic-bezier(.77,0,.175,1);
    transition: color 0.2s, transform .4s cubic-bezier(.77,0,.175,1);
}
.store-mart-blogs .sm-blog-wrapp .blog-inner .content .btn-wrapp a:before{
	content: "";
    position: absolute;
    margin-top: 1px;
    top: 50%;
    -webkit-transform: translate(16px, -50%) translateZ(0);
    -moz-transform: translate(16px, -50%) translateZ(0);
    -ms-transform: translate(16px, -50%) translateZ(0);
    -o-transform: translate(16px, -50%) translateZ(0);
    transform: translate(16px, -50%) translateZ(0);
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
    left: 100%;
    width: 0;
    height: 1px;
    background: #000;
    -webkit-transition: color 0.2s, width .4s cubic-bezier(.77,0,.175,1);
    -moz-transition: color 0.2s, width .4s cubic-bezier(.77,0,.175,1);
    -ms-transition: color 0.2s, width .4s cubic-bezier(.77,0,.175,1);
    -o-transition: color 0.2s, width .4s cubic-bezier(.77,0,.175,1);
    transition: color 0.2s, width .4s cubic-bezier(.77,0,.175,1);
}
.store-mart-blogs .sm-blog-wrapp .blog-inner .content .btn-wrapp a:hover:before{
	width: 25px;
	background: #DF3550;
}
.store-mart-blogs .sm-blog-wrapp .blog-inner .content .btn-wrapp a:hover{
	color: #DF3550;
}
.store-mart-blogs .sm-blog-wrapp .blog-inner .content .btn-wrapp a:hover:after{
	color: #DF3550;
	-webkit-transform: translate(37px, -50%);
	   -moz-transform: translate(37px, -50%);
	    -ms-transform: translate(37px, -50%);
	     -o-transform: translate(37px, -50%);
	        transform: translate(37px, -50%);
}
/*Blogs Layout 2*/
.store-mart-blogs.layout-two .blog-inner-wrapp{
	display: block;
	width: 100%;
}
.store-mart-blogs.layout-two .blog-inner-wrapp:before,
.store-mart-blogs.layout-two .blog-inner-wrapp:after{
	content: "";
	display: table;
	clear: both;
}
.store-mart-blogs.layout-two .blog-inner-wrapp .blog-inner{
	float: left;
	width: 32%;
	display: inline-block;
	margin-right: 2%;
}
.store-mart-blogs.layout-two .blog-inner-wrapp .blog-inner:nth-of-type(3n){
	margin-right: 0;
}

.store-mart-blogs.layout-two  .blog-wrapp{
	display: block;
	margin-top: 20px;
	padding: 5px 10px 5px 25px;
	border-left: 1px solid #eee;
}
.store-mart-blogs.layout-two .blog-inner-wrapp .blog-wrapp .title{
	font-size: 20px;
	line-height: 26px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 500;
}
.store-mart-blogs.layout-two .blog-inner-wrapp .blog-wrapp .title a{
	color: #222;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
.store-mart-blogs.layout-two .blog-inner-wrapp .blog-wrapp .title a:hover{
	color: #DF3550;
}
.store-mart-blogs.layout-two .blog-date-inner{
	background: transparent !important;
	height: auto;
	width: 100%;
	text-align: left;
	-webkit-flex-flow: unset;
    -ms-flex-flow: unset;
    flex-flow: unset;
	text-align: left;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
}
.store-mart-blogs.layout-two .blog-date-inner .posted-day{
	font-size: 36px;
	display: inline-block;
	padding: 5px 15px 5px 0;
	border-right: 1px solid #DF3550;
	font-weight: 500;
	margin-right: 15px;
	color: #DF3550;
	line-height: 1;
}
.store-mart-blogs.layout-two .blog-date-inner .posted-month{
	color: #DF3550;
	font-size: 14px;
	font-weight: 500;
	display: block;
	margin-bottom: 2px;
}
.store-mart-blogs.layout-two .blog-date-inner .posted-year{
	color: #DF3550;
	font-size: 14px;
	font-weight: 500;
	display: block;
}
.store-mart-blogs.layout-two .blog-wrapp .btn-wrapp{
	display: block;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 500;
	margin-top: 15px;
}
.store-mart-blogs.layout-two .blog-wrapp .btn-wrapp a{
	color: #666;
	line-height: 1;
	display: inline-block;
	position: relative;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
.store-mart-blogs.layout-two .blog-wrapp .btn-wrapp a:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(16px, -50%) translateZ(0);
    -moz-transform: translate(16px, -50%) translateZ(0);
    -ms-transform: translate(16px, -50%) translateZ(0);
    -o-transform: translate(16px, -50%) translateZ(0);
    transform: translate(16px, -50%) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 100%;
    width: 0;
    height: 1px;
    background: #000;
    -webkit-transition: background 0.2s, width .4s cubic-bezier(.77,0,.175,1);
    -moz-transition: background 0.2s, width .4s cubic-bezier(.77,0,.175,1);
    -ms-transition: background 0.2s, width .4s cubic-bezier(.77,0,.175,1);
    -o-transition: background 0.2s, width .4s cubic-bezier(.77,0,.175,1);
    transition: background 0.2s, width .4s cubic-bezier(.77,0,.175,1);
}
.store-mart-blogs.layout-two .blog-wrapp .btn-wrapp a:after {
    content: "\f105";
    font-size: 18px;
    position: absolute;
    margin-top: 0px;
    color: #000;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(12px, -50%) translateZ(0);
    -moz-transform: translate(12px, -50%) translateZ(0);
    -ms-transform: translate(12px, -50%) translateZ(0);
    -o-transform: translate(12px, -50%) translateZ(0);
    transform: translate(12px, -50%) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: fontawesome;
    -webkit-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    -moz-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    -ms-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    -o-transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
    transition: color .2s, transform .4s cubic-bezier(.77,0,.175,1);
}
.store-mart-blogs.layout-two .blog-wrapp .btn-wrapp a:hover:before {
    width: 20px;
    background: #DF3550;
}
.store-mart-blogs.layout-two .blog-wrapp .btn-wrapp a:hover:after {
    color: #DF3550;
    -webkit-transform: translate(32px, -50%);
    -moz-transform: translate(32px, -50%);
    -ms-transform: translate(32px, -50%);
    -o-transform: translate(32px, -50%);
    transform: translate(32px, -50%);
}
.store-mart-blogs.layout-two .blog-wrapp .btn-wrapp a:hover{
	color: #DF3550;
}
.store-mart-blogs.layout-two .blog-inner-wrapp .blog-wrapp .content{
	font-size: 14px;
	color: #535353;
	line-height: 20px;
}
/*Testimonials*/
.store-mart-testimonial-slider{
	position: relative;
    max-width: 800px;
    margin: 0px auto;
    background: #FFF;
    border: none;
    padding: 50px 15px 50px 15px;
    text-align: center;
}
.store-mart-testimonial-slider .title-wrapp h3{
	margin-bottom: 35px;
}
.store-mart-testimonial-slider .smts-wrap.testimonial-wrap .test-desc{
	font-size: 16px;
	color: #414040;
	line-height: 1.65;
}
.store-mart-testimonial-slider .smts-wrap.testimonial-wrap .test-name{
	display: block;
	margin-top: 25px;
	font-size: 14px;
	font-weight: 600;
	color: #414040;
	text-transform: uppercase;
}
.store-mart-testimonial-slider .smts-wrap .slick-dots{
	text-align: center;
	padding: 0;
	margin: 0;
	margin-top: 15px;
	width: 100%;
}
.store-mart-testimonial-slider .smts-wrap .slick-dots li{
	display: inline-block;
	margin: 0 2px;
}
.store-mart-testimonial-slider .smts-wrap .slick-dots li button{
	text-indent: 9999999999rem;
	height: 8px;
    width: 8px;
    overflow: hidden;
    padding: 0;
    border-radius: 50%;
    border: solid 1px #535353;
    background: transparent;
}
.store-mart-testimonial-slider .smts-wrap .slick-dots li.slick-active button{
	background: #535353;
}
.store-mart-testimonial-slider .smts-wrap .slick-dots li button:hover{
	background: #535353;
	cursor: default;
}
/*NewsLetter*/
.mailpoet_form{
	max-width: 500px;
}
.mailpoet_form form h3{
	color: #2D2A2A;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
	margin: 0 0 10px;
}
.mailpoet_form form p{
	font-size: 14px;
	color: #2E2A29;
	margin: 0;
}
.mailpoet_form form .mailpoet_paragraph{
	position: relative;
	color: #2E2A29;
	font-size: 14px;
	line-height: 24px;
}
footer .mailpoet_form form .mailpoet_paragraph{
	color: #FFF;
	font-size: 16px;
}
.mailpoet_form form .mailpoet_paragraph a{
	color: #2E2A29;
}
.mailpoet_form form .mailpoet_paragraph input[type="email"],
.mailpoet_form form .mailpoet_paragraph input[type="text"]{
	width: 100% !important;
	background: transparent;
    border: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    padding: 8px 0;
    border-bottom: solid 1px #2D2A2A;
    font-size: 14px;
    /*margin-top: 25px;*/
}
.mailpoet_form form .mailpoet_paragraph input[type="email"]::-webkit-input-placeholder{
	color: #535353;
	font-size: 14px;
	font-weight: 400;
}
.mailpoet_form form .mailpoet_paragraph input[type="email"]::-moz-placeholder{
	color: #535353;
	font-size: 14px;
	font-weight: 400;
}
.mailpoet_form form .mailpoet_paragraph input[type="email"]::-ms-input-placeholder {
	color: #535353;
	font-size: 14px;
	font-weight: 400;
}
.mailpoet_form form .mailpoet_paragraph input[type="text"]::-webkit-input-placeholder{
	color: #535353;
	font-size: 14px;
	font-weight: 400;
}
.mailpoet_form form .mailpoet_paragraph input[type="text"]::-moz-placeholder{
	color: #535353;
	font-size: 14px;
	font-weight: 400;
}
.mailpoet_form form .mailpoet_paragraph input[type="text"]::-ms-input-placeholder {
	color: #535353;
	font-size: 14px;
	font-weight: 400;
}
footer .mailpoet_form form .mailpoet_paragraph input[type="email"],
footer .mailpoet_form form .mailpoet_paragraph input[type="text"]{
	color: #8a8a8a;
	margin-top: 10px;
	
}
footer .mailpoet_form form .mailpoet_paragraph input[type="email"]::-webkit-input-placeholder{
	color: #8a8a8a;
}
footer .mailpoet_form form .mailpoet_paragraph input[type="email"]::-moz-placeholder{
	color: #8a8a8a;
}
footer .mailpoet_form form .mailpoet_paragraph input[type="email"]::-ms-input-placeholder {
	color: #8a8a8a;
}
footer .mailpoet_form form .mailpoet_paragraph input[type="text"]::-webkit-input-placeholder{
	color: #8a8a8a;
}
footer .mailpoet_form form .mailpoet_paragraph input[type="text"]::-moz-placeholder{
	color: #8a8a8a;
}
footer .mailpoet_form form .mailpoet_paragraph input[type="text"]::-ms-input-placeholder {
	color: #8a8a8a;
}
.mailpoet_form form .mailpoet_paragraph input[type="submit"]{
	background: #DF3550;
	color: #FFF;
	border-color: #DF3550;
	-webkit-border-radius: 0;
	        border-radius: 0;
	font-size: 14px;
	font-weight: 400;
	margin-top: 20px;
	padding: 15px 25px;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
	cursor: pointer;
}
.mailpoet_form form .mailpoet_paragraph input[type="submit"]:hover{
	background: #535353;
	border-color: #535353 !important;
}

/*Logo Slider*/
.store-mart-logo-slider .smcls-wrap .owl-item img{
	height: auto !important;
	width: auto !important;
	margin: 0 auto;
	opacity: 0.5;
	-webkit-filter: contrast(200%);
    filter: contrast(200%);
	-webkit-transition: all ease 0.4s;
	   -moz-transition: all ease 0.4s;
	    -ms-transition: all ease 0.4s;
	     -o-transition: all ease 0.4s;
	        transition: all ease 0.4s;
}
.store-mart-logo-slider .smcls-wrap .owl-item:hover img{
	opacity: 1;
	filter: unset;
}
.store-mart-logo-slider .smcls-wrap .owl-item div{
	padding: 40px 0;
	text-align: center;
}
.store-mart-logo-slider .owl-carousel .owl-nav .owl-prev,
.store-mart-logo-slider .owl-carousel .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	visibility: collapse;
	height: 40px;
	width: 40px;
}
.store-mart-logo-slider .owl-carousel .owl-nav .owl-prev{
	left: 0;
}
.store-mart-logo-slider .owl-carousel .owl-nav .owl-next{
	right: 0;
}
.store-mart-logo-slider .owl-carousel .owl-nav .owl-prev:before,
.store-mart-logo-slider .owl-carousel .owl-nav .owl-next:before{
	position: absolute;
	visibility: visible;
	font-family: 'Linearicons-Free';
	font-size: 28px;
	font-weight: 600;
	top: 0;
	left: 0;
	right: 0;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	color: #aaa;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
.store-mart-logo-slider .owl-carousel .owl-nav .owl-prev:before{
	content: "\e875";
	left: -25px;
}
.store-mart-logo-slider .owl-carousel .owl-nav .owl-next:before{
	content: "\e876";
	left: 25px;
}
.store-mart-logo-slider .owl-carousel .owl-nav .owl-prev:hover:before,
.store-mart-logo-slider .owl-carousel .owl-nav .owl-next:hover:before{
	color: #333;
}
.store-mart-logo-slider:hover .owl-carousel .owl-nav .owl-prev:before,
.store-mart-logo-slider:hover .owl-carousel .owl-nav .owl-next:before{
	visibility: visible;
	opacity: 1;
}
.store-mart-logo-slider .smcls-wrap.logo-wrap{
	padding: 0 25px;
}

/*Loader*/
.woocommerce{
	position: relative;
}
.ajax-loader.disabled{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    z-index: -1;
    background: rgba(255,255,255,0.9);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.5s;
       -moz-transition: all ease 0.5s;
        -ms-transition: all ease 0.5s;
         -o-transition: all ease 0.5s;
            transition: all ease 0.5s;
}
.ajax-loader.enabled{
	visibility: visible;
	opacity: 1;
	z-index: 99;
}

/*Scroll Up*/
.scrollup{
	position: fixed;
	z-index: 999;
	bottom: 30px;
	right: 15px;
}
.scrollup span{
	display: block;
	height: 60px;
    width: 60px;
    margin: 20px;
    text-align: center;
    line-height: 60px;
    -webkit-border-radius: 0;
            border-radius: 0;
    position: relative;
    font-size: 16px;
    color: #FFF;
    opacity: 1;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.5,.8,.9,0.8);
    -moz-transition: all 0.3s cubic-bezier(0.5,.8,.9,0.8);
    -ms-transition: all 0.3s cubic-bezier(0.5,.8,.9,0.8);
    -o-transition: all 0.3s cubic-bezier(0.5,.8,.9,0.8);
    transition: all 0.3s cubic-bezier(0.5,.8,.9,0.8);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
}
.scrollup span i{
	line-height: 60px;
}
.scrollup span:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: -1;
    -webkit-box-shadow: inset 0 0 0 35px #DF3550;
    box-shadow: inset 0 0 0 35px #DF3550;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    -moz-transform: scale3d(0.9, 0.9, 1);
    -ms-transform: scale3d(0.9, 0.9, 1);
    -o-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
    -webkit-transition: box-shadow 0.3s, transform 0.3s;
    -moz-transition: box-shadow 0.3s, transform 0.3s;
    -ms-transition: box-shadow 0.3s, transform 0.3s;
    -o-transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
}
.scrollup span:after{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    -o-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.025), 0 10px 15px rgba(0,0,0,0.2);
    box-shadow: 0 10px 20px rgba(0,0,0,0.025), 0 10px 15px rgba(0,0,0,0.2);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.5,.8,.9,0.8);
    -moz-transition: all 0.3s cubic-bezier(0.5,.8,.9,0.8);
    -ms-transition: all 0.3s cubic-bezier(0.5,.8,.9,0.8);
    -o-transition: all 0.3s cubic-bezier(0.5,.8,.9,0.8);
    transition: all 0.3s cubic-bezier(0.5,.8,.9,0.8);
}
.scrollup span:hover{
	color: #DF3550;
}
.scrollup span:hover:before{
	-webkit-box-shadow: inset 0 0 0 1px #DF3550;
    box-shadow: inset 0 0 0 1px #DF3550;
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    -o-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.scrollup span:hover:after{
	visibility: visible;
    opacity: 1;
}

/*Home Layout 2*/
.wpb_wrapper .store-mart-grid-banner{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.wpb_wrapper .store-mart-grid-banner .first-left-wrapp{
	width: 50%;
	position: relative;
}
.wpb_wrapper .store-mart-grid-banner .first-left-wrapp .content-wrapp{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
}
.wpb_wrapper .store-mart-grid-banner .first-left-wrapp .img-warap{
	height: 100%;
	position: relative;
}
.wpb_wrapper .store-mart-grid-banner .img-warap{
	position: relative;
}
.wpb_wrapper .store-mart-grid-banner .img-warap .img-overlay{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.3);
}
.wpb_wrapper .store-mart-grid-banner .first-left-wrapp .img-warap img{
	height: 100%;
	object-fit: cover;
	vertical-align: top;
}
.wpb_wrapper .store-mart-grid-banner .second-right-wrapp{
	width: 50%;
}
.wpb_wrapper .store-mart-grid-banner .second-right-wrapp .right-top-wrapp,
.wpb_wrapper .store-mart-grid-banner .second-right-wrapp .right-btm-wrapp{
	position: relative;
	height: 50%;
}
.wpb_wrapper .store-mart-grid-banner .second-right-wrapp .right-top-wrapp .content-wrapp,
.wpb_wrapper .store-mart-grid-banner .second-right-wrapp .right-btm-wrapp .content-wrapp{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 0;
	margin-right: 100px;
	text-align: right;
}
.wpb_wrapper .store-mart-grid-banner .second-right-wrapp .right-top-wrapp .img-warap,
.wpb_wrapper .store-mart-grid-banner .second-right-wrapp .right-btm-wrapp .img-warap{
	height: 100%;
}
.wpb_wrapper .store-mart-grid-banner .second-right-wrapp .right-top-wrapp .img-warap img,
.wpb_wrapper .store-mart-grid-banner .second-right-wrapp .right-btm-wrapp .img-warap img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: left;
	vertical-align: top;
}
.store-mart-grid-banner .content-wrapp .subtitle{
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFF;
	display: block;
}
.store-mart-grid-banner .content-wrapp .title{
	font-size: 44px;
	font-weight: 600;
	text-transform: capitalize;
	color: #FFF;
	display: block;
	margin: 10px 0 20px;
}
.store-mart-grid-banner .content-wrapp .btn{
	display: inline-block;
}
.store-mart-grid-banner .content-wrapp .btn a{
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 30px;
	line-height: 50px;
	background: #DF3550;
	color: #FFF;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.store-mart-grid-banner .content-wrapp .btn a:hover{
	background: #FFF;
	color: #DF3550;
	-webkit-box-shadow: 1px 1px 15px 4px rgba(0,0,0,0.1);
	        box-shadow: 1px 1px 15px 4px rgba(0,0,0,0.1);
}
.store-mart-grid-banner .right-top-wrapp .content-wrapp .btn a{
	background: transparent;
	font-size: 22px;
	line-height: 1;
	text-transform: capitalize;
	padding: 0;
	background: transparent;
	position: relative;
}
.store-mart-grid-banner .right-top-wrapp .content-wrapp .btn a:hover{
	-webkit-box-shadow: none;
	        box-shadow: none;
	background: none;
}
.store-mart-grid-banner .right-top-wrapp .content-wrapp .btn a:before{
	position: absolute;
	content: "";
	top: 50%;
	margin-top: 0px;
	right: 100%;
	margin-right: 20px;
	height: 1px;
	width: 100%;
	background: #FFF;
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	     -o-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.store-mart-grid-banner .right-top-wrapp .content-wrapp .btn a:after{
	background: #DF3550;
	position: absolute;
	content: "";
	top: 50%;
	margin-top: 0px;
	right: 100%;
	margin-right: 20px;
	height: 1px;
	width: 0;
	z-index: 1;
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	     -o-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.store-mart-grid-banner .right-top-wrapp .content-wrapp .btn a:hover:after{
	width: 100%;
}
/*Iconbox*/
.store-mart-iconbox{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
}
.store-mart-iconbox:after{
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 100%;
	width: 1px;
	height: 100%;
	background: rgba(0,0,0,0.2);
}
.store-mart-iconbox.hide-border:after{
	display: none;
}
.store-mart-iconbox .smib-icon-wrap{
	font-size: 32px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.store-mart-iconbox .smib-content-wrap{
	padding-left: 50px;
	padding-right: 15px;
}
.store-mart-iconbox .smib-content-wrap h3{
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin: 0;
	text-transform: uppercase;
}
.store-mart-iconbox .smib-content-wrap .smib-excerpt{
	font-size: 14px;
	color: #777;
	line-height: 1.25;
	margin-top: 3px;
}
.store-mart-cat-quick-view.layout-one .title-wrapp{
	padding: 10px 0 50px;
}
.store-mart-cat-quick-view.layout-one .title-wrapp h3{
	font-size: 32px;
	font-weight: 500;
	color: #000;
	text-transform: capitalize;
	margin: 0 0 5px;
	display: block;
}
.store-mart-cat-quick-view.layout-one .title-wrapp .subtitle{
	font-size: 14px;
	color: #23232C;
	font-weight: 500;
	display: block;
	margin-bottom: 15px;
}
.store-mart-cat-quick-view.layout-one .title-wrapp .btn-link{
	display: block;
	position: relative;
	text-align: center;
}
.store-mart-cat-quick-view.layout-one .title-wrapp .btn-link a{
	display: inline-block;
	font-size: 16px;
	line-height: 1.65;
	font-weight: 600;
	text-transform: uppercase;
	color: #23232C;
	position: relative;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.store-mart-cat-quick-view.layout-one .title-wrapp .btn-link a:hover{
	color: #DF3550;
}
.store-mart-cat-quick-view.layout-one .title-wrapp .btn-link a:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #23232C;
}
.store-mart-cat-quick-view.layout-one .title-wrapp .btn-link a:before{
	content: "";
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	right: 0;
	width: 0;
	margin: 0 auto;
	height: 2px;
	background: #DF3550;
	-webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
	   -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
	    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
	     -o-transition: all .4s cubic-bezier(.77,0,.175,1);
	        transition: all .4s cubic-bezier(.77,0,.175,1);
}
.store-mart-cat-quick-view.layout-one .title-wrapp .btn-link a:hover:before{
	width: 100%;
}
.store-mart-cta.layout-3{
	position: relative;
}
.store-mart-cta.layout-3 img{
	vertical-align: top;
	width: 100%;
	object-fit: cover;
}
.store-mart-cta.layout-3 .img-overlay{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}
.store-mart-cta.layout-3 .content-wrapp{
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%) translateZ(0);
	   -moz-transform: translateY(-50%) translateZ(0);
	    -ms-transform: translateY(-50%) translateZ(0);
	     -o-transform: translateY(-50%) translateZ(0);
	        transform: translateY(-50%) translateZ(0);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
	width: 100%;
	max-width: 500px;
}
.store-mart-cta.layout-3.left-align .content-wrapp{
	right: auto;
	left: 0;
	margin-left: 10%;
	margin-right: auto;
}
.store-mart-cta.layout-3.right-align .content-wrapp{
	left: auto;
	right: 0;
	margin-right: 10%;
	margin-left: auto;
}
.store-mart-cta.layout-3 .content-wrapp .title-wrapp .subtitle-top{
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	text-transform: uppercase;
}
.store-mart-cta.layout-3 .content-wrapp .title-wrapp h3{
	display: block;
	font-size: 44px;
	font-weight: 700;
	color: #FFF;
	margin: 0;
	text-transform: capitalize;
}
.store-mart-cta.layout-3 .content-wrapp .title-wrapp .subtitle{
	font-size: 32px;
	font-weight: 600;
	color: #FFF;
	display: block;
	margin: 0 0 10px;
}
.store-mart-cta.layout-3 .content-wrapp .btn-wrapp{
	display: block;
	margin-top: 40px;
	text-align: center;
}
.store-mart-cta.layout-3 .content-wrapp .btn-wrapp a{
	font-size: 16px;
	line-height: 1.65;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFF;
	position: relative;
	display: inline-block;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.store-mart-cta.layout-3 .content-wrapp .btn-wrapp a:hover{
	color: #DF3550;
}
.store-mart-cta.layout-3 .content-wrapp .btn-wrapp a:after{
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #FFF;
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	     -o-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.store-mart-cta.layout-3 .content-wrapp .btn-wrapp a:before{
	position: absolute;
	z-index: 1;
	content: "";
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 2px;
	background: #DF3550;
	-webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
	   -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
	    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
	     -o-transition: all .4s cubic-bezier(.77,0,.175,1);
	        transition: all .4s cubic-bezier(.77,0,.175,1);
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	     -o-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.store-mart-cta.layout-3 .content-wrapp .btn-wrapp a:hover:before{
	width: 100%;
}
.store-mart-cat-quick-view.layout-two{
	position: relative;
}
.store-mart-cat-quick-view.layout-two .title-wrapp{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 30px;
	z-index: 2;
}
.store-mart-cat-quick-view.layout-two.content-left .title-wrapp{
	text-align: left;
}
.store-mart-cat-quick-view.layout-two.content-right .title-wrapp{
	text-align: right;
}
.store-mart-cat-quick-view.layout-two.content-center .title-wrapp{
	text-align: center;
}
.store-mart-cat-quick-view.layout-two.top-align .title-wrapp{
	top: 0;
	margin-top: 30px;
}
.store-mart-cat-quick-view.layout-two.bottom-align .title-wrapp{
	bottom: 0;
	margin-bottom: 40px;
}
.store-mart-cat-quick-view.layout-two.center-align .title-wrapp{
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.store-mart-cat-quick-view.layout-two .title-wrapp h3{
	margin: 0;
	display: block;
	font-size: 42px;
	color: #23232C;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1.15;
	margin-bottom: 35px;
}
.store-mart-cat-quick-view.layout-two .title-wrapp .subtitle{
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #23232c;
	margin: 0;
}
.store-mart-cat-quick-view.layout-two .title-wrapp .btn-link{
	display: block;
	margin-top: 10px;
}
.store-mart-cat-quick-view.layout-two .title-wrapp .btn-link a{
	display: inline-block;
	font-size: 14px;
	line-height: 1.65;
	font-weight: 500;
	color: #23232c;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all ease 0.7s;
	   -moz-transition: all ease 0.7s;
	    -ms-transition: all ease 0.7s;
	     -o-transition: all ease 0.7s;
	        transition: all ease 0.7s;
}
.store-mart-cat-quick-view.layout-two .title-wrapp .btn-link a:hover{
	color: #DF3550;
}
.store-mart-cat-quick-view.layout-two .title-wrapp .btn-link a:after{
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	width: 100%;
	background: #23232c;
	height: 2px;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
.store-mart-cat-quick-view.layout-two .title-wrapp .btn-link a:hover:after{
	background: #DF3550;
}
/*.store-mart-cat-quick-view.layout-two .title-wrapp .btn-link a:before{
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	background: #DF3550;
	height: 2px;
	z-index: 1;
	-webkit-transition: all .7s cubic-bezier(.77,0,.175,1);
	   -moz-transition: all .7s cubic-bezier(.77,0,.175,1);
	    -ms-transition: all .7s cubic-bezier(.77,0,.175,1);
	     -o-transition: all .7s cubic-bezier(.77,0,.175,1);
	        transition: all .7s cubic-bezier(.77,0,.175,1);
}
.store-mart-cat-quick-view.layout-two .title-wrapp .btn-link a:hover:before{
	width: 100%;
}*/
.store-mart-cat-quick-view.layout-two .img-wrapp img{
	width: 100%;
	object-fit: cover;
	-webkit-transition: all ease 0.5s;
	   -moz-transition: all ease 0.5s;
	    -ms-transition: all ease 0.5s;
	     -o-transition: all ease 0.5s;
	        transition: all ease 0.5s;
}
.store-mart-cat-quick-view.layout-two.content-left .img-wrapp img{
	object-position: right;
}
.store-mart-cat-quick-view.layout-two.content-right .img-wrapp img{
	object-position: left;
}
.store-mart-cat-quick-view.layout-two.hover-animation-off:hover .img-wrapp img,
.store-mart-cat-quick-view.layout-two.hover-animation-off .img-wrapp img{
	-webkit-transform: none !important;
	   -moz-transform: none !important;
	    -ms-transform: none !important;
	     -o-transform: none !important;
	        transform: none !important;
}
.store-mart-cat-quick-view.layout-two:hover .img-wrapp img{
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
.store-mart-cat-quick-view.layout-two .img-wrapp{
	position: relative;
	overflow: hidden;
}
.store-mart-cat-quick-view.layout-two .img-wrapp:before,
.store-mart-cat-quick-view.layout-two .img-wrapp:after{
	background: #ffffff;
    width: 250%;
    height: 200%;
    position: absolute;
    content: '';
    opacity: 0.5;
    -webkit-transition: all .55s cubic-bezier(.77,0,.175,1);
    transition: all .55s cubic-bezier(.77,0,.175,1);
    z-index: 1;
}
.store-mart-cat-quick-view.layout-two .img-wrapp:before{
	right: 0;
    bottom: 0;
    -webkit-transform: skew(-45deg) translateX(150%);
    transform: skew(-45deg) translateX(150%);
}
.store-mart-cat-quick-view.layout-two .img-wrapp:after{
	top: 0;
    left: 0;
    -webkit-transform: skew(-45deg) translateX(-170%);
    transform: skew(-45deg) translateX(-170%);
}
.store-mart-cat-quick-view.layout-two:hover .img-wrapp:before,
.store-mart-cat-quick-view.layout-two:hover .img-wrapp:after{
	-webkit-transform: skew(-45deg) translateX(-60%);
    transform: skew(-45deg) translateX(-60%);
}
.store-mart-cat-quick-view.layout-two.hover-animation-off .img-wrapp:before,
.store-mart-cat-quick-view.layout-two.hover-animation-off .img-wrapp:after{
	display: none;
}
/*.store-mart-cat-quick-view.layout-two.hover-animation-off .img-wrapp img,
.store-mart-cat-quick-view.layout-two.hover-animation-off .img-wrapp img,
.store-mart-cat-quick-view.layout-two.hover-animation-off:hover .img-wrapp img,
.store-mart-cat-quick-view.layout-two.hover-animation-off:hover .img-wrapp img{
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	     -o-transform: none;
	        transform: none;
}*/
.store-mart-product-lists .title-wrapp{
	display: block;
	margin: 0;
	text-align: left;
}
.store-mart-product-lists .title-wrapp h3{
	margin: 0 0 30px;
	font-weight: 600;
}
.store-mart-product-lists .item-inner-wrapp{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 20px;
}
.store-mart-product-lists .item-inner-wrapp .left-wrapp{
	width: 100%;
}
.store-mart-product-lists .item-inner-wrapp .left-wrapp .title-wrapp{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden;
}
.store-mart-product-lists .item-inner-wrapp .left-wrapp h2{
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
	position: relative;
}
.store-mart-product-lists .item-inner-wrapp .left-wrapp h2:after{
	position: absolute;
	content: "";
	top: 50%;
	left: 100%;
	margin-left: 15px;
	width: 100%;
	min-width: 1200px;
	height: 1px;
	background: #eee;
}
.store-mart-product-lists .item-inner-wrapp .left-wrapp h2 a{
	color: #23232C;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.store-mart-product-lists .item-inner-wrapp .left-wrapp h2 a:hover{
	color: #DF3550;
}
.store-mart-product-lists .item-inner-wrapp .desc{
	font-size: 14px;
	color: #454545;
	font-weight: 400;
	display: block;
	margin-top: 5px;
}
.store-mart-product-lists .item-inner-wrapp .item-price{
	font-size: 18px;
	font-weight: 500;
	color: #23232C;
	display: inline-block;
	padding: 0 2px 0 15px;
	background: #FFF;
	position: relative;
}
.store-mart-product-lists .item-inner-wrapp .item-price .price del{
	color: #bbb;
	padding-right: 5px;
	font-weight: 400;
}
.store-mart-product-lists .item-inner-wrapp .item-price .price ins{
	background: transparent;
}

/*Layout 3*/


/*Footer*/
/*Footer Layout 1*/
footer.footer-1{
	position: relative;
	display: block;
}
footer.footer-1 .top-footer-wrapp ul{
	list-style: none;
	margin: 0;
	padding: 45px 0 15px;
	border-bottom: 1px solid #919191;
}
/*footer.footer-1.footer-widgets-disabled .top-footer-wrapp ul{
	padding-top: 15px;
}*/
footer.footer-1 .top-footer-wrapp ul li{
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	padding: 0 25px;
	position: relative;
	line-height: 1;
}
footer.footer-1 .top-footer-wrapp ul li:before{
	position: absolute;
	content: "";
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 0;
	width: 1px;
	height: 100%;
	background: #919191;
}
footer.footer-1 .top-footer-wrapp ul li:first-child{
	padding-left: 0;
}
footer.footer-1 .top-footer-wrapp ul li:first-child:before{
	display: none;
}
footer.footer-1 .top-footer-wrapp ul li a{
	color: #cac9c9;
	position: relative;
	-webkit-transition: all ease 0.4s;
	   -moz-transition: all ease 0.4s;
	    -ms-transition: all ease 0.4s;
	     -o-transition: all ease 0.4s;
	        transition: all ease 0.4s;
}
footer.footer-1 .top-footer-wrapp ul li a:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 1px;
	background: #FFF;
	-webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
	   -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
	    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
	     -o-transition: all .4s cubic-bezier(.77,0,.175,1);
	        transition: all .4s cubic-bezier(.77,0,.175,1);
}
footer.footer-1 .top-footer-wrapp ul li a:hover{
	color: #FFF;
}
footer.footer-1 .top-footer-wrapp ul li a:hover:after{
	width: 100%;
}
footer.footer-1 .footer-widgets{
	padding: 50px 0;
	display: block;
	border-bottom: 1px solid #919191;
}
footer.footer-2 .footer-widgets{
	padding: 50px 0;
	display: block;
	border-bottom: 1px solid #dcdcdc;
}
footer .footer-widgets .smart-container{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 14px;
    color: #8a8a8a;
}
footer.footer-3 .footer-widgets.col-5{
	padding: 60px 0 10px;
}
footer .footer-widgets.col-5 .smart-container .block{
	width: 20%;
	padding-right: 15px;
}
footer.footer-3 .footer-widgets.col-5 .smart-container .block:first-of-type,
footer.footer-3 .footer-widgets.col-5 .smart-container .block:last-of-type{
	width: 30%;
}
footer.footer-3 .footer-widgets.col-5 .smart-container .block:first-of-type{
	padding-right: 50px;
	padding-left: 0;
}
footer.footer-3 .footer-widgets.col-5 .smart-container .block{
	width: 13.333%;
	padding-left: 20px;
	margin-bottom: 40px;
}
footer .footer-widgets.col-4 .smart-container .block{
	width: 25%;
	padding-right: 15px;
}
footer .footer-widgets.col-3 .smart-container .block{
	width: 33.33%;
	padding-right: 15px;
}
footer .footer-widgets.col-2 .smart-container .block{
	width: 50%;
	padding-right: 15px;
}
footer .footer-widgets.col-1 .smart-container .block{
	width: 100%;
	padding-right: 15px;
}
footer .footer-widgets.col-4 .smart-container .block:last-of-type{
	padding-right: 0;
}
footer .footer-widgets.col-3 .smart-container .block:last-of-type{
	padding-right: 0;
}
footer .footer-widgets.col-2 .smart-container .block:last-of-type{
	padding-right: 0;
}
footer .footer-widgets.col-1 .smart-container .block:last-of-type{
	padding-right: 0;
}
footer .footer-widgets.col-1-2 .smart-container .block:first-of-type{
	width: 33.33%;
}
footer .footer-widgets.col-1-2 .smart-container .block:last-of-type{
	width: 66.66%;
}
footer .footer-widgets.col-2-1 .smart-container .block:first-of-type{
	width: 66.66%;
}
footer .footer-widgets.col-2-1 .smart-container .block:last-of-type{
	width: 33.33%;
}
footer .footer-widgets.col-1-3 .smart-container .block:first-of-type{
	width: 25%;
}
footer .footer-widgets.col-1-3 .smart-container .block:last-of-type{
	width: 75%;
}
footer .footer-widgets.col-3-1 .smart-container .block:first-of-type{
	width: 75%;
}
footer .footer-widgets.col-3-1 .smart-container .block:last-of-type{
	width: 25%;
}
footer .footer-widgets.col-1-1-2 .smart-container .block:first-of-type{
	width: 25%;
}
footer .footer-widgets.col-1-1-2 .smart-container .block:nth-of-type(2){
	width: 25%;
}
footer .footer-widgets.col-1-1-2 .smart-container .block:last-of-type{
	width: 50%;
}
footer .footer-widgets.col-2-1-1 .smart-container .block:first-of-type{
	width: 50%;
}
footer .footer-widgets.col-2-1-1 .smart-container .block:nth-of-type(2){
	width: 25%;
}
footer .footer-widgets.col-2-1-1 .smart-container .block:last-of-type{
	width: 25%;
}
footer .footer-widgets.col-1-2-1 .smart-container .block:first-of-type{
	width: 25%;
}
footer .footer-widgets.col-1-2-1 .smart-container .block:nth-of-type(2){
	width: 50%;
}
footer .footer-widgets.col-1-2-1 .smart-container .block:last-of-type{
	width: 25%;
}
footer .store-mart-social-icons-widget .social-icons-wrapp{
	line-height: 1;
}
footer .store-mart-social-icons-widget .social-icons-wrapp a{
	font-size: 16px;
	margin: 0 10px;
	color: #FFF;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
footer .store-mart-social-icons-widget .social-icons-wrapp a:first-of-type{
	margin-left: 0;
}
footer .store-mart-social-icons-widget .social-icons-wrapp a:last-of-type{
	margin-right: 0;
}
footer .store-mart-social-icons-widget .social-icons-wrapp a:hover{
	color: #DF3550;
}
footer.footer-1 .footer-widgets .smart-container .block{
	border-right: 1px solid #919191;
	padding-left: 30px;
	color: #cac9c9;
}
footer.footer-2 .footer-widgets .smart-container .block{
	border-right: 1px solid #dcdcdc;
	padding-left: 45px;
	color: #535353;
}
footer .footer-widgets .smart-container .block:first-of-type{
	padding-left: 0;
}
footer .footer-widgets .smart-container .block:last-of-type{
	border-right: none;
}
footer .footer-widgets h2{
	margin: 0 0 25px;
	font-size: 16px;
	line-height: 1.375;
	font-weight: 600;
	text-transform: uppercase;
}
footer.footer-1 .footer-widgets h2{
	color: #FFF;
}
footer.footer-2 .footer-widgets h2{
	color: #353535;
}
footer .footer-widgets ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .footer-widgets ul li{
	display: block;
	margin: 13px 0;
	font-size: 14px;
	font-weight: 400;
}
footer .footer-widgets ul li:first-child{
	margin-top: 0;
}
footer .footer-widgets ul li:last-child{
	margin-bottom: 0;
}
footer.footer-1 .footer-widgets ul li a{
	color: #cac9c9;
	position: relative;
	-webkit-transition: all ease 0.4s;
	   -moz-transition: all ease 0.4s;
	    -ms-transition: all ease 0.4s;
	     -o-transition: all ease 0.4s;
	        transition: all ease 0.4s;
}
footer.footer-1 .footer-widgets ul li a:hover{
	color: #FFF;
}
footer.footer-2 .footer-widgets ul li a{
	color: #535353;
	position: relative;
	-webkit-transition: all ease 0.4s;
	   -moz-transition: all ease 0.4s;
	    -ms-transition: all ease 0.4s;
	     -o-transition: all ease 0.4s;
	        transition: all ease 0.4s;
}
footer.footer-2 .footer-widgets ul li a:hover{
	color: #000;
}
footer .footer-widgets ul li a:after{
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	width: 0;
	height: 1px;
	-webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
	   -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
	    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
	     -o-transition: all .4s cubic-bezier(.77,0,.175,1);
	        transition: all .4s cubic-bezier(.77,0,.175,1);
}
footer .footer-widgets ul li a:hover:after{
	width: 100%;
}
footer.footer-1 .footer-widgets ul li a:after{
	background: #FFF;
}
footer.footer-2 .footer-widgets ul li a:after{
	background: #000;
}
footer .footer-widgets .smart-container .block .widget:last-of-type{
	margin-bottom: 0;
}
footer .footer-widgets .contact-info-wrapp .address-wrapp{
	display: block;
	margin-bottom: 10px;
}
footer .footer-widgets .contact-info-wrapp .address-title{
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
}
footer.footer-1 .footer-widgets .contact-info-wrapp .address-title{
	color: #FFF;
}
footer.footer-2 .footer-widgets .contact-info-wrapp .address-title{
	color: #000;
}
footer .footer-widgets .contact-info-wrapp .phone-wrapp{
	display: block;
	margin-bottom: 10px;
}
footer .footer-widgets .contact-info-wrapp .email-wrapp{
	display: block;
}
footer.footer-2 .footer-widgets .contact-info-wrapp .phone-wrapp .phone-title,
footer.footer-2 .footer-widgets .contact-info-wrapp .email-wrapp .email-title{
	color: #000;
	font-weight: 500;
	display: inline-block;
}
footer.footer-1 .footer-widgets .contact-info-wrapp .phone-wrapp .phone-title,
footer.footer-1 .footer-widgets .contact-info-wrapp .email-wrapp .email-title{
	color: #FFF;
	font-weight: 500;
	display: inline-block;
	padding-right: 5px;
}
footer .footer-widgets .contact-info-wrapp .phone-wrapp .phone,
footer .footer-widgets .contact-info-wrapp .email-wrapp .email{
	display: inline-block;
	-ms-word-break: break-all;
	    word-break: break-all;
}
footer .bottom-footer{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 20px 0;
    font-size: 14px;
}
footer.footer-3 .btm-ftr-outer{
	padding: 15px 0;
}
footer.footer-3 .bottom-footer{
	margin: 0;
}
footer.footer-3 .bottom-footer .bottom-left-wrapp{
	color: #FFF;
}
footer.footer-1 .bottom-footer{
	color: #cac9c9;
}
footer.footer-2 .bottom-footer{
	color: #000;
}
footer .bottom-footer .bottom-left-wrapp,
footer .bottom-footer .bottom-right-wrapp{
	font-size: 14px;
	color: #555;
}
footer .bottom-footer p{
	margin: 0;
	font-size: 14px;
	font-weight: 400;
}
footer .bottom-footer p a{
	padding-left: 2px;
	position: relative;
	-webkit-transition: all ease 0.4s;
	   -moz-transition: all ease 0.4s;
	    -ms-transition: all ease 0.4s;
	     -o-transition: all ease 0.4s;
	        transition: all ease 0.4s;
}
footer.footer-1 .bottom-footer p a{
	color: #eee;
}
footer.footer-2 .bottom-footer p a{
	color: #000;
	font-weight: 500;
}
footer .bottom-footer p a:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 1px;
	-webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
	   -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
	    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
	     -o-transition: all .4s cubic-bezier(.77,0,.175,1);
	        transition: all .4s cubic-bezier(.77,0,.175,1);
}
footer.footer-1 .bottom-footer p a:after{
	background: #FFF;
}
footer.footer-2 .bottom-footer p a:after{
	background: #000000;
}
footer.footer-1 .bottom-footer p a:hover{
	color: #FFF;
}
footer.footer-2 .bottom-footer p a:hover{
	color: #000;
}
footer .bottom-footer p a:hover:after{
	width: 100%;
}
footer .bottom-footer .bottom-right-wrapp{
	line-height: 1;
}
footer .bottom-footer .bottom-right-wrapp img{
	vertical-align: top;
}

/*Footer Layout 2*/
footer.footer-2{
	background: #ededed;
}
footer.footer-2 .top-footer-wrapp{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 70px 0 35px;
    border-bottom: 1px solid #d0d0d0;
}
footer.footer-2 .top-footer-wrapp .logo-wrapp-top{
	width: 100%;
	max-width: 200px;
	line-height: 1;
}
footer.footer-2 .top-footer-wrapp .logo-wrapp-top img{
	vertical-align: top;
}
footer.footer-2 .top-footer-wrapp .top-desc-wrapp{
	width: 100%;
	max-width: calc(100% - 500px);
	max-width: -webkit-calc(100% - 500px);
	max-width: -moz-calc(100% - 500px);
	padding: 0 45px;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
}
footer.footer-2 .top-footer-wrapp .top-desc-wrapp p{
	margin: 0;
	font-size: 14px;
	color: #3e3e3e;
	font-weight: 400;
	line-height: 1.715;
}
footer.footer-2 .top-footer-wrapp .social-icon-wrapp{
	width: 100%;
	max-width: 300px;
	text-align: right;
}
footer.footer-2 .top-footer-wrapp .social-icon-wrapp a{
	display: inline-block;
	font-size: 20px;
	color: #5d5d5d;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 37px;
	border: solid 2px #5D5D5D;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	margin-left: 12px;
}
footer.footer-2 .top-footer-wrapp .social-icon-wrapp a:hover{
	color: #FFF;
	background: #5D5D5D;
}
/*footer.footer-2 .top-footer-wrapp .social-icon-wrapp a i{
	line-height: 0.9;
	display: block;
}*/
footer.footer-2 .top-footer-wrapp .social-icon-wrapp a:first-of-type{
	margin-left: 0;
}
ul.footer-menu{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.footer-menu li.menu-item{
	display: inline-block;
}
ul.footer-menu li.menu-item a{
	font-size: 14px;
	color: #cac9c9;
	margin-right: 10px;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
ul.footer-menu li.menu-item ul{
	display: inline-block;
	padding: 0;
	margin: 0;
}
ul.footer-menu li.menu-item a:hover{
	color: #DF3550;
}


/*Demo 3*/
.store-mart-slider .smsl-wrap.slider-wrap{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.store-mart-slider .sl-outer{
	width: 70%;
	padding-right: 5px;
}
.store-mart-slider .sl-outer .sl-inner-wrapp img{
	height: 100%;
}
.store-mart-slider .sl-outer .sl-inner-wrapp{
	position: relative;
}
.store-mart-slider .sl-outer .sl-inner-wrapp .img-overlay{
	position: absolute;
	z-index: 0;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
}
.store-mart-slider .sl-outer .sl-inner-wrapp .content-wrapp{
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 50px;
	text-align: right;
}
.store-mart-slider .banner-wrap{
	width: 30%;
	padding-left: 5px;
	position: relative;
	overflow: hidden;
}
.store-mart-slider .banner-wrap .img-overlay{
	position: absolute;
	z-index: 0;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}
.store-mart-slider .banner-wrap a{
	display: block;
    vertical-align: top;
    height: 100%;
    width: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 5px;
}
.store-mart-slider .banner-wrap img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.content-wrapp .subtitle{
	display: block;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #FFF;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.content-wrapp .title{
	display: block;
	font-size: 44px;
	font-weight: 600;
	/*letter-spacing: 1px;*/
	text-transform: capitalize;
	color: #FFF;
	line-height: 1.2;
	margin-bottom: 18px;
}
.content-wrapp .sl-btn{
	display: inline-block;
	color: #FFF;
	font-size: 14px;
	background: #DF3550;
	padding: 0 25px;
	line-height: 50px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.content-wrapp .sl-btn:hover{
	background: #FFF;
	color: #DF3550;
	-webkit-box-shadow: 1px 1px 10px 5px rgba(0,0,0,0.1);
	        box-shadow: 1px 1px 10px 5px rgba(0,0,0,0.1);
}
.bnr-content-wrapp{
	position: absolute;
	z-index: 9;
	top: 70px;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 30px;
}
.bnr-content-wrapp .subtitle{
	display: block;
	font-size: 16px;
	color: #000;
	text-transform: capitalize;
}
.bnr-content-wrapp .title{
	display: block;
	font-size: 36px;
	line-height: 1.25;
	color: #000;
	font-weight: 600;
	text-transform: capitalize;
}
.smsl-wrap.slider-wrap .owl-theme .owl-dots{
	position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.smsl-wrap.slider-wrap .owl-theme .owl-dots .owl-dot span{
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	margin: 5px 4px;
	background: #FFF;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
.smsl-wrap.slider-wrap .owl-theme .owl-dots .owl-dot.active span,
.smsl-wrap.slider-wrap .owl-theme .owl-dots .owl-dot:hover span{
	background: #DF3550;
}


/*Demo 3 Product Cat List*/
.store-mart-woo-product-cat-list{
	border-left: 1px solid #ccc;
}
.store-mart-woo-product-cat-list .sm-product-wrapp h4{
	font-size: 18px;
	font-weight: 600;
	display: block;
	padding-left: 35px;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.store-mart-woo-product-cat-list .sm-product-wrapp .smpcl-inner-catposts-wrapper{
	margin: 0;
	padding: 0 35px;
	list-style: none;
}
.store-mart-woo-product-cat-list .sm-product-wrapp .smpcl-inner-catposts-wrapper li{
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding-left: 18px;
	font-size: 14px;
}
.store-mart-woo-product-cat-list .sm-product-wrapp .smpcl-inner-catposts-wrapper li a{
	color: #454545;
	position: relative;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.store-mart-woo-product-cat-list .sm-product-wrapp .smpcl-inner-catposts-wrapper li a:hover{
	color: #DF3550;
}
.store-mart-woo-product-cat-list .sm-product-wrapp .smpcl-inner-catposts-wrapper li a:before{
	position: absolute;
	content: "\e876";
	font-family: 'Linearicons-Free';
	font-size: 9px;
	font-weight: 600;
	top: 3px;
	left: -18px;
	color: #DF3550;
}
.store-mart-woo-product-cat-list .sm-product-wrapp a.view-all-btn{
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #DF3550;
	display: inline-block;
	margin-left: 35px;
	text-transform: uppercase;
	margin-top: 10px;
	position: relative;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.store-mart-woo-product-cat-list .sm-product-wrapp a.view-all-btn:hover{
	color: #333;
}
.store-mart-woo-product-cat-list .sm-product-wrapp a.view-all-btn:after{
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	width: 0;
	height: 1px;
	background: #333;
	-webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
	   -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
	    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
	     -o-transition: all .4s cubic-bezier(.77,0,.175,1);
	        transition: all .4s cubic-bezier(.77,0,.175,1);
}
.store-mart-woo-product-cat-list .sm-product-wrapp a.view-all-btn:hover:after{
	width: 100%;
}
/*Demo 3 Deal of the week*/
.store-mart-woo-special-deal.layout-2{
	text-align: unset;
	border: none;
}
.store-mart-woo-special-deal.layout-2 .special-offter-deal-wrapp .offer-product-wrap{
	padding: 0;
}
.store-mart-woo-special-deal.layout-2 .offer-product-wrap .product-type-simple{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.store-mart-woo-special-deal.layout-2 .offer-product-wrap .product-type-simple .item-info-wrap,
.store-mart-woo-special-deal.layout-2 .offer-product-wrap .product-type-simple .item-img{
	width: 50%;
}
.store-mart-woo-special-deal.layout-2 .offer-product-wrap .product-type-simple .item-img{
	border: 1px solid #e8e8e8;
	text-align: center;
	padding: 120px 0;
}
.store-mart-woo-special-deal.layout-2 .offer-product-wrap .product-type-simple .item-info-wrap{
	text-align: left;
	padding-right: 40px;
}
.store-mart-woo-special-deal.layout-2 .title-wrapp{
	padding: 0;
	text-align: left;
}
.store-mart-woo-special-deal.layout-2 .title-wrapp h3{
	padding: 0;
	display: block;
	margin-bottom: 30px;
}
.store-mart-woo-special-deal.layout-2 .special-offter-deal-wrapp .item-info-wrap h2{
	margin-bottom: 20px;
}
.store-mart-woo-special-deal.layout-2 .special-offter-deal-wrapp .item-info-wrap .item-cart a{
	margin-bottom: 0;
}
.store-mart-woo-special-deal.layout-2 .special-offter-deal-wrapp .item-info-wrap .item-cart a.loading{
	padding: 0 45px 0 30px;
}
.store-mart-woo-special-deal.layout-2 .special-offter-deal-wrapp .item-info-wrap .item-cart a.loading:after{
	top: 0;
	right: 16px;
}
.store-mart-woo-slider.layout-2 .sm-woo-slider .product .item-img{
	width: 100%;
	display: block;
}
.store-mart-woo-slider.layout-2 .sm-woo-slider .product .item-img img{
	margin: 0 auto;
}
.store-mart-woo-slider.layout-2 .sm-woo-slider .product .item-info-wrap{
	width: 100%;
	display: block;
	padding-left: 0;
	text-align: center;
	margin-top: 15px;
}
.store-mart-woo-slider.layout-2 .sm-woo-slider .product .item-info-wrap .item-price .price,
.store-mart-woo-slider.layout-2 .store-mart-woo-product-info .product .item-info-wrap .item-price .price{
	right: 0;
	left: 0;
}
.store-mart-woo-slider.layout-2 .sm-woo-slider .product .item-info-wrap .item-price a.add_to_cart_button,
.store-mart-woo-slider.layout-2 .store-mart-woo-product-info .product .item-info-wrap .item-price a.add_to_cart_button,
.store-mart-woo-slider.layout-2 .sm-woo-slider .product .item-info-wrap .item-price a.added_to_cart.wc-forward{
	left: 0;
	right: 0;
}
.store-mart-woo-slider.layout-2 .sm-woo-slider .product .item-info-wrap .item-price a.added_to_cart:before{
	width: 90px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.store-mart-woo-slider.layout-2 .sm-woo-slider .product .item-info-wrap .item-price a.add_to_cart_button:before,
.store-mart-woo-slider.layout-2 .store-mart-woo-product-info .product .item-info-wrap .item-price a.add_to_cart_button:before{
	left: 0;
	right: 0;
	margin: 0 auto;
}
.store-mart-woo-slider.layout-2 .sm-woo-slider .product .item-info-wrap .item-price a.add_to_cart_button:hover:before,
.store-mart-woo-slider.layout-2 .store-mart-woo-product-info .product .item-info-wrap .item-price a.add_to_cart_button:hover:before{
	width: 90px;
}
.store-mart-woo-slider.layout-2 .sm-woo-slider .product .item-info-wrap a{
	color: #222;
}
.store-mart-woo-slider.layout-2 .sm-woo-slider .product .item-info-wrap a:hover{
	color: #DF3550;
}
.store-mart-woo-slider.layout-2 .sm-woo-slider .product .item-info-wrap .item-price .price,
.store-mart-woo-slider.layout-2 .store-mart-woo-product-info .product .item-info-wrap .item-price .price{
	color: #818181;
	font-size: 16px;
}
.store-mart-woo-slider.layout-2.store-mart-woo-category-slider .title-wrapp{
	margin-bottom: 0;
}
.store-mart-woo-category-slider.layout-2 button.slick-arrow{
	margin: 0;
	z-index: 9;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.store-mart-woo-category-slider.layout-2 button.slick-arrow.slick-prev:after{
	display: none;
}
.store-mart-woo-category-slider.layout-2 button.slick-arrow.slick-prev{
	left: -15px;
	right: auto;
}
.store-mart-woo-category-slider.layout-2 button.slick-arrow.slick-next{
	right: -15px;
}
.store-mart-woo-category-slider.layout-2 .product .item-info-wrap .item-price a.add_to_cart_button:after{
	right: 24px;
    top: 0px;
}


/*Woocommerce Category Block*/
.store-mart-woo-cat-block{
	position: relative;
}
.store-mart-woo-cat-block .content-wrap{
	position: absolute;
	top: 50%;
	text-align: right;
	-webkit-transform: translateY(-50%) translateZ(0);
	   -moz-transform: translateY(-50%) translateZ(0);
	    -ms-transform: translateY(-50%) translateZ(0);
	     -o-transform: translateY(-50%) translateZ(0);
	        transform: translateY(-50%) translateZ(0);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.store-mart-woo-cat-block .content-wrap h4{
	font-size: 28px;
	margin: 0;
	position: relative;
	display: block;
	margin-bottom: 70px;
}
.store-mart-woo-cat-block.right-align .content-wrap{
	right: 50px;
}
.store-mart-woo-cat-block.right-align .content-wrap h4:after{
	position: absolute;
	content: "";
	top: 100%;
	right: 0;
	width: calc(100% + 30px);
	width: -webkit-calc(100% + 30px);
	width: -moz-calc(100% + 30px);
	height: 2px;
	background: #000;
}
.store-mart-woo-cat-block.right-align .content-wrap a.cat-btn{
	text-transform: uppercase;
	color: #333;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	letter-spacing: 1px;
	-webkit-transition: all ease 0.7s;
	   -moz-transition: all ease 0.7s;
	    -ms-transition: all ease 0.7s;
	     -o-transition: all ease 0.7s;
	        transition: all ease 0.7s;
}
.store-mart-woo-cat-block.right-align .content-wrap a.cat-btn:hover{
	color: #e03f51;
}
.store-mart-woo-cat-block.right-align .content-wrap a.cat-btn:after{
	position: absolute;
	content: "";
	top: 100%;
	right: 0;
	width: 100%;
	height: 2px;
	background: #333;
}
.store-mart-woo-cat-block.right-align .content-wrap a.cat-btn:before{
	position: absolute;
	z-index: 1;
	content: "";
	top: 100%;
	right: 0;
	width: 0;
	height: 2px;
	background: #e03f51;
	-webkit-transition: all .7s cubic-bezier(.77,0,.175,1);
	   -moz-transition: all .7s cubic-bezier(.77,0,.175,1);
	    -ms-transition: all .7s cubic-bezier(.77,0,.175,1);
	     -o-transition: all .7s cubic-bezier(.77,0,.175,1);
	        transition: all .7s cubic-bezier(.77,0,.175,1);
}
.store-mart-woo-cat-block.right-align .content-wrap a.cat-btn:hover:before{
	width: 100%;
}
.store-mart-woo-cat-block.left-align{
	text-align: right;
}
.store-mart-woo-cat-block.left-align .content-wrap{
	left: 50px;
	text-align: left;
}
.store-mart-woo-cat-block.left-align .content-wrap h4:after{
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	width: calc(100% + 20px);
	width: -webkit-calc(100% + 20px);
	width: -moz-calc(100% + 20px);
	height: 2px;
	background: #000;
}
.store-mart-woo-cat-block.left-align .content-wrap a.cat-btn{
	text-transform: uppercase;
	color: #333;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	letter-spacing: 1px;
	-webkit-transition: all ease 0.7s;
	   -moz-transition: all ease 0.7s;
	    -ms-transition: all ease 0.7s;
	     -o-transition: all ease 0.7s;
	        transition: all ease 0.7s;
}
.store-mart-woo-cat-block.left-align .content-wrap a.cat-btn:hover{
	color: #e03f51;
}
.store-mart-woo-cat-block.left-align .content-wrap a.cat-btn:after{
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #333;
}
.store-mart-woo-cat-block.left-align .content-wrap a.cat-btn:before{
	position: absolute;
	z-index: 1;
	content: "";
	top: 100%;
	left: 0;
	width: 0;
	height: 2px;
	background: #e03f51;
	-webkit-transition: all .7s cubic-bezier(.77,0,.175,1);
	   -moz-transition: all .7s cubic-bezier(.77,0,.175,1);
	    -ms-transition: all .7s cubic-bezier(.77,0,.175,1);
	     -o-transition: all .7s cubic-bezier(.77,0,.175,1);
	        transition: all .7s cubic-bezier(.77,0,.175,1);
}
.store-mart-woo-cat-block.left-align .content-wrap a.cat-btn:hover:before{
	width: 100%;
}

/*Deal of the week layout 3*/
.store-mart-woo-special-deal.layout-3{
	padding: 8px;
	border: none;
	overflow: hidden;
}
.store-mart-woo-special-deal.layout-3:before{
	position: absolute;
	z-index: 0;
	content: "";
	top: 8px;
	left: 8px;
	height: calc(100% - 16px);
	height: -webkit-calc(100% - 16px);
	height: -moz-calc(100% - 16px);
	width: calc(100% - 16px);
	width: -webkit-calc(100% - 16px);
	width: -moz-calc(100% - 16px);
	background: rgba(255,255,255,1);
	outline: solid 8px rgba(255,255,255,0.8);
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	     -o-transform: translateX(0);
	        transform: translateX(0);
	-webkit-transition: all ease 0.4s;
	   -moz-transition: all ease 0.4s;
	    -ms-transition: all ease 0.4s;
	     -o-transition: all ease 0.4s;
	        transition: all ease 0.4s;
}
.store-mart-woo-special-deal.layout-3:hover:before{
	-webkit-transform: translateX(-104%);
	   -moz-transform: translateX(-104%);
	    -ms-transform: translateX(-104%);
	     -o-transform: translateX(-104%);
	        transform: translateX(-104%);
}
.store-mart-woo-special-deal.layout-3:after{
	position: absolute;
	z-index: -1;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,0.8);
	-webkit-transform: translateX(100%);
	   -moz-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	     -o-transform: translateX(100%);
	        transform: translateX(100%);
	-webkit-transition: all ease 0.4s;
	   -moz-transition: all ease 0.4s;
	    -ms-transition: all ease 0.4s;
	     -o-transition: all ease 0.4s;
	        transition: all ease 0.4s;
}
.store-mart-woo-special-deal.layout-3:hover:after{
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	     -o-transform: translateX(0);
	        transform: translateX(0);
}

.store-mart-woo-special-deal.layout-3 .bg-img-wrapp{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.store-mart-woo-special-deal.layout-3 .special-offter-deal-wrapp .offer-product-wrap .fl-pcountdown-cnt{
	padding: 0 0 25px;
	border-bottom: 1px solid #ddd;
	-webkit-transition: all ease 0.4s;
	   -moz-transition: all ease 0.4s;
	    -ms-transition: all ease 0.4s;
	     -o-transition: all ease 0.4s;
	        transition: all ease 0.4s;
}
.store-mart-woo-special-deal.layout-3:hover .special-offter-deal-wrapp .offer-product-wrap .fl-pcountdown-cnt{
	border-bottom-color: #222;
}
.store-mart-woo-special-deal.layout-3 .sm-deal-content-wrapp{
	position: relative;
}

.store-mart-woo-special-deal.layout-3 .title-wrapp{
	position: relative;
	padding-top: 35px;
}
.store-mart-woo-special-deal.layout-3 .title-wrapp h3{
	border: none;
	text-transform: uppercase;
	font-size: 38px;
	line-height: 1;
	padding: 0;
}
.store-mart-woo-special-deal.layout-3 .title-wrapp h3:first-of-type{
	color: #e03f51;
	margin-bottom: 10px;
}
.store-mart-woo-special-deal.layout-3 .title-wrapp h3:last-of-type{
	color: #222222;
	position: relative;
}
.store-mart-woo-special-deal.layout-3 .title-wrapp h3:last-of-type:after{
	position: absolute;
	top: 100%;
	content: "";
	left: 0;
	right: 0;
	width: 0px;
	height: 3px;
	background: #222;
	margin: 10px auto 0;
	-webkit-transition: all ease 0.4s;
	   -moz-transition: all ease 0.4s;
	    -ms-transition: all ease 0.4s;
	     -o-transition: all ease 0.4s;
	        transition: all ease 0.4s;
}
.store-mart-woo-special-deal.layout-3:hover .title-wrapp h3:last-of-type:after{
	width: 60px;
}
.store-mart-woo-special-deal.layout-3 .special-offter-deal-wrapp .item-info-wrap{
	height: 118px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.store-mart-woo-special-deal.layout-3 .special-offter-deal-wrapp .offer-product-wrap{
	padding: 20px 30px;
}
.store-mart-woo-special-deal.layout-3 .special-offter-deal-wrapp .offer-product-wrap .item-img{
	position: relative;
	height: 250px;
	overflow: hidden;
}
.store-mart-woo-special-deal.layout-3 .special-offter-deal-wrapp .offer-product-wrap .item-img img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	max-height: 250px;
	margin: 0 auto;
	object-fit: contain;
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	     -o-transform: translateX(0);
	        transform: translateX(0);
	visibility: visible;
	opacity: 1;
	-webkit-transition: all ease 0.4s;
	   -moz-transition: all ease 0.4s;
	    -ms-transition: all ease 0.4s;
	     -o-transition: all ease 0.4s;
	        transition: all ease 0.4s;
}
.store-mart-woo-special-deal.layout-3:hover .special-offter-deal-wrapp .offer-product-wrap .item-img img{
	-webkit-transform: translateX(-100%);
	   -moz-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	     -o-transform: translateX(-100%);
	        transform: translateX(-100%);
	visibility: hidden;
	opacity: 0;
}
.store-mart-woo-special-deal.layout-3 .special-offter-deal-wrapp .item-info-wrap .item-description{
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	visibility: visible;
	opacity: 1;
	margin: 5px 0 0;
	line-height: 1.75;
	-webkit-transform: translate(0, -50%) translateZ(0);
	   -moz-transform: translate(0, -50%) translateZ(0);
	    -ms-transform: translate(0, -50%) translateZ(0);
	     -o-transform: translate(0, -50%) translateZ(0);
	        transform: translate(0, -50%) translateZ(0);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transition: all ease 0.4s;
	   -moz-transition: all ease 0.4s;
	    -ms-transition: all ease 0.4s;
	     -o-transition: all ease 0.4s;
	        transition: all ease 0.4s;
}
.store-mart-woo-special-deal.layout-3:hover .special-offter-deal-wrapp .item-info-wrap .item-description{
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(-100%, -50%) translateZ(0);
	   -moz-transform: translate(-100%, -50%) translateZ(0);
	    -ms-transform: translate(-100%, -50%) translateZ(0);
	     -o-transform: translate(-100%, -50%) translateZ(0);
	        transform: translate(-100%, -50%) translateZ(0);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.store-mart-woo-special-deal.layout-3 .special-offter-deal-wrapp .item-info-wrap .item-price-wrapp{
	position: absolute;
	left: 0;
	margin-top: 10px;
	width: 100%;
	top: 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(100%, -50%) translateZ(0);
	   -moz-transform: translate(100%, -50%) translateZ(0);
	    -ms-transform: translate(100%, -50%) translateZ(0);
	     -o-transform: translate(100%, -50%) translateZ(0);
	        transform: translate(100%, -50%) translateZ(0);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transition: all ease 0.4s;
	   -moz-transition: all ease 0.4s;
	    -ms-transition: all ease 0.4s;
	     -o-transition: all ease 0.4s;
	        transition: all ease 0.4s;
}
.store-mart-woo-special-deal.layout-3:hover .special-offter-deal-wrapp .item-info-wrap .item-price-wrapp{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(0, -50%) translateZ(0);
	   -moz-transform: translate(0, -50%) translateZ(0);
	    -ms-transform: translate(0, -50%) translateZ(0);
	     -o-transform: translate(0, -50%) translateZ(0);
	        transform: translate(0, -50%) translateZ(0);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.store-mart-woo-special-deal.layout-3 .special-offter-deal-wrapp .item-info-wrap .item-cart a{
	margin: 15px auto 0;
}
.store-mart-woo-special-deal.layout-3 .special-offter-deal-wrapp .counter-time span.counter-txt{
	-webkit-transition: all ease 0.4s;
	   -moz-transition: all ease 0.4s;
	    -ms-transition: all ease 0.4s;
	     -o-transition: all ease 0.4s;
	        transition: all ease 0.4s;
}
.store-mart-woo-special-deal.layout-3:hover .special-offter-deal-wrapp .counter-time span.counter-txt{
	color: #222;
}
.store-mart-woo-special-deal.layout-3 .special-offter-deal-wrapp .item-info-wrap .item-price .price,
.store-mart-woo-special-deal.layout-3 .special-offter-deal-wrapp .item-info-wrap .item-price .price del,
.store-mart-woo-special-deal.layout-3 .special-offter-deal-wrapp .item-info-wrap .item-price .price ins{
	color: #222;
	font-size: 22px;
	font-weight: 600;
}
.store-mart-woo-special-deal.layout-3 .special-offter-deal-wrapp .item-info-wrap .item-price .price del{
	opacity: 1;
}
.store-mart-woo-special-deal.layout-3 .special-offter-deal-wrapp .item-info-wrap .item-price .price ins{
	color: #DF3550;
}
.store-mart-woo-special-deal.layout-3 .special-offter-deal-wrapp .item-info-wrap .item-cart a{
	border: 1px solid #222;
	color: #222;
	background: #FFF;
	line-height: 40px;
	-webkit-border-radius: 40px;
	        border-radius: 40px;
}
.store-mart-woo-special-deal.layout-3 .special-offter-deal-wrapp .item-info-wrap .item-cart a:hover{
	border-color: #DF3550;
	color: #FFF;
	background: #DF3550;
}
.store-mart-woo-special-deal.layout-3 .special-offter-deal-wrapp .counter-time{
	width: 65px;
}
/*Shop Page*/
body .sm-inner-wrapper{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: 60px 0;
    font-size: 14px;
}
body .sm-inner-wrapper.sm-home-template{
	margin: 0;
}
.sm-inner-wrapper #primary{
	width: 100%;
}
.sm-inner-wrapper #primary article.hentry:last-of-type{
	margin-bottom: 0;
}
body.both-sidebar .sm-inner-wrapper #secondary-left{
	-webkit-order: 1;
	    -ms-order: 1;
	        order: 1;
	width: 20%;
	padding-right: 15px;
}
body.both-sidebar .sm-inner-wrapper #secondary-right{
	-webkit-order: 3;
	    -ms-order: 3;
	        order: 3;
	width: 20%;
	padding-left: 15px;
}
body.both-sidebar .sm-inner-wrapper #primary{
	-webkit-order: 2;
	    -ms-order: 2;
	        order: 2;
	    width: 60%;
	padding-left: 15px;
	padding-right: 15px;
}
body.both-sidebar .sm-inner-wrapper #secondary-right{
	-webkit-order: 3;
	    -ms-order: 3;
	        order: 3;
	width: 20%;
	padding-left: 20px;
}
body.left-sidebar .sm-inner-wrapper #secondary-left{
	width: 32%;
	-webkit-order: 1;
	    -ms-order: 1;
	        order: 1;
	padding-right: 20px;
}
body.left-sidebar .sm-inner-wrapper #primary{
	width: 68%;
	-webkit-order: 2;
	    -ms-order: 2;
	        order: 2;
	padding-left: 20px;
}
body.right-sidebar .sm-inner-wrapper #secondary-right{
	width: 32%;
	-webkit-order: 2;
	    -ms-order: 2;
	        order: 2;
	padding-left: 20px;
	
}
body.right-sidebar .sm-inner-wrapper #primary{
	width: 68%;
	-webkit-order: 1;
	    -ms-order: 1;
	        order: 1;
	padding-right: 20px;
}
.trickle-contact-info .wid-cont-wrap{
	margin-bottom: 10px;
}
.sidebar h2.widget-title{
	font-size: 24px;
	font-weight: 600;
	color: #1a1a1a;
	display: block;
	margin-top: 0;
	margin-bottom: 30px;
	text-transform: capitalize;
	position: relative;
	padding-left: 15px;
}
.sidebar h2.widget-title:before{
	position: absolute;
	content: "";
	top: 5px;
	left: 0;
	width: 3px;
	height: 24px;
	background: #DF3550;
}
body.both-sidebar .sidebar h2.widget-title{
	margin-bottom: 25px;
	font-size: 16px;
}
body.both-sidebar .sidebar h2.widget-title:before{
	height: 16px;
}
.sidebar h2.widget-title .rsswidget{
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}
.sidebar h2.widget-title .rsswidget img{
	width: 22px;
	height: 22px;
}
.sidebar .widget{
	margin-bottom: 40px;
	border: 1px solid #eee;
	padding: 30px;
	font-size: 14px;
}
body.both-sidebar .sidebar .widget{
	padding: 20px;
}
.sidebar .widget:last-of-type{
	margin-bottom: 0;
}
.sidebar .widget ul,
footer .widget ul{
	margin: 0;
	padding: 0;
}
.sidebar .widget ul li,
footer .widget ul li{
	font-size: 16px;
	font-weight: 400;
	color: #444;
	margin-bottom: 20px;
	padding-bottom: 20px !important;
	border-bottom: 1px solid #eee;
	list-style: none;
}
footer .widget ul li{
	color: #8a8a8a;
	font-size: 14px;
	border-bottom: none;
	margin-bottom: 5px;
	padding-bottom: 5px !important;
}
.sidebar .widget ul li ul li{
	margin-bottom: 10px;
	padding-bottom: 10px !important;
}
footer .widget ul li ul li{
	margin-bottom: 5px !important;
	padding-bottom: 5px;
}
.sidebar .widget ul li:last-child,
footer .widget ul li:last-child{
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0 !important;
}
.sidebar .widget ul li del,
footer .widget ul li del{
	color: #808080;
	opacity: 0.7;
}
.sidebar .widget ul li ins,
footer .widget ul li ins{
	background: none;
	color: #808080;
}
.sidebar .widget ul li a,
footer .widget ul li a{
	color: #222;
	font-weight: 500;
	padding-right: 5px;
	-ms-word-break: break-all;
	    word-break: break-all;
	
}
footer .widget ul li a{
	color: #8a8a8a;
	font-weight: 400;
}
.sidebar .widget ul li a:hover,
footer .widget ul li a:hover{
	color: #DF3550;
}
.sidebar .widget ul li .star-rating,
footer .widget ul li .star-rating{
	display: block;
	margin: 10px 0;
	color: #FFBC6B;
}
/*.sidebar .widget ul li img.size-woocommerce_thumbnail{
	width: 100%;
	max-width: 100px;
}*/
.sidebar .widget ul ul,
footer .widget ul ul{
	margin: 15px 0 0px 15px;
}
.content-area select,
.sidebar .widget select,
footer .widget select{
    background: transparent;
    height: 45px;
    line-height: 45px;
    padding: 0 45px 0 15px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -ms-appearance: none;
    -o-appearance: none;
    background-repeat: no-repeat !important;
    background-image: url(assets/images/down-icon-3.png) !important;
    position: relative;
    background-position: right 10px center !important;
    width: 100%;
    max-width: 500px;
    font-size: 14px;
    border: 1px solid #ddd;
}
footer .widget select{
	color: #888;
	background: #fff;
}
body.both-sidebar .sidebar .widget select{
	padding-right: 35px;
}
footer .widget.widget_rss .widget-title a{
	display: inline-block;
	vertical-align: middle;
	color: #cac9c9;
}
footer .widget.widget_rss .widget-title a img{
	margin-top: 3px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	background: #000;
	border-color: #000;
	height: 13px;
	width: 4px;
	-webkit-border-radius: 0;
	        border-radius: 0;
	margin-left: 0;
}
.woocommerce .widget_price_filter .ui-slider{
	margin-left: 0;
	margin-right: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
	height: 3px;
	border-radius: 0px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{
	height: 3px;
	border-radius: 0px;
	background: #000;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	-webkit-border-radius: 0;
	        border-radius: 0;
	height: 3px;
	background-color: #ccc;
	background: #ccc;
}
.woocommerce .widget_price_filter .price_slider_amount .button{
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	background: #000;
	-webkit-border-radius: 0;
	        border-radius: 0;
	text-transform: uppercase;
	padding: 10px 25px;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover{
	background: #DF3550;
}
.woocommerce .widget_price_filter .price_slider_amount .from,
.woocommerce .widget_price_filter .price_slider_amount .to{
	font-size: 15px;
	color: #464749;
	font-weight: 600;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label{
	display: block;
    width: 100%;
    text-align: left;
    float: left;
}
.yith-woocompare-widget .products-list{
	margin-bottom: 20px !important;
}
form.woocommerce-product-search,
form.search-form{
	position: relative;
	width: 100%;
	height: 45px;
}
form.woocommerce-product-search:after,
form.search-form:after{
	position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 47px;
    background: #DF3550;
    color: #FFF;
    content: "\e86f";
    font-family: 'Linearicons-Free';
    z-index: 0;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0px;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
form.woocommerce-product-search input[type="search"],
form.search-form input[type="search"]{
	height: 45px;
	width: 100%;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	line-height: 45px;
	padding: 0 55px 0 10px;
	border: 1px solid #eee;
	font-size: 14px;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.both-sidebar form.woocommerce-product-search input[type="search"],
.both-sidebar form.search-form input[type="search"]{
	font-size: 12px;
}
form.woocommerce-product-search button[type="submit"],
form.search-form input[type="submit"]{
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}
table#wp-calendar{
	border-collapse: collapse;
}
table#wp-calendar th, table#wp-calendar td{
	padding: 5px;
	border-color: #eee;
}
table#wp-calendar thead tr th{
	text-align: center;
	border: 1px solid #eee;
}
table#wp-calendar tbody tr td{
	text-align: center;
	border: 1px solid #eee;
}
table#wp-calendar caption{
	font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
footer table#wp-calendar th,
footer table#wp-calendar td,
footer table#wp-calendar caption{
	color: #cac9c9;
}
table#wp-calendar a{
	color: #DF3550;
}
table#wp-calendar #today{
	background: #DF3550;
	color: #FFF;
}
table#wp-calendar #today a{
	color: #FFF;
}
header.page-header{
	background: #ebebeb;
	color: #121212;
	margin: 0;
	padding: 50px 0 55px;
	text-align: center;
	position: relative;
}
header.page-header h1.page-title{
	font-size: 30px;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
	margin-top: 0;
	color: #121212;	
	-ms-word-break: break-all;
	    word-break: break-all;
}
header.page-header h2.page-sub-title{
	font-size: 16px;
	font-weight: 500;
	display: block;
	line-height: 1.45;
}
.page-header-overlay{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}
header.page-header .smart-container{
	position: relative;
}
nav.breadcrumbs ul.trail-items{
	margin: 0;
	padding: 0;
}
nav.breadcrumbs ul.trail-items li{
	list-style: none;
	display: inline-block;
	position: relative;
	padding-right: 10px;
	margin-right: 15px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	-ms-word-break: break-all;
	    word-break: break-all;
}
nav.breadcrumbs ul.trail-items li:after{
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	height: 18px;
	width: 2px;
	background: #121212;
	-webkit-transform: rotate(20deg) translateY(-50%) translateZ(0);
	   -moz-transform: rotate(20deg) translateY(-50%) translateZ(0);
	    -ms-transform: rotate(20deg) translateY(-50%) translateZ(0);
	     -o-transform: rotate(20deg) translateY(-50%) translateZ(0);
	        transform: rotate(20deg) translateY(-50%) translateZ(0);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
}
nav.breadcrumbs ul.trail-items li:last-child{
	padding-right: 0;
	margin-right: 0;
}
nav.breadcrumbs ul.trail-items li.current span{
	color: #DF3550;
}
nav.breadcrumbs ul.trail-items li:last-child:after{
	display: none;
}
nav.breadcrumbs ul.trail-items li a{
	color: #121212;
}
nav.breadcrumbs ul.trail-items li a:hover{
	color: #DF3550;
}
footer .widget{
	margin-bottom: 40px;
}
.sm-archive-wrap .archive-header{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid #eee;
    -webkit-border-radius: 0;
            border-radius: 0;
    margin-bottom: 40px;
    margin-top: 2px;
}
.sm-archive-wrap .archive-header .woocommerce-ordering{
	margin-bottom: 0;
}
.sm-archive-wrap .archive-header .sm-gridlist-toggle a{
	display: inline-block;
	padding: 0;
	color: #a9a9a9;
	height: 32px;
	width: 32px;
	text-align: center;
	line-height: 32px;
	margin-right: 5px;
	border: solid 1px #a9a9a9;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.sm-archive-wrap .archive-header .sm-gridlist-toggle a i{
	display: block;
	line-height: 32px;
	font-size: 14px;
}
.sm-archive-wrap .archive-header .sm-gridlist-toggle a.active,
.sm-archive-wrap .archive-header .sm-gridlist-toggle a:hover{
	color: #DF3550;
	border-color: #DF3550;
}
.sm-archive-wrap .archive-header &gt; span{
	font-size: 16px;
	font-weight: 600;
	color: #121212;
}
.sm-archive-wrap .archive-header .woocommerce-ordering select{
	border: none;
	background: #f7f7f7;
	padding: 10px 5px;
	font-size: 13px;
	color: #a9a9a9;
	border: none;
	height: 45px;
    line-height: 45px;
    padding: 0 45px 0 15px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -ms-appearance: none;
    -o-appearance: none;
    background-repeat: no-repeat !important;
    background-image: url(assets/images/down-arrow.png) !important;
    position: relative;
    background-position: right 10px center !important;
    width: 100%;
    font-size: 14px;
    color: #333;
}
body.woocommerce li.product .sm-cart-wrapp a.button,
body.woocommerce li.product .sm-cart-wrapp a.added_to_cart,
body.woocommerce li.product .sm-cart-wrapp a.link-quickview{
	font-size: 14px;
	text-transform: capitalize;
}
body.woocommerce li.product .sm-product-title-wrapp span.price{
	font-size: 16px;
}
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img,
.woocommerce.single-product ul.cart_list li img, 
.woocommerce.single-product ul.product_list_widget li img{
	float: left;
	width: 80px;
	margin-right: 15px;
}
.both-sidebar.woocommerce ul.cart_list li img,
.both-sidebar.woocommerce ul.product_list_widget li img,
.both-sidebar.woocommerce.single-product ul.cart_list li img,
.both-sidebar.woocommerce.single-product ul.product_list_widget li img{
	width: 100%;
	margin-right: 0;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce.single-product ul.cart_list li a,
.woocommerce.single-product ul.product_list_widget li a{
	font-size: 16px;
	font-weight: 500;
}
.woocommerce ul.cart_list li span.amount,
.woocommerce ul.product_list_widget li span.amount,
.woocommerce.single-product ul.cart_list li span.amount,
.woocommerce.single-product ul.product_list_widget li span.amount{
	color: #777;
	font-size: 14px;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating,
.woocommerce.single-product ul.cart_list li .star-rating,
.woocommerce.single-product ul.product_list_widget li .star-rating{
	width: 6.3em;
	letter-spacing: 1px;
	font-size: 13px;
	margin: 10px 0;
}
.woocommerce ul.cart_list li .woocs_price_code,
.woocommerce ul.product_list_widget li .woocs_price_code,
.woocommerce.single-product ul.cart_list li .woocs_price_code,
.woocommerce.single-product ul.product_list_widget li .woocs_price_code{
	font-size: 15px;
	font-weight: 600;
	color: #121212;
}
.woocommerce ul.cart_list li .woocs_price_code ins,
.woocommerce ul.product_list_widget li .woocs_price_code ins,
.woocommerce.single-product ul.cart_list li .woocs_price_code ins,
.woocommerce.single-product ul.product_list_widget li .woocs_price_code ins{
	background: none;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce.single-product ul.cart_list li img,
.woocommerce.single-product ul.product_list_widget li img{
	margin-left: 0;
}
.both-sidebar.woocommerce ul.cart_list li .star-rating,
.both-sidebar.woocommerce ul.product_list_widget li .star-rating,
.both-sidebar.woocommerce.single-product ul.cart_list li .star-rating,
.both-sidebar.woocommerce.single-product ul.product_list_widget li .star-rating{
	margin: 10px auto;
}
.both-sidebar .sidebar .widget.widget_products ul li,
.both-sidebar .sidebar .widget.widget_recently_viewed_products ul li{
	text-align: left;
}
.both-sidebar .sidebar .widget.widget_recent_reviews ul li,
.both-sidebar .sidebar .widget.product_list_widget ul li{
	text-align: left;
}
.both-sidebar .sidebar .widget.widget_products ul li img,
.both-sidebar .sidebar .widget.widget_recently_viewed_products ul li img,
.both-sidebar .sidebar .widget.widget_recent_reviews ul li img{
	width: 75px;
}
.both-sidebar .widget_shopping_cart_content p.buttons a.button{
	display: block;
	width: 100%;
}
.both-sidebar .widget_shopping_cart_content p.buttons a.button.wc-forward{
	margin-right: 0;
}
.both-sidebar .widget_shopping_cart_content p.buttons a.button.wc-forward.checkout{
	margin-left: 0;
	margin-top: 5px;
}
.sm-shop-pagination-wrapp{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid #eee;
}
.sm-shop-pagination-wrapp .woocommerce-result-count{
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 600;
	color: #121212;
}
.woocommerce.archive .sm-shop-pagination-wrapp nav.woocommerce-pagination ul{
	margin: 0;
}
.woocommerce.archive .sm-shop-pagination-wrapp nav.woocommerce-pagination{
	line-height: 0.8;
}
.widget .tagcloud a{
	display: inline-block;
	padding: 5px 10px;
	margin: 0 1px 6px;
	border: 1px solid #eee;
	font-size: 13px !important;
	color: #666;
	font-weight: 500;
	text-transform: lowercase;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.widget .tagcloud a:hover{
	color: #FFF;
	background: #DF3550;
	border-color: #DF3550;
}
footer .widget .tagcloud a{
	color: #fafafa;
}
.woocommerce.archive nav.woocommerce-pagination ul{
	border: none;
}
.woocommerce.archive nav.woocommerce-pagination ul li{
	border: none;
	background: none;
}
.woocommerce.archive nav.woocommerce-pagination ul li a{
	color: #808080;
}
.woocommerce.archive nav.woocommerce-pagination ul li a:focus,
.woocommerce.archive nav.woocommerce-pagination ul li a:hover,
.woocommerce.archive nav.woocommerce-pagination ul li span.current{
	background: none;
	color: #121212;
}
.woocommerce.archive nav.woocommerce-pagination ul li a,
.woocommerce.archive nav.woocommerce-pagination ul li span{
	font-weight: 500;
	font-size: 16px;
	padding: 0 15px;
}
.woocommerce.archive nav.woocommerce-pagination ul li a.next,
.woocommerce.archive nav.woocommerce-pagination ul li a.prev{
	visibility: collapse;
	position: relative;
	padding: 0 5px;
}
.woocommerce.archive nav.woocommerce-pagination ul li a:after{
	visibility: visible;
	position: absolute;
	top: 0;
	font-family: 'Linearicons-Free';
	font-size: 14px;
	color: #000;
	font-weight: 700;
}
.woocommerce.archive nav.woocommerce-pagination ul li a.next:after{
	content: "\e876";
	right: 0;
}
.woocommerce.archive nav.woocommerce-pagination ul li a.prev:after{
	content: "\e875";
	left: 0;
}
/*List view*/
.woocommerce.archive .products.list .sm-list-item-wrapp,
.woocommerce.tax-product_cat .products.list .sm-list-item-wrapp{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
    border: solid 1px #eee;
    width: 100%;
}
.woocommerce.archive .products.list .sm-list-item-wrapp .sm-product-thumb-wrapp,
.woocommerce.tax-product_cat .products.list .sm-list-item-wrapp .sm-product-thumb-wrapp{
	width: 30%;
}
.woocommerce.archive li.sm-list-item-wrapp .sm-product-thumb-wrapp,
.woocommerce.tax-product_cat li.sm-list-item-wrapp .sm-product-thumb-wrapp{
	position: relative;
	overflow: hidden;
	-webkit-transition: all ease 0.4s;
	   -moz-transition: all ease 0.4s;
	    -ms-transition: all ease 0.4s;
	     -o-transition: all ease 0.4s;
	        transition: all ease 0.4s;
}
.woocommerce.archive li.sm-list-item-wrapp .sm-product-thumb-wrapp .sm-product-img-after.img-effect,
.woocommerce.tax-product_cat li.sm-list-item-wrapp .sm-product-thumb-wrapp .sm-product-img-after.img-effect{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    vertical-align: top;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.woocommerce.archive li.sm-list-item-wrapp:hover .sm-product-thumb-wrapp .sm-product-img-after.img-effect,
.woocommerce.tax-product_cat li.sm-list-item-wrapp:hover .sm-product-thumb-wrapp .sm-product-img-after.img-effect{
	visibility: visible;
    opacity: 1;
}
.woocommerce.archive .products.list .sm-list-item-wrapp .sm-list-right-wrapp,
.woocommerce.tax-product_cat .products.list .sm-list-item-wrapp .sm-list-right-wrapp{
	width: 70%;
	padding-left: 30px;
	padding-right: 15px;
}
.both-sidebar.woocommerce.archive .products.list .sm-list-item-wrapp .sm-list-right-wrapp,
.both-sidebar.woocommerce.tax-product_cat .products.list .sm-list-item-wrapp .sm-list-right-wrapp{
	padding: 30px 15px 30px 30px;
}
.both-sidebar.woocommerce.archive .products.list .add-to-wishlist-custom,
.both-sidebar.woocommerce.tax-product_cat .products.list .add-to-wishlist-custom{
	display: inline-block;
}
.both-sidebar.woocommerce.tax-product_cat .products.list .sm-cart-wrapp,
.both-sidebar.woocommerce.archive .products.list .sm-cart-wrapp .add_to_cart_button,
.both-sidebar.woocommerce.archive .products.list .sm-cart-wrapp .added_to_cart,
.both-sidebar.woocommerce.tax-product_cat .products.list .sm-cart-wrapp .add_to_cart_button,
.both-sidebar.woocommerce.tax-product_cat .products.list .sm-cart-wrapp .added_to_cart{
	display: inline-block;
	margin-left: 0;
	margin-right: 15px;
}
.both-sidebar.woocommerce.archive .products.list .sm-cart-wrapp{
	margin-top: 3px;
	display: block;
	margin-left: 0;
}
.both-sidebar.woocommerce.archive .products.list .sm-cart-wrapp .link-quickview,
.both-sidebar.woocommerce.tax-product_cat .products.list .sm-cart-wrapp .link-quickview{
	display: inline-block;
}
.woocommerce.archive .products.list .woocommerce-loop-product__title,
.woocommerce.tax-product_cat .products.list .woocommerce-loop-product__title{
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 5px;
}
.woocommerce.archive .products.list .woocommerce-loop-product__title a,
.woocommerce.tax-product_cat .products.list .woocommerce-loop-product__title a{
	color: #222;
}
.woocommerce.archive .products.list .woocommerce-loop-product__title a:hover,
.woocommerce.tax-product_cat .products.list .woocommerce-loop-product__title a:hover{
	color: #DF3550;
}
.woocommerce.archive .products.list span.price,
.woocommerce.tax-product_cat .products.list span.price{
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
}
.woocommerce.archive .products.list span.price del,
.woocommerce.tax-product_cat .products.list span.price del{
	color: #bbb;
	font-weight: 600;
}
.woocommerce.archive .products.list span.price ins,
.woocommerce.tax-product_cat .products.list span.price ins{
	background: none;
}
.woocommerce.archive .products.list .star-rating,
.woocommerce.tax-product_cat .products.list .star-rating{
    width: 6.3em;
    font-size: 13px;
    letter-spacing: 1px;
}
.woocommerce.archive .products.list .sm-desc,
.woocommerce.tax-product_cat .products.list .sm-desc{
	font-size: 14px;
	display: block;
	margin-top: 15px;
	margin-bottom: 20px;
}
.woocommerce.archive .products.list .sm-compare-wrapp,
.woocommerce.tax-product_cat .products.list .sm-compare-wrapp{
	display: inline-block;
}
.woocommerce.archive .products.list .add-to-wishlist-custom,
.woocommerce.tax-product_cat .products.list .add-to-wishlist-custom{
	display: inline-block;
	position: relative;
	margin-right: 8px;
	width: 30px;
	height: 30px;
	margin-top: 0;
	vertical-align: middle;
	right: 0;
}
.woocommerce.archive .products.list .add-to-wishlist-custom a,
.woocommerce.archive .products.list .compare-wrap a,
.woocommerce.tax-product_cat .products.list .add-to-wishlist-custom a,
.woocommerce.tax-product_cat .products.list .compare-wrap a{
	right: 0;
}
.woocommerce.archive .products.list .add-to-wishlist-custom a:before,
.woocommerce.archive .products.list .compare-wrap a:before,
.woocommerce.tax-product_cat .products.list .add-to-wishlist-custom a:before,
.woocommerce.tax-product_cat .products.list .compare-wrap a:before{
	right: auto;
	left: 0;
	font-size: 16px;
	margin-top: 1px;
	background: none;
	width: 35px;
	height: 35px;
	border: 1px solid #ccc;
	font-weight: 500;
	line-height: 33px;
	text-align: center;
	color: #bbb;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.woo-hover-style-2 .products.list .sm-compare-wrapp .yith-wcwl-add-button.show .ajax-loading{
	top: 11px;
	right: 5px;
}
.woocommerce.archive .products.list .add-to-wishlist-custom .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce.archive .products.list .add-to-wishlist-custom .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce.tax-product_cat .products.list .add-to-wishlist-custom .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce.tax-product_cat .products.list .add-to-wishlist-custom .yith-wcwl-wishlistaddedbrowse a:before{
	position: absolute;
	background: none;
    top: 0;
    left: 0;
    content: "\e868";
    font-family: 'Linearicons-Free';
    z-index: 9;
    font-size: 16px;
    color: #999;
    font-weight: 500;
    margin-top: 1px;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.woocommerce.archive .products.list .add-to-wishlist-custom a:hover:before,
.woocommerce.archive .products.list .compare-wrap a:hover:before,
.woocommerce.archive .products.list .add-to-wishlist-custom a.link-wishlist:hover:before,
.woocommerce.tax-product_cat .products.list .add-to-wishlist-custom a:hover:before,
.woocommerce.tax-product_cat .products.list .compare-wrap a:hover:before,
.woocommerce.tax-product_cat .products.list .add-to-wishlist-custom a.link-wishlist:hover:before{
	color: #FFF !important;
	background: #DF3550;
	border-color: #DF3550;
}
.woocommerce.archive .products.list .add-to-wishlist-custom a span,
.woocommerce.archive .products.list .add-to-wishlist-custom .yith-wcwl-wishlistaddedbrowse a span,
.woocommerce.archive .products.list .compare-wrap a span,
.woocommerce.tax-product_cat .products.list .add-to-wishlist-custom a span,
.woocommerce.archive .products.list .add-to-wishlist-custom .yith-wcwl-wishlistexistsbrowse a span,
.woocommerce.tax-product_cat .products.list .add-to-wishlist-custom .yith-wcwl-wishlistexistsbrowse a span,
.woocommerce.tax-product_cat .products.list .add-to-wishlist-custom .yith-wcwl-wishlistaddedbrowse a span,
.woocommerce.tax-product_cat .products.list .compare-wrap a span{
	position: absolute;
	background: #DF3550;
	color: #FFF;
    visibility: hidden;
    padding: 8px 10px;
    line-height: 1;
	font-size: 12px;
	top: 0;
	right: auto;
	left: 0;
	margin-top: -43px;
	display: inline-block;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
.woocommerce.archive .products.list .add-to-wishlist-custom a:hover span,
.woocommerce.archive .products.list .add-to-wishlist-custom .yith-wcwl-wishlistexistsbrowse:hover a span,
.woocommerce.archive .products.list .add-to-wishlist-custom .yith-wcwl-wishlistaddedbrowse a:hover span,
.woocommerce.archive .products.list .compare-wrap a:hover span,
.woocommerce.tax-product_cat .products.list .add-to-wishlist-custom a:hover span, 
.woocommerce.tax-product_cat .products.list .add-to-wishlist-custom:hover .yith-wcwl-wishlistexistsbrowse a span,
.woocommerce.tax-product_cat .products.list .add-to-wishlist-custom:hover .yith-wcwl-wishlistaddedbrowse a span,
.woocommerce.tax-product_cat .products.list .compare-wrap:hover a span{
	visibility: visible;
	opacity: 1;
}
.woocommerce.archive .products.list .add-to-wishlist-custom .yith-wcwl-wishlistexistsbrowse a,
.woocommerce.tax-product_cat .products.list .add-to-wishlist-custom .yith-wcwl-wishlistexistsbrowse a{
	padding-left: 0;
}
.woocommerce.archive .products.list .add-to-wishlist-custom a:hover span,
.woocommerce.archive .products.list .add-to-wishlist-custom .yith-wcwl-wishlistaddedbrowse a:hover span,
.woocommerce.archive .products.list .add-to-wishlist-custom a.link-wishlist:hover span,
.woocommerce.archive .products.list .compare-wrap a:hover span,
.woocommerce.tax-product_cat .products.list .add-to-wishlist-custom a:hover span,
.woocommerce.tax-product_cat .products.list .add-to-wishlist-custom .yith-wcwl-wishlistaddedbrowse a:hover span,
.woocommerce.tax-product_cat .products.list .add-to-wishlist-custom a.link-wishlist:hover,
.woocommerce.tax-product_cat .products.list .compare-wrap a:hover span{
	color: #FFF !important;
}
.woocommerce.archive .products.list .add-to-wishlist-custom a span:after,
.woocommerce.archive .products.list .compare-wrap a span:after,
.woocommerce.tax-product_cat .products.list .add-to-wishlist-custom a span:after,
.woocommerce.tax-product_cat .products.list .compare-wrap a span:after
{
	display: none;
}
.woocommerce.archive .products.list .compare-wrap,
.woocommerce.tax-product_cat .products.list .compare-wrap{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-top: 0;
	vertical-align: middle;
	line-height: 1;
}
.woocommerce.archive .products.list .sm-cart-wrapp,
.woocommerce.tax-product_cat .products.list .sm-cart-wrapp{
	display: inline-block;
	position: relative;
	width: auto;
	margin-left: 11px;
	height: 30px;
	vertical-align: middle;
}
.woocommerce.archive .products.list .sm-cart-wrapp .add_to_cart_button,
.woocommerce.archive .products.list .sm-cart-wrapp .added_to_cart,
.woocommerce.tax-product_cat .products.list .sm-cart-wrapp .add_to_cart_button,
.woocommerce.tax-product_cat .products.list .sm-cart-wrapp .added_to_cart{
	position: absolute;
	visibility: collapse;
	top: 0;
	left: 41px;
	margin-top: -43px;
	background: #DF3550;
	width: 90px;
	text-align: center;
	white-space: nowrap;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
	-webkit-border-radius: 0;
	        border-radius: 0;
	padding: 8px 10px;
	line-height: 1;
	-webkit-transition: all ease 0.1s;
	   -moz-transition: all ease 0.1s;
	    -ms-transition: all ease 0.1s;
	     -o-transition: all ease 0.1s;
	        transition: all ease 0.1s;
}
.woocommerce.archive .products.list .sm-cart-wrapp .add_to_cart_button.added,
.woocommerce.tax-product_cat .products.list .sm-cart-wrapp .add_to_cart_button.added{
	display: none;
}
.woocommerce.archive .products.list .sm-cart-wrapp .add_to_cart_button.loading,
.woocommerce.tax-product_cat .products.list .sm-cart-wrapp .add_to_cart_button.loading{
	padding-right: 20px;
}
.woocommerce.archive .products.list .sm-cart-wrapp .add_to_cart_button:after,
.woocommerce.archive .products.list .sm-cart-wrapp .added_to_cart:after,
.woocommerce.tax-product_cat .products.list .sm-cart-wrapp .add_to_cart_button:after,
.woocommerce.tax-product_cat .products.list .sm-cart-wrapp .added_to_cart:after,
.woocommerce.archive .products.list .sm-cart-wrapp .link-quickview:after,
.woocommerce.tax-product_cat .products.list .sm-cart-wrapp .link-quickview:after,
.woocommerce.archive .products.list .add-to-wishlist-custom a span:after,
.woocommerce.archive .products.list .add-to-wishlist-custom .yith-wcwl-wishlistexistsbrowse a span:after,
.woocommerce.archive .products.list .add-to-wishlist-custom .yith-wcwl-wishlistaddedbrowse a span:after,
.woocommerce.archive .products.list .compare-wrap a span:after,
.woocommerce.tax-product_cat .products.list .add-to-wishlist-custom a span:after,
.woocommerce.tax-product_cat .products.list .add-to-wishlist-custom .yith-wcwl-wishlistexistsbrowse a span:after,
.woocommerce.tax-product_cat .products.list .add-to-wishlist-custom .yith-wcwl-wishlistaddedbrowse a span:after,
.woocommerce.tax-product_cat .products.list .compare-wrap a span:after{
	display: block !important;
	content: "";
	position: absolute;
	top: 100%;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	     -o-transform: none;
	        transform: none;
	border-color: #DF3550 transparent transparent transparent;
}
.woocommerce.archive .products.list .sm-cart-wrapp .add_to_cart_button.loading:after,
.woocommerce.tax-product_cat .products.list .sm-cart-wrapp .add_to_cart_button.loading:after{
	top: 100%;
	margin: 0;
	right: auto;
	left: 10px;
	z-index: 10;
	-webkit-animation: none !important;
	   -moz-animation: none !important;
	     -o-animation: none !important;
	        animation: none !important;
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	     -o-transform: none;
	        transform: none;
}
.woocommerce.archive .products.list .sm-cart-wrapp .add_to_cart_button:hover,
.woocommerce.archive .products.list .sm-cart-wrapp .added_to_cart:hover,
.woocommerce.tax-product_cat .products.list .sm-cart-wrapp .add_to_cart_button:hover,
.woocommerce.tax-product_cat .products.list .sm-cart-wrapp .added_to_cart:hover
{
	visibility: visible;
	opacity: 1;
	color: #FFF !important;
}
.woocommerce.archive .products.list .sm-cart-wrapp .add_to_cart_button:before,
.woocommerce.archive .products.list .sm-cart-wrapp .added_to_cart:before,
.woocommerce.tax-product_cat .products.list .sm-cart-wrapp .add_to_cart_button:before,
.woocommerce.tax-product_cat .products.list .sm-cart-wrapp .added_to_cart:before{
	visibility: visible;
	position: absolute;
    top: 44px;
    left: 0;
    height: 35px;
    width: 35px;
    line-height: 33px;
    border: solid 1px #ccc;
    text-align: center;
    content: "\e82e";
    font-family: 'Linearicons-Free';
    z-index: 9;
    font-size: 16px;
    color: #bbb;
    font-weight: 500;
    margin-top: 0px;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.woocommerce.archive .products.list .sm-cart-wrapp .add_to_cart_button:hover:before,
.woocommerce.archive .products.list .sm-cart-wrapp .added_to_cart:hover:before,
.woocommerce.tax-product_cat .products.list .sm-cart-wrapp .add_to_cart_button:hover:before, 
.woocommerce.tax-product_cat .products.list .sm-cart-wrapp .added_to_cart:hover:before
{
	color: #FFF !important;
	background: #DF3550;
	border-color: #DF3550;
}
.woocommerce.archive .products.list .sm-cart-wrapp .link-quickview,
.woocommerce.tax-product_cat .products.list .sm-cart-wrapp .link-quickview{
	position: absolute;
	background: none;
	font-size: 12px;
	width: 90px;
	-webkit-border-radius: 0;
	        border-radius: 0;
	text-align: center;
	white-space: nowrap;
	visibility: collapse;
	background: #DF3550;
	font-weight: 400;
	color: #FFF;
	display: inline-block;
	line-height: 1;
	padding: 8px 10px;
	margin-left: 0;
	margin-top: -43px;
	-webkit-transition: all ease 0.1s;
	   -moz-transition: all ease 0.1s;
	    -ms-transition: all ease 0.1s;
	     -o-transition: all ease 0.1s;
	        transition: all ease 0.1s;
}
.woocommerce.archive .products.list .sm-cart-wrapp .link-quickview:hover,
.woocommerce.tax-product_cat .products.list .sm-cart-wrapp .link-quickview:hover{
	visibility: visible;
	opacity: 1;
	color: #FFF !important;
}
.woocommerce.archive .products.list .sm-cart-wrapp .link-quickview:before,
.woocommerce.tax-product_cat .products.list .sm-cart-wrapp .link-quickview:before{
	position: absolute;
	visibility: visible;
    top: 0;
    left: 0;
    content: "\e81b";
    font-family: 'Linearicons-Free';
    z-index: 9;
    font-size: 16px;
    height: 35px;
    width: 35px;
    border: solid 1px #ccc;
    line-height: 33px;
    text-align: center;
    color: #bbb;
    font-weight: 500;
    margin-top: 44px;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.woocommerce.archive .products.list .sm-cart-wrapp .link-quickview:hover:before,
.woocommerce.tax-product_cat .products.list .sm-cart-wrapp .link-quickview:hover:before{
	color: #FFF !important;
	background: #DF3550;
	border-color: #DF3550;
}
.woocommerce.archive .products.list span.onsale,
.woocommerce.tax-product_cat .products.list span.onsale{
	position: absolute;
	-webkit-transform: rotate(-90deg) translate3d(-100%,0,0) translateZ(0);
	   -moz-transform: rotate(-90deg) translate3d(-100%,0,0) translateZ(0);
	    -ms-transform: rotate(-90deg) translate3d(-100%,0,0) translateZ(0);
	     -o-transform: rotate(-90deg) translate3d(-100%,0,0) translateZ(0);
	        transform: rotate(-90deg) translate3d(-100%,0,0) translateZ(0);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transform-origin: left;
	   -moz-transform-origin: left;
	    -ms-transform-origin: left;
	     -o-transform-origin: left;
	        transform-origin: left;
	top: -15px;
	left: 30px;
	right: auto;
	min-height: 0;
	min-width: 0;
	line-height: 1;
	margin: 0;
	padding: 6px 12px 4px 8px;
	-webkit-border-radius: 0;
	        border-radius: 0;
	background: #DF3550;
	color: #FFF;
	font-size: 12px;
	opacity: 1;
	font-weight: 400;
}
.woocommerce.archive .products.list span.onsale:before,
.woocommerce.archive .products.list span.onsale:after,
.woocommerce.tax-product_cat .products.list span.onsale:before,
.woocommerce.tax-product_cat .products.list span.onsale:after
{
	content: "";
    position: absolute;
    left: -12px;
    color: #DF3550;
    border: solid 12px transparent;
    border-left-color: #DF3550;
}
.woocommerce.archive .products.list span.onsale:after,
.woocommerce.tax-product_cat .products.list span.onsale:after
{
	transform: rotate(-90deg) translateZ(0);
    -webkit-transform: rotate(-90deg) translateZ(0);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
    left: -10px;
    top: -2px;
}
.woocommerce.archive .products.list span.onsale:before,
.woocommerce.tax-product_cat .products.list span.onsale:before
{
	transform: rotate(90deg) translateZ(0);
    -webkit-transform: rotate(90deg) translateZ(0);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
    top: 0px;
    left: -10px;
}
.sidebar .widget.widget-woocommerce-currency-switcher{
	border: none;
}
.sidebar .widget.widget-woocommerce-currency-switcher ul li{
	margin-bottom: 0px;
	padding-bottom: 0px !important;
	border-bottom:none;
}

/*Single Product Page*/
/*.woocommerce-product-gallery__image{
	padding: 30px;
}*/
.woocommerce div.product .product_title{
	font-size: 30px;
	font-weight: 500;
	color: #333;
	margin-top: 0;
	margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-product-rating{
	margin-bottom: 15px;
	line-height: 1;
}
.woocommerce div.product .woocommerce-product-rating .star-rating{
	width: 6.3em;
    font-size: 13px;
    letter-spacing: 3px;
    margin-top: 0;
    margin-bottom: 0;
    color: #FFBC6B;
}
.woocommerce div.product .woocommerce-product-rating a.woocommerce-review-link{
	font-size: 14px;
	color: #333;
	margin-left: 10px;
}
.woocommerce-product-details__short-description{
	display: block;
	font-size: 14px;
	color: #404040;
	line-height: 1.7;
}
.woocommerce-product-details__short-description ul{
	margin-left: 20px;
	padding-left: 20px;
}
.woocommerce-product-details__short-description ul li{
	margin-bottom: 8px;
}
.woocommerce div.product p.price{
	color: #000;
	font-size: 32px;
	font-weight: 500;
	margin: 30px 0 20px;
	border-bottom: solid 1px #eee;
	padding-bottom: 30px;
}
.woocommerce div.product p.price del{
	font-size: 24px;
	color: #DF3550;
	opacity: 1;
	margin-right: 5px;
}
.woocommerce div.product p.price ins{
	font-weight: 600;
}
.woocommerce div.product form.cart{
	display: block;
	vertical-align: top;
	margin-bottom: 0;
}
.woocommerce form.cart .quantity{
	position: relative;
	height: 44px;
	width: 44px;
	line-height: 44px;
}
.woocommerce form.cart .quantity a.plus{
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: 7px;
	height: 22px;
	width: 22px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #d9d9d9;
	color: #404040;
}
.woocommerce form.cart .quantity input.input-text{
	height: 44px;
	width: 44px;
	line-height: 44px;
	text-align: center;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-appearance: none !important;
    -moz-appearance: none !important;
	-moz-appearance: textfield !important;
}
.woocommerce form.cart .quantity input[type=number]::-webkit-inner-spin-button, 
.woocommerce form.cart .quantity input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.woocommerce form.cart .quantity a.minus{
	position: absolute;
	bottom: 0;
	left: 100%;
	margin-left: 7px;
	height: 23px;
	width: 22px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #d9d9d9;
	color: #404040;
}
.woocommerce form.cart button.single_add_to_cart_button{
	margin-left: 32px;
	font-size: 13px;
	height: 44px;
	line-height: 44px;
	padding: 0 35px;
	background-color: #000000;
	-webkit-border-radius: 0;
	        border-radius: 0;
	font-weight: 400;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	text-transform: uppercase;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.woocommerce form.cart button.single_add_to_cart_button:hover{
	background-color: #DF3550;
}
.woocommerce div.product form.cart .group_table{
	width: 100%;
	border-bottom: 1px solid #eee;
}
.woocommerce div.product form.grouped_form{
	display: block;
	width: 100%;
}
.woocommerce div.product form.grouped_form button[type="submit"]{
	margin-left: 0;
}

.woocommerce div.product form.cart .group_table td{
	vertical-align: middle;
}
.woocommerce div.product form.cart  .group_table tr.product:last-child td{
	padding-bottom: 20px;
}
.woocommerce div.product form.cart .group_table td label{
	padding-left: 20px;
	display: block;
}
.woocommerce div.product form.cart .group_table td label a{
	color: #7d7d7d;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
.woocommerce div.product form.cart .group_table td label a:hover{
	color: #DF3550;
}
.woocommerce div.product form.cart .group_table td .amount{
	color: #000;
	font-weight: 500;
}
.woocommerce div.product form.cart table.group_table{
	padding-bottom: 15px;
}
.size-guide a{
	font-size: 13px;
	color: #666666;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-left: 20px;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.size-guide a:before{
	position: absolute;
	content: "\f080";
	font-family: 'fontawesome';
	font-size: 12px;
	font-weight: 600;
	top: 1px;
	left: 0;
}
.size-guide a:hover{
	color: #DF3550;
}
.yith-wcwl-add-to-wishlist{
	display: inline-block;
	margin-top: 0;
	vertical-align: top;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist{
	position: relative;
	visibility: collapse;
	width: 44px;
	height: 44px;
	display: block;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist:before{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	content: "\e813";
	font-family: 'Linearicons-Free';
	font-size: 20px;
	color: #000;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 0;
	        border-radius: 0;
	visibility: visible;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist:hover:before{
	background: #000;
	border-color: #000;
	color: #FFF;
}
.woocommerce a.button.compare{
	display: inline-block;
	visibility: collapse;
	width: 44px;
	height: 44px;
	vertical-align: top;
}
.woocommerce a.button.compare:before{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	content: "\e862";
	font-family: 'Linearicons-Free';
	font-size: 20px;
	font-weight: 400;
	color: #000;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 0;
	        border-radius: 0;
	visibility: visible;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.woocommerce a.button.compare:hover:before{
	background: #000;
	border-color: #000;
	color: #FFF;
}
.woocommerce.single-product .yith-wcwl-add-to-wishlist{
	position: relative;
	display: inline-block;
	height: 44px;
	width: 44px;
}
.woocommerce.single-product .yith-wcwl-add-to-wishlist span.feedback{
	display: none;
}
.woocommerce.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.woocommerce.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.woocommerce.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse{
	position: relative;
	display: block;
	height: 44px;
	width: 44px;
}
.woocommerce.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.woocommerce.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	content: "\e813";
	font-family: 'Linearicons-Free';
	font-size: 20px;
	font-weight: 400;
	color: #000;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 0;
	        border-radius: 0;
	visibility: visible;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.woocommerce.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a{
	position: relative;
	display: block;
}
.upsells h2{
	font-size: 24px;
    font-weight: 600;
    margin: 20px 0 30px;
    color: #1A1A1A;
}
.store-mart-share-buttons ul{
	padding: 0;
	margin: 0;
	display: inline-block;
}
.store-mart-share-buttons ul li{
	list-style: none;
	display: inline-block;
	margin-left: 10px;
}
.store-mart-share-buttons ul li:first-child{
	margin-left: 0;
}
.store-mart-share-buttons ul li a{
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #f3f3f3;
	color: #FFF;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.store-mart-share-buttons ul li a.facebook-share{
	background: #4267b2;
}
.store-mart-share-buttons ul li a.twitter-share{
	background: #38A1F3;
}
.store-mart-share-buttons ul li a.googleplus-share{
	background: #CC3333;
}
.store-mart-share-buttons ul li a.linkedin-share{
	background: #0077B5;
}
.store-mart-share-buttons ul li a.pinterest-share{
	background: #BD081C;
}
.store-mart-share-buttons ul li a.email-share{
	background: #000;
}
.woocommerce form.cart .woocommerce-variation-availability p{
	margin: 10px 0;
}
.woocommerce form.cart .woocommerce-variation-price .price{
	font-size: 22px;
	color: #333;
}
.woocommerce form.cart .woocommerce-variation-price .price ins{
	font-weight: 600;
	margin-left: 5px;
}
.store-mart-share-buttons ul li a:hover{
	background: #000;
	color: #FFF;
}
.woocommerce.single-product .product_meta{
	display: block;
	margin: 20px 0;
	padding: 20px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.woocommerce.single-product .product_meta .sku_wrapper{
	display: block;
	font-size: 14px;
    color: #666;
}
.woocommerce.single-product .product_meta .posted_in{
	font-size: 14px;
	color: #666;
	display: block;
}
.woocommerce.single-product .product_meta .tagged_as{
	display: block;
	font-size: 14px;
    color: #666;
}
.woocommerce.single-product .product_meta span{
	margin: 10px 0 0;
}
.woocommerce.single-product .product_meta span:first-of-type{
	margin-top: 0;
}
.woocommerce.single-product .product_meta span:last-of-type{
	margin-bottom: 0;
}
.woocommerce.single-product .product_meta .posted_in a,
.woocommerce.single-product .product_meta .tagged_as a{
	color: #aaa;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.woocommerce.single-product .product_meta .posted_in a:hover,
.woocommerce.single-product .product_meta .tagged_as a:hover{
	color: #DF3550;
}
.store-mart-share-buttons span{
	font-size: 14px;
	color: #666;
	margin-right: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	padding: 0;
	font-size: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border: none;
	background: none;
	-webkit-border-radius: 0;
	        border-radius: 0;
	margin: 0 20px;
	font-size: 16px;
	text-transform: uppercase;
	padding: 5px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child{
	margin-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	background: #eee;
	height: 2px;
	border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before{
	width: 100%;
	height: 3px;
	background: #000;
	border: none;
	left: 0;
	visibility: hidden;
	opacity: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before{
	visibility: visible;
	opacity: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	font-weight: 500;
	color: #BEBEBE;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{
	color: #333;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	color: #222;
}
.wc-tab h2{
	font-size: 24px;
	font-weight: 600;
	margin: 20px 0 10px;
}
.wc-tab .jqDnR p{
	font-size: 14px;
	line-height: 1.65;
	color: #757575;
}
.woocommerce-Tabs-panel ul{
	padding: 0;
}


/*Blog Section*/
.sm-blog-wrapp{
    background: #F8F9FD;
    padding: 60px 45px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.tag-sticky-2 .sm-blog-wrapp,
.sticky .sm-blog-wrapp{
	-webkit-box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.075);
	        box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.075);
	border: solid 1px #ededed;
	background: #f1f1f1;
}
.sm-blog-wrapp .post-meta-wrapp{
	display: inline-block;
	width: 80px;
}
.sm-blog-wrapp .content-wrapp-outer{
	width: calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
}
.blog-date-inner{
	display: block;
	height: 75px;
	width: 75px;
	text-align: center;
	background: #DF3550;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0 auto;
}
.blog-date-inner .posted-day{
	font-size: 32px;
	font-weight: 600;
	line-height: 1;
	color: #FFF;
	display: block;
}
.blog-date-inner .posted-month{
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #FFF;
}
.sm-blog-wrapp .author-wrapp{
	text-align: center;
	display: block;
	border-bottom: 1px solid #ddd;
}
.sm-blog-wrapp .author-wrapp .comment-author img{
	height: 55px;
	width: 55px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	margin: 0 auto;
}
.sm-blog-wrapp .author-wrapp .comment-author{
	text-align: center;
}
.sm-blog-wrapp .author-wrapp a{
	font-size: 14px;
	text-transform: capitalize;
	color: #222;
	font-weight: 500;
	display: block;
	padding: 10px 0 6px;
	/*border-bottom: 1px solid #eee;*/
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
.sm-blog-wrapp .author-wrapp a:hover{
	color: #DF3550;
}
.sm-blog-wrapp .post-meta-wrapp .comment{
	text-align: center;
	color: #222;
	padding-top: 6px;
}
.sm-blog-wrapp .post-meta-wrapp .comment i{
	padding-right: 5px;
}
.blog-style1 .sm-blog-wrapp .blog-date-inner{
	margin: -95px auto 35px;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 500;
}
.blog-style1 .sm-blog-wrapp.no-thumb .blog-date-inner{
	margin-top: 5px;
}
.blog-style2 .sm-blog-wrapp .blog-date-inner{
	margin: 0 auto 25px;
}
.sm-blog-wrapp .content-wrapp-outer{
	padding-left: 40px;
}
.sm-blog-wrapp.no-title .content-wrapp-outer .entry-header{
	display: block;
}
.sm-blog-wrapp .content-wrapp-outer .entry-title{
	font-size: 28px;
	font-weight: 500;
	line-height: 1.35;
	margin: 0 0 20px;
}
.sm-blog-wrapp .content-wrapp-outer .entry-title a{
	color: #000;
	-ms-word-break: break-all;
	    word-break: break-all;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.sm-blog-wrapp .content-wrapp-outer .entry-title a:hover{
	color: #DF3550;
}
.sm-blog-wrapp .content-wrapp-outer .entry-content{
	font-size: 16px;
	color: #535353;
	line-height: 1.714;
	font-weight: 400;
}
.sm-blog-wrapp .content-wrapp-outer .sm-read-more{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
	margin-top: 30px;
}
.blog-style1 .sm-blog-wrapp .content-wrapp-outer .sm-read-more a{
	background: transparent !important;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	/*padding: 0 30px;
	font-size: 15px;
	font-weight: 500;
	color: #FFF;
	background: #DF3550;*/
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	     -o-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
	   -moz-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
	    -ms-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
	     -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
	        transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}
/*.blog-style1 .sm-blog-wrapp .content-wrapp-outer .sm-read-more a:hover{
	background: #000;
}*/
.blog-style1 .sm-blog-wrapp .content-wrapp-outer .sm-read-more a span.normal{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgba(38,38,38,0);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(0,0,0,0.13);
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
	-webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
	   -moz-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
	    -ms-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
	     -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
	        transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}
.blog-style1 .sm-blog-wrapp .content-wrapp-outer .sm-read-more a span.hover{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 3;
    background: #DF3550;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
       -moz-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -ms-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
         -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
            transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}
.blog-style1 .sm-blog-wrapp .content-wrapp-outer .sm-read-more a span.btn-normal{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
	position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 20px 40px;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
       -moz-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -ms-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
         -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
            transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}
.blog-style1 .sm-blog-wrapp .content-wrapp-outer .sm-read-more a span.btn-hover{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    padding: 20px 40px;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
       -moz-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
        -ms-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
         -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
            transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}
.blog-style1 .sm-blog-wrapp .content-wrapp-outer .sm-read-more a:hover span.normal{
	-webkit-transition-delay: .1s;
	   -moz-transition-delay: .1s;
	    -ms-transition-delay: .1s;
	     -o-transition-delay: .1s;
	        transition-delay: .1s;
	-webkit-transform: translateY(-100%);
	   -moz-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	     -o-transform: translateY(-100%);
	        transform: translateY(-100%);
}
.blog-style1 .sm-blog-wrapp .content-wrapp-outer .sm-read-more a:hover span.hover{
	-webkit-transition-delay: .1s;
	   -moz-transition-delay: .1s;
	    -ms-transition-delay: .1s;
	     -o-transition-delay: .1s;
	        transition-delay: .1s;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
}
.blog-style1 .sm-blog-wrapp .content-wrapp-outer .sm-read-more a:hover span.btn-normal{
	-webkit-transform: translateY(-100%);
	   -moz-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	     -o-transform: translateY(-100%);
	        transform: translateY(-100%);
}
.blog-style1 .sm-blog-wrapp .content-wrapp-outer .sm-read-more a:hover span.btn-hover{
	-webkit-transition-delay: .15s;
	   -moz-transition-delay: .15s;
	    -ms-transition-delay: .15s;
	     -o-transition-delay: .15s;
	        transition-delay: .15s;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
}
.blog-style1 .sm-blog-wrapp .content-wrapp-outer .sm-read-more a span.btn-label{
	color: #262626;
	text-align: left;
	font-weight: 400;
	font-size: 16px;
}
.blog-style1 .sm-blog-wrapp .content-wrapp-outer .sm-read-more a span.btn-hover span.btn-label{
	color: #FFF;
}

.sm-blog-wrapp .content-wrapp-outer .cat-links{
	position: relative;
	padding-left: 0;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}
/*.sm-blog-wrapp .content-wrapp-outer .cat-links:after{
	position: absolute;
	content: "\e81d";
	font-family: 'Linearicons-Free';
	font-size: 14px;
	font-weight: 400;
	top: -1px;
	left: 0;
	color: #535353;
}*/
.sm-blog-wrapp .content-wrapp-outer .cat-links a{
	color: #DF3550;
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 400;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.sm-blog-wrapp .content-wrapp-outer .cat-links a:hover{
	color: #222;
}
.blog-style1 .sm-blog-wrapp .blog-date-inner .posted-year{
	display: none;
}
.blog-style2 article{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.blog-style2 .post-thumbnail-wrap{
	width: 35%;
}
.blog-style2 .sm-blog-wrapp{
	width: 65%;
	padding: 30px;
}
.blog-style2 .post-thumbnail-wrap a{
	display: block;
	height: 100%;
}
.blog-style2 .post-thumbnail-wrap a img{
	height: 100%;
	object-fit: cover;
}
.both-sidebar .blog-style2 .post-thumbnail-wrap{
	width: 100%;
	display: block;
}
.both-sidebar .blog-style2 .sm-blog-wrapp{
	width: 100%;
}
.blog-style2 .sm-blog-wrapp .content-wrapp-outer .sm-read-more{
	font-size: 15px;
	font-weight: 600;
	position: relative;
}
.blog-style2 .sm-blog-wrapp .content-wrapp-outer .sm-read-more a{
	position: relative;
	color: #202020;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.blog-style2 .sm-blog-wrapp .content-wrapp-outer .sm-read-more a:hover{
	color: #DF3550;
}
.blog-style2 .sm-blog-wrapp .content-wrapp-outer .sm-read-more a:after{
	position: absolute;
	content: "\e87a";
	font-family: 'Linearicons-Free';
	font-size: 15px;
	font-weight: 600;
	top: -1px;
	left: 100%;
	margin-left: 10px;
	color: #202020;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.blog-style2 .sm-blog-wrapp .content-wrapp-outer .sm-read-more a:hover:after{
	margin-left: 15px;
	color: #DF3550;
}
.blog-style2 .sm-blog-wrapp .content-wrapp-outer{
	padding-left: 25px;
}
.sm-single-thumb-wrapp{
	position: relative;
}
.sm-single-thumb-wrapp .blog-date{
	position: absolute;
	top: 0;
	left: 0;
}
.sm-single-thumb-wrapp .blog-date .posted-year{
	display: none;
}
.sm-single-thumb-wrapp.no-thumb .blog-date{
	position: relative;
}
.sm-single-thumb-wrapp.no-thumb .blog-date .posted-year{
	display: none;
}
.sm-single-thumb-wrapp .blog-date .blog-date-inner{
	margin: 30px;
	font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 10px;
}
.sm-single-thumb-wrapp.no-thumb .blog-date .blog-date-inner{
	margin: 0;
}
.single-meta-wrapp{
	display: block;
	margin-bottom: 10px;
}
.single-meta-wrapp .author-wrapp{
	margin-bottom: 0;
}
.single-meta-wrapp .author-wrapp,
.single-meta-wrapp .cat-links,
.single-meta-wrapp .comment{
	display: inline-block;
	margin-right: 20px;
	position: relative;
	margin-bottom: 10px;
	line-height: 1;
}
.single-meta-wrapp .author-wrapp .comment-author,
.single-meta-wrapp .author-wrapp a{
	display: inline-block;
	vertical-align: middle;
}
.single-meta-wrapp .author-wrapp a{
	font-size: 14px;
	color: #000;
	font-weight: 400;
	padding-left: 5px;
	margin-bottom: 10px;
}
.single-meta-wrapp .author-wrapp a:hover{
	color: #DF3550;
}
.single-meta-wrapp .author-wrapp .comment-author img{
	max-width: 35px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
.single-meta-wrapp .cat-links{
	padding-left: 15px;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	margin-top: 10px;
	-ms-word-break: break-all;
	    word-break: break-all;
}
.single-meta-wrapp .cat-links:before{
	position: absolute;
	content: "\e81d";
	font-family: 'Linearicons-Free';
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	top: 0;
	left: 0;
	color: #535353;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.single-meta-wrapp .cat-links a{
	color: #000;
	font-size: 14px;
	font-weight: 400;
	padding-left: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}
.single-meta-wrapp .cat-links a:hover{
	color: #DF3550;
}
.single-meta-wrapp .comment{
	color: #000;
	margin-right: 0;
	vertical-align: middle;
	display: inline-block;
	line-height: 1;
	margin-top: 10px;
}
.single-meta-wrapp .comment i{
	padding-right: 5px;
	color: #535353;
	margin-bottom: 10px;
}
.wp-block-gallery{
	margin-left: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	margin-bottom: 22px;
}
.wp-block-gallery.alignleft{
	margin-right: 15px;
}
.wp-block-gallery.alignright{
	margin-left: 15px;
}
.wp-block-gallery:before,
.wp-block-gallery:after{
	display: table;
	content: "";
	clear: both;
}
.wp-block-gallery li.blocks-gallery-item{
	float: left;
	padding: 5px !important;
	margin: 0 !important;
}
.wp-block-gallery li.blocks-gallery-item figure{
	position: relative;
}
.wp-block-gallery.columns-2 li.blocks-gallery-item{
	width: 50%;
	display: inline-block;
	padding: 5px;
}
.wp-block-gallery.columns-1 li.blocks-gallery-item{
	width: 100%;
	display: block;
	padding: 0px;
}
.wp-block-gallery.columns-3 li.blocks-gallery-item{
	width: 33.33%;
	display: inline-block;
	padding: 0px;
}
.wp-block-gallery.columns-4 li.blocks-gallery-item{
	width: 25%;
	display: inline-block;
	padding: 0px;
}
.wp-block-gallery.columns-5 li.blocks-gallery-item{
	width: 20%;
	display: inline-block;
	padding: 0px;
}
.wp-block-gallery.columns-6 li.blocks-gallery-item{
	width: 16.667%;
	display: inline-block;
	padding: 0px;
}
.wp-block-gallery.columns-7 li.blocks-gallery-item{
	width: 14.2857143%;
	display: inline-block;
	padding: 0px;
}
.wp-block-gallery.columns-8 li.blocks-gallery-item{
	width: 12.5%;
	display: inline-block;
	padding: 0px;
}
.wp-block-gallery li.blocks-gallery-item img{
	width: 100%;
}
@media (min-width: 750px) {

   .alignfull {
       margin-left: calc(50% - 50vw);
       margin-right: calc(50% - 50vw);
       width: auto;
       max-width: 1000%;
   }

   .alignwide {
       margin-left: calc(25% - 25vw);
       margin-right: calc(25% - 25vw);
       width: auto;
       clear: both;
       max-width: 1000%;
   }

   .both-sidebar .alignwide,
   .both-sidebar .alignfull,
   .right-sidebar .alignfull,
   .right-sidebar .alignwide,
   .left-sidebar .alignfull,
   .left-sidebar .alignwide
   {
   	margin-left: 0;
   	margin-right: 0;
   }


}
.blog-content-wrapp{
	padding: 40px 0 40px;
	border-bottom: 1px solid #ddd;
}
.blog-content-wrapp .single-meta-wrapp{
	display: block;
	margin-bottom: 10px;
}
.single_post_pagination_wrapper{
	display: block;
	width: 100%;
	font-size: 0;
	margin-top: 40px;
	margin-bottom: 20px;
}
.single_post_pagination_wrapper:before,
.single_post_pagination_wrapper:after{
	clear: both;
	content: "";
	display: table;
}
.single_post_pagination_wrapper .prev-link,
.single_post_pagination_wrapper .next-link{
	display: inline-block;
	width: 50%;
	font-size: 16px;
	float: left;
}
.single_post_pagination_wrapper .prev-link{
	text-align: left;
}
.single_post_pagination_wrapper .next-link{
	text-align: right;
	float: right;
}
.single_post_pagination_wrapper .prev-link .prev-link-wrapper,
.single_post_pagination_wrapper .next-link .next-link-wrapper{
	font-size: 0;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.single_post_pagination_wrapper .prev-link .prev-link-wrapper{
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
}
.single_post_pagination_wrapper .next-link .next-link-wrapper{
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
}
.single_post_pagination_wrapper .prev-link .prev-link-wrapper:after,
.single_post_pagination_wrapper .next-link .next-link-wrapper:after,
.single_post_pagination_wrapper .prev-link .prev-link-wrapper:before,
.single_post_pagination_wrapper .next-link .next-link-wrapper:before{
	display: none;
}
.single_post_pagination_wrapper .prev-link .prev-image,
.single_post_pagination_wrapper .next-link .next-image{
	width: 115px;
	display: inline-block;
	vertical-align: top;
}
.single_post_pagination_wrapper .prev-link .prev-image{
	padding-right: 15px;
}
.single_post_pagination_wrapper .next-link .next-image{
	padding-left: 15px;
}
.single_post_pagination_wrapper .prev-link .prev-text,
.single_post_pagination_wrapper .next-link .next-text{
	display: inline-block;
	width: calc(100% - 115px);
	width: -moz-calc(100% - 115px);
	width: -webkit-calc(100% - 115px);
	vertical-align: top;
	text-align: left;
}
.single_post_pagination_wrapper .prev-link .prev-text{
	padding-right: 15px;
}
.single_post_pagination_wrapper .next-link .next-text{
	padding-left: 15px;
	text-align: right;
}
.single_post_pagination_wrapper .prev-link h4,
.single_post_pagination_wrapper .next-link h4{

	font-size: 16px;
	font-weight: 600;
	margin: 0;
	line-height: 1.45;
	-ms-word-break: break-all;
	    word-break: break-all;
}
.single_post_pagination_wrapper .prev-link h4 a,
.single_post_pagination_wrapper .next-link h4 a{
	color: #212121;
}
.single_post_pagination_wrapper .prev-link h4 a:hover,
.single_post_pagination_wrapper .next-link h4 a:hover{
	color: #DF3550;
}
.single_post_pagination_wrapper .prev-link h2,
.single_post_pagination_wrapper .next-link h2{
	font-size: 15px;
	font-weight: 400;
	margin: 10px 0 0;
}
.single_post_pagination_wrapper .prev-link h2 a{
	color: #666666;
	position: relative;
	padding-left: 35px;
}
.single_post_pagination_wrapper .next-link h2 a{
	color: #666666;
	position: relative;
	padding-right: 35px;
}
.single_post_pagination_wrapper .prev-link h2 a:before{
	position: absolute;
	content: "\e879";
	font-family: 'Linearicons-Free';
	font-size: 15px;
	font-weight: 600;
	top: 0;
	left: 0;
	color: #DF3550;
}
.single_post_pagination_wrapper .next-link h2 a:before{
	position: absolute;
	content: "\e87a";
	font-family: 'Linearicons-Free';
	font-size: 15px;
	font-weight: 600;
	top: 0;
	right: 0;
	color: #DF3550;
}
.single_post_pagination_wrapper .prev-link h2 a:hover,
.single_post_pagination_wrapper .next-link h2 a:hover{
	color: #DF3550;
}
.single-tag-wrapp{
	display: block;
	width: 100%;
	padding: 45px 0px 0px;
}
.single-tag-wrapp .tag-title{
	font-size: 14px;
	color: #171717;
	padding-right: 15px;
}
.single-tag-wrapp .tags-links a{
	padding: 7px 12px;
	display: inline-block;
	margin-left: 10px;
	color: #54565b;
	border: solid 1px #ddd;
	text-transform: capitalize;
	font-size: 14px;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.single-tag-wrapp .tags-links a:hover{
	color: #FFF;
	background: #54565b;
	border-color: #54565B;
}
.comments-area{
	margin-top: 15px; 
}
.comments-area .comment-reply-title,
.comments-title,
.related.products h2,
.woocommerce-Reviews-title{
	font-size: 24px;
	font-weight: 600;
	margin: 0;
}
.comments-area .comment-reply-title{
	font-size: 24px;
	margin-top: 0px !important;
}
.related.products h2{
	margin-bottom: 30px;
	display: block;
	color: #1A1A1A;
}
.comments-title{
	margin-top: 0px !important;
	margin-bottom: 30px !important;
}
.comment-list{
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}
/*.comment-list li.comment.parent{
	margin: 25px 0;
	padding-bottom: 20px;
}
.comment-list .children li.comment.parent{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.comment-list .children li.comment.depth-4 article.comment-body,
.comment-list .children li.comment.depth-4 article.comment-body li article.comment-body{
	padding-bottom: 15px;
	margin-bottom: 10px;
}*/
/*.comment-list li.comment{
	border-bottom: 1px solid #eee;
}*/
/*.comment-list li.comment:last-child{
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}*/
/*.comment-list li.comment.parent &gt; article.comment-body{
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}*/
article.comment-body{
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
	padding-bottom: 35px;
}
.comment-list li.comment.depth-4 .children article.comment-body,
.comment-list li.comment.depth-5 .children article.comment-body,
.comment-list li.comment.depth-6 .children article.comment-body,
.comment-list li.comment.depth-7 .children article.comment-body,
.comment-list li.comment.depth-8 .children article.comment-body,
.comment-list li.comment.depth-9 .children article.comment-body,
.comment-list li.comment.depth-10 .children article.comment-body{
	padding-bottom: 32px;
}
.comment-list li.comment ol  ol.children{
	padding-left: 0;
	margin-left: 0;
	display: block;
}
.comment-list li{
	list-style: none;
}
.comment-list li.comment ol{
	list-style: none;
}
.comment-list article ul li{
	list-style: disc;
}
.comment-list article ol li{
	list-style: decimal;
}
.comment-list li.comment .comment-author{
	display: inline-block;
}
.comment-list li.comment .comment-author img{
	width: 50px;
	-webkit-border-radius: 0px;
	        border-radius: 0px;
	vertical-align: top;
}
.comment-list li.comment .comment-author b{
	padding-left: 10px;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 14px;
	color: #121212;
}
.comment-list li.comment .comment-author b a{
	color: #121212;
}
.comment-list li.comment .comment-author .says{
	display: none;
}
.comment-list li.comment .comment-metadata{
	display: inline-block;
	font-size: 13px;
	position: relative;
	padding-left: 12px;
	margin-left: 7px;
	font-weight: 300;
}
.comment-list li.comment .comment-metadata .edit-link a{
	margin-left: 5px;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
.comment-list li.comment .comment-metadata .edit-link a:hover{
	color: #DF3550;
}
.comment-list li.comment .comment-metadata:before{
	top: 50%;
	left: 0;
	position: absolute;
	content: "";
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	height: 3px;
	width: 3px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background: #aaa;
}
.comment-list li.comment .comment-metadata a{
	color: #444;
}
.comment-list li.comment .comment-content{
	padding-left: 65px;
	position: relative;
	margin-top: -35px;
}
.comment-list li.comment .comment-content p{
	margin-bottom: 10px;
	margin-top: 15px;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}
.comment-list li.comment .comment-content p:last-of-type{
	margin-bottom: 0;
}
.comment-list li.comment .reply{
	margin-left: 65px;
	position: relative;
	font-size: 12px;
	font-weight: 500;
	padding-left: 16px;
	margin-top: 10px;
}
.comment-list li.comment .reply a{
	color: #333;
}
.comment-list li.comment .reply:before{
	position: absolute;
	content: "\f122";
	font-family: 'fontawesome';
	font-size: 10px;
	font-weight: 400;
	top: 1px;
	left: 0;
	color: #aaa;
}
.comment-respond .comment-form{
	font-size: 0;
}
.comment-respond .comment-form label{
	margin-bottom: 7px;
	display: block;
	color: #262626;
}
.comment-respond .comment-form textarea{
	border: 1px solid #ddd;
	padding: 10px;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.comment-respond .comment-form input[type="text"],
.comment-respond .comment-form input[type="email"],
.comment-respond .comment-form input[type="url"]{
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
		border-radius: 0;
	display: block;
	width: 100%;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
.comment-respond .comment-form textarea:focus,
.comment-respond .comment-form input[type="text"]:focus,
.comment-respond .comment-form input[type="email"]:focus,
.comment-respond .comment-form input[type="url"]:focus{
	border-color: #262626;
}
.comment-respond .comment-form .comment-form-comment{
	display: block;
	width: 100%;
	margin-bottom: 23px;
	margin-top: 10px;
}
.comment-respond .comment-form .comment-form-author,
.comment-respond .comment-form .comment-form-email,
.comment-respond .comment-form .comment-form-url{
	display: inline-block;
	width: 32%;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 2%;
}
.comment-respond .comment-form .comment-form-url{
	margin-right: 0;
}
/*.comment-respond .comment-form .comment-form-url{
	display: block;
	width: 100%;
}*/
.comment-respond .comment-form .form-submit{
	display: block;
	margin-bottom: 0 !important;
}
.woocommerce #respond input#submit,
.comment-respond .comment-form .form-submit input[type="submit"]{
	font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    color: #FFF;
    border-color: #252525;
    background: #252525;
    padding: 0 35px;
    height: 51px;
    line-height: 51px;
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.comment-respond .comment-form .form-submit{
	margin-top: 15px;
	display: block;
	margin-bottom: 40px;
}
.woocommerce #respond input#submit:hover,
.comment-respond .comment-form .form-submit input[type="submit"]:hover{
	-webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #DF3550;
    border-color: #DF3550;
    color: #FFF;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 12px rgba(0,0,0,0.1), 0 0px 12px rgba(0,0,0,0.05);
            box-shadow: 0 3px 12px rgba(0,0,0,0.1), 0 0px 12px rgba(0,0,0,0.05);
}
.comment-respond h3 small{
	font-size: 12px;
	font-weight: 400;
	margin-left: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #aaa;
	line-height: 1.35;
}
.comment-respond h3 small a{
	color: #aaa;
}
.comment-respond h3 small a:hover,
.comment-list li.comment .comment-author b a:hover{
	color: #DF3550;
}
.sm-inner-wrapper .content-area p.comment-notes,
.sm-inner-wrapper .content-area p.logged-in-as {
    font-size: 14px !important;
    margin-top: 12px !important;
    display: block;
    margin-bottom: 20px;
    color: #262626;
}
.sm-inner-wrapper .content-area .comment-form p{
	font-size: 14px;
	line-height: 1;
}
/*article.comment-body{
    margin-bottom: 30px;
    padding-bottom: 25px;
}*/
/*article.comment-body{
    margin-bottom: 10px;
    padding-bottom: 20px;
}*/
/*.comment-list li.comment:last-child article.comment-body{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}*/
/*.comment-list .comment{
	margin-top: 20px;
	display: block;
}*/
.comment-list .comment-respond{
	margin-top: 25px;
	margin-bottom: 30px;
}
div#respond{
	margin-top: 25px;
}
.site-main .comment-navigation{
	margin-bottom: 40px;
	margin-top: 10px;
	display: block;
}
.comment-navigation .nav-links a{
	color: #DF3550;
	font-weight: 600;
	border-bottom: 1px solid #DF3550;
	position: relative;
	display: inline-block;
	line-height: 1.85;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
.comment-navigation .nav-links .nav-previous a{
	padding-left: 30px;
}
.comment-navigation .nav-links .nav-previous a:before{
	position: absolute;
    content: "\e879";
    font-family: 'Linearicons-Free';
    font-size: 15px;
    font-weight: 600;
    top: 0;
    left: 0;
    line-height: 1.65;
}
.comment-navigation .nav-links .nav-next a{
	padding-right: 30px;
}
.comment-navigation .nav-links .nav-next a:before{
	position: absolute;
    content: "\e87a";
    font-family: 'Linearicons-Free';
    font-size: 15px;
    font-weight: 600;
    top: 0;
    right: 0;
    line-height: 1.5;
}
.comment-navigation .nav-links a:hover{
	color: #DF3550;
	border-color: #DF3550;
}
.single-product .site-content{
	position: relative;
}
.store-mart-product-pagination .previous-product{
	position: fixed;
	z-index: 99999;
	top: 35%;
	left: 0;
	height: 100px;
	background: #F8F8F8;
	cursor: pointer;
}
.store-mart-product-pagination .previous-product:before{
	position: absolute;
	content: "\e875";
	font-family: 'Linearicons-Free';
	font-size: 15px;
	font-weight: 600;
	top: 0;
	left: 0;
	height: 100px;
	text-align: center;
	line-height: 100px;
	width: 50px;
	color: #333;
	background: #f8f8f8;
	border: solid 1px #eee;
	z-index: 9;
}
.store-mart-product-pagination .previous-product a{
	display: block;
	height: 100px;
	line-height: 100px;
	background: #f8f8f8;
	border: 1px solid #eee;
	position: absolute;
	top: 0;
	left: 49px;
	white-space: nowrap;
	width: 240px;
	-webkit-transform: translateX(-100%);
	   -moz-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	     -o-transform: translateX(-100%);
	        transform: translateX(-100%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
	   -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
	    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
	     -o-transition: all .4s cubic-bezier(.77,0,.175,1);
	        transition: all .4s cubic-bezier(.77,0,.175,1);
}
.store-mart-product-pagination .previous-product:hover a{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	     -o-transform: translateX(0);
	        transform: translateX(0);
}
.store-mart-product-pagination .previous-product img{
	max-height: 70px;
	width: auto;
	vertical-align: middle;
	margin-right: 15px;
	margin-left: 15px;
}

.store-mart-product-pagination .next-product{
	position: fixed;
	z-index: 99999;
	top: 35%;
	right: 0;
	height: 100px;
	background: #F8F8F8;
	cursor: pointer;
}
.store-mart-product-pagination .next-product:before{
	position: absolute;
	content: "\e876";
	font-family: 'Linearicons-Free';
	font-size: 15px;
	font-weight: 600;
	top: 0;
	right: 0;
	height: 100px;
	text-align: center;
	line-height: 100px;
	width: 50px;
	color: #333;
	background: #f8f8f8;
	border: solid 1px #eee;
	z-index: 9;
}
.store-mart-product-pagination .next-product a{
	display: block;
	height: 100px;
	line-height: 100px;
	background: #f8f8f8;
	border: 1px solid #eee;
	position: absolute;
	top: 0;
	right: 49px;
	white-space: nowrap;
	width: 240px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateX(100%);
	   -moz-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	     -o-transform: translateX(100%);
	        transform: translateX(100%);
	-webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
	   -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
	    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
	     -o-transition: all .4s cubic-bezier(.77,0,.175,1);
	        transition: all .4s cubic-bezier(.77,0,.175,1);
}
.store-mart-product-pagination .next-product:hover a{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	     -o-transform: translateX(0);
	        transform: translateX(0);
}
.store-mart-product-pagination .next-product img{
	max-height: 70px;
	width: auto;
	vertical-align: middle;
	margin-right: 15px;
	margin-left: 15px;
}
.store-mart-product-pagination a span.store-mart-product-pagination__title{
	line-height: 1.35;
}
.store-mart-product-pagination span.store-mart-product-pagination__title{
    max-width: 130px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    white-space: normal;
    padding: 0 15px;
    -webkit-transition: all ease 0.3s;
       -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
         -o-transition: all ease 0.3s;
            transition: all ease 0.3s;
}
.store-mart-product-pagination span.store-mart-product-pagination__title:hover{
	color: #DF3550;
}
.widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item{
	padding-left: 0;
}
.yith-woocompare-widget ul.products-list li .remove{
	visibility: collapse;
	height: auto;
	top: 7px;
}
.yith-woocompare-widget ul.products-list li .remove:before{
	visibility: visible;
	position: absolute;
	content: "\e870";
	font-family: 'Linearicons-Free';
	font-size: 14px;
	font-weight: 600;
	top: 0;
	left: 0;
	color: #333;
}
.yith-woocompare-widget ul.products-list li .remove:hover:before{
	color: #DF3550;
}
.yith-woocompare-widget ul.products-list li .title{
	font-size: 14px;
	font-weight: 500;
	color: #333;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.yith-woocompare-widget ul.products-list li .title:hover{
	color: #DF3550;
}
.yith-woocompare-widget ul.products-list li:not( .list_empty ){
	padding: 5px 0 12px 30px;
}
.yith-woocompare-widget a.clear-all{
	color: #DF3550;
	border-bottom: solid 1px #DF3550;
}
.yith-woocompare-widget a.clear-all:hover{
	color: #333;
	border-bottom-color: #333;
}
.yith-woocompare-widget a.button.compare{
	height: 30px;
	width: 30px;
	line-height: 30px;
	margin-top: -5px;
	position: relative;
	text-indent: 99999999999999999em;
}
.yith-woocompare-widget a.button.compare:before{
	content: "\e862";
	font-family: 'Linearicons-Free';
	position: absolute;
	height: 30px;
	width: 30px;
	line-height: 30px;
	left: auto;
	top: 0;
	text-align: center;
	right: 0;
	font-size: 16px;
	font-weight: 600;
	text-indent: 0;
}
.woocommerce .product .sm-single-cart-wrapp .single_variation_wrap{
	display: inline-block;
	vertical-align: middle;
}
.woocommerce .product .sm-single-cart-wrapp .sm-compare-wrapp{
	display: inline-block;
	margin-left: 0;
	vertical-align: middle;
}
.woocommerce .product .sm-single-cart-wrapp.sm-single-product-outer form.cart{
	display: inline-block;
	margin-bottom: 0;
}
.woocommerce .product.product-type-grouped .sm-single-cart-wrapp.sm-single-product-outer .sm-compare-wrapp{
	display: block;
	margin-top: 20px;
}
.woocommerce .product.product-type-grouped .sm-single-cart-wrapp .sm-compare-wrapp .add-to-wishlist-custom{
	margin-left: 0;
}

.woocommerce .product .sm-single-cart-wrapp .sm-compare-wrapp .add-to-wishlist-custom,
.woocommerce .product .sm-single-cart-wrapp .sm-compare-wrapp .compare-wrap{
	display: inline-block;
	height: 45px;
	width: 45px;
	margin-left: 3px;
	margin-top: 0;
	position: relative;
	vertical-align: middle;
}
.woocommerce .product .sm-single-cart-wrapp .sm-compare-wrapp a,
.woocommerce .product .sm-single-cart-wrapp .sm-compare-wrapp .compare-wrap a{
	width: 45px;
	height: 45px;
	right: 0;
}
.woocommerce .product .sm-single-cart-wrapp .sm-compare-wrapp .yith-wcwl-add-button.show .ajax-loading{
	right: 15px;
	top: 15px;
}
.woocommerce .product .sm-single-cart-wrapp .sm-compare-wrapp .add-to-wishlist-custom a:before,
.woocommerce .product .sm-single-cart-wrapp .sm-compare-wrapp .compare-wrap a:before{
	height: 45px;
	width: 45px;
	text-align: center;
	display: block;
	line-height: 45px;
	font-size: 18px;
	border: 1px solid #ddd;
	color: #666;
	right: 0;
	background: transparent !important;
	color: #000;
}
.woocommerce .product .sm-single-cart-wrapp .sm-compare-wrapp .compare-wrap a.added:before{
	color: #DF3550;
	background: transparent;
}
.woocommerce .product .sm-single-cart-wrapp .sm-compare-wrapp .compare-wrap a.added:hover:before{
	color: #FFF;
}
.woocommerce .product .sm-single-cart-wrapp .sm-compare-wrapp .add-to-wishlist-custom a:hover:before,
.woocommerce .product .sm-single-cart-wrapp .sm-compare-wrapp .compare-wrap a:hover:before{
	background: #000 !important;
	border-color: #000;
	color: #FFF !important;
}
.woocommerce .product .sm-single-cart-wrapp .sm-compare-wrapp .add-to-wishlist-custom a span,
.woocommerce .product .sm-single-cart-wrapp .sm-compare-wrapp .compare-wrap a span{
	bottom: 100%;
	left: 0;
	right: auto;
	top: auto;
	-webkit-transform: translateY(-20px);
	   -moz-transform: translateY(-20px);
	    -ms-transform: translateY(-20px);
	     -o-transform: translateY(-20px);
	        transform: translateY(-20px);
	font-size: 12px;
	font-weight: 500;
	white-space: nowrap;
	background: #4C4C4C;
}
.woocommerce .product .sm-single-cart-wrapp .sm-compare-wrapp .add-to-wishlist-custom a span:after,
.woocommerce .product .sm-single-cart-wrapp .sm-compare-wrapp .compare-wrap a span:after{
	top: 100%;
	left: 0;
	right: 0;
	border-width: 10px 10px 0 10px;
	border-color: #4c4c4c transparent transparent transparent;
	margin: 0 auto 0 10px;
}
.woocommerce .product .sm-single-cart-wrapp .sm-compare-wrapp .add-to-wishlist-custom a:hover span,
.woocommerce .product .sm-single-cart-wrapp .sm-compare-wrapp .compare-wrap a:hover span{
	-webkit-transform: translateY(-8px);
	   -moz-transform: translateY(-8px);
	    -ms-transform: translateY(-8px);
	     -o-transform: translateY(-8px);
	        transform: translateY(-8px);
}
.woocommerce .product .sm-single-cart-wrapp .variations .label,
.woocommerce .product .sm-single-cart-wrapp .variations .value{
	display: block;
	width: 100%;
}
.woocommerce .product .sm-single-cart-wrapp .variations .label label{
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	color: #333;
}
.sm-inner-wrapper .product .sm-single-gallery-wrapp{
	display: inline-block;
	width: 40%;
}
.woocommerce div.product form.cart .variations select{
	width: 170px;
	min-width: 170px;
	height: 44px;
	background: #F8F8F8;
	border: solid 1px #dfdfdf;
	text-align: center;
	padding-left: 10px;
}
.woocommerce div.product form.cart .variations tbody tr{
	margin-bottom: 10px;
}
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item, .woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item .variable-item-span, .woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item .variable-item-span:after, .woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item img{
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.woocommerce div.product form.cart .variations{
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.woocommerce div.product form.cart .sm-single-cart-wrapp{
	line-height: 1;
}
.woocommerce div.product form.cart .sm-single-cart-wrapp .woocommerce-variation{
	display: block;
	margin-bottom: 15px;
}
.woocommerce table.shop_attributes{
	margin-top: 20px;
	border-collapse: collapse;
}
.woocommerce table.shop_attributes th{
	font-size: 14px;
	font-weight: 500;
	text-align: left;
}
.woocommerce table.shop_attributes td{
	padding-left: 15px;
}
.woocommerce #review_form #respond p.comment-form-author{
	margin-right: 4%;
}
.woocommerce #review_form #respond p.comment-form-email{
	margin-right: 0;
}
.woocommerce #review_form #respond p.form-submit{
	margin-top: 15px;
	margin-bottom: 20px;
}
.woocommerce #review_form #respond p.form-submit input[type="submit"]{
	font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    color: #FFF;
    border-color: #252525;
    background: #252525;
    padding: 0 40px;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.woocommerce #review_form #respond p.form-submit input[type="submit"]:hover{
	-webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #DF3550;
    border-color: #DF3550;
    color: #FFF;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 12px rgba(0,0,0,0.1), 0 0px 12px rgba(0,0,0,0.05);
    box-shadow: 0 3px 12px rgba(0,0,0,0.1), 0 0px 12px rgba(0,0,0,0.05);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
	margin-left: 90px;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.woocommerce #reviews.woocommerce-Reviews #comments ol.commentlist li img.avatar{
	width: 70px;
}
.woocommerce #reviews.woocommerce-Reviews #comments ol.commentlist{
	padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__author{
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating{
	width: 6.3em;
	letter-spacing: 3px;
	font-size: 13px;
}
.woocommerce p.stars a{
	color: #FFBC6B;
}
/*Cart Page*/
.woocommerce .woocommerce-cart-form .cart{
	-webkit-border-radius: 0;
	        border-radius: 0;
	border: none;
}
.woocommerce .woocommerce-cart-form .cart thead{
	background: #f3f3f3;
	-webkit-border-radius: 0;
	        border-radius: 0;
	border: none;
}
.woocommerce .woocommerce-cart-form .cart thead th{
	font-size: 14px;
	font-weight: 600;
	padding: 20px 12px;
}
.woocommerce .woocommerce-cart-form .cart thead th.product-remove{
	width: 45px;
}
.woocommerce .woocommerce-cart-form .cart .product-remove a.remove{
	position: relative;
	visibility: collapse;
}
.woocommerce .woocommerce-cart-form .cart .product-remove a.remove:after{
	position: absolute;
	visibility: visible;
	content: "\e870";
	top: 0;
	left: 0;
	font-family: 'Linearicons-Free';
	font-size: 16px;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.woocommerce .woocommerce-cart-form .cart .product-remove a.remove:hover:after{
	color: #000;
}
.woocommerce .woocommerce-cart-form .cart tbody .product-thumbnail{
	padding: 20px 0;
}
.woocommerce .woocommerce-cart-form .cart tbody .product-thumbnail img{
	width: 90px;
}
.woocommerce .woocommerce-cart-form .cart .product-name a{
	color: #404040;
	font-size: 14px;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.woocommerce .woocommerce-cart-form .cart .product-name a:hover{
	color: #DF3550;
}
.woocommerce .woocommerce-cart-form .cart .product-quantity .buttons_added{
	display: inline-block;
	border: 2px solid #eee;
	height: 50px;
	line-height: 42px;
	padding: 0 15px;
}
.woocommerce .woocommerce-cart-form .cart .product-quantity input[type=number]::-webkit-inner-spin-button, 
.woocommerce .woocommerce-cart-form .cart .product-quantity input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	   -moz-appearance: textfield;
	        appearance: none;
  	margin: 0; 
}
.woocommerce .woocommerce-cart-form .cart .product-quantity input[type=number]{
	border: none;
	font-size: 15px;
	font-weight: 700;
	width: 50px;
	-webkit-appearance: none;
	   -moz-appearance: textfield;
	        appearance: none;
}
.woocommerce .woocommerce-cart-form .cart .product-quantity a.minus,
.woocommerce .woocommerce-cart-form .cart .product-quantity a.plus{
	font-size: 18px;
	color: #404040;
	display: inline-block;
	vertical-align: middle;
}
.woocommerce .woocommerce-cart-form .cart .coupon input.input-text,
.woocommerce .checkout_coupon input.input-text{
	min-width: 200px;
	border: 1px solid #eee !important;
	font-size: 14px;
	-webkit-border-radius: 0;
	        border-radius: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 10px !important;
}
.woocommerce .woocommerce-cart-form .cart button[type="submit"]{
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	font-size: 14px;
	font-weight: 400;
	-webkit-border-radius: 0;
	        border-radius: 0;
	background-color: #999;
	color: #FFF;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.woocommerce .woocommerce-cart-form .cart button[type="submit"][disabled]:hover{
	background-color: #ccc;
}
.woocommerce .woocommerce-cart-form .cart button[type="submit"]:hover{
	background-color: #000;
}
.woocommerce .checkout_coupon button[type="submit"],
.woocommerce .woocommerce-cart-form .cart .coupon button[type="submit"]{
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	font-size: 14px;
	font-weight: 400;
	-webkit-border-radius: 0;
	        border-radius: 0;
	background-color: #222;
	color: #FFF;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.woocommerce .checkout_coupon button[type="submit"]:hover,
.woocommerce .woocommerce-cart-form .cart .coupon button[type="submit"]:hover{
	background-color: #DF3550;
}
.woocommerce .woocommerce-cart-form .cart .actions{
	padding: 20px 10px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.woocommerce .cart-collaterals .cart_totals h2{
	font-size: 20px;
	font-weight: 500;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table{
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table th{
	border-right: 1px solid rgba(0,0,0,.1);
	font-size: 14px;
	font-weight: 400;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table .shipping-calculator-form .select2-container--default .select2-selection{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	padding: 0 10px;
	-webkit-border-radius: 0;
	        border-radius: 0;
	border: 1px solid #ccc;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table .shipping-calculator-form .select2-container--default .select2-selection .select2-selection__rendered{
	height: 40px;
	line-height: 40px;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table .shipping-calculator-form .select2-container--default .select2-selection .select2-selection__arrow{
	height: 38px;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table .form-row input[type="text"]{
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 0;
	        border-radius: 0;
	border: 1px solid #ccc;
	padding: 0 10px;
	color: #444;
	font-size: 14px;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table p button.button{
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	-webkit-border-radius: 0;
	        border-radius: 0;
	font-size: 14px;
	font-weight: 500;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table a.shipping-calculator-button{
	color: #DF3550;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table .woocs_special_price_code .woocommerce-Price-amount{
	font-weight: 600;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button{
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	width: auto;
	padding: 0 30px;
	height: 45px;
	line-height: 45px;
	background: #222222;
	color: #FFF;
	-webkit-border-radius: 0;
	        border-radius: 0;
	float: right;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover{
	background: #DF3550;
}

/*CheckOut Page*/
.woocommerce .woocommerce-checkout .woocommerce-billing-fields h3,
h3#ship-to-different-address,
.woocommerce-additional-fields h3,
h3#order_review_heading{
	font-size: 22px;
	font-weight: 600;
}
.woocommerce .woocommerce-checkout .form-row label{
	font-size: 14px;
}
.woocommerce .woocommerce-checkout .form-row .woocommerce-input-wrapper input[type="text"],
.woocommerce .woocommerce-checkout .form-row .woocommerce-input-wrapper input[type="email"],
.woocommerce .woocommerce-checkout .form-row .woocommerce-input-wrapper input[type="tel"]{
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	-webkit-border-radius: 0;
	        border-radius: 0;
	font-size: 14px;
	color: #333;
}
.woocommerce .woocommerce-checkout .form-row .woocommerce-input-wrapper textarea{
	padding: 10px;
	-webkit-border-radius: 0;
	        border-radius: 0;
	font-size: 14px;
	color: #333;
}
.woocommerce .woocommerce-checkout .form-row .woocommerce-input-wrapper input::-moz-placeholder{
	font-size: 14px;
	color: #666;
}
.woocommerce .woocommerce-checkout .form-row .woocommerce-input-wrapper input::placeholder{
	font-size: 14px;
	color: #666;
}
.woocommerce .woocommerce-checkout .form-row .woocommerce-input-wrapper input::-webkit-input-placeholder{
	font-size: 14px;
	color: #666;
}
.woocommerce .woocommerce-checkout .form-row .woocommerce-input-wrapper input::-ms-input-placeholder{
	font-size: 14px;
	color: #666;
}
header.header-2 .sm-header-mid-wrapp .sm_search_form{
	position: relative;
}
.woocommerce .woocommerce-checkout .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	padding: 0 0px;
	-webkit-border-radius: 0;
	        border-radius: 0;
	border: 1px solid #ccc;
}
.woocommerce .woocommerce-checkout .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered{
	height: 40px;
	line-height: 40px;
}
.woocommerce .woocommerce-checkout .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 38px;
}
.woocommerce table.shop_table{
	border-collapse: collapse;
}
.woocommerce table.shop_table th{
	border: none !important;
}
.woocommerce .cart_totals table.shop_table{
	border-collapse: collapse;
}
.woocommerce .cart_totals table.shop_table th{
	border: 1px solid #e7e7e7 !important;
}
.woocommerce .cart_totals table.shop_table td{
	border: 1px solid #e7e7e7 !important;
}
.woocommerce table.shop_table td{
	border-color: #e7e7e7 !important;
}
.woocommerce .woocommerce-cart-form .cart .product-quantity{
	width: 140px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table{
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead{
	background: #F3F3F3;
	padding: 20px 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th{
	font-size: 14px;
	font-weight: 500;
	padding: 20px 12px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-name,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-total{
	font-size: 14px;
	font-weight: 400;
	padding: 15px 12px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .variation,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .variation-Size p{
	margin-top: 5px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .variation-Size{
	font-weight: 600;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-Price-amount{
	font-size: 16px;
	font-weight: 600;
}
.woocommerce table.wishlist_table tbody .product-thumbnail,
.woocommerce-cart table.cart.shop_table .product-thumbnail{
	width: 150px;
	text-align: center;
}
.woocommerce table.wishlist_table tbody .product-thumbnail a{
	margin: 0 auto;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.woocommerce-checkout-payment button.button.alt{
	font-size: 14px;
	font-weight: 500;
	background: #000;
	color: #FFF;
	-webkit-border-radius: 0;
	        border-radius: 0;
	height: 45px;
	line-height: 45px;
	padding: 0 30px;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.woocommerce-checkout-payment button.button.alt:hover{
	background: #DF3550;
}
.woocommerce .checkout .woocommerce-error li{
	font-size: 14px;
	line-height: 25px;
}
.woocommerce .checkout .woocommerce-error li strong{
	font-weight: 600;
}
.woocommerce-info{
	font-size: 14px;
}
/*Wishlist Page*/
.woocommerce table.wishlist_table{
	border: none;
	border-collapse: collapse;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.woocommerce table.wishlist_table thead{
	background: #f3f3f3;
	border: none;
}
.woocommerce table.wishlist_table thead tr{
	border: none;
}
.woocommerce table.wishlist_table thead tr th{
	border: none;
	font-size: 14px;
	font-weight: 500;
	padding: 20px 12px;
}
.woocommerce table.wishlist_table thead th.product-remove{
	width: 45px;
}
.woocommerce table.wishlist_table .product-remove a.remove{
	position: relative;
	visibility: collapse;
}
.woocommerce table.wishlist_table .product-remove a.remove:after{
	position: absolute;
	visibility: visible;
	content: "\e870";
	top: 0;
	left: 0;
	font-family: 'Linearicons-Free';
	font-size: 16px;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.woocommerce table.wishlist_table .product-remove a.remove:hover:after{
	color: #000;
}
.woocommerce table.wishlist_table tbody .product-thumbnail{
	padding: 20px 0;
}
.woocommerce table.wishlist_table tbody .product-thumbnail img{
	width: 90px;
}
.woocommerce table.wishlist_table .product-name a{
	color: #404040;
	font-size: 14px;
	padding-right: 15px;
	float: left;
	margin-top: 6px;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.woocommerce table.wishlist_table .product-name a:hover{
	color: #DF3550;
}
.woocommerce table.wishlist_table tbody .product-price{
	text-align: left;
	font-size: 16px;
	font-weight: 500;
}
.woocommerce table.wishlist_table tbody .product-price del{
	opacity: 0.8;
}
.woocommerce table.wishlist_table tbody .product-price ins{
	background: none;
}
.woocommerce table.wishlist_table tbody .product-stock-status{
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	color: #6ca288;
} 
.woocommerce table.wishlist_table .product-name a.yith-wcqv-button{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	-webkit-border-radius: 0;
	        border-radius: 0;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin-left: 0px;
	margin-top: 0;
	float: right;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.woocommerce table.wishlist_table .product-name a.yith-wcqv-button:hover{
	background: #000;
	color: #FFF;
}
.woocommerce table.wishlist_table .product-add-to-cart a.add_to_cart_button{
	margin-bottom: 0;
	height: 45px;
	line-height: 45px;
	-webkit-border-radius: 0;
	        border-radius: 0;
	font-weight: 600;
	font-size: 13px;
	background: #000;
	padding: 0 30px;
	text-transform: uppercase;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.woocommerce table.wishlist_table .product-add-to-cart a.add_to_cart_button.loading:after{
	top: 0;
	right: 20%;
}
.woocommerce table.wishlist_table .product-add-to-cart a.add_to_cart_button:hover{
	background: #DF3550;
}
.wishlist-title h2{
	font-size: 26px;
	font-weight: 600;
}
.woocommerce table.wishlist_table .yith-wcwl-share .yith-wcwl-share-title{
	font-size: 18px;
	font-weight: 600;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
	font-size: 14px;
}
/*Login Pages*/
.woocommerce #customer_login h2{
	font-size: 24px;
	padding-bottom: 2px;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
}
.woocommerce #customer_login .woocommerce-form-login.login,
.woocommerce #customer_login form.register{
	padding: 0;
	border: none;
}
.woocommerce-form-login.login .form-row label,
form.register .form-row label{
	font-size: 14px;
	font-weight: 500;
}
.woocommerce-form-login.login .form-row input[type="text"],
.woocommerce-form-login.login .form-row input[type="password"],
form.register .form-row input[type="email"]{
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	-webkit-border-radius: 0;
	        border-radius: 0;
	border-color: #ddd;
}
form.login .form-row{
	margin-bottom: 15px;
}
form.register .form-row button[type="submit"],
form.login .form-row button[type="submit"],
form.lost_reset_password button[type="submit"]{
	height: 50px;
	line-height: 48px;
	padding: 0 35px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #444;
	border: 2px solid #ddd;
	background: #FFF;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
form.register .form-row button[type="submit"]{
	margin-top: 10px;
}
form.register .form-row button[type="submit"]:hover,
form.login .form-row button[type="submit"]:hover,
form.lost_reset_password button[type="submit"]:hover{
	background: #444;
	color: #FFF;
	border-color: #444;
}
.woocommerce-form-login.login .wc-social-login{
	margin-bottom: 30px;
}
.woocommerce-form-login.login .wc-social-login .ywsl-label{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 500;
}
.woocommerce-form-login.login .wc-social-login .socials-list{
	margin-top: 5px;
	margin-bottom: 20px;
}
.woocommerce-form-login.login .wc-social-login .socials-list a.ywsl-social{
	margin-right: 10px;
}
.woocommerce-form-login.login .wc-social-login .socials-list a.ywsl-social img{
	width: 45px;
	height: 45px;
}
.woocommerce-form-login.login .woocommerce-form__label-for-checkbox{
	margin-left: 15px;
}
.woocommerce-form-login.login .lost_password a{
	font-size: 14px;
	color: #DF3550;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.woocommerce-form-login.login .lost_password a:hover{
	color: #000;
}
/*Lost Password*/
form.lost_reset_password p{
	font-size: 14px;
}
form.lost_reset_password p.form-row-first{
	margin-bottom: 15px;
}
form.lost_reset_password input[type="text"]{
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	border: 1px solid #eee;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
/*Inside My Account*/
.woocommerce .woocommerce-MyAccount-navigation{
	padding: 20px 30px;
	border: 1px solid #ddd;
}
.woocommerce .woocommerce-MyAccount-navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li{
	line-height: 40px;
	border-bottom: 1px solid #ddd;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:last-child{
	border-bottom: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a{
	font-size: 14px;
	color: #343233;
	font-weight: 500;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover{
	color: #DF3550;
}
.woocommerce .woocommerce-MyAccount-content p{
	font-size: 14px;
}
.woocommerce .woocommerce-MyAccount-content p a{
	color: #DF3550;
}
.woocommerce .woocommerce-MyAccount-content .button{
	height: 40px;
	line-height: 38px;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #444;
	border: 2px solid #ddd;
	-webkit-border-radius: 0;
	        border-radius: 0;
	background: transparent;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.woocommerce .woocommerce-MyAccount-content .button:hover{
	color: #FFF;
	background: #333;
	border-color: #333;
}
.woocommerce .woocommerce-MyAccount-content .title h3{
	font-size: 22px;
	font-weight: 600;
}
.woocommerce .woocommerce-MyAccount-content address{
	font-size: 14px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type="text"],
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type="email"],
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type="password"]{
	height: 50px;
	line-height: 50px;
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
	        border-radius: 0;
	padding: 0 10px;
	font-size: 14px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset{
	padding: 0;
	border: none;
	margin-top: 30px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p{
	padding: 0;
	margin-bottom: 20px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm legend{
	font-size: 16px;
	font-weight: 600;
	color: #DF3550;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button{
	height: 50px;
	line-height: 48px;
	padding: 0 30px;
	margin-top: 5px;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}
.woocommerce .cart-empty{
	font-size: 14px;
}
.woocommerce .return-to-shop a.button{
	height: 50px;
	line-height: 48px;
	padding: 0 30px;
	-webkit-border-radius: 0;
	        border-radius: 0;
	background: #FFF;
	border: 2px solid #ddd;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.woocommerce .return-to-shop a.button:hover{
	color: #FFF;
	background: #333;
	border-color: #333;
}

.woocommerce.single-product span.onsale{
	position: absolute;
    -webkit-transform: rotate(-90deg) translate3d(-100%,0,0) translateZ(0);
    -moz-transform: rotate(-90deg) translate3d(-100%,0,0) translateZ(0);
    -ms-transform: rotate(-90deg) translate3d(-100%,0,0) translateZ(0);
    -o-transform: rotate(-90deg) translate3d(-100%,0,0) translateZ(0);
    transform: rotate(-90deg) translate3d(-100%,0,0) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    top: -11px;
    left: 20px;
    right: auto;
    min-height: 0;
    min-width: 0;
    line-height: 1;
    margin: 0;
    padding: 6px 12px 4px 8px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #DF3550;
    color: #FFF;
    font-size: 12px;
    opacity: 1;
    font-weight: 400;
}
.woocommerce.single-product span.onsale:before,
.woocommerce.single-product span.onsale:after{
	content: "";
    position: absolute;
    left: -12px;
    color: #DF3550;
    border: solid 12px transparent;
    border-left-color: #DF3550;
}
.woocommerce.single-product span.onsale:before{
	transform: rotate(90deg) translateZ(0);
    -webkit-transform: rotate(90deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0px;
    left: -10px;
}
.woocommerce.single-product span.onsale:after{
	transform: rotate(-90deg) translateZ(0);
    -webkit-transform: rotate(-90deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    left: -10px;
    top: -2px;
}

/*Pop Up*/
#yith-quick-view-content .onsale{
	left: 25px;
}
.yith-wcqv-head a.yith-wcqv-close{
	position: relative;
	visibility: collapse;
}
.yith-wcqv-head a.yith-wcqv-close:before{
	visibility: visible;
	position: absolute;
	content: "\e880";
	font-family: 'Linearicons-Free';
	font-size: 24px;
	top: 10px;
	left: -10px;
	color: #333;
}
.yith-wcqv-head a.yith-wcqv-close:hover:before{
	color: #DF3550;
}

/*Error Page*/
.error-404.not-found .page-content{
	text-align: center;
	font-size: 14px;
}
.error-404.not-found .page-content img{
	width: 500px;
	margin: 50px auto 30px;
}
.error-404.not-found .page-content p{
	max-width: 500px;
	margin: 20px auto 40px;
	text-align: center;
}
.error-404.not-found .page-content p a{
	padding: 8px 20px;
	/*max-width: 130px;*/
	text-align: center;
	background: #DF3550;
	color: #FFF;
	display: inline-block;
	margin: 10px auto 0;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.error-404.not-found .page-content p a:hover{
	background: #000;
}
.error-404.not-found .page-content .search-form{
	max-width: 500px;
	margin: 0 auto;
	position: relative;
}
.error-404.not-found .page-content .search-form i.fa-spin{
	position: absolute;
	top: 15px;
	right: 50px;
}
/*Search*/
.search-content{
	position: absolute;
	z-index: 9;
	top: 100%;
	left: 0;
	background: #FFF;
	width: 100%;
	margin-top: 3px;
}
.search-res-wrap{
	padding: 15px 30px;
	-webkit-box-shadow: 0px 4px 15px 1px rgba(0,0,0,0.05);
	        box-shadow: 0px 4px 15px 1px rgba(0,0,0,0.05);
}
.search-content-wrap{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.search-res-wrap div:nth-last-of-type(2){
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
.search-content-wrap .img-wrap img{
	width: 90px;
	height: 90px;
	object-fit: cover;
}
.sm_search_form button[type="submit"] i.fa-spin{
	position: absolute;
	top: 19px;
    left: -28px;
    color: #333;
}
.search-content-wrap .cont-search-wrap{
	padding-left: 30px;
}
.search-content-wrap .cont-search-wrap .title a{
	color: #333;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.search-content-wrap .cont-search-wrap .title a:hover{
	color: #DF3550;
}
.search-content-wrap .cont-search-wrap p.price{
	margin: 5px 0;
	color: #333;
}
.search-content-wrap .cont-search-wrap p.price ins{
	background: transparent;
}
.ajax-search-view-all{
	display: block;
	max-width: 250px;
	margin: 15px auto 0;
	text-align: center;	
}
.ajax-search-view-all a{
	display: block;
	font-size: 14px;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	text-transform: uppercase;
	background: #DF3550;
	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.ajax-search-view-all a:hover{
	background: #333;
	color: #FFF;
}
.search-res-wrap .no-match{
	font-size: 14px;
	padding: 10px 0;
	text-align: center;
}
/*ajax search header 1*/
.header-1-content-wrap .search-content{
	margin-top: 50px;
	min-width: 500px;
	right: 0;
	left: auto;
}
header.header-1 .header-1-content-wrap .sm-search-icon-wrap .search-form-wrap form i.fa-spin{
	position: absolute;
	top: 12px;
	right: 50px;
}
/*ajax search header 4*/
header.header-4 .search-outer{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
header.header-4 .search-content{
	top: 145px;
    z-index: 99;
    max-width: 1030px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
header.header-4 .search-content .ajax-search-view-all{
	max-width: 400px;
}
header.header-4 .search-form-wrap form.search-form i.fa-spin{
	position: absolute;
	top: 19px;
	right: 85px;
}
/*ajax search header 5*/
header.header-5 .search-content{
    z-index: 99;
    max-width: 700px;
    margin: -30px auto 0;
    left: -24px;
    right: 0;
}
header.header-5 form.search-form i.fa-spin{
	position: absolute;
	top: 13px;
	right: 42px;
}
/*ajax search header 6*/
header.header-6 .search-content{
    z-index: 99;
    max-width: 700px;
    margin: -10px auto 0;
    left: 0;
    right: 0;
}
header.header-6 .sm-menu-wrap .sm-search-icon-wrap .search-form-wrap form i.fa-spin{
	position: absolute;
	top: 11px;
	right: 40px;
}
input[type="search"]::-webkit-search-cancel-button{
	display: none;
}



/*Coming Soon Page*/
.sm-maintenance-wrapper{
	position: relative;
	min-height: 100vh;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}
.sm-maintenance-wrapper:before{
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	z-index: 0;
}
.sm-maintenance-wrapper .smart-container{
	text-align: center;
	padding: 60px;
	color: #FFF;
	position: relative;
	z-index: 1;
}
.sm-maintenance-wrapper h1{
	font-size: 60px;
    font-weight: 400;
    margin: 15px 0;
    color: #FFF;
}
.sm-maintenance-wrapper .count-date{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    max-width: 700px;
    margin: 70px auto 85px;
}
.sm-maintenance-wrapper .count-date div{
	display: inline-block;
	font-size: 72px;
	font-weight: 600;
	width: 100px;
	text-align: center;
	line-height: 1;
}
.sm-maintenance-wrapper .count-date div .day-text,
.sm-maintenance-wrapper .count-date div .hour-text,
.sm-maintenance-wrapper .count-date div .min-text,
.sm-maintenance-wrapper .count-date div .sec-text{
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	margin-top: 15px;
}
.sm-maintenance-wrapper .mailpoet_form{
	max-width: 700px;
	margin: 0 auto;
}
.sm-maintenance-wrapper .mailpoet_form h3{
	font-size: 24px;
	text-transform: capitalize;
	color: #FFF;
}
.sm-maintenance-wrapper .mailpoet_form p{
	color: #FFF;
}
.sm-maintenance-wrapper .mailpoet_form form .mailpoet_paragraph input[type="email"]{
	color: #FFF;
	border-bottom: 1px solid #FFF;
}
.sm-maintenance-wrapper .mailpoet_form form .mailpoet_paragraph input[type="email"]::-moz-placeholder{
	color: #FFF;
}
.sm-maintenance-wrapper .mailpoet_form form .mailpoet_paragraph input[type="email"]::placeholder{
	color: #FFF;
}
.sm-maintenance-wrapper .mailpoet_form form .mailpoet_paragraph input[type="email"]::-webkit-input-placeholder{
	color: #FFF;
}
.sm-maintenance-wrapper .mailpoet_form form .mailpoet_paragraph input[type="email"]::-ms-input-placeholder{
	color: #FFF;
}
.sm-maintenance-wrapper .mailpoet_form form .mailpoet_paragraph input[type="submit"]{
	background: #DF3550;
	height: 45px;
	line-height: 45px;
	padding: 0 40px;
	border-color: #DF3550;
}
.sm-maintenance-wrapper .mailpoet_form form .mailpoet_paragraph input[type="submit"]:hover{
	background: #FFF;
	border-color: #FFF;
	color: #DF3550;
}
.sm-maintenance-wrapper .social-icons-wrapp{
	display: block;
	margin-top: 60px;
	margin-bottom: 50px;
}
.sm-maintenance-wrapper .social-icons-wrapp a{
	display: inline-block;
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 20px;
	margin: 0 5px;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.sm-maintenance-wrapper .social-icons-wrapp a:hover{
	background: #DF3550;
	border-color: #DF3550;
	color: #FFF;
}
.sm-maintenance-wrapper .credit{
	font-size: 14px;
	display: block;
	margin-top: 30px;
}
/*Compare Table*/
table.compare-list .remove td a{
	font-size: 14px;
}
table.compare-list .remove td a span.remove{
	visibility: collapse;
	height: auto;
	top: 7px;
}
table.compare-list .remove td a span.remove:before{
	visibility: visible;
	position: absolute;
	content: "\e870";
	font-family: 'Linearicons-Free';
	font-size: 14px;
	font-weight: 600;
	top: 0;
	left: 0;
	color: #333;
}
table.compare-list .remove td a span.remove:hover:before{
	color: #DF3550;
}

/*Mobile Menu*/
.mob-nav-wrapper{
	display: none;
}
.mob-nav-wrapper .site-header-cart{
	list-style: none;
	padding: 0;
	margin: 0;
}
.mob-nav-wrapper .site-header-cart .sm-cart .sm-cart-icon-wrap{
	color: #404040;
	position: relative;
}
.mob-nav-wrapper .site-header-cart li:nth-of-type(2n){
	display: none;
}
.mob-nav-wrapper .site-header-cart li .sm-cart-wrap{
	display: none;
}
.mob-nav-wrapper .mob-hiriz-wrapp{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 25px 10px 15px;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.075);
            box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.075);
}
.mob-nav-wrapper .mob-hiriz-wrapp span.lnr{
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
}
.mob-nav-wrapper .mob-hiriz-wrapp .menu-toggle{
	line-height: 1;
}
.mob-nav-wrapper .mob-hiriz-wrapp .sm-cart-icon-wrap span.icon i{
	font-weight: 600;
}
.mob-nav-wrapper .mob-hiriz-wrapp .sm-cart-icon-wrap .sm-cart-count{
	font-size: 11px;
	background: #DF3550;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: 8px;
    text-align: center;
    line-height: 18px;
    color: #FFF;
}
.mob-side-nav-wrapp{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background: #FFF;
	width: 100%;
	max-width: 350px;
	height: 100vh;
	overflow: auto;
	padding: 30px 20px;
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
	-webkit-transition: all ease 0.3s 0.5s;
	   -moz-transition: all ease 0.3s 0.5s;
	    -ms-transition: all ease 0.3s 0.5s;
	     -o-transition: all ease 0.3s 0.5s;
	        transition: all ease 0.3s 0.5s;
}
.admin-bar .mob-side-nav-wrapp{
	padding-top: 75px;
}
.mob-side-nav-wrapp.active{
	-webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.075);
	        box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.075);
	-webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
}
.mob-side-nav-wrapp .top-close-wrapp{
	position: relative;
}
.mob-side-nav-wrapp .site-logo-wrapp{
	text-align: left;
	display: block;
	margin-bottom: 30px;
}
.mob-side-nav-wrapp .mob-nav-close{
	position: absolute;
	top: 0;
	right: 0;
	margin-right: -5px;
}
.mob-side-nav-wrapp .mob-nav-close span.lnr-cross{
	display: block;
	height: 30px;
	width: 30px;
	font-size: 28px;
	text-align: center;
	line-height: 30px;
	font-weight: 400;
	cursor: pointer;
}
.mob-side-nav-wrapp .search-wrapp{
	display: block;
	margin: 20px 0;
}
.mob-side-nav-wrapp .menu-wrapp-outer{
	margin-top: 30px;
}
.mob-side-nav-wrapp .menu-wrapp-outer .mob-primary-menu{
	padding: 0;
	margin: 0;
	list-style: none;
}
.mob-side-nav-wrapp .menu-wrapp-outer .mob-primary-menu li{
	display: block;
	font-size: 14px;
	margin-bottom: 20px;
	position: relative;
}
.mob-side-nav-wrapp .menu-wrapp-outer .mob-primary-menu li .sub-menu li{
	margin-bottom: 10px;
}
.mob-side-nav-wrapp .menu-wrapp-outer .mob-primary-menu li:first-child{
	margin-top: 15px;
}
.mob-side-nav-wrapp .menu-wrapp-outer .mob-primary-menu li .sub-menu li:last-child,
.mob-side-nav-wrapp .menu-wrapp-outer .mob-primary-menu li:last-child{
	margin-bottom: 0;
}
.mob-side-nav-wrapp .menu-wrapp-outer .mob-primary-menu li a{
	color: #333;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.mob-side-nav-wrapp .menu-wrapp-outer .mob-primary-menu li a:hover,
.mob-side-nav-wrapp .menu-wrapp-outer .mob-primary-menu li.mob-menu-toggle &gt; a{
	color: #DF3550;
}
.mob-side-nav-wrapp .menu-wrapp-outer .mob-primary-menu li .sub-toggle{
	position: absolute;
	top: 0;
	right: 0;
	height: 25px;
	width: 25px;
}
.mob-side-nav-wrapp .menu-wrapp-outer .mob-primary-menu li .sub-toggle:before{
	position: absolute;
	content: "\e876";
	font-family: 'Linearicons-Free';
	font-size: 14px;
	top: 0;
	left: 0;
	-webkit-transform-origin: center;
	   -moz-transform-origin: center;
	    -ms-transform-origin: center;
	     -o-transform-origin: center;
	        transform-origin: center;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.mob-side-nav-wrapp .menu-wrapp-outer .mob-primary-menu &gt; li.mob-menu-toggle &gt; .sub-toggle:before{
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	     -o-transform: rotate(90deg);
	        transform: rotate(90deg);
	color: #DF3550;
}
.mob-side-nav-wrapp .menu-wrapp-outer .mob-primary-menu li &gt; .sub-menu{
	margin: 0;
	padding: 0 0 0 15px;
}
.mob-side-nav-wrapp .menu-wrapp-outer .mob-primary-menu li.mob-menu-toggle .sub-menu li.mob-menu-toggle .sub-toggle:before{
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	     -o-transform: rotate(90deg);
	        transform: rotate(90deg);
	color: #DF3550;
}

/*Pagination*/
.arrival-archive-navigation{
    position: relative;
    padding: 30px 15px 0;
    text-align: center;
}
.arrival-archive-navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.arrival-archive-navigation li{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 0 !important;
    text-decoration: none;
    font-size: 12px;
    border: none;
    font-weight: 500;
    color: #000;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(100,100,100,0.1);
    box-shadow: 0px 0px 10px 1px rgba(100,100,100,0.1);
    text-align: center;
    line-height: 35px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.arrival-archive-navigation li:last-child{
	margin-right: 0;
}
.arrival-archive-navigation li a{
	color: #000;
	display: block;
}
.arrival-archive-navigation li.active a,
.arrival-archive-navigation li a:hover{
	color: #FFF;
}
.arrival-archive-navigation li.active,
.arrival-archive-navigation li:hover{
    background: #DF3550;
    color: #FFF;
    border-color: #DF3550;
}
/*.arrival-archive-navigation li{
    background: transparent;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.arrival-archive-navigation li:hover{
    background: transparent;
    color: #000;
}*/
.arrival-archive-navigation .prev,
.arrival-archive-navigation .next{
    width: 35px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    border-radius: 0;
    visibility: collapse;
    vertical-align: middle;
}
.arrival-archive-navigation .prev{
	margin-right: 10px;
}
.arrival-archive-navigation .next{
	margin-left: 10px;
}
.arrival-archive-navigation .prev a,
.arrival-archive-navigation .next a{
	display: block;
	position: relative;
}
.arrival-archive-navigation .prev a:before,
.arrival-archive-navigation .next a:before{
    content: "\e875";
    font-size: 14px;
    visibility: visible;
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-family: Linearicons-Free;
    left: 0;
    color: #000;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(100,100,100,0.1);
    box-shadow: 0px 0px 10px 1px rgba(100,100,100,0.1);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.arrival-archive-navigation .next a:before,
.arrival-archive-navigation .next a:before{
    content: "\e876";
}
.arrival-archive-navigation .prev a:hover:before,
.arrival-archive-navigation .next a:hover:before{
    color: #FFF;
    background: #DF3550;
}

/*Footer Links*/
.entry-footer .edit-link{
	margin-top: 20px;
	display: block;
}
.entry-footer .edit-link a{
	display: inline-block;
	color: #666;
	font-size: 14px;
	margin-right: 10px;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.entry-footer .edit-link a:hover{
	color: #DF3550;
}

/*Sticky Menu*/
.sm-fixed-header .smart-container{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.sm-fixed-header .smart-container .site-logo-wrapp{
	width: 140px;
}
.sm-fixed-header .smart-container nav.main-navigation{
	width: calc(100% - 319px);
	width: -webkit-calc(100% - 319px);
	width: -moz-calc(100% - 319px);
}
.sm-fixed-header .smart-container .browse-category-wrap,
.sm-fixed-header .smart-container .browse-category-wrap .browse-category{
	width: 52px;
}
.sm-fixed-header .smart-container .browse-category-wrap .browse-category{
	padding: 0;
	background: none;
}
.sm-fixed-header .smart-container .browse-category-wrap .browse-category .cat-btn-title{
	display: none;
}
.sm-fixed-header .smart-container .browse-category-wrap .browse-category i{
	padding: 0;
	color: #000;
}
header.header-3 .sm-fixed-header .smart-container .browse-category-wrap .browse-category i{
	color: #FFF;
}
header .sm-fixed-header .cart-icon-wrap .sm-cart .sm-cart-wrap{
	display: none;
}
header .sm-fixed-header .main-navigation .smart-primary-menu-wrap ul &gt; li:last-child a{
	margin-right: 0;
	padding-right: 0;
	border-bottom: none;
	padding-bottom: 0;
}
/*header .sm-fixed-header .main-navigation .smart-primary-menu-wrap ul &gt; li:last-child a:before{
	display: none;
}*/
header .sm-fixed-header .main-navigation .smart-primary-menu-wrap ul.sub-menu li:last-child a:before{
	display: none;
}
header .sm-fixed-header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 0;
	background: #FFF;
	-webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.05);
	        box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.05);
	-webkit-transform: translateY(-150%) translateZ(0);
	   -moz-transform: translateY(-150%) translateZ(0);
	    -ms-transform: translateY(-150%) translateZ(0);
	     -o-transform: translateY(-150%) translateZ(0);
	        transform: translateY(-150%) translateZ(0);
	-webkit-transition: all .5s cubic-bezier(.77,0,.175,1);
	   -moz-transition: all .5s cubic-bezier(.77,0,.175,1);
	    -ms-transition: all .5s cubic-bezier(.77,0,.175,1);
	     -o-transition: all .5s cubic-bezier(.77,0,.175,1);
	        transition: all .5s cubic-bezier(.77,0,.175,1);
}
.admin-bar header .sm-fixed-header{
	top: 32px;
}
header .sm-fixed-header .main-navigation .smart-primary-menu-wrap ul li{
	padding: 15px 0;
}
header .sm-fixed-header.fixed{
	-webkit-transform: translateY(0) translateZ(0);
	   -moz-transform: translateY(0) translateZ(0);
	    -ms-transform: translateY(0) translateZ(0);
	     -o-transform: translateY(0) translateZ(0);
	        transform: translateY(0) translateZ(0);
}
header .sm-fixed-header .site-logo-wrapp img{
	width: 100px;
}
header .sm-fixed-header .smart-container .icon-wrapp{
	width: 127px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    line-height: 1;
}
header .sm-fixed-header .smart-container .icon-wrapp i.lnr{
	font-size: 20px;
	font-weight: 400;
}
header .sm-fixed-header .smart-container .icon-wrapp .sm-icon-header{
	margin: 0 10px;
}
header.header-4.top-disabled .sm-fixed-header .smart-container .icon-wrapp .sm-icon-header{
	margin: 0;
}
header .sm-fixed-header .smart-container .icon-wrapp .cart-icon-wrap .sm-cart .icon i{
	font-size: 20px;
}
header.top-disabled .sm-fixed-header .smart-container .icon-wrapp .cart-icon-wrap .sm-cart .icon i{
	font-size: 16px;
}
header .sm-fixed-header .smart-container .icon-wrapp .cart-icon-wrap .sm-cart .icon i.carticon-line-cart2{
	font-size: 20px;
	float: right;
	margin-top: -1px;
}
header .sm-fixed-header .smart-container .icon-wrapp .cart-icon-wrap .sm-cart a{
	display: inline-block;
	font-size: 20px;
	height: auto;
	width: auto;
	background: none !important;
	line-height: 1;
}
header .sm-fixed-header .sm-icon-header:hover &gt; a,
header .sm-fixed-header .smart-container .icon-wrapp .cart-icon-wrap .sm-cart a:hover,
header .sm-fixed-header .smart-container .icon-wrapp .cart-icon-wrap .sm-cart a:hover{
	background: none !important;
	color: #DF3550;
}
header .sm-fixed-header .smart-container .icon-wrapp .cart-icon-wrap{
	width: auto;
	margin-left: 15px;
}
header .sm-fixed-header .cart-icon-wrap .sm-cart .sm-cart-icon-wrap{
	float: right;
	margin-top: 1px;
}
header .sm-fixed-header .cart-icon-wrap .sm-cart .sm-cart-icon-wrap .sm-cart-count{
	top: -8px;
	right: 0px;
}
header.header-4 .sm-fixed-header .cart-icon-wrap .sm-cart .sm-cart-icon-wrap .sm-cart-count{
	top: -5px;
	right: -3px;
}
header .sm-fixed-header .sm-icon-header &gt; a span.wishlist-counter{
	top: -7px;
	right: -12px;
}
header .sm-fixed-header .user-logout-wrap span,
header .sm-fixed-header .wishlist-dropdown,
header .sm-fixed-header .cart-icon-wrap .site-header-cart .widget.widget_shopping_cart{
	top: calc(100% + 14px);
    top: -webkit-calc(100% + 14px);
    top: -moz-calc(100% + 14px);
    border: 1px solid #eee;
}
header.header-4.top-disabled .sm-fixed-header .wishlist-dropdown{
	top: 100%;
}
header.header-4 .sm-fixed-header .cart-icon-wrap .site-header-cart .widget.widget_shopping_cart{
	top: calc(100% + 11px);
    top: -webkit-calc(100% + 11px);
    top: -moz-calc(100% + 11px);
}
header.header-4 .sm-fixed-header .sm-icon-header &gt; a{
	color: #333;
	height: auto;
	width: auto;
	background: none;
	line-height: 1;
}
header.header-7 .sm-fixed-header .sm-icon-header &gt; a{
	color: #333;
}
.both-sidebar.woocommerce #content div.product div.images,
.both-sidebar.woocommerce div.product div.images,
.both-sidebar.woocommerce-page #content div.product div.images,
.both-sidebar.woocommerce-page div.product div.images{
	float: none;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	display: block;
}
.both-sidebar.woocommerce #content div.product div.summary,
.both-sidebar.woocommerce div.product div.summary,
.both-sidebar.woocommerce-page #content div.product div.summary,
.both-sidebar.woocommerce-page div.product div.summary{
	float: none;
	width: 100%;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs.slick-slider li:nth-child(4n+1) {
	clear: unset;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs.slick-slider button.slick-arrow{
	position: absolute;
	z-index: 1;
    top: 50%;
    margin-top: -20px;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
    height: 35px;
    width: 35px;
    overflow: hidden;
    cursor: pointer;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs.slick-slider button.slick-arrow:after{
	position: absolute;
	z-index: 1;
	visibility: visible;
	top: 0;
	font-family: 'Linearicons-Free';
	font-size: 15px;
	font-weight: 600;
	    height: 35px;
    width: 35px;
    line-height: 35px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    text-align: center;
    background: #ccc;
    color: #FFF;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
       -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
         -o-transition: all ease 0.3s;
            transition: all ease 0.3s;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs.slick-slider button.slick-arrow:hover:after{
	background: #777;
	cursor: pointer;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs.slick-slider button.slick-arrow.slick-prev{
	left: 0;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs.slick-slider button.slick-arrow.slick-prev:after{
	content: "\e875";
	left: 0;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs.slick-slider button.slick-arrow.slick-next{
	right: 0;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs.slick-slider button.slick-arrow.slick-next:after{
	content: "\e876";
	right: 0;
}
.woocommerce div.product div.images .flex-control-thumbs{
	margin-top: 10px;
}
.logged-in-as a{
	color: #999;
}
.logged-in-as a:hover,
.comment-list li.comment .reply a:hover{
	color: #DF3550;
}
.single-content-wrapp:before,
.single-content-wrapp:after{
	clear: both;
	content: "";
	display: table;
}
.single-content-wrapp table{
	border: 1px solid #eee;
	border-collapse: collapse;
}
.single-content-wrapp table th,
.single-content-wrapp table td,
.single-content-wrapp table tr{
	border: 1px solid #eee;
	text-align: left;
	font-size: 16px;
	padding: 5px 10px;
}
.single-content-wrapp table th{
	font-weight: 600;
}
.single-content-wrapp table a{
	color: #333;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.single-content-wrapp table a:hover{
	color: #DF3550;
}
.pingback{
	font-size: 14px;
	color: #404040;
}
.pingback a{
	font-size: 14px;
	color: #404040;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.sm-inner-wrapper .content-area ol li.trackback,
.sm-inner-wrapper .content-area ul li.trackback,
.sm-inner-wrapper .content-area ol li.pingback,
.sm-inner-wrapper .content-area ul li.pingback{
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: solid 1px #eee;
}
/*.pingback{
	margin-bottom: 10px;
}*/
.pingback a:hover{
	color: #DF3550;
}
.store-mart-news-ticker h4{
	font-size: 14px;
}
.smnt-title{
	padding: 12px 25px;
}
.smnt-list .owl-item{
	padding: 10px 0;
}
.store-mart-news-ticker h4 a{
	height: 20px;
	line-height: 20px;
}
.flex-control-nav .slick-slide{
	max-width: 90px;
}

/*.woo-hover-style-2 ul.products li.product:hover{
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.075);
	        box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.075);
}*/
.woo-hover-style-2 ul.products li.product .sm-product-img-before a{
	position: relative;
	display: block;
}
.woo-hover-style-2 ul.products li.product .sm-product-img-before a:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.1);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.woo-hover-style-2 ul.products li.product:hover .sm-product-img-before a:after{
	visibility: visible;
	opacity: 1;
}
.woo-hover-style-2 ul.products li.product .sm-product-img-after.img-effect a:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.1);
}
.woo-hover-style-2 .sm-compare-wrapp a:before{
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background: #FFF;
}
.woo-hover-style-2 .sm-compare-wrapp .yith-wcwl-wishlistaddedbrowse.show a.link-wishlist:before,
.woo-hover-style-2 .sm-compare-wrapp .yith-wcwl-wishlistexistsbrowse.show a.link-wishlist:before,
.woo-hover-style-2 .sm-compare-wrapp a:hover:before,
.woocommerce.woo-hover-style-2 .sm-compare-wrapp a.added:before{
	background: #DF3550;
	color: #FFF;
}
.woo-hover-style-2 .grid .sm-compare-wrapp .yith-wcwl-wishlistaddedbrowse.show a.link-wishlist:before,
.woo-hover-style-2 .grid .sm-compare-wrapp .yith-wcwl-wishlistexistsbrowse.show a.link-wishlist:before,
.woo-hover-style-2 .grid .sm-compare-wrapp a:hover:before,
.woocommerce.woo-hover-style-2 .grid .sm-compare-wrapp a.added:before{
	background: #DF3550;
	color: #FFF;
}

.woo-hover-style-2 .sm-compare-wrapp .add-to-wishlist-custom,
.woo-hover-style-2 .sm-compare-wrapp .compare-wrap{
	height: 42px;
	margin-top: 4px;
}
.woo-hover-style-2 .sm-compare-wrapp .add-to-wishlist-custom a,
.woo-hover-style-2 .sm-compare-wrapp .compare-wrap a.sm-compare{
	height: 40px;
	width: 40px;
	right: 8px;
}
.woo-hover-style-2 .sm-compare-wrapp .add-to-wishlist-custom a:before,
.woo-hover-style-2 .sm-compare-wrapp .compare-wrap a.sm-compare:before{
	right: 0;
}
.woo-hover-style-1 .sm-compare-wrapp a span{
	top: 3px;
	right: 0;
	min-width: 115px;
	text-align: center;
	width: max-content;
	width: -moz-max-content;
	width: -webkit-max-content;
	text-align: center;
}
.woo-hover-style-1 .sm-compare-wrapp a.compare span{
	min-width: 80px;
}
.woo-hover-style-1 .grid .sm-compare-wrapp a.compare:before{
	background: none !important;
}
.woo-hover-style-1 .sm-compare-wrapp a.compare.added:before{
	color: #222;
}
.woo-hover-style-2 .sm-compare-wrapp a.compare.added:before{
	color: #FFF;
}
.woo-hover-style-2 .sm-compare-wrapp a span{
	top: 6px;
	right: 15px;
	min-width: 115px;
	text-align: center;
	width: max-content;
	width: -moz-max-content;
	width: -webkit-max-content;
	text-align: center;
}
.woo-hover-style-2 .sm-compare-wrapp a.compare span{
	min-width: 80px;
}
.woo-hover-style-2 li.product .sm-product-thumb-wrapp span.onsale{
	left: 18px;
}
.woo-hover-style-2 li.product .sm-product-thumb-wrapp span.onsale:before{
	top: 0;
	left: -10px;
}
.woo-hover-style-2 li.product .sm-cart-wrapp{
	padding: 0;
}
.woo-hover-style-2 li.product .sm-cart-wrapp a.button,
.woo-hover-style-2 li.product .sm-cart-wrapp a.link-quickview{
	background: #FFF;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.woo-hover-style-2 li.product .sm-cart-wrapp a.added_to_cart{
	background: #DF3550;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.woo-hover-style-2 .smwms-wrap.woocommerce .sm-msnry-products-wrap li.product .sm-product-thumb-wrapp .sm-compare-wrapp{
	top: 5px;
}
.woo-hover-style-2 .sm-compare-wrapp .yith-wcwl-add-button.show .ajax-loading{
	position: absolute;
	z-index: 9;
	top: 16px;
	right: 20px;
}
.woo-hover-style-2 .smwms-wrap.woocommerce .sm-msnry-products-wrap .large-item-wrapp li.product .sm-cart-wrapp{
	padding: 0;
}
#salertWrapper .popup-item{
	-webkit-box-shadow: -1px 0px 10px rgba(0,0,0,0.1);
	        box-shadow: -1px 0px 10px rgba(0,0,0,0.1);
}


/*Contact Form*/
.stmart-main-wrap{
	padding-left: 30px !important;
}
.ufb-front-form input,
.ufb-front-form textarea,
.ufb-front-form button{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.ufb-front-form input:focus,
.ufb-front-form textarea:focus,
.ufb-front-form button:focus{
	outline: none;
}
.ufb-front-form input[type="text"]{
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	width: 100%;
	-webkit-border-radius: 0;
	        border-radius: 0;
	border: 1px solid #e0e0e0;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
.single-content-wrapp input[type="password"],
.single-content-wrapp input[type="text"]{
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	-webkit-border-radius: 0;
	        border-radius: 0;
	border: 1px solid #e0e0e0;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
.ufb-front-form input[type="email"]{
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	width: 100%;
	-webkit-border-radius: 0;
	        border-radius: 0;
	border: 1px solid #e0e0e0;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
.single-content-wrapp textarea,
.ufb-front-form textarea{
	padding: 10px;
	-webkit-border-radius: 0;
	        border-radius: 0;
	border: 1px solid #e0e0e0;
	width: 100%;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
.single-content-wrapp input[type="password"]:hover,
.single-content-wrapp input[type="text"]:hover,
.ufb-front-form input[type="text"]:hover{
	border-color: #ddd;
}
.ufb-front-form input[type="email"]:hover{
	border-color: #ddd;
}
.single-content-wrapp textarea:hover,
.ufb-front-form textarea:hover{
	border-color: #ddd;
}
.single-content-wrapp input[type="password"]:focus,
.single-content-wrapp input[type="text"]:focus,
.ufb-front-form input[type="text"]:focus{
	border-color: #bbb;
}
.single-content-wrapp textarea:focus,
.ufb-front-form input[type="email"]:focus{
	border-color: #bbb;
}
.ufb-front-form textarea:focus{
	border-color: #bbb;
}
.single-content-wrapp input[type="reset"],
.single-content-wrapp input[type="submit"]{
	height: 45px;
    line-height: 45px;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    background: #000;
    border: solid 1px #000;
    color: #FFF;
    font-size: 16px;
    padding: 0 25px;
    font-weight: 500;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    -ms-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}
.single-content-wrapp input[type="reset"]:hover,
.single-content-wrapp input[type="submit"]:hover{
	background: #333;
	border-color: #333;
	cursor: pointer;
}
.stmart-field-1{
	width: 50%;
	padding-right: 15px;
	margin-bottom: 30px;
}
.stmart-field-2{
	width: 50%;
	padding-left: 15px;
	margin-bottom: 30px;
}
.stmart-field-3{
	width: 100%;
	margin-bottom: 30px;
}
.stmart-field-4{
	width: 100%;
	margin-bottom: 25px;
}
.stmart-field-5 input[type="submit"]{
	height: 45px;
	line-height: 45px;
	width: 100%;
	margin-bottom: 30px;
	-webkit-border-radius: 0;
	        border-radius: 0;
	text-transform: uppercase;
	background: #000;
	color: #FFF;
	font-size: 16px;
	padding: 0;
	font-weight: 500;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
.stmart-field-5 input[type="submit"]:hover{
	background: #444;
	cursor: pointer;
}
.stmart-field-6 .ufb-control-label{
	display: block;
	margin-bottom: 10px;
}
.stmart-field-6{
	margin-bottom: 40px;
}
.stmart-contact-pg p{
	font-weight: 300;
}
.stmart-contact-pg p strong{
	font-weight: 600;
}
.stmart-contact-pg p a{
	color: #404040;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
.stmart-contact-pg p a:hover{
	color: #DF3550;
}
.ufb-front-form input[type="text"]::-moz-placeholder{
	font-weight: 300;
	color: #999;
}
.ufb-front-form input[type="text"]::placeholder{
	font-weight: 300;
	color: #999;
}
.ufb-front-form input[type="text"]::-webkit-input-placeholder{
	font-weight: 300;
	color: #999;
}
.ufb-front-form input[type="text"]::-ms-input-placeholder{
	font-weight: 300;
	color: #999;
}
.ufb-front-form input[type="email"]::-moz-placeholder{
	font-weight: 300;
	color: #999;
}
.ufb-front-form input[type="email"]::placeholder{
	font-weight: 300;
	color: #999;
}
.ufb-front-form input[type="email"]::-webkit-input-placeholder{
	font-weight: 300;
	color: #999;
}
.ufb-front-form input[type="email"]::-ms-input-placeholder{
	font-weight: 300;
	color: #999;
}
.ufb-front-form textarea::-moz-placeholder{
	font-weight: 300;
	color: #999;
}
.ufb-front-form textarea::placeholder{
	font-weight: 300;
	color: #999;
}
.ufb-front-form textarea::-webkit-input-placeholder{
	font-weight: 300;
	color: #999;
}
.ufb-front-form textarea::-ms-input-placeholder{
	font-weight: 300;
	color: #999;
}

@media only screen and (max-width:1200px) {
	.stmart-contact-pg{
		padding-left: 20px !important;
	}
	.stmart-main-wrap{
		padding-left: 0px !important;
	}
}
@media only screen and (max-width:992px) {
	.stmart-contact-pg{
		padding-left: 15px !important;
		padding-right: 15px !important;
		width: 100% !important;
	}
	.stmart-main-wrap{
		padding-left: 0px !important;
		width: 100% !important;
	}
	.stmart-contc-detls{
		width: 100% !important;
	}
}
@media only screen and (max-width:600px) {
	.stmart-field-1{
		width: 100%;
		padding-right: 15px;
		margin-bottom: 20px;
	}
	.stmart-field-2{
		width: 100%;
		padding-left: 15px;
		margin-bottom: 20px;
	}
	.stmart-field-3,
	.stmart-field-4,
	.stmart-field-5,
	.stmart-field-6{
		width: 100%;
		margin-bottom: 20px;
	}
}



/*--------------------------------------------------------------
## Custom block colors.
--------------------------------------------------------------*/

.sm-inner-wrapper .content-area p.has-theme-color-color,
.sm-inner-wrapper .content-area p.has-theme-color-color a {
	color: #DF3550;
}

.sm-inner-wrapper .content-area p.has-theme-color-background-color {
	background-color: #DF3550;
}

.sm-inner-wrapper .content-area p.has-dusty-orange-color,
.sm-inner-wrapper .content-area p.has-dusty-orange-color a {
	color: #ED8F5B;
}

.sm-inner-wrapper .content-area p.has-dusty-orange-background-color {
	background-color: #ED8F5B;
}

.sm-inner-wrapper .content-area p.has-dusty-red-color,
.sm-inner-wrapper .content-area p.has-dusty-red-color a {
	color: #E36D60;
}

.sm-inner-wrapper .content-area p.has-dusty-red-background-color {
	background-color: #E36D60;
}

.sm-inner-wrapper .content-area p.has-dusty-wine-color,
.sm-inner-wrapper .content-area p.has-dusty-wine-color a {
	color: #9C4368;
}

.sm-inner-wrapper .content-area p.has-dusty-wine-background-color {
	background-color: #9C4368;
}

.sm-inner-wrapper .content-area p.has-dark-sunset-color,
.sm-inner-wrapper .content-area p.has-dark-sunset-color a {
	color: #33223B;
}

.sm-inner-wrapper .content-area p.has-dark-sunset-background-color {
	background-color: #33223B;
}

.sm-inner-wrapper .content-area p.has-almost-black-color,
.sm-inner-wrapper .content-area p.has-almost-black-color a {
	color: #0A1C28;
}

.sm-inner-wrapper .content-area p.has-almost-black-background-color {
	background-color: #0A1C28;
}

.sm-inner-wrapper .content-area p.has-dusty-water-color,
.sm-inner-wrapper .content-area p.has-dusty-water-color a {
	color: #41848F;
}

.sm-inner-wrapper .content-area p.has-dusty-water-background-color {
	background-color: #41848F;
}

.sm-inner-wrapper .content-area p.has-dusty-sky-color,
.sm-inner-wrapper .content-area p.has-dusty-sky-color a {
	color: #72A7A3;
}

.sm-inner-wrapper .content-area p.has-dusty-sky-background-color {
	background-color: #72A7A3;
}

.sm-inner-wrapper .content-area p.has-dusty-daylight-color,
.sm-inner-wrapper .content-area p.has-dusty-daylight-color a {
	color: #97C0B7;
}

.sm-inner-wrapper .content-area p.has-dusty-daylight-background-color {
	background-color: #97C0B7;
}

.sm-inner-wrapper .content-area p.has-dusty-sun-color,
.sm-inner-wrapper .content-area p.has-dusty-sun-color a {
	color: #EEE9D1;
}

.sm-inner-wrapper .content-area p.has-dusty-sun-background-color {
	background-color: #EEE9D1;
}

/*--------------------------------------------------------------
## Custom block font sizes.
--------------------------------------------------------------*/

.sm-inner-wrapper .content-area p.has-small-font-size {
	font-size: 12px;
}

.sm-inner-wrapper .content-area p.has-regular-font-size {
	font-size: 14px;
}

.sm-inner-wrapper .content-area p.has-large-font-size {
	font-size: 22px;
}

.sm-inner-wrapper .content-area p.has-larger-font-size {
	font-size: 35px;
}


/*------------------------------------------------
## Gallery
-------------------------------------------------*/
.woocommerce.add_to_cart_inline:before,
.woocommerce.add_to_cart_inline:after{
	display: table;
	clear: both;
	content: "";
}
.woocommerce.add_to_cart_inline .woocs_price_code{
	float: left;
	margin-top: 10px;
}
.woocommerce.add_to_cart_inline .add_to_cart_button{
	float: right;
	font-size: 13px;
    height: 44px;
    line-height: 44px;
    padding: 0 35px;
    background-color: #000000;
    color: #FFF;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.woocommerce.add_to_cart_inline .add_to_cart_button:hover{
	background: #DF3550;
	color: #FFF;
}
.vc_progress_bar .vc_single_bar .vc_label{
	margin-bottom: 10px;
}
.vc_progress_bar .vc_single_bar{
	padding-top: 1px;
}
.vc_wp_posts .widget_recent_entries ul,
.vc_wp_categories .widget_categories ul,
.vc_wp_archives .widget_archive ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.vc_wp_posts .widget_recent_entries ul li,
.vc_wp_categories .widget_categories ul li,
.vc_wp_archives .widget_archive ul li{
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #eee;
	font-size: 14px;
	color: #666;
	position: relative;
	padding-left: 15px;
}
.vc_wp_posts .widget_recent_entries ul li:before,
.vc_wp_categories .widget_categories ul li:before,
.vc_wp_archives .widget_archive ul li:before{
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	height: 2px;
	width: 5px;
	background: #666;
}
.vc_wp_posts .widget_recent_entries ul li a,
.vc_wp_categories .widget_categories ul li a,
.vc_wp_archives .widget_archive ul li a{
	color: #666;
}
.vc_wp_posts .widget_recent_entries ul li a:hover,
.vc_wp_categories .widget_categories ul li a:hover,
.vc_wp_archives .widget_archive ul li a:hover{
	color: #DF3550;
}
#yith-quick-view-content &gt; div.product{
	padding-top: 45px !important;
}
#yith-quick-view-content.woocommerce div.product .product_title{
	font-size: 26px;
}
#yith-quick-view-content.woocommerce div.product p.price{
	color: #6d6d6d;
	font-size: 24px;
}
#yith-quick-view-content.woocommerce div.product p.price del{
	font-size: 18px;
}
.woocommerce-notices-wrapper .woocommerce-message a.wc-forward{
	display: inline-block;
	padding: 10px 15px;
	-webkit-border-radius: 0;
	        border-radius: 0;
	font-weight: 500;
	background: #000;
	color: #FFF;
	text-transform: capitalize;
}
.no-img .single-meta-wrapp{
	margin-bottom: 25px;
}
.post-password-form label{
	display: inline-block;
	vertical-align: middle;
}
.post-password-form label input[type="password"]{
	border: solid 1px #ccc;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	-webkit-border-radius: 0;
	        border-radius: 0;
	margin-left: 10px;
	margin-right: 5px;
}
.post-password-form input[type="submit"]{
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	display: inline-block;
	vertical-align: middle;
	background: #DF3550;
	color: #FFF;
	text-transform: uppercase;
	border: none;
	-webkit-border-radius: 0;
	        border-radius: 0;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
.post-password-form input[type="submit"]:hover{
	background: #000;
}
.subscribe-form-main-wrap{
	text-align: center;
}
.subscribe-form-main-wrap h2{
	font-size: 20px;
	display: block;
	line-height: 1;
	font-weight: 600;
	margin: 0 0 10px;
}
.subscribe-form-main-wrap p{
	display: block;
	text-align: center !important;
	line-height: 1 !important;
	margin: 10px 0 30px !important;
}
.subscribe-form-main-wrap .subscribe-form-wrap{
	position: relative;
}
.subscribe-form-main-wrap .subscribe-form-wrap:before,
.subscribe-form-main-wrap .subscribe-form-wrap:after{
	content: "";
	display: table;
	clear: both;
}
.subscribe-form-main-wrap .subscribe-form-wrap span.your-email{
	display: inline-block;
	float: left;
	width: calc(100% - 150px);
	width: -webkit-calc(100% - 150px);
	width: -moz-calc(100% - 150px);
}
.subscribe-form-main-wrap .subscribe-form-wrap span.your-email input[type="email"]{
	height: 45px;
	line-height: 45px;
	width: 100%;
	border: none;
	-webkit-border-radius: 0;
	        border-radius: 0;
	padding: 0 25px;
}
.subscribe-form-main-wrap .subscribe-form-wrap input[type="submit"]{
	display: inline-block;
	float: left;
	width: 150px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0;
	background: rgba(3,99,205,1);
	border: none;
	color: #FFF;
	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
.subscribe-form-main-wrap .subscribe-form-wrap input[type="submit"]:focus,
.subscribe-form-main-wrap .subscribe-form-wrap input[type="submit"]:active{
	outline: none;
}
.subscribe-form-main-wrap .subscribe-form-wrap input[type="submit"]:hover{
	background: #000;
	border-color: #000;
	cursor: pointer;
}
.subscribe-form-main-wrap .subscribe-form-wrap .ajax-loader{
	position: absolute;
	top: 15px;
	right: -25px;
}

.woocommerce-error{
	border-top-color: #ff0000;
}
.woocommerce-error::before{
	color: #ff0000;
}
.woocommerce-info, .woocommerce-message{
	border-top-color: #DF3550;
}
.woocommerce-info::before, .woocommerce-message::before{
	color: #DF3550;
}
.woocommerce-notices-wrapper .woocommerce-message a.wc-forward:hover{
	background: #DF3550;
}
.woocommerce div.product .woocommerce-tabs .panel{
	margin-bottom: 10px;
}
.sm-inner-wrapper .content-area p:first-of-type{
	margin-top: 0;
}
.yith-wcwl-share{
	margin-bottom: 15px;
}
.footer-form h3{
	font-size: 16px;
	color: #FFF;
	font-weight: 500;
	margin: 0 0 15px;
}
.footer-form .info{
	font-size: 14px;
	line-height: 20px;
	display: block;
	margin-bottom: 20px;
}
.footer-form .form-wrapp{
	display: block;
	position: relative;
	width: 100%;
	height: 45px;
	line-height: 45px;
	margin-top: 22px;
}
.top-footer-wrap div.wpcf7-validation-errors, .top-footer-wrap div.wpcf7-acceptance-missing{
	margin: 45px 0 0;
	border-width: 1px;
}
.top-footer-wrap div.wpcf7 .ajax-loader{
	position: absolute;
    top: 13px;
    right: -20px;
}
.footer-form .form-wrapp .your-email{
	width: 100%;
	height: 45px;
	line-height: 45px;
	display: block;
}
.footer-form .form-wrapp .your-email input[type="email"]{
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0 100px 0 15px;
	color: #FFF;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border: solid 1px #8a8a8a;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.footer-form .form-wrapp input[type="submit"]{
	position: absolute;
	z-index: 1;
	top: 2px;
	right: 2px;
	height: 41px;
	line-height: 41px;
	background: #DF3550;
	color: #FFFF;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	-webkit-border-radius: 0;
	        border-radius: 0;
	border: none;
	padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    z-index: 1;
    -webkit-transition: all ease 0.35s;
       -moz-transition: all ease 0.35s;
        -ms-transition: all ease 0.35s;
         -o-transition: all ease 0.35s;
            transition: all ease 0.35s;
}
.footer-form .form-wrapp input[type="submit"]:hover{
	cursor: pointer;
	background: #4e4e4e;
}
.footer-form .form-wrapp .your-email input[type="email"]::-moz-placeholder{
	color: #ddd;
}
.footer-form .form-wrapp .your-email input[type="email"]::placeholder{
	color: #ddd;
}
.footer-form .form-wrapp .your-email input[type="email"]::-webkit-input-placeholder{
	color: #ddd;
}
.footer-form .form-wrapp .your-email input[type="email"]::-ms-input-placeholder{
	color: #ddd;
}
.red, .required {
    color: red;
}
.search-results .content-area article{
	margin-bottom: 30px;
}
.sm-inner-wrapper .content-area article.hentry{
	margin-bottom: 40px;
}
/*.sm-inner-wrapper .content-area .wp-block-image{
	display: block;
	height: 100%;
}
.sm-inner-wrapper .content-area .wp-block-image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
*/
.no-results.not-found .page-content p{
	margin-bottom: 20px;
}
.no-results.not-found .page-content form.search-form{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.comment-form-cookies-consent [type="checkbox"]{
	display: inline-block;
	vertical-align: middle;
	margin: 6px;
}
.comment-form-cookies-consent label{
	display: inline-block !important;
}
footer .footer-widgets .woocommerce ul li a:after{
	display: none;
}
.woocommerce .sm-product-thumb-wrapp .sales-timer-ct{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) translateZ(0);
	   -moz-transform: translate(-50%, -50%) translateZ(0);
	    -ms-transform: translate(-50%, -50%) translateZ(0);
	     -o-transform: translate(-50%, -50%) translateZ(0);
	        transform: translate(-50%, -50%) translateZ(0);
	display: block;
	padding: 5px 15px;
    background: #DD354B;
    color: #FFF;
    border-radius: 3px;
    width: 100%;
    max-width: 220px;
	text-align: center;
}
.woocommerce .sm-product-thumb-wrapp .sales-timer-ct .timer-text,
.woocommerce .sm-product-thumb-wrapp .sales-timer-ct .timer-inner-wrap,
.woocommerce .sm-product-thumb-wrapp .sales-timer-ct .counter-time{
	display: inline-block;
	font-size: 14px;
}
.woocommerce .sm-product-thumb-wrapp .sales-timer-ct .counter-time{
	position: relative;
	padding-right: 10px;
}
.woocommerce .sm-product-thumb-wrapp .sales-timer-ct .counter-time:after{
	content: ":";
	position: absolute;
	top: 0;
	right: 0;
}
.woocommerce .sm-product-thumb-wrapp .sales-timer-ct .counter-time.sec-wrapp{
	padding-right: 0;
}
.woocommerce .sm-product-thumb-wrapp .sales-timer-ct .counter-time.sec-wrapp:after{
	display: none;
}
.store-mart-cta.layout-4 img{
	height: 100vh;
	width: 100%;
	object-fit: cover;
}
.admin-bar .store-mart-cta.layout-4 img{
	height: calc(100% - 32px);
	height: -webkit-calc(100% - 32px);
	height: -moz-calc(100% - 32px);
	width: 100%;
	object-fit: cover;
}
header.header-4.top-disabled .smart-menu-wrapper{
	padding: 15px 0;
}
header.header-4.top-disabled .sm-search-icon-wrap .sm-search-icon,
header.header-4.top-disabled .sm-icon-header i.lnr,
header.header-4.top-disabled .cart-icon-wrap .sm-cart .icon i,
header.header-4.top-disabled .cart-icon-wrap .sm-cart .icon i{
	font-size: 16px;
}
header.header-4.top-disabled .sm-icon-header &gt; a,
header.header-4.top-disabled .sm-icon-header.sm-wishlist-wrap &gt; a,
header.header-4.top-disabled .sm-search-icon-wrap .sm-search-icon{
	height: 48px;
	width: 48px;
	line-height: 48px;
}

header.header-4.top-disabled .sm-icon-header &gt; a{
	line-height: 52px;
}
header.header-4.top-disabled .sm-icon-header &gt; a span.wishlist-counter,
header.header-4.top-disabled .sm-icon-header span#sm-compare-count{
	top: 5px;
    right: 5px;
}
header.header-4.top-disabled .sm-icon-header.sm-wishlist-wrap &gt; a {
    line-height: 55px;
    height: 48px;
    width: 48px;
}
header.header-4.top-disabled .cart-icon-wrap .sm-cart a{
	width: 48px;
	height: 48px;
}
header.header-4.top-disabled .cart-icon-wrap .sm-cart .sm-cart-icon-wrap .sm-cart-count {
    top: -6px;
    right: -11px;
}
header.header-4.top-disabled .sm-fixed-header .cart-icon-wrap .sm-cart .sm-cart-icon-wrap .sm-cart-count{
	top: -9px;
}
header.header-4.top-disabled .cart-icon-wrap .sm-cart .sm-cart-icon-wrap{
	padding-top: 0;
	padding-right: 0;
}
header.header-4.top-disabled .sm-menu-wrap{
	padding: 0 3%;
}

/*styles for new demo elements*/
.wpb_wrapper .widget.widget_nav_menu{
    border:  1px solid #f1dadb;
}
.wpb_wrapper .widget.widget_nav_menu ul{
    padding-right: 1em;
    max-height: 585px;
    overflow-y: auto;
}
.wpb_wrapper .widget.widget_nav_menu ul li{
    list-style: none;
    padding: 15px 10px;
    position: relative;
}
.wpb_wrapper .widget.widget_nav_menu ul li ul li:last-child{
	padding-bottom: 0;
}
.wpb_wrapper .widget.widget_nav_menu ul li.menu-item-has-children .sub-toggle{
	position: absolute;
	top: 16px;
	right: 5px;
	height: 20px;
	width: 20px;
}
.wpb_wrapper .widget.widget_nav_menu ul li.menu-item-has-children .sub-toggle:before{
	position: absolute;
	top: 0;
	right: 0;
	content: "\e874";
	font-weight: 600;
	font-family: 'Linearicons-Free';
	font-size: 13px;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
.wpb_wrapper .widget.widget_nav_menu ul li.menu-item-has-children.mob-menu-toggle .sub-toggle:before{
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.wpb_wrapper .widget.widget_nav_menu ul li.menu-item-has-children ul.sub-menu{
	padding: 0 5px;
	margin: 0;
}
.wpb_wrapper .widget.widget_nav_menu ul li:not(:last-child){
    border-bottom: 1px solid #f1dadb;
}
.wpb_wrapper .widget.widget_nav_menu ul li a{
    color: #333;
    font-size: 14px;
    font-weight: 500;
}
.wpb_wrapper .widget.widget_nav_menu ul li a:hover{
    color: #DF3550;
}
.wpb_wrapper .widget.widget_nav_menu ul .mCSB_scrollTools{
	width: 4px;
}
.wpb_wrapper .widget.widget_nav_menu ul .mCSB_inside&gt;.mCSB_container{
	margin-right: 20px;
}
.zigcy-product-block-carousel .sm-products .slider-inner-main{
	display: block;
	width: 100%;
}
.zigcy-product-block-carousel .sm-products .slider-inner-main:before,
.zigcy-product-block-carousel .sm-products .slider-inner-main:after{
	content: "";
	display: table;
	clear: both;
}
.zigcy-product-block-carousel .sm-products .slider-inner-main .item-first-wrapper{
	width: 50%;
	float: left;
	padding-right: 10px;
}
.zigcy-product-block-carousel .sm-products .slider-inner-main .item-second-wrapp{
	width: 50%;
	float: left;
	padding-left: 10px;
}
.zigcy-product-block-carousel .sm-products .slider-inner-main .product{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	width: 100%;
	margin-bottom: 20px;
}
.zigcy-product-block-carousel .sm-products .slider-inner-main .product .item-img{
	display: inline-block;
	width: 30%;
	float: left;
	margin: 0;
}
.zigcy-product-block-carousel .sm-products .slider-inner-main .product .item-info-wrapp{
	display: inline-block;
	width: 70%;
	float: left;
	margin: 0;
	padding-left: 15px;
}
.zigcy-product-block-carousel .item-info-wrapp .woocommerce-loop-product__title{
	font-size: 16px;
	font-weight: 500;
	margin-top: 0 !important;
	margin-bottom: 5px !important;
	line-height: 1.15;
}
.zigcy-product-block-carousel .item-info-wrapp .woocommerce-loop-product__title a{
	color: #1c1c1c;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
.zigcy-product-block-carousel .item-info-wrapp .woocommerce-loop-product__title a:hover{
	color: #DF3550;
}
.zigcy-product-block-carousel .item-info-wrapp .desc-wrap{
	font-size: 14px;
	line-height: 1.5;
}
.zigcy-product-block-carousel .item-info-wrapp .price{
	font-size: 16px !important;
	font-weight: 600;
	color: #a76765 !important;
	display: block;
	width: 100%;
	position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%) translateZ(0);
    -moz-transform: translate(0, -50%) translateZ(0);
    -ms-transform: translate(0, -50%) translateZ(0);
    -o-transform: translate(0, -50%) translateZ(0);
    transform: translate(0, -50%) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
    -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
    -o-transition: all .4s cubic-bezier(.77,0,.175,1);
    transition: all .4s cubic-bezier(.77,0,.175,1);
}
.zigcy-product-block-carousel .item-info-wrapp .price del{
	font-weight: 400;
	font-size: 14px;
	color: #777;
}
.zigcy-product-block-carousel .item-info-wrapp .price-wrapp{
	display: block;
    position: relative;
    height: 30px;
    overflow: hidden;
}
.zigcy-product-block-carousel .product:hover .item-info-wrapp .price{
	visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    -o-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
}
.zigcy-product-block-carousel .product .item-info-wrapp a.added_to_cart,
.zigcy-product-block-carousel .item-info-wrapp a.button{
	position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-100%, -50%) translateZ(0);
    -moz-transform: translate(-100%, -50%) translateZ(0);
    -ms-transform: translate(-100%, -50%) translateZ(0);
    -o-transform: translate(-100%, -50%) translateZ(0);
    transform: translate(-100%, -50%) translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background: none;
    font-size: 16px;
    text-transform: lowercase;
    font-weight: 500;
    color: #777;
    padding: 0;
    -webkit-transition: all .4s cubic-bezier(.77,0,.175,1);
    -moz-transition: all .4s cubic-bezier(.77,0,.175,1);
    -ms-transition: all .4s cubic-bezier(.77,0,.175,1);
    -o-transition: all .4s cubic-bezier(.77,0,.175,1);
    transition: all .4s cubic-bezier(.77,0,.175,1);
}
.zigcy-product-block-carousel .product:hover .item-info-wrapp a.added_to_cart,
.zigcy-product-block-carousel .product:hover .item-info-wrapp a.button{
	-webkit-transform: translate(0, -50%) translateZ(0);
    -moz-transform: translate(0, -50%) translateZ(0);
    -ms-transform: translate(0, -50%) translateZ(0);
    -o-transform: translate(0, -50%) translateZ(0);
    transform: translate(0, -50%) translateZ(0);
    visibility: visible;
    opacity: 1;
}
.zigcy-product-block-carousel .product .item-info-wrapp a.added_to_cart:before,
.zigcy-product-block-carousel .item-info-wrapp a.button:before{
	position: absolute;
    content: "";
    top: calc(100% + 5px);
    top: -webkit-calc(100% + 5px);
    top: -moz-calc(100% + 5px);
    left: 0;
    width: 12px;
    height: 1px;
    background: #222;
    -webkit-transition: background 0.2s, width .4s cubic-bezier(.77,0,.175,1);
    -moz-transition: background 0.2s, width .4s cubic-bezier(.77,0,.175,1);
    -ms-transition: background 0.2s, width .4s cubic-bezier(.77,0,.175,1);
    -o-transition: background 0.2s, width .4s cubic-bezier(.77,0,.175,1);
    transition: background 0.2s, width .4s cubic-bezier(.77,0,.175,1);
}
.zigcy-product-block-carousel .product .item-info-wrapp a.added_to_cart:before,
.zigcy-product-block-carousel .item-info-wrapp a.button:hover:before{
	width: 90px;
	background: #DF3550;
}
.zigcy-product-block-carousel .product .item-info-wrapp a.added_to_cart:before{
	top: calc(100% + 1px);
    top: -webkit-calc(100% + 1px);
    top: -moz-calc(100% + 1px);
    width: 75px;
}
.zigcy-product-block-carousel .product .item-info-wrapp a.added_to_cart,
.zigcy-product-block-carousel .item-info-wrapp a.button:hover{
	color: #DF3550;
}
.zigcy-product-block-carousel .item-info-wrapp a.button.loading:after{
	top: 1px;
	left: 100%;
	right: auto;
	margin-left: 10px;
}
.zigcy-product-block-carousel .item-info-wrapp a.button.added{
	display: none;
}
.section-title-wrapp .slider-block-title{
	font-size: 22px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #1c1c1c;
    text-align: left;
}
.section-title-wrapp .slider-block-title:after{
	content: "";
    background: #F0DADB;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
}
.zigcy-product-block-carousel .sm-products button.slick-prev{
	position: absolute;
    top: 0;
    right: 0;
    margin-right: 60px;
    margin-top: -50px;
    border: none;
    box-shadow: none;
    background: none;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
}
.zigcy-product-block-carousel .sm-products button.slick-next{
	position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
    margin-top: -50px;
    border: none;
    box-shadow: none;
    background: none;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
}
.zigcy-product-block-carousel .sm-products button.slick-next:before{
	content: "/";
	position: absolute;
	top: 3px;
	font-size: 12px;
	left: -17px;
}
.zigcy-product-block-carousel .sm-products button.slick-prev:hover,
.zigcy-product-block-carousel .sm-products button.slick-next:hover{
	cursor: pointer;
}
.zigcy-product-carousel .zpc-wrap .owl-nav{
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -65px;
}
.zigcy-product-carousel .zpc-wrap .owl-nav .owl-next,
.zigcy-product-carousel .zpc-wrap .owl-nav .owl-prev{
	color: rgba(0, 0, 0, 0.8);
	background: none;
	font-size: 15px;
	font-weight: 500;
	padding: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	position: relative;
}
.zigcy-product-carousel .zpc-wrap .owl-nav .owl-next:before{
	content: "/";
	position: absolute;
	top: 3px;
	font-size: 12px;
	left: -17px;
}
.zigcy-product-carousel .zpc-wrap .owl-nav .owl-prev{
	margin-right: 23px;
}
.zigcy-product-carousel .zpc-wrap .owl-item ul.products{
	padding: 0;
	list-style: none;
}
.zigcy-product-carousel .zpc-wrap .owl-item ul.products li.product{
	display: block;
	width: 100%;
	margin: 0;
}
.zigcy-product-carousel .zpc-wrap .owl-item ul.products li.product h2{
	font-size: 16px;
	line-height: 1.15;
}
.zigcy-product-carousel .zpc-wrap .owl-item ul.products li.product h2 a{
	color: #1c1c1c;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
.zigcy-product-carousel .zpc-wrap .owl-item ul.products li.product h2 a:hover{
	color: #DF3550;
}
.zigcy-product-carousel .zpc-wrap .owl-item ul.products li.product .smw-price-wrap{
	color: #333;
	font-weight: 600;
	font-size: 18px;
}
.zigcy-product-carousel .zpc-wrap .owl-item ul.products li.product .smw-price-wrap .price{
	font-weight: 600;
	color: #a76765;
	font-size: 18px;
}
.zigcy-product-carousel .zpc-wrap .owl-item ul.products li.product .smw-price-wrap .price del{
	font-weight: 500;
	color: #424242;
	font-size: 16px;
}
.zigcy-product-carousel .zpc-wrap .owl-item ul.products li.product .smw-price-wrap .price ins{
	font-size: 18px;
	color: #a76765;
	font-weight: 600;
}

.zigcy-product-cta{
	position: relative;
}
.zigcy-product-cta .zpc-wrap{
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	text-align: center;
}
.zigcy-product-cta .zpc-wrap .product-sub-title{
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 500;
	display: block;
}
.zigcy-product-cta .zpc-wrap .product-title{
	font-size: 32px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 400;
	display: block;
}
.zigcy-product-cta .zpc-wrap .product-price{
	font-size: 42px;
	color: #FFF;
	font-weight: 400;
	display: block;
	margin-top: 10px;
}
.zigcy-product-cta .zpc-wrap a.zpc-btn{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 12px 30px 10px;
	border: 2px solid #FFF;
	color: #FFF;
	display: inline-block;
	margin-top: 30px;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
.zigcy-product-cta .zpc-wrap a.zpc-btn:hover{
	color: #DF3550;
	background: #FFF;
}
.zigcy-product-slider-cta .owl-item{
	display: block;
	width: 100%;
}
.zigcy-product-slider-cta .owl-item .product{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	width: 100%;
}
.zigcy-product-slider-cta .owl-item .product .item-img,
.zigcy-product-slider-cta .owl-item .product .item-info-wrapp{
	display: inline-block;
	width: 50%;
	padding: 0 30px;
}
.zigcy-product-slider-cta .owl-item .product .item-img{
	text-align: center;
	padding: 50px 30px;
}
.zigcy-product-slider-cta .owl-item .product .item-img img{
	margin: 0 auto;
	width: auto;
}
.zigcy-product-slider-cta .owl-item .product .item-info-wrapp .subtitle{
	font-size: 18px;
	color: #FFF;
	font-weight: 400;
}
.zigcy-product-slider-cta .owl-item .product .item-info-wrapp .woocommerce-loop-product__title{
	font-size: 56px;
	font-weight: 600;
	line-height: 1.2;
}
.zigcy-product-slider-cta .owl-item .product .item-info-wrapp .woocommerce-loop-product__title a{
	color: #FFF;
}
.zigcy-product-slider-cta .owl-item .product .item-info-wrapp .price-wrap{
	display: block;
	margin-top: 20px;
}
.zigcy-product-slider-cta .owl-item .product .item-info-wrapp span.price{
	font-size: 32px;
	color: #FFF;
	font-weight: 400;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
}
.zigcy-product-slider-cta .owl-item .product .item-info-wrapp a.button{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	background: transparent;
	border: 2px solid rgba(255,255,255,0.8);
	-webkit-border-radius: 0;
	        border-radius: 0;
	color: #FFF;
	padding: 17px 25px 15px;
	margin-left: 30px;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
.zigcy-product-slider-cta .owl-item .product .item-info-wrapp a.button:hover{
	color: #DF3550;
	background: #FFF;
}
.zigcy-product-slider-cta .zpsc-wrap .owl-dots{
	margin-top: -45px !important;
	margin-bottom: 20px !important;
	position: relative;
	z-index: 99; 
}
.zigcy-product-slider-cta .zpsc-wrap .owl-dots .owl-dot span{
	background: transparent;
	margin: 5px 4px;
	border: 2px solid rgba(255,255,255,0.55);
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
.zigcy-product-slider-cta .zpsc-wrap .owl-dots .owl-dot.active span{
	background: #FFF;
}

.widget_nav_menu .menu-side-container ul{
	margin: 10px 0;
}
.widget_nav_menu .menu-side-container ul li{
	margin-bottom: 0;
	padding: 15px 10px;
}
.zigcy-cookie-notice{
	position: fixed;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
	z-index: 99999;
	width: 100%;
	max-width: 400px;
	background: #FFF;
	padding: 30px;
	-webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}
.zigcy-cookie-notice .info-wrap{
	font-size: 14px;
	line-height: 1.65;
	color: #535353;
}
.zigcy-cookie-notice.side-left{
	bottom: 10px;
	left: 10px;
}
.zigcy-cookie-notice.side-right{
	bottom: 10px;
	right: 10px;
}
.zigcy-cookie-notice.bottom-full{
	bottom: 0;
	right: 0;
	left: 0;
	max-width: 100%;
	text-align: center;
	padding: 20px;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.zigcy-cookie-notice.top-full{
	top: 0;
	right: 0;
	left: 0;
	max-width: 100%;
	text-align: center;
	padding: 20px;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.zigcy-cookie-notice .cookie-confirm{
	display: block;
	width: max-content;
	width: -webkit-max-content;
	width: -moz-max-content;
	padding: 10px 25px;
	font-size: 15px;
	background: #DF3550;
	color: #FFF;
	margin-top: 20px;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
.zigcy-cookie-notice.top-full .cookie-confirm,
.zigcy-cookie-notice.bottom-full .cookie-confirm{
	margin: 10px auto 0;
}
.zigcy-cookie-notice .cookie-confirm:hover{
	background: #000;
}

/*Footer 4*/
footer.footer-4{
	text-align: center;
	padding: 80px 0 30px;
}
footer.footer-4 .widget_text{
	display: block;
	text-align: center;
}
footer.footer-4 .wpcf7-form{
	display: block;
}
footer.footer-4 .wpcf7-form h2{
	color: #1c1c1c;
    font-size: 28px;
    font-weight: 700;
    position: relative;
    line-height: 1;
    text-transform: unset;
    margin-bottom: 15px;
}
footer.footer-4 .wpcf7-form p{
	font-size: 18px;
	display: block;
	color: #222;
	font-weight: 500;
}
footer.footer-4 .subscribe-form-wrap span.your-email{
	display: inline-block;
	width: 100%;
	max-width: 500px;
	position: relative;
}
footer.footer-4 .subscribe-form-wrap input[type="email"]{
	display: inline-block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	border: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
footer.footer-4 .subscribe-form-wrap input[type="submit"]{
	display: inline-block;
	position: relative;
	width: 45px;
	height: 45px;
	overflow: hidden;
	opacity: 1;
	border: none;
	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	font-weight: 600;
	text-indent: 999999999999px;
    background: url(assets/images/newsletter-icon.svg) center no-repeat;
	background-color: #ec8582;
	-webkit-background-size: 20px;
	     -o-background-size: 20px;
	        background-size: 20px;
    -webkit-transition: all ease 0.35s;
       -moz-transition: all ease 0.35s;
        -ms-transition: all ease 0.35s;
         -o-transition: all ease 0.35s;
            transition: all ease 0.35s;
}
footer.footer-4 .subscribe-form-wrap input[type="submit"]:hover{
	cursor: pointer;
    background: url(assets/images/newsletter-icon.svg) center no-repeat;
	-webkit-background-size: 20px;
	     -o-background-size: 20px;
	        background-size: 20px;
	background-color: #1c1c1c;
}
/*footer.footer-4 .subscribe-form-wrap span.your-email:after{
	position: absolute;
	content: "\e84b";
	font-weight: 600;
	font-family: 'Linearicons-Free';
	top: 0;
	left: 100%;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #FFF;
	font-size: 18px;
	background: rgba(3,99,205,1);
}*/
footer.footer-4 .widget_nav_menu{
	margin-top: 35px !important;
    position: relative;
    margin-bottom: 25px !important;
}
footer.footer-4 .widget_nav_menu ul li{
	display: inline-block;
	position: relative;
}
footer.footer-4 .widget_nav_menu ul li:after{
	position: absolute;
	content: "";
	top: 5px;
	left: 100%;
	width: 1px;
	height: 10px;
	background: #666;
}
footer.footer-4 .widget_nav_menu ul li:last-child:after{
	display: none;
}
footer.footer-4 .widget_nav_menu ul li a{
	color: #1c1c1c;
	font-size: 14px;
	font-weight: 600;
	padding: 0 20px;
	-webkit-transition: all ease 0.35s;
	   -moz-transition: all ease 0.35s;
	    -ms-transition: all ease 0.35s;
	     -o-transition: all ease 0.35s;
	        transition: all ease 0.35s;
}
footer.footer-4 .widget_nav_menu ul li a:hover{
	color: #a76765;
}
footer.footer-4 .widget_text p{
	font-weight: 500;
	color: #222;
}
header.header-4.top-disabled .cart-icon-wrap .sm-cart a {
    width: 35px;
    height: 35px;
}
header.header-4.top-disabled .cart-icon-wrap .sm-cart .sm-cart-icon-wrap .sm-cart-count {
    top: -14px;
    right: -16px;
}
header.header-4.top-disabled .sm-icon-header &gt; a, header.header-4.top-disabled .sm-icon-header.sm-wishlist-wrap &gt; a, header.header-4.top-disabled .sm-search-icon-wrap .sm-search-icon{
	height: 35px;
	width: 35px;
	line-height: 35px;
}
header.header-4.top-disabled .sm-icon-header &gt; a {
    line-height: 36px;
    padding: 0;
}
header.header-4.top-disabled .sm-icon-header.sm-wishlist-wrap &gt; a {
    line-height: 38px;
    height: 35px;
    width: 35px;
}
header.header-4.top-disabled .sm-search-icon-wrap .sm-search-icon,
header.header-4.top-disabled .sm-icon-header i.lnr,
header.header-4.top-disabled .cart-icon-wrap .sm-cart .icon i,
header.header-4.top-disabled .cart-icon-wrap .sm-cart .icon i {
    font-size: 14px;
}
header.header-4.top-disabled .sm-icon-header &gt; a span.wishlist-counter,
header.header-4.top-disabled .sm-icon-header span#sm-compare-count {
    top: -9px;
    right: -7px;
}
header.header-4.top-disabled .sm-fixed-header .sm-icon-header &gt; a span.wishlist-counter,
header.header-4.top-disabled .sm-fixed-header .sm-icon-header span#sm-compare-count{
	top: -2px;
	right: -2px;
}
header.header-4.top-disabled .sm-fixed-header .cart-icon-wrap .sm-cart .sm-cart-icon-wrap .sm-cart-count{
	right: -12px;
}
/*balendra*/
.zigcy-grid-banner .first-left-wrapp .content-wrapp {
    position: absolute;
    top: 50%;
    left: 0;    
    right: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.zigcy-grid-banner .second-right-wrapp .content-wrapp{
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin-right: 100px;
    text-align: right;
}

.zigcy-grid-banner .right-top-wrapp {
    height: 50%;
    position: relative;
}
.zigcy-grid-banner .second-right-wrapp {
    width: 50%;    
}
.zigcy-grid-banner .right-btm-wrapp {
    height: 50%;
    position: relative;
}
.zigcy-grid-banner .second-right-wrapp .img-warap img{
	height: 100%;
	width: 100%;
	object-fit:cover;
}
.zigcy-grid-banner .second-right-wrapp .img-warap{
	height: 100%;
}
/*.zigcy-grid-banner .img-warap{
	height: 350px;
}*/
.zigcy-grid-banner .owl-carousel .owl-item img {
    display: block;
    width: 100%;    
    height: 100%;
    object-fit: cover;
}
.zigcy-grid-banner .sl-inner-wrapp {
   /* height: 700px;*/
    position: relative;
}
.zigcy-grid-banner.store-mart-grid-banner {
        display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%;
    height: 100%;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;    
}
.zigcy-grid-banner .first-left-wrapp {
    width: 50%;
    
}
.zigcy-grid-banner .owl-item {
    height: 100%;
}
.zigcy-grid-banner .owl-stage {
    height: 100%;
}
.zigcy-grid-banner .owl-stage-outer {
    height: 100%;
}
.zigcy-grid-banner .owl-carousel.owl-theme.sl-outer.owl-loaded.owl-drag {
    height: 100%;
}
.zigcy-grid-banner .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 10px;
}
.zigcy-grid-banner .owl-theme .owl-dots .owl-dot.active span,
.zigcy-grid-banner .owl-theme .owl-dots .owl-dot:hover span {
    background: #df3550;
}</pre></body></html>