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

This theme, like WordPress, is license under split.

WordPress Novas 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%;
}

body {
	margin: 0;
}

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

dfn {
	font-style: italic;
}

mark {
	background: #FFFFFF;
	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.wp-block-image {
	margin: 0;
}

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

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: 15px;
}

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

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

mark,
ins {
	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:    1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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: 3px;
}

textarea {
	padding-left: 3px;
	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;
}

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

.page-links {
	clear:  both;
	margin: 25px 0 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: 30px;
}

.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.8075em 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-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: 24px;
}

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

/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/* 2. Extend ------------------------------------------------------------ */
display-flex, .header-hp-1 .header-right, .header-hp-1 .header-left, .canvas-right-content .canvas-content .contact, .testimonials-hp-1 .owl-carousel.owl-theme .owl-nav, .deal-hp-2 .deal-content .wrap-countdown, .sc-list-posts .news-details .info .date, .newsletter-details, .contact-details .contact-info, .page-not-found .page-detail, .woocommerce .shop-single-v1-section .summary .woocommerce-product-rating, .content-area .wrapper-blog-content .final-blog, .single-blog-content .post-content .post-image, .single-blog-content .related-posts, .wc-sc-product.featured-layout-3 .inner-sc-product .product .yith-wcwl-add-to-wishlist a, .sc-product-showcase .inner-item-product .woocommerce-product-gallery .owl-carousel .owl-thumbs {
	display: flex;
	display: -webkit-flex;
}

/* 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;
	font-family: 'Poppins', sans-serif;
	word-wrap:   break-word;
	overflow-x:  hidden;
	background:  #fff !important;
}

a {
	transition:         all 0.3s ease 0.1s;
	-moz-transition:    all 0.3s ease 0.1s;
	-webkit-transition: all 0.3s ease 0.1s;
	-o-transition:      all 0.3s ease 0.1s;
	-ms-transition:     all 0.3s ease 0.1s;
	text-decoration:    none;
	display:            inline-block;
	color:              #333;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color:          #333;
	font-family:    'Poppins', sans-serif;
	font-weight:    500;
	letter-spacing: 0;
	margin-top:     0;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

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 #333;
	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:              #333;
	background:         transparent;
	font-size:          15px;
	font-weight:        400;
	position:           relative;
	z-index:            9;
	border-radius:      0;
}

.au-btn:before, .woocommerce a.button.alt:before, .woocommerce .button.wc-backward:before,
.woocommerce button.button:before, .woocommerce input.button:before, .sc-product-showcase .inner-item-product a.button:before,
.woocommerce .button.wc-forward:before, .woocommerce .woocommerce-info a.button: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:         #333;
}

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

.au-btn:hover:before, .woocommerce a.button.alt:hover:before, .woocommerce .button.wc-backward:hover:before,
.woocommerce button.button:hover:before, .woocommerce input.button:hover:before, .sc-product-showcase .inner-item-product a.button:hover:before,
.woocommerce .button.wc-forward:hover:before, .woocommerce .woocommerce-info a.button:hover:before {
	width: 100%;
}

#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:     17px 34px;
	background:  transparent;
	color:       #333;
	display:     inline-block;
	white-space: nowrap;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background: transparent;
}

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

.woocommerce button.button:after, .woocommerce a.button.alt:after, .woocommerce .button.wc-forward:after, .woocommerce .button.wc-backward:after, .woocommerce .woocommerce-info a.button:after {
	display:     inline-block;
	font:        normal normal normal 14px/1 'Material-Design-Iconic-Font';
	content:     '\f2ee';
	margin-left: 10px;
}

.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: 17px 34px;
}

.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 #333;
	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:              #333;
	background:         transparent;
	font-size:          15px;
	font-weight:        400;
	position:           relative;
	padding:            17px 35px;
	cursor:             pointer;
	border-radius:      0;
}

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

.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:         #333;
}

.au-btn-white:hover {
	color:           #fff;
	border:          1px solid #333;
	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 #333;
	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:         #333;
	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:           #333;
	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:       #333;
}

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

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

.special-heading, .related > h2, .up-sells > h2 {
	font-weight:    500;
	color:          #333;
	text-align:     center;
	position:       relative;
	padding-bottom: 16px;
	margin-bottom:  63px;
}

.special-heading:before, .related > h2:before, .up-sells > h2:before {
	position:     absolute;
	left:         50%;
	content:      '';
	border-style: solid;
	border-width: 2px 0 1px 0;
	width:        64px;
	margin-left:  -32px;
	height:       3px;
	bottom:       0;
}

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

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

.related > h2, .up-sells > h2 {
	text-align:    left;
	margin-bottom: 35px;
}

.related > h2:before, .up-sells > h2: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:            #333;
	background-color: #f7f7f7;
}

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

.breadcrumb-section .heading_primary {
	color:          inherit;
	font-weight:    500;
	font-size:      3em;
	padding-bottom: 17px;
	margin-bottom:  0;
}

.breadcrumb-section .phys-breadcrumb {
	font-size:   18px;
	opacity:     0.6;
	font-weight: 400;
	overflow:    hidden;
	list-style:  none;
	margin:      0;
}

.breadcrumb-section .phys-breadcrumb li {
	list-style: none;
	float:      left;
	color:      inherit;
}

.breadcrumb-section .phys-breadcrumb a {
	color: inherit;
}

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

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

@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:              #333;
	position:           fixed;
	bottom:             20px;
	right:              20px;
	text-align:         center;
	z-index:            9999;
	height:             46px;
	width:              35px;
	background-color:   #fff;
	border:             1px solid #333;
	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;
}

.footer__arrow-top:before {
	content:           '';
	width:             1px;
	height:            18px;
	background:        #333;
	position:          absolute;
	top:               50%;
	left:              50%;
	transform:         translate(-50%, -50%);
	-moz-transform:    translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform:      translate(-50%, -50%);
	-ms-transform:     translate(-50%, -50%);
}

/* End Back To Top Button */
/*Form*/
input,
select,
textarea,
.select-selected {
	width:                 100%;
	padding:               11px 20px;
	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;
	font-size:             15px;
	font-weight:           400;
}

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:        #333;
	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:        #333;
	}
	25% {
		height:            30px;
		transform:         translateY(15px);
		-moz-transform:    translateY(15px);
		-webkit-transform: translateY(15px);
		-o-transform:      translateY(15px);
		-ms-transform:     translateY(15px);
		background:        #333;
	}
	50% {
		height:            5px;
		transform:         translateY(0px);
		-moz-transform:    translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transform:      translateY(0px);
		-ms-transform:     translateY(0px);
		background:        #333;
	}
	100% {
		height:            5px;
		transform:         translateY(0px);
		-moz-transform:    translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transform:      translateY(0px);
		-ms-transform:     translateY(0px);
		background:        #333;
	}
}

.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:        #333;
	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-desktop {
	padding: 0 65px;
}

.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:      34px;
	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:                      34px;
	height:                     3px;
	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:                 34px;
	height:                3px;
	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: -10px;
}

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

.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 only screen and (min-width: 1025px) {
	.header-hp-1 .menu-desktop-inner {
		display:                 flex;
		display:                 -webkit-flex;
		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 .logo {
		padding: 31px 0 30px;
	}

	.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:       #333;
		float:       left;
		font-weight: 500;
		font-size:   15px;
		padding:     33px 0 30px 0;
		position:    relative;
	}

	.header-hp-1 .menu-desktop-inner .main-menu .navmenu > .menu-item > a:before {
		position:           absolute;
		content:            '';
		background:         #333;
		height:             2px;
		width:              0;
		left:               24px;
		bottom:             0;
		opacity:            0;
		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;
	}

	.header-hp-1 .menu-desktop-inner .main-menu .navmenu > .menu-item.current-menu-item > a, .header-hp-1 .menu-desktop-inner .main-menu .navmenu > .menu-item > a:hover {
		position: relative;
	}

	.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 > a:hover:before {
		width:   30px;
		opacity: 1;
	}

	.header-hp-1 .menu-desktop-inner .main-menu .navmenu > .menu-item > a {
		color:    #333;
		padding:  0 24px;
		position: relative;
	}

	.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:            25px 0;
		position:           absolute;
		left:               5px;
		width:              250px;
		z-index:            99999;
		top:                100%;
		color:              #333;
		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 > a {
		position: relative;
	}

	.header-hp-1 .menu-desktop-inner .main-menu .navmenu > .menu-item .sub-menu > li.menu-item-has-children > a: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;
	}

	.header-hp-1 .menu-desktop-inner .main-menu .navmenu > .menu-item .sub-menu li:hover .sub-menu {
		display: block;
		left:    100%;
		top:     0;
		padding: 25px 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: #333;
	}

	.header-hp-1 .menu-desktop-inner .main-menu .navmenu > .menu-item .sub-menu a {
		font-weight: 400;
		font-size:   15px;
		color:       #666;
		padding:     8px 29px;
		display:     block;
		position:    relative;
	}

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

	.header-hp-1 .menu-desktop-inner .main-menu .navmenu > .menu-item .sub-menu a:before {
		position:          absolute;
		content:           '';
		width:             5px;
		height:            1px;
		background:        #333;
		top:               50%;
		transform:         translateY(-50%);
		-moz-transform:    translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform:      translateY(-50%);
		-ms-transform:     translateY(-50%);
		left:              30px;
		opacity:           0;
	}

	.header-hp-1 .menu-desktop-inner .main-menu .navmenu > .menu-item .sub-menu a:hover {
		padding-left: 45px;
	}

	.header-hp-1 .menu-desktop-inner .main-menu .navmenu > .menu-item .sub-menu a:hover:before {
		opacity: 1;
	}

	.header-hp-1 .menu-desktop-inner .main-menu .navmenu > .menu-item:last-child .sub-menu {
		right: 5px;
		left:  inherit;
	}
}

@media only screen and (max-width: 1024px) {
	.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:     -15px;
		right:    -15px;
		z-index:  999;
	}

	.header-hp-1 .menu-desktop-inner {
		display:                 flex;
		display:                 -webkit-flex;
		padding-top:             15px;
		padding-bottom:          15px;
		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 .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 a {
	font-size:   30px;
	font-weight: bold;
	line-height: 40px;
	padding:     24px 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: 0 1px 3px #f3f3f3;
	width:      100%;
}

/* End Header Desktop hp-1 hp-2 hp-3 hp-6*/
/* Header hp-4 */
.header-hp-1.header-hp-4 .top-header {
	text-align:  center;
	padding-top: 41px;
}

.header-hp-1.header-hp-4 .menu-desktop-inner .main-menu .menu-item {
	padding: 28px 0px;
}

/* End Header hp-4 */
/* Header hp-5 */
.header-hp-1.style-header-hp-1.style-header-hp-5 {
	background: transparent;
}

/* End Header hp-5 */
/* Header Page Not Found */
.header-hp-1.header-404 .site-header-cart {
	padding: 0px 0px 0 12px;
}

/* End Header Page Not Found */
/* Header Landing Page */
.header-landing-page {
	display: none;
}

/* End Header Landing Page */
/* Header Mobile */
.mobile-top-header {
	padding: 15px 24px 15px 30px;
	/* Hamburger Button */
	/* End Hamburger Button */
}

.mobile-top-header.style-mobile-top-header {
	position:   absolute;
	top:        0;
	left:       0;
	width:      100%;
	z-index:    99999;
	background: #fff;
}

.mobile-top-header .logo-mobile {
	display: inline-block;
}

.au-navbar-mobile {
	display: none;
	width:   100%;
	z-index: 999999;
}

.au-navbar-mobile.style-au-navbar-mobile {
	width:    100%;
	z-index:  999999;
	position: absolute;
	top:      56.89px;
}

/* End Header Mobile */
/* Header Scroll hp-1 hp-2 hp-3 hp-6*/
.header-hp-1 .menu-desktop.fixed {
	z-index:            9999;
	position:           fixed;
	width:              100%;
	background:         #fff;
	top:                0;
	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);
}

/* End Header Scroll hp-1 hp-2 hp-3 hp-6*/
/* Header Scroll hp-4 */
.header-hp-1.header-hp-4 .menu-desktop.fixed .top-header {
	display: none;
}

/* End Header Scroll hp-4 */
/* Header Scroll hp-5 */
.header-hp-1.style-header-hp-5 .menu-desktop.fixed {
	display: none;
}

.search-overlay {
	position:           fixed;
	width:              100%;
	height:             100%;
	top:                0;
	left:               0;
	right:              0;
	transition:         all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition:      all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	visibility:         hidden;
	opacity:            0;
}

.search-overlay .background-overlay {
	width:      100%;
	height:     100%;
	background: #fff;
	position:   absolute;
	z-index:    99;
}

.search-overlay.search-show {
	visibility: visible;
	opacity:    1;
	z-index:    9999;
}

.search-overlay.search-show .modal-search-content {
	top:                50%;
	max-width:          779px;
	margin:             -25px auto 0 auto;
	position:           relative;
	z-index:            100;
	transform:          translate(0, 0);
	-moz-transform:     translate(0, 0);
	-webkit-transform:  translate(0, 0);
	-o-transform:       translate(0, 0);
	-ms-transform:      translate(0, 0);
	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 .closeicon {
	position: fixed;
	right:    3%;
	top:      16px;
	width:    32px;
	height:   32px;
	opacity:  1;
	z-index:  999;
	cursor:   pointer;
}

.search-overlay .closeicon:before {
	transform: rotate(45deg);
}

.search-overlay .closeicon:after {
	transform: rotate(-45deg);
}

.search-overlay .closeicon:before, .search-overlay .closeicon:after {
	position:         absolute;
	left:             15px;
	content:          ' ';
	height:           33px;
	width:            1px;
	background-color: #000;
}

.search-overlay .modal-search-content {
	top:                50%;
	max-width:          779px;
	margin:             -25px auto 0 auto;
	position:           relative;
	z-index:            100;
	transform:          translate(0, -45%);
	-moz-transform:     translate(0, -45%);
	-webkit-transform:  translate(0, -45%);
	-o-transform:       translate(0, -45%);
	-ms-transform:      translate(0, -45%);
	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;
}

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

.search-overlay .search-form .search-field {
	font-weight:    normal;
	font-size:      16px;
	vertical-align: middle;
	padding:        6px 10px;
	border:         none;
	border-bottom:  1px solid #333;
	background:     transparent;
}

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

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

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

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

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

.admin-bar .search-overlay .closeicon, .admin-bar.canvas-show .closeicon {
	top: 50px;
}

.physc_search .wrapper-search {
	display: inline-block;
}

.physc_search .wrapper-search .search-toggler {
	font-size: 28px !important;
	cursor:    pointer;
}

#canvas-btn span {
	width:         25px;
	height:        16px;
	display:       block;
	border-bottom: 2px solid #333;
	position:      relative;
	margin-bottom: 6px;
	margin-left:   20px;
	cursor:        pointer;
}

#canvas-btn span:before, #canvas-btn span:after {
	width:      20px;
	height:     2px;
	content:    "";
	position:   absolute;
	background: #333;
	display:    block;
	right:      0;
	top:        7px;
}

#canvas-btn span:before {
	width: 15px;
	top:   0;
}

.canvas-show {
	overflow:      hidden;
	padding-right: 15px;
}

.canvas-show .canvas-right-content {
	display:    block;
	z-index:    9999;
	overflow-x: hidden;
	overflow-y: auto;
	right:      0;
}

.canvas-show .background-overlay {
	width:      100%;
	height:     100%;
	background: rgba(0, 0, 0, 0.8);
	position:   fixed;
	z-index:    99;
	top:        0;
	left:       0;
}

.canvas-right-content {
	position:           fixed;
	top:                0;
	bottom:             0;
	right:              -450px;
	z-index:            1050;
	overflow:           hidden;
	outline:            0;
	width:              440px;
	transition:         all 0.2s ease-out;
	-moz-transition:    all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-o-transition:      all 0.2s ease-out;
	-ms-transition:     all 0.2s ease-out;
}

.canvas-right-content::-webkit-scrollbar {
	width: 6px;
}

.canvas-right-content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius:      6px;
}

.canvas-right-content::-webkit-scrollbar-thumb {
	border-radius:      6px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.canvas-right-content .closeicon {
	position: absolute;
	right:    3%;
	top:      16px;
	width:    32px;
	height:   20px;
	opacity:  1;
	z-index:  999;
	cursor:   pointer;
}

.canvas-right-content .closeicon:before {
	transform: rotate(45deg);
}

.canvas-right-content .closeicon:after {
	transform: rotate(-45deg);
}

.canvas-right-content .closeicon:before, .canvas-right-content .closeicon:after {
	position:         absolute;
	left:             15px;
	content:          ' ';
	height:           20px;
	width:            2px;
	background-color: #000;
}

.canvas-right-content .canvas-content {
	display:            block;
	background:         #fff;
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow:      0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow:     0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	padding:            124px 63px 70px;
	min-height:         100vh;
}

.canvas-right-content .canvas-content > div {
	margin-bottom: 35px;
	text-align:    left;
}

.canvas-right-content .canvas-content > div ul {
	list-style: none;
	margin:     0;
}

.canvas-right-content .canvas-content > div ul li {
	list-style: none;
}

.canvas-right-content .canvas-content > div:last-child {
	margin-bottom: 0;
}

.canvas-right-content .canvas-content > div .widget-title {
	padding-bottom: 17px;
	margin:         0;
}

.canvas-right-content .canvas-content .widget_media_image {
	padding-top: 30px;
}

.canvas-right-content .canvas-content .null-instagram-feed .instagram-pics {
	margin: 0 -5px;
}

.canvas-right-content .canvas-content .null-instagram-feed .instagram-pics li {
	width:      33.333%;
	float:      left;
	padding:    5px;
	list-style: none;
}

.canvas-right-content .canvas-content .contact {
	align-items:         center;
	-moz-align-items:    center;
	-webkit-align-items: center;
	-o-align-items:      center;
	-ms-align-items:     center;
	padding-bottom:      9px;
}

.canvas-right-content .canvas-content .contact i {
	padding-right: 15px;
}

.canvas-right-content .canvas-content .contact a {
	color: #666;
}

.canvas-right-content .canvas-content .contact a:hover {
	color: #333;
}

.canvas-right-content .canvas-content .contact:last-child {
	padding-bottom: 0;
}

.canvas-right-content .canvas-content .email {
	position: relative;
	padding:  0;
}

.canvas-right-content .canvas-content .email .send {
	cursor:   pointer;
	position: absolute;
	right:    0;
	border:   none;
}

.canvas-right-content .canvas-content .email input::placeholder {
	font-size: 13px;
}

.canvas-right-content .canvas-content .email input {
	padding:       5px 0;
	border:        none;
	border-bottom: 1px solid #666;
}

.canvas-right-content .canvas-content .widget-social a {
	color:         #666;
	font-size:     17px;
	padding-right: 14px;
}

.canvas-right-content .canvas-content .widget-social a:hover {
	color: #333;
}

@media only screen and (max-width: 1200px) {
	.canvas-right-content .canvas-content {
		padding: 50px 63px;
	}
}

@media only screen and (max-width: 768px) {
	.canvas-right-content .canvas-content {
		padding: 40px 20px;
	}
}

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

/* 5. Footer ------------------------------------------------------------ */
/* Footer hp-1*/
.wrapper-footer.section-box {
	padding: 117px 0 104px;
	margin:  0 80px 80px;
}

.wrapper-footer {
	padding: 55px 0 100px;
}

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

.wrapper-footer aside.footer-items-1 {
	padding-left: 85px;
}

.wrapper-footer aside.footer-items-2 {
	padding-left: 78px;
}

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

.wrapper-footer .widget_tag_cloud a {
	font-size:     100% !important;
	margin:        5px;
	border:        1px solid rgba(255, 255, 255, 0.4);
	line-height:   1;
	padding:       5px 10px;
	border-radius: 3px;
}

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

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

.wrapper-footer ul li a {
	display: inline-block;
	padding: 5px 0;
}

.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;
	text-transform: uppercase;
}

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

.wrapper-footer [id*="monster-widget-placeholder"] table, .wrapper-footer [id*="monster-widget-placeholder"] th, .wrapper-footer [id*="monster-widget-placeholder"] td {
	border-color: rgba(255, 255, 255, 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:    none;
}

.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 .mc4wp-form .email input {
	border-bottom: 1px solid #e5e5e5;
	color:         #fff;
}

.wrapper-footer .mc4wp-form .email input::-webkit-input-placeholder {
	color: #fff;
}

.wrapper-footer .mc4wp-form .email input::-moz-placeholder {
	color: #fff;
}

.wrapper-footer .mc4wp-form .email input:-ms-input-placeholder {
	color: #fff;
}

.wrapper-footer .mc4wp-form .email input:-moz-placeholder {
	color: #fff;
}

.wrapper-footer .mc4wp-form .email input::placeholder {
	color: #fff;
}

.wrapper-footer .mc4wp-form .email .send {
	border: none;
}

.wrapper-footer .mc4wp-form .email:after {
	color: #fff;
}

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

.wrapper-footer .socials a {
	color:         #fff;
	font-size:     17px;
	padding-right: 14px;
}

.wrapper-footer .socials a:hover {
	color: #ccc;
}

.wrapper-footer .contact,
.wrapper-footer .profile {
	padding-bottom: 9px;
}

.wrapper-footer .contact i,
.wrapper-footer .profile i {
	color:         #fff;
	padding-right: 7px;
}

.wrapper-footer .contact a,
.wrapper-footer .profile a {
	color: #fff;
}

.wrapper-footer .contact a:hover,
.wrapper-footer .profile a:hover {
	color: #ccc;
}

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

.mc4wp-form .email {
	padding:  0 0 34px;
	position: relative;
}

.mc4wp-form .email input {
	background:    transparent;
	border:        none;
	border-bottom: 1px solid #666;
	padding:       5px 0;
	color:         #666;
}

.mc4wp-form .email input::-webkit-input-placeholder {
	color: #666;
}

.mc4wp-form .email input::-moz-placeholder {
	color: #666;
}

.mc4wp-form .email input:-ms-input-placeholder {
	color: #666;
}

.mc4wp-form .email input:-moz-placeholder {
	color: #666;
}

.mc4wp-form .email input::placeholder {
	font-size: 13px;
	color:     #666;
}

.mc4wp-form .email .send {
	position:   absolute;
	right:      0;
	margin-top: 0;
	font-size:  0;
	cursor:     pointer;
	width:      34px;
	height:     34px;
	border:     none;
	z-index:    2;
}

.mc4wp-form .email:after {
	color:    #666;
	position: absolute;
	right:    0;
	top:      10px;
	display:  inline-block;
	font:     normal normal normal 14px/1 'Material-Design-Iconic-Font';
	content:  '\f194';
}

/* End Footer hp-1*/
/* Footer hp-2*/
.footer-section.footer-hp-2 {
	margin: 0;
}

.footer-top {
	padding-top:    50px;
	padding-bottom: 110px;
}

.footer-top .widget-title {
	font-size:   2.6em;
	padding:     0 0 40px 0;
	font-weight: 500;
}

/* Landing ------------------------------------------------------------*/
/* 6. Homepage ------------------------------------------------------------ */
/* Slider Revolution Section */
.style-home-slider-hp-1 {
	padding: 0 80px;
}

/* End Slider Revolution Section */
/* Categories Section */
.categories-hp-1.section-box {
	padding-bottom: 111px;
}

.categories-hp-1 .categories-detail {
	position: relative;
}

.categories-hp-1 .categories-detail .images {
	overflow: hidden;
}

.categories-hp-1 .categories-detail .images 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);
}

.categories-hp-1 .categories-detail .product {
	position:   absolute;
	left:       0;
	bottom:     20px;
	background: #fff;
}

.categories-hp-1 .categories-detail .product a {
	padding: 7.5px 20px;
}

.categories-hp-1 .categories-detail .product a:hover {
	color: #333;
}

.categories-hp-1 .categories-detail .product .name {
	font-size:   18px;
	font-weight: 500;
}

.categories-hp-1 .categories-detail .product .quantity {
	display: none;
	color:   #666;
}

.categories-hp-1 .categories-detail .product:hover .line {
	display: none;
}

.categories-hp-1 .categories-detail .product:hover .quantity {
	display: inline-block;
}

.categories-hp-1 .categories-detail:hover .images 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);
}

/* End Categories Section */
/* Featured Sale Section */
.featured-layout-1 .view-all {
	text-align: center;
	padding:    30px 0 120px;
}

@media only screen and (max-width: 768px) {
	.featured-layout-1 .view-all {
		padding-bottom: 50px;
	}
}

.featured-layout-1 .view-all .btn-small {
	padding: 17px 35.5px;
}

.featured-layout-1 .view-all i {
	padding-left: 9px;
}

/* End Featured Sale Section */
/* End Banner Section */
/* Testimonials Section */
.testimonials-hp-1 .testimonials-content {
	background: #f7f7f7;
}

.testimonials-hp-1 .owl-carousel.owl-theme .owl-dots,
.testimonials-hp-1 .owl-carousel.owl-theme .owl-thumbs {
	display: none;
}

.testimonials-hp-1 .owl-carousel.owl-theme .owl-nav {
	position:                absolute;
	width:                   42%;
	left:                    42%;
	top:                     50%;
	transform:               translateY(-50%);
	-moz-transform:          translateY(-50%);
	-webkit-transform:       translateY(-50%);
	-o-transform:            translateY(-50%);
	-ms-transform:           translateY(-50%);
	justify-content:         space-between;
	-moz-justify-content:    space-between;
	-webkit-justify-content: space-between;
	-o-justify-content:      space-between;
	-ms-justify-content:     space-between;
	margin-top:              0;
}

.testimonials-hp-1 .owl-carousel.owl-theme .owl-nav [class*=owl-] {
	margin:                0;
	font-size:             30px;
	color:                 #999;
	outline:               none;
	-moz-outline:          none;
	-webkit-outline:       none;
	-o-outline:            none;
	-ms-outline:           none;
	border-radius:         0;
	-moz-border-radius:    0;
	-webkit-border-radius: 0;
	-o-border-radius:      0;
	-ms-border-radius:     0;
}

.testimonials-hp-1 .owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
	color:      #333;
}

.testimonials-hp-1 .owl-carousel .item .right-block {
	padding-right: 300px;
}

.testimonials-hp-1 .owl-carousel .item .left-block {
	padding-left: 250px;
}

.testimonials-hp-1 .owl-carousel .item .left-block .images {
	padding-right: 25px;
}

.testimonials-hp-1 .owl-carousel .item .left-block.left-block-2 {
	padding-left: 272px;
	margin:       13px 0 -13px;
}

.testimonials-hp-1 .owl-carousel .item .left-block.left-block-2 .images {
	padding-right: 0px;
	margin-right:  -38px;
}

.testimonials-hp-1 .owl-carousel .item .testimonials-detail {
	padding:    149px 65px 135px 85px;
	text-align: center;
}

.testimonials-hp-1 .owl-carousel .item .testimonials-detail i {
	font-size: 90px;
}

.testimonials-hp-1 .owl-carousel .item .testimonials-detail p {
	margin-top: 7px;
}

.testimonials-hp-1 .owl-carousel .item .testimonials-detail h5 {
	font-size: 20px;
	padding:   38px 0 4px;
}

/* End Testimonials Section */
/* Insta Follow Section */
.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;
}

/* End Insta Follow Section */
/* 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;
	padding:                 130px 0 120px;
}

.deal-hp-2 .deal-content p {
	font-size:   17px;
	font-weight: 300;
	color:       #000;
}

.deal-hp-2 .deal-content p b {
	font-weight: 600;
	color:       #ff6666;
}

.deal-hp-2 .deal-content .special-heading {
	padding-top:   13px;
	margin-bottom: 60px;
}

.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 {
	padding: 0 50px;
	display: inline-block;
}

.deal-hp-2 .deal-content .wrap-countdown .countdown-section .countdown-amount {
	font-size: 50px;
	color:     #333;
}

.deal-hp-2 .deal-content .wrap-countdown .countdown-section .countdown-period {
	font-size:  20px;
	margin-top: -12px;
	display:    block;
}

.deal-hp-2 .deal-content .shop {
	padding-top: 50px;
}

.deal-hp-2 .deal-content .shop .btn-small {
	padding: 17px 39px;
}

.deal-hp-2 .deal-content .shop i {
	padding-left: 10px;
}

.deal-hp-2 .deal-content .image {
	position: absolute;
	top:      34%;
	right:    9.5%;
}

/* End Deal Off Section  */
/* End Slider Revolution Section */
/* Banner Section */
/* End Banner Section */
/* End Featured Sale Section */
.sc-list-posts .news-details {
	position: relative;
}

.sc-list-posts .news-details .post-formats-wrapper {
	overflow: hidden;
}

.sc-list-posts .news-details 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);
}

.sc-list-posts .news-details .info {
	background: #fff;
	position:   absolute;
	bottom:     6%;
	left:       7.5%;
	right:      7.5%;
	padding:    20px 7px 18px 25px;
}

.sc-list-posts .news-details .info h4 {
	font-size:   20px;
	padding-top: 4px;
	line-height: 1.5;
}

.sc-list-posts .news-details .info .date {
	font-size:           13px;
	color:               #999;
	align-items:         center;
	-moz-align-items:    center;
	-webkit-align-items: center;
	-o-align-items:      center;
	-ms-align-items:     center;
}

.sc-list-posts .news-details .info .date .time {
	padding-right: 20px;
}

.sc-list-posts .news-details .info .date i {
	padding-right: 8px;
}

.sc-list-posts .news-details: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);
}

.newsletter-details {
	align-items:         center;
	-moz-align-items:    center;
	-webkit-align-items: center;
	-o-align-items:      center;
	-ms-align-items:     center;
	margin:              0 auto;
	max-width:           1170px;
}

.newsletter-details p {
	font-size:     30px;
	font-weight:   500;
	color:         #333;
	padding-right: 114px;
	line-height:   44px;
	margin-bottom: 0;
}

.newsletter-details p span {
	font-size: 45px;
	display:   block;
}

.newsletter-details .mc4wp-form {
	width: 100%;
}

.newsletter-details .mc4wp-form .email {
	padding: 0;
}

.newsletter-details input[type="email"] {
	border:  1px solid #333;
	width:   calc(100% - 185px);
	padding: 17.5px 19px;
}

.newsletter-details .email:after {
	display: none;
}

.newsletter-details .email input.au-btn {
	margin-left: 23px;
	background:  #333;
	color:       #fff;
	padding:     23px 40px;
	border:      none;
}

.newsletter-details .email input.au-btn:hover {
	background: #fff;
	color:      #333;
}

/* End Newsletter Section */
/* End Slider Revolution Section */
/* End Items Section */
/* Banner Section */
.banner-hp-6 .banner-content {
	margin: 0 65px;
}

/* End Banner Section */
/* 7. Pages ------------------------------------------------------------ */
/* Our Story Section */
.story-about-section .story-content .images {
	position: relative;
	z-index:  1;
}

.story-about-section .story-content .story-detail {
	padding:  80px 90px 0 55px;
	position: relative;
}

.story-about-section .story-content .story-detail:before {
	position:   absolute;
	content:    '';
	background: url(images/bg-about-us.jpg);
	top:        8.5%;
	left:       -18.5%;
	width:      119.3%;
	height:     122%;
}

.story-about-section .story-content .story-detail .special-heading {
	text-align:    left;
	margin-bottom: 46px;
	position:      relative;
	z-index:       1;
}

.story-about-section .story-content .story-detail .special-heading:before {
	left:              0;
	margin-left:       0;
	transform:         translateX(0);
	-moz-transform:    translateX(0);
	-webkit-transform: translateX(0);
	-o-transform:      translateX(0);
	-ms-transform:     translateX(0);
}

.story-about-section .story-content .story-detail p {
	margin-bottom: 15px;
}

.story-about-section .story-content .story-detail .desc {
	position: relative;
	z-index:  1;
}

.story-about-section .story-content .story-detail .info {
	margin-top: 60px;
	position:   relative;
	z-index:    1;
}

.story-about-section .story-content .story-detail .info .images {
	width:      125px;
	float:      left;
	margin-top: 4px;
}

.story-about-section .story-content .story-detail .info .author {
	width:      57%;
	text-align: center;
}

.story-about-section .story-content .story-detail .info .author .name {
	display:        block;
	font-size:      18px;
	font-weight:    500;
	color:          #333;
	padding-bottom: 4px;
}

/* End Our Story Section */
/* Gallery Section */
.gallery-about-section.section-box {
	padding-top: 50px;
}

.gallery-about-section .gallery-content {
	padding: 0 7.5px;
}

.gallery-about-section .gallery-content .images {
	margin:   0 -7.5px 15px;
	position: relative;
}

.gallery-about-section .gallery-content .images .overlay {
	background: rgba(0, 0, 0, 0.2);
}

.gallery-about-section .gallery-content .images:hover .overlay {
	opacity: 1;
}

.gallery-about-section .gallery-content .images .gallery-zoom .gallery-elements {
	position: absolute;
	width:    100%;
	height:   100%;
	top:      0;
	left:     0;
	cursor:   pointer;
	z-index:  99;
}

/* End Gallery Section */
/* Our Team Section */
.our-team-page.our-team-about.section-box {
	padding: 7px 0 118px;
}

/* End Our Team Section */
/* Testimonials Section */
.testimonials-hp-1.testimonials-about-us {
	background: #f7f7f7;
}

.testimonials-hp-1.testimonials-about-us .testimonials-content {
	background: transparent;
}

/* End Testimonials Section */
/* Map Section */
.map-section .js-map-holder {
	height: 490px;
}

/* End Map Section */
/* Contact Section */
.contact-section.section-box {
	padding: 113px 0 116px;
}

.wpcf7-form {
	margin-right: 30px;
}

.wpcf7-form .wpcf7-form-control-wrap {
	margin-bottom: 33px;
	display:       block;
}

.wpcf7-form .wpcf7-form-control-wrap input {
	padding:       0 0 9px 0;
	border:        none;
	border-bottom: 1px solid #333;
}

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

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

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

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

.wpcf7-form .wpcf7-form-control-wrap textarea {
	padding:       0 0 9px 0;
	height:        85px;
	border:        none;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
}

.wpcf7-form .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
	color: #333;
}

.wpcf7-form .wpcf7-form-control-wrap textarea::-moz-placeholder {
	color: #333;
}

.wpcf7-form .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
	color: #333;
}

.wpcf7-form .wpcf7-form-control-wrap textarea:-moz-placeholder {
	color: #333;
}

.wpcf7-form .wpcf7-submit {
	background: transparent;
	color:      #333;
	border:     1px solid #333;
	padding:    12px 35px 12px 35px;
	cursor:     pointer;
}

.wpcf7-form .wpcf7-submit:hover {
	background: #333;
	color:      #fff;
}

.contact-details {
	margin-left: 30px;
}

.contact-details .special-heading {
	text-align:     left;
	font-size:      30px;
	padding-bottom: 9px;
	margin-bottom:  40px;
}

.contact-details .special-heading:before {
	left:              0;
	margin-left:       0;
	transform:         translateX(0);
	-moz-transform:    translateX(0);
	-webkit-transform: translateX(0);
	-o-transform:      translateX(0);
	-ms-transform:     translateX(0);
}

.contact-details .contact-info .contact-inner h3 {
	font-size:      20px;
	padding-bottom: 23px;
}

.contact-details .contact-info .contact-inner p.center {
	padding: 15px 0 8px;
}

.contact-details .contact-info .contact-inner p i {
	padding-right: 6px;
}

.contact-details .contact-info .contact-inner p a {
	color: #666;
}

.contact-details .contact-info .contact-inner p a:hover {
	color: #333;
}

.contact-details .socials {
	padding-top: 36px;
}

.contact-details .socials a {
	color:         #999;
	font-size:     20px;
	padding-right: 19px;
}

.contact-details .socials a:hover {
	color: #333;
}

/* End Contact Section */
.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/page-not-found-bg.jpg");
}

.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:      46%;
}

.page-not-found .page-detail .page-inner h2 {
	font-size: 60px;
	color:     #fff;
}

.page-not-found .page-detail .page-inner p {
	font-size: 18px;
	color:     #fff;
	padding:   21px 0 61px;
}

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

.page-not-found .page-detail .page-inner .btn-small {
	padding: 17px 34.5px;
}

/* 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 .images {
	padding-right: 15px;
	position:      relative;
}

.woocommerce .shop-single-v1-section .images .onsale,
.woocommerce .shop-single-v1-section .images .onnew {
	padding:   0.5px 9.5px;
	font-size: 20px;
	position:  absolute;
	left:      0;
	top:       30px;
	z-index:   9;
}

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

.woocommerce .shop-single-v1-section .images #slider {
	border: 1px solid #e5e5e5;
}

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

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

.woocommerce .shop-single-v1-section .images #carousel .slides li {
	margin-right: 20px;
	border:       1px solid #e5e5e5;
}

.woocommerce .shop-single-v1-section .images #carousel .slides li.flex-active-slide {
	box-shadow:         0 2px 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0 2px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow:      0 2px 5px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow:     0 2px 5px 0 rgba(0, 0, 0, 0.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 .summary {
	margin-top:   -8px;
	padding-left: 15px;
}

.woocommerce .shop-single-v1-section .summary .product_title {
	font-size:     35px;
	margin-bottom: 16px;
}

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

.woocommerce .shop-single-v1-section .summary .woocommerce-product-rating .star-rating {
	font-size:     18px;
	color:         #ffcc33;
	margin-right:  12px;
	margin-bottom: 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;
	padding:   0 0 17px;
	color:     inherit;
}

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

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

.woocommerce .shop-single-v1-section .summary .price .woocommerce-Price-currencySymbol {
	margin-right: -7px;
}

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

.woocommerce .shop-single-v1-section .summary .cart .quantity {
	position:     relative;
	width:        49px;
	float:        left;
	margin-right: 60px;
}

.woocommerce .shop-single-v1-section .summary .cart .modify-qty {
	position:    absolute;
	left:        100%;
	text-align:  center;
	height:      50%;
	z-index:     99;
	width:       40px;
	cursor:      pointer;
	border:      1px solid #333;
	border-left: none;
	color:       #333;
	background:  transparent;
	padding:     0;
}

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

.woocommerce .shop-single-v1-section .summary .cart .minus {
	bottom: 0;
}

.woocommerce .shop-single-v1-section .summary .cart .plus {
	top:           0;
	border-bottom: none;
}

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

.woocommerce .shop-single-v1-section .summary .cart .button {
	padding:            18.5px 37px;
	cursor:             pointer;
	transition:         0.3s;
	-moz-transition:    0.3s;
	-webkit-transition: 0.3s;
	-o-transition:      0.3s;
	-ms-transition:     0.3s;
	border:             1px solid #333;
	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:              #333;
	background:         #fff;
	font-size:          15px;
	font-weight:        400;
	position:           relative;
	z-index:            999;
	border-radius:      0;
}

.woocommerce .shop-single-v1-section .summary .cart .button:after {
	font:         normal normal normal 14px/1 'Material-Design-Iconic-Font';
	padding-left: 10px;
	content:      '\f2ee';
}

.woocommerce .shop-single-v1-section .summary .cart .button: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:         #333;
}

.woocommerce .shop-single-v1-section .summary .cart .button:hover {
	color:           #fff;
	text-decoration: none;
}

.woocommerce .shop-single-v1-section .summary .cart .button:hover:before {
	width: 100%;
}

.woocommerce .shop-single-v1-section .summary .product_meta .posted_in,
.woocommerce .shop-single-v1-section .summary .product_meta .tagged_as {
	display:       block;
	color:         #333;
	margin-bottom: 15px;
}

.woocommerce .shop-single-v1-section .summary .product_meta .posted_in a,
.woocommerce .shop-single-v1-section .summary .product_meta .tagged_as a {
	color:        #666;
	padding-left: 5px;
}

.woocommerce .shop-single-v1-section .summary .product_meta .sku_wrapper {
	display:       block;
	color:         #333;
	margin-bottom: 15px;
}

.woocommerce .shop-single-v1-section .summary .product_meta .sku_wrapper .sku {
	color:        #666;
	padding-left: 5px;
}

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

.woocommerce .shop-single-v1-section .summary .product-share span {
	color: #333;
}

.woocommerce .shop-single-v1-section .summary .product-share a {
	color:     #999;
	padding:   0 7px;
	font-size: 18px;
}

.woocommerce .shop-single-v1-section .summary .product-share a:hover {
	color: #333;
}

.woocommerce .shop-single-v1-section .related {
	margin: 93px 0 43px;
}

.woocommerce .shop-single-v1-section .related .special-heading,
.woocommerce .shop-single-v1-section .bestseller .special-heading {
	text-align:     left;
	font-size:      30px;
	padding-bottom: 9px;
	margin-bottom:  43px;
}

.woocommerce .shop-single-v1-section .related .special-heading:before,
.woocommerce .shop-single-v1-section .bestseller .special-heading:before {
	left:              0;
	transform:         translateX(0);
	-moz-transform:    translateX(0);
	-webkit-transform: translateX(0);
	-o-transform:      translateX(0);
	-ms-transform:     translateX(0);
}

.woocommerce .shop-single-v1-section .related .owl-carousel .owl-stage-outer,
.woocommerce .shop-single-v1-section .bestseller .owl-carousel .owl-stage-outer {
	padding: 10px;
	margin:  -10px;
}

.woocommerce .shop-single-v1-section .related .owl-carousel img,
.woocommerce .shop-single-v1-section .bestseller .owl-carousel img {
	width: auto;
}

.woocommerce .shop-single-v1-section .related .owl-carousel .owl-dots,
.woocommerce .shop-single-v1-section .related .owl-carousel .owl-thumbs,
.woocommerce .shop-single-v1-section .bestseller .owl-carousel .owl-dots,
.woocommerce .shop-single-v1-section .bestseller .owl-carousel .owl-thumbs {
	display: none;
}

.woocommerce .shop-single-v1-section .related .owl-carousel .owl-nav,
.woocommerce .shop-single-v1-section .bestseller .owl-carousel .owl-nav {
	margin-top: 0;
	position:   absolute;
	right:      0;
	bottom:     111.5%;
}

.woocommerce .shop-single-v1-section .related .owl-carousel .owl-nav .disabled,
.woocommerce .shop-single-v1-section .bestseller .owl-carousel .owl-nav .disabled {
	opacity: 1;
}

.woocommerce .shop-single-v1-section .related .owl-carousel .owl-nav [class*=owl-],
.woocommerce .shop-single-v1-section .bestseller .owl-carousel .owl-nav [class*=owl-] {
	outline:         none;
	-moz-outline:    none;
	-webkit-outline: none;
	-o-outline:      none;
	-ms-outline:     none;
	font-size:       30px;
	color:           #999;
	margin:          0;
}

.woocommerce .shop-single-v1-section .related .owl-carousel .owl-nav [class*=owl-]:hover,
.woocommerce .shop-single-v1-section .bestseller .owl-carousel .owl-nav [class*=owl-]:hover {
	color:      #333;
	background: transparent;
}

.woocommerce .shop-single-v1-section .related .owl-carousel .owl-nav .owl-prev,
.woocommerce .shop-single-v1-section .bestseller .owl-carousel .owl-nav .owl-prev {
	margin-right: 18px;
}

.woocommerce .shop-single-v1-section .related .owl-carousel .owl-nav .owl-next,
.woocommerce .shop-single-v1-section .bestseller .owl-carousel .owl-nav .owl-next {
	margin-left: 18px;
}

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

.woocommerce .shop-single-v1-section .woocommerce-tabs ul.tabs {
	border-bottom: 1px solid #e5e5e5;
	padding:       0 !important;
}

.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 !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 {
	border:      none;
	font-size:   17px;
	font-weight: 500 !important;
	color:       #999 !important;
	padding:     7px 30px 7px 0 !important;
	display:     inline-block;
	margin:      0;
	background:  transparent !important;
}

.woocommerce .shop-single-v1-section .woocommerce-tabs ul.tabs li.active a {
	color: #333 !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;
}

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

/* End Shop Single v1 */
/* Shop Single v2 */
.shop-single-v1-section.shop-single-v2-section .woocommerce .woocommerce-product-gallery {
	padding-right: 10px;
	padding-left:  130px;
}

.shop-single-v1-section.shop-single-v2-section .woocommerce .woocommerce-product-gallery .owl-carousel .owl-thumbs {
	position: absolute;
	top:      0;
	left:     -130px;
}

.shop-single-v1-section.shop-single-v2-section .woocommerce .woocommerce-product-gallery .owl-carousel .owl-thumbs .owl-thumb-item {
	width:   110px;
	margin:  0 20px 20px 0;
	display: block;
}

.shop-single-v1-section.shop-single-v2-section .woocommerce .woocommerce-product-gallery .owl-carousel .owl-item img {
	height: 540px;
}

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

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

.shop-single-v1-section.shop-single-v2-section .woocommerce .wc-tabs {
	border-bottom:           none;
	justify-content:         center;
	-moz-justify-content:    center;
	-webkit-justify-content: center;
	-o-justify-content:      center;
	-ms-justify-content:     center;
}

.shop-single-v1-section.shop-single-v2-section .woocommerce .wc-tabs .nav-item .nav-link {
	border-bottom: none;
	padding:       7px 25px;
}

.shop-single-v1-section.shop-single-v2-section .woocommerce .tab-content .woocommerce-Tabs-panel {
	padding-top: 32px;
}

.shop-single-v1-section.shop-single-v2-section .woocommerce .tab-content #tab-description {
	padding-top:   36px;
	margin-bottom: -7px;
}

.shop-single-v1-section.shop-single-v2-section .woocommerce .tab-content #tab-description figure {
	margin-left:   -15px;
	margin-bottom: 0;
}

.shop-single-v1-section.shop-single-v2-section .woocommerce .tab-content #tab-description div {
	text-align: center;
}

.shop-single-v1-section.shop-single-v2-section .woocommerce .tab-content #tab-description div img {
	display: block;
	margin:  0 auto;
}

.shop-single-v1-section.shop-single-v2-section .woocommerce .tab-content #tab-description div span {
	font-size:   18px;
	font-weight: 500;
	color:       #333;
	margin:      49px 0 8px;
	display:     block;
}

.shop-single-v1-section.shop-single-v2-section .woocommerce .tab-content #tab-description div p {
	margin-bottom: 2px;
}

.shop-single-v1-section.shop-single-v2-section .woocommerce .tab-content #tab-description div p:last-child {
	margin-bottom: 0;
}

/* End Shop Single v2 */
/* 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:         #333;
	margin-bottom: 14px;
}

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

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

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

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

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

.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 {
	font-size:      30px;
	text-align:     left;
	padding-bottom: 9px;
	margin-bottom:  36px;
	font-weight:    500;
	color:          #333;
	position:       relative;
}

.woocommerce #customer_login h2:before {
	position:     absolute;
	left:         0;
	width:        74px;
	content:      '';
	border-style: solid;
	border-width: 2px 0 1px 0;
	height:       3px;
	bottom:       0;
}

.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: 40px;
	padding:    17px 35px;
	cursor:     pointer;
}

.woocommerce #customer_login .woocommerce-Button:hover {
	background: #333;
	color:      #fff;
}

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

.woocommerce .woocommerce-form-row input {
	padding:       0 0 9px;
	border:        none;
	border-bottom: 1px solid #333;
}

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

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

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

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

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

.woocommerce .woocommerce-LostPassword a {
	color: #ff6666;
}

.woocommerce .woocommerce-LostPassword a:hover {
	color: #ff0000;
}

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

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

.woocommerce .woocommerce-input-wrapper input {
	padding:       0 0 9px;
	border:        none;
	border-bottom: 1px solid #333;
}

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

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

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

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

.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:    #f7f7f7;
	margin-bottom: 30px;
	border-top:    5px solid #999;
	padding:       15px 15px 15px 58px;
	position:      relative;
	line-height:   50px;
}

.woocommerce .woocommerce-info:before {
	content:           '';
	position:          absolute;
	background:        transparent;
	width:             14px;
	height:            13px;
	border:            1px solid #999;
	border-top:        3px solid #999;
	left:              30px;
	top:               50%;
	transform:         translateY(-50%);
	-moz-transform:    translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform:      translateY(-50%);
	-ms-transform:     translateY(-50%);
}

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

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

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

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

.woocommerce .woocommerce-message {
	line-height: 50px;
}

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

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

.woocommerce form.woocommerce-form-login input.input-text {
	border:        none;
	border-bottom: 1px solid #333;
	padding:       0 0 9px;
}

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

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

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

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

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

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

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

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

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

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

.woocommerce form.checkout_coupon .form-row-first input {
	border:        none;
	border-bottom: 1px solid #333;
	padding:       0 0 9px;
}

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

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

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

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

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

.woocommerce form.checkout_coupon .form-row-last .btn-small {
	padding: 17px 53px 17px 34px;
	cursor:  pointer;
}

.woocommerce form.checkout_coupon .form-row-last span {
	position:          absolute;
	right:             35px;
	top:               50%;
	transform:         translateY(-50%);
	-moz-transform:    translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform:      translateY(-50%);
	-ms-transform:     translateY(-50%);
	color:             #333;
	z-index:           999;
}

.woocommerce form.checkout_coupon .form-row-last:hover span {
	color: #fff;
}

.woocommerce form.checkout_coupon .form-row-last:hover .au-btn {
	background: #333;
}

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

.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:        none;
	border-bottom: 1px solid #333;
	padding:       4px 0 5px;
	margin-bottom: 33px;
}

.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: #333;
}

.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: #333;
}

.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: #333;
}

.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: #333;
}

.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: #333;
}

.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:      #333;
	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 .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 {
	margin:      0;
	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: #333;
}

.woocommerce .woocommerce-account-fields .create-account input {
	border:        none;
	border-bottom: 1px solid #333;
	padding:       9px 0;
}

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

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

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

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

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

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

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

.woocommerce .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper textarea {
	padding:       0;
	border:        none;
	height:        34px;
	border-bottom: 1px solid #333;
}

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

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

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

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

.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 tbody .cart_item td {
	padding:       30px 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 img {
	width:   100px;
	height:  90px;
	border:  1px solid #f2f2f2;
	display: table-cell;
	float:   left;
}

.woocommerce .woocommerce-checkout-review-order table tbody .cart_item .product-name .review-wrap {
	padding:  20px 20px 15px;
	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:         #333;
	display:       block;
	margin-bottom: 2px;
}

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

.woocommerce .woocommerce-checkout-review-order table tfoot {
	display: block;
}

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

.woocommerce .woocommerce-checkout-review-order table tfoot td {
	font-weight:  normal;
	padding-left: 10px;
}

.woocommerce .woocommerce-checkout-review-order table tfoot td .woocommerce-Price-currencySymbol {
	margin-right: -4px;
}

.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 .order-total {
	margin-bottom: 32px;
}

.woocommerce .woocommerce-checkout-review-order table tfoot td .order-total p {
	font-weight: 500;
	color:       #333;
}

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

.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods label:before {
	position:              absolute;
	content:               '';
	width:                 14px;
	height:                14px;
	top:                   6px;
	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:                 5px;
	height:                5px;
	border-radius:         50%;
	-moz-border-radius:    50%;
	-webkit-border-radius: 50%;
	-o-border-radius:      50%;
	-ms-border-radius:     50%;
	left:                  5px;
	top:                   10px;
	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-bottom:  30px;
	border-bottom:  1px solid #e5e5e5;
	padding-bottom: 20px;
}

.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:       33px 0 9px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
}

.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:   20px;
	font-weight: 500;
	color:       #333;
	padding:     10px;
}

.woocommerce .woocommerce-cart-form .shop_table thead tr .product-name {
	padding-left: 55px;
}

.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 td .woocommerce-Price-currencySymbol {
	margin-right: -3px;
}

.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:      #333 !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:       #333;
	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 .product-quantity .quantity {
	position:     relative;
	margin-right: 60px;
	width:        49px;
	font-size:    15px;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-quantity .quantity .modify-qty {
	position:    absolute;
	left:        100%;
	text-align:  center;
	height:      50%;
	z-index:     99;
	width:       40px;
	cursor:      pointer;
	border:      1px solid #e5e5e5;
	border-left: none;
	background:  transparent;
	padding:     0;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-quantity .quantity .minus {
	bottom: 0;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-quantity .quantity .plus {
	top:           0;
	border-bottom: none;
}

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

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

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

.woocommerce .woocommerce-cart-form .shop_table tbody .actions .btn-small {
	padding: 17px 54px 17px 34px;
	cursor:  pointer;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .actions span {
	position:          absolute;
	color:             #333;
	z-index:           999;
	right:             35px;
	top:               50%;
	transform:         translateY(-50%);
	-moz-transform:    translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform:      translateY(-50%);
	-ms-transform:     translateY(-50%);
}

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

.woocommerce .woocommerce-cart-form .shop_table tbody .actions .coupon .input-text {
	border:        none;
	border-bottom: 1px solid #333;
	padding:       0 0 9px;
	float:         left;
	margin:        18px 30px 0 0;
	width:         213px;
}

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

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

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

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

.woocommerce .woocommerce-cart-form .shop_table tbody .actions .coupon div {
	position: relative;
	width:    196px;
	display:  inline-block;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .actions .coupon div:hover span {
	color: #fff;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .actions .coupon div:hover .au-btn {
	background: #333;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .actions .action-btn {
	position: relative;
	width:    182px;
	display:  inline-block;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .actions .action-btn:hover span {
	color: #fff;
}

.woocommerce .woocommerce-cart-form .shop_table tbody .actions .action-btn:hover .au-btn {
	background: #333;
}

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

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

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

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

.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 tr {
	border-bottom: 1px solid #e5e5e5;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody th {
	font-weight: 500;
	padding:     18px 0;
	width:       155px;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody td {
	padding: 18px 0;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody .woocommerce-Price-currencySymbol {
	margin-right: -3px;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody .order-total td span {
	color:       #333;
	font-weight: 500;
}

.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 #333;
	padding:       0 0 4px;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row-wide select {
	color:      #333;
	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: #333;
}

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

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

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

.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:             #333;
	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-top: 40px;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .btn-small {
	padding: 17px 34px;
}

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

.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 {
	display:       -ms-flexbox;
	display:       flex;
	-ms-flex-wrap: wrap;
	flex-wrap:     wrap;
	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 {
	margin-bottom: 30px !important;
	padding:       0 15px;
	float:         left;
}

.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;
	border:   1px solid #f2f2f2;
}

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

.woocommerce ul.products li.product .product-image .yith-wcwl-add-to-wishlist, .woocommerce ul.products div.product .product-image .yith-wcwl-add-to-wishlist, .woocommerce div.products li.product .product-image .yith-wcwl-add-to-wishlist, .woocommerce div.products div.product .product-image .yith-wcwl-add-to-wishlist, .woocommerce-page ul.products li.product .product-image .yith-wcwl-add-to-wishlist, .woocommerce-page ul.products div.product .product-image .yith-wcwl-add-to-wishlist, .woocommerce-page div.products li.product .product-image .yith-wcwl-add-to-wishlist, .woocommerce-page div.products div.product .product-image .yith-wcwl-add-to-wishlist {
	position: absolute;
	top:      17px;
	right:    19px;
	margin:   0;
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .ajax-loading, .woocommerce ul.products div.product .yith-wcwl-add-to-wishlist .ajax-loading, .woocommerce div.products li.product .yith-wcwl-add-to-wishlist .ajax-loading, .woocommerce div.products div.product .yith-wcwl-add-to-wishlist .ajax-loading, .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist .ajax-loading, .woocommerce-page ul.products div.product .yith-wcwl-add-to-wishlist .ajax-loading, .woocommerce-page div.products li.product .yith-wcwl-add-to-wishlist .ajax-loading, .woocommerce-page div.products div.product .yith-wcwl-add-to-wishlist .ajax-loading {
	position: absolute;
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .feedback, .woocommerce ul.products div.product .yith-wcwl-add-to-wishlist .feedback, .woocommerce div.products li.product .yith-wcwl-add-to-wishlist .feedback, .woocommerce div.products div.product .yith-wcwl-add-to-wishlist .feedback, .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist .feedback, .woocommerce-page ul.products div.product .yith-wcwl-add-to-wishlist .feedback, .woocommerce-page div.products li.product .yith-wcwl-add-to-wishlist .feedback, .woocommerce-page div.products div.product .yith-wcwl-add-to-wishlist .feedback {
	display: none;
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist a, .woocommerce ul.products div.product .yith-wcwl-add-to-wishlist a, .woocommerce div.products li.product .yith-wcwl-add-to-wishlist a, .woocommerce div.products div.product .yith-wcwl-add-to-wishlist a, .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist a, .woocommerce-page ul.products div.product .yith-wcwl-add-to-wishlist a, .woocommerce-page div.products li.product .yith-wcwl-add-to-wishlist a, .woocommerce-page div.products div.product .yith-wcwl-add-to-wishlist a {
	color:      #999;
	padding:    0;
	text-align: center;
	font-size:  0;
	margin:     0;
	border:     0;
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist a:before, .woocommerce ul.products div.product .yith-wcwl-add-to-wishlist a:before, .woocommerce div.products li.product .yith-wcwl-add-to-wishlist a:before, .woocommerce div.products div.product .yith-wcwl-add-to-wishlist a:before, .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist a:before, .woocommerce-page ul.products div.product .yith-wcwl-add-to-wishlist a:before, .woocommerce-page div.products li.product .yith-wcwl-add-to-wishlist a:before, .woocommerce-page div.products div.product .yith-wcwl-add-to-wishlist a:before {
	content: '\f15e';
	font:    normal normal normal 20px/1 'Material-Design-Iconic-Font';
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist a:hover:before, .woocommerce ul.products div.product .yith-wcwl-add-to-wishlist a:hover:before, .woocommerce div.products li.product .yith-wcwl-add-to-wishlist a:hover:before, .woocommerce div.products div.product .yith-wcwl-add-to-wishlist a:hover:before, .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist a:hover:before, .woocommerce-page ul.products div.product .yith-wcwl-add-to-wishlist a:hover:before, .woocommerce-page div.products li.product .yith-wcwl-add-to-wishlist a:hover:before, .woocommerce-page div.products div.product .yith-wcwl-add-to-wishlist a:hover:before {
	content: '\f15f';
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before, .woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before, .woocommerce ul.products div.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before, .woocommerce ul.products div.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before, .woocommerce div.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before, .woocommerce div.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before, .woocommerce div.products div.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before, .woocommerce div.products div.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before, .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before, .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before, .woocommerce-page ul.products div.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before, .woocommerce-page ul.products div.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before, .woocommerce-page div.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before, .woocommerce-page div.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before, .woocommerce-page div.products div.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before, .woocommerce-page div.products div.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
	content: '\f15f';
}

.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 {
	padding:    12px 50px 12px 15px;
	text-align: left;
	position:   relative;
	min-height: 65px;
}

.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: 1.1em;
	margin:    0 0 7px 0;
}

.woocommerce ul.products li.product .wrapper-content-item a.button, .woocommerce ul.products li.product .wrapper-content-item .wc-forward, .woocommerce ul.products div.product .wrapper-content-item a.button, .woocommerce ul.products div.product .wrapper-content-item .wc-forward, .woocommerce div.products li.product .wrapper-content-item a.button, .woocommerce div.products li.product .wrapper-content-item .wc-forward, .woocommerce div.products div.product .wrapper-content-item a.button, .woocommerce div.products div.product .wrapper-content-item .wc-forward, .woocommerce-page ul.products li.product .wrapper-content-item a.button, .woocommerce-page ul.products li.product .wrapper-content-item .wc-forward, .woocommerce-page ul.products div.product .wrapper-content-item a.button, .woocommerce-page ul.products div.product .wrapper-content-item .wc-forward, .woocommerce-page div.products li.product .wrapper-content-item a.button, .woocommerce-page div.products li.product .wrapper-content-item .wc-forward, .woocommerce-page div.products div.product .wrapper-content-item a.button, .woocommerce-page div.products div.product .wrapper-content-item .wc-forward {
	background-color: transparent;
	color:            #111111;
	width:            40px;
	height:           38px;
	padding:          0;
	text-align:       center;
	font-size:        0;
	border-radius:    0;
	margin:           0;
	position:         absolute;
	top:              12px;
	right:            10px;
	border:           1px solid #f2f2f2;
	transition:       none;
}

.woocommerce ul.products li.product .wrapper-content-item a.button:before, .woocommerce ul.products li.product .wrapper-content-item .wc-forward:before, .woocommerce ul.products div.product .wrapper-content-item a.button:before, .woocommerce ul.products div.product .wrapper-content-item .wc-forward:before, .woocommerce div.products li.product .wrapper-content-item a.button:before, .woocommerce div.products li.product .wrapper-content-item .wc-forward:before, .woocommerce div.products div.product .wrapper-content-item a.button:before, .woocommerce div.products div.product .wrapper-content-item .wc-forward:before, .woocommerce-page ul.products li.product .wrapper-content-item a.button:before, .woocommerce-page ul.products li.product .wrapper-content-item .wc-forward:before, .woocommerce-page ul.products div.product .wrapper-content-item a.button:before, .woocommerce-page ul.products div.product .wrapper-content-item .wc-forward:before, .woocommerce-page div.products li.product .wrapper-content-item a.button:before, .woocommerce-page div.products li.product .wrapper-content-item .wc-forward:before, .woocommerce-page div.products div.product .wrapper-content-item a.button:before, .woocommerce-page div.products div.product .wrapper-content-item .wc-forward:before {
	margin-top:       7px;
	width:            26px;
	height:           20px;
	display:          inline-block;
	content:          "";
	background-color: #333;
	-webkit-mask:     url(images/shopping-bag.svg) no-repeat 50% 50%;
	mask:             url(images/shopping-bag.svg) no-repeat 50% 50%;
}

.woocommerce ul.products li.product .wrapper-content-item a.button:hover, .woocommerce ul.products li.product .wrapper-content-item .wc-forward:hover, .woocommerce ul.products div.product .wrapper-content-item a.button:hover, .woocommerce ul.products div.product .wrapper-content-item .wc-forward:hover, .woocommerce div.products li.product .wrapper-content-item a.button:hover, .woocommerce div.products li.product .wrapper-content-item .wc-forward:hover, .woocommerce div.products div.product .wrapper-content-item a.button:hover, .woocommerce div.products div.product .wrapper-content-item .wc-forward:hover, .woocommerce-page ul.products li.product .wrapper-content-item a.button:hover, .woocommerce-page ul.products li.product .wrapper-content-item .wc-forward:hover, .woocommerce-page ul.products div.product .wrapper-content-item a.button:hover, .woocommerce-page ul.products div.product .wrapper-content-item .wc-forward:hover, .woocommerce-page div.products li.product .wrapper-content-item a.button:hover, .woocommerce-page div.products li.product .wrapper-content-item .wc-forward:hover, .woocommerce-page div.products div.product .wrapper-content-item a.button:hover, .woocommerce-page div.products div.product .wrapper-content-item .wc-forward:hover {
	background: #222;
}

.woocommerce ul.products li.product .wrapper-content-item a.button:hover:before, .woocommerce ul.products li.product .wrapper-content-item .wc-forward:hover:before, .woocommerce ul.products div.product .wrapper-content-item a.button:hover:before, .woocommerce ul.products div.product .wrapper-content-item .wc-forward:hover:before, .woocommerce div.products li.product .wrapper-content-item a.button:hover:before, .woocommerce div.products li.product .wrapper-content-item .wc-forward:hover:before, .woocommerce div.products div.product .wrapper-content-item a.button:hover:before, .woocommerce div.products div.product .wrapper-content-item .wc-forward:hover:before, .woocommerce-page ul.products li.product .wrapper-content-item a.button:hover:before, .woocommerce-page ul.products li.product .wrapper-content-item .wc-forward:hover:before, .woocommerce-page ul.products div.product .wrapper-content-item a.button:hover:before, .woocommerce-page ul.products div.product .wrapper-content-item .wc-forward:hover:before, .woocommerce-page div.products li.product .wrapper-content-item a.button:hover:before, .woocommerce-page div.products li.product .wrapper-content-item .wc-forward:hover:before, .woocommerce-page div.products div.product .wrapper-content-item a.button:hover:before, .woocommerce-page div.products div.product .wrapper-content-item .wc-forward:hover:before {
	background-color: #fff;
}

.woocommerce ul.products li.product .wrapper-content-item .wc-forward, .woocommerce ul.products div.product .wrapper-content-item .wc-forward, .woocommerce div.products li.product .wrapper-content-item .wc-forward, .woocommerce div.products div.product .wrapper-content-item .wc-forward, .woocommerce-page ul.products li.product .wrapper-content-item .wc-forward, .woocommerce-page ul.products div.product .wrapper-content-item .wc-forward, .woocommerce-page div.products li.product .wrapper-content-item .wc-forward, .woocommerce-page div.products div.product .wrapper-content-item .wc-forward {
	background: #222;
}

.woocommerce ul.products li.product .wrapper-content-item .wc-forward:before, .woocommerce ul.products div.product .wrapper-content-item .wc-forward:before, .woocommerce div.products li.product .wrapper-content-item .wc-forward:before, .woocommerce div.products div.product .wrapper-content-item .wc-forward:before, .woocommerce-page ul.products li.product .wrapper-content-item .wc-forward:before, .woocommerce-page ul.products div.product .wrapper-content-item .wc-forward:before, .woocommerce-page div.products li.product .wrapper-content-item .wc-forward:before, .woocommerce-page div.products div.product .wrapper-content-item .wc-forward:before {
	background-color: #fff;
}

.woocommerce ul.products li.product .wrapper-content-item a.added, .woocommerce ul.products div.product .wrapper-content-item a.added, .woocommerce div.products li.product .wrapper-content-item a.added, .woocommerce div.products div.product .wrapper-content-item a.added, .woocommerce-page ul.products li.product .wrapper-content-item a.added, .woocommerce-page ul.products div.product .wrapper-content-item a.added, .woocommerce-page div.products li.product .wrapper-content-item a.added, .woocommerce-page div.products div.product .wrapper-content-item a.added {
	display: none;
}

.woocommerce ul.products li.product .wrapper-content-item .price, .woocommerce ul.products div.product .wrapper-content-item .price, .woocommerce div.products li.product .wrapper-content-item .price, .woocommerce div.products div.product .wrapper-content-item .price, .woocommerce-page ul.products li.product .wrapper-content-item .price, .woocommerce-page ul.products div.product .wrapper-content-item .price, .woocommerce-page div.products li.product .wrapper-content-item .price, .woocommerce-page div.products div.product .wrapper-content-item .price {
	font-weight:   500;
	margin-bottom: 0;
	color:         inherit;
	font-size:     1em;
}

.woocommerce ul.products li.product .wrapper-content-item .price del, .woocommerce ul.products div.product .wrapper-content-item .price del, .woocommerce div.products li.product .wrapper-content-item .price del, .woocommerce div.products div.product .wrapper-content-item .price del, .woocommerce-page ul.products li.product .wrapper-content-item .price del, .woocommerce-page ul.products div.product .wrapper-content-item .price del, .woocommerce-page div.products li.product .wrapper-content-item .price del, .woocommerce-page div.products div.product .wrapper-content-item .price del {
	margin-right: 10px;
}

.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 {
	right:          auto;
	left:           0;
	margin:         0;
	top:            20px;
	text-transform: uppercase;
	font-weight:    500;
	padding:        2px 10px;
	background:     #eba6aa;
}

.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 .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 .inner-item-product, .woocommerce ul.products div.product:hover .inner-item-product, .woocommerce div.products li.product:hover .inner-item-product, .woocommerce div.products div.product:hover .inner-item-product, .woocommerce-page ul.products li.product:hover .inner-item-product, .woocommerce-page ul.products div.product:hover .inner-item-product, .woocommerce-page div.products li.product:hover .inner-item-product, .woocommerce-page div.products div.product:hover .inner-item-product {
	border:             1px solid #e5e5e5;
	box-shadow:         0 2px 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0 2px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow:      0 2px 5px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow:     0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

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

.woocommerce .wc-backward, .woocommerce-page .wc-backward {
	border-radius:  0;
	padding:        14px 20px 11px 20px;
	color:          #fff;
	text-transform: uppercase;
}

/*****************************
	Mini Cart
*****************************/
.widget_shopping_cart {
	position: relative;
}

.widget_shopping_cart .minicart_hover {
	margin-top:    0;
	margin-bottom: 0;
	margin-left:   20px;
	padding-right: 7px;
}

.widget_shopping_cart .minicart_hover .icon-bag {
	width:            28px;
	height:           22px;
	background-color: #333;
	-webkit-mask:     url(images/shopping-bag.svg) no-repeat 50% 50%;
	mask:             url(images/shopping-bag.svg) no-repeat 50% 50%;
	display:          inline-block;
}

.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: 16px;
	top:           -1px;
	display:       block;
	font-size:     12px;
	right:         -7px;
	line-height:   13px;
	padding:       0 3px;
	position:      absolute;
	text-align:    center;
}

.widget_shopping_cart .widget_shopping_cart_content {
	background:         #fff;
	left:               auto;
	position:           absolute;
	right:              0;
	top:                auto;
	min-width:          330px;
	z-index:            9999;
	padding-top:        10px;
	padding-bottom:     25px;
	-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.27s ease;
	-moz-transition:    all 0.27s ease;
	-webkit-transition: all 0.27s ease;
	-o-transition:      all 0.27s ease;
	-ms-transition:     all 0.27s ease;
	visibility:         hidden;
	opacity:            0;
	margin-top:         35px;
}

.widget_shopping_cart .widget_shopping_cart_content:before {
	content:   "";
	position:  absolute;
	min-width: 330px;
	height:    15px;
	display:   inline-block;
	left:      0;
	top:       -15px;
}

.widget_shopping_cart .widget_shopping_cart_content:after {
	content:            "";
	position:           absolute;
	right:              15px;
	margin-left:        -5px;
	border-width:       5px 6px 6px 5px;
	border-style:       solid;
	border-color:       #fff;
	box-shadow:         -1px -1px 2px rgba(0, 0, 0, 0.2);
	z-index:            9999;
	top:                0;
	margin-top:         -4px;
	transform:          rotate(45deg);
	transition:         all 0.27s ease;
	-moz-transition:    all 0.27s ease;
	-webkit-transition: all 0.27s ease;
	-o-transition:      all 0.27s ease;
	-ms-transition:     all 0.27s ease;
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget {
	max-height: 315px;
	overflow:   auto;
	padding:    0 25px;
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget::-webkit-scrollbar {
	width: 6px;
}

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

.widget_shopping_cart .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);
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li {
	padding:     15px 0;
	border-top:  1px solid #ddd;
	width:       100%;
	margin-left: 0 !important;
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li a {
	text-align:  left;
	max-width:   95%;
	color:       #333;
	font-weight: 300;
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li a img {
	margin-right: 15px;
	width:        65px !important;
	float:        left;
	border:       1px solid #ddd;
	margin-left:  0;
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li span {
	color: #333;
}

.widget_shopping_cart .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%;
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li dl dd {
	margin:  0 !important;
	padding: 0 !important;
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .quantity {
	float:      right;
	padding:    0;
	text-align: left;
	margin-top: 5px;
	width:      calc(100% - 80px);
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .quantity .amount {
	float: none;
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .remove {
	left:       auto !important;
	right:      -10px;
	top:        15px !important;
	background: transparent;
	color:      #333 !important;
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .remove:before {
	font-size: 15px;
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li:first-child {
	border-top: none;
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget .empty {
	padding-top: 27px;
	text-align:  center;
	color:       #333;
}

.widget_shopping_cart .widget_shopping_cart_content .total {
	border-bottom: 1px solid #ddd;
	border-top:    1px solid #ddd;
	padding:       15px 0;
	margin-left:   25px;
	margin-right:  25px;
	overflow:      hidden;
	text-align:    right;
	font-weight:   700;
}

.widget_shopping_cart .widget_shopping_cart_content .total .amount {
	margin-left: 10px;
	color:       #333;
}

.widget_shopping_cart .widget_shopping_cart_content .total strong {
	color: #333;
	float: left;
}

.widget_shopping_cart .widget_shopping_cart_content .buttons {
	text-align:  center;
	padding-top: 20px;
}

.widget_shopping_cart .widget_shopping_cart_content .buttons a {
	border-radius:  0;
	margin:         0;
	padding:        17px 34px;
	text-transform: none;
	color:          #333;
	border:         1px solid #333;
	font-size:      15px;
	font-weight:    400;
	position:       relative;
	z-index:        999;
	background:     transparent;
}

.widget_shopping_cart .widget_shopping_cart_content .buttons a:after {
	display: none;
}

.widget_shopping_cart .widget_shopping_cart_content .buttons a:before {
	content:            "";
	position:           absolute;
	z-index:            -1;
	transition:         all .5s;
	-moz-transition:    all .5s;
	-webkit-transition: all .5s;
	-o-transition:      all .5s;
	-ms-transition:     all .5s;
	width:              0;
	height:             100%;
	top:                0;
	left:               0;
	background:         #fff;
}

.widget_shopping_cart .widget_shopping_cart_content .buttons a:hover {
	color: #fff;
}

.widget_shopping_cart .widget_shopping_cart_content .buttons a:hover:before {
	width:      100%;
	background: #333;
}

.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout {
	border-left: none;
	color:       #fff;
}

.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout:before {
	left:       auto;
	right:      0;
	width:      100%;
	background: #333;
}

.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout:hover {
	color: #333;
}

.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout:hover:before {
	width: 0;
}

.widget_shopping_cart .woocommerce-mini-cart__empty-message {
	text-align:  center;
	color:       #333;
	padding-top: 10px;
}

.widget_shopping_cart:hover .widget_shopping_cart_content {
	margin-top: 15px;
	visibility: visible;
	opacity:    1;
}

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

.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;
	color:          #333;
	border-radius:  0;
	line-height:    24px;
}

.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:    #333 !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
	background:    #333 !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 10px 6px 10px;
	border-radius: 0;
	font-size:     1em !important;
	float:         right !important;
	background:    #333;
	border:        1px solid #333;
	color:         #fff;
}

.woocommerce .widget_price_filter .price_slider_amount button:hover, .woocommerce-page .widget_price_filter .price_slider_amount button:hover {
	background: transparent;
	color:      #333;
}

.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 .wishlist_table .product-add-to-cart .button {
	background-color: #2a2a2a;
	color:            #fffefe;
	font-size:        1em;
	text-transform:   uppercase;
	border-radius:    0;
	padding:          10px 24px;
	display:          inline-block;
}

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

.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
	clear: both;
}

.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 {
	width: 100%;
}

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

.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 7px;
		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 7px;
		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-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 #E8E8E8;
	border-radius: 0;
}

.select2-container .select2-selection--single {
	height:        38px;
	border:        none;
	border-bottom: 1px solid #333;
}

.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 #E8E8E8 !important;
}

/* 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 a.post-image {
	position:      relative;
	margin-bottom: 8px;
}

.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 {
	font-size:          25px;
	padding:            14px 0;
	line-height:        1.4;
	position:           relative;
	font-weight:        500;
	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 .entry-title:before {
	position:          absolute;
	content:           '';
	width:             7px;
	height:            1px;
	background:        #000;
	top:               50%;
	transform:         translateY(-50%);
	-moz-transform:    translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform:      translateY(-50%);
	-ms-transform:     translateY(-50%);
	left:              0;
	display:           none;
}

.content-area .wrapper-blog-content .entry-title:hover {
	padding-left: 15px;
}

.content-area .wrapper-blog-content .entry-title:hover:before {
	display: block;
}

.content-area .wrapper-blog-content .calendar {
	padding-bottom: 19px;
}

.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: 16px;
}

.content-area .wrapper-blog-content .calendar a {
	color: #666;
}

.content-area .wrapper-blog-content .calendar a:hover {
	color: #333;
}

.content-area .wrapper-blog-content .final-blog {
	justify-content:         space-between;
	-moz-justify-content:    space-between;
	-webkit-justify-content: space-between;
	-o-justify-content:      space-between;
	-ms-justify-content:     space-between;
	padding:                 25px 0 0 0;
}

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

.content-area .wrapper-blog-content .final-blog .read-more i {
	padding-left: 12px;
}

.content-area .wrapper-blog-content .final-blog .read-more:hover {
	padding-left: 15px;
}

.content-area .wrapper-blog-content .final-blog .socials > span, .content-area .wrapper-blog-content .final-blog .product-share > span {
	display: none;
}

.content-area .wrapper-blog-content .final-blog .socials a, .content-area .wrapper-blog-content .final-blog .product-share a {
	font-size:    17px;
	color:        #999;
	padding-left: 15px;
}

.content-area .wrapper-blog-content .final-blog .socials a:hover, .content-area .wrapper-blog-content .final-blog .product-share a:hover {
	color: #333;
}

.content-area .wrapper-blog-content .format-link .content-border,
.content-area .wrapper-blog-content .format-quote .content-border {
	border:   1px solid #333;
	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: 50px;
}

.content-area .wrapper-blog-content .list-item.sticky {
	background:    #f7f7f7;
	padding:       15px 20px 20px;
	margin-bottom: 40px;
}

.content-area .pagination {
	text-align: center;
	display:    block;
}

.content-area .pagination .page-numbers a {
	color:     #999;
	padding:   2px 6px 0;
	font-size: 18px;
}

.content-area .pagination .page-numbers a.current {
	color: #333;
}

.content-area .pagination .page-numbers a:hover {
	color: #333;
}

.content-area .pagination-next {
	display: none;
}

.content-area .wrapper-view-move {
	text-align: center;
}

.content-area .wrapper-view-move .view-more-button {
	padding: 17px 34.5px;
	cursor:  pointer;
}

.content-area .wrapper-view-move .view-more-button i {
	padding-left: 10px;
}

.content-area .content-blog-masonry .post-formats-wrapper a.post-image {
	margin-bottom: 0;
}

.content-area .content-blog-masonry .entry-title {
	padding:       26px 0 19px;
	line-height:   1.4;
	margin-bottom: 0;
}

.single .format-link .content-border,
.single .format-quote .content-border {
	margin-bottom: 35px;
}

.single .content-area .wrapper-blog-content .post-formats-wrapper {
	margin-bottom: 20px;
}

.content-blog-masonry {
	margin: 0 -15px;
}

.content-blog-masonry .grid-item {
	width:   50%;
	float:   left;
	padding: 0 15px 43px 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;
	line-height:    1.67;
}

.single-blog-content .entry-title {
	font-size:     25px;
	padding:       5px 0 16px !important;
	margin-bottom: 0;
	-ms-word-wrap: break-word;
	word-wrap:     break-word;
}

.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:       #333;
	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: 36px 0 70px !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 {
	float: left;
}

.single-blog-content .final-blog .tags a {
	color:         #666;
	position:      relative;
	padding-right: 10px;
	margin-right:  8px;
}

.single-blog-content .final-blog .tags a:before {
	position:          absolute;
	content:           '';
	background:        #ccc;
	width:             1px;
	height:            11px;
	left:              100%;
	top:               50%;
	transform:         translateY(-50%);
	-moz-transform:    translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform:      translateY(-50%);
	-ms-transform:     translateY(-50%);
}

.single-blog-content .final-blog .tags a:hover {
	color: #333;
}

.single-blog-content .final-blog .tags a:last-child:before {
	content: none;
}

.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:       #333;
	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: #333;
}

.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: #333;
}

.single-blog-content .related-title, .single-blog-content .comments-title {
	margin-bottom: 30px;
}

.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 .calendar {
	font-size: 13px;
}

.single-blog-content .related-posts .post-inner .calendar i {
	padding-right: 6px;
}

.single-blog-content .related-posts .post-inner .calendar .date {
	padding-right: 12px;
}

.single-blog-content blockquote {
	padding: 24px 0 37px 44px;
	margin:  0;
}

.single-blog-content blockquote:before {
	float:        left;
	margin-top:   -4px;
	margin-right: 10px;
	font:         normal normal normal 40px/1 'Material-Design-Iconic-Font';
	content:      '\f1b2';
	position:     absolute;
	left:         24px;
}

.single-blog-content blockquote p {
	font-style:    italic;
	margin-bottom: 5px;
}

.single-blog-content blockquote cite {
	font-weight: 500;
	font-style:  normal;
	color:       #333;
}

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

@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: 781px) {
	.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%;
	}
}

/* 10. Portfolio ------------------------------------------------------------ */
/* 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: #333;
}

.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-1.section-box {
	padding: 120px 0 100px;
}

/* End Testimonial Section Of Testimonial Page */
.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:                 28px;
	height:                2px;
	margin:                0 5px;
	background:            #666;
	border-radius:         0;
	-moz-border-radius:    0;
	-webkit-border-radius: 0;
	-o-border-radius:      0;
	-ms-border-radius:     0;
	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 {
	height:     4px;
	background: #666;
}

.wc-sc-product.featured-layout-3 {
	position: relative;
}

.wc-sc-product.featured-layout-3 .special-heading {
	text-align:     left;
	padding-bottom: 8px;
	margin-bottom:  38px;
}

.wc-sc-product.featured-layout-3 .special-heading:before {
	left:         0;
	margin-left:  0;
	width:        50px;
	height:       2px;
	border-width: 1px 0 1px 0;
}

.wc-sc-product.featured-layout-3 .es-nav {
	position: absolute;
	top:      3px;
	right:    0;
}

.wc-sc-product.featured-layout-3 .es-nav span {
	font-size: 28px;
	color:     #999;
	padding:   0px 15px;
}

.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: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 .woocommerce-LoopProduct-link {
	margin-bottom: 26px;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .product-image {
	float:      left;
	padding:    4px 20px 0 0;
	width:      140px;
	min-height: 110px;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .product-image .wp-post-image {
	border: 1px solid #f2f2f2;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .product-image .wp-post-image: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);
	border:             1px solid #e5e5e5;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .wrapper-content-item {
	float:   left;
	width:   calc(100% - 140px);
	padding: 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: 8px;
	font-size:     1.2em;
	font-weight:   500;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .price {
	margin-bottom: 20px !important;
	display:       block;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .yith-wcwl-add-to-wishlist {
	display:        inline-block;
	vertical-align: middle;
	margin:         0;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .yith-wcwl-add-to-wishlist .ajax-loading {
	position: absolute;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .yith-wcwl-add-to-wishlist .feedback {
	display: none;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .yith-wcwl-add-to-wishlist a {
	width:                   40px;
	height:                  38px;
	border:                  1px solid #f2f2f2;
	font-size:               0;
	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;
	float:                   left;
	margin-right:            10px;
	border-radius:           0 !important;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .yith-wcwl-add-to-wishlist a:hover {
	background: #333;
	border:     none;
	color:      #fff;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .yith-wcwl-add-to-wishlist a:before {
	content: '\f15e' !important;
	font:    normal normal normal 20px/1 'Material-Design-Iconic-Font';
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .wc-sc-product.featured-layout-3 .inner-sc-product .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
	background: #333;
	border:     none;
	color:      #fff;
}

.wc-sc-product.featured-layout-3 .inner-sc-product .product a.button {
	position:       static !important;
	vertical-align: middle;
}

.wc-sc-product.featured-layout-4 .products {
	display:               grid;
	grid-template-columns: repeat(4, 1fr);
	padding-left:          1px;
	padding-bottom:        1px;
	margin:                0;
}

.wc-sc-product.featured-layout-4 .products .product {
	padding:       0;
	margin-bottom: -1px !important;
	margin-left:   -1px;
}

.wc-sc-product.featured-layout-4 .products .product .product-image a {
	display: block;
}

.wc-sc-product.featured-layout-4 .products .product .product-image a img {
	width: 100%;
}

.wc-sc-product.featured-layout-4 .products .product .woocommerce-loop-product_title a {
	overflow:           hidden;
	text-overflow:      ellipsis;
	display:            -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.wc-sc-product.featured-layout-4 .products .grid-5 {
	grid-column-start: 3;
	grid-column-end:   5;
	grid-row-start:    1;
	grid-row-end:      3;
}

.wc-sc-product.featured-layout-4 .products .grid-6 {
	grid-column-start: 1;
	grid-column-end:   3;
	grid-row-start:    3;
	grid-row-end:      4;
}

.wc-sc-product.featured-layout-4 .products .grid-11 {
	grid-column-start: 3;
	grid-column-end:   5;
	grid-row-start:    4;
	grid-row-end:      5;
}

.wc-sc-product.featured-layout-4 .products .grid-12 {
	grid-column-start: 1;
	grid-column-end:   3;
	grid-row-start:    5;
	grid-row-end:      7;
}

@media only screen and (max-width: 992px) {
	.wc-sc-product.featured-layout-4 .products {
		grid-template-columns: repeat(2, 1fr);
	}

	.wc-sc-product.featured-layout-4 .products .grid-5 {
		grid-column-start: 1;
		grid-column-end:   3;
		grid-row-start:    3;
		grid-row-end:      4;
	}

	.wc-sc-product.featured-layout-4 .products .grid-6 {
		grid-column-start: 1;
		grid-column-end:   3;
		grid-row-start:    4;
		grid-row-end:      5;
	}

	.wc-sc-product.featured-layout-4 .products .grid-11 {
		grid-column-start: 1;
		grid-column-end:   3;
		grid-row-start:    9;
		grid-row-end:      10;
	}

	.wc-sc-product.featured-layout-4 .products .grid-12 {
		grid-column-start: 1;
		grid-column-end:   3;
		grid-row-start:    10;
		grid-row-end:      11;
	}
}

@media only screen and (max-width: 480px) {
	.wc-sc-product.featured-layout-4 .products {
		grid-template-columns: repeat(1, 1fr);
	}

	.wc-sc-product.featured-layout-4 .products .grid-5 {
		grid-column-start: 1;
		grid-column-end:   2;
		grid-row-start:    5;
		grid-row-end:      6;
	}

	.wc-sc-product.featured-layout-4 .products .grid-6 {
		grid-column-start: 1;
		grid-column-end:   2;
		grid-row-start:    6;
		grid-row-end:      7;
	}

	.wc-sc-product.featured-layout-4 .products .grid-11 {
		grid-column-start: 1;
		grid-column-end:   2;
		grid-row-start:    11;
		grid-row-end:      12;
	}

	.wc-sc-product.featured-layout-4 .products .grid-12 {
		grid-column-start: 1;
		grid-column-end:   2;
		grid-row-start:    12;
		grid-row-end:      13;
	}
}

.banner-section {
	line-height: 1.7;
}

.banner-section p {
	margin-bottom: 0;
}

.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.text_left {
	margin-right: -20px;
	position:     relative;
}

.banner-section .banner-layout-1.text_left .info {
	position:          absolute;
	left:              50%;
	transform:         translateX(-50%);
	-moz-transform:    translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform:      translateX(-50%);
	-ms-transform:     translateX(-50%);
	bottom:            10%;
	width:             100%;
	text-align:        center;
}

.banner-section .banner-layout-1.text_left .info .text-1 {
	color:         #d7b89c;
	font-weight:   500;
	background:    #fff;
	padding:       0px 23.5px;
	line-height:   1.55;
	margin-bottom: 0;
	display:       inline-block;
}

.banner-section .banner-layout-1.text_left .info .text-2 {
	display:     block;
	font-size:   48px;
	font-weight: 700;
	color:       #fff;
	padding:     2px 0 4px;
}

.banner-section .banner-layout-1.text_left .info .shop {
	display:            block;
	color:              #fff;
	transition:         all 0.4s ease 0.1s;
	-moz-transition:    all 0.4s ease 0.1s;
	-webkit-transition: all 0.4s ease 0.1s;
	-o-transition:      all 0.4s ease 0.1s;
	-ms-transition:     all 0.4s ease 0.1s;
}

.banner-section .banner-layout-1.text_left .info .shop i {
	padding-left: 10px;
}

.banner-section .banner-layout-1.text_left .info .shop:hover {
	transform:         translateX(20px);
	-moz-transform:    translateX(20px);
	-webkit-transform: translateX(20px);
	-o-transform:      translateX(20px);
	-ms-transform:     translateX(20px);
}

.banner-section .banner-layout-1.text_right {
	margin-left: 20px;
	position:    relative;
}

.banner-section .banner-layout-1.text_right .info {
	position:          absolute;
	left:              50%;
	transform:         translateX(-50%);
	-moz-transform:    translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform:      translateX(-50%);
	-ms-transform:     translateX(-50%);
	border:            2px solid rgba(255, 255, 255, 0.5);
	text-align:        center;
	color:             #fff;
	padding:           4px 26px 10px;
	width:             53.4%;
	top:               11.8%;
}

.banner-section .banner-layout-1.text_right .info .text-1 {
	font-size:     30px;
	margin-bottom: -10px;
}

.banner-section .banner-layout-1.text_right .info .text-1 b {
	font-size:   50px;
	font-weight: 700;
}

.banner-section .banner-layout-1.text_right .info .text-2 {
	font-size: 25px;
}

.banner-section .banner-layout-1.text_right .info .shop {
	display:            block;
	color:              #fff;
	transition:         all 0.4s ease 0.1s;
	-moz-transition:    all 0.4s ease 0.1s;
	-webkit-transition: all 0.4s ease 0.1s;
	-o-transition:      all 0.4s ease 0.1s;
	-ms-transition:     all 0.4s ease 0.1s;
}

.banner-section .banner-layout-1.text_right .info .shop i {
	padding-left: 10px;
}

.banner-section .banner-layout-1.text_right .info .shop:hover {
	transform:         translateX(20px);
	-moz-transform:    translateX(20px);
	-webkit-transform: translateX(20px);
	-o-transform:      translateX(20px);
	-ms-transform:     translateX(20px);
}

.banner-section .banner-layout-1.text_center {
	margin-left: 20px;
	position:    relative;
}

.banner-section .banner-layout-1.text_center .info {
	position:          absolute;
	left:              50%;
	top:               50%;
	transform:         translate(-50%, -50%);
	-moz-transform:    translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform:      translate(-50%, -50%);
	-ms-transform:     translate(-50%, -50%);
	text-align:        center;
	color:             #fff;
	padding:           4px 35px 10px;
	width:             100%;
}

.banner-section .banner-layout-1.text_center .info .text-1 {
	font-size:     30px;
	margin-bottom: -10px;
}

.banner-section .banner-layout-1.text_center .info .text-1 b {
	font-size:   50px;
	font-weight: 700;
}

.banner-section .banner-layout-1.text_center .info .text-2 {
	font-size: 25px;
}

.banner-section .banner-layout-1.text_center .info .shop {
	display:            block;
	color:              #fff;
	transition:         all 0.4s ease 0.1s;
	-moz-transition:    all 0.4s ease 0.1s;
	-webkit-transition: all 0.4s ease 0.1s;
	-o-transition:      all 0.4s ease 0.1s;
	-ms-transition:     all 0.4s ease 0.1s;
}

.banner-section .banner-layout-1.text_center .info .shop i {
	padding-left: 10px;
}

.banner-section .banner-layout-1.text_center .info .shop:hover {
	transform:         translateX(20px);
	-moz-transform:    translateX(20px);
	-webkit-transform: translateX(20px);
	-o-transform:      translateX(20px);
	-ms-transform:     translateX(20px);
}

.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-2 {
	position:      relative;
	border:        1px solid #e5e5e5;
	margin-bottom: 30px;
}

.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:   30px;
	line-height: 1.2;
	font-weight: 500;
}

.banner-section .banner-layout-2 .text-2 {
	color:   #333;
	padding: 5px 0 16px;
}

.banner-section .banner-layout-2 .shop {
	transition:         all 0.4s ease 0.1s;
	-moz-transition:    all 0.4s ease 0.1s;
	-webkit-transition: all 0.4s ease 0.1s;
	-o-transition:      all 0.4s ease 0.1s;
	-ms-transition:     all 0.4s ease 0.1s;
}

.banner-section .banner-layout-2 .shop i {
	padding-left: 10px;
}

.banner-section .banner-layout-2 .shop:hover {
	transform:         translateX(20px);
	-moz-transform:    translateX(20px);
	-webkit-transform: translateX(20px);
	-o-transform:      translateX(20px);
	-ms-transform:     translateX(20px);
}

.banner-section .banner-layout-2 .info {
	position: absolute;
	top:      11%;
	left:     9%;
}

.banner-section .banner-layout-2.text_right {
	margin-bottom: 0;
}

.banner-section .banner-layout-2.text_right .text-1 {
	font-size: 40px;
}

.banner-section .banner-layout-2.text_right .text-2 {
	font-size: 18px;
	padding:   6px 0 14px;
}

.banner-section .banner-layout-2.text_right .info {
	top:   28.5%;
	left:  auto;
	right: 8.3%;
}

.banner-section .banner-layout-2.text_center {
	margin-bottom: 0;
	height:        100%;
}

.banner-section .banner-layout-2.text_center .text-2 {
	font-size:      40px;
	padding-bottom: 13px;
	font-weight:    500;
}

.banner-section .banner-layout-2.text_center .text-1 {
	font-size:   20px;
	padding:     0 0 1px;
	font-weight: normal;
}

.banner-section .banner-layout-2.text_center .info {
	width:             100%;
	bottom:            40px;
	top:               auto;
	left:              50%;
	transform:         translateX(-50%);
	-moz-transform:    translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform:      translateX(-50%);
	-ms-transform:     translateX(-50%);
	text-align:        center;
}

.banner-section .banner-layout-2:hover .images 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 {
	position: relative;
}

.banner-section .banner-layout-3 .bg-image {
	position: relative;
	overflow: hidden;
}

.banner-section .banner-layout-3 .bg-image:before, .banner-section .banner-layout-3 .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-3 .info {
	text-align: center;
	position:   absolute;
	left:       5.5%;
	top:        100px;
}

.banner-section .banner-layout-3 .info .text-1 {
	font-size:   45px;
	line-height: 1.2em;
}

.banner-section .banner-layout-3 .info .text-2 {
	font-size: 22px;
	color:     #333;
	padding:   12px 0 32px;
}

.banner-section .banner-layout-3 .info .shop {
	transition:         all 0.4s ease 0.1s;
	-moz-transition:    all 0.4s ease 0.1s;
	-webkit-transition: all 0.4s ease 0.1s;
	-o-transition:      all 0.4s ease 0.1s;
	-ms-transition:     all 0.4s ease 0.1s;
}

.banner-section .banner-layout-3 .info .shop i {
	padding-left: 10px;
}

.banner-section .banner-layout-3 .info .shop:hover {
	transform:         translateX(20px);
	-moz-transform:    translateX(20px);
	-webkit-transform: translateX(20px);
	-o-transform:      translateX(20px);
	-ms-transform:     translateX(20px);
}

.banner-section .banner-layout-3:hover .bg-image:before {
	right:      50%;
	left:       50%;
	background: rgba(255, 255, 255, 0.2);
}

.banner-section .banner-layout-3:hover .bg-image:after {
	top:        50%;
	bottom:     50%;
	background: rgba(255, 255, 255, 0.2);
}

.banner-section .banner-layout-3.text-right .info {
	right: 5.5%;
	left:  auto;
}

.banner-section .banner-layout-3.text-center .info {
	left:              50%;
	top:               50%;
	transform:         translate(-50%, 50%);
	-moz-transform:    translate(-50%, 50%);
	-webkit-transform: translate(-50%, 50%);
	-o-transform:      translate(-50%, 50%);
	-ms-transform:     translate(-50%, 50%);
}

.banner-section .banner-layout-4 .bg-image {
	overflow: hidden;
}

.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-4 {
	*zoom: 1;
}

.banner-section .banner-layout-4:before, .banner-section .banner-layout-4:after {
	content: "";
	display: table;
}

.banner-section .banner-layout-4:after {
	clear: both;
}

.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-4 .info {
	padding: 137px 70px 60px;
}

.banner-section .banner-layout-4 .info .text-1 {
	background:     #eba6aa;
	color:          #fff;
	letter-spacing: 3px;
	padding:        4px 11px;
	display:        inline-block;
}

.banner-section .banner-layout-4 .info .text-2 {
	font-size:   70px;
	padding:     26px 0 62px;
	line-height: 1.15;
}

.banner-section .banner-layout-4 .info .shop {
	padding:  17px 34.2px;
	border:   1px solid #333;
	position: relative;
	z-index:  1;
}

.banner-section .banner-layout-4 .info .shop:hover {
	color: #fff;
}

.banner-section .banner-layout-4 .info .shop:before {
	content:            "";
	position:           absolute;
	z-index:            -1;
	transition:         all .5s;
	-moz-transition:    all .5s;
	-webkit-transition: all .5s;
	-o-transition:      all .5s;
	-ms-transition:     all .5s;
	width:              0%;
	height:             100%;
	top:                0;
	left:               0;
	background:         #333;
}

.banner-section .banner-layout-4 .info .shop:hover:before {
	width: 100%;
}

.banner-section .banner-layout-4 .info .shop i {
	padding-left: 10px;
}

.banner-section .banner-layout-4 .wrap-image, .banner-section .banner-layout-4 .info {
	width: 50%;
	float: left;
}

.banner-section .banner-layout-4.text_left .wrap-image {
	float: right;
}

.banner-section .banner-layout-4.text_left .info {
	float:      left;
	text-align: right;
}

.banner-section .banner-layout-4.text_center .wrap-image, .banner-section .banner-layout-4.text_center .info {
	width:      100%;
	float:      none;
	text-align: center;
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
	.banner-section .banner-layout-4 .info {
		padding: 50px 40px 40px;
	}

	.banner-section .banner-layout-4 .info .text-2 {
		font-size: 54px;
		padding:   26px 0 40px;
	}

	.banner-section .banner-layout-4 .info .shop {
		padding: 16px 30px;
	}

	.banner-section .banner-layout-3 .info {
		top: 80px;
	}

	.banner-section .banner-layout-3 .info .text-1 {
		font-size: 34px;
	}

	.banner-section .banner-layout-3 .info .text-2 {
		font-size: 18px;
		padding:   10px 0 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.banner-section {
		/* Banner Section hp-1*/
		/* Banner Section hp-4 */
	}

	.banner-section .banner-layout-1.text_left {
		margin-right: -10px;
	}

	.banner-section .banner-layout-1.text_right {
		margin-left: 27px;
	}

	.banner-section .banner-layout-1.text_right .info {
		width: 80%;
	}

	.banner-section .banner-layout-2 .info {
		top: 8%;
	}

	.banner-section .banner-layout-2 .text-2 {
		padding: 2px 0 5px;
	}

	.banner-section .banner-layout-2.text_right .info {
		top:   17%;
		right: 1%;
	}

	.banner-section .banner-layout-2.text_right .text-1 {
		font-size: 37px;
	}

	.banner-section .banner-layout-2.text_right .text-2 {
		padding:   2px 0 10px;
		font-size: 17px;
	}

	.banner-section .banner-layout-2.text_center .text-1 {
		padding-bottom: 0;
	}

	.banner-section .banner-layout-3 .info {
		top: 80px;
	}

	.banner-section .banner-layout-3 .info .text-1 {
		font-size: 34px;
	}

	.banner-section .banner-layout-3 .info .text-2 {
		font-size: 18px;
		padding:   10px 0 20px;
	}

	.banner-section .banner-layout-4 .info {
		padding: 40px 35px;
	}

	.banner-section .banner-layout-4 .info .text-2 {
		font-size: 36px;
		padding:   15px 0 40px;
	}

	.banner-section .banner-layout-4 .info .shop {
		padding: 12px 30px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-section {
		/* Banner Section hp-1*/
	}

	.banner-section .banner-layout-1.text_left {
		margin: 0 0 30px 0;
	}

	.banner-section .banner-layout-1.text_right {
		margin-left: 0;
	}

	.banner-section .banner-layout-1.text_right .info {
		width: 80%;
	}

	.banner-section .banner-layout-4 .wrap-image, .banner-section .banner-layout-4 .info {
		width: 100%;
		float: none;
	}

	.banner-section .banner-layout-4 .info {
		padding:    30px 25px;
		text-align: center !important;
	}

	.banner-section .banner-layout-4 .info .text-2 {
		font-size: 50px;
		padding:   15px 0 40px;
	}

	.banner-section .banner-layout-4 .info .shop {
		padding: 12px 30px;
	}
}

@media only screen and (max-width: 575px) {
	.banner-section {
		/* Banner Section hp-1*/
	}

	.banner-section .banner-layout-1 .text_right .info {
		width:   90%;
		padding: 4px 10px 10px;
	}

	.banner-section .banner-layout-2.text_right .info {
		top:               15%;
		left:              50%;
		right:             0;
		width:             100%;
		transform:         translateX(-50%);
		-moz-transform:    translateX(-50%);
		-webkit-transform: translateX(-50%);
		-o-transform:      translateX(-50%);
		-ms-transform:     translateX(-50%);
		text-align:        center;
	}

	.banner-section .banner-layout-2.text_right .info .text-1 {
		font-size: 30px;
	}

	.banner-section .banner-layout-2.text_right .info .text-2 {
		font-size: 16px;
		padding:   0 0 5px;
	}

	.banner-section .banner-layout-3 .info {
		top: 35px;
	}

	.banner-section .banner-layout-3 .info .text-1 {
		font-size: 28px;
	}

	.banner-section .banner-layout-3 .info .text-2 {
		font-size: 18px;
		padding:   5px 0 10px;
	}

	.banner-section .banner-layout-4 .info .text-2 {
		font-size: 40px;
		padding:   15px 0 40px;
	}

	.banner-section .banner-layout-4 .info .shop {
		padding: 8px 20px;
	}
}

@media only screen and (max-width: 320px) {
	.banner-section .banner-layout-2.text_right .info {
		top: 10%;
	}
}

.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: #333;
}

.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: #333;
}

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

.sc-product-showcase .inner-item-product {
	width: 100%;
}

.sc-product-showcase .inner-item-product {
	*zoom: 1;
}

.sc-product-showcase .inner-item-product:before, .sc-product-showcase .inner-item-product:after {
	content: "";
	display: table;
}

.sc-product-showcase .inner-item-product:after {
	clear: both;
}

.sc-product-showcase .inner-item-product .wrapper-content-item {
	width:          66.67%;
	float:          left;
	position:       relative;
	padding-bottom: 100px;
}

.sc-product-showcase .inner-item-product .wrapper-content-item {
	*zoom: 1;
}

.sc-product-showcase .inner-item-product .wrapper-content-item:before, .sc-product-showcase .inner-item-product .wrapper-content-item:after {
	content: "";
	display: table;
}

.sc-product-showcase .inner-item-product .wrapper-content-item:after {
	clear: both;
}

.sc-product-showcase .inner-item-product .woocommerce-product-gallery {
	width:         50%;
	float:         left;
	margin-bottom: -100px;
}

.sc-product-showcase .inner-item-product .woocommerce-product-gallery .owl-carousel .item img {
	width: auto;
}

.sc-product-showcase .inner-item-product .woocommerce-product-gallery .owl-carousel .owl-dots, .sc-product-showcase .inner-item-product .woocommerce-product-gallery .owl-carousel .owl-nav {
	display: none !important;
}

.sc-product-showcase .inner-item-product .woocommerce-product-gallery .owl-carousel .owl-thumbs {
	position: absolute;
	bottom:   10px;
	left:     111%;
}

.sc-product-showcase .inner-item-product .woocommerce-product-gallery .owl-carousel .owl-thumbs .owl-thumb-item {
	padding:         0;
	margin-right:    15px;
	width:           100px;
	outline:         none;
	-moz-outline:    none;
	-webkit-outline: none;
	-o-outline:      none;
	-ms-outline:     none;
	background:      transparent;
	border:          1px solid #f2f2f2;
	cursor:          pointer;
}

.sc-product-showcase .inner-item-product .woocommerce-product-gallery .owl-carousel .owl-thumbs .owl-thumb-item:hover {
	border:             1px solid #e5e5e5;
	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);
}

.sc-product-showcase .inner-item-product .woocommerce-product-gallery .owl-carousel .owl-thumbs .owl-thumb-item.active {
	border:             1px solid #e5e5e5;
	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);
}

.sc-product-showcase .inner-item-product .woocommerce-product-gallery .owl-carousel .owl-thumbs .owl-thumb-item:last-child {
	margin-right: 0px;
}

.sc-product-showcase .inner-item-product .entry-summary {
	width:   50%;
	float:   right;
	padding: 30px 65px 0 68px;
}

.sc-product-showcase .inner-item-product .entry-summary .product_title {
	font-size: 30px;
}

.sc-product-showcase .inner-item-product .entry-summary .description {
	padding: 17px 0 30px;
}

.sc-product-showcase .inner-item-product .entry-summary .price {
	font-size:     25px;
	font-weight:   500;
	color:         #333;
	margin-right:  19px;
	display:       block;
	margin-bottom: 25px;
}

.sc-product-showcase .inner-item-product .entry-summary .price .woocommerce-Price-currencySymbol {
	margin-right: -5px;
}

.sc-product-showcase .inner-item-product .entry-summary .single_add_to_cart_button i {
	padding-left: 10px;
}

.sc-product-showcase .inner-item-product .entry-summary .btn-small {
	padding: 17px 34.5px;
}

.sc-product-showcase .inner-item-product .product-image {
	width: 33.33%;
	float: right;
}

.sc-product-showcase .inner-item-product .product-image .product-change-images {
	display: none;
}

.sc-product-showcase .inner-item-product .product-image a {
	position:       relative;
	overflow:       hidden;
	vertical-align: middle;
}

.sc-product-showcase .inner-item-product .product-image a:before, .sc-product-showcase .inner-item-product .product-image a: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;
}

.sc-product-showcase .inner-item-product .product-image:hover a:before {
	right:      50%;
	left:       50%;
	background: rgba(255, 255, 255, 0.2);
}

.sc-product-showcase .inner-item-product .product-image:hover a:after {
	top:        50%;
	bottom:     50%;
	background: rgba(255, 255, 255, 0.2);
}

.sc-product-showcase .inner-item-product:nth-child(2n) .product-image {
	float: left;
}

.sc-product-showcase .inner-item-product:nth-child(2n) .woocommerce-product-gallery .owl-carousel .owl-thumbs {
	right: 111%;
	left:  auto;
}

.sc-product-showcase .inner-item-product:nth-child(2n) .entry-summary {
	text-align: right;
	float:      left;
}

.sc-product-showcase .inner-item-product:nth-child(2n) .entry-summary form.cart {
	float:       left;
	margin-left: 46.5%;
}

.sc-product-showcase .inner-item-product:nth-child(2n) .entry-summary .price {
	float:        none;
	margin-right: 0;
}

.sc-product-showcase .inner-item-product a.button {
	padding: 17px 34.5px;
}

.sc-product-showcase .inner-item-product a.button:after {
	display:     inline-block;
	font:        normal normal normal 14px/1 'Material-Design-Iconic-Font';
	content:     '\f2ee';
	margin-left: 10px;
}

@media only screen and (max-width: 1500px) {
	.sc-product-showcase .inner-item-product .entry-summary {
		padding: 20px 25px 0 28px;
	}

	.sc-product-showcase .inner-item-product .entry-summary .description {
		padding: 10px 0 20px;
	}

	.sc-product-showcase .inner-item-product .entry-summary .description p {
		overflow:           hidden;
		text-overflow:      ellipsis;
		display:            -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.sc-product-showcase .inner-item-product .woocommerce-product-gallery .owl-carousel .owl-thumbs {
		left:        100%;
		margin-left: 28px;
	}

	.sc-product-showcase .inner-item-product:nth-child(2n) .woocommerce-product-gallery .owl-carousel .owl-thumbs {
		right:        100%;
		margin-right: 28px;
	}

	.sc-product-showcase .inner-item-product a.button {
		padding: 13px 30px;
	}
}

@media only screen and (max-width: 1200px) {
	.sc-product-showcase .inner-item-product .woocommerce-loop-product_title {
		font-size: 1.4em;
	}

	.sc-product-showcase .inner-item-product .woocommerce-product-gallery .owl-carousel .owl-thumbs {
		position:      static;
		margin-bottom: 20px;
		margin-top:    15px;
	}
}

@media only screen and (max-width: 768px) {
	.sc-product-showcase .inner-item-product .woocommerce-loop-product_title {
		font-size: 1.8em;
	}

	.sc-product-showcase .inner-item-product .wrapper-content-item {
		text-align: center;
	}

	.sc-product-showcase .inner-item-product .product-image a {
		display: block;
	}

	.sc-product-showcase .inner-item-product .product-image a img {
		width: 100%;
	}

	.sc-product-showcase .inner-item-product .entry-summary, .sc-product-showcase .inner-item-product .product-image,
	.sc-product-showcase .inner-item-product .woocommerce-product-gallery, .sc-product-showcase .inner-item-product .wrapper-content-item {
		width: 100%;
	}

	.sc-product-showcase .inner-item-product:nth-child(2n) .entry-summary {
		text-align: center;
	}
}

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

.widget-list-posts .list-unstyled .feature-image {
	position: relative;
	width:    90px;
	height:   72px;
	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:          15px;
	font-weight:        500;
	overflow:           hidden;
	text-overflow:      ellipsis;
	display:            -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.widget-list-posts .list-unstyled .post-description a:hover {
	padding-left: 3px;
}

.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: 30px;
	margin-top:    0;
	font-weight:   500;
	position:      relative;
}

.widget-area aside ul li {
	padding-top:    8px;
	padding-bottom: 8px;
	list-style:     none;
}

.widget-area aside select {
	max-width: 100%;
	width:     100%;
	border:    1px solid #E8E8E8;
	padding:   8px 10px;
	height:    35px;
}

.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 {
	color:         #666;
	position:      relative;
	padding-right: 10px;
	margin-right:  8px;
	font-size:     100% !important;
}

.widget-area .widget_tag_cloud .tagcloud a:hover, .widget-area .widget_product_tag_cloud .tagcloud a:hover {
	color: #333;
}

.widget-area .widget_tag_cloud .tagcloud a:before, .widget-area .widget_product_tag_cloud .tagcloud a:before {
	position:          absolute;
	content:           '';
	background:        #ccc;
	width:             1px;
	height:            11px;
	left:              100%;
	top:               50%;
	transform:         translateY(-50%);
	-moz-transform:    translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform:      translateY(-50%);
	-ms-transform:     translateY(-50%);
}

.widget-area .widget_tag_cloud .tagcloud a:last-child:before, .widget-area .widget_product_tag_cloud .tagcloud a:last-child:before {
	content: none;
}

.widget-area .widget_categories .children, .widget-area .widget_pages .children {
	margin-left: 20px;
}

.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: 15px;
	display:     block;
}

.widget-area .widget_products ul.product_list_widget li .woocommerce-Price-amount.amount {
	color:       #5a626c;
	font-weight: 700;
}

.widget-area .widget_products ul.product_list_widget li del .woocommerce-Price-amount.amount {
	font-weight: normal;
	color:       #9a9696;
}

.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:       #333;
	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%;
}

/* search */
.widget-area .search-form, .not-found .search-form {
	position: relative;
}

.widget-area .search-form:after, .not-found .search-form:after {
	content:    "\f002";
	font:       normal normal normal 14px/1 FontAwesome;
	position:   absolute;
	right:      13px;
	top:        50%;
	margin-top: -10px;
}

.widget-area .search-form label, .not-found .search-form label {
	width:       100%;
	display:     inline-block;
	font-weight: normal;
}

.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:        none;
	border-bottom: 1px solid #333;
	padding:       0 0 9px;
}

.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 {
	display: none;
	margin:  0;
	padding: 0 16px;
}

.widget-area .woocommerce-product-search {
	position: relative;
}

.widget-area .woocommerce-product-search:after {
	content:    "\f002";
	font:       normal normal normal 14px/1 FontAwesome;
	position:   absolute;
	right:      13px;
	top:        50%;
	margin-top: -7px;
}

.widget-area .woocommerce-product-search .search-field {
	width:         100%;
	border-radius: 0;
	box-shadow:    none;
	border:        none;
	border-bottom: 1px solid #333;
	padding:       0 0 9px;
}

.widget-area .woocommerce-product-search button {
	display: none;
	margin:  0;
	padding: 0 16px;
}

.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 {
	display:       block;
	border-bottom: 1px dashed #E8E8E8;
}

.widget_nav_menu ul li:last-child {
	border-bottom: 0;
}

.widget_nav_menu ul li ul {
	border-top: 1px dashed #E8E8E8;
	margin-top: 8px;
}

.widget_nav_menu ul li ul li {
	padding:    0;
	margin-top: -1px;
}

.widget_nav_menu ul li ul li a {
	padding: 8px 0;
	display: block;
}

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

.widget_nav_menu ul ul {
	margin: 0 0 0 20px;
}

.widget_nav_menu ul ul li {
	margin:  0;
	display: block;
}

.widget_nav_menu .sub-menu {
	text-transform: none;
}

.widget_nav_menu li.menu-item-has-children {
	padding-bottom: 0;
}

.widget_nav_menu .nav_desc {
	display: none;
}

.widget_recent_entries ul li .post-date {
	font-style: italic;
	display:    block;
}

#secondary .widget_tag_cloud .tagcloud a {
	color: #333;
}

#secondary .widget_tag_cloud .tagcloud a:hover {
	color: #fff;
}

.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:      #333;
}

.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: transparent;
	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: 35px;
}

.comments-area .comments-title, .comments-area .comment-reply-title {
	margin-bottom: 25px;
}

.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 > .comment-respond {
	border-bottom:  1px solid #E8E8E8;
	padding-bottom: 25px;
	margin-bottom:  30px;
	padding-top:    0;
}

.comments-area .comment-list-inner {
	padding-bottom: 35px;
}

.comments-area .comment-list-inner .comments-title {
	padding:       10px 0;
	margin-bottom: 25px;
	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, .comments-area .comment-list-inner .comment-list li.pingback {
	border-bottom:  1px solid #E8E8E8;
	padding-bottom: 25px;
	margin-bottom:  25px;
}

.comments-area .comment-list-inner .comment-list ul > li:last-child {
	border-bottom:  none;
	padding-bottom: 0;
	margin-bottom:  0;
}

.comments-area .comment-list-inner li.pingback {
	margin-bottom: 10px;
}

.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:  80px;
	height: 80px;
	float:  left;
}

.comments-area .comment-list-inner li .comment-right {
	width:        calc(100% - 80px);
	width:        -webkit-calc(100% - 80px);
	width:        -moz-calc(100% - 80px);
	float:        left;
	padding-left: 20px;
}

.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;
	display:  block;
}

.comments-area .comment-list-inner li .comment-extra-info a {
	color: #858585;
}

.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 {
	font-size:   17px;
	font-weight: 500;
	color:       #333;
}

.comments-area .comment-list-inner li .comment-extra-info .date {
	color:   #999;
	padding: 2px 0 10px;
	display: block;
}

.comments-area .comment-list-inner li .comment-extra-info .comment-reply-link {
	position: absolute;
	right:    0;
	top:      0;
}

.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 .children {
	border-top:  1px solid #E8E8E8;
	padding-top: 25px;
	margin-top:  25px;
	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 .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-left: 0;
	}
}

.comments-area .no-comments {
	background-color: #f9f9f9;
	font-size:        1.2em;
	font-style:       italic;
	padding:          20px 0;
	text-align:       center;
	margin-top:       30px;
}

.comments-area .comment-respond p {
	margin-bottom: 33px;
}

.comments-area .comment-respond p label {
	margin-bottom: 0;
	line-height:   1;
}

.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:       0 0 9px;
	border:        none;
	border-bottom: 1px solid #333;
}

.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: #333;
}

.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: #333;
}

.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: #333;
}

.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: #333;
}

.comments-area .comment-respond textarea {
	height:        84px;
	padding:       0 0 9px;
	border:        none;
	border-bottom: 1px solid #333;
}

.comments-area .comment-respond textarea::-webkit-input-placeholder {
	color: #333;
}

.comments-area .comment-respond textarea::-moz-placeholder {
	color: #333;
}

.comments-area .comment-respond textarea:-ms-input-placeholder {
	color: #333;
}

.comments-area .comment-respond textarea:-moz-placeholder {
	color: #333;
}

.comments-area .comment-respond .form-submit {
	text-align:    left;
	margin-bottom: 0;
}

.comments-area .comment-respond .form-submit input#submit {
	background:     transparent;
	color:          #333;
	border:         1px solid #333;
	padding:        15px 35px;
	cursor:         pointer;
	width:          auto;
	text-shadow:    none;
	box-shadow:     none;
	text-transform: uppercase;
}

.comments-area .comment-respond .form-submit input#submit:hover {
	background: #333;
	color:      #fff;
}

.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: 25px;
	border-bottom: 1px #ddd solid;
}

.comment-navigation {
	overflow: hidden;
}

.comment-navigation .nav-previous {
	float: left;
}

.comment-navigation .nav-next {
	float: right;
}

.wrapper-container {
	*zoom: 1;
}

.wrapper-container:before, .wrapper-container:after {
	content: "";
	display: table;
}

.wrapper-container:after {
	clear: both;
}

.content-area {
	padding-top:    100px;
	padding-bottom: 80px;
}

.content-area.content-no-padding {
	padding-bottom: 0;
}

.custom .tp-bullet {
	width:  28px !important;
	height: 2px !important;
}

.custom .tp-bullet.selected, .custom .tp-bullet:hover {
	height: 4px !important;
}

.post-formats-wrapper .video-container, .format-video .video-container {
	position:       relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height:         0;
}

.post-formats-wrapper .video-container iframe, .format-video .video-container iframe {
	position: absolute;
	top:      0;
	left:     0;
	width:    100%;
	height:   100%;
	border:   none;
}

.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 .site-main nav.woocommerce-pagination {
	margin: 50px 0 0;
}

.navigation, .woocommerce .site-main nav.woocommerce-pagination {
	*zoom: 1;
}

.navigation:before, .navigation:after, .woocommerce .site-main nav.woocommerce-pagination:before, .woocommerce .site-main nav.woocommerce-pagination:after {
	content: "";
	display: table;
}

.navigation:after, .woocommerce .site-main nav.woocommerce-pagination:after {
	clear: both;
}

.navigation ul, .woocommerce .site-main nav.woocommerce-pagination ul {
	margin:     0;
	text-align: center;
	border:     none;
}

.navigation ul li, .woocommerce .site-main nav.woocommerce-pagination ul li {
	display:    inline-block;
	list-style: none;
	border:     none;
}

.navigation ul li .page-numbers, .woocommerce .site-main nav.woocommerce-pagination ul li .page-numbers {
	font-size:          18px;
	color:              #999;
	padding:            8px;
	display:            inline-block;
	text-align:         center;
	vertical-align:     middle;
	line-height:        1;
	background:         transparent;
	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 .dots, .woocommerce .site-main nav.woocommerce-pagination ul li .dots {
	border:     none !important;
	background: transparent !important;
}

.navigation ul li .dots:hover, .woocommerce .site-main nav.woocommerce-pagination ul li .dots:hover {
	background: transparent !important;
	color:      #555 !important;
}

.navigation ul li a:hover, .navigation ul li a:focus, .navigation ul li span.current, .woocommerce .site-main nav.woocommerce-pagination ul li a:hover, .woocommerce .site-main nav.woocommerce-pagination ul li a:focus, .woocommerce .site-main nav.woocommerce-pagination ul li span.current {
	background: transparent;
}

.home-content {
	padding-left:  80px;
	padding-right: 80px;
}

.home-content .vc_section.container {
	margin: 0 auto !important;
}

.vc_section.container {
	margin: 0 auto !important;
}

.tparrows.uranus:before {
	color: #333;
}

/* 12. Responsive ------------------------------------------------------------ */
/* 1200px <= X <= 1830px --- Extra Large */
@media screen and (max-width: 1830px) and (min-width: 1200px) {
	/* Header hp-1*/
	.modal-backdrop.show {
		opacity: 1;
		left:    0;
	}

	.header-hp-1 #canvasModal {
		left:       0;
		background: #fff;
	}

	.header-hp-1 #canvasModal .modal-dialog {
		margin: 0 auto;
	}

	.header-hp-1 .canvas-content {
		box-shadow:         none;
		-moz-box-shadow:    none;
		-webkit-box-shadow: none;
		-o-box-shadow:      none;
		-ms-box-shadow:     none;
	}
}

/* X <= 1750px --- Extra Large */
@media screen and (max-width: 1750px) {
	/* Deal Off Section hp-2 */
	.deal-hp-2 .deal-content .image {
		display: none;
	}
}

/* 1200px <= X <= 1750px --- Extra Large */
@media screen and (max-width: 1750px) and (min-width: 1200px) {
	/* Testimonials Section hp-1 */
	.testimonials-hp-1 .owl-carousel .item .left-block,
	.testimonials-hp-1 .owl-carousel .item .left-block.left-block-2 {
		padding-left: 15px;
	}

	.testimonials-hp-1 .owl-carousel .item .right-block {
		padding-right: 15px;
	}

	.testimonials-hp-1 .owl-carousel .item .left-block .images {
		padding-right: 10px;
	}

	.testimonials-hp-1 .owl-carousel .item .testimonials-detail {
		padding: 150px 80px 40px;
	}

	.testimonials-hp-1 .owl-carousel.owl-theme .owl-nav {
		width: 57%;
	}
}

/* 1200px <= X <= 1500px --- Extra Large */
@media screen and (max-width: 1500px) and (min-width: 1200px) {
	/* Shop Single v1 */
	.shop-single-v1-section.featured-hp-1.featured-hp-4 .content-area .row {
		display: flex;
		display: -webkit-flex;
	}

	/* Landing Page */
	.landing-page-section .content {
		padding: 140px 0 180px;
	}

	.wrapper-footer.section-box {
		margin: 0;
	}

	.home-content, .style-home-slider-hp-1, .header-hp-1 .menu-desktop {
		padding-left:  15px;
		padding-right: 15px;
	}

	.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
		width: 25%;
	}
}

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

	/* Slider Revolution Section hp-1 */
	.style-home-slider-hp-1 {
		padding: 0;
	}

	.style-home-slider-hp-1 .container-fluid {
		padding: 0;
	}

	/* Deal Off Section hp-2 */
	.deal-hp-2 .deal-content {
		margin: 0;
	}

	/* Banner Section hp-6 */
	/* Newsletter Section hp-4 */
	.newsletter-hp-4 {
		margin: 0;
	}

	/* Landing Page */
	.landing-header .landing-inner-1 {
		align-items:         center;
		-moz-align-items:    center;
		-webkit-align-items: center;
		-o-align-items:      center;
		-ms-align-items:     center;
	}

	.landing-header .landing-inner-2 {
		width: 70%;
	}

	.wrapper-footer.section-box {
		margin: 0;
	}

	.home-content {
		padding-left:  15px;
		padding-right: 15px;
	}

	.header-hp-1 .menu-desktop {
		padding: 0;
	}
}

/* 992px <= X <= 1199px --- Large */
@media screen and (max-width: 1199px) and (min-width: 992px) {
	.wrapper-footer aside.footer-items-1 {
		padding-left: 25px;
	}

	.wrapper-footer aside.footer-items-2 {
		padding-left: 28px;
	}

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

	/* News Section hp-4*/
	.sc-list-posts .news-details .info .date .time {
		padding-right: 10px;
	}

	/* Page Not Found */
	.page-not-found .page-detail .page-inner {
		width: 55%;
	}

	/* Contact Section Of Contact Page*/
	.contact-details {
		margin-left: 0;
	}

	/* Blog Section Of Blog Masonry Page*/
	.blog-masonry-section .blog-content h4 {
		font-size: 20px;
	}

	.blog-masonry-section .blog-content .calendar .date {
		padding-right: 5px;
	}

	.blog-masonry-section .blog-content .link-post,
	.blog-masonry-section .blog-content .quote-post {
		padding: 6px 6px 0 15px;
	}

	.blog-masonry-section .blog-content .link-post .link,
	.blog-masonry-section .blog-content .quote-post .link {
		bottom: -10px;
	}

	/* Our Story Section Of About Page */
	.story-about-section .story-content .story-detail {
		padding: 35px 35px 0 35px;
	}

	.story-about-section .story-content .story-detail .info .author {
		width: 75%;
	}

	.story-about-section .story-content .story-detail:before {
		top:    3%;
		height: 110%;
	}

	/* Testimonials Section hp-1 */
	.testimonials-hp-1 .owl-carousel .item .left-block,
	.testimonials-hp-1 .owl-carousel .item .left-block.left-block-2 {
		padding-left: 15px;
	}

	.testimonials-hp-1 .owl-carousel .item .right-block {
		padding-right: 15px;
	}

	.testimonials-hp-1 .owl-carousel .item .left-block .images {
		padding-right: 10px;
	}

	.testimonials-hp-1 .owl-carousel .item .testimonials-detail {
		padding: 35px 65px 40px;
	}

	.testimonials-hp-1 .owl-carousel .item .left-block.left-block-2 .images {
		margin-right: -28px;
	}

	.testimonials-hp-1 .owl-carousel.owl-theme .owl-nav {
		width: 57%;
	}

	/* Check Out Page */
	.woocommerce form.checkout_coupon .form-row-first {
		width: 74%;
	}

	/* Shop Single v1*/
	.shop-single-v1-section .woocommerce .woocommerce-product-gallery .owl-carousel .owl-thumbs .owl-thumb-item {
		width: 131px;
	}

	.shop-single-v1-section .woocommerce .woocommerce-tabs .wc-tabs .nav-item .nav-link {
		padding-right: 20px;
	}

	/* Landing Page */
	.landing-footer .content {
		width:        90%;
		padding-left: 43%;
	}

	.landing-layout .content {
		padding-left:  100px;
		padding-right: 100px;
	}

	.landing-page-section .content {
		padding: 60px 0 70px;
	}

	.landing-page-section .content.content-2 {
		margin-bottom: 100px;
	}
}

/* 768px <= X <= 1199px --- Large */
@media screen and (max-width: 1199px) and (min-width: 768px) {
	/* News Section hp-4*/
	.sc-list-posts .news-details .info {
		padding: 20px 7px 18px 10px;
	}

	.sc-list-posts .news-details .info h4 {
		font-size: 16px;
	}

	/* Portfolio Section Of Two Columns Grid */
	.two-columns-section .two-columns-content p {
		padding: 21px 100px 93px;
	}
}

@media (min-width: 576px) {
	.container {
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 100%;
	}
}

@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.footer-items-1, .wrapper-footer aside.footer-items-2 {
		padding-left: 15px;
	}

	/* Slider Revolution Section */
	.btn-resize-slider-1 {
		padding:   17px 60px;
		font-size: 20px;
	}

	/* List Section Of Product Widget Page */
	.list-product-widget.section-box {
		padding-top: 116px;
	}

	/* Blog Section Of Blog Right Sidebar */
	.blog-sidebar-right .woocommerce .content-area {
		padding-right: 0;
	}

	.blog-sidebar-right .woocommerce .widget-area {
		padding-top: 70px;
	}

	.blog-sidebar-right .woocommerce .widget-area .novas-insta .insta-inner {
		margin: 0 -15px 30px;
	}

	.blog-sidebar-right .woocommerce .widget-area .novas-insta .insta-inner .images {
		margin: 0 15px;
	}

	/* Blog Section Of Blog Left Sidebar */
	.blog-sidebar-right.blog-sidebar-left .woocommerce .widget-area {
		padding-top:    0;
		padding-bottom: 100px;
	}

	.blog-sidebar-right.blog-sidebar-left .woocommerce .content-area {
		padding-left: 0;
	}

	/* Testimonials Section hp-1 */
	.testimonials-hp-1 .owl-carousel .item .right-block {
		padding-right: 15px;
		margin:        0 auto;
	}

	.testimonials-hp-1 .owl-carousel .item .left-block {
		display: none;
	}

	.testimonials-hp-1 .owl-carousel .item .testimonials-detail {
		padding: 35px 0 40px;
	}

	.testimonials-hp-1 .owl-carousel.owl-theme .owl-nav {
		width: 90%;
		left:  5%;
	}

	/* Shop Section Of Shop Right Width Siderbar */
	.shop-right-siderbar .widget-area .widget_banner .widget_banner-content {
		left:              50px;
		top:               50%;
		transform:         translateY(-50%);
		-moz-transform:    translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform:      translateY(-50%);
		-ms-transform:     translateY(-50%);
		bottom:            auto;
	}

	.shop-right-siderbar .widget-area .widget_banner .widget_banner-content span {
		font-size: 35px;
	}

	.shop-right-siderbar .widget-area .widget_banner .widget_banner-content p,
	.shop-right-siderbar .widget-area .widget_banner .widget_banner-content a {
		font-size: 20px;
	}

	/* Shop Single v2*/
	.shop-single-v1-section.shop-single-v2-section .woocommerce .summary {
		padding-left: 0;
		margin-top:   60px;
	}

	.shop-single-v1-section.shop-single-v2-section .woocommerce .woocommerce-product-gallery {
		padding-right: 0;
	}

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

	.deal-hp-2 .deal-content {
		padding: 80px 0 50px;
	}

	.deal-hp-2 .deal-content .special-heading {
		padding-top:   10px;
		margin-bottom: 30px;
	}

	.deal-hp-2 .deal-content .shop {
		padding-top: 30px;
	}
}

/* 768px <= X <= 991px --- Large */
@media screen and (max-width: 991px) and (min-width: 768px) {
	/* News Section hp-4*/
	.sc-list-posts .news-details .info .date {
		flex-direction:         column;
		-moz-flex-direction:    column;
		-webkit-flex-direction: column;
		-o-flex-direction:      column;
		-ms-flex-direction:     column;
		align-items:            flex-start;
		-moz-align-items:       flex-start;
		-webkit-align-items:    flex-start;
		-o-align-items:         flex-start;
		-ms-align-items:        flex-start;
	}

	.sc-list-posts .news-details .info .date .time {
		padding-right: 0;
	}

	/* Newsletter Section hp-4 */
	.newsletter-details p {
		padding-right: 30px;
	}

	/* Page Not Found */
	.page-not-found .page-detail .page-inner {
		width: 65%;
	}

	/* Contact Section Of Contact Page*/
	.contact-details {
		margin-left: 0;
	}

	.contact-details .contact-info {
		flex-direction:         column;
		-moz-flex-direction:    column;
		-webkit-flex-direction: column;
		-o-flex-direction:      column;
		-ms-flex-direction:     column;
	}

	.contact-details .contact-info .contact-inner {
		margin-bottom: 30px;
	}

	.contact-details .socials {
		padding-top: 0;
	}

	/* Blog Section Of Video Post */
	.blog-video-post .woocommerce .content-area .blog-images {
		padding: 185px 0 181px;
	}

	/* Our Story Section Of About Page */
	.story-about-section .story-content .story-detail {
		padding: 10px 10px 0 10px;
	}

	.story-about-section .story-content .story-detail .info .author {
		width: 100%;
	}

	.story-about-section .story-content .story-detail:before {
		top:    -10%;
		height: 125%;
	}

	/* My Account Page */
	.my-account-section .woocommerce .novas-login-recommend .socials-logins .button-social-login {
		width:        155px;
		margin-right: 12px;
	}

	/* Check Out Page */
	.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 .woocommerce-product-gallery .owl-carousel .owl-thumbs .owl-thumb-item {
		width: 96px;
	}

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

	.shop-single-v1-section .woocommerce .woocommerce-tabs .wc-tabs,
	.shop-single-v1-section .woocommerce .woocommerce-tabs .wc-tabs .nav-item .nav-link {
		border-bottom: none;
		font-size:     16px;
		padding-right: 20px;
	}

	/* Landing Page */
	.landing-footer .content {
		width:        90%;
		padding-left: 51%;
		text-align:   right;
	}

	.landing-layout .content {
		padding-left:  30px;
		padding-right: 30px;
	}

	.landing-page-section .content {
		padding: 20px 0 50px;
	}

	.landing-page-section .content.content-2 {
		margin-bottom: 90px;
	}

	.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) {
	/* Our Team Section Of Our Team Page */
	.our-team-page.section-box {
		padding-bottom: 23px;
	}

	.our-team-page .our-team-content .our-team-detail {
		margin-bottom: 70px;
	}

	.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) {
	/* Deal Off Section hp-2 */
	.deal-hp-2 .deal-content #clockdiv .clock-inner {
		padding: 0 30px;
	}

	/* News Section hp-4*/
	.sc-list-posts .news-details {
		margin-bottom: 50px;
	}

	/* Newsletter Section hp-4 */
	.newsletter-details {
		flex-direction:         column;
		-moz-flex-direction:    column;
		-webkit-flex-direction: column;
		-o-flex-direction:      column;
		-ms-flex-direction:     column;
	}

	.newsletter-details p {
		padding-right: 0;
		text-align:    center;
	}

	.newsletter-details input[type="email"] {
		width:   100%;
		margin:  20px 0;
		padding: 14px 15px;
	}

	.newsletter-details .au-btn {
		margin-left: 0;
		padding:     14px 15px;
	}

	/* Page Not Found */
	.page-not-found .page-detail .page-inner {
		width: 100%;
	}

	/* Contact Section Of Contact Page*/
	.contact-details {
		margin-left: 0;
		margin-top:  60px;
	}

	/* Portfolio Section Of Two Columns Grid */
	.two-columns-section .two-columns-content p {
		padding: 21px 20px 93px;
	}

	/* Portfolio Section Of Three Columns Wide */
	.two-columns-section.three-columns-wide-section.section-box .two-columns-content p {
		padding: 21px 20px 93px;
	}

	/* Portfolio Section Of Five Columns Wide */
	.five-columns-wide-section .two-columns-content {
		overflow: hidden;
	}

	.five-columns-wide-section .two-columns-content .row {
		display: block;
	}

	.five-columns-wide-section .two-columns-content .row .col {
		float: left;
		width: 50%;
	}

	/* Our Story Section Of About Page */
	.story-about-section .story-content .story-detail {
		padding: 80px 50px 0 50px;
	}

	.story-about-section .story-content .story-detail:before {
		left:   0;
		width:  100%;
		height: 100%;
	}

	.story-about-section .story-content .story-detail .info .author {
		width: 85%;
	}

	/* Insta Follow Section hp-1*/
	.insta-hp-1 .insta-content {
		padding: 0;
	}

	.insta-hp-1 .insta-content .row {
		display: block;
	}

	.insta-hp-1 .insta-content .insta-detail {
		margin: 0 0 30px;
	}

	/* My Account Page */
	.my-account-section .woocommerce .entry-content {
		padding-right: 0;
	}

	.my-account-section .woocommerce .novas-form-signup {
		padding-left: 0;
	}

	.my-account-section .woocommerce .novas-login-recommend .socials-logins .button-social-login {
		margin-bottom: 30px;
	}

	.my-account-section .woocommerce .entry-content .woocommerce-LostPassword {
		margin-bottom: 50px;
	}

	/* 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;
		border-bottom: 1px solid #ccc;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item td {
		display:    block;
		text-align: right;
		background: #f2f2f2;
		padding:    15px;
	}

	.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 .quantity {
		margin-right: 40px;
		width:        auto;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .cart_item .product-quantity .quantity .modify-qty {
		background: #fff;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .actions {
		text-align: center;
	}

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

	.woocommerce .woocommerce-cart-form .shop_table tbody .actions .button {
		margin:    0 auto;
		width:     auto !important;
		float:     none !important;
		min-width: 200px;
	}

	.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 30px;
		width:  100%;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .actions .coupon div {
		width:         200px;
		margin-bottom: 30px;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .actions .action-btn {
		width: 200px;
	}

	.woocommerce .woocommerce-cart-form .shop_table tbody .actions input[type="submit"] {
		width: 100%;
	}

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

	.shop-single-v1-section .woocommerce .woocommerce-product-gallery .owl-carousel .owl-thumbs .owl-thumb-item {
		width: 156px;
	}

	/* Shop Single v2*/
	.shop-single-v1-section.shop-single-v2-section .woocommerce .tab-content #tab-description {
		margin-bottom: -40px;
	}

	.shop-single-v1-section.shop-single-v2-section .woocommerce .tab-content #tab-description div {
		margin-bottom: 20px;
	}

	/* Landing Page */
	.landing-footer .content {
		width:        90%;
		padding-left: 0;
		text-align:   left;
	}

	.landing-footer .content p {
		color: #333;
	}

	.landing-layout .content {
		padding-left:  15px;
		padding-right: 15px;
	}

	.landing-layout .content .landing-bigger.landing-left {
		margin-left: -200px;
	}

	.landing-layout .content .landing-bigger.landing-right {
		margin-right: -200px;
	}

	.landing-layout .content .landing-center {
		margin-left:  -200px;
		margin-right: -200px;
	}

	.landing-page-section .content {
		padding:    0;
		margin-top: 120px;
	}

	.landing-page-section .content .portfolio-layouts {
		padding-right: 0;
	}

	.landing-page-section .content .portfolio-image-view {
		position:      relative;
		padding-right: 15px;
	}

	.landing-page-section .content .portfolio-image-view .portfolio-right {
		margin-top: 80px;
	}

	.landing-page-section .content .page-image-view {
		position:     relative;
		padding-left: 15px;
	}

	.landing-page-section .content .page-image-view .page-left {
		margin-bottom: 80px;
	}

	.landing-page-section .content .pages-right {
		margin-left: 0;
	}

	.landing-page-section .content .other-pages {
		padding-left: 0;
	}

	.home-content {
		padding-right: 15px;
		padding-left:  15px;
	}

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

	.home-content .vc_section.container, .vc_section.container {
		padding-left:  0;
		padding-right: 0;
	}

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

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

	/* Testimonials Section hp-1 */
	.testimonials-hp-1 .owl-carousel .item .testimonials-detail {
		padding: 35px 70px 40px;
	}

	.wrapper-footer aside {
		max-width: 50%;
		-ms-flex:  0 0 50%;
		flex:      0 0 50%;
	}
}

/* X <= 575px --- Extra small */
@media (max-width: 575px) {
	/* Deal Off Section hp-2 */
	.deal-hp-2 .deal-content #clockdiv .clock-inner {
		padding: 0 15px;
	}

	.deal-hp-2 .deal-content #clockdiv .clock-inner span {
		font-size: 30px;
	}

	.deal-hp-2 .deal-content #clockdiv .clock-inner .smalltext {
		font-size: 15px;
	}

	/* Page Not Found */
	.page-not-found .page-detail .page-inner h2 {
		font-size: 45px;
	}

	/* Contact Section Of Contact Page*/
	.contact-details .contact-info {
		flex-direction:         column;
		-moz-flex-direction:    column;
		-webkit-flex-direction: column;
		-o-flex-direction:      column;
		-ms-flex-direction:     column;
	}

	.contact-details .contact-info .contact-inner {
		margin-bottom: 30px;
	}

	.contact-details .socials {
		padding-top: 0;
	}

	/* Portfolio Section Of Five Columns Wide */
	.five-columns-wide-section .two-columns-content .row .col {
		float: left;
		width: 100%;
	}

	/* Our Team Section Of Our Team Page */
	.our-team-page.section-box {
		padding-bottom: 0;
	}

	.our-team-page .our-team-content .our-team-detail {
		margin-bottom: 100px;
	}

	/* Blog Section Of Blog Masonry Page*/
	.blog-masonry-section .blog-content .link-post,
	.blog-masonry-section .blog-content .quote-post {
		padding: 6px 15px 0 15px;
	}

	.blog-masonry-section .blog-content .link-post .calendar .date {
		display: block;
	}

	/* Blog Section Of Blog Right Sidebar */
	.widget-area .widget-best-team .info .signature {
		width: 45%;
	}

	.blog-sidebar-right .woocommerce .content-area .link-post,
	.blog-sidebar-right .woocommerce .content-area .quote-post {
		padding: 16px 20px 13px;
	}

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

	/* Our Story Section Of About Page */
	.story-about-section .story-content .story-detail {
		padding: 80px 20px 0 20px;
	}

	.story-about-section .story-content .story-detail .info .author {
		width: 100%;
	}

	/* Testimonials Section hp-1 */
	.testimonials-hp-1 .testimonials-content {
		background: transparent;
	}

	.testimonials-hp-1 .owl-carousel .item .testimonials-detail {
		padding-top: 0;
	}

	.testimonials-hp-1 .owl-carousel.owl-theme .owl-nav.disabled {
		display: none;
	}

	.testimonials-hp-1 .owl-carousel.owl-theme .owl-dots {
		display: block;
	}

	.testimonials-hp-1 .owl-carousel.owl-theme .owl-dots .owl-dot {
		outline:         none;
		-moz-outline:    none;
		-webkit-outline: none;
		-o-outline:      none;
		-ms-outline:     none;
	}

	.testimonials-hp-1 .owl-carousel.owl-theme .owl-dots .owl-dot.active span,
	.testimonials-hp-1 .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
		background: #333;
	}

	/* My Account Page */
	.my-account-section .woocommerce .novas-login-recommend .socials-logins .button-social-login {
		width: 100%;
	}

	/* Check Out Page */
	.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;
	}

	/* Shop Single v1*/
	.shop-single-v1-section .woocommerce .woocommerce-product-gallery .owl-carousel .owl-thumbs {
		text-align: center;
	}

	.shop-single-v1-section .woocommerce .woocommerce-product-gallery .owl-carousel .owl-thumbs .owl-thumb-item {
		width: 83px;
	}

	.shop-single-v1-section .woocommerce .summary .product_title {
		font-size: 32px;
	}

	.shop-single-v1-section .woocommerce .woocommerce-tabs .wc-tabs,
	.shop-single-v1-section .woocommerce .woocommerce-tabs .wc-tabs .nav-item .nav-link {
		border-bottom: none;
	}

	/* Shop Single v1 */
	.shop-single-v1-section .woocommerce .related .owl-carousel .owl-dots,
	.shop-single-v1-section .woocommerce .bestseller .owl-carousel .owl-dots {
		display: block;
	}

	.shop-single-v1-section .woocommerce .related .owl-carousel .owl-dots .owl-dot,
	.shop-single-v1-section .woocommerce .bestseller .owl-carousel .owl-dots .owl-dot {
		outline:         none;
		-moz-outline:    none;
		-webkit-outline: none;
		-o-outline:      none;
		-ms-outline:     none;
	}

	.shop-single-v1-section .woocommerce .related .owl-carousel .owl-dots .owl-dot.active span,
	.shop-single-v1-section .woocommerce .related .owl-carousel .owl-dots .owl-dot:hover span,
	.shop-single-v1-section .woocommerce .bestseller .owl-carousel .owl-dots .owl-dot.active span,
	.shop-single-v1-section .woocommerce .bestseller .owl-carousel .owl-dots .owl-dot:hover span {
		background: #333;
	}

	/* Shop Single v2*/
	.shop-single-v1-section.shop-single-v2-section .woocommerce .woocommerce-product-gallery {
		padding-left: 0;
	}

	.shop-single-v1-section.shop-single-v2-section .woocommerce .woocommerce-product-gallery .owl-carousel .owl-thumbs {
		position: relative;
		left:     0;
	}

	.shop-single-v1-section.shop-single-v2-section .woocommerce .woocommerce-product-gallery .owl-carousel .owl-item img {
		height: auto;
	}

	.shop-single-v1-section.shop-single-v2-section .woocommerce .woocommerce-product-gallery .onnew {
		left: 0;
	}

	.shop-single-v1-section.shop-single-v2-section .woocommerce .woocommerce-product-gallery .owl-carousel .owl-thumbs .owl-thumb-item {
		width:   70px;
		margin:  20px 5px 0 5px;
		display: inline-block;
	}

	/* Landing Page*/
	.landing-header .content {
		padding-bottom: 150px;
	}

	.landing-header .landing-inner-1 {
		flex-direction:         column;
		-moz-flex-direction:    column;
		-webkit-flex-direction: column;
		-o-flex-direction:      column;
		-ms-flex-direction:     column;
		padding:                100px 50px 100px;
	}

	.landing-header .landing-inner-1 .btn-small {
		margin-top: 40px;
	}

	.landing-layout .content {
		flex-direction:         column;
		-moz-flex-direction:    column;
		-webkit-flex-direction: column;
		-o-flex-direction:      column;
		-ms-flex-direction:     column;
	}

	.landing-layout .content .landing-item {
		margin-bottom: 50px;
	}

	.landing-layout .content .landing-bigger.landing-left {
		margin-left: 0;
	}

	.landing-layout .content .landing-bigger.landing-right {
		margin-right: 0;
	}

	.landing-layout .content .landing-center {
		margin-left:  0;
		margin-right: 0;
	}

	.landing-page-section .content .portfolio-item.portfolio-bigger-2 {
		margin-right: -50%;
	}

	.landing-page-section .content .portfolio-item.portfolio-bigger {
		margin-left: -50%;
	}

	/* Blog Section Of Blog Right Sidebar */
	.blog-sidebar-right .woocommerce .widget-area .novas-insta .insta-inner {
		margin-bottom:          0;
		flex-direction:         column;
		-moz-flex-direction:    column;
		-webkit-flex-direction: column;
		-o-flex-direction:      column;
		-ms-flex-direction:     column;
	}

	.blog-sidebar-right .woocommerce .widget-area .novas-insta .insta-inner .images {
		margin-bottom: 30px;
	}

	/* Testimonials Of About Page */
	.testimonials-hp-1.testimonials-about-us {
		padding-bottom: 100px;
	}

	.banner-section .banner-layout-1.text_right .info {
		width:   90%;
		padding: 10px;
	}

	.banner-section .banner-layout-1.text_right .info .text-1 {
		margin-bottom: 5px;
	}

	.banner-section .banner-layout-1.text_right .info .text-1 b {
		font-size: 30px;
	}

	.banner-section .banner-layout-1.text_right .info .text-2 {
		font-size: 20px;
	}

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

	.canvas-right-content .canvas-content .null-instagram-feed .instagram-pics li:nth-child(5) {
		display: none;
	}

	.wrapper-footer {
		padding: 60px 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;
		width: 100%;
	}

	.single-blog-content .final-blog .socials, .single-blog-content .final-blog .product-share {
		margin-bottom: 10px;
	}

	.single-blog-content .final-blog .socials a, .single-blog-content .final-blog .product-share a {
		padding-right: 15px;
		padding-left:  0;
	}
}

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

@media (max-width: 380px) {
	.widget_shopping_cart .minicart_hover, #canvas-btn span {
		margin-left: 10px;
	}

	.woocommerce .shop-single-v1-section .summary .cart .button {
		padding: 18.5px 25px;
	}

	.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) {
	/* News Section hp-4*/
	.sc-list-posts .news-details .info {
		padding: 20px 7px 18px 15px;
	}

	.sc-list-posts .news-details .info h4 {
		font-size: 15px;
	}

	.sc-list-posts .news-details .info .date .time {
		padding-right: 10px;
	}

	/* Our Story Section Of About Page */
	.story-about-section .story-content .story-detail .info .images {
		float:  none;
		margin: 4px auto 20px;
	}

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

	/* Shop Single v2 */
	.shop-single-v1-section.shop-single-v2-section .woocommerce .woocommerce-product-gallery .owl-carousel .owl-thumbs .owl-thumb-item {
		width: 55px;
	}

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