/*
Theme Name: Azen
Theme URI: http://azen.physcode.com/
Author: PhysCode
Author URI: http://physcode.com
Description:  Theme is specially created for building the website shop
Version: 1.0.1
License: Themeforest Licence
License URI: http://themeforest.net/licenses
Text Domain: azen
Tags: two-columns, left-sidebar, right-sidebar, editor-style, rtl-language-support, sticky-post, theme-options, translation-ready

This theme, like WordPress, is license under split.

WordPress azen Theme is based on physcode http://physcode.net/
*/
/* [Table of contents]
	1. Minxi
	2. Extend
	3. Global
	4. Header
	5. Footer
	6. Homepage
	7. Pages
	8. Shop
	9. Blog
	10. Portfolio
	11. Elements
 	12. Responsive
 	-------------------------------------------------------------------*/
/*--------------------------------------------------------------
	# Normalize
--------------------------------------------------------------*/
* {
	margin:  0;
	padding: 0;
}

html {
	font-family:              sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	height:                   100%;
}

body {
	margin: 0;
	height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display:        inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height:  0;
}

[hidden],
template {
	display: none;
}

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

a {
	background-color: transparent;
	outline:          none;
}

button {
	outline:         none;
	text-decoration: none;
}

a:active, a:hover, a:focus, a:visited {
	outline:         none !important;
	text-decoration: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 600;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color:      #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

figure.gallery-item {
	margin: 1em auto;
}

figure.alignnone {
	margin: 1em 0;
}

figure.alignleft {
	margin-left: 0;
}

figure.alignright {
	margin-right: 0;
}

hr {
	box-sizing: content-box;
	height:     0;
}

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color:  inherit;
	font:   inherit;
	margin: 0;
}

button {
	overflow: visible;
}

input[type="text"],
input[type="email"],
textarea, select {
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	box-shadow:         none !important;
}

select {
	background-image:    linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
	background-size:     5px 5px, 5px 5px, 1px 1.5em;
	background-repeat:   no-repeat;
	padding-right:       35px !important;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border:  0;
	padding: 0;
}

input {
	line-height: normal;
}

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

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border:  1px solid #d2d2d2;
	margin:  0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border:  0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing:  0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
}

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

p {
	margin-bottom: 1.2em;
}

p img {
	margin-bottom: 10px;
}

p:empty {
	display: none;
}

p:blank {
	display: none;
}

p:last-child {
	margin-bottom: 0;
}

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

blockquote {
	margin: 0 1em;
}

address {
	margin: 0 0 1em;
}

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

code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 0.9375rem;
}

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

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

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

ul ul, ul ol,
ol ul,
ol ol {
	margin-bottom: 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1em 1em;
}

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border:       1px solid;
	border-color: #ccc #ccc #bbb;
	background:   #e6e6e6;
}

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

select {
	border: 1px solid #ccc;
}

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

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"] {
	padding: 6px 10px;
}

textarea {
	padding: 6px 10px;
	width:   100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
	outline: thin dotted;
}

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

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

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

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

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

.site-main .comment-navigation .nav-links {
	overflow: hidden;
}

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

.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 {
	clip:     rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height:   1px;
	width:    1px;
	overflow: hidden;
}

.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;
	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 {
	float: left;
}

img.alignleft {
	margin-right: 25px;
}

img.alignright {
	margin-left:   25px;
	margin-bottom: 25px;
}

.alignright {
	float: right;
}

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

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

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

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

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

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

/*.hentry {*/
/*margin: 0 0 1.5em;*/
/*}*/
.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.has-large-font-size {
	line-height: 1.3em;
}

.page-links {
	clear:  both;
	margin: 30px 0 10px 0;
}

.page-links > span:not(.page-links-title), .page-links a > span {
	padding:     0 5px;
	margin:      0 2px;
	width:       30px;
	height:      30px;
	display:     inline-block;
	text-align:  center;
	border:      1px solid #ddd;
	line-height: 27px;
}

.single .page-links, .single .entry_footer, .page .page-links, .page .entry_footer {
	width: 100%;
	float: left;
}

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

.bypostauthor {
	display: block;
}

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

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

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

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

/*--------------------------------------------------------------
## 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.5075em 0 1em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin: 0 -15px 1.5em -15px;
}

.gallery figure {
	margin: 0;
}

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

.gallery-item .gallery-icon.landscape {
	margin-bottom: 1em;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*#table*/
table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

th, td {
	padding: 4px 6px;
}

table {
	border-collapse: separate;
	border-spacing:  0;
	border-width:    1px 0 0 1px;
	margin-bottom:   24px;
	width:           100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align:  left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight:  700;
}

td {
	border-width: 0 1px 1px 0;
}

dd {
	margin-bottom: 10px;
}

.post-password-form label {
	font-weight: normal;
}

.post-password-form label input[type="password"] {
	padding: 6px 15px;
	border:  1px solid #E8E8E8;
}

.post-password-form input[type="Submit"] {
	padding:       6px 20px;
	border:        none;
	background:    #181818;
	color:         #fff;
	box-shadow:    0 0 0;
	border-radius: 0;
}

input[type=radio], input[type=checkbox],
.woocommerce .woocommerce-account-fields .woocommerce-validated span:before {
	border:             1px solid #b4b9be;
	background:         #fff;
	color:              #555;
	clear:              none;
	cursor:             pointer;
	display:            inline-block;
	line-height:        0;
	height:             16px !important;
	margin:             -4px 4px 0 0;
	outline:            0;
	padding:            0 !important;
	text-align:         center;
	vertical-align:     middle;
	width:              16px !important;
	min-width:          16px !important;
	-webkit-appearance: none;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow:         inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: .05s border-color ease-in-out;
	transition:         .05s border-color ease-in-out;
}

input[type=radio]:focus, input[type=radio]:active, input[type=checkbox]:focus, input[type=checkbox]:active,
.woocommerce .woocommerce-account-fields .woocommerce-validated span:before:focus,
.woocommerce .woocommerce-account-fields .woocommerce-validated span:before:active {
	outline: none;
}

input[type=radio]:checked + label:before {
	color: #82878c;
}

input[type=radio] {
	-webkit-border-radius: 50% !important;
	border-radius:         50% !important;
	margin-right:          4px !important;
	line-height:           10px;
}

.woocommerce .woocommerce-account-fields .woocommerce-validated {
	padding: 0;
}

.woocommerce .woocommerce-account-fields .woocommerce-validated .woocommerce-form__label-for-checkbox span:before {
	background:    #fff !important;
	border-radius: 0;
	box-shadow:    none;
	margin:        0;
}

.woocommerce .woocommerce-account-fields .woocommerce-validated .woocommerce-form__label-for-checkbox span:after {
	width:  10px;
	height: 5px;
	left:   4px;
	top:    5px;
}

.woocommerce .woocommerce-account-fields .woocommerce-validated input[type=checkbox]:checked + span:after {
	border-color: #1e8cbe !important;
}

input[type=radio]:checked:before, input[type=checkbox]:checked:before {
	float:                   left;
	display:                 inline-block;
	vertical-align:          middle;
	width:                   16px !important;
	font:                    400 21px/1 FontAwesome;
	-webkit-font-smoothing:  antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input[type=checkbox]:checked:before {
	content:   "\f00c";
	margin:    1px 0 0 0;
	color:     #1e8cbe;
	font-size: 12px;
}

input[type=radio]:checked:before {
	content:               "\f111";
	text-indent:           -9999px;
	-webkit-border-radius: 50px;
	border-radius:         50px;
	font-size:             24px;
	width:                 6px !important;
	height:                6px !important;
	margin:                4px;
	line-height:           16px;
	background-color:      #1e8cbe;
}

@-moz-document url-prefix() {
	.form-table input.tog, input[type=radio], input[type=checkbox] {
		margin-bottom: -1px;
	}
}

.single-blog-content article ul li .children {
	margin-bottom: 0;
}

.single-blog-content article ol li ul {
	margin-bottom: 0;
}

.single-blog-content article ul li ul {
	margin-bottom: 0;
}

.single-blog-content .wp-block-latest-comments {
	margin-bottom: 0;
}

.single-blog-content .wp-block-image .alignright.is-resized {
	margin-bottom: 1em;
}

/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/* 2. Extend ------------------------------------------------------------ */
display-flex, .header-hp-1 .header-right, .header-hp-1 .header-left, .page-not-found .page-detail, .woocommerce .shop-single-v1-section .summary .woocommerce-product-rating, .single-blog-content .post-content .post-image, .single-blog-content .related-posts, .deal-hp-2 .deal-content .wrap-countdown {
	display: flex;
	display: -webkit-flex;
}

special-heading, .wrapper-footer [id*="monster-widget-placeholder"] .widget-title, .banner-section .banner-layout-2 .text-1, .banner-section .banner-layout-4 .text-1, .banner-section .banner-layout-5 .text-1, .wpb_heading.wpb_progress_bar_heading {
	text-align:     center;
	position:       relative;
	padding-bottom: 25px;
	margin-bottom:  63px;
}

/* 3. Global ------------------------------------------------------------ */
* {
	box-sizing:         border-box;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing:      border-box;
	-ms-box-sizing:     border-box;
}

body {
	color:       #666;
	font-size:   15px;
	font-weight: 400;
	line-height: 1.67;
}

a {
	text-decoration: none;
	color:           #111;
}

a:hover {
	text-decoration: none;
	color:           #111;
}

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

a img {
	border: none;
}

input[type=submit] {
	transition:         0.3s;
	-moz-transition:    0.3s;
	-webkit-transition: 0.3s;
	-o-transition:      0.3s;
	-ms-transition:     0.3s;
}

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

iframe {
	border:         none;
	vertical-align: top;
}

.au-btn, .woocommerce a.button.alt, .woocommerce .button.wc-backward,
.woocommerce button.button, .woocommerce input.button, .sc-product-showcase .inner-item-product a.button,
.woocommerce .button.wc-forward, .woocommerce .woocommerce-info a.button {
	transition:         0.3s;
	-moz-transition:    0.3s;
	-webkit-transition: 0.3s;
	-o-transition:      0.3s;
	-ms-transition:     0.3s;
	border:             1px solid #ebebeb;
	display:            inline-block;
	line-height:        1;
	box-sizing:         border-box;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing:      border-box;
	-ms-box-sizing:     border-box;
	text-align:         center;
	color:              #111;
	background:         transparent;
	font-size:          15px;
	font-weight:        500;
	position:           relative;
	z-index:            9;
	border-radius:      0;
}

.au-btn:hover, .woocommerce a.button.alt:hover, .woocommerce .button.wc-backward:hover,
.woocommerce button.button:hover, .woocommerce input.button:hover, .sc-product-showcase .inner-item-product a.button:hover,
.woocommerce .button.wc-forward:hover, .woocommerce .woocommerce-info a.button:hover {
	color:           #fff;
	text-decoration: none;
	background:      #111;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt,
.woocommerce button.button.alt, .woocommerce input.button.alt {
	padding:        12px 30px;
	color:          #111;
	white-space:    nowrap;
	text-transform: uppercase;
	font-weight:    500;
}

.woocommerce button.button, .woocommerce a.button.alt, .woocommerce .button.wc-forward, .woocommerce .button.wc-backward, .woocommerce .woocommerce-info a.button {
	padding: 12px 30px;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce #respond input#submit:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled[disabled], .woocommerce button.button:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled[disabled], .woocommerce input.button:disabled {
	padding: 12px 30px;
}

.woocommerce #review_form #respond .form-submit input {
	transition:         0.3s;
	-moz-transition:    0.3s;
	-webkit-transition: 0.3s;
	-o-transition:      0.3s;
	-ms-transition:     0.3s;
	border:             1px solid #111;
	display:            inline-block;
	line-height:        1;
	box-sizing:         border-box;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing:      border-box;
	-ms-box-sizing:     border-box;
	text-align:         center;
	color:              #111;
	background:         transparent;
	font-weight:        400;
	position:           relative;
	padding:            15px 35px;
	cursor:             pointer;
	border-radius:      0;
}

.woocommerce #review_form #respond .form-submit input:hover {
	color:      #fff;
	background: #111;
}

.au-btn-white {
	transition:         0.3s;
	-moz-transition:    0.3s;
	-webkit-transition: 0.3s;
	-o-transition:      0.3s;
	-ms-transition:     0.3s;
	border:             1px solid #fff;
	display:            inline-block;
	line-height:        1;
	box-sizing:         border-box;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing:      border-box;
	-ms-box-sizing:     border-box;
	text-align:         center;
	color:              #fff;
	background:         transparent;
	font-size:          15px;
	font-weight:        400;
	position:           relative;
	z-index:            999;
}

.au-btn-white:before {
	content:            "";
	position:           absolute;
	z-index:            -1;
	transition:         all 0.5s;
	-moz-transition:    all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition:      all 0.5s;
	-ms-transition:     all 0.5s;
	width:              0%;
	height:             100%;
	top:                0;
	left:               0;
	background:         #111;
}

.au-btn-white:hover {
	color:           #fff;
	border:          1px solid #111;
	text-decoration: none;
}

.au-btn-white:hover:before {
	width: 100%;
}

.au-btn-black {
	transition:         0.3s;
	-moz-transition:    0.3s;
	-webkit-transition: 0.3s;
	-o-transition:      0.3s;
	-ms-transition:     0.3s;
	border:             1px solid #111;
	display:            inline-block;
	line-height:        1;
	box-sizing:         border-box;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing:      border-box;
	-ms-box-sizing:     border-box;
	text-align:         center;
	color:              #fff;
	background:         #111;
	font-size:          15px;
	font-weight:        400;
	position:           relative;
	z-index:            999;
}

.au-btn-black:before {
	content:            "";
	position:           absolute;
	z-index:            -1;
	transition:         all 0.5s;
	-moz-transition:    all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition:      all 0.5s;
	-ms-transition:     all 0.5s;
	width:              0%;
	height:             100%;
	top:                0;
	left:               0;
	background:         #fff;
}

.au-btn-black:hover {
	color:           #111;
	text-decoration: none;
}

.au-btn-black:hover:before {
	width: 100%;
}

.btn-small {
	padding: 17px 24.5px;
}

.btn-medium {
	padding: 22.5px 53.5px;
}

.btn-large {
	padding: 24px 72px;
}

.more-link {
	font-size:   14px;
	font-weight: 700;
	color:       #111;
}

.more-link:hover {
	color: #dabc95;
}

.section-box {
	padding-top:    150px;
	padding-bottom: 120px;
}

h3.special-heading {
	margin-bottom:  40px;
	padding-bottom: 15px;
}

.special-heading.text-left {
	text-align:     left;
	padding-bottom: 9px;
	margin-bottom:  40px;
}

.special-heading.text-left:before {
	left:        0;
	margin-left: 0;
}

.onnew,
.onsale {
	color:          #fff;
	font-weight:    500;
	letter-spacing: 2px;
}

.onnew:hover,
.onsale:hover {
	color: #fff;
}

.onnew {
	background: #88cce2;
	padding:    0 7.5px;
}

.onnew:hover {
	background: #5bc1e3;
}

.onsale {
	background: #eba6aa;
	padding:    0 6.5px;
}

.onsale:hover {
	background: #eb8f94;
}

.overlay {
	position:           absolute;
	left:               0;
	top:                0;
	width:              100%;
	height:             100%;
	opacity:            0;
	transition:         all 0.5s ease 0.1s;
	-moz-transition:    all 0.5s ease 0.1s;
	-webkit-transition: all 0.5s ease 0.1s;
	-o-transition:      all 0.5s ease 0.1s;
	-ms-transition:     all 0.5s ease 0.1s;
	z-index:            9;
}

.breadcrumb-section,
.breadcrumb-menu-section {
	background-size:         cover;
	-moz-background-size:    cover;
	-webkit-background-size: cover;
	-o-background-size:      cover;
	-ms-background-size:     cover;
	background-repeat:       no-repeat;
	background-position:     center center;
}

.breadcrumb-section {
	color:            #111;
	background-color: #e5e5e5;
}

.breadcrumb-section.section-box {
	padding-top:    100px;
	padding-bottom: 100px;
}

.breadcrumb-section .heading_primary {
	font-size:     3em;
	margin-bottom: 10px;
	text-align:    left;
	color:         inherit;
}

.breadcrumb-section .heading_primary:empty {
	display: none;
}

.breadcrumb-section .phys-breadcrumb {
	overflow:   hidden;
	list-style: none;
	margin:     0;
}

.breadcrumb-section .phys-breadcrumb li {
	list-style:     none;
	float:          left;
	font-size:      18px;
	text-transform: capitalize;
}

.breadcrumb-section .phys-breadcrumb li:after {
	content: "/";
	margin:  0 11px;
}

.breadcrumb-section .phys-breadcrumb li:last-child:after {
	display: none;
}

.breadcrumb-section .phys-breadcrumb a {
	color:          inherit;
	font-size:      18px;
	text-transform: capitalize;
}

.breadcrumb-section .phys-breadcrumb a:hover {
	color: #007bff;
}

@media only screen and (max-width: 992px) {
	.breadcrumb-section.section-box {
		padding-top:    80px;
		padding-bottom: 80px;
	}

	.breadcrumb-section .heading_primary {
		font-size: 2.2em;
	}

	.breadcrumb-section .phys-breadcrumb {
		font-size: 1.2em;
	}
}

@media only screen and (max-width: 768px) {
	.breadcrumb-section.section-box {
		padding-top:    50px;
		padding-bottom: 50px;
	}

	.breadcrumb-section .heading_primary {
		font-size: 2em;
	}

	.breadcrumb-section .phys-breadcrumb {
		font-size: 1em;
	}
}

.home .breadcrumb-section .heading_primary {
	padding-bottom: 0;
}

/* Back To Top Button */
.footer__arrow-top {
	color:              #ffffff !important;
	position:           fixed;
	bottom:             -120px;
	right:              20px;
	text-align:         center;
	transform:          rotate(-90deg);
	z-index:            999;
	height:             30px;
	width:              60px;
	font-size:          15px;
	line-height:        30px;
	border:             1px solid;
	cursor:             pointer;
	transition:         background-color 0.3s linear;
	-moz-transition:    background-color 0.3s linear;
	-webkit-transition: background-color 0.3s linear;
	-o-transition:      background-color 0.3s linear;
	-ms-transition:     background-color 0.3s linear;
}

/* End Back To Top Button */
/*Form*/
input,
select,
textarea,
.select-selected {
	width:                 100%;
	padding:               4px 15px;
	border:                1px solid #e5e5e5;
	border-radius:         0;
	-moz-border-radius:    0;
	-webkit-border-radius: 0;
	-o-border-radius:      0;
	-ms-border-radius:     0;
	color:                 #666;
}

input:focus, select:focus, textarea:focus {
	outline:            none;
	-moz-outline:       none;
	-webkit-outline:    none;
	-o-outline:         none;
	-ms-outline:        none;
	box-shadow:         none !important;
	-moz-box-shadow:    none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow:      none !important;
	-ms-box-shadow:     none !important;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-placeholder {
	color: #999;
}

input:-ms-input-placeholder {
	color: #999;
}

input:-moz-placeholder {
	color: #999;
}

input[type="submit"] {
	width: auto;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	display: none;
}

textarea::-webkit-input-placeholder {
	color: #999;
}

textarea::-moz-placeholder {
	color: #999;
}

textarea:-ms-input-placeholder {
	color: #999;
}

textarea:-moz-placeholder {
	color: #999;
}

/*Images Loader*/
.images-preloader {
	position:         fixed;
	z-index:          100001;
	background-color: #eee;
	width:            100%;
	height:           100%;
}

#preloader_1 {
	position: relative;
}

.rectangle-bounce {
	text-align:  center;
	position:    absolute;
	top:         50%;
	left:        50%;
	margin-left: -15px;
	margin-top:  -10px;
}

#preloader_1 span {
	display:           block;
	bottom:            0px;
	width:             9px;
	height:            5px;
	background:        #111;
	position:          absolute;
	animation:         preloader_1 1.5s infinite ease-in-out;
	-moz-animation:    preloader_1 1.5s infinite ease-in-out;
	-webkit-animation: preloader_1 1.5s infinite ease-in-out;
	-o-animation:      preloader_1 1.5s infinite ease-in-out;
	-ms-animation:     preloader_1 1.5s infinite ease-in-out;
}

#preloader_1 span:nth-child(2) {
	left:                    11px;
	animation-delay:         0.2s;
	-moz-animation-delay:    0.2s;
	-webkit-animation-delay: 0.2s;
	-o-animation-delay:      0.2s;
	-ms-animation-delay:     0.2s;
}

#preloader_1 span:nth-child(3) {
	left:                    22px;
	animation-delay:         0.4s;
	-moz-animation-delay:    0.4s;
	-webkit-animation-delay: 0.4s;
	-o-animation-delay:      0.4s;
	-ms-animation-delay:     0.4s;
}

#preloader_1 span:nth-child(4) {
	left:                    33px;
	animation-delay:         0.6s;
	-moz-animation-delay:    0.6s;
	-webkit-animation-delay: 0.6s;
	-o-animation-delay:      0.6s;
	-ms-animation-delay:     0.6s;
}

#preloader_1 span:nth-child(5) {
	left:                    44px;
	animation-delay:         0.8s;
	-moz-animation-delay:    0.8s;
	-webkit-animation-delay: 0.8s;
	-o-animation-delay:      0.8s;
	-ms-animation-delay:     0.8s;
}

@keyframes preloader_1 {
	0% {
		height:            5px;
		transform:         translateY(0px);
		-moz-transform:    translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transform:      translateY(0px);
		-ms-transform:     translateY(0px);
		background:        #111;
	}
	25% {
		height:            30px;
		transform:         translateY(15px);
		-moz-transform:    translateY(15px);
		-webkit-transform: translateY(15px);
		-o-transform:      translateY(15px);
		-ms-transform:     translateY(15px);
		background:        #111;
	}
	50% {
		height:            5px;
		transform:         translateY(0px);
		-moz-transform:    translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transform:      translateY(0px);
		-ms-transform:     translateY(0px);
		background:        #111;
	}
	100% {
		height:            5px;
		transform:         translateY(0px);
		-moz-transform:    translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transform:      translateY(0px);
		-ms-transform:     translateY(0px);
		background:        #111;
	}
}

.wrapper-view-move {
	position: relative;
}

.wrapper-view-move .page-load-status {
	position:   absolute;
	top:        0;
	bottom:     0;
	left:       0;
	right:      0;
	background: #fff;
	z-index:    1000;
	display:    none;
}

.wrapper-view-move .page-load-status .loading {
	text-align:  center;
	position:    absolute;
	top:         50%;
	left:        50%;
	margin-left: -15px;
	margin-top:  -10px;
}

.wrapper-view-move .page-load-status span:before, .wrapper-view-move .page-load-status span:after {
	content:           "";
	display:           block;
	bottom:            0px;
	width:             9px;
	height:            5px;
	background:        #111;
	position:          absolute;
	animation:         preloader_1 1.5s infinite ease-in-out;
	-moz-animation:    preloader_1 1.5s infinite ease-in-out;
	-webkit-animation: preloader_1 1.5s infinite ease-in-out;
	-o-animation:      preloader_1 1.5s infinite ease-in-out;
	-ms-animation:     preloader_1 1.5s infinite ease-in-out;
}

.wrapper-view-move .page-load-status span:nth-child(1):after {
	left:                    11px;
	animation-delay:         0.2s;
	-moz-animation-delay:    0.2s;
	-webkit-animation-delay: 0.2s;
	-o-animation-delay:      0.2s;
	-ms-animation-delay:     0.2s;
}

.wrapper-view-move .page-load-status span:nth-child(2):before {
	left:                    22px;
	animation-delay:         0.4s;
	-moz-animation-delay:    0.4s;
	-webkit-animation-delay: 0.4s;
	-o-animation-delay:      0.4s;
	-ms-animation-delay:     0.4s;
}

.wrapper-view-move .page-load-status span:nth-child(2):after {
	left:                    33px;
	animation-delay:         0.6s;
	-moz-animation-delay:    0.6s;
	-webkit-animation-delay: 0.6s;
	-o-animation-delay:      0.6s;
	-ms-animation-delay:     0.6s;
}

.wrapper-view-move .page-load-status span:nth-child(3):before {
	left:                    44px;
	animation-delay:         0.8s;
	-moz-animation-delay:    0.8s;
	-webkit-animation-delay: 0.8s;
	-o-animation-delay:      0.8s;
	-ms-animation-delay:     0.8s;
}

/* 4. Header ------------------------------------------------------------ */
/* Header Desktop hp-1 hp-2 hp-3 hp-6*/
.header-hp-1 .menu-mobile-effect {
	float:               none;
	display:             none;
	cursor:              pointer;
	z-index:             1;
	vertical-align:      middle;
	margin:              0;
	flex-wrap:           wrap;
	align-items:         center;
	-moz-align-items:    center;
	-webkit-align-items: center;
	-o-align-items:      center;
	-ms-align-items:     center;
}

.header-hp-1 .hamburger {
	background: none;
	border:     none;
	float:      right;
}

.header-hp-1 .hamburger:focus {
	outline: none;
}

.header-hp-1 .hamburger .hamburger-box {
	position:   relative;
	display:    inline-block;
	width:      26px;
	height:     24px;
	background: none;
	border:     none;
	cursor:     pointer;
}

.header-hp-1 .hamburger--spin .hamburger-inner {
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-duration:        .3s;
	position:                   absolute;
	width:                      26px;
	height:                     2px;
	transition-property:        transform;
	border-radius:              4px;
	-moz-border-radius:         4px;
	-webkit-border-radius:      4px;
	-o-border-radius:           4px;
	-ms-border-radius:          4px;
	background-color:           #000;
	top:                        50%;
	display:                    block;
	margin-top:                 -2px;
}

.header-hp-1 .hamburger--spin .hamburger-inner:before, .header-hp-1 .hamburger--spin .hamburger-inner:after {
	position:              absolute;
	width:                 26px;
	height:                2px;
	transition-property:   transform;
	border-radius:         4px;
	-moz-border-radius:    4px;
	-webkit-border-radius: 4px;
	-o-border-radius:      4px;
	-ms-border-radius:     4px;
	background-color:      #000;
	content:               '';
	display:               block;
}

.header-hp-1 .hamburger--spin .hamburger-inner:before {
	top: -8px;
}

.header-hp-1 .hamburger--spin .hamburger-inner:after {
	top: 8px;
}

.header-hp-1 .hamburger--spin.is-active .hamburger-inner {
	transition-delay:           0.14s;
	-moz-transition-delay:      0.14s;
	-webkit-transition-delay:   0.14s;
	-o-transition-delay:        0.14s;
	-ms-transition-delay:       0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.315, 1);
	transform:                  rotate(225deg);
	-moz-transform:             rotate(225deg);
	-webkit-transform:          rotate(225deg);
	-o-transform:               rotate(225deg);
	-ms-transform:              rotate(225deg);
}

.header-hp-1 .hamburger--spin.is-active .hamburger-inner:before {
	top:                0;
	transition:         top 0.1s ease-out, opacity 0.1s ease-out 0.14s;
	-moz-transition:    top 0.1s ease-out, opacity 0.1s ease-out 0.14s;
	-webkit-transition: top 0.1s ease-out, opacity 0.1s ease-out 0.14s;
	-o-transition:      top 0.1s ease-out, opacity 0.1s ease-out 0.14s;
	-ms-transition:     top 0.1s ease-out, opacity 0.1s ease-out 0.14s;
	opacity:            0;
}

.header-hp-1 .hamburger--spin.is-active .hamburger-inner:after {
	top:                0;
	bottom:             0;
	transition:         bottom 0.1s ease-out, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
	-moz-transition:    bottom 0.1s ease-out, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
	-webkit-transition: bottom 0.1s ease-out, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
	-o-transition:      bottom 0.1s ease-out, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
	-ms-transition:     bottom 0.1s ease-out, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
	transform:          rotate(-90deg);
	-moz-transform:     rotate(-90deg);
	-webkit-transform:  rotate(-90deg);
	-o-transform:       rotate(-90deg);
	-ms-transform:      rotate(-90deg);
}

.header-hp-1 .header-right, .header-hp-1 .header-left {
	align-items:         center;
	-moz-align-items:    center;
	-webkit-align-items: center;
	-o-align-items:      center;
	-ms-align-items:     center;
}

.header-hp-1 .header-right .search-btn-wrap .search-btn, .header-hp-1 .header-left .search-btn-wrap .search-btn {
	outline:         none;
	-moz-outline:    none;
	-webkit-outline: none;
	-o-outline:      none;
	-ms-outline:     none;
	cursor:          pointer;
	background:      transparent;
	border:          none;
}

.header-hp-1 .header-right .canvas-btn-wrap .canvas-btn, .header-hp-1 .header-left .canvas-btn-wrap .canvas-btn {
	cursor:          pointer;
	border:          none;
	background:      transparent;
	outline:         none;
	-moz-outline:    none;
	-webkit-outline: none;
	-o-outline:      none;
	-ms-outline:     none;
	margin-top:      -5px;
	margin-right:    -6px;
}

.header-hp-1 .header-right .widget, .header-hp-1 .header-left .widget {
	margin: 0;
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
	.header-hp-1 .menu-desktop-inner .space-header {
		min-width: 150px;
	}
}

@media only screen and (min-width: 1025px) {
	.header-hp-1 .main-menu {
		align-items:         center;
		-moz-align-items:    center;
		-webkit-align-items: center;
		display:             flex;
		display:             -webkit-flex;
	}

	.header-hp-1 .menu-desktop-inner {
		display:                 flex;
		display:                 -webkit-flex;
		justify-content:         space-around;
		-moz-justify-content:    space-around;
		-webkit-justify-content: space-around;
		-o-justify-content:      space-around;
		-ms-justify-content:     space-around;
		position:                relative;
	}

	.header-hp-1 .menu-desktop-inner .logo {
		padding: 20px 0;
	}

	.header-hp-1 .menu-desktop-inner .space-header {
		min-width: 250px;
	}

	.header-hp-1 .menu-desktop-inner .main-menu ul {
		margin: 0;
	}

	.header-hp-1 .menu-desktop-inner .main-menu ul li {
		list-style: none;
	}

	.header-hp-1 .menu-desktop-inner .main-menu .navmenu .show-submenu-mobile {
		display: none;
	}

	.header-hp-1 .menu-desktop-inner .main-menu .navmenu > .menu-item {
		color:       #111;
		float:       left;
		font-weight: 500;
		font-size:   15px;
		padding:     30px 24px;
		position:    relative;
	}

	.header-hp-1 .menu-desktop-inner .main-menu .navmenu > .menu-item > a {
		line-height: 1.1em;
		position:    relative;
		z-index:     1;
		color:       #111;
	}

	.header-hp-1 .menu-desktop-inner .main-menu .navmenu > .menu-item > a:before {
		position:           absolute;
		content:            '';
		left:               50%;
		bottom:             0;
		top:                0;
		right:              50%;
		transition:         0.3s all 0.14s;
		-moz-transition:    0.3s all 0.14s;
		-webkit-transition: 0.3s all 0.14s;
		-o-transition:      0.3s all 0.14s;
		-ms-transition:     0.3s all 0.14s;
		z-index:            -1;
		border-bottom:      1px solid #111;
	}

	.header-hp-1 .menu-desktop-inner .main-menu .navmenu > .menu-item.current-menu-item > a:before, .header-hp-1 .menu-desktop-inner .main-menu .navmenu > .menu-item:hover a:before, .header-hp-1 .menu-desktop-inner .main-menu .navmenu > .menu-item.current-menu-parent > a:before {
		right: 0;
		left:  0;
	}

	.header-hp-1 .menu-desktop-inner .main-menu .navmenu > .menu-item:hover > .sub-menu {
		display: block;
	}

	.header-hp-1 .menu-desktop-inner .main-menu .navmenu > .menu-item .sub-menu {
		display:            none;
		padding:            15px 0;
		position:           absolute;
		left:               5px;
		width:              250px;
		z-index:            99999;
		top:                100%;
		color:              #111;
		background:         #fff;
		box-shadow:         0 1px 3px 0 rgba(0, 0, 0, 0.1) !important;
		-moz-box-shadow:    0 1px 3px 0 rgba(0, 0, 0, 0.1) !important;
		-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1) !important;
		-o-box-shadow:      0 1px 3px 0 rgba(0, 0, 0, 0.1) !important;
		-ms-box-shadow:     0 1px 3px 0 rgba(0, 0, 0, 0.1) !important;
	}

	.header-hp-1 .menu-desktop-inner .main-menu .navmenu > .menu-item .sub-menu > li.menu-item-has-children {
		position: relative;
	}

	.header-hp-1 .menu-desktop-inner .main-menu .navmenu > .menu-item .sub-menu > li.menu-item-has-children:after {
		content:           '\f2fb';
		font:              normal normal normal 17px/1 'Material-Design-Iconic-Font';
		position:          absolute;
		top:               50%;
		transform:         translateY(-50%);
		-moz-transform:    translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform:      translateY(-50%);
		-ms-transform:     translateY(-50%);
		right:             30px;
	}

	.header-hp-1 .menu-desktop-inner .main-menu .navmenu > .menu-item .sub-menu .sub-menu {
		float:    left;
		overflow: hidden;
		margin:   0;
	}

	.header-hp-1 .menu-desktop-inner .main-menu .navmenu > .menu-item .sub-menu .sub-menu.sub-menu-item-1 {
		float: none;
	}

	.header-hp-1 .menu-desktop-inner .main-menu .navmenu > .menu-item .sub-menu li {
		float:    none;
		position: relative;
		padding:  8px 29px;
	}

	.header-hp-1 .menu-desktop-inner .main-menu .navmenu > .menu-item .sub-menu li:hover .sub-menu {
		display: block;
		left:    100%;
		top:     -15px;
		padding: 15px 0;
	}

	.header-hp-1 .menu-desktop-inner .main-menu .navmenu > .menu-item .sub-menu li:hover a {
		color: #666;
	}

	.header-hp-1 .menu-desktop-inner .main-menu .navmenu > .menu-item .sub-menu li:hover a:hover {
		color: #111;
	}

	.header-hp-1 .menu-desktop-inner .main-menu .navmenu > .menu-item .sub-menu a {
		font-weight:   400;
		font-size:     15px;
		color:         #666;
		display:       inline-block;
		position:      relative;
		border-bottom: 2px solid transparent;
	}

	.header-hp-1 .menu-desktop-inner .main-menu .navmenu > .menu-item .sub-menu a i {
		font-size:         17px;
		position:          absolute;
		top:               50%;
		transform:         translateY(-50%);
		-moz-transform:    translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform:      translateY(-50%);
		-ms-transform:     translateY(-50%);
		right:             30px;
	}
}

@media only screen and (max-width: 1024px) {
	.header-hp-1 #js-navbar-fixed .container {
		padding-right: 0;
		padding-left:  0;
	}

	.header-hp-1 #js-navbar-fixed .menu-mobile-effect {
		display: flex;
	}

	.header-hp-1 #js-navbar-fixed .main-menu {
		display:  none;
		position: absolute;
		top:      100%;
		left:     0;
		right:    0;
		z-index:  999;
	}

	.header-hp-1 .menu-desktop-inner {
		display:                 flex;
		display:                 -webkit-flex;
		padding:                 10px 10px 10px 10px;
		justify-content:         space-between;
		-moz-justify-content:    space-between;
		-webkit-justify-content: space-between;
		-o-justify-content:      space-between;
		-ms-justify-content:     space-between;
		position:                relative;
	}

	.header-hp-1 .menu-desktop-inner .space-header {
		display: none;
	}

	.header-hp-1 .menu-desktop-inner .main-menu ul {
		padding-left: 0;
		margin:       0;
	}

	.header-hp-1 .menu-desktop-inner .main-menu ul li {
		border-top: 1px solid #e9e9e9;
		list-style: none;
	}

	.header-hp-1 .menu-desktop-inner .main-menu ul li a {
		background-color: #fff;
		display:          block;
		height:           46px;
		padding:          13px 20px;
		font-weight:      600;
		text-transform:   uppercase;
	}

	.header-hp-1 .menu-desktop-inner .main-menu ul li:last-child {
		border-bottom: 1px solid #e9e9e9;
	}

	.header-hp-1 .menu-desktop-inner .main-menu ul li.menu-item-has-children {
		position: relative;
		z-index:  999999;
	}

	.header-hp-1 .menu-desktop-inner .main-menu ul li.menu-item-has-children .show-submenu-mobile {
		transition:         0.3s;
		-moz-transition:    0.3s;
		-webkit-transition: 0.3s;
		-o-transition:      0.3s;
		-ms-transition:     0.3s;
		position:           absolute;
		right:              0;
		top:                0;
		font-size:          23px;
		cursor:             pointer;
		padding:            12px 20px;
	}

	.header-hp-1 .menu-desktop-inner .main-menu ul li.menu-item-has-children .sub-menu {
		display: none;
		margin:  0;
	}

	.header-hp-1 .menu-desktop-inner .main-menu ul li.menu-item-has-children .sub-menu li:last-child {
		border-bottom: none;
	}

	.header-hp-1 .menu-desktop-inner .main-menu ul li.menu-item-has-children .sub-menu li a {
		padding:    13px 50px;
		background: #f2f2f2;
	}

	.header-hp-1 .menu-desktop-inner .main-menu ul li.menu-item-has-children .sub-menu li .sub-menu a {
		padding: 13px 30px 13px 80px;
	}
}

.header-hp-1 .logo-area-title {
	max-width: 400px;
	overflow:  hidden;
}

@media only screen and (max-width: 767px) {
	.header-hp-1 .logo-area-title {
		overflow:     hidden;
		padding-left: 30px;
	}
}

.header-hp-1 .logo-area-title a {
	font-size:   30px;
	font-weight: 500;
	line-height: 40px;
	padding:     24px 30px 0 0;
	display:     inline-block;
}

@media only screen and (max-width: 1024px) {
	.header-hp-1 .logo-area-title a {
		padding: 0;
	}
}

.header_v2 .widget_shopping_cart .minicart_hover {
	margin-left:  0;
	margin-right: 20px;
}

.header_v2 .wrapper-logo-area {
	padding-top: 41px;
	text-align:  center;
}

.header_v2 .wrapper-logo-area .logo {
	margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
	.header_v2 .header-left, .header_v2 .header-right {
		display: none;
	}

	.header_v2 .wrapper-logo-area {
		text-align: left;
	}
}

.modal-backdrop.show {
	opacity: 0;
	left:    77%;
}

.sticky_header .affix {
	position:           fixed;
	z-index:            999;
	box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow:      0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow:     0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	width:              100%;
	background:         transparent;
}

.search-overlay {
	position:           fixed;
	height:             100vh;
	left:               0;
	top:                0;
	right:              0;
	transition:         all 0.4s ease;
	-moz-transition:    all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition:      all 0.4s ease;
	-ms-transition:     all 0.4s ease;
	visibility:         hidden;
	z-index:            9999999999;
}

.search-overlay .background-overlay {
	width:      100%;
	height:     100vh;
	background: #fff;
	position:   absolute;
	z-index:    999998;
	top:        0;
}

.search-overlay .closeicon {
	position: absolute;
	right:    0;
	width:    32px;
	height:   32px;
	opacity:  1;
	z-index:  999999;
	cursor:   pointer;
	top:      50px;
}

.search-overlay .closeicon:before {
	position:  absolute;
	left:      15px;
	content:   'Close ';
	height:    24px;
	width:     1px;
	color:     #959595;
	font-size: 18px;
}

.search-overlay .closeicon:after {
	position:   absolute;
	left:       15px;
	content:    '';
	height:     2px;
	bottom:     9px;
	width:      45px;
	background: #959595;
}

.search-overlay .modal-search-content {
	top:                50%;
	max-width:          inherit;
	margin:             0 auto;
	width:              100%;
	position:           relative;
	z-index:            9999999;
	transform:          translate(0, -50%);
	-moz-transform:     translate(0, -50%);
	-webkit-transform:  translate(0, -50%);
	-o-transform:       translate(0, -50%);
	-ms-transform:      translate(0, -50%);
	transition:         transform 0.3s ease-out;
	-moz-transition:    transform 0.3s ease-out;
	-webkit-transition: transform 0.3s ease-out;
	-o-transition:      transform 0.3s ease-out;
	-ms-transition:     transform 0.3s ease-out;
}

.search-overlay .search-form {
	position: relative;
	border:   2px solid #111111;
	padding:  15px;
}

.search-overlay .search-form input:focus {
	outline: none;
}

.search-overlay .search-form .search-field {
	font-weight:    500;
	font-size:      16px;
	vertical-align: middle;
	padding:        10px 0;
	border:         none;
	background:     transparent;
}

.search-overlay .search-form .search-field::-webkit-input-placeholder {
	color: #999;
}

.search-overlay .search-form .search-field::-moz-placeholder {
	color: #999;
}

.search-overlay .search-form .search-field:-ms-input-placeholder {
	color: #999;
}

.search-overlay .search-form .search-field:-moz-placeholder {
	color: #999;
}

.search-overlay .search-form .search-submit {
	position:        absolute;
	border:          none;
	outline:         none;
	-moz-outline:    none;
	-webkit-outline: none;
	-o-outline:      none;
	-ms-outline:     none;
	color:           #111;
	font-size:       28px;
	cursor:          pointer;
	background:      transparent;
	top:             15px;
	right:           15px;
	padding:         7px 10px;
}

.search-overlay .search-form .search-submit .zmdi-search {
	font:      normal normal normal 14px/1 FontAwesome !important;
	font-size: 24px;
}

.search-overlay .search-form .search-submit .zmdi-search:before {
	content:   '\f002' !important;
	font-size: 20px;
}

.admin-bar .canvas-right-content .closeicon {
	top: 50px;
}

.physc_search .search-toggler {
	font-size:  25px !important;
	cursor:     pointer;
	color:      #000;
	margin-top: -5px;
}

.physc_search .search-toggler .zmdi-search {
	font:      normal normal normal 14px/1 FontAwesome !important;
	font-size: 24px;
}

.physc_search .search-toggler .zmdi-search:before {
	content:   '\f002' !important;
	font-size: 20px;
}

.physc_search .search-overlay .closeicon {
	right: 70px;
}

.physc_search .search-overlay .modal-search-content {
	padding: 0 70px;
}

.header-hp-1 .header-right > div {
	margin-left: 30px;
}

.header-hp-1 .header-right > div:first-child {
	margin-left: 0;
}

.header-right [id*="monster-widget-placeholder"] {
	display: none;
}

@media screen and (min-width: 1025px) and (max-width: 1500px) {
	.menu-desktop-inner .main-menu .navmenu > .menu-item > .sub-menu > .sub-menu-wrapper {
		float:    none;
		position: relative;
		padding:  8px 29px;
	}

	.menu-desktop-inner .main-menu .navmenu > .menu-item > .sub-menu > .sub-menu-wrapper:hover > .sub-menu {
		display: block;
		right:   100% !important;
		left:    -100% !important;
		top:     0;
		padding: 25px 0;
	}
}

@media screen and (min-width: 1600px) {
	.style-header-hp-2 .menu-desktop-inner .space-header {
		min-width: 700px;
	}
}

.homepage-v4 #masthead {
	display:  block;
	position: absolute;
	width:    100%;
	z-index:  999;
}

.homepage-v4 #masthead .affix-top, .homepage-v4 #masthead .affix {
	background: transparent;
}

@media only screen and (max-width: 1024px) {
	.homepage-v4 #masthead .affix-top .menu-desktop-inner .menu-mobile-effect .hamburger-inner, .homepage-v4 #masthead .affix .menu-desktop-inner .menu-mobile-effect .hamburger-inner {
		background: #ffffff;
	}

	.homepage-v4 #masthead .affix-top .menu-desktop-inner .menu-mobile-effect .hamburger-inner:before, .homepage-v4 #masthead .affix-top .menu-desktop-inner .menu-mobile-effect .hamburger-inner:after, .homepage-v4 #masthead .affix .menu-desktop-inner .menu-mobile-effect .hamburger-inner:before, .homepage-v4 #masthead .affix .menu-desktop-inner .menu-mobile-effect .hamburger-inner:after {
		background: #ffffff;
	}
}

@media only screen and (min-width: 1025px) {
	.homepage-v4 #masthead .affix-top .menu-desktop-inner .main-menu .navmenu li a, .homepage-v4 #masthead .affix .menu-desktop-inner .main-menu .navmenu li a {
		color: #ffffff;
	}

	.homepage-v4 #masthead .affix-top .menu-desktop-inner .main-menu .navmenu li a:before, .homepage-v4 #masthead .affix .menu-desktop-inner .main-menu .navmenu li a:before {
		background: transparent !important;
		width:      0;
		height:     0;
	}

	.homepage-v4 #masthead .affix-top .menu-desktop-inner .main-menu .navmenu li .sub-menu li a, .homepage-v4 #masthead .affix .menu-desktop-inner .main-menu .navmenu li .sub-menu li a {
		color: #cecece;
	}

	.homepage-v4 #masthead .affix-top .menu-desktop-inner .main-menu .navmenu li .sub-menu li a:hover, .homepage-v4 #masthead .affix .menu-desktop-inner .main-menu .navmenu li .sub-menu li a:hover {
		color: #ffffff;
	}
}

.homepage-v4 #masthead .affix-top .header-right .header-wishlist a, .homepage-v4 #masthead .affix .header-right .header-wishlist a {
	color: #ffffff !important;
}

.homepage-v4 #masthead .affix-top .header-right .widget_shopping_cart .cart-items-number, .homepage-v4 #masthead .affix .header-right .widget_shopping_cart .cart-items-number {
	color: #ffffff;
}

.homepage-v4 #masthead .affix-top .physc_search .search-toggler, .homepage-v4 #masthead .affix .physc_search .search-toggler {
	color: #ffffff;
}

.homepage-v4 #masthead .affix-top .physc_search .search-overlay .closeicon, .homepage-v4 #masthead .affix .physc_search .search-overlay .closeicon {
	right: 70px;
}

.homepage-v4 #masthead .affix-top .physc_search .search-overlay .modal-search-content, .homepage-v4 #masthead .affix .physc_search .search-overlay .modal-search-content {
	padding: 0 70px;
}

.top-bar {
	padding: 15px 50px;
}

@media only screen and (max-width: 981px) {
	.top-bar {
		padding: 15px 0;
	}
}

.top-bar ul {
	list-style: none;
	margin:     0 !important;
}

.top-bar ul li {
	display:      inline-block;
	line-height:  15px;
	margin-right: 30px;
	font-weight:  700;
}

.top-bar p {
	text-align:  right;
	font-weight: 600;
}

.top-bar p a {
	margin-left: 15px;
	font-weight: 600;
}

@media only screen and (max-width: 767px) {
	.top-bar p {
		text-align: left;
	}
}

@media only screen and (min-width: 1025px) {
	.homepage-v3 {
		background: #ffffff;
	}

	.homepage-v3 #masthead .menu-desktop-inner {
		display: block;
		padding: 10px 0;
	}

	.homepage-v3 #masthead .menu-desktop-inner .logo {
		margin: 0 auto;
	}

	.homepage-v3 #masthead .menu-desktop-inner .menu-mobile-effect {
		display: none;
	}

	.homepage-v3 #masthead .menu-desktop-inner .content-right-header3 {
		display:         flex;
		justify-content: center;
		text-align:      center;
	}

	.homepage-v3 #masthead .menu-desktop-inner .content-right-header3 nav {
		display:    inline-block;
		text-align: left !important;
	}

	.homepage-v3 #masthead .menu-desktop-inner .content-right-header3 .header-right {
		margin-left: 100px;
	}

	.homepage-v3 #masthead .menu-desktop-inner .content-right-header3 .header-right .widget_shopping_cart_content {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
	.homepage-v3 {
		background: #ffffff;
	}

	.homepage-v3 #masthead .menu-desktop-inner {
		padding: 10px;
	}

	.homepage-v3 #masthead .menu-desktop-inner .content-right-header3 {
		padding-top: 30px;
	}

	.container-box-header1 {
		padding-right: 0 !important;
		padding-left:  0 !important;
	}
}

@media only screen and (min-width: 1025px) {
	.style-header-hp-1 .menu-desktop {
		padding: 0 !important;
	}

	.style-header-hp-1 .menu-desktop .menu-desktop-inner {
		justify-content:         space-between !important;
		-moz-justify-content:    space-between !important;
		-webkit-justify-content: space-between !important;
	}

	.style-header-hp-2 .menu-desktop {
		max-width: 1700px;
		margin:    0 auto;
		padding:   0 !important;
	}
}

.homepage-v5 {
	background: transparent !important;
}

.homepage-v5 .content-hp5 {
	background: #ffffff;
	padding:    0 !important;
}

.homepage-v5 .content-hp5 .menu-desktop-inner {
	padding: 15px 30px;
}

@media only screen and (max-width: 991px) {
	.homepage-v5 .content-hp5 .menu-desktop-inner {
		padding: 15px;
	}
}

.homepage-v5 .content-hp5 .wrapper-footer {
	padding: 50px 15px 60px 15px;
}

@media only screen and (max-width: 767px) {
	.homepage-v5 .content-hp5 .wrapper-footer {
		padding: 50px 0 60px 0;
	}
}

.homepage-v6 [id*="monster-widget-placeholder"] {
	display: none;
}

.homepage-v3 .top-bar [id*="monster-widget-placeholder"] {
	display: none;
}

/* 5. Footer ------------------------------------------------------------ */
/* Footer hp-1*/
.wrapper-footer {
	padding: 60px 0;
}

.wrapper-footer aside {
	padding: 0 15px;
}

.wrapper-footer aside.text-footer {
	padding-top: 50px;
}

.wrapper-footer aside .footer-sunday {
	margin-left: 15px;
}

@media only screen and (max-width: 767px) {
	.wrapper-footer aside .footer-sunday {
		margin-left: 15px;
	}
}

.wrapper-footer .pading-lt-7x {
	padding-left: 70px;
}

.wrapper-footer .widget_tag_cloud .tagcloud {
	margin: -5px;
}

.wrapper-footer .widget_tag_cloud a {
	font-size:   100% !important;
	margin:      5px;
	border:      1px solid #e6e6e6;
	line-height: 1;
	padding:     6px 13px;
	display:     inline-block;
}

.wrapper-footer .widget_tag_cloud a:hover {
	color: #ffffff !important;
}

.wrapper-footer .widget-title {
	color:         #fff;
	padding:       0 0 30px;
	margin-bottom: 0;
	font-weight:   600;
}

.wrapper-footer ul li {
	padding-bottom: 9px;
}

.wrapper-footer ul li:last-child {
	padding-bottom: 0;
}

.wrapper-footer ul li i {
	margin-right: 8px;
}

.wrapper-footer ul li a {
	display: inline-block;
}

.wrapper-footer ul {
	margin: 0;
}

.wrapper-footer ul ul {
	margin-left: 20px;
	clear:       both;
}

.wrapper-footer ul li {
	list-style: none;
}

.wrapper-footer [id*="monster-widget-placeholder"] {
	width:          25%;
	float:          left !important;
	display:        inline-block !important;
	vertical-align: top !important;
	margin-bottom:  45px;
	padding-left:   15px;
	padding-right:  15px;
}

.wrapper-footer [id*="monster-widget-placeholder"] .widget-title {
	text-align:     left;
	padding-bottom: 0;
	margin-bottom:  20px;
}

.wrapper-footer [id*="monster-widget-placeholder"]:nth-child(4n+1) {
	clear: both;
}

.wrapper-footer [id*="monster-widget-placeholder"] .screen-reader-text {
	display: none;
}

.wrapper-footer [id*="monster-widget-placeholder"] select {
	width:  100%;
	height: 42px;
}

.wrapper-footer [id*="monster-widget-placeholder"] .search-submit {
	display: none;
}

.wrapper-footer [id*="monster-widget-placeholder"].widget_search label {
	display: block;
}

.wrapper-footer [id*="monster-widget-placeholder"].widget_search label .search-field {
	width:  100%;
	height: 42px;
}

.wrapper-footer [id*="monster-widget-placeholder"] ul li {
	padding-top:    6px;
	padding-bottom: 0;
}

.wrapper-footer [id*="monster-widget-placeholder"] ul li:first-child {
	padding-top: 0;
}

.wrapper-footer [id*="monster-widget-placeholder"] ul li ul li:first-child {
	padding-top: 6px;
}

.wrapper-footer [id*="monster-widget-placeholder"] ul li ul li:last-child a {
	padding-bottom: 2px;
}

.wrapper-footer [id*="monster-widget-placeholder"] #wp-calendar th {
	background: rgba(0, 0, 0, 0.05);
}

.wrapper-footer [id*="monster-widget-placeholder"] #wp-calendar td, .wrapper-footer [id*="monster-widget-placeholder"] #wp-calendar th {
	text-align: center;
}

.wrapper-footer [id*="monster-widget-placeholder"] table, .wrapper-footer [id*="monster-widget-placeholder"] th, .wrapper-footer [id*="monster-widget-placeholder"] td {
	border-color: rgba(243, 227, 227, 0.1);
}

.wrapper-footer [id*="monster-widget-placeholder"].widget_rss li {
	margin-bottom: 15px;
}

.wrapper-footer [id*="monster-widget-placeholder"].widget_rss li:last-child {
	margin-bottom: 0;
}

.wrapper-footer [id*="monster-widget-placeholder"].widget_rss cite {
	color:       #ccc;
	font-weight: normal;
}

.wrapper-footer [id*="monster-widget-placeholder"].widget_nav_menu ul li {
	border-bottom:  none;
	text-transform: none;
	padding-right:  0;
}

.wrapper-footer [id*="monster-widget-placeholder"].widget_nav_menu ul li ul {
	border-top:  none;
	margin-left: 15px;
}

@media only screen and (max-width: 768px) {
	.wrapper-footer [id*="monster-widget-placeholder"] {
		width: 50%;
	}

	.wrapper-footer [id*="monster-widget-placeholder"]:nth-child(2n+1) {
		clear: both;
	}
}

@media only screen and (max-width: 380px) {
	.wrapper-footer [id*="monster-widget-placeholder"] {
		width: 100%;
	}
}

.wrapper-footer .widget_nav_menu ul li {
	border:         none;
	padding-right:  20px;
	display:        block;
	text-transform: uppercase;
}

.wrapper-footer .widget_nav_menu ul li ul {
	margin-top: 0 !important;
	display:    block;
}

.wrapper-footer .widget_nav_menu ul li a:empty {
	display: none !important;
}

.wrapper-footer .widget_nav_menu ul li:last-child {
	margin-right: 0;
}

.wrapper-footer .widget_categories ul li, .wrapper-footer .widget_archive ul li {
	text-align: right;
}

.wrapper-footer .widget_categories ul li, .wrapper-footer .widget_archive ul li {
	*zoom: 1;
}

.wrapper-footer .widget_categories ul li:before, .wrapper-footer .widget_categories ul li:after, .wrapper-footer .widget_archive ul li:before, .wrapper-footer .widget_archive ul li:after {
	content: "";
	display: table;
}

.wrapper-footer .widget_categories ul li:after, .wrapper-footer .widget_archive ul li:after {
	clear: both;
}

.wrapper-footer .widget_categories ul li a, .wrapper-footer .widget_archive ul li a {
	float: left;
}

.wrapper-footer .socials {
	padding-top: 7px;
}

.wrapper-footer .socials a {
	font-size:     17px;
	padding-right: 20px;
}

.wrapper-footer .null-instagram-feed {
	text-align: left;
}

.wrapper-footer .null-instagram-feed .instagram-pics {
	margin: -4px;
}

.wrapper-footer .null-instagram-feed .instagram-pics li {
	padding:    4px;
	width:      33.333%;
	list-style: none;
}

.wrapper-footer .null-instagram-feed .instagram-pics li a {
	display: inline;
}

@media only screen and (max-width: 500px) {
	.wrapper-footer #sb_instagram #sbi_images {
		padding: 5px 0 !important;
	}
}

/* Landing ------------------------------------------------------------*/
/* 7. Pages ------------------------------------------------------------ */
.wpcf7-form label {
	width:   50%;
	display: inline-block;
	float:   left;
}

.wpcf7-form label .wpcf7-form-control-wrap {
	margin-bottom: 20px;
	display:       inline-block;
}

.wpcf7-form label .wpcf7-form-control-wrap input {
	padding:   9px 10px;
	border:    1px solid #e6e6e6;
	font-size: 14px;
}

.wpcf7-form label .wpcf7-form-control-wrap input::-webkit-input-placeholder {
	color: #111;
}

.wpcf7-form label .wpcf7-form-control-wrap input::-moz-placeholder {
	color: #111;
}

.wpcf7-form label .wpcf7-form-control-wrap input:-ms-input-placeholder {
	color: #111;
}

.wpcf7-form label .wpcf7-form-control-wrap input:-moz-placeholder {
	color: #111;
}

.wpcf7-form label .wpcf7-form-control-wrap.full-name {
	padding-right: 5px;
}

.wpcf7-form label .wpcf7-form-control-wrap.your-email {
	padding-left: 5px;
}

.wpcf7-form .your-message {
	display: block;
	width:   100% !important;
}

.wpcf7-form .your-message textarea {
	height:    200px;
	display:   inherit;
	border:    1px solid #e6e6e6;
	font-size: 14px;
}

.wpcf7-form .your-message textarea::-webkit-input-placeholder {
	color: #111;
}

.wpcf7-form .your-message textarea::-moz-placeholder {
	color: #111;
}

.wpcf7-form .your-message textarea:-ms-input-placeholder {
	color: #111;
}

.wpcf7-form .your-message textarea:-moz-placeholder {
	color: #111;
}

.wpcf7-form .wpcf7-submit {
	background:     #000000;
	color:          #fff;
	border:         none;
	padding:        9px 40px;
	cursor:         pointer;
	text-transform: uppercase;
}

.wpcf7-form .wpcf7-submit:hover {
	background: #222;
}

.wpcf7-form br {
	display: none;
}

.style-contact-h2 .wpcf7-form .wpcf7-form-control-wrap {
	margin-bottom: 30px;
}

.style-contact-h2 .wpcf7-form .wpcf7-form-control-wrap input, .style-contact-h2 .wpcf7-form .wpcf7-form-control-wrap textarea {
	margin-bottom: 0;
	width:         100%;
	padding:       10px 0;
	text-indent:   20px;
	background:    #fce2de;
	border:        1px solid #fff;
}

.style-contact-h2 .wpcf7-form .wpcf7-submit {
	border:         none;
	background:     #fff;
	padding:        15px 40px;
	color:          #111;
	line-height:    1;
	text-transform: uppercase;
	font-weight:    600;
	border-radius:  0;
}

.style-contact-h2 .wpcf7-form .wpcf7-submit:hover {
	background: #111;
	color:      #fff;
}

.infor-footer ul {
	list-style: none;
	margin:     0 !important;
}

.infor-footer ul li {
	color:       #777777;
	font-size:   14px;
	font-weight: 600;
}

.infor-footer ul li i {
	margin-right: 10px;
	color:        #000000;
}

.share-infor a {
	margin:      0 5px;
	color:       #000000;
	font-size:   14px;
	font-weight: 700;
}

.share-infor a:hover {
	color: #1e73be;
}

.mc4wp-form .mc4wp-form-fields {
	position: relative;
}

.mc4wp-form .mc4wp-form-fields p {
	border:  1px solid #ffffff;
	padding: 6px 0;
	display: block;
}

.mc4wp-form .mc4wp-form-fields p input {
	color:  #999;
	border: none;
}

.mc4wp-form .mc4wp-form-fields p input::placeholder {
	color: #999;
}

.mc4wp-form .mc4wp-form-fields p .email {
	width:       calc(100% - 160px) !important;
	display:     inline-block;
	background:  transparent;
	line-height: 35px;
}

.mc4wp-form .mc4wp-form-fields p .email::placeholder {
	color: #ffffff;
}

@media only screen and (max-width: 600px) {
	.mc4wp-form .mc4wp-form-fields p .email {
		width: calc(100% - 110px) !important;
	}
}

.mc4wp-form .mc4wp-form-fields p .submit {
	width:          150px;
	display:        inline-block;
	background:     #ffffff;
	line-height:    35px;
	color:          #111111;
	text-transform: uppercase;
}

.mc4wp-form .mc4wp-form-fields p .submit:hover {
	background: #f1593b;
	color:      #ffffff;
}

@media only screen and (max-width: 600px) {
	.mc4wp-form .mc4wp-form-fields p .submit {
		width:   100px;
		padding: 6px !important;
	}
}

.letter-homepage1 .mc4wp-form .mc4wp-form-fields {
	position: relative;
}

.letter-homepage1 .mc4wp-form .mc4wp-form-fields p {
	padding: 0 !important;
	border:  none !important;
}

.letter-homepage1 .mc4wp-form .mc4wp-form-fields p input {
	color:   #999;
	padding: 4px;
	display: block;
}

.letter-homepage1 .mc4wp-form .mc4wp-form-fields p input::placeholder {
	color: #999;
}

.letter-homepage1 .mc4wp-form .mc4wp-form-fields p .email {
	width:       100% !important;
	display:     block;
	background:  transparent;
	border:      1px solid #ffffff;
	line-height: 35px;
	text-indent: 10px;
}

.letter-homepage1 .mc4wp-form .mc4wp-form-fields p .email::placeholder {
	color: #ffffff;
}

.letter-homepage1 .mc4wp-form .mc4wp-form-fields p .submit {
	display:    block;
	margin-top: 30px;
	color:      #111111;
}

.letter-homepage1 .mc4wp-form .mc4wp-form-fields p .submit:hover {
	background: #f1593b;
	color:      #ffffff;
}

.contact-faq .wpcf7-form > p {
	text-align:     center;
	font-weight:    700;
	font-size:      18px;
	text-transform: uppercase;
	color:          #ffffff;
	margin-bottom:  25px;
}

.contact-faq .wpcf7-form label {
	width:   100%;
	display: block;
}

.contact-faq .wpcf7-form label .wpcf7-form-control-wrap {
	display: block;
}

.contact-faq .wpcf7-form label .wpcf7-form-control-wrap input {
	padding:    9px 10px;
	border:     1px solid #fff;
	background: transparent !important;
	color:      #fff;
	font-size:  14px;
}

.contact-faq .wpcf7-form label .wpcf7-form-control-wrap.your-email {
	padding-left: 0;
}

.contact-faq .wpcf7-form label .wpcf7-form-control-wrap.your-question {
	display: block;
	width:   100% !important;
}

.contact-faq .wpcf7-form label .wpcf7-form-control-wrap.your-question textarea {
	height:     150px;
	font-size:  14px;
	display:    inherit;
	border:     1px solid #fff;
	background: transparent !important;
	color:      #ffffff;
}

.contact-faq .wpcf7-form .wpcf7-submit {
	border:         1px solid transparent;
	padding:        9px 40px;
	cursor:         pointer;
	text-transform: uppercase;
	width:          inherit;
	display:        inline-block;
	background:     #ffffff;
	color:          #111111;
}

.contact-faq .wpcf7-form .wpcf7-submit:hover {
	background: #f1593b;
	color:      #ffffff;
	border:     1px solid transparent !important;
}

.page-not-found {
	background-size:         cover;
	-moz-background-size:    cover;
	-webkit-background-size: cover;
	-o-background-size:      cover;
	-ms-background-size:     cover;
	background-repeat:       no-repeat;
	background-position:     center center;
	background-image:        url("images/404_page.jpg");
	min-height:              600px;
}

.page-not-found .page-detail {
	min-height:          100vh;
	align-items:         center;
	-moz-align-items:    center;
	-webkit-align-items: center;
	-o-align-items:      center;
	-ms-align-items:     center;
}

.page-not-found .page-detail .page-inner {
	text-align: center;
	width:      800px;
	margin:     0 auto;
	transform:  translate(-50%, -50%);
	top:        55%;
	position:   absolute;
	left:       50%;
}

.page-not-found .page-detail .page-inner .title {
	font-weight: bold;
}

.page-not-found .page-detail .page-inner h2 {
	font-size:      48px;
	color:          #ffffff;
	padding-bottom: 5px;
	margin-bottom:  20px;
}

.page-not-found .page-detail .page-inner h2:before {
	background: #fff;
}

.page-not-found .page-detail .page-inner p {
	padding:     0 0 20px;
	font-size:   14px;
	color:       #ffffff;
	font-weight: bold;
}

.page-not-found .page-detail .page-inner .au-btn-white i {
	padding-left: 10px;
}

.page-not-found .page-detail .page-inner .btn-small {
	padding:        20px 40px;
	border:         none;
	background:     #fff;
	color:          #111111;
	font-size:      14px;
	font-weight:    bold;
	text-transform: uppercase;
}

.page-not-found .page-detail .page-inner .btn-small:hover {
	color: #fff;
}

.error404 .wrapper-container {
	background: transparent;
}

.error404 .wrapper-container .container {
	position:      absolute;
	left:          0;
	right:         0;
	padding-left:  0;
	padding-right: 0;
}

.error404 .wrapper-container .container #masthead {
	display: block;
}

.error404 .wrapper-container .container #masthead .affix-top, .error404 .wrapper-container .container #masthead .affix {
	background: transparent;
}

@media only screen and (max-width: 1024px) {
	.error404 .wrapper-container .container #masthead .affix-top .menu-desktop-inner .menu-mobile-effect .hamburger-inner, .error404 .wrapper-container .container #masthead .affix .menu-desktop-inner .menu-mobile-effect .hamburger-inner {
		background: #ffffff;
	}

	.error404 .wrapper-container .container #masthead .affix-top .menu-desktop-inner .menu-mobile-effect .hamburger-inner:before, .error404 .wrapper-container .container #masthead .affix-top .menu-desktop-inner .menu-mobile-effect .hamburger-inner:after, .error404 .wrapper-container .container #masthead .affix .menu-desktop-inner .menu-mobile-effect .hamburger-inner:before, .error404 .wrapper-container .container #masthead .affix .menu-desktop-inner .menu-mobile-effect .hamburger-inner:after {
		background: #ffffff;
	}
}

@media only screen and (min-width: 1025px) {
	.error404 .wrapper-container .container #masthead .affix-top .menu-desktop-inner .main-menu .navmenu li a, .error404 .wrapper-container .container #masthead .affix .menu-desktop-inner .main-menu .navmenu li a {
		color: #ffffff;
	}

	.error404 .wrapper-container .container #masthead .affix-top .menu-desktop-inner .main-menu .navmenu li a:before, .error404 .wrapper-container .container #masthead .affix .menu-desktop-inner .main-menu .navmenu li a:before {
		background: transparent !important;
		width:      0;
		height:     0;
	}

	.error404 .wrapper-container .container #masthead .affix-top .menu-desktop-inner .main-menu .navmenu li .sub-menu li a, .error404 .wrapper-container .container #masthead .affix .menu-desktop-inner .main-menu .navmenu li .sub-menu li a {
		color: #cecece;
	}

	.error404 .wrapper-container .container #masthead .affix-top .menu-desktop-inner .main-menu .navmenu li .sub-menu li a:hover, .error404 .wrapper-container .container #masthead .affix .menu-desktop-inner .main-menu .navmenu li .sub-menu li a:hover {
		color: #ffffff;
	}
}

.error404 .wrapper-container .container #masthead .affix-top .header-right .header-wishlist a, .error404 .wrapper-container .container #masthead .affix .header-right .header-wishlist a {
	color: #ffffff !important;
}

.error404 .wrapper-container .container #masthead .affix-top .header-right .widget_shopping_cart .cart-items-number, .error404 .wrapper-container .container #masthead .affix .header-right .widget_shopping_cart .cart-items-number {
	color: #ffffff;
}

.error404 .wrapper-container .container #masthead .affix-top .physc_search .search-toggler, .error404 .wrapper-container .container #masthead .affix .physc_search .search-toggler {
	color: #ffffff;
}

.error404 .wrapper-container .container #masthead .affix-top .physc_search .search-overlay .closeicon, .error404 .wrapper-container .container #masthead .affix .physc_search .search-overlay .closeicon {
	right: 70px;
}

.error404 .wrapper-container .container #masthead .affix-top .physc_search .search-overlay .modal-search-content, .error404 .wrapper-container .container #masthead .affix .physc_search .search-overlay .modal-search-content {
	padding: 0 70px;
}

/* Coming Soon Section  */
.comming-soon-page {
	background-repeat:       no-repeat;
	background-position:     center center;
	background-size:         cover;
	-moz-background-size:    cover;
	-webkit-background-size: cover;
	-o-background-size:      cover;
	-ms-background-size:     cover;
	max-height:              100vh;
	height:                  100vh;
}

.comming-soon-page #masthead {
	display:  block;
	position: absolute;
	width:    100%;
	z-index:  999;
}

.comming-soon-page #masthead .affix-top, .comming-soon-page #masthead .affix {
	background: transparent;
}

@media only screen and (max-width: 1024px) {
	.comming-soon-page #masthead .affix-top .menu-desktop-inner .menu-mobile-effect .hamburger-inner, .comming-soon-page #masthead .affix .menu-desktop-inner .menu-mobile-effect .hamburger-inner {
		background: #ffffff;
	}

	.comming-soon-page #masthead .affix-top .menu-desktop-inner .menu-mobile-effect .hamburger-inner:before, .comming-soon-page #masthead .affix-top .menu-desktop-inner .menu-mobile-effect .hamburger-inner:after, .comming-soon-page #masthead .affix .menu-desktop-inner .menu-mobile-effect .hamburger-inner:before, .comming-soon-page #masthead .affix .menu-desktop-inner .menu-mobile-effect .hamburger-inner:after {
		background: #ffffff;
	}
}

@media only screen and (min-width: 1025px) {
	.comming-soon-page #masthead .affix-top .menu-desktop-inner .main-menu .navmenu li a, .comming-soon-page #masthead .affix .menu-desktop-inner .main-menu .navmenu li a {
		color: #ffffff;
	}

	.comming-soon-page #masthead .affix-top .menu-desktop-inner .main-menu .navmenu li a:before, .comming-soon-page #masthead .affix .menu-desktop-inner .main-menu .navmenu li a:before {
		background: transparent !important;
		width:      0;
		height:     0;
	}

	.comming-soon-page #masthead .affix-top .menu-desktop-inner .main-menu .navmenu li .sub-menu li a, .comming-soon-page #masthead .affix .menu-desktop-inner .main-menu .navmenu li .sub-menu li a {
		color: #cecece;
	}

	.comming-soon-page #masthead .affix-top .menu-desktop-inner .main-menu .navmenu li .sub-menu li a:hover, .comming-soon-page #masthead .affix .menu-desktop-inner .main-menu .navmenu li .sub-menu li a:hover {
		color: #ffffff;
	}
}

.comming-soon-page #masthead .affix-top .header-right .header-wishlist a, .comming-soon-page #masthead .affix .header-right .header-wishlist a {
	color: #ffffff !important;
}

.comming-soon-page #masthead .affix-top .header-right .widget_shopping_cart .cart-items-number, .comming-soon-page #masthead .affix .header-right .widget_shopping_cart .cart-items-number {
	color: #ffffff;
}

.comming-soon-page #masthead .affix-top .physc_search .search-toggler, .comming-soon-page #masthead .affix .physc_search .search-toggler {
	color: #ffffff;
}

.comming-soon-page #masthead .affix-top .physc_search .search-overlay .closeicon, .comming-soon-page #masthead .affix .physc_search .search-overlay .closeicon {
	right: 70px;
}

.comming-soon-page #masthead .affix-top .physc_search .search-overlay .modal-search-content, .comming-soon-page #masthead .affix .physc_search .search-overlay .modal-search-content {
	padding: 0 70px;
}

/* End Coming Soon Section */
/* 8. Shop ------------------------------------------------------------ */
.woocommerce .shop-single-v1-section .product-top-image {
	*zoom: 1;
}

.woocommerce .shop-single-v1-section .product-top-image:before, .woocommerce .shop-single-v1-section .product-top-image:after {
	content: "";
	display: table;
}

.woocommerce .shop-single-v1-section .product-top-image:after {
	clear: both;
}

.woocommerce .shop-single-v1-section .product-top-image .summary .product_title.entry-title {
	margin-bottom: 15px;
}

.woocommerce .shop-single-v1-section .images {
	padding-right: 15px;
	position:      relative;
}

.woocommerce .shop-single-v1-section .images .onsale,
.woocommerce .shop-single-v1-section .images .onnew {
	font-size:      16px;
	position:       absolute;
	left:           auto;
	z-index:        9;
	right:          25px;
	margin:         0;
	top:            0;
	text-transform: uppercase;
	padding:        10px 5px 10px 5px;
	background:     #ff4747;
	letter-spacing: 5px;
	word-wrap:      break-word;
	line-height:    15px;
}

.woocommerce .shop-single-v1-section .images .onnew {
	padding: 0.5px 10.5px;
	left:    130px;
}

.woocommerce .shop-single-v1-section .images #slider li a {
	vertical-align: middle;
}

.woocommerce .shop-single-v1-section .images #carousel {
	margin-top: 20px;
}

.woocommerce .shop-single-v1-section .images #carousel .slides li {
	margin-right: 20px;
	opacity:      0.8;
}

.woocommerce .shop-single-v1-section .images #carousel .slides li.flex-active-slide {
	opacity: 1;
}

.woocommerce .shop-single-v1-section .images .owl-carousel .owl-thumbs .owl-thumb-item {
	outline:         none;
	-moz-outline:    none;
	-webkit-outline: none;
	-o-outline:      none;
	-ms-outline:     none;
	border:          1px solid #e5e5e5;
	background:      transparent;
	padding:         0;
	width:           171px;
	margin:          20px 20px 0 0;
	cursor:          pointer;
}

.woocommerce .shop-single-v1-section .images .owl-carousel .owl-thumbs .owl-thumb-item:last-child {
	margin-right: 0;
}

.woocommerce .shop-single-v1-section .images .owl-carousel .owl-thumbs .owl-thumb-item.active {
	box-shadow:         0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow:      0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow:     0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.woocommerce .shop-single-v1-section .images .owl-carousel .owl-thumbs .owl-thumb-item:hover {
	box-shadow:         0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow:      0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow:     0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.woocommerce .shop-single-v1-section .images .images {
	width: 100%;
}

.woocommerce .shop-single-v1-section .summary {
	padding-left: 15px;
}

.woocommerce .shop-single-v1-section .summary .woocommerce-product-rating {
	align-items:         center;
	-moz-align-items:    center;
	-webkit-align-items: center;
	-o-align-items:      center;
	-ms-align-items:     center;
	margin-bottom:       15px;
	line-height:         1.5;
}

.woocommerce .shop-single-v1-section .summary .woocommerce-product-rating .star-rating {
	font-size:     18px;
	color:         #ffcc33;
	margin-right:  12px;
	margin-bottom: 0 !important;
	margin-top:    0 !important;
}

.woocommerce .shop-single-v1-section .summary .woocommerce-product-rating .woocommerce-review-link {
	font-size: 16px;
	color:     #999;
}

.woocommerce .shop-single-v1-section .summary .woocommerce-product-details__short-description, .woocommerce .shop-single-v1-section .summary .product_meta {
	margin-bottom: 25px;
}

.woocommerce .shop-single-v1-section .summary .price {
	font-size:   30px;
	margin:      15px 0;
	color:       inherit;
	font-weight: bold;
}

.woocommerce .shop-single-v1-section .summary .price del {
	margin-right: 10px;
}

.woocommerce .shop-single-v1-section .summary .price ins {
	text-decoration: none;
}

.woocommerce .shop-single-v1-section .summary .cart {
	margin: 37px 0 43px;
}

.woocommerce .shop-single-v1-section .summary .cart .quantity {
	position:     relative;
	width:        120px;
	float:        left;
	margin-right: 12px;
	padding-left: 40px;
	text-align:   left;
}

.woocommerce .shop-single-v1-section .summary .cart .modify-qty {
	position:   absolute;
	text-align: center;
	height:     40px;
	z-index:    9;
	width:      40px;
	cursor:     pointer;
	border:     1px solid #999;
	color:      #111;
	background: transparent;
	padding:    0;
	top:        0;
	bottom:     0;
	font-size:  18px;
}

.woocommerce .shop-single-v1-section .summary .cart .qty {
	text-align:         center;
	border:             1px solid #999;
	border-right:       transparent !important;
	border-left:        transparent !important;
	padding:            6px 3px;
	-moz-appearance:    textfield !important;
	appearance:         none !important;
	-webkit-appearance: none !important;
	position:           relative;
	z-index:            9;
	width:              40px;
	height:             40px;
	color:              #111;
}

.woocommerce .shop-single-v1-section .summary .cart .plus, .woocommerce .shop-single-v1-section .summary .cart .plus_qv {
	right:       0;
	border-left: none;
}

.woocommerce .shop-single-v1-section .summary .cart .minus, .woocommerce .shop-single-v1-section .summary .cart .minus_qv {
	border-right: none;
	left:         0;
}

.woocommerce .shop-single-v1-section .summary .cart .btn-small i {
	padding-left: 10px;
}

.woocommerce .shop-single-v1-section .summary .cart .button {
	padding:            12px 30px;
	height:             40px;
	cursor:             pointer;
	transition:         0.3s;
	-moz-transition:    0.3s;
	-webkit-transition: 0.3s;
	-o-transition:      0.3s;
	-ms-transition:     0.3s;
	border:             1px solid transparent;
	display:            inline-block;
	line-height:        1;
	box-sizing:         border-box;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing:      border-box;
	-ms-box-sizing:     border-box;
	text-align:         center;
	color:              #ffffff;
	background:         #111111;
	position:           relative;
	text-transform:     uppercase;
	z-index:            9;
	border-radius:      0;
	font-weight:        500;
}

.woocommerce .shop-single-v1-section .summary .cart .button:hover {
	color:      #111111;
	background: #ffffff;
	border:     1px solid #111111;
}

.woocommerce .shop-single-v1-section .summary .variations_form {
	margin-bottom: 0;
}

.woocommerce .shop-single-v1-section .summary .variations_form .single_variation_wrap {
	display:       none;
	margin-bottom: 40px;
}

.woocommerce .shop-single-v1-section .summary .variations_form .variations_button {
	*zoom: 1;
}

.woocommerce .shop-single-v1-section .summary .variations_form .variations_button:before, .woocommerce .shop-single-v1-section .summary .variations_form .variations_button:after {
	content: "";
	display: table;
}

.woocommerce .shop-single-v1-section .summary .variations_form .variations_button:after {
	clear: both;
}

.woocommerce .shop-single-v1-section .summary .variations_form .variations {
	margin-bottom: 0;
}

.woocommerce .shop-single-v1-section .summary .variations_form .variations td.label {
	text-transform: capitalize;
	padding-right:  0;
}

.woocommerce .shop-single-v1-section .summary .variations_form .variations td.label label {
	margin-bottom: 0;
	padding-top:   10px;
	color:         #111;
}

.woocommerce .shop-single-v1-section .summary .variations_form .variations td.label label span {
	color: #111111;
}

.woocommerce .shop-single-v1-section .summary .variations_form .variations td.value {
	padding: 8px 0;
}

.woocommerce .shop-single-v1-section .summary .variations_form .variations td.value .isw-swatch.isw-swatch--isw_text .isw-term.isw-selected {
	padding: 0 9px;
}

.woocommerce .shop-single-v1-section .summary .product_meta {
	margin-bottom: 10px;
	padding-top:   30px;
	border-top:    1px solid #ebebeb;
}

.woocommerce .shop-single-v1-section .summary .product_meta .posted_in,
.woocommerce .shop-single-v1-section .summary .product_meta .tagged_as {
	display:       block;
	margin-bottom: 10px;
	font-weight:   600;
	font-size:     14px;
}

.woocommerce .shop-single-v1-section .summary .product_meta .posted_in a,
.woocommerce .shop-single-v1-section .summary .product_meta .tagged_as a {
	padding-left: 5px;
	font-weight:  normal;
	font-size:    14px;
}

.woocommerce .shop-single-v1-section .summary .product_meta .posted_in a:hover,
.woocommerce .shop-single-v1-section .summary .product_meta .tagged_as a:hover {
	color: #111111;
}

.woocommerce .shop-single-v1-section .summary .product_meta .sku_wrapper {
	display:       block;
	margin-bottom: 10px;
	font-weight:   600;
}

.woocommerce .shop-single-v1-section .summary .product_meta .sku_wrapper .sku {
	padding-left: 5px;
	font-weight:  normal;
	font-size:    14px;
}

.woocommerce .shop-single-v1-section .summary .yith-wcwl-add-to-wishlist {
	margin-bottom: 25px;
	margin-top:    0;
}

.woocommerce .shop-single-v1-section .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
	padding-left: 25px;
	position:     relative;
}

.woocommerce .shop-single-v1-section .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before {
	position: absolute;
	left:     0;
	top:      0;
	content:  '\f004';
	font:     normal normal normal 14px/1 FontAwesome;
}

.woocommerce .shop-single-v1-section .summary .product-share span {
	display:     inline-block;
	font-weight: 600;
}

.woocommerce .shop-single-v1-section .summary .product-share span:after {
	content:       ":";
	padding-right: 10px;
	padding-left:  2px;
}

.woocommerce .shop-single-v1-section .summary .product-share .item-social {
	display: inline-block;
}

.woocommerce .shop-single-v1-section .summary .product-share a {
	padding:        0 7px;
	font-size:      14px;
	text-transform: uppercase;
}

.woocommerce .shop-single-v1-section .related, .woocommerce .shop-single-v1-section .upsells {
	margin: 60px 0 0;
}

.woocommerce .shop-single-v1-section .related > h2, .woocommerce .shop-single-v1-section .upsells > h2 {
	position:       relative;
	text-transform: uppercase;
	padding-bottom: 45px;
}

.woocommerce .shop-single-v1-section .related > h2:before, .woocommerce .shop-single-v1-section .upsells > h2:before {
	content:       "#";
	padding-right: 5px;
}

.woocommerce .shop-single-v1-section .woocommerce-tabs {
	padding-top: 48px;
}

.woocommerce .shop-single-v1-section .woocommerce-tabs ul.tabs {
	padding:    0 !important;
	text-align: left;
}

.woocommerce .shop-single-v1-section .woocommerce-tabs ul.tabs:before, .woocommerce .shop-single-v1-section .woocommerce-tabs ul.tabs li:before, .woocommerce .shop-single-v1-section .woocommerce-tabs ul.tabs li:after {
	display: none;
}

.woocommerce .shop-single-v1-section .woocommerce-tabs ul.tabs li {
	margin:        0 15px !important;
	display:       inline-block;
	list-style:    none;
	padding:       0 !important;
	border:        none !important;
	background:    transparent !important;
	overflow:      hidden;
	border-radius: 0 !important;
}

.woocommerce .shop-single-v1-section .woocommerce-tabs ul.tabs li a {
	padding:        3px 0 !important;
	display:        inline-block;
	margin:         0;
	background:     transparent !important;
	text-transform: uppercase;
	font-size:      17px;
	border-bottom:  2px solid transparent;
}

.woocommerce .shop-single-v1-section .woocommerce-tabs ul.tabs li.active a {
	border-bottom-color: #111111;
}

.woocommerce .shop-single-v1-section .woocommerce-tabs ul.tabs li:first-child {
	margin-left: 0 !important;
}

.woocommerce .shop-single-v1-section .woocommerce-tabs .entry-content {
	padding:       20px 0;
	background:    transparent;
	margin-bottom: 0;
	box-shadow:    0 0 0;
}

.woocommerce .shop-single-v1-section .woocommerce-tabs .entry-content {
	*zoom: 1;
}

.woocommerce .shop-single-v1-section .woocommerce-tabs .entry-content:before, .woocommerce .shop-single-v1-section .woocommerce-tabs .entry-content:after {
	content: "";
	display: table;
}

.woocommerce .shop-single-v1-section .woocommerce-tabs .entry-content:after {
	clear: both;
}

.woocommerce .shop-single-v1-section .woocommerce-tabs .entry-content .wpb_wrapper {
	*zoom: 1;
}

.woocommerce .shop-single-v1-section .woocommerce-tabs .entry-content .wpb_wrapper:before, .woocommerce .shop-single-v1-section .woocommerce-tabs .entry-content .wpb_wrapper:after {
	content: "";
	display: table;
}

.woocommerce .shop-single-v1-section .woocommerce-tabs .entry-content .wpb_wrapper:after {
	clear: both;
}

.woocommerce .shop-single-v1-section .woocommerce-tabs .entry-content h2 {
	margin-bottom:  20px;
	text-transform: capitalize;
	font-size:      1.2em;
}

.woocommerce .shop-single-v1-section .woocommerce-tabs .entry-content .commentlist {
	margin-top: 30px;
}

.woocommerce .shop-single-v1-section .woocommerce-tabs .entry-content .commentlist .review {
	margin-bottom: 30px !important;
}

.woocommerce .shop-single-v1-section .woocommerce-tabs .entry-content .commentlist .review:last-child {
	margin-bottom: 5px !important;
}

.woocommerce .shop-single-v1-section .woocommerce-tabs .entry-content .commentlist .review .comment_container .avatar {
	width:    85px !important;
	position: inherit !important;
	border:   none !important;
	display:  inline-block;
	padding:  0 !important;
}

.woocommerce .shop-single-v1-section .woocommerce-tabs .entry-content .commentlist .review .comment_container .comment-text {
	margin:        0;
	width:         calc(100% - 110px);
	margin-left:   25px !important;
	display:       inline-block;
	padding:       20px;
	border-radius: 0 !important;
	border:        1px solid #e6e6e6 !important;
}

.woocommerce .shop-single-v1-section .woocommerce-tabs .entry-content .commentlist .review .comment_container .comment-text .woocommerce-review__author {
	color: #111111;
}

@media only screen and (max-width: 480px) {
	.woocommerce .shop-single-v1-section .woocommerce-tabs .entry-content .commentlist .review .comment_container .avatar {
		width: 30px !important;
	}

	.woocommerce .shop-single-v1-section .woocommerce-tabs .entry-content .commentlist .review .comment_container .comment-text {
		width:       calc(100% - 40px);
		margin-left: 10px !important;
	}
}

.woocommerce .shop-single-v1-section .woocommerce-tabs .entry-content #review_form_wrapper .comment-reply-title {
	margin-top:  0;
	position:    relative;
	font-weight: 700;
	color:       #111111;
}

.woocommerce .shop-single-v1-section .woocommerce-tabs .entry-content #review_form_wrapper .comment-reply-title:before {
	content:       "#";
	padding-right: 5px;
}

.woocommerce .shop-single-v1-section .woocommerce-tabs .entry-content #review_form_wrapper #commentform .stars {
	margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
	.woocommerce .shop-single-v1-section .woocommerce-tabs ul.tabs li a {
		padding:     8px 25px 11px;
		line-height: 18px;
	}
}

@media only screen and (max-width: 600px) {
	.woocommerce .shop-single-v1-section .woocommerce-tabs ul.tabs li {
		border-radius: 0;
		display:       block;
		margin-bottom: 8px;
	}

	.woocommerce .shop-single-v1-section .woocommerce-tabs ul.tabs li a {
		padding:     8px 25px 11px;
		line-height: 18px;
		width:       100%;
	}
}

/* Order Tracking */
.order-tracking-section.section-box {
	padding: 113px 0 100px;
}

.order-tracking-section .order-content .woocommerce .track-order label {
	font-size:     18px;
	font-weight:   500;
	color:         #111;
	margin-bottom: 14px;
}

.order-tracking-section .order-content .woocommerce .track-order input {
	border:        none;
	border-bottom: 1px solid #111;
	padding:       0 0 8px;
}

.order-tracking-section .order-content .woocommerce .track-order input::-webkit-input-placeholder {
	color: #111;
}

.order-tracking-section .order-content .woocommerce .track-order input::-moz-placeholder {
	color: #111;
}

.order-tracking-section .order-content .woocommerce .track-order input:-ms-input-placeholder {
	color: #111;
}

.order-tracking-section .order-content .woocommerce .track-order input:-moz-placeholder {
	color: #111;
}

.order-tracking-section .order-content .woocommerce .track-order .form-row-first {
	padding: 35px 0 42px;
}

.order-tracking-section .order-content .woocommerce .track-order .form-row-last {
	margin-bottom: 50px;
}

.order-tracking-section .order-content .woocommerce .track-order p.button {
	position: relative;
	width:    133px;
}

.order-tracking-section .order-content .woocommerce .track-order p.button .btn-small {
	padding: 17px 35px;
	cursor:  pointer;
}

.order-tracking-section .order-content .woocommerce .track-order p.button .btn-small i {
	padding-left: 10px;
}

/* End Order Tracking */
/* End Lost Your Password */
.woocommerce #customer_login {
	width:        auto;
	margin-left:  -15px;
	margin-right: -15px;
}

.woocommerce #customer_login h2 {
	text-align:    left;
	margin-bottom: 20px;
	font-weight:   500;
	color:         #111;
	position:      relative;
}

.woocommerce #customer_login form.woocommerce-form-login, .woocommerce #customer_login form.register {
	margin:  0;
	padding: 0;
	border:  none;
}

.woocommerce #customer_login .woocommerce-form__label-for-checkbox {
	margin-top: 7px;
}

.woocommerce #customer_login .woocommerce-Button {
	margin-top:   35px;
	padding:      10px 30px;
	cursor:       pointer;
	margin-right: 20px;
	border:       1px solid #111111;
	color:        #fff;
	background:   #111111;
}

.woocommerce #customer_login .woocommerce-Button:hover {
	background: #111111;
	color:      #fff;
	border:     1px solid #111111;
}

.woocommerce .woocommerce-form-row {
	margin-bottom: 33px;
}

.woocommerce .woocommerce-form-row input {
	padding: 10px 12px;
	border:  1px solid #e6e6e6;
}

.woocommerce .woocommerce-form-row input::-webkit-input-placeholder {
	color: #111;
}

.woocommerce .woocommerce-form-row input::-moz-placeholder {
	color: #111;
}

.woocommerce .woocommerce-form-row input:-ms-input-placeholder {
	color: #111;
}

.woocommerce .woocommerce-form-row input:-moz-placeholder {
	color: #111;
}

.woocommerce .woocommerce-form-row label {
	color: #111111;
}

.woocommerce .woocommerce-LostPassword {
	padding-top: 15px;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Button {
	margin-top: 40px;
}

.woocommerce .woocommerce-input-wrapper {
	display: block;
	width:   100%;
}

.woocommerce .woocommerce-input-wrapper input {
	padding: 10px 12px;
	border:  1px solid #e6e6e6;
}

.woocommerce .woocommerce-input-wrapper input::-webkit-input-placeholder {
	color: #111;
}

.woocommerce .woocommerce-input-wrapper input::-moz-placeholder {
	color: #111;
}

.woocommerce .woocommerce-input-wrapper input:-ms-input-placeholder {
	color: #111;
}

.woocommerce .woocommerce-input-wrapper input:-moz-placeholder {
	color: #111;
}

.woocommerce .woocommerce-address-fields .form-row {
	padding: 0 !important;
}

.woocommerce .woocommerce-address-fields .button {
	margin-top: 30px;
}

/* End My Account */
/* Check Out */
.woocommerce .woocommerce-info {
	background:       #ffffff;
	margin-bottom:    30px;
	border:           1px solid #e6e6e6;
	padding:          15px;
	position:         relative;
	line-height:      50px;
	border-top-color: #e6e6e6 !important;
}

.woocommerce .woocommerce-info:before {
	content: '';
	display: none !important;
}

.woocommerce .woocommerce-info a {
	color:  #666;
	cursor: pointer;
	float:  right;
}

.woocommerce .woocommerce-info a:hover {
	color: #111;
}

.woocommerce .woocommerce-info a.button {
	color:      #111;
	margin-top: 0 !important;
}

.woocommerce .woocommerce-info a.button:hover {
	color: #fff;
}

.woocommerce form.woocommerce-form-login {
	border:        1px solid #e5e5e5;
	margin-bottom: 30px;
	padding:       33px 30px;
	border-radius: 0;
}

.woocommerce form.woocommerce-form-login p {
	color: #999;
}

.woocommerce form.woocommerce-form-login input.input-text {
	border:  1px solid #e6e6e6;
	padding: 9px 10px;
}

.woocommerce form.woocommerce-form-login input.input-text::-webkit-input-placeholder {
	color: #111;
}

.woocommerce form.woocommerce-form-login input.input-text::-moz-placeholder {
	color: #111;
}

.woocommerce form.woocommerce-form-login input.input-text:-ms-input-placeholder {
	color: #111;
}

.woocommerce form.woocommerce-form-login input.input-text:-moz-placeholder {
	color: #111;
}

.woocommerce form.woocommerce-form-login .form-row-first {
	float:        left;
	width:        calc(50% - 15px);
	margin-right: 30px;
	margin-top:   21px;
}

.woocommerce form.woocommerce-form-login .form-row-last {
	width:      calc(50% - 15px);
	display:    inline-block;
	margin-top: 21px;
}

.woocommerce form.woocommerce-form-login .form-row .button {
	margin-top:     30px;
	border:         1px solid #111111;
	color:          #fff;
	background:     #111111;
	text-transform: uppercase;
}

.woocommerce form.woocommerce-form-login .form-row .button:hover {
	color:      #ffffff;
	background: #111111;
	border:     1px solid #111111;
}

.woocommerce form.woocommerce-form-login .woocommerce-form__label-for-checkbox {
	margin-right: 25px;
	padding-top:  25px;
}

.woocommerce form.woocommerce-form-login .woocommerce-LostPassword a {
	color: #999;
}

.woocommerce form.woocommerce-form-login .woocommerce-LostPassword a:hover {
	color: #111;
}

.woocommerce form.checkout_coupon {
	border:        1px solid #e5e5e5;
	margin-bottom: 30px;
	padding:       40px 30px;
	border-radius: 0;
}

.woocommerce form.checkout_coupon .form-row-first {
	float:         left;
	width:         calc(100% - 200px);
	padding-right: 30px;
}

.woocommerce form.checkout_coupon .form-row-first input {
	border:  1px solid #e6e6e6;
	padding: 10px 12px;
}

.woocommerce form.checkout_coupon .form-row-first input::-webkit-input-placeholder {
	color: #111;
}

.woocommerce form.checkout_coupon .form-row-first input::-moz-placeholder {
	color: #111;
}

.woocommerce form.checkout_coupon .form-row-first input:-ms-input-placeholder {
	color: #111;
}

.woocommerce form.checkout_coupon .form-row-first input:-moz-placeholder {
	color: #111;
}

.woocommerce form.checkout_coupon .form-row-last {
	width:    200px;
	position: relative;
	display:  inline-block;
}

.woocommerce form.checkout_coupon .form-row-last button {
	padding:        11px 20px;
	cursor:         pointer;
	border:         1px solid #111111;
	text-transform: uppercase;
}

.woocommerce .woocommerce-checkout {
	margin-bottom: 100px;
}

.woocommerce .woocommerce-checkout .woocommerce-billing-fields h3, .woocommerce .woocommerce-checkout .woocommerce-shipping-fields h3 {
	font-size:      20px;
	padding-bottom: 24px;
	text-transform: uppercase;
}

.woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper, .woocommerce .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-input-wrapper {
	display: block;
	width:   100%;
}

.woocommerce .woocommerce-checkout .woocommerce-billing-fields label abbr[title], .woocommerce .woocommerce-checkout .woocommerce-shipping-fields label abbr[title] {
	text-decoration: none;
}

.woocommerce .woocommerce-checkout .woocommerce-billing-fields .input-text,
.woocommerce .woocommerce-checkout .woocommerce-billing-fields select, .woocommerce .woocommerce-checkout .woocommerce-shipping-fields .input-text,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields select {
	border:        1px solid #e6e6e6;
	padding:       9px 10px;
	margin-bottom: 20px;
}

.woocommerce .woocommerce-checkout .woocommerce-billing-fields .input-text::-webkit-input-placeholder,
.woocommerce .woocommerce-checkout .woocommerce-billing-fields select::-webkit-input-placeholder, .woocommerce .woocommerce-checkout .woocommerce-shipping-fields .input-text::-webkit-input-placeholder,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields select::-webkit-input-placeholder {
	color: #111;
}

.woocommerce .woocommerce-checkout .woocommerce-billing-fields .input-text::-moz-placeholder,
.woocommerce .woocommerce-checkout .woocommerce-billing-fields select::-moz-placeholder, .woocommerce .woocommerce-checkout .woocommerce-shipping-fields .input-text::-moz-placeholder,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields select::-moz-placeholder {
	color: #111;
}

.woocommerce .woocommerce-checkout .woocommerce-billing-fields .input-text:-ms-input-placeholder,
.woocommerce .woocommerce-checkout .woocommerce-billing-fields select:-ms-input-placeholder, .woocommerce .woocommerce-checkout .woocommerce-shipping-fields .input-text:-ms-input-placeholder,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields select:-ms-input-placeholder {
	color: #111;
}

.woocommerce .woocommerce-checkout .woocommerce-billing-fields .input-text:-moz-placeholder,
.woocommerce .woocommerce-checkout .woocommerce-billing-fields select:-moz-placeholder, .woocommerce .woocommerce-checkout .woocommerce-shipping-fields .input-text:-moz-placeholder,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields select:-moz-placeholder {
	color: #111;
}

.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row-first, .woocommerce .woocommerce-checkout .woocommerce-shipping-fields .form-row-first {
	width:        calc(50% - 15px);
	float:        left;
	margin-right: 30px;
}

.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row-last, .woocommerce .woocommerce-checkout .woocommerce-shipping-fields .form-row-last {
	width:   calc(50% - 15px);
	display: inline-block;
}

.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row-wide, .woocommerce .woocommerce-checkout .woocommerce-shipping-fields .form-row-wide {
	position: relative;
}

.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row-wide label, .woocommerce .woocommerce-checkout .woocommerce-shipping-fields .form-row-wide label {
	color: #111;
}

.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row-wide #billing_address_1, .woocommerce .woocommerce-checkout .woocommerce-shipping-fields .form-row-wide #billing_address_1 {
	margin-bottom: 16px;
}

.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row-wide select, .woocommerce .woocommerce-checkout .woocommerce-shipping-fields .form-row-wide select {
	color:      #111;
	font-size:  13px;
	position:   relative;
	cursor:     pointer;
	z-index:    99;
	background: 0 0;
}

.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row-wide select.postcode_select, .woocommerce .woocommerce-checkout .woocommerce-shipping-fields .form-row-wide select.postcode_select {
	font-size: 15px;
}

.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row-wide .select-btn, .woocommerce .woocommerce-checkout .woocommerce-shipping-fields .form-row-wide .select-btn {
	font-size:         20px;
	position:          absolute;
	right:             0;
	top:               50%;
	transform:         translateY(-50%);
	-moz-transform:    translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform:      translateY(-50%);
	-ms-transform:     translateY(-50%);
}

.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row-wide.form-row-wide-1 .select-btn, .woocommerce .woocommerce-checkout .woocommerce-shipping-fields .form-row-wide.form-row-wide-1 .select-btn {
	top: 25%;
}

.woocommerce .woocommerce-checkout .woocommerce-billing-fields #billing_address_1::-webkit-input-placeholder,
.woocommerce .woocommerce-checkout .woocommerce-billing-fields #billing_address_2::-webkit-input-placeholder, .woocommerce .woocommerce-checkout .woocommerce-shipping-fields #billing_address_1::-webkit-input-placeholder,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields #billing_address_2::-webkit-input-placeholder {
	font-size: 13px;
}

.woocommerce .woocommerce-checkout .woocommerce-billing-fields #billing_address_1::-moz-placeholder,
.woocommerce .woocommerce-checkout .woocommerce-billing-fields #billing_address_2::-moz-placeholder, .woocommerce .woocommerce-checkout .woocommerce-shipping-fields #billing_address_1::-moz-placeholder,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields #billing_address_2::-moz-placeholder {
	font-size: 13px;
}

.woocommerce .woocommerce-checkout .woocommerce-billing-fields #billing_address_1:-ms-input-placeholder,
.woocommerce .woocommerce-checkout .woocommerce-billing-fields #billing_address_2:-ms-input-placeholder, .woocommerce .woocommerce-checkout .woocommerce-shipping-fields #billing_address_1:-ms-input-placeholder,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields #billing_address_2:-ms-input-placeholder {
	font-size: 13px;
}

.woocommerce .woocommerce-checkout .woocommerce-billing-fields #billing_address_1:-moz-placeholder,
.woocommerce .woocommerce-checkout .woocommerce-billing-fields #billing_address_2:-moz-placeholder, .woocommerce .woocommerce-checkout .woocommerce-shipping-fields #billing_address_1:-moz-placeholder,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields #billing_address_2:-moz-placeholder {
	font-size: 13px;
}

.woocommerce .woocommerce-checkout #customer_details {
	display: flex !important;
}

.woocommerce .woocommerce-checkout #customer_details .col-1, .woocommerce .woocommerce-checkout #customer_details .col-2 {
	width:   100%;
	float:   none;
	padding: 0;
}

.woocommerce .woocommerce-checkout .woocommerce-input-wrapper {
	display: block;
	width:   100%;
}

.woocommerce .woocommerce-checkout .form-row label {
	line-height: 1;
}

.woocommerce .woocommerce-account-fields {
	margin-bottom: 30px;
}

.woocommerce .woocommerce-account-fields label abbr[title] {
	text-decoration: none;
}

.woocommerce .woocommerce-account-fields .woocommerce-validated label {
	position: relative;
}

.woocommerce .woocommerce-account-fields .woocommerce-validated input[type=checkbox] {
	display: none;
}

.woocommerce .woocommerce-account-fields .woocommerce-validated span {
	cursor:       pointer;
	padding-left: 25px;
	color:        #999;
}

.woocommerce .woocommerce-account-fields .woocommerce-validated span:before {
	position:              absolute;
	content:               '';
	width:                 14px;
	height:                13px;
	border:                1px solid #ccc;
	background:            #ebebeb;
	left:                  0;
	top:                   50%;
	transform:             translateY(-50%);
	-moz-transform:        translateY(-50%);
	-webkit-transform:     translateY(-50%);
	-o-transform:          translateY(-50%);
	-ms-transform:         translateY(-50%);
	border-radius:         2px;
	-moz-border-radius:    2px;
	-webkit-border-radius: 2px;
	-o-border-radius:      2px;
	-ms-border-radius:     2px;
}

.woocommerce .woocommerce-account-fields .woocommerce-validated span:after {
	content:            '';
	position:           absolute;
	border-left:        2px solid #ebebeb;
	border-bottom:      2px solid #ebebeb;
	border-top-color:   transparent;
	border-right-color: transparent;
	width:              8px;
	height:             4px;
	left:               3px;
	top:                10px;
	transform:          rotate(-45deg);
	-moz-transform:     rotate(-45deg);
	-webkit-transform:  rotate(-45deg);
	-o-transform:       rotate(-45deg);
	-ms-transform:      rotate(-45deg);
	transition:         all 0.5s;
	-moz-transition:    all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition:      all 0.5s;
	-ms-transition:     all 0.5s;
}

.woocommerce .woocommerce-account-fields .woocommerce-validated input[type=checkbox]:checked + span:after {
	border-color: #111;
}

.woocommerce .woocommerce-account-fields .create-account input {
	border:  1px solid #e6e6e6;
	padding: 9px 10px;
}

.woocommerce .woocommerce-account-fields .create-account input::-webkit-input-placeholder {
	color: #111;
}

.woocommerce .woocommerce-account-fields .create-account input::-moz-placeholder {
	color: #111;
}

.woocommerce .woocommerce-account-fields .create-account input:-ms-input-placeholder {
	color: #111;
}

.woocommerce .woocommerce-account-fields .create-account input:-moz-placeholder {
	color: #111;
}

.woocommerce .woocommerce-additional-fields h2 {
	font-size:      20px;
	padding-bottom: 24px;
}

.woocommerce .woocommerce-additional-fields h3 {
	font-size:      20px;
	padding-bottom: 24px;
	text-transform: uppercase;
}

.woocommerce .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper label {
	color:         #111;
	margin-bottom: 10px;
}

.woocommerce .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper textarea {
	padding: 9px 10px;
	border:  1px solid #e6e6e6;
	height:  150px;
}

.woocommerce .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper textarea::-webkit-input-placeholder {
	color: #111;
}

.woocommerce .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper textarea::-moz-placeholder {
	color: #111;
}

.woocommerce .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper textarea:-ms-input-placeholder {
	color: #111;
}

.woocommerce .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper textarea:-moz-placeholder {
	color: #111;
}

.woocommerce .woocommerce-checkout-review-order h2 {
	font-size:      20px;
	padding-bottom: 26px;
}

.woocommerce .woocommerce-checkout-review-order table {
	width:           100%;
	border-radius:   0;
	border:          none;
	border-collapse: collapse;
	margin:          0 0 25px 0;
}

.woocommerce .woocommerce-checkout-review-order table td, .woocommerce .woocommerce-checkout-review-order table th {
	border: none;
}

.woocommerce .woocommerce-checkout-review-order table th {
	color:       #000000;
	font-weight: 500 !important;
	padding:     15px 0;
}

.woocommerce .woocommerce-checkout-review-order table tbody tr {
	border-bottom: 1px solid #e5e5e5;
}

.woocommerce .woocommerce-checkout-review-order table tbody .cart_item td {
	padding:       0;
	border-bottom: 1px solid #e5e5e5;
}

.woocommerce .woocommerce-checkout-review-order table tbody .cart_item:last-child td {
	border-bottom: none;
}

.woocommerce .woocommerce-checkout-review-order table tbody .cart_item .product-name {
	width: 50%;
}

.woocommerce .woocommerce-checkout-review-order table tbody .cart_item .product-name img {
	width:   100px;
	border:  1px solid #f2f2f2;
	display: table-cell;
	float:   left;
}

.woocommerce .woocommerce-checkout-review-order table tbody .cart_item .product-name .review-wrap {
	padding:  15px 0;
	overflow: hidden;
}

.woocommerce .woocommerce-checkout-review-order table tbody .cart_item .product-name .review-wrap .cart_item_title {
	font-size:     16px;
	font-weight:   500;
	color:         #000000;
	display:       inline-block;
	margin-bottom: 2px;
}

.woocommerce .woocommerce-checkout-review-order table tbody .cart_item .product-total {
	font-size:  16px;
	text-align: left;
	color:      #000000;
}

.woocommerce .woocommerce-checkout-review-order table tfoot {
	width: 100%;
}

.woocommerce .woocommerce-checkout-review-order table tfoot tr {
	border-bottom: 1px solid #e5e5e5;
}

.woocommerce .woocommerce-checkout-review-order table tfoot td, .woocommerce .woocommerce-checkout-review-order table tfoot th {
	border:  none !important;
	padding: 15px 0;
}

.woocommerce .woocommerce-checkout-review-order table tfoot td {
	font-weight: normal;
	color:       #000000;
}

.woocommerce .woocommerce-checkout-review-order table tfoot td .review-total-title {
	font-weight:  500;
	float:        left;
	margin-right: 10px;
}

.woocommerce .woocommerce-checkout-review-order table tfoot td li {
	margin-bottom: 20px;
}

.woocommerce .woocommerce-checkout-review-order table tfoot td .shipping .review-total-title {
	margin-top: -4px;
}

.woocommerce .woocommerce-checkout-review-order table tfoot td .shipping p {
	font-size: 13px;
}

.woocommerce .woocommerce-checkout-review-order table tfoot td .woocommerce-Price-amount {
	color: #000000;
}

.woocommerce .woocommerce-checkout-review-order .order-total td strong .woocommerce-Price-amount {
	color: red;
}

.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .wc_payment_method {
	margin-bottom: 6px;
}

.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods input[type=radio] {
	display: none;
}

.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods label {
	position:     relative;
	padding-left: 26px;
	cursor:       pointer;
	display:      initial;
}

.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods label:before {
	position:              absolute;
	content:               '';
	width:                 14px;
	height:                14px;
	top:                   3px;
	left:                  0;
	border:                1px solid #cccccc;
	background:            #ebebeb;
	border-radius:         50%;
	-moz-border-radius:    50%;
	-webkit-border-radius: 50%;
	-o-border-radius:      50%;
	-ms-border-radius:     50%;
}

.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods label:after {
	content:               '';
	position:              absolute;
	background:            #666;
	opacity:               0;
	width:                 4px;
	height:                4px;
	border-radius:         50%;
	-moz-border-radius:    50%;
	-webkit-border-radius: 50%;
	-o-border-radius:      50%;
	-ms-border-radius:     50%;
	left:                  5px;
	top:                   8px;
	transition:            all 0.5s;
	-moz-transition:       all 0.5s;
	-webkit-transition:    all 0.5s;
	-o-transition:         all 0.5s;
	-ms-transition:        all 0.5s;
}

.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods input[type=radio]:checked + label:after {
	opacity: 1;
}

.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .payment_box {
	background:    #f2f2f2;
	padding:       10px 22px;
	position:      relative;
	margin-top:    7px;
	margin-bottom: 24px;
}

.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods .payment_box:before {
	position:      absolute;
	content:       '';
	bottom:        100%;
	left:          40px;
	width:         0;
	height:        0;
	border-left:   9px solid transparent;
	border-right:  9px solid transparent;
	border-bottom: 9px solid #f2f2f2;
}

.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
	margin:   0 auto;
	position: relative;
}

.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .btn-small {
	padding: 17px 54px 17px 34px;
	cursor:  pointer;
}

.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
	margin-top:     30px;
	border-bottom:  1px solid #e5e5e5;
	padding-bottom: 20px;
	width:          100%;
}

.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-privacy-policy-text {
	margin-bottom: 20px;
}

.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .input-checkbox {
	display: inline-block;
}

.woocommerce #add_payment_method #payment, .woocommerce .woocommerce-cart #payment, .woocommerce .woocommerce-checkout #payment {
	background:    transparent;
	border-radius: 0;
}

.woocommerce #add_payment_method #payment ul.payment_methods, .woocommerce .woocommerce-cart #payment ul.payment_methods, .woocommerce .woocommerce-checkout #payment ul.payment_methods {
	padding:       30px 15px;
	border-bottom: none !important;
	background:    #f4f4f4;
}

.woocommerce #add_payment_method #payment ul.payment_methods li, .woocommerce .woocommerce-cart #payment ul.payment_methods li, .woocommerce .woocommerce-checkout #payment ul.payment_methods li {
	color: #000000;
}

.woocommerce #add_payment_method #payment div.form-row, .woocommerce .woocommerce-cart #payment div.form-row, .woocommerce .woocommerce-checkout #payment div.form-row {
	padding: 0;
}

/* End Check Out */
/* Shop Cart */
.shop-cart-section.section-box {
	padding: 100px 0;
}

.woocommerce .woocommerce-cart-form .shop_table {
	width:           100%;
	border-radius:   0;
	border:          none;
	border-collapse: collapse;
	margin:          0 0 25px 0;
}

.woocommerce .woocommerce-cart-form .shop_table td, .woocommerce .woocommerce-cart-form .shop_table th {
	border: none;
}

.woocommerce .woocommerce-cart-form .shop_table thead {
	border-bottom: 1px solid #e5e5e5;
}

.woocommerce .woocommerce-cart-form .shop_table thead tr th {
	font-size:      15px;
	font-weight:    500;
	color:          #111;
	padding:        10px;
	text-transform: uppercase;
}

.woocommerce .woocommerce-cart-form .shop_table thead tr .product-quantity {
	padding: 10px 10px 10px 14px;
}

.woocommerce .woocommerce-cart-form .shop_table thead tr .product-subtotal {
	padding: 10px 10px 10px 5px;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item {
	border-bottom: 1px solid #e5e5e5;
	font-size:     16px;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item td {
	padding: 30px 15px;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-remove {
	width:         50px;
	display:       table-cell;
	position:      relative;
	padding-right: 10px;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-remove .remove {
	width:     50px;
	color:     #999 !important;
	font-size: 0;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-remove .remove:before {
	display: inline-block;
	font:    normal normal normal 18px/1 'Material-Design-Iconic-Font';
	content: '\f136';
}

.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-remove .remove:hover {
	background: transparent !important;
	color:      #111 !important;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-thumbnail img {
	width:        100px;
	border:       1px solid #f2f2f2;
	margin-right: 15px;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-name {
	width: 457px;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-name a {
	color:       #111;
	font-weight: 500;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-price {
	padding-right: 61px;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .quantity {
	position:     relative;
	width:        120px;
	float:        left;
	padding-left: 40px;
	text-align:   left;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .modify-qty {
	position:   absolute;
	text-align: center;
	height:     40px;
	z-index:    99;
	width:      40px;
	cursor:     pointer;
	border:     1px solid #999;
	color:      #111;
	background: #fff;
	padding:    0;
	top:        0;
	bottom:     0;
	font-size:  18px;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .qty {
	text-align:         center;
	border:             1px solid #999;
	padding:            6px 3px;
	-moz-appearance:    textfield !important;
	appearance:         none !important;
	-webkit-appearance: none !important;
	position:           relative;
	z-index:            9;
	width:              40px;
	height:             40px;
	color:              #111;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .plus {
	right:       0;
	border-left: none;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .minus {
	border-right: none;
	left:         0;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-subtotal {
	color:       #111;
	font-weight: 500;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .actions {
	padding:    30px 0 0;
	text-align: right;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .actions .coupon {
	float: left;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .actions .coupon .input-text {
	border:  1px solid #e6e6e6;
	padding: 10px 12px 11px;
	float:   left;
	margin:  0 15px 0 0;
	width:   210px;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .actions .coupon .input-text::-webkit-input-placeholder {
	color: #111;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .actions .coupon .input-text::-moz-placeholder {
	color: #111;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .actions .coupon .input-text:-ms-input-placeholder {
	color: #111;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .actions .coupon .input-text:-moz-placeholder {
	color: #111;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .actions .coupon button {
	color:  #111111;
	border: 1px solid #111111;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .actions .coupon button:hover {
	color: #ffffff;
}

.woocommerce .cart-collaterals {
	padding-top: 60px;
}

.woocommerce .cart-collaterals .cross-sells {
	width:         60%;
	float:         left;
	padding-right: 30px;
}

.woocommerce .cart-collaterals .cross-sells h2 {
	margin-bottom: 20px;
}

.woocommerce .cart-collaterals .cart_totals {
	float:      right;
	width:      40%;
	text-align: center;
}

.woocommerce .cart-collaterals .cart_totals h2 {
	font-size:      25px;
	padding-bottom: 7px;
	display:        none;
}

.woocommerce .cart-collaterals .cart_totals .shop_table {
	width:           100%;
	border-radius:   0;
	border:          none;
	border-collapse: collapse;
	margin-bottom:   0 !important;
}

.woocommerce .cart-collaterals .cart_totals .shop_table td, .woocommerce .cart-collaterals .cart_totals .shop_table th {
	border: none;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody {
	background: #f4f4f4;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody th {
	padding:    18px 40px;
	width:      50%;
	text-align: left;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody td {
	text-align: right;
	padding:    18px 40px;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody .order-total td span {
	color: #ff4747;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-button {
	cursor:          pointer;
	text-decoration: underline;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form {
	margin-top: 16px;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide {
	position:      relative;
	margin-bottom: 21px;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide select,
.woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide input {
	border:        none;
	border-bottom: 1px solid #111;
	padding:       0 0 4px;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide select {
	color:      #111;
	font-size:  13px;
	position:   relative;
	background: 0 0;
	z-index:    999;
	cursor:     pointer;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide input::-webkit-input-placeholder {
	color: #111;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide input::-moz-placeholder {
	color: #111;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide input:-ms-input-placeholder {
	color: #111;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide input:-moz-placeholder {
	color: #111;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide input::-webkit-input-placeholder {
	font-size: 13px;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide input::-moz-placeholder {
	font-size: 13px;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide input:-ms-input-placeholder {
	font-size: 13px;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide input:-moz-placeholder {
	font-size: 13px;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide .select-btn {
	color:             #111;
	font-size:         25px;
	position:          absolute;
	right:             0;
	top:               50%;
	transform:         translateY(-50%);
	-moz-transform:    translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform:      translateY(-50%);
	-ms-transform:     translateY(-50%);
	z-index:           9;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .btn-small {
	margin:  19px 0 22px;
	padding: 17px 34px;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .btn-small i {
	padding-left: 10px;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
	padding: 0;
	width:   100%;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
	text-align: center;
	width:      100%;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .btn-small {
	width:      100%;
	padding:    17px 34px;
	text-align: center;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .btn-small i {
	padding-left: 10px;
}

@media only screen and (max-width: 767px) {
	.woocommerce .cart-collaterals .cross-sells {
		margin-bottom: 15px;
		padding-right: 0;
	}

	.woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cross-sells {
		width: 100%;
	}
}

.woocommerce span.onsale, .woocommerce-page span.onsale {
	position:       absolute;
	top:            14px;
	right:          auto;
	left:           0;
	padding:        3px 15px 5px 15px;
	color:          #fff;
	text-align:     center;
	font-size:      12px;
	font-weight:    normal;
	border-radius:  0;
	text-transform: none;
	margin:         0;
	min-height:     inherit;
	line-height:    26px;
	display:        inline-block;
}

.woocommerce ul.products, .woocommerce div.products, .woocommerce-page ul.products, .woocommerce-page div.products {
	margin-right: -15px;
	margin-left:  -15px;
}

.woocommerce ul.products li.product, .woocommerce ul.products div.product, .woocommerce div.products li.product, .woocommerce div.products div.product, .woocommerce-page ul.products li.product, .woocommerce-page ul.products div.product, .woocommerce-page div.products li.product, .woocommerce-page div.products div.product {
	padding: 0 15px;
	float:   right;
}

.woocommerce ul.products li.product .inner-item-product, .woocommerce ul.products div.product .inner-item-product, .woocommerce div.products li.product .inner-item-product, .woocommerce div.products div.product .inner-item-product, .woocommerce-page ul.products li.product .inner-item-product, .woocommerce-page ul.products div.product .inner-item-product, .woocommerce-page div.products li.product .inner-item-product, .woocommerce-page div.products div.product .inner-item-product {
	position: relative;
	overflow: hidden;
}

.woocommerce ul.products li.product .product-image, .woocommerce ul.products div.product .product-image, .woocommerce div.products li.product .product-image, .woocommerce div.products div.product .product-image, .woocommerce-page ul.products li.product .product-image, .woocommerce-page ul.products div.product .product-image, .woocommerce-page div.products li.product .product-image, .woocommerce-page div.products div.product .product-image {
	position: relative;
	overflow: hidden;
}

.woocommerce ul.products li.product .product-image .box-hover, .woocommerce ul.products div.product .product-image .box-hover, .woocommerce div.products li.product .product-image .box-hover, .woocommerce div.products div.product .product-image .box-hover, .woocommerce-page ul.products li.product .product-image .box-hover, .woocommerce-page ul.products div.product .product-image .box-hover, .woocommerce-page div.products li.product .product-image .box-hover, .woocommerce-page div.products div.product .product-image .box-hover {
	position:           absolute;
	z-index:            2;
	visibility:         hidden;
	bottom:             -50px;
	text-align:         center;
	left:               0;
	right:              0;
	transition:         all 0.2s ease;
	-moz-transition:    all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition:      all 0.2s ease;
	-ms-transition:     all 0.2s ease;
}

.woocommerce ul.products li.product .product-image .box-hover .quick-view, .woocommerce ul.products li.product .product-image .box-hover a.button, .woocommerce ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a, .woocommerce ul.products li.product .product-image .box-hover .wc-forward, .woocommerce ul.products div.product .product-image .box-hover .quick-view, .woocommerce ul.products div.product .product-image .box-hover a.button, .woocommerce ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a, .woocommerce ul.products div.product .product-image .box-hover .wc-forward, .woocommerce div.products li.product .product-image .box-hover .quick-view, .woocommerce div.products li.product .product-image .box-hover a.button, .woocommerce div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a, .woocommerce div.products li.product .product-image .box-hover .wc-forward, .woocommerce div.products div.product .product-image .box-hover .quick-view, .woocommerce div.products div.product .product-image .box-hover a.button, .woocommerce div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a, .woocommerce div.products div.product .product-image .box-hover .wc-forward, .woocommerce-page ul.products li.product .product-image .box-hover .quick-view, .woocommerce-page ul.products li.product .product-image .box-hover a.button, .woocommerce-page ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a, .woocommerce-page ul.products li.product .product-image .box-hover .wc-forward, .woocommerce-page ul.products div.product .product-image .box-hover .quick-view, .woocommerce-page ul.products div.product .product-image .box-hover a.button, .woocommerce-page ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a, .woocommerce-page ul.products div.product .product-image .box-hover .wc-forward, .woocommerce-page div.products li.product .product-image .box-hover .quick-view, .woocommerce-page div.products li.product .product-image .box-hover a.button, .woocommerce-page div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a, .woocommerce-page div.products li.product .product-image .box-hover .wc-forward, .woocommerce-page div.products div.product .product-image .box-hover .quick-view, .woocommerce-page div.products div.product .product-image .box-hover a.button, .woocommerce-page div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a, .woocommerce-page div.products div.product .product-image .box-hover .wc-forward {
	display:        inline-block;
	vertical-align: middle;
	color:          #111;
	background:     #fff;
	width:          42px;
	height:         42px;
	padding:        0;
	text-align:     center;
	line-height:    42px;
	font-size:      0;
	border:         0;
	border-radius:  0;
	position:       relative;
}

.woocommerce ul.products li.product .product-image .box-hover .quick-view, .woocommerce ul.products div.product .product-image .box-hover .quick-view, .woocommerce div.products li.product .product-image .box-hover .quick-view, .woocommerce div.products div.product .product-image .box-hover .quick-view, .woocommerce-page ul.products li.product .product-image .box-hover .quick-view, .woocommerce-page ul.products div.product .product-image .box-hover .quick-view, .woocommerce-page div.products li.product .product-image .box-hover .quick-view, .woocommerce-page div.products div.product .product-image .box-hover .quick-view {
	margin: 0 9px 0 5px;
}

.woocommerce ul.products li.product .product-image .box-hover .quick-view:before, .woocommerce ul.products div.product .product-image .box-hover .quick-view:before, .woocommerce div.products li.product .product-image .box-hover .quick-view:before, .woocommerce div.products div.product .product-image .box-hover .quick-view:before, .woocommerce-page ul.products li.product .product-image .box-hover .quick-view:before, .woocommerce-page ul.products div.product .product-image .box-hover .quick-view:before, .woocommerce-page div.products li.product .product-image .box-hover .quick-view:before, .woocommerce-page div.products div.product .product-image .box-hover .quick-view:before {
	content: '\f1c3';
	font:    normal normal normal 22px/42px 'Material-Design-Iconic-Font';
}

.woocommerce ul.products li.product .product-image .box-hover .quick-view.loading:before, .woocommerce ul.products div.product .product-image .box-hover .quick-view.loading:before, .woocommerce div.products li.product .product-image .box-hover .quick-view.loading:before, .woocommerce div.products div.product .product-image .box-hover .quick-view.loading:before, .woocommerce-page ul.products li.product .product-image .box-hover .quick-view.loading:before, .woocommerce-page ul.products div.product .product-image .box-hover .quick-view.loading:before, .woocommerce-page div.products li.product .product-image .box-hover .quick-view.loading:before, .woocommerce-page div.products div.product .product-image .box-hover .quick-view.loading:before {
	content:           '\f3ec' !important;
	-webkit-animation: fa-spin 2s infinite linear;
	animation:         fa-spin 2s infinite linear;
	line-height:       40px;
}

.woocommerce ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist, .woocommerce ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist, .woocommerce div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist, .woocommerce div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist, .woocommerce-page ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist, .woocommerce-page ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist, .woocommerce-page div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist, .woocommerce-page div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist {
	display:        inline-block;
	vertical-align: middle;
	margin:         0 9px 0 0 !important;
}

.woocommerce ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .ajax-loading, .woocommerce ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .ajax-loading, .woocommerce div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .ajax-loading, .woocommerce div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .ajax-loading, .woocommerce-page ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .ajax-loading, .woocommerce-page ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .ajax-loading, .woocommerce-page div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .ajax-loading, .woocommerce-page div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .ajax-loading {
	position: absolute;
}

.woocommerce ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .feedback, .woocommerce ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .feedback, .woocommerce div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .feedback, .woocommerce div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .feedback, .woocommerce-page ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .feedback, .woocommerce-page ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .feedback, .woocommerce-page div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .feedback, .woocommerce-page div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .feedback {
	display: none;
}

.woocommerce ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a, .woocommerce ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a, .woocommerce div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a, .woocommerce div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a, .woocommerce-page ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a, .woocommerce-page ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a, .woocommerce-page div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a, .woocommerce-page div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a {
	color:      #111;
	background: #fff;
	padding:    0;
	text-align: center;
	font-size:  0;
	margin:     0;
	border:     0;
}

.woocommerce ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a.add_to_wishlist.single_add_to_wishlist:before, .woocommerce ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a.add_to_wishlist.single_add_to_wishlist:before, .woocommerce div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a.add_to_wishlist.single_add_to_wishlist:before, .woocommerce div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a.add_to_wishlist.single_add_to_wishlist:before, .woocommerce-page ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a.add_to_wishlist.single_add_to_wishlist:before, .woocommerce-page ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a.add_to_wishlist.single_add_to_wishlist:before, .woocommerce-page div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a.add_to_wishlist.single_add_to_wishlist:before, .woocommerce-page div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a.add_to_wishlist.single_add_to_wishlist:before {
	width:   23px;
	height:  17px;
	display: inline-block;
	content: '\f08a';
	font:    normal normal normal 17px/42px FontAwesome;
}

.woocommerce ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:before, .woocommerce ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:before, .woocommerce div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:before, .woocommerce div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:before, .woocommerce-page ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:before, .woocommerce-page ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:before, .woocommerce-page div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:before, .woocommerce-page div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist a:before {
	width:   23px;
	height:  17px;
	display: inline-block;
	font:    normal normal normal 17px/42px FontAwesome;
	content: '\f004';
}

.woocommerce ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .woocommerce ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .woocommerce ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .woocommerce ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .woocommerce div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .woocommerce div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .woocommerce div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .woocommerce div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .woocommerce-page ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .woocommerce-page ul.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .woocommerce-page ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .woocommerce-page ul.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .woocommerce-page div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .woocommerce-page div.products li.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .woocommerce-page div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .woocommerce-page div.products div.product .product-image .box-hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
	background: #111;
	color:      #fff;
}

.woocommerce ul.products li.product .product-image .box-hover a.add_to_cart_button, .woocommerce ul.products div.product .product-image .box-hover a.add_to_cart_button, .woocommerce div.products li.product .product-image .box-hover a.add_to_cart_button, .woocommerce div.products div.product .product-image .box-hover a.add_to_cart_button, .woocommerce-page ul.products li.product .product-image .box-hover a.add_to_cart_button, .woocommerce-page ul.products div.product .product-image .box-hover a.add_to_cart_button, .woocommerce-page div.products li.product .product-image .box-hover a.add_to_cart_button, .woocommerce-page div.products div.product .product-image .box-hover a.add_to_cart_button {
	padding:    0;
	text-align: center;
	font-size:  0;
	margin:     0;
}

.woocommerce ul.products li.product .product-image .box-hover a.add_to_cart_button:before, .woocommerce ul.products div.product .product-image .box-hover a.add_to_cart_button:before, .woocommerce div.products li.product .product-image .box-hover a.add_to_cart_button:before, .woocommerce div.products div.product .product-image .box-hover a.add_to_cart_button:before, .woocommerce-page ul.products li.product .product-image .box-hover a.add_to_cart_button:before, .woocommerce-page ul.products div.product .product-image .box-hover a.add_to_cart_button:before, .woocommerce-page div.products li.product .product-image .box-hover a.add_to_cart_button:before, .woocommerce-page div.products div.product .product-image .box-hover a.add_to_cart_button:before {
	display: inline-block;
	font:    normal normal normal 14px/42px FontAwesome;
	content: "\f290";
}

.woocommerce ul.products li.product .product-image .box-hover a.add_to_cart_button.added, .woocommerce ul.products div.product .product-image .box-hover a.add_to_cart_button.added, .woocommerce div.products li.product .product-image .box-hover a.add_to_cart_button.added, .woocommerce div.products div.product .product-image .box-hover a.add_to_cart_button.added, .woocommerce-page ul.products li.product .product-image .box-hover a.add_to_cart_button.added, .woocommerce-page ul.products div.product .product-image .box-hover a.add_to_cart_button.added, .woocommerce-page div.products li.product .product-image .box-hover a.add_to_cart_button.added, .woocommerce-page div.products div.product .product-image .box-hover a.add_to_cart_button.added {
	display: none;
}

.woocommerce ul.products li.product .product-image .box-hover a.add_to_cart_button.loading, .woocommerce ul.products div.product .product-image .box-hover a.add_to_cart_button.loading, .woocommerce div.products li.product .product-image .box-hover a.add_to_cart_button.loading, .woocommerce div.products div.product .product-image .box-hover a.add_to_cart_button.loading, .woocommerce-page ul.products li.product .product-image .box-hover a.add_to_cart_button.loading, .woocommerce-page ul.products div.product .product-image .box-hover a.add_to_cart_button.loading, .woocommerce-page div.products li.product .product-image .box-hover a.add_to_cart_button.loading, .woocommerce-page div.products div.product .product-image .box-hover a.add_to_cart_button.loading {
	opacity: 1 !important;
}

.woocommerce ul.products li.product .product-image .box-hover a.add_to_cart_button.loading:before, .woocommerce ul.products div.product .product-image .box-hover a.add_to_cart_button.loading:before, .woocommerce div.products li.product .product-image .box-hover a.add_to_cart_button.loading:before, .woocommerce div.products div.product .product-image .box-hover a.add_to_cart_button.loading:before, .woocommerce-page ul.products li.product .product-image .box-hover a.add_to_cart_button.loading:before, .woocommerce-page ul.products div.product .product-image .box-hover a.add_to_cart_button.loading:before, .woocommerce-page div.products li.product .product-image .box-hover a.add_to_cart_button.loading:before, .woocommerce-page div.products div.product .product-image .box-hover a.add_to_cart_button.loading:before {
	content:           '\f3ec' !important;
	-webkit-animation: fa-spin 2s infinite linear;
	animation:         fa-spin 2s infinite linear;
	font:              normal normal normal 20px/ 40px 'Material-Design-Iconic-Font';
	-webkit-mask:      none;
	mask:              none;
	background:        transparent;
}

.woocommerce ul.products li.product .product-image .box-hover a.product_type_external:before, .woocommerce ul.products li.product .product-image .box-hover a.product_type_grouped:before, .woocommerce ul.products li.product .product-image .box-hover a.product_type_variable:before, .woocommerce ul.products div.product .product-image .box-hover a.product_type_external:before, .woocommerce ul.products div.product .product-image .box-hover a.product_type_grouped:before, .woocommerce ul.products div.product .product-image .box-hover a.product_type_variable:before, .woocommerce div.products li.product .product-image .box-hover a.product_type_external:before, .woocommerce div.products li.product .product-image .box-hover a.product_type_grouped:before, .woocommerce div.products li.product .product-image .box-hover a.product_type_variable:before, .woocommerce div.products div.product .product-image .box-hover a.product_type_external:before, .woocommerce div.products div.product .product-image .box-hover a.product_type_grouped:before, .woocommerce div.products div.product .product-image .box-hover a.product_type_variable:before, .woocommerce-page ul.products li.product .product-image .box-hover a.product_type_external:before, .woocommerce-page ul.products li.product .product-image .box-hover a.product_type_grouped:before, .woocommerce-page ul.products li.product .product-image .box-hover a.product_type_variable:before, .woocommerce-page ul.products div.product .product-image .box-hover a.product_type_external:before, .woocommerce-page ul.products div.product .product-image .box-hover a.product_type_grouped:before, .woocommerce-page ul.products div.product .product-image .box-hover a.product_type_variable:before, .woocommerce-page div.products li.product .product-image .box-hover a.product_type_external:before, .woocommerce-page div.products li.product .product-image .box-hover a.product_type_grouped:before, .woocommerce-page div.products li.product .product-image .box-hover a.product_type_variable:before, .woocommerce-page div.products div.product .product-image .box-hover a.product_type_external:before, .woocommerce-page div.products div.product .product-image .box-hover a.product_type_grouped:before, .woocommerce-page div.products div.product .product-image .box-hover a.product_type_variable:before {
	content: '\f1a3';
	font:    normal normal normal 20px/42px 'Material-Design-Iconic-Font';
}

.woocommerce ul.products li.product .product-image .box-hover .wc-forward, .woocommerce ul.products div.product .product-image .box-hover .wc-forward, .woocommerce div.products li.product .product-image .box-hover .wc-forward, .woocommerce div.products div.product .product-image .box-hover .wc-forward, .woocommerce-page ul.products li.product .product-image .box-hover .wc-forward, .woocommerce-page ul.products div.product .product-image .box-hover .wc-forward, .woocommerce-page div.products li.product .product-image .box-hover .wc-forward, .woocommerce-page div.products div.product .product-image .box-hover .wc-forward {
	background: #111;
}

.woocommerce ul.products li.product .product-image .box-hover .wc-forward:before, .woocommerce ul.products div.product .product-image .box-hover .wc-forward:before, .woocommerce div.products li.product .product-image .box-hover .wc-forward:before, .woocommerce div.products div.product .product-image .box-hover .wc-forward:before, .woocommerce-page ul.products li.product .product-image .box-hover .wc-forward:before, .woocommerce-page ul.products div.product .product-image .box-hover .wc-forward:before, .woocommerce-page div.products li.product .product-image .box-hover .wc-forward:before, .woocommerce-page div.products div.product .product-image .box-hover .wc-forward:before {
	font:    normal normal normal 20px/42px 'Material-Design-Iconic-Font';
	content: '\f1a3';
}

.woocommerce ul.products li.product .product-image .box-hover a.added, .woocommerce ul.products div.product .product-image .box-hover a.added, .woocommerce div.products li.product .product-image .box-hover a.added, .woocommerce div.products div.product .product-image .box-hover a.added, .woocommerce-page ul.products li.product .product-image .box-hover a.added, .woocommerce-page ul.products div.product .product-image .box-hover a.added, .woocommerce-page div.products li.product .product-image .box-hover a.added, .woocommerce-page div.products div.product .product-image .box-hover a.added {
	display: none;
}

.woocommerce ul.products li.product .product-image .box-hover .clear, .woocommerce ul.products div.product .product-image .box-hover .clear, .woocommerce div.products li.product .product-image .box-hover .clear, .woocommerce div.products div.product .product-image .box-hover .clear, .woocommerce-page ul.products li.product .product-image .box-hover .clear, .woocommerce-page ul.products div.product .product-image .box-hover .clear, .woocommerce-page div.products li.product .product-image .box-hover .clear, .woocommerce-page div.products div.product .product-image .box-hover .clear {
	display: none;
}

.woocommerce ul.products li.product.product-type-variable .wrapper-content-item span.price, .woocommerce ul.products div.product.product-type-variable .wrapper-content-item span.price, .woocommerce div.products li.product.product-type-variable .wrapper-content-item span.price, .woocommerce div.products div.product.product-type-variable .wrapper-content-item span.price, .woocommerce-page ul.products li.product.product-type-variable .wrapper-content-item span.price, .woocommerce-page ul.products div.product.product-type-variable .wrapper-content-item span.price, .woocommerce-page div.products li.product.product-type-variable .wrapper-content-item span.price, .woocommerce-page div.products div.product.product-type-variable .wrapper-content-item span.price {
	color: #333;
}

.woocommerce ul.products li.product .wrapper-content-item, .woocommerce ul.products div.product .wrapper-content-item, .woocommerce div.products li.product .wrapper-content-item, .woocommerce div.products div.product .wrapper-content-item, .woocommerce-page ul.products li.product .wrapper-content-item, .woocommerce-page ul.products div.product .wrapper-content-item, .woocommerce-page div.products li.product .wrapper-content-item, .woocommerce-page div.products div.product .wrapper-content-item {
	position:   relative;
	text-align: center;
	margin:     5px 0 30px 0;
}

.woocommerce ul.products li.product .wrapper-content-item, .woocommerce ul.products div.product .wrapper-content-item, .woocommerce div.products li.product .wrapper-content-item, .woocommerce div.products div.product .wrapper-content-item, .woocommerce-page ul.products li.product .wrapper-content-item, .woocommerce-page ul.products div.product .wrapper-content-item, .woocommerce-page div.products li.product .wrapper-content-item, .woocommerce-page div.products div.product .wrapper-content-item {
	*zoom: 1;
}

.woocommerce ul.products li.product .wrapper-content-item:before, .woocommerce ul.products li.product .wrapper-content-item:after, .woocommerce ul.products div.product .wrapper-content-item:before, .woocommerce ul.products div.product .wrapper-content-item:after, .woocommerce div.products li.product .wrapper-content-item:before, .woocommerce div.products li.product .wrapper-content-item:after, .woocommerce div.products div.product .wrapper-content-item:before, .woocommerce div.products div.product .wrapper-content-item:after, .woocommerce-page ul.products li.product .wrapper-content-item:before, .woocommerce-page ul.products li.product .wrapper-content-item:after, .woocommerce-page ul.products div.product .wrapper-content-item:before, .woocommerce-page ul.products div.product .wrapper-content-item:after, .woocommerce-page div.products li.product .wrapper-content-item:before, .woocommerce-page div.products li.product .wrapper-content-item:after, .woocommerce-page div.products div.product .wrapper-content-item:before, .woocommerce-page div.products div.product .wrapper-content-item:after {
	content: "";
	display: table;
}

.woocommerce ul.products li.product .wrapper-content-item:after, .woocommerce ul.products div.product .wrapper-content-item:after, .woocommerce div.products li.product .wrapper-content-item:after, .woocommerce div.products div.product .wrapper-content-item:after, .woocommerce-page ul.products li.product .wrapper-content-item:after, .woocommerce-page ul.products div.product .wrapper-content-item:after, .woocommerce-page div.products li.product .wrapper-content-item:after, .woocommerce-page div.products div.product .wrapper-content-item:after {
	clear: both;
}

.woocommerce ul.products li.product .wrapper-content-item .cat_product, .woocommerce ul.products div.product .wrapper-content-item .cat_product, .woocommerce div.products li.product .wrapper-content-item .cat_product, .woocommerce div.products div.product .wrapper-content-item .cat_product, .woocommerce-page ul.products li.product .wrapper-content-item .cat_product, .woocommerce-page ul.products div.product .wrapper-content-item .cat_product, .woocommerce-page div.products li.product .wrapper-content-item .cat_product, .woocommerce-page div.products div.product .wrapper-content-item .cat_product {
	color:     #999;
	font-size: 15px;
}

.woocommerce ul.products li.product .wrapper-content-item .cat_product a, .woocommerce ul.products div.product .wrapper-content-item .cat_product a, .woocommerce div.products li.product .wrapper-content-item .cat_product a, .woocommerce div.products div.product .wrapper-content-item .cat_product a, .woocommerce-page ul.products li.product .wrapper-content-item .cat_product a, .woocommerce-page ul.products div.product .wrapper-content-item .cat_product a, .woocommerce-page div.products li.product .wrapper-content-item .cat_product a, .woocommerce-page div.products div.product .wrapper-content-item .cat_product a {
	color: #999;
}

.woocommerce ul.products li.product .wrapper-content-item .cat_product a:hover, .woocommerce ul.products div.product .wrapper-content-item .cat_product a:hover, .woocommerce div.products li.product .wrapper-content-item .cat_product a:hover, .woocommerce div.products div.product .wrapper-content-item .cat_product a:hover, .woocommerce-page ul.products li.product .wrapper-content-item .cat_product a:hover, .woocommerce-page ul.products div.product .wrapper-content-item .cat_product a:hover, .woocommerce-page div.products li.product .wrapper-content-item .cat_product a:hover, .woocommerce-page div.products div.product .wrapper-content-item .cat_product a:hover {
	color: #ffa6a8;
}

.woocommerce ul.products li.product .wrapper-content-item .woocommerce-loop-product_title, .woocommerce ul.products div.product .wrapper-content-item .woocommerce-loop-product_title, .woocommerce div.products li.product .wrapper-content-item .woocommerce-loop-product_title, .woocommerce div.products div.product .wrapper-content-item .woocommerce-loop-product_title, .woocommerce-page ul.products li.product .wrapper-content-item .woocommerce-loop-product_title, .woocommerce-page ul.products div.product .wrapper-content-item .woocommerce-loop-product_title, .woocommerce-page div.products li.product .wrapper-content-item .woocommerce-loop-product_title, .woocommerce-page div.products div.product .wrapper-content-item .woocommerce-loop-product_title {
	font-size: 18px;
	color:     #111;
	margin:    8px 0 10px 0;
}

.woocommerce ul.products li.product .wrapper-content-item span.price, .woocommerce ul.products div.product .wrapper-content-item span.price, .woocommerce div.products li.product .wrapper-content-item span.price, .woocommerce div.products div.product .wrapper-content-item span.price, .woocommerce-page ul.products li.product .wrapper-content-item span.price, .woocommerce-page ul.products div.product .wrapper-content-item span.price, .woocommerce-page div.products li.product .wrapper-content-item span.price, .woocommerce-page div.products div.product .wrapper-content-item span.price {
	font-size:   15px;
	font-weight: 600;
	margin:      0;
	display:     inline-block;
	color:       #fff;
}

.woocommerce ul.products li.product .wrapper-content-item span.price .woocommerce-Price-amount, .woocommerce ul.products div.product .wrapper-content-item span.price .woocommerce-Price-amount, .woocommerce div.products li.product .wrapper-content-item span.price .woocommerce-Price-amount, .woocommerce div.products div.product .wrapper-content-item span.price .woocommerce-Price-amount, .woocommerce-page ul.products li.product .wrapper-content-item span.price .woocommerce-Price-amount, .woocommerce-page ul.products div.product .wrapper-content-item span.price .woocommerce-Price-amount, .woocommerce-page div.products li.product .wrapper-content-item span.price .woocommerce-Price-amount, .woocommerce-page div.products div.product .wrapper-content-item span.price .woocommerce-Price-amount {
	padding: 4px 10px;
	color:   #fff;
}

.woocommerce ul.products li.product .wrapper-content-item span.price del, .woocommerce ul.products div.product .wrapper-content-item span.price del, .woocommerce div.products li.product .wrapper-content-item span.price del, .woocommerce div.products div.product .wrapper-content-item span.price del, .woocommerce-page ul.products li.product .wrapper-content-item span.price del, .woocommerce-page ul.products div.product .wrapper-content-item span.price del, .woocommerce-page div.products li.product .wrapper-content-item span.price del, .woocommerce-page div.products div.product .wrapper-content-item span.price del {
	margin-right: 10px;
	opacity:      1;
	font-size:    14px;
}

.woocommerce ul.products li.product .wrapper-content-item span.price ins, .woocommerce ul.products div.product .wrapper-content-item span.price ins, .woocommerce div.products li.product .wrapper-content-item span.price ins, .woocommerce div.products div.product .wrapper-content-item span.price ins, .woocommerce-page ul.products li.product .wrapper-content-item span.price ins, .woocommerce-page ul.products div.product .wrapper-content-item span.price ins, .woocommerce-page div.products li.product .wrapper-content-item span.price ins, .woocommerce-page div.products div.product .wrapper-content-item span.price ins {
	opacity: 1;
}

.woocommerce ul.products li.product .wrapper-content-item span.price ins span, .woocommerce ul.products div.product .wrapper-content-item span.price ins span, .woocommerce div.products li.product .wrapper-content-item span.price ins span, .woocommerce div.products div.product .wrapper-content-item span.price ins span, .woocommerce-page ul.products li.product .wrapper-content-item span.price ins span, .woocommerce-page ul.products div.product .wrapper-content-item span.price ins span, .woocommerce-page div.products li.product .wrapper-content-item span.price ins span, .woocommerce-page div.products div.product .wrapper-content-item span.price ins span {
	color:     #fff;
	font-size: 14px;
}

.woocommerce ul.products li.product .wrapper-content-item .yith-wcwl-add-to-wishlist, .woocommerce ul.products div.product .wrapper-content-item .yith-wcwl-add-to-wishlist, .woocommerce div.products li.product .wrapper-content-item .yith-wcwl-add-to-wishlist, .woocommerce div.products div.product .wrapper-content-item .yith-wcwl-add-to-wishlist, .woocommerce-page ul.products li.product .wrapper-content-item .yith-wcwl-add-to-wishlist, .woocommerce-page ul.products div.product .wrapper-content-item .yith-wcwl-add-to-wishlist, .woocommerce-page div.products li.product .wrapper-content-item .yith-wcwl-add-to-wishlist, .woocommerce-page div.products div.product .wrapper-content-item .yith-wcwl-add-to-wishlist {
	display: none;
}

.woocommerce ul.products li.product a img, .woocommerce ul.products div.product a img, .woocommerce div.products li.product a img, .woocommerce div.products div.product a img, .woocommerce-page ul.products li.product a img, .woocommerce-page ul.products div.product a img, .woocommerce-page div.products li.product a img, .woocommerce-page div.products div.product a img {
	margin-bottom: 0;
}

.woocommerce ul.products li.product:last-child, .woocommerce ul.products div.product:last-child, .woocommerce div.products li.product:last-child, .woocommerce div.products div.product:last-child, .woocommerce-page ul.products li.product:last-child, .woocommerce-page ul.products div.product:last-child, .woocommerce-page div.products li.product:last-child, .woocommerce-page div.products div.product:last-child {
	margin-bottom: 0;
}

.woocommerce ul.products li.product span.onsale, .woocommerce ul.products div.product span.onsale, .woocommerce div.products li.product span.onsale, .woocommerce div.products div.product span.onsale, .woocommerce-page ul.products li.product span.onsale, .woocommerce-page ul.products div.product span.onsale, .woocommerce-page div.products li.product span.onsale, .woocommerce-page div.products div.product span.onsale {
	left:           auto;
	right:          0;
	margin:         0;
	top:            0;
	text-transform: uppercase;
	padding:        5px 3px 5px 5px;
	background:     #ff4747;
	width:          20px;
	letter-spacing: 5px;
	word-wrap:      break-word;
	line-height:    15px;
}

.woocommerce ul.products li.product a.wp-post-image, .woocommerce ul.products div.product a.wp-post-image, .woocommerce div.products li.product a.wp-post-image, .woocommerce div.products div.product a.wp-post-image, .woocommerce-page ul.products li.product a.wp-post-image, .woocommerce-page ul.products div.product a.wp-post-image, .woocommerce-page div.products li.product a.wp-post-image, .woocommerce-page div.products div.product a.wp-post-image {
	position: relative;
	display:  block;
}

.woocommerce ul.products li.product a.wp-post-image:before, .woocommerce ul.products div.product a.wp-post-image:before, .woocommerce div.products li.product a.wp-post-image:before, .woocommerce div.products div.product a.wp-post-image:before, .woocommerce-page ul.products li.product a.wp-post-image:before, .woocommerce-page ul.products div.product a.wp-post-image:before, .woocommerce-page div.products li.product a.wp-post-image:before, .woocommerce-page div.products div.product a.wp-post-image:before {
	content:    "";
	background: #fff;
	opacity:    0;
	position:   absolute;
	left:       0;
	right:      0;
	top:        0;
	bottom:     0;
	z-index:    1;
}

.woocommerce ul.products li.product .product-change-images, .woocommerce ul.products div.product .product-change-images, .woocommerce div.products li.product .product-change-images, .woocommerce div.products div.product .product-change-images, .woocommerce-page ul.products li.product .product-change-images, .woocommerce-page ul.products div.product .product-change-images, .woocommerce-page div.products li.product .product-change-images, .woocommerce-page div.products div.product .product-change-images {
	position:           absolute;
	top:                0;
	right:              100%;
	transition:         all 0.3s linear;
	-moz-transition:    all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition:      all 0.3s linear;
	-ms-transition:     all 0.3s linear;
}

.woocommerce ul.products li.product:hover a.wp-post-image:before, .woocommerce ul.products div.product:hover a.wp-post-image:before, .woocommerce div.products li.product:hover a.wp-post-image:before, .woocommerce div.products div.product:hover a.wp-post-image:before, .woocommerce-page ul.products li.product:hover a.wp-post-image:before, .woocommerce-page ul.products div.product:hover a.wp-post-image:before, .woocommerce-page div.products li.product:hover a.wp-post-image:before, .woocommerce-page div.products div.product:hover a.wp-post-image:before {
	opacity:    0.5;
	background: #111333;
}

.woocommerce ul.products li.product:hover .product-change-images, .woocommerce ul.products div.product:hover .product-change-images, .woocommerce div.products li.product:hover .product-change-images, .woocommerce div.products div.product:hover .product-change-images, .woocommerce-page ul.products li.product:hover .product-change-images, .woocommerce-page ul.products div.product:hover .product-change-images, .woocommerce-page div.products li.product:hover .product-change-images, .woocommerce-page div.products div.product:hover .product-change-images {
	right: 0;
}

.woocommerce ul.products li.product:hover .product-image .box-hover, .woocommerce ul.products div.product:hover .product-image .box-hover, .woocommerce div.products li.product:hover .product-image .box-hover, .woocommerce div.products div.product:hover .product-image .box-hover, .woocommerce-page ul.products li.product:hover .product-image .box-hover, .woocommerce-page ul.products div.product:hover .product-image .box-hover, .woocommerce-page div.products li.product:hover .product-image .box-hover, .woocommerce-page div.products div.product:hover .product-image .box-hover {
	bottom:     40%;
	visibility: inherit;
}

.woocommerce .wrapper-result-count, .woocommerce-page .wrapper-result-count {
	margin-bottom: 30px;
}

.woocommerce .wrapper-result-count, .woocommerce-page .wrapper-result-count {
	*zoom: 1;
}

.woocommerce .wrapper-result-count:before, .woocommerce .wrapper-result-count:after, .woocommerce-page .wrapper-result-count:before, .woocommerce-page .wrapper-result-count:after {
	content: "";
	display: table;
}

.woocommerce .wrapper-result-count:after, .woocommerce-page .wrapper-result-count:after {
	clear: both;
}

.woocommerce .wrapper-result-count .woocommerce-ordering, .woocommerce-page .wrapper-result-count .woocommerce-ordering {
	margin-bottom: 0;
}

.woocommerce .wrapper-result-count .woocommerce-result-count, .woocommerce-page .wrapper-result-count .woocommerce-result-count {
	margin:    5px 0 0 0;
	font-size: 14px;
}

.woocommerce .wc-backward, .woocommerce-page .wc-backward {
	border-radius:  0;
	padding:        14px 20px 11px 20px;
	color:          #fff;
	text-transform: uppercase;
}

.woocommerce .single_variation_wrap .single_variation, .woocommerce-page .single_variation_wrap .single_variation {
	margin-bottom: 15px;
}

.woocommerce .woocommerce-Reviews #comments, .woocommerce-page .woocommerce-Reviews #comments {
	margin-bottom: 25px;
}

.woocommerce-grouped-product-list.group_table {
	padding-bottom: 20px;
}

/*****************************
	Mini Cart
*****************************/
.widget_shopping_cart {
	position: relative;
}

.widget_shopping_cart .minicart_hover {
	margin-top:    0;
	margin-bottom: 0;
}

.widget_shopping_cart .minicart_hover .icon-bag {
	display: inline-block;
}

.widget_shopping_cart .minicart_hover .icon-bag:before {
	font:      normal normal normal 14px/1 FontAwesome;
	content:   "\f290";
	width:     25px;
	height:    26px;
	font-size: 20px;
}

.widget_shopping_cart .minicart_hover .cart-items-number {
	display:    inline-block;
	position:   relative;
	text-align: left;
	cursor:     pointer;
	font-size:  20px;
}

.widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number {
	border-radius: 50%;
	display:       block;
	font-size:     12px;
	position:      absolute;
	text-align:    center;
	line-height:   16px;
	width:         16px;
	height:        16px;
	right:         -5px;
	bottom:        -2px;
	background:    #ff4747;
	color:         white !important;
}

.widget_shopping_cart .widget_shopping_cart_content {
	display: none;
}

.widget_shopping_cart .woocommerce-mini-cart__empty-message {
	text-align:  center;
	color:       #111;
	padding-top: 10px;
}

.header-left .widget_shopping_cart .widget_shopping_cart_content {
	left:  0;
	right: auto;
}

.header-left .widget_shopping_cart .widget_shopping_cart_content:after {
	left:  15px;
	right: auto;
}

.minicart-content {
	visibility: hidden;
	position:   fixed;
	z-index:    99999999;
	height:     100%;
	width:      100%;
}

.minicart-content .close-cart {
	position:    absolute;
	top:         30px;
	right:       275px;
	z-index:     10000;
	font-size:   18px;
	font-weight: 500;
	color:       #999999;
}

.minicart-content .close-cart:hover {
	cursor: pointer;
}

.minicart-content .widget_shopping_cart_contents {
	background:         #fff;
	left:               auto;
	position:           fixed;
	right:              -450px;
	top:                auto;
	min-width:          350px;
	z-index:            9999;
	height:             100vh;
	padding:            90px 10px 60px 30px;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0 0 7px rgba(0, 0, 0, 0.2);
	box-shadow:         0 0 7px rgba(0, 0, 0, 0.2);
	transition:         all 0.4s linear;
	-moz-transition:    all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-o-transition:      all 0.4s linear;
	-ms-transition:     all 0.4s linear;
	opacity:            1;
}

.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .cart_list.product_list_widget {
	max-height: 400px;
	overflow:   auto;
	list-style: none;
	margin:     0 0 15px 0 !important;
}

@media only screen and (max-width: 767px) {
	.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .cart_list.product_list_widget {
		max-height: 300px;
	}
}

@media only screen and (min-width: 1600px) {
	.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .cart_list.product_list_widget {
		max-height: 600px;
	}
}

.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .cart_list.product_list_widget::-webkit-scrollbar {
	width: 6px;
}

.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .cart_list.product_list_widget::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius:      6px;
}

.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .cart_list.product_list_widget::-webkit-scrollbar-thumb {
	border-radius:      6px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .cart_list.product_list_widget li {
	padding:     7.5px 0;
	width:       100%;
	margin-left: 0 !important;
	position:    relative;
}

.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .cart_list.product_list_widget li a {
	text-align: left;
	max-width:  80%;
	color:      #111;
	font-size:  18px;
}

.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .cart_list.product_list_widget li a img {
	margin-right: 15px;
	width:        80px !important;
	float:        left;
	border:       1px solid #ddd;
	margin-left:  0;
}

.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .cart_list.product_list_widget li span {
	color: #111;
}

.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .cart_list.product_list_widget li dl {
	border-left:  0 none !important;
	float:        left;
	padding-left: 0 !important;
	min-width:    60%;
}

.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .cart_list.product_list_widget li dl dd {
	margin:  0 !important;
	padding: 0 !important;
}

.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .cart_list.product_list_widget li .quantity {
	float:      right;
	padding:    0;
	text-align: left;
	margin-top: 5px;
	width:      calc(100% - 95px);
	font-size:  14px;
	color:      #777777;
}

.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .cart_list.product_list_widget li .quantity .amount {
	float: none;
}

.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .cart_list.product_list_widget li .price {
	float:      right;
	padding:    0;
	text-align: left;
	margin-top: 5px;
	width:      calc(100% - 95px);
	font-size:  18px;
}

.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .cart_list.product_list_widget li .remove {
	right:      10px;
	background: transparent;
	color:      #111 !important;
	position:   absolute;
	z-index:    9999999;
}

.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .cart_list.product_list_widget li .remove:before {
	font-size: 15px;
}

.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .cart_list.product_list_widget li:first-child {
	border-top: none;
}

.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .cart_list.product_list_widget .empty {
	padding-top: 27px;
	text-align:  center;
	color:       #111;
}

.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .total {
	border-top:  1px solid #ddd;
	padding:     15px 0;
	width:       85%;
	position:    absolute;
	bottom:      100px;
	overflow:    hidden;
	text-align:  right;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .total {
		bottom: 100px;
	}
}

.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .total .amount {
	margin-left: 10px;
	color:       #111;
}

.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .total strong {
	color:     #777777;
	float:     left;
	font-size: 18px;
}

.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .buttons {
	text-align: center;
	position:   absolute;
	bottom:     70px;
	min-width:  300px;
}

@media only screen and (max-width: 767px) {
	.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .buttons {
		bottom: 80px;
	}
}

.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .buttons a {
	border-radius:  0;
	z-index:        9;
	text-transform: uppercase;
	line-height:    1;
}

.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .buttons a:after {
	display: none;
}

.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .buttons a:first-child {
	margin-right: 10px;
	padding:      14px 10px;
	width:        50%;
	float:        left;
	font-size:    14px;
}

@media only screen and (max-width: 1300px) {
	.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .buttons a:first-child {
		padding: 14px 10px;
	}
}

.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .buttons a:last-child {
	width:     45%;
	float:     right;
	padding:   14px 30px;
	font-size: 14px;
}

@media only screen and (max-width: 1300px) {
	.minicart-content .widget_shopping_cart_contents .widget_shopping_cart_content .buttons a:last-child {
		padding: 14px 30px;
	}
}

.minicart-content .background-overlay-cart {
	position:   absolute;
	width:      100%;
	height:     100vh;
	background: #000000;
	z-index:    9998;
	opacity:    0.8;
}

.minicart-content .background-overlay-cart:hover {
	cursor: pointer;
}

.homepage-v6 .minicart-content {
	position: fixed;
	z-index:  99999999;
	height:   100%;
	width:    100%;
}

.woocommerce .star-rating span, .woocommerce-page .star-rating span {
	color: #ffb300;
}

.woocommerce .star-rating:before, .woocommerce-page .star-rating:before {
	color: #ffb300;
}

.woocommerce div.product form.cart, .woocommerce-page div.product form.cart {
	margin-top: 20px;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
	margin-top: 15px;
	float:      left;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	margin-bottom: 25px;
	float:         right;
}

.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
	padding:        6px 10px;
	vertical-align: top;
	outline:        0;
	position:       relative;
	width:          100%;
	height:         40px;
	font-size:      14px;
	border-radius:  0;
	line-height:    24px;
	color:          inherit;
}

.woocommerce .widget_price_filter .price_slider_wrapper, .woocommerce-page .widget_price_filter .price_slider_wrapper {
	padding-top: 10px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background:    #e5e5e5;
	border-radius: 0;
	margin-bottom: 30px;
	height:        4px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
	border-radius: 0;
	background:    #111 !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
	background:    #111 !important;
	border:        none;
	height:        12px;
	width:         12px;
	border-radius: 50%;
}

.woocommerce .widget_price_filter .price_slider_amount button, .woocommerce-page .widget_price_filter .price_slider_amount button {
	padding:        6px 15px;
	border-radius:  0;
	font-size:      1em !important;
	float:          right !important;
	text-transform: uppercase;
}

.woocommerce .widget_price_filter .price_slider_amount button:before, .woocommerce .widget_price_filter .price_slider_amount button:after, .woocommerce-page .widget_price_filter .price_slider_amount button:before, .woocommerce-page .widget_price_filter .price_slider_amount button:after {
	display: none;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label, .woocommerce-page .widget_price_filter .price_slider_amount .price_label {
	float:       left;
	padding-top: 4px;
}

.woocommerce a.remove, .woocommerce-page a.remove {
	line-height: 17px;
}

.woocommerce .single_variation_wrap .woocommerce-variation-price, .woocommerce-page .single_variation_wrap .woocommerce-variation-price {
	margin-bottom: 25px;
	margin-top:    10px;
}

.woocommerce-wishlist.woocommerce .wishlist-title {
	display: none;
}

.woocommerce-wishlist.woocommerce .product-remove, .woocommerce-wishlist.woocommerce .product-price, .woocommerce-wishlist.woocommerce .product-stock-status {
	text-align: center;
}

.woocommerce-wishlist.woocommerce .product-remove a.remove {
	margin: 0 auto;
}

.woocommerce-wishlist.woocommerce table.wishlist_table {
	width:           100%;
	border-radius:   0;
	font-size:       100%;
	border:          none;
	border-collapse: collapse;
	margin:          0 0 25px 0;
}

.woocommerce-wishlist.woocommerce table.wishlist_table td, .woocommerce-wishlist.woocommerce table.wishlist_table th {
	border: none;
}

.woocommerce-wishlist.woocommerce table.wishlist_table .product-name {
	padding-left: 15px !important;
}

.woocommerce-wishlist.woocommerce table.wishlist_table thead th {
	padding:        10px 0;
	border-top:     none;
	border-bottom:  1px solid #e5e5e5;
	text-transform: uppercase;
	color:          #111111;
}

.woocommerce-wishlist.woocommerce table.wishlist_table tbody td {
	padding:       16px 0;
	border-bottom: 1px solid #e5e5e5;
}

.woocommerce-wishlist.woocommerce table.wishlist_table tbody td.product-add-to-cart {
	text-align: right;
}

.woocommerce-wishlist.woocommerce table.wishlist_table tbody td.product-add-to-cart a {
	display: inline-block !important;
}

.woocommerce-wishlist.woocommerce table.wishlist_table tbody td.product-price del {
	margin-right: 10px;
}

.woocommerce-wishlist.woocommerce table.wishlist_table .product-remove .remove_from_wishlist {
	width:       50px;
	color:       #999 !important;
	font-size:   0;
	line-height: 1;
	height:      auto;
}

.woocommerce-wishlist.woocommerce table.wishlist_table .product-remove .remove_from_wishlist:before {
	display: inline-block;
	font:    normal normal normal 18px/1 'Material-Design-Iconic-Font';
	content: '\f136';
}

.woocommerce-wishlist.woocommerce table.wishlist_table .product-remove .remove_from_wishlist:hover {
	background: transparent !important;
	color:      #111 !important;
}

@media screen and (max-width: 767px) {
	.woocommerce-wishlist.woocommerce .wishlist_table {
		padding: 0 10px;
	}

	.woocommerce-wishlist.woocommerce .wishlist_table thead {
		display: none !important;
	}

	.woocommerce-wishlist.woocommerce .wishlist_table tr {
		padding:       15px 0;
		background:    rgba(0, 0, 0, 0.025);
		border-bottom: 1px solid #e5e5e5;
	}

	.woocommerce-wishlist.woocommerce .wishlist_table td {
		display:    block;
		border:     none !important;
		text-align: center;
		position:   relative;
	}

	.woocommerce-wishlist.woocommerce .wishlist_table td.product-add-to-cart {
		max-width: 100% !important;
		width:     100% !important;
	}

	.woocommerce-wishlist.woocommerce .wishlist_table td.product-thumbnail {
		display: block !important;
	}

	.woocommerce-wishlist.woocommerce .wishlist_table td.product-thumbnail a {
		margin: 0 auto;
	}

	.woocommerce-wishlist.woocommerce .wishlist_table td.product-remove a {
		text-align:   right !important;
		margin-right: 20px !important;
	}

	.woocommerce-wishlist.woocommerce .wishlist_table td.product-name {
		text-align:    right !important;
		padding-right: 20px !important;
	}

	.woocommerce-wishlist.woocommerce .wishlist_table td.product-name:before {
		content:     'Product Name:';
		position:    absolute;
		left:        10px;
		font-weight: 600;
	}

	.woocommerce-wishlist.woocommerce .wishlist_table td.product-price {
		text-align:    right !important;
		padding-right: 20px !important;
	}

	.woocommerce-wishlist.woocommerce .wishlist_table td.product-price:before {
		content:     'Unit Price:';
		position:    absolute;
		left:        10px;
		font-weight: 600;
	}

	.woocommerce-wishlist.woocommerce .wishlist_table td.product-stock-status {
		text-align:    right !important;
		padding-right: 20px !important;
	}

	.woocommerce-wishlist.woocommerce .wishlist_table td.product-stock-status:before {
		content:     'Stock Status:';
		position:    absolute;
		left:        10px;
		font-weight: 600;
	}
}

.woocommerce-wishlist.woocommerce .product-add-to-cart {
	max-width: 100px;
}

.woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .woocommerce-info, .woocommerce-notices-wrapper .woocommerce-message {
	line-height: 40px;
}

.woocommerce-notices-wrapper .woocommerce-error .button, .woocommerce-notices-wrapper .woocommerce-info .button, .woocommerce-notices-wrapper .woocommerce-message .button {
	padding: 12px 30px;
}

.woocommerce .button.wc-backward {
	border:          1px solid transparent;
	color:           #fff;
	text-decoration: none;
	background:      #111;
}

.woocommerce .button.wc-backward:hover {
	background-color: #fff;
	color:            #000;
	border:           1px solid #000;
}

/**
 * Styling begins
 */
.woocommerce, .woocommerce-page {
	/**
   * General layout styles
   */
	/**
   * Product page
   */
	/**
   * Product loops
   */
	/**
   * Cart page
   */
	/**
   * Forms
   */
	/**
   * oEmbeds
   */
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button, .woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button {
	float: right;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
	width: 100%;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
	*zoom: 1;
}

.woocommerce .col2-set:before, .woocommerce .col2-set:after, .woocommerce-page .col2-set:before, .woocommerce-page .col2-set:after {
	content: "";
	display: table;
}

.woocommerce .col2-set:after, .woocommerce-page .col2-set:after {
	clear: both;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	float:     left;
	width:     48%;
	max-width: inherit;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float:     right;
	width:     48%;
	max-width: inherit;
}

.woocommerce img, .woocommerce-page img {
	height:    auto;
	max-width: 100%;
}

.woocommerce div.product div.images,
.woocommerce #content div.product div.images, .woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
	float:         left;
	width:         50%;
	padding-right: 25px;
}

.woocommerce div.product div.images img,
.woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img,
.woocommerce-page #content div.product div.images img {
	width: auto;
}

.woocommerce div.product div.images .slides img,
.woocommerce #content div.product div.images .slides img, .woocommerce-page div.product div.images .slides img,
.woocommerce-page #content div.product div.images .slides img {
	width: 100%;
}

.woocommerce div.product div.thumbnails,
.woocommerce #content div.product div.thumbnails, .woocommerce-page div.product div.thumbnails,
.woocommerce-page #content div.product div.thumbnails {
	*zoom: 1;
}

.woocommerce div.product div.thumbnails:before, .woocommerce div.product div.thumbnails:after,
.woocommerce #content div.product div.thumbnails:before,
.woocommerce #content div.product div.thumbnails:after, .woocommerce-page div.product div.thumbnails:before, .woocommerce-page div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:before,
.woocommerce-page #content div.product div.thumbnails:after {
	content: "";
	display: table;
}

.woocommerce div.product div.thumbnails:after,
.woocommerce #content div.product div.thumbnails:after, .woocommerce-page div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:after {
	clear: both;
}

.woocommerce div.product div.thumbnails a,
.woocommerce #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a {
	float:         left;
	width:         30.75%;
	margin-right:  3.8%;
	margin-bottom: 1em;
}

.woocommerce div.product div.thumbnails a.last,
.woocommerce #content div.product div.thumbnails a.last, .woocommerce-page div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last {
	margin-right: 0;
}

.woocommerce div.product div.thumbnails a.first,
.woocommerce #content div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first {
	clear: both;
}

.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce #content div.product div.thumbnails.columns-1 a, .woocommerce-page div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a {
	width:        100%;
	margin-right: 0;
	float:        none;
}

.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce #content div.product div.thumbnails.columns-2 a, .woocommerce-page div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a {
	width: 48%;
}

.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce #content div.product div.thumbnails.columns-4 a, .woocommerce-page div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a {
	width: 22.05%;
}

.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce #content div.product div.thumbnails.columns-5 a, .woocommerce-page div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a {
	width: 16.9%;
}

.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.summary {
	float:        right;
	width:        50%;
	clear:        none;
	padding-left: 15px;
}

@media only screen and (max-width: 768px) {
	.woocommerce div.product div.images, .woocommerce div.product div.summary,
	.woocommerce #content div.product div.images,
	.woocommerce #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page #content div.product div.summary {
		width:         100%;
		padding-right: 0;
		padding-left:  0;
	}
}

.woocommerce ul.products, .woocommerce-page ul.products {
	clear:  both;
	margin: 0 -15px;
}

.woocommerce ul.products, .woocommerce-page ul.products {
	*zoom: 1;
}

.woocommerce ul.products:before, .woocommerce ul.products:after, .woocommerce-page ul.products:before, .woocommerce-page ul.products:after {
	content: "";
	display: table;
}

.woocommerce ul.products:after, .woocommerce-page ul.products:after {
	clear: both;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	float:         left;
	margin:        0;
	padding:       0 15px;
	position:      relative;
	width:         25%;
	margin-bottom: 15px;
}

.woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product {
	width:        100%;
	margin-right: 0;
}

.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
	width: 50%;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	width: 33.333%;
}

.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
	width: 20%;
}

.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
	width: 16.6666%;
}

.woocommerce.columns-1 ul.products li.product, .woocommerce-page.columns-1 ul.products li.product {
	width:        100%;
	margin-right: 0;
}

.woocommerce.columns-2 ul.products li.product, .woocommerce-page.columns-2 ul.products li.product {
	width: 50%;
}

.woocommerce.columns-3 ul.products li.product, .woocommerce-page.columns-3 ul.products li.product {
	width: 33.333%;
}

.woocommerce.columns-5 ul.products li.product, .woocommerce-page.columns-5 ul.products li.product {
	width: 20%;
}

.woocommerce.columns-6 ul.products li.product, .woocommerce-page.columns-6 ul.products li.product {
	width: 16.6666%;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
	float: left;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	float: right;
}

.woocommerce table.cart img,
.woocommerce #content table.cart img, .woocommerce-page table.cart img,
.woocommerce-page #content table.cart img {
	height: auto;
}

.woocommerce table.cart td.actions,
.woocommerce #content table.cart td.actions, .woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
	text-align: right;
}

.woocommerce table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text {
	width: 80px;
}

.woocommerce table.cart td.actions .coupon,
.woocommerce #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon {
	float: left;
}

.woocommerce table.cart td.actions .coupon label,
.woocommerce #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label {
	display: none;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
	*zoom: 1;
}

.woocommerce .cart-collaterals:before, .woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:before, .woocommerce-page .cart-collaterals:after {
	content: "";
	display: table;
}

.woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:after {
	clear: both;
}

.woocommerce .cart-collaterals .related, .woocommerce-page .cart-collaterals .related {
	width: 30.75%;
	float: left;
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
	padding-bottom: 30px;
}

.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
	width: 48%;
	clear: right;
	float: right;
}

.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
	*zoom: 1;
}

.woocommerce .cart-collaterals .shipping_calculator:before, .woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:before, .woocommerce-page .cart-collaterals .shipping_calculator:after {
	content: "";
	display: table;
}

.woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:after {
	clear: both;
}

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
	width: 47%;
}

.woocommerce form .form-row, .woocommerce-page form .form-row {
	*zoom: 1;
}

.woocommerce form .form-row:before, .woocommerce form .form-row:after, .woocommerce-page form .form-row:before, .woocommerce-page form .form-row:after {
	content: "";
	display: table;
}

.woocommerce form .form-row:after, .woocommerce-page form .form-row:after {
	clear: both;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	display: block;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
	display: inline;
}

.woocommerce form .form-row select, .woocommerce-page form .form-row select {
	width: 100%;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
	box-sizing: border-box;
	width:      100%;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last, .woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width:    47%;
	overflow: visible;
}

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
	float: left;
	/*rtl:raw:
    float: right;
    */
}

.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
	float: right;
}

.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
	clear: both;
}

.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
	width: auto;
}

.woocommerce #payment .wc-terms-and-conditions, .woocommerce #payment .terms, .woocommerce-page #payment .wc-terms-and-conditions, .woocommerce-page #payment .terms {
	text-align: left;
	padding:    0 1em 0 0;
	float:      left;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float:      right;
	margin-top: 30px;
}

.woocommerce .woocommerce-billing-fields,
.woocommerce .woocommerce-shipping-fields, .woocommerce-page .woocommerce-billing-fields,
.woocommerce-page .woocommerce-shipping-fields {
	*zoom: 1;
}

.woocommerce .woocommerce-billing-fields:before, .woocommerce .woocommerce-billing-fields:after,
.woocommerce .woocommerce-shipping-fields:before,
.woocommerce .woocommerce-shipping-fields:after, .woocommerce-page .woocommerce-billing-fields:before, .woocommerce-page .woocommerce-billing-fields:after,
.woocommerce-page .woocommerce-shipping-fields:before,
.woocommerce-page .woocommerce-shipping-fields:after {
	content: "";
	display: table;
}

.woocommerce .woocommerce-billing-fields:after,
.woocommerce .woocommerce-shipping-fields:after, .woocommerce-page .woocommerce-billing-fields:after,
.woocommerce-page .woocommerce-shipping-fields:after {
	clear: both;
}

.woocommerce .woocommerce-billing-fields #billing_country_field .woocommerce-input-wrapper,
.woocommerce .woocommerce-shipping-fields #billing_country_field .woocommerce-input-wrapper, .woocommerce-page .woocommerce-billing-fields #billing_country_field .woocommerce-input-wrapper,
.woocommerce-page .woocommerce-shipping-fields #billing_country_field .woocommerce-input-wrapper {
	margin-bottom: 16px;
}

.woocommerce .woocommerce-terms-and-conditions, .woocommerce-page .woocommerce-terms-and-conditions {
	margin-bottom: 1.618em;
	padding:       1.618em;
}

.woocommerce .woocommerce-oembed, .woocommerce-page .woocommerce-oembed {
	position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.woocommerce ul.products, .woocommerce-page ul.products {
		margin: 0 -7px !important;
	}

	.woocommerce ul.products.columns-3 li.product, .woocommerce ul.products.columns-5 li.product, .woocommerce ul.products.columns-4 li.product, .woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-6 li.product {
		width:         33.33% !important;
		padding:       0 15px;
		margin-bottom: 16px !important;
	}

	.woocommerce ul.products.columns-3 li.product.last, .woocommerce ul.products.columns-5 li.product.last, .woocommerce ul.products.columns-4 li.product.last, .woocommerce ul.products.columns-6 li.product.last, .woocommerce-page ul.products.columns-3 li.product.last, .woocommerce-page ul.products.columns-5 li.product.last, .woocommerce-page ul.products.columns-4 li.product.last, .woocommerce-page ul.products.columns-6 li.product.last {
		clear: none;
	}

	.woocommerce ul.products.columns-3 li.product:nth-child(3n+1), .woocommerce ul.products.columns-5 li.product:nth-child(3n+1), .woocommerce ul.products.columns-4 li.product:nth-child(3n+1), .woocommerce ul.products.columns-6 li.product:nth-child(3n+1), .woocommerce-page ul.products.columns-3 li.product:nth-child(3n+1), .woocommerce-page ul.products.columns-5 li.product:nth-child(3n+1), .woocommerce-page ul.products.columns-4 li.product:nth-child(3n+1), .woocommerce-page ul.products.columns-6 li.product:nth-child(3n+1) {
		clear: both;
	}

	.woocommerce.columns-3 ul.products, .woocommerce.columns-5 ul.products, .woocommerce.columns-4 ul.products, .woocommerce.columns-6 ul.products, .woocommerce-page.columns-3 ul.products, .woocommerce-page.columns-5 ul.products, .woocommerce-page.columns-4 ul.products, .woocommerce-page.columns-6 ul.products {
		margin: 0 -7px !important;
	}

	.woocommerce.columns-3 ul.products li.product, .woocommerce.columns-5 ul.products li.product, .woocommerce.columns-4 ul.products li.product, .woocommerce.columns-6 ul.products li.product, .woocommerce-page.columns-3 ul.products li.product, .woocommerce-page.columns-5 ul.products li.product, .woocommerce-page.columns-4 ul.products li.product, .woocommerce-page.columns-6 ul.products li.product {
		width:         33.33% !important;
		padding:       0 15px;
		margin-bottom: 16px !important;
	}

	.woocommerce.columns-3 ul.products li.product.last, .woocommerce.columns-5 ul.products li.product.last, .woocommerce.columns-4 ul.products li.product.last, .woocommerce.columns-6 ul.products li.product.last, .woocommerce-page.columns-3 ul.products li.product.last, .woocommerce-page.columns-5 ul.products li.product.last, .woocommerce-page.columns-4 ul.products li.product.last, .woocommerce-page.columns-6 ul.products li.product.last {
		clear: none;
	}

	.woocommerce.columns-3 ul.products li.product:nth-child(3n+1), .woocommerce.columns-5 ul.products li.product:nth-child(3n+1), .woocommerce.columns-4 ul.products li.product:nth-child(3n+1), .woocommerce.columns-6 ul.products li.product:nth-child(3n+1), .woocommerce-page.columns-3 ul.products li.product:nth-child(3n+1), .woocommerce-page.columns-5 ul.products li.product:nth-child(3n+1), .woocommerce-page.columns-4 ul.products li.product:nth-child(3n+1), .woocommerce-page.columns-6 ul.products li.product:nth-child(3n+1) {
		clear: both;
	}
}

@media only screen and (max-width: 992px) {
	.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
		float: none;
		width: 100%;
	}

	.woocommerce ul.products, .woocommerce-page ul.products {
		margin: 0 -7px !important;
	}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width:         50% !important;
		padding:       0 7px;
		margin-bottom: 16px !important;
	}

	.woocommerce ul.products li.product.last, .woocommerce-page ul.products li.product.last {
		clear: none;
	}

	.woocommerce ul.products.columns-3 li.product, .woocommerce ul.products .columns-4 li.product, .woocommerce ul.products.columns-5 li.product, .woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-3 li.product, .woocommerce-page ul.products .columns-4 li.product, .woocommerce-page ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-6 li.product {
		width:         50% !important;
		padding:       0 7px;
		margin-bottom: 16px !important;
	}

	.woocommerce ul.products.columns-3 li.product:nth-child(2n+1), .woocommerce ul.products .columns-4 li.product:nth-child(2n+1), .woocommerce ul.products.columns-5 li.product:nth-child(2n+1), .woocommerce ul.products.columns-6 li.product:nth-child(2n+1), .woocommerce-page ul.products.columns-3 li.product:nth-child(2n+1), .woocommerce-page ul.products .columns-4 li.product:nth-child(2n+1), .woocommerce-page ul.products.columns-5 li.product:nth-child(2n+1), .woocommerce-page ul.products.columns-6 li.product:nth-child(2n+1) {
		clear: both;
	}

	.woocommerce.columns-3 ul.products, .woocommerce.columns-5 ul.products, .woocommerce.columns-4 ul.products, .woocommerce.columns-6 ul.products, .woocommerce-page.columns-3 ul.products, .woocommerce-page.columns-5 ul.products, .woocommerce-page.columns-4 ul.products, .woocommerce-page.columns-6 ul.products {
		margin: 0 -7px !important;
	}

	.woocommerce.columns-3 ul.products li.product, .woocommerce.columns-5 ul.products li.product, .woocommerce.columns-4 ul.products li.product, .woocommerce.columns-6 ul.products li.product, .woocommerce-page.columns-3 ul.products li.product, .woocommerce-page.columns-5 ul.products li.product, .woocommerce-page.columns-4 ul.products li.product, .woocommerce-page.columns-6 ul.products li.product {
		width:         50% !important;
		padding:       0 7px;
		margin-bottom: 16px !important;
	}

	.woocommerce.columns-3 ul.products li.product:nth-child(2n+1), .woocommerce.columns-5 ul.products li.product:nth-child(2n+1), .woocommerce.columns-4 ul.products li.product:nth-child(2n+1), .woocommerce.columns-6 ul.products li.product:nth-child(2n+1), .woocommerce-page.columns-3 ul.products li.product:nth-child(2n+1), .woocommerce-page.columns-5 ul.products li.product:nth-child(2n+1), .woocommerce-page.columns-4 ul.products li.product:nth-child(2n+1), .woocommerce-page.columns-6 ul.products li.product:nth-child(2n+1) {
		clear: both;
	}

	.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
		float: left;
	}

	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: right;
	}
}

@media only screen and (max-width: 480px) {
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		float: none !important;
		width: 100% !important;
	}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 100% !important;
	}

	.woocommerce ul.products.columns-3 li.product, .woocommerce ul.products .columns-4 li.product, .woocommerce ul.products.columns-5 li.product, .woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-3 li.product, .woocommerce-page ul.products .columns-4 li.product, .woocommerce-page ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-6 li.product {
		width: 100% !important;
	}

	.woocommerce.columns-3 ul.products li.product, .woocommerce.columns-5 ul.products li.product, .woocommerce.columns-4 ul.products li.product, .woocommerce.columns-6 ul.products li.product, .woocommerce-page.columns-3 ul.products li.product, .woocommerce-page.columns-5 ul.products li.product, .woocommerce-page.columns-4 ul.products li.product, .woocommerce-page.columns-6 ul.products li.product {
		width: 100% !important;
	}
}

.woocommerce table.shop_attributes td p, .woocommerce-page table.shop_attributes td p {
	padding: 8px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: left;
	width: 30%;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%;
}

.select2-container--default .select2-selection--single {
	border:        1px solid #e6e6e6;
	border-radius: 0;
}

.select2-container .select2-selection--single {
	height: 38px;
	border: 1px solid #e6e6e6;
}

.select2-container .select2-selection--single:focus {
	outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 6px;
}

.select2-dropdown, .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #e6e6e6 !important;
}

/* -- quick view button -- */
.mfp-bg {
	top:        0;
	left:       0;
	width:      100%;
	height:     100%;
	z-index:    99999;
	overflow:   hidden;
	position:   fixed;
	background: #999999;
	opacity:    0.8;
	filter:     alpha(opacity=80);
}

.mfp-wrap {
	top:                         0;
	left:                        0;
	width:                       100%;
	height:                      100%;
	z-index:                     99999999;
	position:                    fixed;
	outline:                     none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	height:             100%;
	text-align:         center;
	position:           absolute;
	width:              100%;
	left:               0;
	top:                0;
	padding:            30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.mfp-content {
	position:       relative;
	display:        inline-block;
	vertical-align: middle;
	margin:         0 auto;
	text-align:     left;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width:  100%;
	cursor: auto;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none;
}

.mfp-preloader {
	color:      #cccccc;
	position:   absolute;
	top:        50%;
	width:      auto;
	text-align: center;
	margin-top: -0.8em;
	left:       8px;
	right:      8px;
}

.mfp-preloader a {
	color: #cccccc;
}

.mfp-preloader a:hover {
	color: white;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow:           visible;
	cursor:             pointer;
	background:         transparent;
	-webkit-appearance: none;
	display:            block;
	padding:            0;
}

button::-moz-focus-inner {
	padding: 0;
	border:  0;
}

.mfp-close {
	position:        absolute;
	right:           5px;
	top:             5px;
	text-decoration: none;
	text-align:      center;
	font-size:       24px;
}

.mfp-close:hover, .mfp-close:focus {
	opacity:    0.8;
	background: none;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: black !important;
	right: 0;
	top:   40px;
}

.my-mfp-zoom-in .mfp-content {
	opacity:                  0;
	-webkit-transition:       all 0.2s ease-in-out;
	-moz-transition:          all 0.2s ease-in-out;
	-o-transition:            all 0.2s ease-in-out;
	transition:               all 0.2s ease-in-out;
	-webkit-transform:        scale(0.5);
	-moz-transform:           scale(0.5);
	-ms-transform:            scale(0.5);
	-o-transform:             scale(0.5);
	transform:                scale(0.5);
	-webkit-transform-origin: top center;
	-moz-transform-origin:    top center;
	-o-transform-origin:      top center;
	transform-origin:         top center;
}

.my-mfp-zoom-in.mfp-ready .mfp-content {
	opacity:           1;
	-webkit-transform: scale(1);
	-moz-transform:    scale(1);
	-ms-transform:     scale(1);
	-o-transform:      scale(1);
	transform:         scale(1);
}

.my-mfp-zoom-in.mfp-removing .mfp-content {
	-webkit-transform: scale(0.8);
	-moz-transform:    scale(0.8);
	-ms-transform:     scale(0.8);
	-o-transform:      scale(0.8);
	transform:         scale(0.8);
	opacity:           0;
}

.my-mfp-zoom-in.mfp-bg .mfp-content {
	opacity:            0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition:    opacity 0.3s ease-out;
	-o-transition:      opacity 0.3s ease-out;
	transition:         opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg .mfp-content {
	opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg .mfp-content {
	opacity: 0;
}

.product-lightbox {
	background: #FFF;
	width:      90%;
	max-width:  990px;
	margin:     100px auto 0 auto;
	position:   relative;
}

.product-lightbox .flexslider ul.slides li {
	display: none;
}

.product-lightbox .product {
	*zoom: 1;
}

.product-lightbox .product:before, .product-lightbox .product:after {
	content: "";
	display: table;
}

.product-lightbox .product:after {
	clear: both;
}

.product-lightbox table, .product-lightbox tr, .product-lightbox td {
	border: none;
}

.product-lightbox button.mfp-close {
	width:       30px;
	height:      30px;
	line-height: 100%;
	color:       #999;
	border:      none;
}

.product-lightbox button.mfp-close:hover {
	color: #181818;
}

.product-lightbox .images_quick_view {
	margin-bottom: 0 !important;
}

.product-lightbox .images_quick_view a img {
	width: 100% !important;
}

.product-lightbox .summary_quick_view {
	padding:       50px 0;
	margin-bottom: 0 !important;
}

.product-lightbox .summary_quick_view .price {
	display: block;
}

.loading.dark {
	z-index: 99999;
	float:   left;
	width:   40px;
	height:  40px;
	margin:  0 10px;
}

.summary_quick_view .yith-wcwl-add-button a.add_to_wishlist {
	padding-left: 25px;
	position:     relative;
}

.summary_quick_view .yith-wcwl-add-button a.add_to_wishlist:before {
	position: absolute;
	left:     0;
	top:      0;
	content:  '\f004';
	font:     normal normal normal 14px/1 FontAwesome;
}

/* 9. Blog ------------------------------------------------------------ */
/* Blog Section Of Blog Right Sidebar */
.content-area .wrapper-blog-content {
	*zoom: 1;
}

.content-area .wrapper-blog-content:before, .content-area .wrapper-blog-content:after {
	content: "";
	display: table;
}

.content-area .wrapper-blog-content:after {
	clear: both;
}

.content-area .wrapper-blog-content .post-formats-wrapper {
	margin-bottom: 20px;
}

.content-area .wrapper-blog-content .post-formats-wrapper a.post-image {
	position: relative;
	display:  block;
}

.content-area .wrapper-blog-content .post-formats-wrapper a.post-image .overlay {
	background: rgba(0, 0, 0, 0.2);
}

.content-area .wrapper-blog-content .post-formats-wrapper a.post-image:hover .overlay {
	opacity: 1;
}

.content-area .wrapper-blog-content .entry-title {
	padding:            0 0 10px 0;
	margin-bottom:      0;
	line-height:        1.4;
	position:           relative;
	transition:         all 0.5s ease 0.1s;
	-moz-transition:    all 0.5s ease 0.1s;
	-webkit-transition: all 0.5s ease 0.1s;
	-o-transition:      all 0.5s ease 0.1s;
	-ms-transition:     all 0.5s ease 0.1s;
	-ms-word-wrap:      break-word;
	word-wrap:          break-word;
}

.content-area .wrapper-blog-content .calendar {
	font-size:   11px;
	color:       #777;
	font-weight: 700;
}

.content-area .wrapper-blog-content .calendar i {
	padding-right: 8px;
}

.content-area .wrapper-blog-content .calendar .date, .content-area .wrapper-blog-content .calendar .number-comment {
	padding-right:  5px;
	text-transform: uppercase;
	color:          #666666;
}

.content-area .wrapper-blog-content .calendar .byline {
	display: inline-block !important;
}

.content-area .wrapper-blog-content .calendar a {
	color:          #666;
	text-transform: uppercase;
}

.content-area .wrapper-blog-content .calendar a:hover {
	color: #111;
}

@media only screen and (max-width: 767px) {
	.content-area .wrapper-blog-content .calendar {
		margin-bottom: 15px;
	}
}

.content-area .wrapper-blog-content .final-blog .read-more {
	transition:         all 0.5s ease 0.1s;
	-moz-transition:    all 0.5s ease 0.1s;
	-webkit-transition: all 0.5s ease 0.1s;
	-o-transition:      all 0.5s ease 0.1s;
	-ms-transition:     all 0.5s ease 0.1s;
	border:             1px solid;
	padding:            10px 30px;
	display:            inline-block;
	vertical-align:     middle;
}

.content-area .wrapper-blog-content .final-blog .product-share {
	display:        inline-block;
	vertical-align: middle;
	float:          right;
	padding-top:    30px;
}

.content-area .wrapper-blog-content .final-blog .product-share > span {
	display:     inline-block;
	color:       #000000;
	font-size:   17px;
	font-weight: 500;
}

.content-area .wrapper-blog-content .final-blog .product-share .item-social {
	display: inline-block;
}

.content-area .wrapper-blog-content .final-blog .product-share .item-social a {
	margin:  4px;
	padding: 5px 0 5px 15px;
}

.content-area .wrapper-blog-content .final-blog .product-share .item-social a i {
	font-size: 16px;
}

.content-area .wrapper-blog-content .format-link .content-border,
.content-area .wrapper-blog-content .format-quote .content-border {
	border:   1px solid #111;
	padding:  16px 35px 13px;
	position: relative;
}

.content-area .wrapper-blog-content .format-link .content-border .link,
.content-area .wrapper-blog-content .format-quote .content-border .link {
	position:           absolute;
	font-size:          35px;
	right:              18px;
	bottom:             3px;
	transition:         all 0.5s ease 0.1s;
	-moz-transition:    all 0.5s ease 0.1s;
	-webkit-transition: all 0.5s ease 0.1s;
	-o-transition:      all 0.5s ease 0.1s;
	-ms-transition:     all 0.5s ease 0.1s;
}

.content-area .wrapper-blog-content .format-link .content-border .link:hover,
.content-area .wrapper-blog-content .format-quote .content-border .link:hover {
	transform:         scale(1.1);
	-moz-transform:    scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform:      scale(1.1);
	-ms-transform:     scale(1.1);
}

.content-area .wrapper-blog-content .list-item {
	padding-bottom: 40px;
}

.content-area .wrapper-blog-content .list-item:last-child {
	margin-bottom: 0;
}

.content-area .wrapper-blog-content .list-item.sticky {
	background:    #f7f7f7;
	padding:       20px 30px 30px;
	border:        4px solid #e6e6e6;
	margin-bottom: 50px;
}

.content-area .paging-navigation {
	text-align: left;
}

.content-area .pagination-next {
	display: none;
}

.content-area .wrapper-view-move {
	text-align:     center;
	padding-top:    20px;
	padding-bottom: 10px;
}

.content-area .wrapper-view-move .view-more-button {
	padding:        17px 34.5px;
	cursor:         pointer;
	font-size:      14px;
	text-transform: uppercase;
	border:         1px solid #111111;
	margin-bottom:  20px;
}

.content-area .wrapper-view-move .view-more-button i {
	padding-left: 10px;
}

.content-area .content-blog-masonry .post-formats-wrapper {
	margin-bottom: 10px;
}

.content-area .content-blog-masonry .post-formats-wrapper a.post-image {
	margin-bottom: 0;
	display:       inline-block;
}

.content-area .content-blog-masonry .content-item {
	background: #fff;
	text-align: left;
}

.content-area .content-blog-masonry .content-item .entry-title {
	line-height:    1.4;
	margin-bottom:  0;
	padding-bottom: 2px;
	text-align:     left;
}

.content-area .content-blog-masonry .content-item .entry-title a {
	font-size: 18px;
}

.content-area .content-blog-masonry .content-item .date-social .time {
	text-transform: uppercase;
	color:          #8c8c8c;
	font-size:      11px;
	font-weight:    700;
}

.single .format-link .content-border,
.single .format-quote .content-border {
	margin-bottom: 35px;
}

.content-blog-masonry {
	margin: 0 -15px;
}

.content-blog-masonry .grid-item {
	width:   50%;
	float:   left;
	padding: 0 15px 30px 15px;
}

.content-blog-masonry.masonry-column-2 .grid-item {
	width: 50%;
}

.content-blog-masonry.masonry-column-3 .grid-item {
	width: 33.333%;
}

.content-blog-masonry.masonry-column-4 .grid-item {
	width: 25%;
}

/* Blog Section Of Standard Post */
.single-blog-content {
	padding-bottom: 8px;
}

.single-blog-content .entry-title {
	padding:       5px 0 5px !important;
	margin-bottom: 10px !important;
	-ms-word-wrap: break-word;
	word-wrap:     break-word;
}

.single-blog-content p.intro-post-detail {
	text-align:  center;
	padding:     30px;
	background:  #f9f9f9;
	color:       #111111;
	font-size:   18px;
	line-height: 2;
}

.single-blog-content .post-content .quote {
	padding: 24px 0 37px 44px;
}

.single-blog-content .post-content .quote i {
	font-size:    40px;
	float:        left;
	margin-top:   -4px;
	margin-right: 10px;
}

.single-blog-content .post-content .quote p {
	font-style: italic;
}

.single-blog-content .post-content .post-image .images {
	width:         50%;
	padding-right: 15px;
}

.single-blog-content .post-content .post-image .images.images-2 {
	padding-left:  15px;
	padding-right: 0;
}

.single-blog-content .post-content .post-image .info {
	width: 50%;
}

.single-blog-content .post-content .post-image .info span {
	font-size:   18px;
	font-weight: 500;
	color:       #111;
	padding:     45px 0 14px;
	display:     block;
}

.single-blog-content .post-content .post-image .info.info-2 {
	padding-left: 20px;
}

.single-blog-content .post-content .text {
	padding-top: 35px;
}

.single-blog-content .final-blog {
	padding: 20px 0 !important;
	display: block !important;
	width:   100%;
	float:   left;
}

.single-blog-content .final-blog {
	*zoom: 1;
}

.single-blog-content .final-blog:before, .single-blog-content .final-blog:after {
	content: "";
	display: table;
}

.single-blog-content .final-blog:after {
	clear: both;
}

.single-blog-content .final-blog .socials, .single-blog-content .final-blog .product-share {
	float: right;
}

.single-blog-content .final-blog .socials > span, .single-blog-content .final-blog .product-share > span {
	display: none;
}

.single-blog-content .final-blog .tags-share-post {
	border-top: 1px solid #e6e6e6;
	display:    block;
}

.single-blog-content .final-blog .tags-share-post .tags {
	float:       left;
	padding-top: 30px;
	max-width:   80%;
}

@media only screen and (max-width: 767px) {
	.single-blog-content .final-blog .tags-share-post .tags {
		width:     100%;
		max-width: 100%;
	}
}

.single-blog-content .final-blog .tags-share-post .tags span {
	font-weight:  500;
	font-size:    17px;
	color:        #111;
	margin-right: 10px;
}

.single-blog-content .final-blog .tags-share-post .tags a {
	margin:    4px;
	border:    1px solid #e6e6e6;
	padding:   3px 10px;
	font-size: 100% !important;
	display:   inline-block;
}

.single-blog-content .final-blog:empty {
	padding: 0 !important;
	display: none !important;
}

.single-blog-content .comments-area .comment-reply-title {
	margin-top: 0;
}

.single-blog-content .single-post-author {
	overflow:       hidden;
	padding-bottom: 75px;
}

.single-blog-content .single-post-author .author-image {
	width: 180px;
	float: left;
}

.single-blog-content .single-post-author .author-info {
	width:        calc(100% - 180px);
	padding-left: 20px;
	float:        left;
}

.single-blog-content .single-post-author .author-info h5 {
	margin: 0;
}

.single-blog-content .single-post-author .author-info h5 a {
	display:     block;
	font-size:   20px;
	font-weight: 500;
	color:       #111;
	padding:     30px 0 1px;
}

.single-blog-content .single-post-author .author-info a {
	color: #666;
}

.single-blog-content .single-post-author .author-info a:hover {
	color: #111;
}

.single-blog-content .single-post-author .author-info p {
	padding: 14px 0 16px;
}

.single-blog-content .single-post-author .author-info .socials a {
	font-size:     17px;
	color:         #999;
	padding-right: 14px;
}

.single-blog-content .single-post-author .author-info .socials a:hover {
	color: #111;
}

.single-blog-content .related-title, .single-blog-content .comments-title {
	margin-bottom: 30px;
}

.single-blog-content .comment-reply-title {
	margin-bottom: 15px;
}

.single-blog-content .related-posts {
	margin: 0 -15px 40px;
}

.single-blog-content .related-posts .post-inner .post-image {
	position: relative;
}

.single-blog-content .related-posts .post-inner .post-image .overlay {
	background: rgba(0, 0, 0, 0.2);
}

.single-blog-content .related-posts .post-inner .post-image:hover .overlay {
	opacity: 1;
}

.single-blog-content .related-posts .post-inner h5 {
	font-size:          20px;
	padding:            15px 0 9px;
	transition:         all 0.5s ease 0.1s;
	-moz-transition:    all 0.5s ease 0.1s;
	-webkit-transition: all 0.5s ease 0.1s;
	-o-transition:      all 0.5s ease 0.1s;
	-ms-transition:     all 0.5s ease 0.1s;
}

.single-blog-content .related-posts .post-inner h5:hover {
	padding-left: 7px !important;
}

.single-blog-content .related-posts .post-inner h5:hover:before {
	display: none !important;
}

.single-blog-content .related-posts .post-inner .date {
	padding-right:  12px;
	text-transform: uppercase;
	font-size:      11px;
	letter-spacing: 3px;
	color:          #777777;
}

.single-blog-content .related-posts .post-inner .post-formats-wrapper {
	margin-bottom: 0 !important;
}

.single-blog-content blockquote {
	padding:  24px 0 24px 44px;
	margin:   0;
	position: relative;
	z-index:  1;
}

.single-blog-content blockquote:before {
	float:        left;
	margin-top:   -15px;
	margin-right: 10px;
	font:         normal normal normal 36px/1 FontAwesome;
	content:      "\f10d";
	position:     absolute;
	left:         0;
	z-index:      -1;
}

.single-blog-content blockquote p {
	font-style:    italic;
	margin-bottom: 5px;
}

.single-blog-content blockquote cite {
	font-weight: 500;
	font-style:  normal;
	color:       #111;
}

.single-blog-content article {
	*zoom: 1;
}

.single-blog-content article:before, .single-blog-content article:after {
	content: "";
	display: table;
}

.single-blog-content article:after {
	clear: both;
}

.single-blog-content .wp-block-columns .wp-block-column figure {
	margin: 1em 0;
}

@media (min-width: 782px) {
	.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
		margin-left: 15px;
	}

	.wp-block-column:not(:last-child) {
		margin-right: 15px;
	}
}

@media (max-width: 767px) {
	.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
		margin-left: 0;
	}

	.wp-block-column:not(:last-child) {
		margin-right: 0;
	}

	.wp-block-column {
		flex-basis: 100%;
	}
}

/* 11. Elements ------------------------------------------------------------ */
/* Newsletter Section Of Mailchimp Form Page */
.newsletter-mailchimp-form.section-box {
	padding: 120px 0 100px;
}

/* End Newsletter Section Of Mailchimp Form Page */
/* Deal Off Section Of Countdown Timer Page */
.deal-countdown-timer.section-box {
	padding: 120px 0 165px;
}

/* End Deal Off Section Of Countdown Timer Page */
/* Categories Section Of Product Categories Page */
.categories-product-page.section-box {
	padding: 120px 0 93px;
}

/* End Categories Section Of Product Categories Page */
/* Featured Sale Section Of Standard List Page */
/* List Section Of Product Widget Page */
.list-product-widget.section-box {
	padding-bottom: 74px;
}

/* End List Section Of Product Widget Page */
/* Banner Section Of Banner Page */
.banner-hp-1.banner-page-1.section-box {
	padding: 120px 0 93px;
}

.banner-page-3.section-box {
	padding: 100px 0 93px;
}

/* End Banner Section Of Banner Page */
/* End Items Section Of Product Showcase Page */
/* Our Team Section Of Our Team Page */
.our-team-page.section-box {
	padding: 120px 0 93px;
}

.our-team-page .our-team-content .our-team-detail {
	text-align: center;
}

.our-team-page .our-team-content .our-team-detail .member-images {
	overflow:              hidden;
	cursor:                pointer;
	border-radius:         50%;
	-moz-border-radius:    50%;
	-webkit-border-radius: 50%;
	-o-border-radius:      50%;
	-ms-border-radius:     50%;
}

.our-team-page .our-team-content .our-team-detail .member-images img {
	border-radius:         50%;
	-moz-border-radius:    50%;
	-webkit-border-radius: 50%;
	-o-border-radius:      50%;
	-ms-border-radius:     50%;
	transition:            transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition:       transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition:    transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition:         transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition:        transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.our-team-page .our-team-content .our-team-detail .member-images:hover img {
	transform:         scale(1.1);
	-moz-transform:    scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform:      scale(1.1);
	-ms-transform:     scale(1.1);
}

.our-team-page .our-team-content .our-team-detail .member-info {
	cursor: pointer;
}

.our-team-page .our-team-content .our-team-detail .member-info .name {
	font-size: 20px;
	padding:   27px 0 7px;
}

.our-team-page .our-team-content .our-team-detail .member-info .job {
	font-size:   15px;
	font-weight: 400;
	color:       #666;
	display:     block;
}

.our-team-page .our-team-content .our-team-detail .member-info .socials {
	display:       none;
	margin-bottom: -10px;
}

.our-team-page .our-team-content .our-team-detail .member-info .socials a {
	color:     #999;
	font-size: 18px;
	padding:   0 8px;
}

.our-team-page .our-team-content .our-team-detail .member-info .socials a:hover {
	color: #111;
}

.our-team-page .our-team-content .our-team-detail .member-info:hover .job {
	display: none;
}

.our-team-page .our-team-content .our-team-detail .member-info:hover .socials {
	display: block;
}

/* End Our Team Section Of Our Team Page */
/* Testimonial Section Of Testimonial Page */
.testimonials-hp-azen.section-box {
	padding: 120px 0 100px;
}

/* End Testimonial Section Of Testimonial Page */
.wc-sc-product.featured-layout-1 .view-all {
	text-align: center;
	padding:    0 0 30px;
}

@media only screen and (max-width: 768px) {
	.wc-sc-product.featured-layout-1 .view-all {
		padding-bottom: 50px;
	}
}

.wc-sc-product.featured-layout-1 .view-all .btn-small {
	padding:        17px 35.5px;
	text-transform: uppercase;
}

.wc-sc-product.featured-layout-1 .view-all i {
	padding-left: 9px;
}

.wc-sc-product.featured-layout-2 .wrapper-content-item .cat_product {
	display: none;
}

.wc-sc-product.featured-layout-2 .inner-sc-product div.product {
	margin-bottom: 0 !important;
}

.wc-sc-product.featured-layout-2 .slick-dots {
	text-align: center;
	width:      100%;
	margin:     0;
}

.wc-sc-product.featured-layout-2 .slick-dots li {
	display: inline-block;
}

.wc-sc-product.featured-layout-2 .slick-dots li button {
	width:                 9px;
	height:                9px;
	margin:                0 5px;
	background:            #ccc;
	border-radius:         50%;
	-moz-border-radius:    50%;
	-webkit-border-radius: 50%;
	-o-border-radius:      50%;
	-ms-border-radius:     50%;
	text-indent:           -9999px;
	border:                none;
	outline:               none;
	-moz-outline:          none;
	-webkit-outline:       none;
	-o-outline:            none;
	-ms-outline:           none;
}

.wc-sc-product.featured-layout-2 .slick-dots li.slick-active button {
	width:                 28px;
	border-radius:         10px;
	-moz-border-radius:    10px;
	-webkit-border-radius: 10px;
	-o-border-radius:      10px;
	-ms-border-radius:     10px;
	background:            #ccc;
}

.wc-sc-product.featured-layout-2 .slick-arrow {
	font-size:      11px;
	color:          #999999;
	border:         1px solid #ebebeb;
	padding:        10px 15px 8px 15px;
	text-transform: uppercase;
	background:     transparent !important;
	letter-spacing: 3px;
	line-height:    15px;
}

.wc-sc-product.featured-layout-2 .slick-arrow.slick-prev {
	position:  absolute;
	right:     100%;
	top:       30%;
	transform: rotate(-90deg);
	z-index:   99;
}

.wc-sc-product.featured-layout-2 .slick-arrow.slick-next {
	position:  absolute;
	left:      100%;
	top:       30%;
	transform: rotate(90deg);
	z-index:   99;
}

.wc-sc-product.featured-layout-2 .slick-arrow:hover {
	background: #111111 !important;
	color:      #ffffff;
	border:     1px solid transparent;
}

.wc-sc-product.featured-layout-2 .slick-arrow:focus {
	outline: none;
}

.wc-sc-product.featured-layout-2 .inner-sc-product .products div.product a img {
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.wc-sc-product.featured-layout-2 .slick-arrow {
		display: none !important;
	}

	.wc-sc-product.featured-layout-2 .inner-sc-product .products {
		margin: 0 -7px;
	}

	.wc-sc-product.featured-layout-2 .inner-sc-product .products div.product {
		padding: 0 7px;
	}

	.wc-sc-product.featured-layout-2 .inner-sc-product .products div.product a img {
		width: 100%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
	.wc-sc-product.featured-layout-2 .slick-arrow {
		display: none !important;
	}
}

.wc-sc-product.featured-layout-3 {
	position: relative;
}

.wc-sc-product.featured-layout-3 .special-heading {
	text-align:     left;
	padding-bottom: 20px;
	margin-bottom:  38px;
	display:        inline-block;
}

.wc-sc-product.featured-layout-3 .special-heading:before {
	left:        0;
	margin-left: 0;
	width:       90px;
}

.wc-sc-product.featured-layout-3 .es-nav-prev {
	position:       absolute;
	top:            50%;
	right:          101%;
	border:         1px solid #ebebeb;
	overflow:       hidden;
	z-index:        9999999999;
	font-size:      11px;
	letter-spacing: 3px;
	color:          #999999;
	padding:        5px 15px;
	cursor:         pointer;
	transform:      rotate(-90deg);
}

.wc-sc-product.featured-layout-3 .es-nav-prev:hover {
	background: #111111;
	color:      #ffffff !important;
	border:     1px solid #111111;
}

.wc-sc-product.featured-layout-3 .es-nav-next {
	position:       absolute;
	top:            50%;
	left:           101%;
	border:         1px solid #ebebeb;
	overflow:       hidden;
	z-index:        9999999999;
	font-size:      11px;
	letter-spacing: 3px;
	color:          #999999;
	padding:        5px 15px;
	cursor:         pointer;
	transform:      rotate(90deg);
}

.wc-sc-product.featured-layout-3 .es-nav-next:hover {
	background: #111111;
	color:      #ffffff !important;
	border:     1px solid #111111;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product {
	padding: 0 5px;
}

@media only screen and (max-width: 981px) {
	.wc-sc-product.featured-layout-3 .inner-sc-product .product {
		padding: 0 7px !important;
	}
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .container .row {
	border: 1px solid #ebebeb;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .content-layout3 {
	padding-left:  0 !important;
	padding-right: 0 !important;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .content-layout3 .onsale {
	left:           15%;
	top:            20%;
	text-transform: uppercase;
	padding:        5px;
	width:          80px;
	height:         80px;
	word-wrap:      break-word;
	line-height:    30px;
	font-size:      24px;
	letter-spacing: 0;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .content-layout3 .onsale span {
	display:    block;
	text-align: left;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .inner-item-product {
	border: none;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .inner-item-product {
	*zoom: 1;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .inner-item-product:before, .wc-sc-product.featured-layout-3 .inner-sc-product .product .inner-item-product:after {
	content: "";
	display: table;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .inner-item-product:after {
	clear: both;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .inner-item-product .product-image a:before {
	content: none !important;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .inner-item-product .product-image img {
	width: 100%;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .inner-item-product .product-image .box-hover {
	display: none;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product:hover .inner-item-product {
	border:             none;
	box-shadow:         0 0 0;
	-moz-box-shadow:    0 0 0;
	-webkit-box-shadow: 0 0 0;
	-o-box-shadow:      0 0 0;
	-ms-box-shadow:     0 0 0;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .wrapper-content-item {
	padding:    100px 30px 0 30px;
	text-align: left;
	margin:     0;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .wrapper-content-item > .clear {
	display: none;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .wrapper-content-item .woocommerce-loop-product_title {
	margin-bottom: 15px;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .wrapper-content-item .woocommerce-loop-product_title a {
	font-size: 24px !important;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .wrapper-content-item p {
	color:         #777777;
	overflow:      hidden;
	text-overflow: ellipsis;
	max-height:    50px;
	font-weight:   600;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .price {
	margin-bottom: 30px !important;
	display:       block;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product a.button, .wc-sc-product.featured-layout-3 .inner-sc-product .product a.wc-forward {
	position:       static !important;
	vertical-align: middle;
	background:     #ff4747;
	border-radius:  0;
	margin-right:   5px;
	font-weight:    normal;
	text-transform: uppercase;
	padding:        14px 22px 13px;
	color:          #fff;
	line-height:    1;
	margin-top:     30px;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product a.button.added, .wc-sc-product.featured-layout-3 .inner-sc-product .product a.wc-forward.added {
	display: none;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product a.button:hover, .wc-sc-product.featured-layout-3 .inner-sc-product .product a.wc-forward:hover {
	background: #111;
}

@media screen and (max-width: 1300px) {
	.wc-sc-product.featured-layout-3 .es-nav-prev, .wc-sc-product.featured-layout-3 .es-nav-next {
		display: none !important;
	}

	.wc-sc-product.featured-layout-3 .inner-sc-product .product .wrapper-content-item {
		padding: 40px 0 40px 20px;
	}
}

@media only screen and (max-width: 680px) {
	.wc-sc-product.featured-layout-3.featured-layout-3 .inner-sc-product .product .product-image {
		width: 100%;
	}

	.wc-sc-product.featured-layout-3.featured-layout-3 .inner-sc-product .product .wrapper-content-item {
		width:   100%;
		padding: 20px 0 20px 15px;
	}
}

.wc-sc-product .products.columns-2 li:nth-child(2n+1), .wc-sc-product .products.columns-3 li:nth-child(3n+1) {
	clear: both;
}

@media only screen and (max-width: 992px) {
	.wc-sc-product .products.columns-3 li:nth-child(3n+1) {
		clear: none;
	}

	.wc-sc-product .products.columns-3 li:nth-child(2n+1) {
		clear: both;
	}
}

/*
tab product
 */
.wc-sc-product-tab .nav-tabs {
	margin:     0 0 45px 0;
	text-align: center;
	border:     none;
	display:    block;
}

.wc-sc-product-tab .nav-tabs li {
	display: inline-block;
	margin:  0;
	padding: 0 20px;
}

@media only screen and (max-width: 767px) {
	.wc-sc-product-tab .nav-tabs li {
		padding: 0 15px;
	}
}

.wc-sc-product-tab .nav-tabs li a {
	background: transparent;
	border:     none;
	padding:    0;
	cursor:     pointer;
	color:      #777777;
	font-size:  18px;
}

@media only screen and (max-width: 767px) {
	.wc-sc-product-tab .nav-tabs li a {
		font-size: 15px;
	}
}

.wc-sc-product-tab .nav-tabs li a.active, .wc-sc-product-tab .nav-tabs li a:hover {
	text-decoration: underline;
	color:           #111111;
}

.wc-sc-product-tab .view-all {
	text-align: center;
	padding:    30px 0;
}

.wc-sc-product-tab .view-all .au-btn {
	padding: 22px 50px;
}

.wc-sc-product-tab .view-all i {
	display: none;
}

@media only screen and (max-width: 480px) {
	.wc-sc-product-tab .view-all {
		padding: 10px 0;
	}

	.wc-sc-product-tab .view-all .au-btn {
		padding: 13px 30px;
	}
}

@media only screen and (max-width: 380px) {
	.wc-sc-product-tab .view-all .au-btn {
		padding: 13px 25px;
	}
}

.product_categories_shortcode {
	text-align: center;
	border:     1px solid #ebebeb;
	height:     170px;
	max-height: 170px;
}

.product_categories_shortcode .images-top {
	position:       relative;
	padding-top:    30px;
	padding-bottom: 15px;
	height:         70%;
	max-height:     70%;
}

.product_categories_shortcode .images-top:before {
	position:   absolute;
	content:    '';
	left:       0;
	right:      0;
	bottom:     0;
	top:        0;
	background: #ffffff;
	opacity:    0.5;
}

.product_categories_shortcode .images-top:hover {
	cursor: pointer;
}

.product_categories_shortcode .images-top:hover:before {
	display: none;
}

.product_categories_shortcode p a {
	text-transform: uppercase;
	font-size:      14px;
	font-weight:    700;
	color:          #111111;
}

.banner-section {
	line-height: 1.7;
	overflow:    hidden;
	position:    relative;
}

.banner-section p {
	margin-bottom: 0;
}

.banner-section .button-more {
	padding:            13px 25px;
	border:             1px solid;
	line-height:        1;
	transition:         0.3s;
	-moz-transition:    0.3s;
	-webkit-transition: 0.3s;
	-o-transition:      0.3s;
	-ms-transition:     0.3s;
	display:            inline-block;
	box-sizing:         border-box;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing:      border-box;
	-ms-box-sizing:     border-box;
	text-align:         center;
	position:           relative;
	z-index:            1;
}

.banner-section .button-more:before {
	content:            "";
	position:           absolute;
	z-index:            -1;
	transition:         all 0.5s;
	-moz-transition:    all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition:      all 0.5s;
	-ms-transition:     all 0.5s;
	width:              0;
	height:             100%;
	top:                0;
	left:               0;
	background:         #111;
}

.banner-section .button-more:hover {
	color:        #fff !important;
	border-color: #111;
}

.banner-section .button-more:hover:before {
	width: 100%;
}

.banner-section .bg-image {
	position: relative;
	overflow: hidden;
}

.banner-section .bg-image:before, .banner-section .bg-image:after {
	content:            '';
	position:           absolute;
	top:                0;
	bottom:             0;
	right:              0;
	left:               0;
	transition:         all 0.6s ease-in-out;
	-moz-transition:    all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition:      all 0.6s ease-in-out;
	-ms-transition:     all 0.6s ease-in-out;
}

.banner-section .banner-layout-1 {
	background-position: center;
	background-size:     cover;
	padding:             100px 0 90px 0;
}

.banner-section .banner-layout-1 {
	*zoom: 1;
}

.banner-section .banner-layout-1:before, .banner-section .banner-layout-1:after {
	content: "";
	display: table;
}

.banner-section .banner-layout-1:after {
	clear: both;
}

.banner-section .banner-layout-1 .wrap-image, .banner-section .banner-layout-1 .info {
	width: 50%;
	float: right;
}

.banner-section .banner-layout-1:hover .bg-image:before {
	right:      50%;
	left:       50%;
	background: rgba(255, 255, 255, 0.2);
}

.banner-section .banner-layout-1:hover .bg-image:after {
	top:        50%;
	bottom:     50%;
	background: rgba(255, 255, 255, 0.2);
}

.banner-section .banner-layout-1 .text-1 {
	font-size:      40px;
	text-transform: uppercase;
	position:       relative;
	line-height:    1;
	margin-bottom:  15px;
	z-index:        1;
}

.banner-section .banner-layout-1 .text-1:before {
	width:      170px;
	height:     20px;
	background: #fecbcc;
	position:   absolute;
	left:       40px;
	top:        10px;
	content:    "";
	z-index:    -1;
}

.banner-section .banner-layout-1 .text-2 {
	font-size:      53px;
	text-transform: uppercase;
	margin-bottom:  50px;
	line-height:    1;
}

.banner-section .banner-layout-2 {
	position:      relative;
	border:        15px solid #f2f2f2;
	margin-bottom: 30px;
	padding:       60px 30px;
}

.banner-section .banner-layout-2 .wrap-image {
	text-align: center;
}

.banner-section .banner-layout-2 .bg-image {
	overflow:       hidden;
	vertical-align: middle;
}

.banner-section .banner-layout-2 .bg-image img {
	transition:         transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition:    transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition:      transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition:     transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.banner-section .banner-layout-2 .text-1 {
	font-size:      40px;
	padding-bottom: 15px;
	margin-bottom:  20px;
	line-height:    1;
}

.banner-section .banner-layout-2 .text-1:before {
	width:       110px;
	margin-left: -55px;
}

.banner-section .banner-layout-2:before, .banner-section .banner-layout-2:after {
	transition:         0.3s all 0.14s;
	-moz-transition:    0.3s all 0.14s;
	-webkit-transition: 0.3s all 0.14s;
	-o-transition:      0.3s all 0.14s;
	-ms-transition:     0.3s all 0.14s;
	content:            "";
	height:             15px;
	top:                -15px;
	position:           absolute;
	display:            block;
	background:         #fecbcc;
	z-index:            1;
}

.banner-section .banner-layout-2:before {
	left:  -15px;
	right: 110%;
}

.banner-section .banner-layout-2:after {
	top:        auto;
	right:      -15px;
	left:       110%;
	bottom:     -15px;
	background: #c6e5ee;
}

.banner-section .banner-layout-2 .line:before, .banner-section .banner-layout-2 .line-1:before {
	content:            "";
	width:              15px;
	background:         #c6e5ee;
	left:               -15px;
	bottom:             -15px;
	position:           absolute;
	transition:         0.3s all 0.14s;
	-moz-transition:    0.3s all 0.14s;
	-webkit-transition: 0.3s all 0.14s;
	-o-transition:      0.3s all 0.14s;
	-ms-transition:     0.3s all 0.14s;
	opacity:            0;
}

.banner-section .banner-layout-2 .line:after, .banner-section .banner-layout-2 .line-1:after {
	content:            "";
	width:              15px;
	background:         #fecbcc;
	left:               -15px;
	top:                -15px;
	bottom:             70%;
	position:           absolute;
	transition:         0.3s all 0.14s;
	-moz-transition:    0.3s all 0.14s;
	-webkit-transition: 0.3s all 0.14s;
	-o-transition:      0.3s all 0.14s;
	-ms-transition:     0.3s all 0.14s;
	opacity:            0;
}

.banner-section .banner-layout-2 .line:before {
	top:         100%;
	border-left: 15px solid transparent;
	border-top:  15px solid #fecbcc;
}

.banner-section .banner-layout-2 .line:after {
	top:    100%;
	bottom: 0;
}

.banner-section .banner-layout-2 .line-1:before {
	top:    -15px;
	bottom: 100%;
	left:   auto;
	right:  -15px;
}

.banner-section .banner-layout-2 .line-1:after {
	left:          auto;
	right:         -15px;
	bottom:        100%;
	border-right:  15px solid transparent;
	border-bottom: 15px solid #c6e5ee;
}

.banner-section .banner-layout-2:hover .bg-image img {
	transform:         scale(1.1);
	-moz-transform:    scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform:      scale(1.1);
	-ms-transform:     scale(1.1);
}

.banner-section .banner-layout-2:hover:before {
	right: -15px;
}

.banner-section .banner-layout-2:hover:after {
	left: -15px;
}

.banner-section .banner-layout-2:hover .line:before {
	top:     30%;
	opacity: 1;
	z-index: 1;
}

.banner-section .banner-layout-2:hover .line:after {
	top:     -15px;
	opacity: 1;
}

.banner-section .banner-layout-2:hover .line-1:before {
	bottom:  -15px;
	opacity: 1;
}

.banner-section .banner-layout-2:hover .line-1:after {
	bottom:  30%;
	opacity: 1;
}

.banner-section.active .banner-layout-2:before {
	right: -15px;
}

.banner-section.active .banner-layout-2:after {
	left: -15px;
}

.banner-section.active .banner-layout-2 .line:before {
	top:     30%;
	opacity: 1;
	z-index: 1;
}

.banner-section.active .banner-layout-2 .line:after {
	top:     -15px;
	opacity: 1;
}

.banner-section.active .banner-layout-2 .line-1:before {
	bottom:  -15px;
	opacity: 1;
}

.banner-section.active .banner-layout-2 .line-1:after {
	bottom:  30%;
	opacity: 1;
}

.banner-section .banner-layout-3, .banner-section .banner-layout-4 {
	*zoom: 1;
}

.banner-section .banner-layout-3:before, .banner-section .banner-layout-3:after, .banner-section .banner-layout-4:before, .banner-section .banner-layout-4:after {
	content: "";
	display: table;
}

.banner-section .banner-layout-3:after, .banner-section .banner-layout-4:after {
	clear: both;
}

.banner-section .banner-layout-3 .bg-image, .banner-section .banner-layout-4 .bg-image {
	overflow:   hidden;
	display:    inherit;
	text-align: center;
}

.banner-section .banner-layout-3 .bg-image img, .banner-section .banner-layout-4 .bg-image img {
	transition:         transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition:    transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition:      transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition:     transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.banner-section .banner-layout-3:hover .bg-image img, .banner-section .banner-layout-4:hover .bg-image img {
	transform:         scale(1.1);
	-moz-transform:    scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform:      scale(1.1);
	-ms-transform:     scale(1.1);
}

.banner-section .banner-layout-3 .info, .banner-section .banner-layout-4 .info {
	padding: 70px 15px;
}

.banner-section .banner-layout-3 .wrap-image, .banner-section .banner-layout-3 .info, .banner-section .banner-layout-4 .wrap-image, .banner-section .banner-layout-4 .info {
	width: 50%;
	float: left;
}

.banner-section .banner-layout-3 .text-number, .banner-section .banner-layout-4 .text-number {
	font-size:     110px;
	line-height:   1;
	font-weight:   600;
	margin-bottom: 10px;
	color:         #ffa6a8;
	position:      relative;
}

.banner-section .banner-layout-3 .text-number:before, .banner-section .banner-layout-4 .text-number:before {
	content:    "";
	height:     2px;
	background: #ccc;
	position:   absolute;
	right:      -150px;
	width:      130px;
	display:    block;
	top:        50%;
}

.banner-section .banner-layout-3 .text-1, .banner-section .banner-layout-4 .text-1 {
	font-size:     30px;
	font-weight:   600;
	margin-bottom: 15px;
	color:         #111;
}

.banner-section .banner-layout-3 .text-2, .banner-section .banner-layout-4 .text-2 {
	padding-bottom: 50px;
}

.banner-section .banner-layout-3.text_left .wrap-image, .banner-section .banner-layout-4.text_left .wrap-image {
	float:        right;
	padding-left: 50px;
}

.banner-section .banner-layout-3.text_left .info, .banner-section .banner-layout-4.text_left .info {
	float:         left;
	text-align:    right;
	padding-right: 75px;
}

.banner-section .banner-layout-3.text_right .wrap-image, .banner-section .banner-layout-4.text_right .wrap-image {
	float:         left;
	padding-right: 50px;
}

.banner-section .banner-layout-3.text_right .info, .banner-section .banner-layout-4.text_right .info {
	float:        right;
	text-align:   left;
	padding-left: 75px;
}

.banner-section .banner-layout-3.text_right .text-number:before, .banner-section .banner-layout-4.text_right .text-number:before {
	left:  -150px;
	right: auto;
}

.banner-section .banner-layout-3.text_center .wrap-image, .banner-section .banner-layout-3.text_center .info, .banner-section .banner-layout-4.text_center .wrap-image, .banner-section .banner-layout-4.text_center .info {
	width: 100%;
	float: none;
}

.banner-section .banner-layout-3.text_center .info, .banner-section .banner-layout-4.text_center .info {
	margin-top:  -80px;
	padding-top: 0;
	text-align:  center;
}

.banner-section .banner-layout-3.text_center .info .text-number, .banner-section .banner-layout-4.text_center .info .text-number {
	font-size:     80px;
	padding-right: 5px;
}

.banner-section .banner-layout-3.text_center .info .text-number:before, .banner-section .banner-layout-4.text_center .info .text-number:before {
	display: none;
}

.banner-section .bg-color {
	position:   absolute;
	content:    "";
	z-index:    0;
	background: #fff5f5;
	right:      40%;
	top:        60px;
	bottom:     60px;
	left:       0;
}

.banner-section .bg-color.text_left {
	right: 0;
	left:  40%;
}

.banner-section .bg-color.text_center {
	top:    0;
	bottom: 0;
	right:  0;
}

.banner-section .banner-layout-4 {
	max-width: 1200px;
	margin:    0 auto;
	position:  relative;
	z-index:   1;
}

.banner-section .banner-layout-4 .wrap-image {
	position: relative;
}

.banner-section .banner-layout-4 .text_vertical {
	transform:         rotate(90deg) translateX(-50%);
	-moz-transform:    rotate(90deg) translateX(-50%);
	-webkit-transform: rotate(90deg) translateX(-50%);
	-o-transform:      rotate(90deg) translateX(-50%);
	-ms-transform:     rotate(90deg) translateX(-50%);
	position:          absolute;
	font-size:         25px;
	color:             #ccc;
	z-index:           1;
	top:               55%;
	left:              -90px;
	text-transform:    uppercase;
}

.banner-section .banner-layout-4 .text-1 {
	position:       relative;
	padding-bottom: 20px;
	margin-bottom:  30px;
	text-align:     inherit;
}

.banner-section .banner-layout-4 .text-1:before {
	left:        0;
	width:       80px;
	margin-left: 0;
}

.banner-section .banner-layout-4.text_right .wrap-image {
	padding-right: 0;
}

.banner-section .banner-layout-4.text_left .wrap-image {
	padding-left: 0;
}

.banner-section .banner-layout-4.text_left .text-1:before {
	left:  auto;
	right: 0;
}

.banner-section .banner-layout-4.text_left .text_vertical {
	right: -90px;
	left:  auto;
}

.banner-section .banner-layout-4.text_center .text_vertical {
	left:  0;
	color: #111;
}

.banner-section .banner-layout-4.text_center .info {
	margin-top: 0;
	padding:    20px 30px 40px;
	text-align: center;
}

.banner-section .banner-layout-4.text_center .info .text-1:before {
	left:        50%;
	margin-left: -40px;
}

.banner-section .banner-layout-5 {
	*zoom: 1;
}

.banner-section .banner-layout-5:before, .banner-section .banner-layout-5:after {
	content: "";
	display: table;
}

.banner-section .banner-layout-5:after {
	clear: both;
}

.banner-section .banner-layout-5 .wrap-image {
	width:      80px;
	text-align: center;
}

.banner-section .banner-layout-5 .info {
	width: calc(100% - 80px);
}

.banner-section .banner-layout-5 .text-1 {
	font-size:      25px;
	font-weight:    600;
	color:          #111;
	padding-bottom: 20px;
	margin-bottom:  30px;
	text-align:     inherit;
}

.banner-section .banner-layout-5 .text-1:before {
	left:        0;
	height:      10px;
	margin-left: 0;
	width:       75px;
}

.banner-section .banner-layout-5 .text-2 {
	padding-bottom: 20px;
}

.banner-section .banner-layout-5.text_left .wrap-image {
	float: right;
}

.banner-section .banner-layout-5.text_left .info {
	float:         left;
	text-align:    right;
	padding-right: 20px;
}

.banner-section .banner-layout-5.text_left .text-1:before {
	left:  auto;
	right: 0;
}

.banner-section .banner-layout-5.text_right .wrap-image {
	float: left;
}

.banner-section .banner-layout-5.text_right .info {
	padding-left: 20px;
	float:        right;
	text-align:   left;
}

.banner-section .banner-layout-5.text_center .wrap-image {
	margin: auto;
}

.banner-section .banner-layout-5.text_center .info {
	width:      100%;
	text-align: center;
}

.banner-section .banner-layout-5.text_center .info .text-1:before {
	left:        50%;
	margin-left: -33px;
}

@media only screen and (max-width: 992px) {
	.banner-section .banner-layout-4 .info {
		padding: 20px 15px;
	}

	.banner-section .banner-layout-4 .info .text-2 {
		overflow:           hidden;
		text-overflow:      ellipsis;
		display:            -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		padding-bottom:     0;
		margin-bottom:      30px;
	}

	.banner-section .banner-layout-4.text_left .wrap-image {
		padding-left: 0;
	}

	.banner-section .banner-layout-4.text_left .info {
		padding-right: 30px;
	}

	.banner-section .banner-layout-4.text_right .wrap-image {
		padding-right: 0;
	}

	.banner-section .banner-layout-4.text_right .info {
		padding-left: 30px;
	}

	.banner-section .banner-layout-4 .text_vertical {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.banner-section .banner-layout-3 .info {
		padding: 15px;
	}

	.banner-section .banner-layout-3 .text-number {
		font-size: 70px;
	}

	.banner-section .banner-layout-3 .text-number:before {
		display: none;
	}

	.banner-section .banner-layout-1 {
		padding:             80px 0 70px 0;
		background-position: center right;
	}

	.banner-section .banner-layout-1 .wrap-image, .banner-section .banner-layout-1 .info {
		width:     100%;
		padding:   0 15px;
		max-width: 380px;
	}

	.banner-section .banner-layout-1 .text-1 {
		font-size: 32px;
	}

	.banner-section .banner-layout-1 .text-1:before {
		width:  120px;
		height: 14px;
	}

	.banner-section .banner-layout-1 .text-2 {
		font-size: 46px;
	}
}

@media only screen and (min-width: 575px) and (max-width: 767px) {
	.banner-section .banner-layout-3.text_left .wrap-image {
		padding-left: 0;
	}

	.banner-section .banner-layout-3.text_left .info {
		padding-right: 25px;
	}

	.banner-section .banner-layout-3.text_right .wrap-image {
		padding-right: 0;
	}

	.banner-section .banner-layout-3.text_right .info {
		padding-left: 25px;
	}

	.banner-section .banner-layout-3 .info .text-1 {
		font-size: 22px;
	}

	.banner-section .banner-layout-3 .info .text-2 {
		overflow:           hidden;
		text-overflow:      ellipsis;
		display:            -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		padding-bottom:     0;
		margin-bottom:      30px;
	}
}

@media only screen and (max-width: 575px) {
	.banner-section .bg-color {
		display: none;
	}

	.banner-section .banner-layout-3 .wrap-image, .banner-section .banner-layout-3 .info, .banner-section .banner-layout-4 .wrap-image, .banner-section .banner-layout-4 .info {
		width: 100%;
		float: none;
	}

	.banner-section .banner-layout-3 .info, .banner-section .banner-layout-4 .info {
		padding: 30px 15px;
	}

	.banner-section .banner-layout-3 .info .text-1:before, .banner-section .banner-layout-4 .info .text-1:before {
		left:        50%;
		margin-left: -40px;
	}

	.banner-section .banner-layout-3 .text-number, .banner-section .banner-layout-4 .text-number {
		font-size: 80px;
	}

	.banner-section .banner-layout-3 .text-number:before, .banner-section .banner-layout-4 .text-number:before {
		display: none;
	}

	.banner-section .banner-layout-3.text_left .wrap-image, .banner-section .banner-layout-4.text_left .wrap-image {
		padding-left: 0;
	}

	.banner-section .banner-layout-3.text_left .info, .banner-section .banner-layout-4.text_left .info {
		text-align:    center;
		padding-right: 15px;
	}

	.banner-section .banner-layout-3.text_left .info .text-1:before, .banner-section .banner-layout-4.text_left .info .text-1:before {
		right: auto;
		left:  50%;
	}

	.banner-section .banner-layout-3.text_right .wrap-image, .banner-section .banner-layout-4.text_right .wrap-image {
		padding-right: 0;
	}

	.banner-section .banner-layout-3.text_right .info, .banner-section .banner-layout-4.text_right .info {
		text-align:   center;
		padding-left: 15px;
	}
}

.wpb_gallery .wpb_gallery_slides {
	box-shadow:    0 0 0;
	border:        none;
	border-radius: 0;
}

.wpb_gallery .wpb_gallery_slides ul.slides li a, .wpb_gallery .wpb_gallery_slides.wpb_slider_nivo a.nivo-imageLink {
	position:       relative;
	overflow:       hidden;
	vertical-align: middle;
}

.wpb_gallery .wpb_gallery_slides ul.slides li a:before, .wpb_gallery .wpb_gallery_slides ul.slides li a:after, .wpb_gallery .wpb_gallery_slides.wpb_slider_nivo a.nivo-imageLink:before, .wpb_gallery .wpb_gallery_slides.wpb_slider_nivo a.nivo-imageLink:after {
	content:            '';
	position:           absolute;
	top:                0;
	bottom:             0;
	right:              0;
	left:               0;
	transition:         all 0.6s ease-in-out;
	-moz-transition:    all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition:      all 0.6s ease-in-out;
	-ms-transition:     all 0.6s ease-in-out;
}

.wpb_gallery .wpb_gallery_slides ul.slides li a:hover:before, .wpb_gallery .wpb_gallery_slides.wpb_slider_nivo a.nivo-imageLink:hover:before {
	right:      50%;
	left:       50%;
	background: rgba(255, 255, 255, 0.2);
}

.wpb_gallery .wpb_gallery_slides ul.slides li a:hover:after, .wpb_gallery .wpb_gallery_slides.wpb_slider_nivo a.nivo-imageLink:hover:after {
	top:        50%;
	bottom:     50%;
	background: rgba(255, 255, 255, 0.2);
}

.wpb_gallery .wpb_gallery_slides.wpb_flexslider {
	margin-bottom: 20px;
}

.wpb_gallery .wpb_gallery_slides.wpb_flexslider .flex-control-paging {
	display: none;
}

.wpb_gallery .wpb_gallery_slides.wpb_flexslider .flex-direction-nav li a {
	padding:    0 15px !important;
	background: #fff;
	font-size:  0;
	width:      auto;
	height:     auto;
	margin-top: -16px;
}

.wpb_gallery .wpb_gallery_slides.wpb_flexslider .flex-direction-nav li a:before {
	display:        inline-block;
	font:           normal normal normal 20px/32px 'Material-Design-Iconic-Font';
	content:        '\f301';
	vertical-align: middle;
	text-shadow:    0 0 0;
}

.wpb_gallery .wpb_gallery_slides.wpb_flexslider .flex-direction-nav li a:hover {
	color:      #fff;
	background: #111;
}

.wpb_gallery .wpb_gallery_slides.wpb_flexslider .flex-direction-nav li .flex-prev {
	left:    0;
	opacity: 1;
}

.wpb_gallery .wpb_gallery_slides.wpb_flexslider .flex-direction-nav li .flex-prev:before {
	content: '\f2ff';
}

.wpb_gallery .wpb_gallery_slides.wpb_flexslider .flex-direction-nav li .flex-next {
	right:   0;
	opacity: 1;
}

.wpb_gallery .wpb_gallery_slides.wpb_slider_nivo .nivoSlider {
	box-shadow: 0 0 0;
}

.wpb_gallery .wpb_gallery_slides.wpb_slider_nivo .nivo-controlNav {
	display: none;
}

.wpb_gallery .wpb_gallery_slides.wpb_slider_nivo .nivo-directionNav a {
	text-indent: 0;
	font-size:   0;
	padding:     0 15px !important;
	background:  #fff;
	width:       auto;
	height:      auto;
	margin-top:  -16px;
	opacity:     1;
	top:         50%;
}

.wpb_gallery .wpb_gallery_slides.wpb_slider_nivo .nivo-directionNav a:before {
	display:        inline-block;
	font:           normal normal normal 20px/32px 'Material-Design-Iconic-Font';
	content:        '\f301';
	vertical-align: middle;
	text-shadow:    0 0 0;
}

.wpb_gallery .wpb_gallery_slides.wpb_slider_nivo .nivo-directionNav a:hover {
	color:      #fff;
	background: #111;
}

.wpb_gallery .wpb_gallery_slides.wpb_slider_nivo .nivo-directionNav .nivo-prevNav {
	left: 0;
}

.wpb_gallery .wpb_gallery_slides.wpb_slider_nivo .nivo-directionNav .nivo-prevNav:before {
	content: '\f2ff';
}

.wpb_gallery .wpb_gallery_slides.wpb_slider_nivo .nivo-directionNav .nivo-nextNav {
	right: 0;
}

.physcode_social_links {
	margin: 0 -10px;
}

.physcode_social_links li {
	list-style: none;
	display:    inline-block;
	padding:    10px;
}

.physcode_social_links li a {
	font-size: 18px;
	opacity:   0.7;
}

.physcode_social_links li a:hover {
	opacity: 1;
}

.vc_progress_bar.wpb_content_element .vc_single_bar {
	border-radius: 0;
	margin-top:    50px;
	height:        10px;
	background:    transparent;
	box-shadow:    0 0 0;
	border:        1px solid #666;
}

.vc_progress_bar.wpb_content_element .vc_single_bar .vc_label {
	top:       -30px;
	left:      0;
	right:     0;
	padding:   0;
	font-size: 100%;
}

.vc_progress_bar.wpb_content_element .vc_single_bar .vc_label .vc_label_units {
	float: right;
}

.vc_progress_bar.wpb_content_element .vc_single_bar .vc_bar {
	background:    #666;
	border-radius: 0;
}

.wpb_heading.wpb_progress_bar_heading {
	text-align: left;
}

.wpb_heading.wpb_progress_bar_heading:before {
	left:        0;
	margin-left: 0;
}

.sc-testimonials .testimonials-detail {
	margin-bottom: 30px;
}

.sc-testimonials .testimonials-detail i {
	font-size:     50px;
	margin-bottom: 45px;
	margin-left:   2px;
	color:         #111111;
}

.sc-testimonials .testimonials-detail p {
	font-size:   14px;
	font-weight: 700;
}

.sc-testimonials .testimonials-detail h5 {
	color:          #111111;
	text-transform: uppercase;
}

.sc-testimonials .owl-dots button {
	background:   transparent;
	border:       1px solid #bebebe;
	margin-right: 10px;
	width:        15px;
	height:       15px;
}

.sc-testimonials .owl-dots button.active {
	background: #111111;
	border:     1px solid #111111;
}

.sc-testimonials .owl-dots button:focus {
	outline: none;
}

/* Deal Off Section */
.deal-hp-2 .deal-content {
	background-size:         cover;
	-moz-background-size:    cover;
	-webkit-background-size: cover;
	-o-background-size:      cover;
	-ms-background-size:     cover;
	background-position:     center center;
	background-repeat:       no-repeat;
	text-align:              center;
	position:                relative;
	color:                   #ffffff;
}

.deal-hp-2 .deal-content p {
	font-size:   17px;
	font-weight: 300;
	color:       #ffffff;
}

.deal-hp-2 .deal-content p b {
	font-weight: 600;
	color:       #ff6666;
}

.deal-hp-2 .deal-content .special-heading {
	padding-top:   13px;
	margin-bottom: 70px;
}

.deal-hp-2 .deal-content .special-heading:before {
	background-color: #fff;
}

.deal-hp-2 .deal-content .wrap-countdown {
	align-items:             center;
	-moz-align-items:        center;
	-webkit-align-items:     center;
	-o-align-items:          center;
	-ms-align-items:         center;
	justify-content:         center;
	-moz-justify-content:    center;
	-webkit-justify-content: center;
	-o-justify-content:      center;
	-ms-justify-content:     center;
	line-height:             1.67;
}

.deal-hp-2 .deal-content .wrap-countdown .countdown-section {
	margin:     0 15px;
	padding:    5px 0 25px 0;
	display:    inline-block;
	background: transparent;
	text-align: center;
	width:      100px;
	position:   relative;
}

.deal-hp-2 .deal-content .wrap-countdown .countdown-section .countdown-amount {
	margin:      0;
	padding:     0;
	font-size:   70px;
	display:     block;
	line-height: 1.2;
	font-weight: 600;
}

.deal-hp-2 .deal-content .wrap-countdown .countdown-section .countdown-period {
	font-size:   17px;
	padding:     0;
	line-height: 1.2;
	display:     block;
}

.deal-hp-2 .deal-content .shop {
	padding-top: 70px;
}

.deal-hp-2 .deal-content .shop .btn-small {
	padding:        13px 30px;
	background:     #fff;
	border-color:   #fff;
	text-transform: uppercase;
	font-weight:    500;
}

.deal-hp-2 .deal-content .shop .btn-small:hover {
	background:   #111;
	border-color: #111;
}

.deal-hp-2 .deal-content .shop i {
	display: none;
}

@media only screen and (max-width: 767px) {
	.deal-hp-2 .deal-content {
		padding: 0;
	}

	.deal-hp-2 .deal-content .wrap-countdown .countdown-section {
		margin: 0 15px 20px 15px;
		width:  110px;
	}

	.deal-hp-2 .deal-content .wrap-countdown .countdown-section .countdown-amount {
		font-size: 60px;
	}

	.deal-hp-2 .deal-content .shop {
		padding-top: 40px;
	}

	.deal-hp-2 .deal-content .special-heading {
		margin-bottom: 45px;
	}
}

/* End Deal Off Section  */
/* Deal list product*/
.list-sale-1 .list-sale-content .sc-list-sale {
	position: relative;
}

.list-sale-1 .list-sale-content .sc-list-sale .item {
	text-align: center;
}

.list-sale-1 .list-sale-content .sc-list-sale .item .product-image {
	margin-bottom: 5px;
}

.list-sale-1 .list-sale-content .sc-list-sale .item .product-image .onsale {
	display: none;
}

.list-sale-1 .list-sale-content .sc-list-sale .item .product-image .box-hover {
	display: none;
}

.list-sale-1 .list-sale-content .sc-list-sale .item .wrap-countdown {
	background: #f8f8f8;
	width:      100%;
	padding:    15px 0;
	margin-top: 5px;
}

.list-sale-1 .list-sale-content .sc-list-sale .item .wrap-countdown .countdown-section {
	width:        25%;
	max-width:    25%;
	display:      inline-block;
	padding:      0 5px;
	border-right: 1px solid #ebebeb;
	text-align:   center;
}

.list-sale-1 .list-sale-content .sc-list-sale .item .wrap-countdown .countdown-section .countdown-amount {
	display:       block;
	font-size:     18px;
	color:         #111111;
	line-height:   1;
	margin-bottom: 5px;
	font-weight:   700;
}

.list-sale-1 .list-sale-content .sc-list-sale .item .wrap-countdown .countdown-section .countdown-period {
	display:     block;
	font-size:   12px;
	color:       #777777;
	line-height: 1;
	font-weight: 700;
}

.list-sale-1 .list-sale-content .sc-list-sale .item .wrap-countdown .countdown-section:last-child {
	border-right: none !important;
}

.list-sale-1 .list-sale-content .sc-list-sale .item .woocommerce-loop-product_title {
	text-align:    center;
	margin-top:    10px;
	margin-bottom: 15px;
}

.list-sale-1 .list-sale-content .sc-list-sale .item .woocommerce-loop-product_title a {
	font-size: 18px;
}

.list-sale-1 .list-sale-content .sc-list-sale .item .price .woocommerce-Price-amount {
	padding: 4px 10px;
}

.list-sale-1 .list-sale-content .sc-list-sale .item .price span {
	font-size: 14px;
	color:     #ffffff;
}

.list-sale-1 .list-sale-content .sc-list-sale .item .price del {
	margin-right: 10px;
	color:        #ffffff;
}

.list-sale-1 .list-sale-content .sc-list-sale .owl-nav {
	display: block;
}

.list-sale-1 .list-sale-content .sc-list-sale .owl-nav .owl-prev {
	position:       absolute;
	top:            40%;
	right:          101%;
	border:         1px solid #ebebeb;
	overflow:       hidden;
	z-index:        9999999999;
	font-size:      11px;
	letter-spacing: 3px;
	color:          #999999;
	padding:        5px 15px !important;
	cursor:         pointer;
	transform:      rotate(-90deg);
}

.list-sale-1 .list-sale-content .sc-list-sale .owl-nav .owl-prev:hover {
	background: #111111;
	color:      #ffffff !important;
	border:     1px solid #111111;
}

.list-sale-1 .list-sale-content .sc-list-sale .owl-nav .owl-next {
	position:       absolute;
	top:            40%;
	left:           101%;
	border:         1px solid #ebebeb;
	overflow:       hidden;
	z-index:        9999999999;
	font-size:      11px;
	letter-spacing: 3px;
	color:          #999999;
	padding:        5px 15px !important;
	cursor:         pointer;
	transform:      rotate(90deg);
}

.list-sale-1 .list-sale-content .sc-list-sale .owl-nav .owl-next:hover {
	background: #111111;
	color:      #ffffff !important;
	border:     1px solid #111111;
}

@media screen and (max-width: 1300px) {
	.list-sale-1 .list-sale-content .sc-list-sale .owl-nav .owl-prev, .list-sale-1 .list-sale-content .sc-list-sale .owl-nav .owl-next {
		display: none !important;
	}
}

/* end Deal list product*/
.sc-list-posts .news-details .post-title a {
	font-size: 18px;
}

.sc-posts-layout_1 .news-details .info {
	background:     #fff;
	float:          left;
	border:         1px solid #ededed;
	width:          100%;
	padding:        15px 20px;
	position:       relative;
	display:        flex;
	flex-direction: column;
}

.sc-posts-layout_1 .news-details .info .post-formats-wrapper {
	position: absolute;
	overflow: hidden;
	display:  none;
	left:     0;
	top:      0;
	right:    0;
	bottom:   0;
	z-index:  1;
}

.sc-posts-layout_1 .news-details .info h4 {
	font-size:   20px;
	padding-top: 4px;
	line-height: 1.2;
	overflow:    hidden;
	z-index:     2;
	word-wrap:   break-word;
	position:    relative;
}

.sc-posts-layout_1 .news-details .info h4 a {
	text-overflow:      ellipsis;
	display:            -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sc-posts-layout_1 .news-details .info .date {
	color:               #777;
	text-transform:      uppercase;
	position:            relative;
	z-index:             2;
	align-items:         center;
	-moz-align-items:    center;
	-webkit-align-items: center;
	-o-align-items:      center;
	-ms-align-items:     center;
}

.sc-posts-layout_1 .news-details .info .date > div {
	display: inline-block;
}

.sc-posts-layout_1 .news-details .info .date a {
	color: #999;
}

.sc-posts-layout_1 .news-details .info .date .time {
	padding-left: 5px;
	font-size:    11px;
	font-weight:  700;
}

.sc-posts-layout_1 .news-details .info:hover .post-formats-wrapper {
	display: block;
}

.sc-posts-layout_1 .news-details .info:hover .post-formats-wrapper img {
	width:             100%;
	transform:         scale(1.1);
	-moz-transform:    scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform:      scale(1.1);
	-ms-transform:     scale(1.1);
}

.sc-posts-layout_1 .news-details .info:hover h4 a {
	color: #ffffff;
}

.sc-posts-layout_1 .news-details .info:hover .date {
	color: #ffffff;
}

@media only screen and (max-width: 320px) {
	.sc-posts-layout_1 .news-details .post-formats-wrapper, .sc-posts-layout_1 .news-details .info {
		width: 100%;
		float: none;
	}

	.sc-posts-layout_1 .news-details .info {
		padding: 15px;
	}
}

.sc-posts-layout_1 .list-item {
	margin-bottom: 50px;
}

.sc-posts-layout_1 .list-item.col-xl-4:nth-child(3n+1) {
	clear: both;
}

@media only screen and (max-width: 480px) {
	.sc-posts-layout_1 .list-item {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 320px) {
	.sc-posts-layout_1 .list-item {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 991px) {
	.sc-posts-layout_1 .list-item {
		padding-left:  7px !important;
		padding-right: 7px !important;
	}
}

.sc-posts-layout_2 .inner-list-posts > .gird-item {
	width: 33.33%;
	float: left;
}

.sc-posts-layout_2 .gird-item .news-details {
	padding:    20px 15px;
	background: #fff;
	text-align: center;
}

.sc-posts-layout_2 .gird-item .news-details .post-formats-wrapper {
	overflow: hidden;
}

.sc-posts-layout_2 .gird-item .news-details .post-formats-wrapper img {
	width:              100%;
	transition:         transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition:    transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition:      transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition:     transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.sc-posts-layout_2 .gird-item .news-details .post-formats-wrapper:hover img {
	transform:         scale(1.1);
	-moz-transform:    scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform:      scale(1.1);
	-ms-transform:     scale(1.1);
}

.sc-posts-layout_2 .gird-item .post-title {
	padding-top:   13px;
	text-align:    left;
	text-overflow: ellipsis;
	white-space:   nowrap;
	overflow:      hidden;
	margin-bottom: 3px;
}

.sc-posts-layout_2 .gird-item .post-title:before {
	height:      10px;
	width:       75px;
	margin-left: -33px;
}

.sc-posts-layout_2 .gird-item .post-excerpt {
	padding: 0 15px 20px 15px;
}

.sc-posts-layout_2 .gird-item .date > div {
	display:    inline-block;
	text-align: center;
	width:      45%;
}

.sc-posts-layout_2 .gird-item .date .time {
	width:          100%;
	text-align:     left;
	text-transform: uppercase;
	color:          #777777;
	font-size:      11px;
	font-weight:    700;
}

.sc-posts-layout_2 .slick-dots {
	margin:     0;
	text-align: center;
	width:      100%;
}

.sc-posts-layout_2 .slick-dots li {
	display: inline-block;
	margin:  0 3px;
}

.sc-posts-layout_2 .slick-dots li button {
	font-size:     0 !important;
	width:         22px;
	height:        3px;
	background:    #ffffff;
	border:        none;
	border-radius: 0;
}

.sc-posts-layout_2 .slick-dots li button:focus {
	outline: none;
}

.sc-posts-layout_2 .slick-dots li.slick-active {
	transform:         translateY(-4px);
	-moz-transform:    translateY(-4px);
	-webkit-transform: translateY(-4px);
	-o-transform:      translateY(-4px);
	-ms-transform:     translateY(-4px);
}

@media only screen and (max-width: 768px) {
	.sc-posts-layout_2 .inner-list-posts {
		margin-left:  -7px;
		margin-right: -7px;
	}

	.sc-posts-layout_2 .gird-item {
		padding: 0 7px;
	}

	.sc-posts-layout_2 .gird-item .news-details {
		padding: 0;
	}

	.sc-posts-layout_2 .gird-item .post-excerpt {
		padding: 0 0 15px 0;
	}

	.sc-posts-layout_2 .slick-dots {
		padding: 15px;
	}
}

.ourteam-1 .ourteam-content {
	position: relative;
}

.ourteam-1 .ourteam-content .sc-ourteam .item a {
	display:    block;
	text-align: center;
	margin-top: 27px;
}

.ourteam-1 .ourteam-content .sc-ourteam .item a h5 {
	font-size:      24px;
	text-transform: capitalize;
	font-weight:    700;
}

.ourteam-1 .ourteam-content .sc-ourteam .item span {
	display:        block;
	text-align:     center;
	font-size:      14px;
	text-transform: uppercase;
	font-weight:    700;
}

.ourteam-1 .ourteam-content .sc-ourteam .owl-nav {
	display: block !important;
}

.ourteam-1 .ourteam-content .sc-ourteam .owl-nav .owl-prev {
	position:       absolute;
	top:            40%;
	right:          101%;
	border:         1px solid #ebebeb;
	overflow:       hidden;
	z-index:        9999999999;
	font-size:      11px;
	letter-spacing: 3px;
	color:          #999999;
	padding:        5px 15px !important;
	cursor:         pointer;
	transform:      rotate(-90deg);
}

.ourteam-1 .ourteam-content .sc-ourteam .owl-nav .owl-prev:hover {
	background: #111111;
	color:      #ffffff !important;
	border:     1px solid #111111;
}

.ourteam-1 .ourteam-content .sc-ourteam .owl-nav .owl-prev:focus {
	outline:    none;
	box-shadow: none;
}

.ourteam-1 .ourteam-content .sc-ourteam .owl-nav .owl-next {
	position:       absolute;
	top:            40%;
	left:           101%;
	border:         1px solid #ebebeb;
	overflow:       hidden;
	z-index:        9999999999;
	font-size:      11px;
	letter-spacing: 3px;
	color:          #999999;
	padding:        5px 15px !important;
	cursor:         pointer;
	transform:      rotate(-90deg);
}

.ourteam-1 .ourteam-content .sc-ourteam .owl-nav .owl-next:hover {
	background: #111111;
	color:      #ffffff !important;
	border:     1px solid #111111;
}

.ourteam-1 .ourteam-content .sc-ourteam .owl-nav .owl-next:focus {
	outline:    none;
	box-shadow: none;
}

@media only screen and (max-width: 1024px) {
	.ourteam-1 .ourteam-content .sc-ourteam .owl-nav {
		display: none !important;
	}
}

.reviews-product .sc-reviews .item {
	background: #fff;
	margin-top: 80px;
}

.reviews-product .sc-reviews .author-name {
	margin-bottom: 15px;
}

.reviews-product .sc-reviews .avatar-author {
	border-radius:     50%;
	overflow:          hidden;
	width:             150px;
	margin:            0 auto -70px auto;
	transform:         translateY(-50%);
	-moz-transform:    translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform:      translateY(-50%);
	-ms-transform:     translateY(-50%);
}

.reviews-product .sc-reviews .entry-content {
	max-width:  960px;
	padding:    20px 20px 50px 20px;
	margin:     0 auto;
	text-align: center;
}

.reviews-product .sc-reviews .entry-content .item_rating {
	margin-bottom: 25px;
}

.reviews-product .sc-reviews .entry-content .item_rating .star-rating {
	float:  none;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	.reviews-product .sc-reviews .avatar-author {
		width:         120px;
		margin-bottom: -55px;
	}

	.reviews-product .sc-reviews .entry-content .des {
		overflow:           hidden;
		text-overflow:      ellipsis;
		display:            -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
}

.reviews-product .owl-dots {
	position:   absolute;
	bottom:     -10px;
	left:       0;
	right:      0;
	text-align: center;
}

.reviews-product .owl-dots .owl-dot {
	display:            inline-block;
	width:              7px;
	height:             7px;
	background:         #ccc;
	line-height:        1;
	border-radius:      50%;
	margin:             0 3px;
	border:             2px solid #fff;
	padding:            10px;
	box-sizing:         content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
}

.reviews-product .owl-dots .owl-dot:focus {
	outline: none;
}

.reviews-product .owl-dots .owl-dot.active {
	border: 2px solid #ccc;
}

.reviews-product .owl-dots .owl-dot span {
	display: inline-block;
}

.widget-list-posts .widget-title {
	margin-bottom: 30px;
}

.widget-list-posts .list-unstyled {
	margin: 0;
}

.widget-list-posts .list-unstyled li {
	list-style:     none;
	margin-bottom:  20px;
	overflow:       hidden;
	border-bottom:  1px solid #e6e6e6;
	padding-bottom: 20px;
}

.widget-list-posts .list-unstyled li {
	*zoom: 1;
}

.widget-list-posts .list-unstyled li:before, .widget-list-posts .list-unstyled li:after {
	content: "";
	display: table;
}

.widget-list-posts .list-unstyled li:after {
	clear: both;
}

.widget-list-posts .list-unstyled li:last-child {
	border-bottom:  none;
	padding-bottom: 0;
	margin-bottom:  0;
}

.widget-list-posts .list-unstyled .feature-image {
	position: relative;
	width:    90px;
	float:    left;
}

.widget-list-posts .list-unstyled .feature-image a {
	display:  block;
	position: relative;
}

.widget-list-posts .list-unstyled .feature-image a:after {
	content:    "";
	background: rgba(0, 0, 0, 0.2);
	opacity:    0;
	position:   absolute;
	top:        0;
	left:       0;
	right:      0;
	bottom:     0;
}

.widget-list-posts .list-unstyled .feature-image a:hover:after {
	opacity: 1;
}

.widget-list-posts .list-unstyled .post-description {
	margin-left: 106px;
	margin-top:  6px;
}

.widget-list-posts .list-unstyled .post-description .day {
	font-size:      13px;
	padding-bottom: 4px;
	display:        block;
}

.widget-list-posts .list-unstyled .post-description a {
	font-size:          1.05em;
	font-weight:        600;
	overflow:           hidden;
	text-overflow:      ellipsis;
	display:            -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.widget-area .widget-inner {
	background: #fff;
	padding:    25px;
}

@media only screen and (max-width: 768px) {
	.widget-area .widget-inner {
		padding: 15px;
	}
}

.widget-area ul {
	margin-left:   0;
	margin-bottom: 0;
}

.widget-area aside {
	margin: 0 0 50px 0;
}

.widget-area aside {
	*zoom: 1;
}

.widget-area aside:before, .widget-area aside:after {
	content: "";
	display: table;
}

.widget-area aside:after {
	clear: both;
}

.widget-area aside:last-child {
	margin-bottom: 0;
}

.widget-area aside .widget-title {
	margin-bottom:  20px;
	margin-top:     0;
	position:       relative;
	text-align:     left;
	text-transform: uppercase;
}

.widget-area aside .widget-title:before {
	content:       "#";
	padding-right: 5px;
}

.widget-area aside ul li {
	padding-top: 8px;
	list-style:  none;
}

.widget-area aside ul li span.count {
	display: none;
}

.widget-area aside select {
	max-width: 100%;
	width:     100%;
	border:    1px solid #e6e6e6;
	padding:   6px 10px;
}

.widget-area aside select:focus {
	outline:    none;
	box-shadow: 0 0 0;
}

.widget-area aside.widget_archive ul li .count, .widget-area aside .product-categories li .count, .widget-area aside.widget_categories ul li .count, .widget-area aside.widget_recent_entries ul li .count, .widget-area aside.widget_recent_comments ul li .count, .widget-area aside.widget_archive ul li .count {
	float: right;
}

.widget-area aside.widget_categories ul li.cat-item, .widget-area aside.widget_categories ul li, .widget-area aside.widget_archive ul li.cat-item, .widget-area aside.widget_archive ul li {
	text-align: right;
	overflow:   hidden;
}

.widget-area aside.widget_categories ul li.cat-item a, .widget-area aside.widget_categories ul li a, .widget-area aside.widget_archive ul li.cat-item a, .widget-area aside.widget_archive ul li a {
	float: left;
}

.widget-area aside.widget_search {
	padding: 0;
	border:  none !important;
}

.widget-area .screen-reader-text {
	display: none;
}

.widget-area .widget_tag_cloud .tagcloud a, .widget-area .widget_product_tag_cloud .tagcloud a {
	position:    relative;
	margin:      4px;
	border:      1px solid #e6e6e6;
	padding:     8px 14px;
	font-size:   1em !important;
	display:     inline-block;
	line-height: 1;
}

.widget-area .widget_categories .children, .widget-area .widget_pages .children {
	margin-left: 20px;
}

.widget-area .widget_categories .children li, .widget-area .widget_pages .children li {
	padding-top: 8px;
}

.widget-area .widget_products ul.product_list_widget {
	margin-top: 15px;
}

.widget-area .widget_products ul.product_list_widget li {
	margin-bottom: 15px;
	padding:       0;
}

.widget-area .widget_products ul.product_list_widget li:last-child {
	margin-bottom: 0;
}

.widget-area .widget_products ul.product_list_widget li .star-rating {
	margin-top:    7px;
	margin-bottom: 10px;
}

.widget-area .widget_products ul.product_list_widget li a {
	font-weight: normal;
}

.widget-area .widget_products ul.product_list_widget li img {
	width:        90px;
	float:        left;
	margin-left:  0;
	margin-right: 15px;
	border:       1px solid #f2f2f2;
}

.widget-area .widget_products ul.product_list_widget li .product-title {
	padding-top:   10px;
	display:       block;
	color:         #111;
	margin-bottom: 10px;
}

.widget-area .widget_products ul.product_list_widget li .woocommerce-Price-amount.amount {
	color:       #ffffff;
	font-weight: 700;
	padding:     4px 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.widget-area .widget_products ul.product_list_widget li .woocommerce-Price-amount.amount {
		padding: 3px 10px;
	}
}

.widget-area .widget_products ul.product_list_widget li del {
	margin-right: 10px;
	color:        #ffffff;
}

.widget-area .widget_products ul.product_list_widget li del .woocommerce-Price-amount.amount {
	font-weight: normal;
}

.widget-area .widget_products ul.product_list_widget li ins {
	text-decoration: none;
}

.widget-area #wp-calendar th {
	background: rgba(0, 0, 0, 0.05);
}

.widget-area #wp-calendar td, .widget-area #wp-calendar th {
	text-align: center;
}

.widget-area .widget-best-team .info {
	text-align: center;
	word-break: break-word;
}

.widget-area .widget-best-team .info h2 {
	font-size:   20px;
	font-weight: 500;
	color:       #111;
	display:     block;
	line-height: 1.67;
	padding:     11px 0 1px;
	margin:      0;
}

.widget-area .widget-best-team .info a {
	color: #666;
}

.widget-area .widget-best-team .info .signature {
	width:  40%;
	margin: 18px auto 0;
}

.widget-area .null-instagram-feed {
	text-align: left;
}

.widget-area .null-instagram-feed .instagram-pics li {
	width: 33.33%;
}

.widget-area .gallery-instagram .gallery-columns-3 {
	margin: 0 !important;
}

.widget-area .gallery-instagram .gallery-columns-3 .gallery-item {
	padding: 5px !important;
}

.null-instagram-feed .instagram-pics li a {
	display: inline-block;
}

/* search */
.widget-area .search-form, .not-found .search-form {
	position: relative;
}

.widget-area .search-form:before, .not-found .search-form:before {
	content:    "\f002";
	font:       normal normal normal 14px/1 FontAwesome;
	position:   absolute;
	right:      13px;
	top:        50%;
	margin-top: -10px;
	z-index:    1;
	color:      #777777;
	cursor:     pointer;
}

.widget-area .search-form:after, .not-found .search-form:after {
	content: "";
	clear:   both;
	display: table;
}

.widget-area .search-form label, .not-found .search-form label {
	width: calc(100% - 40px);
	float: left;
}

.widget-area .search-form label .screen-reader-text, .not-found .search-form label .screen-reader-text {
	display: none;
}

.widget-area .search-form label .search-field, .not-found .search-form label .search-field {
	width:         100%;
	border-radius: 0;
	box-shadow:    none;
	border:        1px solid #999;
	padding:       9px 10px;
	border-right:  none;
	height:        38px;
}

.widget-area .search-form label .search-submit, .not-found .search-form label .search-submit {
	margin-left:  0;
	margin-right: 0;
}

.widget-area .search-form .search-submit, .not-found .search-form .search-submit {
	margin:      0;
	padding:     9px 2px;
	text-align:  center;
	font-size:   0;
	width:       40px;
	height:      38px;
	color:       #fff;
	position:    absolute;
	border:      1px solid #999999;
	background:  transparent;
	float:       left;
	border-left: none;
	right:       0;
}

.widget-area .woocommerce-product-search {
	position: relative;
}

.widget-area .woocommerce-product-search .search-field {
	width:         calc(100% - 40px);
	border-radius: 0;
	float:         left;
	box-shadow:    none;
	border:        1px solid #999;
	padding:       9px 10px;
	border-right:  none;
	height:        38px;
}

.widget-area .woocommerce-product-search button {
	margin:     0;
	padding:    9px 2px;
	text-align: center;
	font-size:  0;
	width:      38px;
	height:     38px;
	background: #999;
	color:      #fff;
	position:   absolute;
	float:      left;
	border:     none;
}

.widget-area .woocommerce-product-search button:after {
	content:    "\f002";
	font:       normal normal normal 14px/1 FontAwesome;
	position:   absolute;
	right:      13px;
	top:        50%;
	margin-top: -7px;
}

.not-found {
	text-align: center;
}

.not-found .search-form {
	max-width: 300px;
	margin:    20px auto;
}

.widget_rss .rsswidget {
	font-weight: bold;
}

.widget_rss .rss-date {
	display:    block;
	font-style: italic;
	font-size:  90%;
}

.widget_rss cite {
	color:       #000;
	font-weight: bold;
}

.widget_nav_menu ul li,
.widget_recent_comments ul li, .widget_recent_entries ul li {
	display:       block;
	border-bottom: 1px solid #e6e6e6;
}

.widget_nav_menu ul li:last-child,
.widget_recent_comments ul li:last-child, .widget_recent_entries ul li:last-child {
	border-bottom: 0;
}

.widget_nav_menu ul li ul,
.widget_recent_comments ul li ul, .widget_recent_entries ul li ul {
	border-top: 1px solid #e6e6e6;
	margin-top: 8px;
}

.widget_nav_menu ul li ul ul,
.widget_recent_comments ul li ul ul, .widget_recent_entries ul li ul ul {
	margin-top: 0;
}

.widget_nav_menu ul li ul li,
.widget_recent_comments ul li ul li, .widget_recent_entries ul li ul li {
	padding:    0;
	margin-top: -1px;
}

.widget_nav_menu ul li ul li a,
.widget_recent_comments ul li ul li a, .widget_recent_entries ul li ul li a {
	padding: 8px 0;
	display: block;
}

.widget_nav_menu ul li ul a:empty,
.widget_recent_comments ul li ul a:empty, .widget_recent_entries ul li ul a:empty {
	display: none !important;
}

.widget_nav_menu ul ul,
.widget_recent_comments ul ul, .widget_recent_entries ul ul {
	margin: 0 0 0 20px;
}

.widget_nav_menu ul ul li,
.widget_recent_comments ul ul li, .widget_recent_entries ul ul li {
	margin:  0;
	display: block;
}

.widget_nav_menu .sub-menu,
.widget_recent_comments .sub-menu, .widget_recent_entries .sub-menu {
	text-transform: none;
}

.widget_nav_menu li.menu-item-has-children,
.widget_recent_comments li.menu-item-has-children, .widget_recent_entries li.menu-item-has-children {
	padding-bottom: 0;
}

.widget_nav_menu .nav_desc,
.widget_recent_comments .nav_desc, .widget_recent_entries .nav_desc {
	display: none;
}

.widget_recent_entries ul li {
	padding-bottom: 8px;
	border-bottom:  1px solid #e6e6e6 !important;
}

.widget_recent_entries ul li .post-date {
	font-style: italic;
	display:    block;
}

.widget_tag_cloud .tagcloud {
	margin: 0 -5px;
}

.widget_tag_cloud .tagcloud a:hover {
	color: #111;
}

.flexslider {
	position:      relative;
	margin:        0;
	background:    transparent;
	border:        none;
	border-radius: initial;
	box-shadow:    none;
}

.flexslider .flex-direction-nav li a {
	text-decoration: none;
	overflow:        hidden;
	text-shadow:     none;
	box-shadow:      none;
}

.flexslider .flex-direction-nav li a:before {
	font: normal normal normal 22px/31px FontAwesome;
}

.flexslider .flex-direction-nav a.flex-prev:before {
	content: "\f104";
}

.flexslider .flex-direction-nav a.flex-next:before {
	content: "\f105";
}

.flexslider ul.slides {
	margin: 0;
}

.flexslider ul.slides li {
	list-style: none;
	position:   relative;
	overflow:   hidden;
	display:    none;
}

.flexslider ul.slides li:first-child {
	display: block;
}

.flexslider ul.slides li a img {
	width:  100%;
	height: auto;
}

.flexslider ol.flex-control-nav {
	text-align:         center;
	position:           absolute;
	z-index:            99;
	width:              100%;
	bottom:             20px !important;
	height:             15px;
	margin:             0;
	transition:         all 0.25s ease;
	-moz-transition:    all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition:      all 0.25s ease;
	-ms-transition:     all 0.25s ease;
}

.flexslider ol.flex-control-nav li {
	display: inline-block;
	margin:  0 2px;
}

.flexslider ol.flex-control-nav li a {
	width:         15px;
	height:        15px;
	border-radius: 50%;
	text-indent:   -9999px;
	display:       inline-block;
	cursor:        pointer;
	margin:        0 2px;
	box-shadow:    none;
	border:        2px solid rgba(0, 0, 0, 0.3);
}

.flexslider ul.flex-direction-nav {
	display:            block;
	margin:             0;
	transition:         all 0.25s ease;
	-moz-transition:    all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition:      all 0.25s ease;
	-ms-transition:     all 0.25s ease;
}

.flexslider ul.flex-direction-nav li {
	position:   static;
	list-style: none;
}

.flexslider ul.flex-direction-nav li a {
	background: rgba(255, 255, 255, 0.8);
	width:      31px;
	height:     32px;
	text-align: center;
	display:    inline-block;
	position:   absolute;
	z-index:    99;
	left:       0;
	top:        50%;
	margin-top: -16px;
	color:      #111;
}

.flexslider ul.flex-direction-nav li a:hover {
	background: rgba(255, 255, 255, 0.5);
}

.flexslider ul.flex-direction-nav li a i {
	color:       #fff;
	font-size:   28px;
	line-height: 46px;
}

.flexslider ul.flex-direction-nav li a.flex-next {
	position: absolute;
	right:    0;
	left:     auto;
}

.flexslider:hover ul.flex-direction-nav a {
	left: 0;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
	display:                     none;
	width:                       100%;
	-webkit-tap-highlight-color: transparent;
	position:                    relative;
	z-index:                     1;
}

.owl-carousel .owl-stage {
	position:                 relative;
	-ms-touch-action:         pan-Y;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content:     ".";
	display:     block;
	clear:       both;
	visibility:  hidden;
	line-height: 0;
	height:      0;
}

.owl-carousel .owl-stage-outer {
	position:          relative;
	overflow:          hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform:           translate3d(0, 0, 0);
	-moz-transform:              translate3d(0, 0, 0);
	-ms-transform:               translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position:                    relative;
	min-height:                  1px;
	float:                       left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout:       none;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor:              pointer;
	cursor:              hand;
	-webkit-user-select: none;
	-khtml-user-select:  none;
	-moz-user-select:    none;
	-ms-user-select:     none;
	user-select:         none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select:    none;
	-ms-user-select:     none;
	user-select:         none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-controls {
	-webkit-user-select:         none;
	-khtml-user-select:          none;
	-moz-user-select:            none;
	-ms-user-select:             none;
	user-select:                 none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin:                      10px 0;
}

.owl-theme .owl-controls .owl-dot {
	display:  inline-block;
	zoom:     1;
	*display: inline;
	/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-dot span {
	display:       block;
	width:         12px;
	height:        12px;
	margin:        0 4px;
	border:        2px solid #fff;
	border-radius: 50%;
}

.comments-area {
	margin-top:    20px;
	margin-bottom: 0;
}

.comments-area {
	*zoom: 1;
}

.comments-area:before, .comments-area:after {
	content: "";
	display: table;
}

.comments-area:after {
	clear: both;
}

.comments-area .comment-list {
	margin:     0;
	list-style: none;
}

.comments-area .comment-list {
	*zoom: 1;
}

.comments-area .comment-list:before, .comments-area .comment-list:after {
	content: "";
	display: table;
}

.comments-area .comment-list:after {
	clear: both;
}

.comments-area .comment-list > .comment-respond {
	border-bottom:  1px solid #e6e6e6;
	padding-bottom: 25px;
	margin-bottom:  30px;
	padding-top:    0;
}

.comments-area .comment-list-inner {
	padding-bottom: 0;
}

.comments-area .comment-list-inner {
	*zoom: 1;
}

.comments-area .comment-list-inner:before, .comments-area .comment-list-inner:after {
	content: "";
	display: table;
}

.comments-area .comment-list-inner:after {
	clear: both;
}

.comments-area .comment-list-inner .comments-title {
	padding:       10px 0;
	margin-bottom: 30px;
	border-bottom: 1px #ddd solid;
	font-size:     1.5em;
}

.comments-area .comment-list-inner .comment-author.meta {
	color: #b3b3b3;
}

.comments-area .comment-list-inner .comment-author.meta strong {
	color: #000;
}

.comments-area .comment-list-inner > li {
	list-style:    none outside none;
	margin-bottom: 25px;
}

.comments-area .comment-list-inner .comment-list li.comment {
	margin-bottom: 25px;
}

.comments-area .comment-list-inner .comment-list ul > li:last-child {
	border-bottom:  none;
	padding-bottom: 0;
	margin-bottom:  0;
}

@media only screen and (max-width: 575px) {
	.comments-area .comment-list-inner .comment-list > li > ul.children {
		margin:     25px -15px;
		padding:    25px 15px;
		background: #fafafa;
	}
}

.comments-area .comment-list-inner li.pingback {
	margin-bottom: 15px;
}

.comments-area .comment-list-inner li.pingback a {
	padding-left: 5px;
}

.comments-area .comment-list-inner li.pingback .edit-link {
	margin-left: 5px;
}

.comments-area .comment-list-inner li .wrapper-comment {
	overflow: hidden;
}

.comments-area .comment-list-inner li .wrapper_avatar {
	width:    85px;
	height:   85px;
	float:    left;
	overflow: hidden;
}

.comments-area .comment-list-inner li .comment-right {
	width:       calc(100% - 110px);
	width:       -webkit-calc(100% - 110px);
	width:       -moz-calc(100% - 110px);
	float:       left;
	padding:     20px;
	margin-left: 25px;
	border:      1px solid #e6e6e6;
}

.comments-area .comment-list-inner li .comment-right .content-comment p {
	font-size: 14px;
	color:     #777777;
}

.comments-area .comment-list-inner li .comment-awaiting-moderation {
	margin-left: 20px;
}

.comments-area .comment-list-inner li .comment-extra-info {
	color:         #858585;
	position:      relative;
	margin-bottom: 5px;
	display:       block;
}

.comments-area .comment-list-inner li .comment-extra-info {
	*zoom: 1;
}

.comments-area .comment-list-inner li .comment-extra-info:before, .comments-area .comment-list-inner li .comment-extra-info:after {
	content: "";
	display: table;
}

.comments-area .comment-list-inner li .comment-extra-info:after {
	clear: both;
}

.comments-area .comment-list-inner li .comment-extra-info i {
	margin-right: 5px;
}

.comments-area .comment-list-inner li .comment-extra-info .author, .comments-area .comment-list-inner li .comment-extra-info .date, .comments-area .comment-list-inner li .comment-extra-info .comment-edit-link {
	float:   none;
	display: block;
}

.comments-area .comment-list-inner li .comment-extra-info .author a, .comments-area .comment-list-inner li .comment-extra-info .author {
	font-weight:    600;
	color:          #111;
	text-transform: uppercase;
}

.comments-area .comment-list-inner li .comment-extra-info .date {
	color:   #666666;
	padding: 0 0 5px 0;
	display: block;
}

.comments-area .comment-list-inner li .comment-extra-info .info-left {
	display: block;
}

.comments-area .comment-list-inner li .comment-extra-info .info-left .author {
	display: inline-block;
	float:   left;
}

.comments-area .comment-list-inner li .comment-extra-info .info-left .date {
	display:        inline-block;
	float:          right;
	text-transform: uppercase;
	font-size:      11px;
	font-weight:    600;
}

.comments-area .comment-list-inner li .content-comment .comment-reply-link:before {
	font:              normal normal normal 14px/1 FontAwesome;
	content:           "\f112";
	margin-right:      8px;
	-moz-transform:    rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform:      rotate(-180deg);
	-ms-transform:     rotate(-180deg);
	transform:         rotate(-180deg);
	display:           inline-block;
}

.comments-area .comment-list-inner li .info-right {
	margin-top: 10px;
}

.comments-area .comment-list-inner li .info-right > a {
	display:        inline-block;
	padding-left:   10px;
	text-transform: capitalize;
}

.comments-area .comment-list-inner li .info-right > a.comment-reply-link {
	font-weight: 600;
	font-size:   90%;
}

.comments-area .comment-list-inner li .info-right > a:hover {
	color: #111;
}

.comments-area .comment-list-inner li .info-right > a:first-child {
	padding-left: 0;
}

.comments-area .comment-list-inner li .children {
	margin-top:  30px;
	margin-left: 60px;
}

.comments-area .comment-list-inner li .children li {
	list-style: none;
}

@media only screen and (max-width: 768px) {
	.comments-area .comment-list-inner li .comment-right {
		padding:     15px;
		margin-left: 15px;
		width:       calc(100% - 100px);
		width:       -webkit-calc(100% - 100px);
		width:       -moz-calc(100% - 100px);
	}

	.comments-area .comment-list-inner li .children {
		margin-left: 25px;
	}
}

@media only screen and (max-width: 575px) {
	.comments-area .comment-list-inner li .children {
		margin-left: 0;
	}
}

@media only screen and (max-width: 380px) {
	.comments-area .comment-list-inner li .wrapper_avatar {
		margin: 0 auto 20px auto;
		float:  none;
		width:  90px;
		height: auto;
	}

	.comments-area .comment-list-inner li .comment-right {
		width:   100%;
		padding: 5px 5px 5px 0;
	}
}

.comments-area .no-comments {
	background-color: #f9f9f9;
	font-size:        1.2em;
	font-style:       italic;
	padding:          20px 0;
	text-align:       center;
}

.comments-area .comment-respond {
	margin-top: 20px;
}

.comments-area .comment-respond p {
	margin-bottom: 15px;
}

.comments-area .comment-respond p.logged-in-as {
	margin-bottom: 10px;
}

.comments-area .comment-respond p label {
	margin-bottom: 10px;
	line-height:   1;
}

.comments-area .comment-respond p.comment-form-cookies-consent label {
	margin-bottom: 0;
}

.comments-area .comment-respond .comment-form-author input, .comments-area .comment-respond .comment-form-email input, .comments-area .comment-respond .comment-form-url input {
	padding: 9px 10px;
	border:  1px solid #e6e6e6;
}

.comments-area .comment-respond .comment-form-author input::-webkit-input-placeholder, .comments-area .comment-respond .comment-form-email input::-webkit-input-placeholder, .comments-area .comment-respond .comment-form-url input::-webkit-input-placeholder {
	color: #999999;
}

.comments-area .comment-respond .comment-form-author input::-moz-placeholder, .comments-area .comment-respond .comment-form-email input::-moz-placeholder, .comments-area .comment-respond .comment-form-url input::-moz-placeholder {
	color: #999999;
}

.comments-area .comment-respond .comment-form-author input:-ms-input-placeholder, .comments-area .comment-respond .comment-form-email input:-ms-input-placeholder, .comments-area .comment-respond .comment-form-url input:-ms-input-placeholder {
	color: #999999;
}

.comments-area .comment-respond .comment-form-author input:-moz-placeholder, .comments-area .comment-respond .comment-form-email input:-moz-placeholder, .comments-area .comment-respond .comment-form-url input:-moz-placeholder {
	color: #999999;
}

.comments-area .comment-respond textarea {
	height:  150px;
	padding: 9px 10px;
	border:  1px solid #e6e6e6;
}

.comments-area .comment-respond textarea::-webkit-input-placeholder {
	color: #999999;
}

.comments-area .comment-respond textarea::-moz-placeholder {
	color: #999999;
}

.comments-area .comment-respond textarea:-ms-input-placeholder {
	color: #999999;
}

.comments-area .comment-respond textarea:-moz-placeholder {
	color: #999999;
}

.comments-area .comment-respond .form-submit {
	text-align:    left;
	margin-bottom: 0;
}

.comments-area .comment-respond .form-submit input#submit {
	background:     #111333;
	color:          #fff;
	border:         none;
	padding:        14px 30px;
	font-weight:    500;
	cursor:         pointer;
	width:          auto;
	text-shadow:    none;
	box-shadow:     none;
	text-transform: uppercase;
	border-radius:  0 !important;
}

.comments-area .comment-respond .form-submit input#submit:focus {
	outline: none;
}

.comments-area .comment-respond-area #respond.comment-respond .comment-reply-title {
	padding:       10px 0;
	margin-bottom: 20px;
	border-bottom: 1px #ddd solid;
}

.comments-area #respond.comment-respond .comment-reply-title {
	margin-bottom: 10px;
}

.comments-area .comments-title, .comments-area .comment-respond .comment-reply-title {
	text-transform: uppercase;
	margin-top:     0;
	position:       relative;
}

.comments-area .comments-title:before, .comments-area .comment-respond .comment-reply-title:before {
	content:       "#";
	padding-right: 5px;
}

.comment-navigation {
	overflow: hidden;
}

.comment-navigation .nav-previous {
	float: left;
}

.comment-navigation .nav-next {
	float: right;
}

.elementor-widget-progress {
	margin-top: 30px;
}

.elementor-widget-progress .elementor-progress-wrapper {
	height:        10px;
	line-height:   10px;
	border-radius: 0;
}

.elementor-widget-progress .elementor-progress-bar {
	border-radius: 0;
	font-size:     100%;
}

.elementor-widget-progress .elementor-progress-text {
	position:     absolute;
	top:          -20px;
	color:        #111;
	padding-left: 0;
	line-height:  1;
}

.elementor-widget-progress .elementor-progress-percentage {
	padding-right: 0;
	position:      absolute;
	right:         0;
	color:         #111;
	top:           -30px;
	line-height:   1;
}

.slider-homepage .tparrows.tp-rightarrow:before {
	content:        'NEXT' !important;
	transform:      rotate(90deg);
	font-size:      11px !important;
	letter-spacing: 2px;
	font-family:    Muli, Helvetica, Arial, sans-serif;
}

.slider-homepage .tparrows.tp-leftarrow:before {
	content:        'PREV' !important;
	transform:      rotate(-90deg);
	font-size:      11px !important;
	letter-spacing: 2px;
	font-family:    Muli, Helvetica, Arial, sans-serif;
}

.slider-homepage .custom.tparrows {
	background: transparent !important;
	padding:    13px 0;
	color:      #fff;
	border:     2px solid #fff;
	height:     70px !important;
	width:      35px !important;
}

.slider-homepage .custom.tparrows:hover {
	background: #fff !important;
	border:     2px solid #fff;
}

.slider-homepage .custom.tparrows:hover:before {
	color: #111 !important;
}

.slider-homepage .persephone .tp-bullet.selected {
	background: #fff !important;
}

.slider-homepage .persephone .tp-bullet {
	background: transparent !important;
}

.slider-homepage.slider-homepage-2 .custom.tparrows {
	background: #111111 !important;
	border:     2px solid transparent;
}

.slider-homepage.slider-homepage-2 .custom.tparrows:hover {
	background: #fff !important;
	border:     2px solid #fff;
}

.slider-homepage.slider-homepage-2 .custom.tparrows:hover:before {
	color: #111 !important;
}

.slider-homepage-4 .tparrows.tp-leftarrow::before {
	font:    normal normal normal 40px/32px 'Material-Design-Iconic-Font' !important;
	content: '\f2ff' !important;
}

.slider-homepage-4 .tparrows.tp-rightarrow::before {
	font:    normal normal normal 40px/32px 'Material-Design-Iconic-Font' !important;
	content: '\f301' !important;
}

.slider-homepage-4 .tparrows:before {
	color: #999999 !important;
}

.slider-homepage-4 .persephone .tp-bullet.selected {
	background: #fff !important;
}

.slider-homepage-4 .persephone .tp-bullet {
	background: transparent !important;
}

@media screen and (min-width: 1300px) and (max-width: 1650px) {
	#slider-homepage4 {
		margin: 0 35px;
	}
}

.title-content-heading-product .elementor-text-editor {
	font-size: 14px;
}

.video-homepage {
	max-height: 400px;
}

.video-homepage iframe {
	max-height: 400px !important;
}

.video-homepage .elementor-custom-embed-image-overlay {
	max-height: 400px !important;
}

.categories-homepage3 h2 a:hover {
	text-decoration: underline !important;
	cursor:          pointer;
}

.categories-homepage3 h2:hover {
	cursor: pointer;
}

.banner1-hp6 {
	background: #ff4747;
	padding:    40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.banner1-hp6 {
		padding: 20px;
	}
}

.banner1-hp6 p {
	font-size:      40px;
	color:          #ffffff;
	text-transform: uppercase;
	line-height:    1.5;
	font-weight:    700;
	margin-bottom:  0;
}

.banner1-hp6 span {
	font-size: 18px;
	color:     #ffffff;
}

.banner4-hp6 {
	text-align: center;
}

.banner4-hp6 p {
	font-size:      40px;
	color:          #ffffff;
	text-transform: uppercase;
	line-height:    1.5;
	font-weight:    500;
	margin-bottom:  0;
}

@media only screen and (max-width: 767px) {
	.banner4-hp6 p {
		font-size: 25px;
	}
}

.banner4-hp6 a {
	font-size:       14px;
	text-transform:  uppercase;
	text-decoration: underline !important;
	color:           #ffffff;
}

.banner4-hp6 a:hover {
	color: #0c7abf;
}

.newletter-hp1 {
	position: relative;
}

.newletter-hp1 .newletter-content-hp1 {
	position: unset !important;
}

.newletter-hp1 .newletter-content-hp1 .elementor-container {
	position: inherit !important;
}

.newletter-hp1 .bg-newletter-hp1 {
	position: absolute;
	right:    0;
	top:      0;
	width:    50% !important;
	height:   100%;
}

@media only screen and (max-width: 767px) {
	.newletter-hp1 .bg-newletter-hp1 {
		position: inherit !important;
		width:    100% !important;
		height:   inherit !important;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1500px) {
	#space-letter {
		width: 10% !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	#space-letter {
		width: 3% !important;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1500px) {
	#content-letter-hp {
		width: 90% !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	#content-letter-hp {
		width: 95% !important;
	}
}

.wrapper-container {
	*zoom: 1;
}

.wrapper-container:before, .wrapper-container:after {
	content: "";
	display: table;
}

.wrapper-container:after {
	clear: both;
}

.content-area {
	padding-bottom: 50px;
	padding-top:    60px;
}

.content-area.content-no-padding {
	padding-top: 0;
}

.post-formats-wrapper .video-container, .format-video .video-container {
	position:       relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height:         0;
	margin-bottom:  20px;
}

.post-formats-wrapper .video-container iframe, .format-video .video-container iframe {
	position: absolute;
	top:      0;
	left:     0;
	width:    100%;
	height:   100%;
	border:   none;
}

.pading-lt-7x {
	padding-left: 70px;
}

.padding-lr-60 {
	padding-left:  80px;
	padding-right: 80px;
}

.padding-bt-3x {
	padding-bottom: 30px;
}

.wpb_gmaps_widget .wpb_wrapper {
	padding: 0 !important;
}

.navigation, .woocommerce nav.woocommerce-pagination {
	margin:     40px 0 0;
	text-align: right;
}

.navigation, .woocommerce nav.woocommerce-pagination {
	*zoom: 1;
}

.navigation:before, .navigation:after, .woocommerce nav.woocommerce-pagination:before, .woocommerce nav.woocommerce-pagination:after {
	content: "";
	display: table;
}

.navigation:after, .woocommerce nav.woocommerce-pagination:after {
	clear: both;
}

@media only screen and (max-width: 981px) {
	.navigation, .woocommerce nav.woocommerce-pagination {
		text-align: center !important;
	}
}

.navigation ul, .woocommerce nav.woocommerce-pagination ul {
	margin: 0;
	border: none;
}

.navigation ul li, .woocommerce nav.woocommerce-pagination ul li {
	display:      inline-block;
	list-style:   none;
	margin-right: 10px;
	border:       none;
}

.navigation ul li:hover, .woocommerce nav.woocommerce-pagination ul li:hover {
	background: transparent;
}

.navigation ul li .page-numbers, .woocommerce nav.woocommerce-pagination ul li .page-numbers {
	font-size:          0.9em;
	padding:            8px 10px;
	display:            inline-block;
	border:             1px solid #ebebeb;
	text-align:         center;
	vertical-align:     middle;
	line-height:        1;
	background:         transparent !important;
	transition:         all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	position:           relative;
}

.navigation ul li .page-numbers.next, .navigation ul li .page-numbers.prev, .woocommerce nav.woocommerce-pagination ul li .page-numbers.next, .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
	text-decoration: none !important;
}

.navigation ul li .page-numbers.dots, .navigation ul li .page-numbers.dots:hover, .woocommerce nav.woocommerce-pagination ul li .page-numbers.dots, .woocommerce nav.woocommerce-pagination ul li .page-numbers.dots:hover {
	border:     none !important;
	background: transparent !important;
}

.navigation ul li .page-numbers:hover, .woocommerce nav.woocommerce-pagination ul li .page-numbers:hover {
	background: transparent !important;
}

.list-unstyled {
	margin-left: 0;
	padding-top: 10px;
}

.list-unstyled li {
	margin-bottom: 10px;
}

.list-unstyled li:last-child {
	margin-bottom: 0;
}

.null-instagram-feed {
	text-align: center;
}

.null-instagram-feed .clear a {
	color:     #999;
	display:   block;
	font-size: 1.2em;
}

.null-instagram-feed .instagram-pics {
	margin: 0 -7px;
}

.null-instagram-feed .instagram-pics {
	*zoom: 1;
}

.null-instagram-feed .instagram-pics:before, .null-instagram-feed .instagram-pics:after {
	content: "";
	display: table;
}

.null-instagram-feed .instagram-pics:after {
	clear: both;
}

.null-instagram-feed .instagram-pics li {
	list-style: none;
	width:      20%;
	float:      left;
	padding:    7px;
	cursor:     pointer;
}

.null-instagram-feed .instagram-pics li a {
	position: relative;
}

.null-instagram-feed .instagram-pics li a:before {
	content:    "";
	position:   absolute;
	background: rgba(0, 0, 0, 0.2);
	top:        0;
	bottom:     0;
	left:       0;
	right:      0;
	opacity:    0;
}

.null-instagram-feed .instagram-pics li a:hover:before {
	opacity: 1;
}

.heading-special {
	margin-bottom: 0 !important;
}

.block-border {
	text-align: center;
	border:     1px solid #e6e6e6;
}

.block-border .author-blog {
	padding: 30px 20px;
}

.block-border .author-blog h3 {
	margin-bottom: 0;
	margin-top:    25px;
}

.block-border .author-blog small {
	margin:    0 0 15px 0;
	color:     #808080;
	display:   inline-block;
	font-size: 100%;
}

.wp-block-archives.wp-block-archives-dropdown {
	margin-bottom: 15px;
}

.wp-block-latest-posts.is-grid {
	margin-left: 0;
}

.single-blog-content h2, .single-blog-content h3, .single-blog-content h4, .single-blog-content h5, .single-blog-content h6 {
	margin-top:    10px;
	margin-bottom: 10px;
}

/* 12. Responsive ------------------------------------------------------------ */
/* 1200px <= X <= 1500px --- Extra Large */
@media screen and (max-width: 1500px) and (min-width: 1200px) {
	.wrapper-footer.section-box {
		margin: 0;
	}

	.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
		width: 25%;
	}
}

@media (min-width: 1300px) {
	.header-hp-1 .menu-desktop {
		padding: 0 65px;
	}
}

@media screen and (max-width: 1300px) and (min-width: 1200px) {
	.header-hp-1 .menu-desktop {
		max-width: 1200px;
		margin:    0 auto;
	}
}

/*X >= 1200px Extra Large */
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}

	.show-mobile-header {
		display: none;
	}
}

/* X < = 1199px */
@media (max-width: 1199px) {
	/* Footer */
	.wrapper-footer {
		margin: 0;
	}

	.wrapper-footer aside {
		margin-bottom: 40px;
	}

	.wrapper-footer aside:last-child {
		margin-bottom: 0;
	}

	.newsletter-hp-4 {
		margin: 0;
	}

	.wrapper-footer.section-box {
		margin: 0;
	}

	.header-hp-1 .menu-desktop {
		padding: 0;
	}
}

/* 992px <= X <= 1199px --- Large */
@media screen and (max-width: 1199px) and (min-width: 992px) {
	.wrapper-footer aside.pading-lt-7x {
		padding-left: 25px;
	}

	.woocommerce.hide-last-item ul.products.columns-5 li.product:last-child, .woocommerce-page.hide-last-item ul.products.columns-5 li.product:last-child {
		display: none;
	}

	/* Page Not Found */
	.page-not-found .page-detail .page-inner {
		width: 55%;
	}

	.woocommerce form.checkout_coupon .form-row-first {
		width: 74%;
	}
}

@media (min-width: 576px) {
	.container {
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 100%;
	}

	.wp-block-gallery {
		margin: 0;
	}

	.wp-block-cover.alignleft, .wp-block-cover-image.alignleft, .wp-block-button.alignleft, .wp-block-gallery.alignleft {
		margin-right: 25px;
	}

	.wp-block-cover.alignright, .wp-block-cover-image.alignright, .wp-block-button.alignright, .wp-block-gallery.alignright {
		margin-left: 25px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

/* X <= 991 --- Medium */
@media (max-width: 992px) {
	.wrapper-footer aside.pading-lt-7x {
		padding-left: 15px;
	}

	.padding-lr-60 {
		padding-left:  15px;
		padding-right: 15px;
	}

	.content-area .site-main.col-sm-9 {
		-ms-flex:  0 0 100%;
		flex:      0 0 100%;
		max-width: 100%;
		float:     none;
	}

	.content-area .widget-area.col-sm-3 {
		padding-top: 30px;
		float:       none;
		-ms-flex:    0 0 100%;
		flex:        0 0 100%;
		max-width:   100%;
	}

	.content-blog-masonry.masonry-column-3 .grid-item, .content-blog-masonry.masonry-column-4 .grid-item, .content-blog-masonry.masonry-column-5 .grid-item {
		width: 50%;
	}

	.woocommerce #customer_login {
		max-width: 480px;
		margin:    0 auto;
	}

	.woocommerce #customer_login .col-1, .woocommerce #customer_login .col-2 {
		padding-right: 0;
		padding-left:  0;
	}

	.woocommerce #customer_login .u-column1 {
		margin-bottom: 40px;
	}
}

/* 768px <= X <= 991px --- Large */
@media screen and (max-width: 991px) and (min-width: 768px) {
	/* Page Not Found */
	.page-not-found .page-detail .page-inner {
		width: 65%;
	}

	.woocommerce form.checkout_coupon .form-row-first {
		width: 64%;
	}

	.woocommerce .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper textarea {
		height: 65px;
	}

	/* Shop Cart */
	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-subtotal {
		padding: 30px 10px;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-price {
		padding-right: 15px;
	}

	/* Wishlist Page */
	.woocommerce .woocommerce-cart-form .shop_table thead tr th {
		font-size: 18px;
	}

	.woocommerce .woocommerce-cart-form .shop_table thead tr .product-name {
		padding-left: 15px;
	}

	.woocommerce .woocommerce-cart-form .shop_table thead tr .product-quantity {
		padding: 10px;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-remove {
		width: 30px;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-remove .remove {
		width: 20px;
	}

	/* Shop Single v1*/
	.shop-single-v1-section .woocommerce .woocommerce-product-gallery {
		padding-right: 0;
	}

	.shop-single-v1-section .woocommerce .summary {
		padding-left: 0;
	}

	.wrapper-footer aside {
		-ms-flex:  0 0 50%;
		flex:      0 0 50%;
		max-width: 50%;
	}

	.column-tablet .vc_col-sm-4 {
		width: 100%;
	}
}

/* 576px <= X <= 991px --- Large */
@media screen and (max-width: 991px) and (min-width: 576px) {
	.single-blog-content .related-posts .post-inner {
		-ms-flex:  0 0 50%;
		flex:      0 0 50%;
		max-width: 50%;
	}

	.single-blog-content .related-posts .post-inner:last-child {
		display: none;
	}
}

/* X <= 767px --- Small */
@media screen and (max-width: 767px) {
	/* Page Not Found */
	.page-not-found .page-detail .page-inner {
		width:     100%;
		transform: translate(0, 0);
		position:  static;
		padding:   0 15px;
	}

	/* Shop Cart */
	.woocommerce .woocommerce-cart-form .shop_table thead {
		display: none;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item {
		border-left:  none;
		border-right: none;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item td {
		display:    block;
		text-align: right;
		background: rgba(0, 0, 0, 0.025);
		padding:    15px;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item:nth-child(2n) td {
		background: transparent;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item td[data-title]::before {
		content:     attr(data-title) ": ";
		font-weight: 600;
		float:       left;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-remove {
		width:    100%;
		display:  block;
		position: relative;
		padding:  0;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-remove .remove {
		position: absolute;
		top:      3px;
		right:    3px;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-name {
		width:    100%;
		position: relative;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-thumbnail {
		text-align: center !important;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-thumbnail:before {
		display: none;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-name img {
		margin-right:      0;
		position:          absolute;
		bottom:            100%;
		left:              50%;
		transform:         translateX(-50%);
		-moz-transform:    translateX(-50%);
		-webkit-transform: translateX(-50%);
		-o-transform:      translateX(-50%);
		-ms-transform:     translateX(-50%);
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-price {
		padding-right: 15px;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-subtotal {
		clear: both;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-quantity:after {
		clear:   both;
		display: table;
		content: "";
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-quantity .quantity {
		margin-left: 20px;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .actions {
		text-align: center;
		margin:     0 auto;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .actions .coupon {
		float: none;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .actions .coupon button {
		color: #111111;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .actions .button {
		margin:        0 auto;
		width:         100% !important;
		float:         none !important;
		min-width:     200px;
		margin-bottom: 15px;
	}

	.cart-collaterals table.shop_table_responsive tr:nth-child(2n) td {
		background: transparent !important;
	}

	.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
		text-align: center;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .actions .coupon .input-text {
		float:  none;
		margin: 0 0 20px;
		width:  100%;
	}

	.woocommerce .cart-collaterals {
		padding-top: 10px;
	}

	/* Shop Single v1*/
	.shop-single-v1-section .woocommerce .woocommerce-product-gallery {
		padding-right: 0;
	}

	.shop-single-v1-section .woocommerce .summary {
		padding-left: 0;
		margin-top:   60px;
	}

	.home-content {
		padding-right: 0;
		padding-left:  0;
	}

	.wrapper-footer.section-box {
		padding: 60px 0 60px;
		margin:  0;
	}

	.null-instagram-feed .instagram-pics li {
		width: 50%;
		float: left;
	}

	.footer-top .null-instagram-feed .instagram-pics li:nth-child(5) {
		display: none;
	}

	.footer-top .widget-title {
		padding-bottom: 30px;
	}

	.footer-top {
		padding-top:    50px;
		padding-bottom: 50px;
	}

	.content-area {
		padding-top:    60px;
		padding-bottom: 40px;
	}

	.wp-block-column {
		flex-basis: 100%;
		margin:     0 0 20px 0 !important;
	}

	.categories-hp-1 .categories-detail {
		margin-bottom: 7px;
	}

	.woocommerce .woocommerce-info {
		line-height: inherit;
	}

	.woocommerce-checkout #order_review_heading {
		margin-top: 40px;
	}

	.mfp-container {
		padding: 30px 10px;
	}

	.mfp-container .product-lightbox {
		width:   100%;
		padding: 12px;
	}
}

/* 576 <= X <= 767px --- Small */
@media screen and (max-width: 767px) and (min-width: 576px) {
	.single-blog-content .single-post-author .author-info h5 {
		padding: 0;
	}

	.single-blog-content .single-post-author .author-info p {
		padding: 5px 0 10px;
	}

	.wrapper-footer aside {
		max-width: 50%;
		-ms-flex:  0 0 50%;
		flex:      0 0 50%;
	}
}

@media screen and (max-width: 600px) {
	.sticky_header .affix {
		top: 0;
	}
}

/* X <= 575px --- Extra small */
@media (max-width: 575px) {
	/* Page Not Found */
	.page-not-found .page-detail .page-inner h2 {
		font-size:      40px;
		padding-bottom: 15px;
		margin-bottom:  20px;
	}

	/* Blog Section Of Blog Right Sidebar */
	.widget-area .widget-best-team .info .signature {
		width: 45%;
	}

	.single-blog-content .single-post-author .author-image {
		float:  none;
		margin: 0 auto;
	}

	.single-blog-content .single-post-author .author-info {
		margin-left: 0;
		width:       100%;
		float:       none;
		text-align:  center;
	}

	.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row-first {
		width:        100%;
		float:        none;
		margin-right: 0;
	}

	.woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row-last {
		width: 100%;
	}

	.woocommerce .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper textarea {
		height: 57px;
	}

	.woocommerce form.woocommerce-form-login .form-row-first {
		width:        100%;
		float:        none;
		margin-right: 0;
	}

	.woocommerce form.woocommerce-form-login .form-row-last {
		width: 100%;
	}

	.woocommerce form.checkout_coupon .form-row-first {
		width:  100%;
		float:  none;
		margin: 17px 0 30px 0;
	}

	.woocommerce form.checkout_coupon .form-row-last {
		width: 100%;
	}

	.woocommerce .woocommerce-info {
		padding: 15px 10px 15px 40px;
	}

	.woocommerce .woocommerce-info:before {
		left: 15px;
	}

	/* Shop Cart */
	.woocommerce .cart-collaterals .cart_totals .shop_table tbody th {
		width: 130px;
	}

	.woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .btn-small {
		padding: 17px 15px;
	}

	.canvas-right-content {
		width: 300px;
	}

	.canvas-right-content .canvas-content {
		padding: 70px 20px 20px;
	}

	.canvas-right-content .canvas-content .null-instagram-feed .instagram-pics li {
		width: 50%;
	}

	.wrapper-footer {
		padding: 50px 0 50px;
	}

	.widget-area .null-instagram-feed .instagram-pics li {
		width: 50%;
	}

	.single-blog-content .related-posts {
		display:       block;
		margin-bottom: 20px;
	}

	.single-blog-content .related-posts .post-inner {
		-ms-flex:       0 0 100%;
		flex:           0 0 100%;
		max-width:      100%;
		padding-bottom: 20px;
	}

	.single-blog-content .related-posts .post-inner .post-formats-wrapper a {
		display: block;
	}

	.single-blog-content .related-posts .post-inner .post-formats-wrapper a img {
		width: 100%;
	}

	.single-blog-content .final-blog .socials, .single-blog-content .final-blog .product-share, .single-blog-content .final-blog .tags {
		float: left !important;
	}

	.single-blog-content .final-blog .socials, .single-blog-content .final-blog .product-share {
		margin-bottom: 0;
		margin-top:    10px;
	}

	.single-blog-content .final-blog .socials a, .single-blog-content .final-blog .product-share a {
		padding-right: 15px;
		padding-left:  0;
	}

	.header-hp-1 .header-right > div {
		margin-left: 10px;
	}

	.tp-bullets, .tparrows {
		display: none !important;
	}

	.wrapper-footer [id*="monster-widget-placeholder"] {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.content-blog-masonry.masonry-column-3 .grid-item, .content-blog-masonry.masonry-column-4 .grid-item, .content-blog-masonry.masonry-column-5 .grid-item {
		width: 100%;
	}

	.special-heading, .related > h2, .up-sells > h2 {
		margin-bottom: 40px;
	}
}

@media (max-width: 380px) {
	.woocommerce .shop-single-v1-section .summary .cart .button {
		padding: 12px 25px;
	}

	.woocommerce .shop-single-v1-section .summary .cart .button:before, .woocommerce .shop-single-v1-section .summary .cart .button:after {
		display: none;
	}

	.woocommerce #review_form #respond .form-submit input,
	.comments-area .comment-respond .form-submit input#submit {
		padding: 12px 25px;
	}

	.content-area .wrapper-view-move .view-more-button {
		padding: 14px 25px;
	}
}

/* X <= 320px --- Extra small */
@media (max-width: 320px) {
	/* Shop Single v1 */
	.shop-single-v1-section .woocommerce .summary .product_title {
		font-size: 28px;
	}

	.shop-single-v1-section .woocommerce .woocommerce-tabs .tab-content .woocommerce-Reviews #comments .comment-item .comment-author {
		flex-direction:         column;
		-moz-flex-direction:    column;
		-webkit-flex-direction: column;
		-o-flex-direction:      column;
		-ms-flex-direction:     column;
	}

	.woocommerce .woocommerce-checkout-review-order table tbody .cart_item .product-name .review-wrap {
		padding-left: 0;
	}

	.woocommerce .woocommerce-checkout-review-order table tbody .cart_item .product-name img {
		display: none;
	}

	.widget-area .null-instagram-feed .instagram-pics li {
		width: 100%;
	}

	.canvas-right-content {
		width: 260px;
	}

	.canvas-right-content .canvas-content {
		padding: 35px 20px 20px;
	}
}

@media screen and (min-width: 768px) {
	.content-area .row {
		display: block !important;
	}

	.content-area:after {
		content: '';
		clear:   both;
		display: block;
	}
}

/*# sourceMappingURL=style.css.map */
